diff --git a/projects/graphql-client/src/graphql-config.ts b/projects/graphql-client/src/graphql-config.ts index 2295573c6..0342b864a 100644 --- a/projects/graphql-client/src/graphql-config.ts +++ b/projects/graphql-client/src/graphql-config.ts @@ -39,7 +39,8 @@ export interface GraphQlRequestOptions { export const enum GraphQlRequestCacheability { NotCacheable = 'no-cache', // Values used by apollo - Cacheable = 'cache-first' + Cacheable = 'cache-first', + RefreshCache = 'network-only' } export const enum GraphQlHandlerType {