diff --git a/src/graphql/typedefs/index.ts b/src/graphql/typedefs/index.ts index dc7a9d0..866af1a 100644 --- a/src/graphql/typedefs/index.ts +++ b/src/graphql/typedefs/index.ts @@ -236,7 +236,7 @@ export const typeDefs = `#graphql TVL: String } - type RadixTVLResult { + type RadixTVLResult @cacheControl(maxAge: ${defaultMaxAge}) { metric: AddressAndInstanceMetric TVL: String }