INPUT_OBJECT

DerivedDataCachingHintsInput

link GraphQL Schema definition

  • input DerivedDataCachingHintsInput {
  • # Set to true to Avoid expensive recomputation of query results when exploring
  • # same data with different filters/aggregators
  • cacheAndReuseQueryResponse: Boolean
  • }