We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apollo Server supports the @cacheControl(maxAge: 10) directive.
@cacheControl(maxAge: 10)
We can provide an optional path for users that use an SDL first flow.
The text was updated successfully, but these errors were encountered:
Do we provide field level caching ? I don't find it in the documentation.
Sorry, something went wrong.
Oh yes found it, https://the-guild.dev/graphql/yoga-server/docs/features/response-caching#time-to-live-ttl
Successfully merging a pull request may close this issue.
Apollo Server supports the
@cacheControl(maxAge: 10)
directive.We can provide an optional path for users that use an SDL first flow.
The text was updated successfully, but these errors were encountered: