11 months ago
Stellate cache directives
The stellate_cache
directive enables you to define cache rules directly in your GraphQL schema. You can configure the maxAge
, SWR
and scope
for both types and fields. The changes in your schema will automatically be applied to your Stellate service by your CI on your next deploy using the existing stellate push
CLI command. Learn more in our docs.