Skip to content

Commit

Permalink
feat: cache to endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Dec 5, 2023
1 parent 86c80ec commit b3ba69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/typedefs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const typeDefs = `#graphql
TVL: String
}
type RadixTVLResult {
type RadixTVLResult @cacheControl(maxAge: ${defaultMaxAge}) {
metric: AddressAndInstanceMetric
TVL: String
}
Expand Down

0 comments on commit b3ba69d

Please sign in to comment.