We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2446 commit ef9b95eCopy full SHA for ef9b95e
projects/graphql-client/src/graphql-config.ts
@@ -39,7 +39,8 @@ export interface GraphQlRequestOptions {
39
40
export const enum GraphQlRequestCacheability {
41
NotCacheable = 'no-cache', // Values used by apollo
42
- Cacheable = 'cache-first'
+ Cacheable = 'cache-first',
43
+ RefreshCache = 'network-only'
44
}
45
46
export const enum GraphQlHandlerType {
0 commit comments