publicCache

[DEPRECATED - Has no effect on public API queries] Specify a query to be read from gql-public. Will use the configured cacheAge on the query resolve configuration, or the override value passed through the directive as publicCache(cacheAge: INT) argument.

link GraphQL Schema definition

  • directive @publicCache(cacheAge: Int) on FIELD

link Require by

This element is not required by anyone