From 284bd07ce8d5d22254e5334eb6ca612fd6e37a30 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 15 Aug 2024 20:26:38 -0400 Subject: [PATCH] Remove erroneous addition --- docs/shared/client.api.json | 48051 ---------------------------------- 1 file changed, 48051 deletions(-) delete mode 100644 docs/shared/client.api.json diff --git a/docs/shared/client.api.json b/docs/shared/client.api.json deleted file mode 100644 index ef61e176a01..00000000000 --- a/docs/shared/client.api.json +++ /dev/null @@ -1,48051 +0,0 @@ -{ - "metadata": { - "toolPackage": "@microsoft/api-extractor", - "toolVersion": "7.38.0", - "schemaVersion": 1011, - "oldestForwardsCompatibleVersion": 1001, - "tsdocConfig": { - "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", - "noStandardTags": true, - "tagDefinitions": [ - { - "tagName": "@alpha", - "syntaxKind": "modifier" - }, - { - "tagName": "@beta", - "syntaxKind": "modifier" - }, - { - "tagName": "@defaultValue", - "syntaxKind": "block" - }, - { - "tagName": "@decorator", - "syntaxKind": "block", - "allowMultiple": true - }, - { - "tagName": "@deprecated", - "syntaxKind": "block" - }, - { - "tagName": "@eventProperty", - "syntaxKind": "modifier" - }, - { - "tagName": "@example", - "syntaxKind": "block", - "allowMultiple": true - }, - { - "tagName": "@experimental", - "syntaxKind": "modifier" - }, - { - "tagName": "@inheritDoc", - "syntaxKind": "inline" - }, - { - "tagName": "@internal", - "syntaxKind": "modifier" - }, - { - "tagName": "@label", - "syntaxKind": "inline" - }, - { - "tagName": "@link", - "syntaxKind": "inline", - "allowMultiple": true - }, - { - "tagName": "@override", - "syntaxKind": "modifier" - }, - { - "tagName": "@packageDocumentation", - "syntaxKind": "modifier" - }, - { - "tagName": "@param", - "syntaxKind": "block", - "allowMultiple": true - }, - { - "tagName": "@privateRemarks", - "syntaxKind": "block" - }, - { - "tagName": "@public", - "syntaxKind": "modifier" - }, - { - "tagName": "@readonly", - "syntaxKind": "modifier" - }, - { - "tagName": "@remarks", - "syntaxKind": "block" - }, - { - "tagName": "@returns", - "syntaxKind": "block" - }, - { - "tagName": "@sealed", - "syntaxKind": "modifier" - }, - { - "tagName": "@see", - "syntaxKind": "block" - }, - { - "tagName": "@throws", - "syntaxKind": "block", - "allowMultiple": true - }, - { - "tagName": "@typeParam", - "syntaxKind": "block", - "allowMultiple": true - }, - { - "tagName": "@virtual", - "syntaxKind": "modifier" - }, - { - "tagName": "@betaDocumentation", - "syntaxKind": "modifier" - }, - { - "tagName": "@internalRemarks", - "syntaxKind": "block" - }, - { - "tagName": "@preapproved", - "syntaxKind": "modifier" - } - ], - "supportForTags": { - "@alpha": true, - "@beta": true, - "@defaultValue": true, - "@decorator": true, - "@deprecated": true, - "@eventProperty": true, - "@example": true, - "@experimental": true, - "@inheritDoc": true, - "@internal": true, - "@label": true, - "@link": true, - "@override": true, - "@packageDocumentation": true, - "@param": true, - "@privateRemarks": true, - "@public": true, - "@readonly": true, - "@remarks": true, - "@returns": true, - "@sealed": true, - "@see": true, - "@throws": true, - "@typeParam": true, - "@virtual": true, - "@betaDocumentation": true, - "@internalRemarks": true, - "@preapproved": true - }, - "reportUnsupportedHtmlElements": false - } - }, - "kind": "Package", - "canonicalReference": "@apollo/client!", - "docComment": "", - "name": "@apollo/client", - "preserveMemberOrder": false, - "members": [ - { - "kind": "EntryPoint", - "canonicalReference": "@apollo/client!", - "name": "", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Variable", - "canonicalReference": "@apollo/client!~_deleteModifier:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "_deleteModifier: " - }, - { - "kind": "Content", - "text": "unique symbol" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "_deleteModifier", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!~_invalidateModifier:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "_invalidateModifier: " - }, - { - "kind": "Content", - "text": "unique symbol" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "_invalidateModifier", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~AllFieldsModifier:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type AllFieldsModifier" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Reference", - "text": "Modifier", - "canonicalReference": "@apollo/client!~Modifier:type" - }, - { - "kind": "Content", - "text": "> : never>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "AllFieldsModifier", - "typeParameters": [ - { - "typeParameterName": "Entity", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 4, - "endIndex": 10 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!ApolloCache:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare abstract class ApolloCache implements " - }, - { - "kind": "Reference", - "text": "DataProxy", - "canonicalReference": "@apollo/client!DataProxy:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/core/cache.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TSerialized", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isAbstract": true, - "name": "ApolloCache", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloCache#assumeImmutableResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly assumeImmutableResults: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "assumeImmutableResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#batch:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "batch(options: " - }, - { - "kind": "Reference", - "text": "Cache.BatchOptions", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "U" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "U", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "batch" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#diff:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract diff(query: " - }, - { - "kind": "Reference", - "text": "Cache.DiffOptions", - "canonicalReference": "@apollo/client!Cache_2.DiffOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "diff" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#evict:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract evict(options: " - }, - { - "kind": "Reference", - "text": "Cache.EvictOptions", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "evict" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#extract:member(1)", - "docComment": "/**\n * Exposes the cache's complete state, in a serializable format for later restoration.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract extract(optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TSerialized" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": true, - "name": "extract" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#gc:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "gc(): " - }, - { - "kind": "Content", - "text": "string[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "gc" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#identify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "identify(object: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "object", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "identify" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#modify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "modify" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ">(options: " - }, - { - "kind": "Reference", - "text": "Cache.ModifyOptions", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "Entity", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "modify" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#performTransaction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract performTransaction(transaction: " - }, - { - "kind": "Reference", - "text": "Transaction", - "canonicalReference": "@apollo/client!Transaction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimisticId?: " - }, - { - "kind": "Content", - "text": "string | null" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "transaction", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "optimisticId", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": true, - "name": "performTransaction" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#read:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract read(query: " - }, - { - "kind": "Reference", - "text": "Cache.ReadOptions", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "read" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#readFragment:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readFragment(options: " - }, - { - "kind": "Reference", - "text": "Cache.ReadFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "FragmentType | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "FragmentType", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "readFragment" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#readQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readQuery(options: " - }, - { - "kind": "Reference", - "text": "Cache.ReadQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "QueryType | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "QueryType", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "readQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#recordOptimisticTransaction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "recordOptimisticTransaction(transaction: " - }, - { - "kind": "Reference", - "text": "Transaction", - "canonicalReference": "@apollo/client!Transaction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimisticId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "transaction", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "optimisticId", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "recordOptimisticTransaction" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#removeOptimistic:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract removeOptimistic(id: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "id", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "removeOptimistic" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#reset:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract reset(options?: " - }, - { - "kind": "Reference", - "text": "Cache.ResetOptions", - "canonicalReference": "@apollo/client!Cache_2.ResetOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": true, - "name": "reset" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#restore:member(1)", - "docComment": "/**\n * Replaces existing state in the cache (if any) with the values expressed by `serializedState`.\n *\n * Called when hydrating a cache (server side rendering, or offline storage), and also (potentially) during hot reloads.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract restore(serializedState: " - }, - { - "kind": "Content", - "text": "TSerialized" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "serializedState", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "restore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#transformDocument:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transformDocument(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "transformDocument" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#transformForLink:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transformForLink(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "transformForLink" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#updateFragment:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateFragment(options: " - }, - { - "kind": "Reference", - "text": "Cache.UpdateFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.UpdateFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", update: " - }, - { - "kind": "Content", - "text": "(data: TData | null) => TData | null | void" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "update", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "updateFragment" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#updateQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateQuery(options: " - }, - { - "kind": "Reference", - "text": "Cache.UpdateQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.UpdateQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", update: " - }, - { - "kind": "Content", - "text": "(data: TData | null) => TData | null | void" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "update", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "updateQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#watch:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract watch(watch: " - }, - { - "kind": "Reference", - "text": "Cache.WatchOptions", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "watch", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "watch" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#write:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract write(write: " - }, - { - "kind": "Reference", - "text": "Cache.WriteOptions", - "canonicalReference": "@apollo/client!Cache_2.WriteOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "write", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "write" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#writeFragment:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeFragment({ id, data, fragment, fragmentName, ...options }: " - }, - { - "kind": "Reference", - "text": "Cache.WriteFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ id, data, fragment, fragmentName, ...options }", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "writeFragment" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloCache#writeQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeQuery({ id, data, ...options }: " - }, - { - "kind": "Reference", - "text": "Cache.WriteQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ id, data, ...options }", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "writeQuery" - } - ], - "implementsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!ApolloClient:class", - "docComment": "/**\n * This is the primary Apollo Client class. It is used to send GraphQL documents (i.e. queries and mutations) to a GraphQL spec-compliant server over a {@link ApolloLink} instance, receive results from the server and cache the results in a store. It also delivers updates to GraphQL queries through {@link Observable} instances.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class ApolloClient implements " - }, - { - "kind": "Reference", - "text": "DataProxy", - "canonicalReference": "@apollo/client!DataProxy:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/ApolloClient.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCacheShape", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isAbstract": false, - "name": "ApolloClient", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#__actionHookForDevTools:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "__actionHookForDevTools(cb: " - }, - { - "kind": "Content", - "text": "() => any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cb", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "__actionHookForDevTools" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#__requestRaw:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "__requestRaw(payload: " - }, - { - "kind": "Reference", - "text": "GraphQLRequest", - "canonicalReference": "@apollo/client!GraphQLRequest:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ExecutionResult", - "canonicalReference": "graphql!ExecutionResult:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "payload", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "__requestRaw" - }, - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!ApolloClient:constructor(1)", - "docComment": "/**\n * Constructs an instance of {@link ApolloClient}.\n *\n * @example\n * ```js\n * import { ApolloClient, InMemoryCache } from '@apollo/client';\n *\n * const cache = new InMemoryCache();\n *\n * const client = new ApolloClient({\n * // Provide required constructor fields\n * cache: cache,\n * uri: 'http://localhost:4000/',\n *\n * // Provide some optional constructor fields\n * name: 'react-web-client',\n * version: '1.3',\n * queryDeduplication: false,\n * defaultOptions: {\n * watchQuery: {\n * fetchPolicy: 'cache-and-network',\n * },\n * },\n * });\n * ```\n *\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(options: " - }, - { - "kind": "Reference", - "text": "ApolloClientOptions", - "canonicalReference": "@apollo/client!ApolloClientOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#addResolvers:member(1)", - "docComment": "/**\n * Add additional local resolvers.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "addResolvers(resolvers: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "resolvers", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addResolvers" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#cache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#clearStore:member(1)", - "docComment": "/**\n * Remove all data from the store. Unlike `resetStore`, `clearStore` will not refetch any active queries.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "clearStore(): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "clearStore" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#defaultOptions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultOptions: " - }, - { - "kind": "Reference", - "text": "DefaultOptions", - "canonicalReference": "@apollo/client!~DefaultOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "defaultOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#disableNetworkFetches:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "disableNetworkFetches: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "disableNetworkFetches", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#documentTransform:member", - "docComment": "/**\n * The `DocumentTransform` used to modify GraphQL documents before a request is made. If a custom `DocumentTransform` is not provided, this will be the default document transform.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "get documentTransform(): " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "documentTransform", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#extract:member(1)", - "docComment": "/**\n * Exposes the cache's complete state, in a serializable format for later restoration.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "extract(optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TCacheShape" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "extract" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#getObservableQueries:member(1)", - "docComment": "/**\n * Get all currently active `ObservableQuery` objects, in a `Map` keyed by query ID strings.\n *\n * An \"active\" query is one that has observers and a `fetchPolicy` other than \"standby\" or \"cache-only\".\n *\n * You can include all `ObservableQuery` objects (including the inactive ones) by passing \"all\" instead of \"active\", or you can include just a subset of active queries by passing an array of query names or DocumentNode objects.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "getObservableQueries(include?: " - }, - { - "kind": "Reference", - "text": "RefetchQueriesInclude", - "canonicalReference": "@apollo/client!RefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "include", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getObservableQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#getResolvers:member(1)", - "docComment": "/**\n * Get all registered local resolvers.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "getResolvers(): " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getResolvers" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#link:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "link: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "link", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#mutate:member(1)", - "docComment": "/**\n * This resolves a single mutation according to the options specified and returns a Promise which is either resolved with the resulting data or rejected with an error.\n *\n * It takes options as an object with the following keys and values:\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutate" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ", TCache extends " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ">(options: " - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "defaultTypeTokenRange": { - "startIndex": 15, - "endIndex": 17 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 21, - "endIndex": 25 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 18, - "endIndex": 20 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "mutate" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#onClearStore:member(1)", - "docComment": "/**\n * Allows callbacks to be registered that are executed when the store is cleared. `onClearStore` returns an unsubscribe function that can be used to remove registered callbacks.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "onClearStore(cb: " - }, - { - "kind": "Content", - "text": "() => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cb", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "onClearStore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#onResetStore:member(1)", - "docComment": "/**\n * Allows callbacks to be registered that are executed when the store is reset. `onResetStore` returns an unsubscribe function that can be used to remove registered callbacks.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "onResetStore(cb: " - }, - { - "kind": "Content", - "text": "() => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cb", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "onResetStore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#query:member(1)", - "docComment": "/**\n * This resolves a single query according to the options specified and returns a Promise which is either resolved with the resulting data or rejected with an error.\n *\n * @param options - An object of type {@link QueryOptions} that allows us to describe how this query should be treated e.g. whether it should hit the server at all or just resolve from the cache, etc.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "query(options: " - }, - { - "kind": "Reference", - "text": "QueryOptions", - "canonicalReference": "@apollo/client!QueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "query" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#queryDeduplication:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "queryDeduplication: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "queryDeduplication", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#readFragment:member(1)", - "docComment": "/**\n * Tries to read some data from the store in the shape of the provided GraphQL fragment without making a network request. This method will read a GraphQL fragment from any arbitrary id that is currently cached, unlike `readQuery` which will only read from the root query.\n *\n * You must pass in a GraphQL document with a single fragment or a document with multiple fragments that represent what you are reading. If you pass in a document with multiple fragments then you must also specify a `fragmentName`.\n *\n * @param optimistic - Set to `true` to allow `readFragment` to return optimistic results. Is `false` by default.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "readFragment(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.Fragment", - "canonicalReference": "@apollo/client!DataProxy.Fragment:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "readFragment" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#readQuery:member(1)", - "docComment": "/**\n * Tries to read some data from the store in the shape of the provided GraphQL query without making a network request. This method will start at the root query. To start at a specific id returned by `dataIdFromObject` use `readFragment`.\n *\n * @param optimistic - Set to `true` to allow `readQuery` to return optimistic results. Is `false` by default.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "readQuery(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.Query", - "canonicalReference": "@apollo/client!DataProxy.Query:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "readQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#reFetchObservableQueries:member(1)", - "docComment": "/**\n * Refetches all of your active queries.\n *\n * `reFetchObservableQueries()` is useful if you want to bring the client back to proper state in case of a network outage\n *\n * It is important to remember that `reFetchObservableQueries()` *will* refetch any active queries. This means that any components that might be mounted will execute their queries again using your network interface. If you do not want to re-execute any queries then you should make sure to stop watching any active queries. Takes optional parameter `includeStandby` which will include queries in standby-mode when refetching.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "reFetchObservableQueries(includeStandby?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "[]>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "includeStandby", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "reFetchObservableQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#refetchQueries:member(1)", - "docComment": "/**\n * Refetches specified active queries. Similar to \"reFetchObservableQueries()\" but with a specific list of queries.\n *\n * `refetchQueries()` is useful for use cases to imperatively refresh a selection of queries.\n *\n * It is important to remember that `refetchQueries()` *will* refetch specified active queries. This means that any components that might be mounted will execute their queries again using your network interface. If you do not want to re-execute any queries then you should make sure to stop watching any active queries.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetchQueries" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", TResult = " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ">(options: " - }, - { - "kind": "Reference", - "text": "RefetchQueriesOptions", - "canonicalReference": "@apollo/client!RefetchQueriesOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "RefetchQueriesResult", - "canonicalReference": "@apollo/client!RefetchQueriesResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - }, - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 17 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "refetchQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#resetStore:member(1)", - "docComment": "/**\n * Resets your entire store by clearing out your cache and then re-executing all of your active queries. This makes it so that you may guarantee that there is no data left in your store from a time before you called this method.\n *\n * `resetStore()` is useful when your user just logged out. You’ve removed the user session, and you now want to make sure that any references to data you might have fetched while the user session was active is gone.\n *\n * It is important to remember that `resetStore()` *will* refetch any active queries. This means that any components that might be mounted will execute their queries again using your network interface. If you do not want to re-execute any queries then you should make sure to stop watching any active queries.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetStore(): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "[] | null>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "resetStore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#restore:member(1)", - "docComment": "/**\n * Replaces existing state in the cache (if any) with the values expressed by `serializedState`.\n *\n * Called when hydrating a cache (server side rendering, or offline storage), and also (potentially) during hot reloads.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "restore(serializedState: " - }, - { - "kind": "Content", - "text": "TCacheShape" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "serializedState", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "restore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#setLink:member(1)", - "docComment": "/**\n * Define a new ApolloLink (or link chain) that Apollo Client will use.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "setLink(newLink: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newLink", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setLink" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#setLocalStateFragmentMatcher:member(1)", - "docComment": "/**\n * Set a custom local state fragment matcher.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "setLocalStateFragmentMatcher(fragmentMatcher: " - }, - { - "kind": "Reference", - "text": "FragmentMatcher", - "canonicalReference": "@apollo/client!FragmentMatcher:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragmentMatcher", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setLocalStateFragmentMatcher" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#setResolvers:member(1)", - "docComment": "/**\n * Set (override existing) local resolvers.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "setResolvers(resolvers: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "resolvers", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setResolvers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#stop:member(1)", - "docComment": "/**\n * Call this method to terminate any active client processes, making it safe to dispose of this `ApolloClient` instance.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "stop(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "stop" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#subscribe:member(1)", - "docComment": "/**\n * This subscribes to a graphql subscription according to the options specified and returns an {@link Observable} which either emits received data or an error.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscribe(options: " - }, - { - "kind": "Reference", - "text": "SubscriptionOptions", - "canonicalReference": "@apollo/client!SubscriptionOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "subscribe" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#typeDefs:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly typeDefs: " - }, - { - "kind": "Reference", - "text": "ApolloClientOptions", - "canonicalReference": "@apollo/client!ApolloClientOptions:interface" - }, - { - "kind": "Content", - "text": "[\"typeDefs\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "typeDefs", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloClient#version:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "version: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "version", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#watchQuery:member(1)", - "docComment": "/**\n * This watches the cache store of the query according to the options specified and returns an {@link ObservableQuery}. We can subscribe to this {@link ObservableQuery} and receive updated results through a GraphQL observer when the cache store changes.\n *\n * Note that this method is not an implementation of GraphQL subscriptions. Rather, it uses Apollo's store in order to reactively deliver updates to your query results.\n *\n * For example, suppose you call watchQuery on a GraphQL query that fetches a person's first and last name and this person has a particular object identifier, provided by dataIdFromObject. Later, a different query fetches that same person's first and last name and the first name has now changed. Then, any observers associated with the results of the first query will be updated with a new result object.\n *\n * Note that if the cache does not change, the subscriber will *not* be notified.\n *\n * See [here](https://medium.com/apollo-stack/the-concepts-of-graphql-bc68bd819be3#.3mb0cbcmc) for a description of store reactivity.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "watchQuery(options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "watchQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#writeFragment:member(1)", - "docComment": "/**\n * Writes some data in the shape of the provided GraphQL fragment directly to the store. This method will write to a GraphQL fragment from any arbitrary id that is currently cached, unlike `writeQuery` which will only write from the root query.\n *\n * You must pass in a GraphQL document with a single fragment or a document with multiple fragments that represent what you are writing. If you pass in a document with multiple fragments then you must also specify a `fragmentName`.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeFragment(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.WriteFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "writeFragment" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloClient#writeQuery:member(1)", - "docComment": "/**\n * Writes some data in the shape of the provided GraphQL query directly to the store. This method will start at the root query. To start at a specific id returned by `dataIdFromObject` then use `writeFragment`.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeQuery(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.WriteQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "writeQuery" - } - ], - "implementsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ApolloClientOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloClientOptions " - } - ], - "fileUrlPath": "src/core/ApolloClient.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCacheShape", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "ApolloClientOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#assumeImmutableResults:member", - "docComment": "/**\n * If `true`, Apollo Client will assume results read from the cache are never mutated by application code, which enables substantial performance optimizations.\n *\n * @defaultValue\n *\n * `false`\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "assumeImmutableResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "assumeImmutableResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#cache:member", - "docComment": "/**\n * The cache that Apollo Client should use to store query results locally. The recommended cache is `InMemoryCache`, which is provided by the `@apollo/client` package.\n *\n * For more information, see [Configuring the cache](https://www.apollographql.com/docs/react/caching/cache-configuration/).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#connectToDevTools:member", - "docComment": "/**\n * If `true`, the [Apollo Client Devtools](https://www.apollographql.com/docs/react/development-testing/developer-tooling/#apollo-client-devtools) browser extension can connect to Apollo Client in your production environment. The extension can _always_ connect in a non-production environment.\n *\n * The default value is `false`.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "connectToDevTools?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "connectToDevTools", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#credentials:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "credentials?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "credentials", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#defaultOptions:member", - "docComment": "/**\n * Provide this object to set application-wide default values for options you can provide to the `watchQuery`, `query`, and `mutate` functions. See below for an example object.\n *\n * See this [example object](https://www.apollographql.com/docs/react/api/core/ApolloClient#example-defaultoptions-object).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultOptions?: " - }, - { - "kind": "Reference", - "text": "DefaultOptions", - "canonicalReference": "@apollo/client!~DefaultOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "defaultOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#documentTransform:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "documentTransform?: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "documentTransform", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#fragmentMatcher:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fragmentMatcher?: " - }, - { - "kind": "Reference", - "text": "FragmentMatcher", - "canonicalReference": "@apollo/client!FragmentMatcher:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fragmentMatcher", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#headers:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "headers?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "headers", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#link:member", - "docComment": "/**\n * You can provide an {@link ApolloLink} instance to serve as Apollo Client's network layer. For more information, see [Advanced HTTP networking](https://www.apollographql.com/docs/react/networking/advanced-http-networking/).\n *\n * One of `uri` or `link` is **required**. If you provide both, `link` takes precedence. The {@link ApolloLink} over which GraphQL documents will be resolved into a response.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "link?: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "link", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#name:member", - "docComment": "/**\n * A custom name (e.g., `iOS`) that identifies this particular client among your set of clients. Apollo Server and Apollo Studio use this property as part of the [client awareness](https://www.apollographql.com/docs/apollo-server/monitoring/metrics#identifying-distinct-clients) feature.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "name?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "name", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#queryDeduplication:member", - "docComment": "/**\n * If `false`, Apollo Client sends every created query to the server, even if a _completely_ identical query (identical in terms of query string, variable values, and operationName) is already in flight.\n *\n * @defaultValue\n *\n * `true`\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "queryDeduplication?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "queryDeduplication", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#resolvers:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resolvers?: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "resolvers", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#ssrForceFetchDelay:member", - "docComment": "/**\n * The time interval (in milliseconds) before Apollo Client force-fetches queries after a server-side render.\n *\n * @defaultValue\n *\n * `0` (no delay)\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "ssrForceFetchDelay?: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "ssrForceFetchDelay", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#ssrMode:member", - "docComment": "/**\n * When using Apollo Client for [server-side rendering](https://www.apollographql.com/docs/react//performance/server-side-rendering/), set this to `true` so that the [`getDataFromTree` function](../react/ssr/#getdatafromtree) can work effectively.\n *\n * @defaultValue\n *\n * `false`\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "ssrMode?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "ssrMode", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#typeDefs:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "typeDefs?: " - }, - { - "kind": "Content", - "text": "string | string[] | " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "typeDefs", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#uri:member", - "docComment": "/**\n * The URI of the GraphQL endpoint that Apollo Client will communicate with.\n *\n * One of `uri` or `link` is **required**. If you provide both, `link` takes precedence.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "uri?: " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "UriFunction", - "canonicalReference": "@apollo/client!UriFunction:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "uri", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloClientOptions#version:member", - "docComment": "/**\n * A custom version that identifies the current version of this particular client (e.g., `1.2`). Apollo Server and Apollo Studio use this property as part of the [client awareness](https://www.apollographql.com/docs/apollo-server/monitoring/metrics#identifying-distinct-clients) feature.\n *\n * This is **not** the version of Apollo Client that you are using, but rather any version string that helps you differentiate between versions of your client.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "version?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "version", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!ApolloConsumer:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "ApolloConsumer: " - }, - { - "kind": "Reference", - "text": "React.FC", - "canonicalReference": "@types/react!React.FC:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloConsumerProps", - "canonicalReference": "@apollo/client!~ApolloConsumerProps:interface" - }, - { - "kind": "Content", - "text": ">" - } - ], - "fileUrlPath": "src/react/context/ApolloConsumer.tsx", - "isReadonly": true, - "releaseTag": "Public", - "name": "ApolloConsumer", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ApolloConsumerProps:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloConsumerProps " - } - ], - "fileUrlPath": "src/react/context/ApolloConsumer.tsx", - "releaseTag": "Public", - "name": "ApolloConsumerProps", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloConsumerProps#children:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "children: " - }, - { - "kind": "Content", - "text": "(client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "React.ReactChild", - "canonicalReference": "@types/react!React.ReactChild:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "children", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ApolloContextValue:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloContextValue " - } - ], - "fileUrlPath": "src/react/context/ApolloContext.ts", - "releaseTag": "Public", - "name": "ApolloContextValue", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloContextValue#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloContextValue#renderPromises:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "renderPromises?: " - }, - { - "kind": "Reference", - "text": "RenderPromises", - "canonicalReference": "@apollo/client!~RenderPromises:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "renderPromises", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!ApolloError:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class ApolloError extends " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/errors/index.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "ApolloError", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!ApolloError:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `ApolloError` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor({ graphQLErrors, protocolErrors, clientErrors, networkError, errorMessage, extraInfo, }: " - }, - { - "kind": "Reference", - "text": "ApolloErrorOptions", - "canonicalReference": "@apollo/client!~ApolloErrorOptions:interface" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ graphQLErrors, protocolErrors, clientErrors, networkError, errorMessage, extraInfo, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#clientErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clientErrors: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "clientErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#extraInfo:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extraInfo: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "extraInfo", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#graphQLErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "graphQLErrors: " - }, - { - "kind": "Reference", - "text": "GraphQLErrors", - "canonicalReference": "@apollo/client!~GraphQLErrors:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "graphQLErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#message:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "message: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "message", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#name:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "name: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "name", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#networkError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkError: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ServerParseError", - "canonicalReference": "@apollo/client!ServerParseError:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ServerError", - "canonicalReference": "@apollo/client!ServerError:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "networkError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 7 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ApolloError#protocolErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protocolErrors: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<{\n message: string;\n extensions?: " - }, - { - "kind": "Reference", - "text": "GraphQLErrorExtensions", - "canonicalReference": "graphql!GraphQLErrorExtensions:interface" - }, - { - "kind": "Content", - "text": "[];\n }>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "protocolErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ApolloErrorOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloErrorOptions " - } - ], - "fileUrlPath": "src/errors/index.ts", - "releaseTag": "Public", - "name": "ApolloErrorOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#clientErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clientErrors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "clientErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#errorMessage:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "errorMessage?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errorMessage", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#extraInfo:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extraInfo?: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extraInfo", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#graphQLErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "graphQLErrors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "graphQLErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#networkError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkError?: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ServerParseError", - "canonicalReference": "@apollo/client!ServerParseError:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ServerError", - "canonicalReference": "@apollo/client!ServerError:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "networkError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloErrorOptions#protocolErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protocolErrors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<{\n message: string;\n extensions?: " - }, - { - "kind": "Reference", - "text": "GraphQLErrorExtensions", - "canonicalReference": "graphql!GraphQLErrorExtensions:interface" - }, - { - "kind": "Content", - "text": "[];\n }>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "protocolErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!ApolloLink:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class ApolloLink " - } - ], - "fileUrlPath": "src/link/core/ApolloLink.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "ApolloLink", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!ApolloLink:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `ApolloLink` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(request?: " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "request", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink#concat:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "concat(next: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "next", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "concat" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink.concat:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static concat(first: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ", second: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "first", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "second", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 8 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "concat" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink.empty:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static empty(): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "empty" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink.execute:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static execute(link: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ", operation: " - }, - { - "kind": "Reference", - "text": "GraphQLRequest", - "canonicalReference": "@apollo/client!GraphQLRequest:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "link", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "operation", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "execute" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink.from:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static from(links: " - }, - { - "kind": "Content", - "text": "(" - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ")[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "links", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "from" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink#onError:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected onError(error: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ", observer?: " - }, - { - "kind": "Reference", - "text": "Observer", - "canonicalReference": "zen-observable-ts!Observer:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "false | void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": true, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "error", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "observer", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "onError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink#request:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "request(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ", forward?: " - }, - { - "kind": "Reference", - "text": "NextLink", - "canonicalReference": "@apollo/client!NextLink:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": "> | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "operation", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "forward", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "request" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink#setOnError:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setOnError(fn: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": "[\"onError\"]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fn", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setOnError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink#split:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "split(test: " - }, - { - "kind": "Content", - "text": "(op: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ") => boolean" - }, - { - "kind": "Content", - "text": ", left: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ", right?: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 13, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "test", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "left", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 8 - }, - "isOptional": false - }, - { - "parameterName": "right", - "parameterTypeTokenRange": { - "startIndex": 9, - "endIndex": 12 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "split" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ApolloLink.split:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static split(test: " - }, - { - "kind": "Content", - "text": "(op: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ") => boolean" - }, - { - "kind": "Content", - "text": ", left: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ", right?: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 13, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "test", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "left", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 8 - }, - "isOptional": false - }, - { - "parameterName": "right", - "parameterTypeTokenRange": { - "startIndex": 9, - "endIndex": 12 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "split" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ApolloPayloadResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloPayloadResult" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "name": "ApolloPayloadResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloPayloadResult#errors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "errors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " | string>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ApolloPayloadResult#payload:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "payload: " - }, - { - "kind": "Reference", - "text": "SingleExecutionResult", - "canonicalReference": "@apollo/client!SingleExecutionResult:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ExecutionPatchResult", - "canonicalReference": "@apollo/client!ExecutionPatchResult:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "payload", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!ApolloProvider:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "ApolloProvider: " - }, - { - "kind": "Reference", - "text": "React.FC", - "canonicalReference": "@types/react!React.FC:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloProviderProps", - "canonicalReference": "@apollo/client!~ApolloProviderProps:interface" - }, - { - "kind": "Content", - "text": ">" - } - ], - "fileUrlPath": "src/react/context/ApolloProvider.tsx", - "isReadonly": true, - "releaseTag": "Public", - "name": "ApolloProvider", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ApolloProviderProps:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ApolloProviderProps " - } - ], - "fileUrlPath": "src/react/context/ApolloProvider.tsx", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "ApolloProviderProps", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloProviderProps#children:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "children: " - }, - { - "kind": "Reference", - "text": "React.ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "React.ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": "[] | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "children", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ApolloProviderProps#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ApolloQueryResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ApolloQueryResult = " - }, - { - "kind": "Content", - "text": "{\n data: T;\n errors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">;\n error?: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";\n loading: boolean;\n networkStatus: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";\n partial?: boolean;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "ApolloQueryResult", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 10 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ApolloReducerConfig:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ApolloReducerConfig = " - }, - { - "kind": "Content", - "text": "{\n dataIdFromObject?: " - }, - { - "kind": "Reference", - "text": "KeyFieldsFunction", - "canonicalReference": "@apollo/client!~KeyFieldsFunction:type" - }, - { - "kind": "Content", - "text": ";\n addTypename?: boolean;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "ApolloReducerConfig", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!BackgroundQueryHookFetchPolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type BackgroundQueryHookFetchPolicy = " - }, - { - "kind": "Reference", - "text": "Extract", - "canonicalReference": "!Extract:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ", \"cache-first\" | \"network-only\" | \"no-cache\" | \"cache-and-network\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "BackgroundQueryHookFetchPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!BackgroundQueryHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface BackgroundQueryHookOptions extends " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryHookOptions", - "canonicalReference": "@apollo/client!QueryHookOptions:interface" - }, - { - "kind": "Content", - "text": ", \"client\" | \"variables\" | \"errorPolicy\" | \"context\" | \"canonizeResults\" | \"returnPartialData\" | \"refetchWritePolicy\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "BackgroundQueryHookOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BackgroundQueryHookOptions#fetchPolicy:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookFetchPolicy", - "canonicalReference": "@apollo/client!BackgroundQueryHookFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BackgroundQueryHookOptions#queryKey:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "queryKey?: " - }, - { - "kind": "Content", - "text": "string | number | any[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "queryKey", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BackgroundQueryHookOptions#skip:member", - "docComment": "/**\n * If `true`, the query is not executed. The default value is `false`.\n *\n * @deprecated\n *\n * We recommend using `skipToken` in place of the `skip` option as it is more type-safe.\n *\n * @example\n *\n * Recommended usage of `skipToken`:\n * ```ts\n * import { skipToken, useBackgroundQuery } from '@apollo/client';\n *\n * const [queryRef] = useBackgroundQuery(query, id ? { variables: { id } } : skipToken);\n * ```\n *\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "skip?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "skip", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 11 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type BackgroundQueryHookOptionsNoInfer = " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptions", - "canonicalReference": "@apollo/client!BackgroundQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "releaseTag": "Public", - "name": "BackgroundQueryHookOptionsNoInfer", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 9 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface BaseMutationOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": ", \"mutation\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "BaseMutationOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseMutationOptions#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseMutationOptions#ignoreResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "ignoreResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "ignoreResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseMutationOptions#notifyOnNetworkStatusChange:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "notifyOnNetworkStatusChange?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "notifyOnNetworkStatusChange", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseMutationOptions#onCompleted:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onCompleted?: " - }, - { - "kind": "Content", - "text": "(data: TData, clientOptions?: " - }, - { - "kind": "Reference", - "text": "BaseMutationOptions", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onCompleted", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseMutationOptions#onError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onError?: " - }, - { - "kind": "Content", - "text": "(error: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ", clientOptions?: " - }, - { - "kind": "Reference", - "text": "BaseMutationOptions", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 13, - "endIndex": 17 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!BaseQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface BaseQueryOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", \"query\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "BaseQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseQueryOptions#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseQueryOptions#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseQueryOptions#ssr:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "ssr?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "ssr", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 5, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface BaseSubscriptionOptions " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "BaseSubscriptionOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#fetchPolicy:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "FetchPolicy", - "canonicalReference": "@apollo/client!FetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#onComplete:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onComplete?: " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onComplete", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#onData:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onData?: " - }, - { - "kind": "Content", - "text": "(options: " - }, - { - "kind": "Reference", - "text": "OnDataOptions", - "canonicalReference": "@apollo/client!OnDataOptions:interface" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#onError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onError?: " - }, - { - "kind": "Content", - "text": "(error: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#onSubscriptionComplete:member", - "docComment": "/**\n * @deprecated\n *\n * Use onComplete instead\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "onSubscriptionComplete?: " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onSubscriptionComplete", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#onSubscriptionData:member", - "docComment": "/**\n * @deprecated\n *\n * Use onData instead\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "onSubscriptionData?: " - }, - { - "kind": "Content", - "text": "(options: " - }, - { - "kind": "Reference", - "text": "OnSubscriptionDataOptions", - "canonicalReference": "@apollo/client!OnSubscriptionDataOptions:interface" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onSubscriptionData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#shouldResubscribe:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "shouldResubscribe?: " - }, - { - "kind": "Content", - "text": "boolean | ((options: " - }, - { - "kind": "Reference", - "text": "BaseSubscriptionOptions", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions:interface" - }, - { - "kind": "Content", - "text": ") => boolean)" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "shouldResubscribe", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#skip:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "skip?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "skip", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~Body_2:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface Body " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "Body_2", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~Body_2#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~Body_2#operationName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "operationName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "operationName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~Body_2#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~Body_2#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~BroadcastOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type BroadcastOptions = " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Cache.BatchOptions", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ">, \"optimistic\" | \"onWatchUpdated\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/inMemoryCache.ts", - "releaseTag": "Public", - "name": "BroadcastOptions", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "Namespace", - "canonicalReference": "@apollo/client!Cache_2:namespace", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare namespace Cache " - } - ], - "fileUrlPath": "src/cache/core/types/Cache.ts", - "releaseTag": "Public", - "name": "Cache_2", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface BatchOptions" - }, - { - "kind": "Content", - "text": ", TUpdateResult = " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": "> " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TUpdateResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - } - } - ], - "name": "BatchOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions#onWatchUpdated:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onWatchUpdated?: " - }, - { - "kind": "Content", - "text": "(this: TCache, watch: " - }, - { - "kind": "Reference", - "text": "Cache.WatchOptions", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions:interface" - }, - { - "kind": "Content", - "text": ", diff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": ", lastDiff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": " | undefined) => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onWatchUpdated", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions#optimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "string | boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions#removeOptimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeOptimistic?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "removeOptimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions#update:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "update(cache: " - }, - { - "kind": "Content", - "text": "TCache" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TUpdateResult" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cache", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "update" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.DiffOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface DiffOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ReadOptions", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions:interface" - }, - { - "kind": "Content", - "text": ", \"rootId\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "DiffOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 5, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface EvictOptions " - } - ], - "releaseTag": "Public", - "name": "EvictOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions#args:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "args?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "args", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions#broadcast:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "broadcast?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "broadcast", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions#fieldName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fieldName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fieldName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions#id:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ModifyOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "Entity", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "name": "ModifyOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions#broadcast:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "broadcast?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "broadcast", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions#fields:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fields: " - }, - { - "kind": "Reference", - "text": "Modifiers", - "canonicalReference": "@apollo/client!~Modifiers:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "AllFieldsModifier", - "canonicalReference": "@apollo/client!~AllFieldsModifier:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fields", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions#id:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions#optimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ReadOptions extends " - }, - { - "kind": "Reference", - "text": "DataProxy.Query", - "canonicalReference": "@apollo/client!DataProxy.Query:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "ReadOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions#canonizeResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions#optimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions#previousResult:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "previousResult?: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "previousResult", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions#returnPartialData:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "returnPartialData?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "returnPartialData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions#rootId:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "rootId?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "rootId", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 5, - "endIndex": 7 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.ResetOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ResetOptions " - } - ], - "releaseTag": "Public", - "name": "ResetOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.ResetOptions#discardWatches:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "discardWatches?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "discardWatches", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!Cache_2.WatchCallback:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type WatchCallback = " - }, - { - "kind": "Content", - "text": "(diff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": ", lastDiff?: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "releaseTag": "Public", - "name": "WatchCallback", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 8 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface WatchOptions extends " - }, - { - "kind": "Reference", - "text": "DiffOptions", - "canonicalReference": "@apollo/client!Cache_2.DiffOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "WatchOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions#callback:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "callback: " - }, - { - "kind": "Reference", - "text": "WatchCallback", - "canonicalReference": "@apollo/client!Cache_2.WatchCallback:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "callback", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions#immediate:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "immediate?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "immediate", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions#lastDiff:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "lastDiff?: " - }, - { - "kind": "Reference", - "text": "DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "lastDiff", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions#watcher:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "watcher?: " - }, - { - "kind": "Content", - "text": "object" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "watcher", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 5, - "endIndex": 7 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Cache_2.WriteOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface WriteOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DataProxy.Query", - "canonicalReference": "@apollo/client!DataProxy.Query:interface" - }, - { - "kind": "Content", - "text": ", \"id\">" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DataProxy.WriteOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions:interface" - }, - { - "kind": "Content", - "text": ", \"data\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "WriteOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WriteOptions#dataId:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "dataId?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "dataId", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Cache_2.WriteOptions#result:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "result: " - }, - { - "kind": "Content", - "text": "TResult" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "result", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 5, - "endIndex": 9 - }, - { - "startIndex": 10, - "endIndex": 14 - } - ] - } - ] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~CacheGroup:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "declare class CacheGroup " - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "CacheGroup", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~CacheGroup:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `CacheGroup` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(caching: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ", parent?: " - }, - { - "kind": "Reference", - "text": "CacheGroup", - "canonicalReference": "@apollo/client!~CacheGroup:class" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "caching", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "parent", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": true - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~CacheGroup#caching:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly caching: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "caching", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~CacheGroup#depend:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "depend(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", storeFieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "storeFieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "depend" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~CacheGroup#dirty:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "dirty(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", storeFieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "storeFieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "dirty" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~CacheGroup#keyMaker:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "keyMaker: " - }, - { - "kind": "Reference", - "text": "Trie", - "canonicalReference": "@wry/trie!Trie:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "keyMaker", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~CacheGroup#resetCaching:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetCaching(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "resetCaching" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~CacheKey:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type CacheKey = " - }, - { - "kind": "Content", - "text": "[\n query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ",\n stringifiedVariables: string,\n ...queryKey: any[]\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/cache/types.ts", - "releaseTag": "Public", - "name": "CacheKey", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Enum", - "canonicalReference": "@apollo/client!~CacheWriteBehavior:enum", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare const enum CacheWriteBehavior " - } - ], - "fileUrlPath": "src/core/QueryInfo.ts", - "releaseTag": "Public", - "name": "CacheWriteBehavior", - "preserveMemberOrder": true, - "members": [ - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!~CacheWriteBehavior.FORBID:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "FORBID = " - }, - { - "kind": "Content", - "text": "0" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "FORBID" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!~CacheWriteBehavior.OVERWRITE:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "OVERWRITE = " - }, - { - "kind": "Content", - "text": "1" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "OVERWRITE" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!~CacheWriteBehavior.MERGE:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "MERGE = " - }, - { - "kind": "Content", - "text": "2" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "MERGE" - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~CanReadFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type CanReadFunction = " - }, - { - "kind": "Content", - "text": "(value: " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ") => boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "CanReadFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!checkFetcher:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "checkFetcher: " - }, - { - "kind": "Content", - "text": "(fetcher: " - }, - { - "kind": "Reference", - "text": "WindowOrWorkerGlobalScope", - "canonicalReference": "!WindowOrWorkerGlobalScope:interface" - }, - { - "kind": "Content", - "text": "[\"fetch\"] | undefined) => void" - } - ], - "fileUrlPath": "src/link/http/checkFetcher.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "checkFetcher", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ClientParseError:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ClientParseError = " - }, - { - "kind": "Reference", - "text": "InvariantError", - "canonicalReference": "ts-invariant!InvariantError:class" - }, - { - "kind": "Content", - "text": " & {\n parseError: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/serializeFetchParameter.ts", - "releaseTag": "Public", - "name": "ClientParseError", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!CommonOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type CommonOptions = " - }, - { - "kind": "Content", - "text": "TOptions & {\n client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "CommonOptions", - "typeParameters": [ - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~Concast:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class Concast extends " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/utilities/observables/Concast.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isAbstract": false, - "name": "Concast", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~Concast:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `Concast` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(sources: " - }, - { - "kind": "Reference", - "text": "MaybeAsync", - "canonicalReference": "@apollo/client!~MaybeAsync:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ConcastSourcesIterable", - "canonicalReference": "@apollo/client!~ConcastSourcesIterable:type" - }, - { - "kind": "Content", - "text": "> | " - }, - { - "kind": "Reference", - "text": "Subscriber", - "canonicalReference": "zen-observable-ts!Subscriber:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "sources", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 7 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Concast#addObserver:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addObserver(observer: " - }, - { - "kind": "Reference", - "text": "Observer", - "canonicalReference": "zen-observable-ts!Observer:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observer", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addObserver" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Concast#beforeNext:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "beforeNext(callback: " - }, - { - "kind": "Reference", - "text": "NextResultListener", - "canonicalReference": "@apollo/client!~NextResultListener:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "callback", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "beforeNext" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Concast#cancel:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "cancel: " - }, - { - "kind": "Content", - "text": "(reason: any) => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "cancel", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Concast#promise:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly promise: " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "promise", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Concast#removeObserver:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeObserver(observer: " - }, - { - "kind": "Reference", - "text": "Observer", - "canonicalReference": "zen-observable-ts!Observer:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observer", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "removeObserver" - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~ConcastSourcesIterable:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ConcastSourcesIterable = " - }, - { - "kind": "Reference", - "text": "Iterable", - "canonicalReference": "!Iterable:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Source", - "canonicalReference": "@apollo/client!~Source:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/observables/Concast.ts", - "releaseTag": "Public", - "name": "ConcastSourcesIterable", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!concat:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "concat: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "ApolloLink.concat", - "canonicalReference": "@apollo/client!ApolloLink.concat:member" - } - ], - "fileUrlPath": "src/link/core/concat.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "concat", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!createHttpLink:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "createHttpLink: " - }, - { - "kind": "Content", - "text": "(linkOptions?: " - }, - { - "kind": "Reference", - "text": "HttpOptions", - "canonicalReference": "@apollo/client!HttpOptions:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - } - ], - "fileUrlPath": "src/link/http/createHttpLink.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "createHttpLink", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!createSignalIfSupported:var", - "docComment": "/**\n * @deprecated\n *\n * This is not used internally any more and will be removed in the next major version of Apollo Client.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "createSignalIfSupported: " - }, - { - "kind": "Content", - "text": "() => {\n controller: boolean;\n signal: boolean;\n} | {\n controller: " - }, - { - "kind": "Reference", - "text": "AbortController", - "canonicalReference": "!AbortController:interface" - }, - { - "kind": "Content", - "text": ";\n signal: " - }, - { - "kind": "Reference", - "text": "AbortSignal", - "canonicalReference": "!AbortSignal:interface" - }, - { - "kind": "Content", - "text": ";\n}" - } - ], - "fileUrlPath": "src/link/http/createSignalIfSupported.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "createSignalIfSupported", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy:interface", - "docComment": "/**\n * A proxy to the normalized data living in our store. This interface allows a user to read and write denormalized data which feels natural to the user whilst in the background this data is being converted into the normalized store format.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface DataProxy " - } - ], - "fileUrlPath": "src/cache/core/types/DataProxy.ts", - "releaseTag": "Public", - "name": "DataProxy", - "preserveMemberOrder": false, - "members": [ - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!DataProxy#readFragment:member(1)", - "docComment": "/**\n * Reads a GraphQL fragment from any arbitrary id. If there is more than one fragment in the provided document then a `fragmentName` must be provided to select the correct fragment.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "readFragment(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.ReadFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "FragmentType | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "FragmentType", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "readFragment" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!DataProxy#readQuery:member(1)", - "docComment": "/**\n * Reads a GraphQL query from the root query id.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "readQuery(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.ReadQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "QueryType | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "QueryType", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "readQuery" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!DataProxy#writeFragment:member(1)", - "docComment": "/**\n * Writes a GraphQL fragment to any arbitrary id. If there is more than one fragment in the provided document then a `fragmentName` must be provided to select the correct fragment.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeFragment(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.WriteFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "writeFragment" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!DataProxy#writeQuery:member(1)", - "docComment": "/**\n * Writes a GraphQL query to the root query id.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "writeQuery(options: " - }, - { - "kind": "Reference", - "text": "DataProxy.WriteQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "writeQuery" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Namespace", - "canonicalReference": "@apollo/client!DataProxy:namespace", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare namespace DataProxy " - } - ], - "fileUrlPath": "src/cache/core/types/DataProxy.ts", - "releaseTag": "Public", - "name": "DataProxy", - "preserveMemberOrder": false, - "members": [ - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DiffResult = " - }, - { - "kind": "Content", - "text": "{\n result?: T;\n complete?: boolean;\n missing?: " - }, - { - "kind": "Reference", - "text": "MissingFieldError", - "canonicalReference": "@apollo/client!MissingFieldError:class" - }, - { - "kind": "Content", - "text": "[];\n fromOptimisticTransaction?: boolean;\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "releaseTag": "Public", - "name": "DiffResult", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.Fragment:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface Fragment " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "Fragment", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Fragment#fragment:member", - "docComment": "/**\n * A GraphQL document created using the `gql` template string tag from `graphql-tag` with one or more fragments which will be used to determine the shape of data to read. If you provide more than one fragment in this document then you must also specify `fragmentName` to select a single.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fragment: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fragment", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Fragment#fragmentName:member", - "docComment": "/**\n * The name of the fragment in your GraphQL document to be used. If you do not provide a `fragmentName` and there is only one fragment in your `fragment` document then that fragment will be used.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fragmentName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fragmentName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Fragment#id:member", - "docComment": "/**\n * The root id to be used. This id should take the same form as the value returned by your `dataIdFromObject` function. If a value with your id does not exist in the store, `null` will be returned.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Fragment#variables:member", - "docComment": "/**\n * Any variables that your GraphQL fragments depend on.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.Query:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface Query " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "Query", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Query#id:member", - "docComment": "/**\n * The root id to be used. Defaults to \"ROOT_QUERY\", which is the ID of the root query object. This property makes writeQuery capable of writing data to any object in the cache.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Query#query:member", - "docComment": "/**\n * The GraphQL query shape to be used constructed using the `gql` template string tag from `graphql-tag`. The query will be used to determine the shape of the data to be read.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.Query#variables:member", - "docComment": "/**\n * Any variables that the GraphQL query may depend on.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ReadFragmentOptions extends " - }, - { - "kind": "Reference", - "text": "Fragment", - "canonicalReference": "@apollo/client!DataProxy.Fragment:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "ReadFragmentOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions#canonizeResults:member", - "docComment": "/**\n * Whether to canonize cache results before returning them. Canonization takes some extra time, but it speeds up future deep equality comparisons. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions#optimistic:member", - "docComment": "/**\n * Whether to read from optimistic or non-optimistic cache data. If this named option is provided, the optimistic parameter of the readQuery method can be omitted. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions#returnPartialData:member", - "docComment": "/**\n * Whether to return incomplete data rather than null. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "returnPartialData?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "returnPartialData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 3 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ReadQueryOptions extends " - }, - { - "kind": "Reference", - "text": "Query", - "canonicalReference": "@apollo/client!DataProxy.Query:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "ReadQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions#canonizeResults:member", - "docComment": "/**\n * Whether to canonize cache results before returning them. Canonization takes some extra time, but it speeds up future deep equality comparisons. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions#optimistic:member", - "docComment": "/**\n * Whether to read from optimistic or non-optimistic cache data. If this named option is provided, the optimistic parameter of the readQuery method can be omitted. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions#returnPartialData:member", - "docComment": "/**\n * Whether to return incomplete data rather than null. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "returnPartialData?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "returnPartialData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 3 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.UpdateFragmentOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface UpdateFragmentOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ReadFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions:interface" - }, - { - "kind": "Content", - "text": " & " - }, - { - "kind": "Reference", - "text": "WriteFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteFragmentOptions:interface" - }, - { - "kind": "Content", - "text": ", \"data\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "UpdateFragmentOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 7 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.UpdateQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface UpdateQueryOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ReadQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadQueryOptions:interface" - }, - { - "kind": "Content", - "text": " & " - }, - { - "kind": "Reference", - "text": "WriteQueryOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", \"data\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "UpdateQueryOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 7 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.WriteFragmentOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface WriteFragmentOptions extends " - }, - { - "kind": "Reference", - "text": "Fragment", - "canonicalReference": "@apollo/client!DataProxy.Fragment:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "WriteOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "WriteFragmentOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 3 - }, - { - "startIndex": 4, - "endIndex": 6 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface WriteOptions " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "WriteOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions#broadcast:member", - "docComment": "/**\n * Whether to notify query watchers (default: true).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "broadcast?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "broadcast", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions#data:member", - "docComment": "/**\n * The data you will be writing to the store.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Content", - "text": "TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions#overwrite:member", - "docComment": "/**\n * When true, ignore existing field data rather than merging it with incoming data (default: false).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "overwrite?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "overwrite", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DataProxy.WriteQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface WriteQueryOptions extends " - }, - { - "kind": "Reference", - "text": "Query", - "canonicalReference": "@apollo/client!DataProxy.Query:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "WriteOptions", - "canonicalReference": "@apollo/client!DataProxy.WriteOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "WriteQueryOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 3 - }, - { - "startIndex": 4, - "endIndex": 6 - } - ] - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartial:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type DeepPartial = " - }, - { - "kind": "Content", - "text": "T extends " - }, - { - "kind": "Reference", - "text": "DeepPartialPrimitive", - "canonicalReference": "@apollo/client!~DeepPartialPrimitive:type" - }, - { - "kind": "Content", - "text": " ? T : T extends " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": " ? " - }, - { - "kind": "Reference", - "text": "DeepPartialMap", - "canonicalReference": "@apollo/client!~DeepPartialMap:type" - }, - { - "kind": "Content", - "text": " : T extends " - }, - { - "kind": "Reference", - "text": "ReadonlyMap", - "canonicalReference": "!ReadonlyMap:interface" - }, - { - "kind": "Content", - "text": " ? " - }, - { - "kind": "Reference", - "text": "DeepPartialReadonlyMap", - "canonicalReference": "@apollo/client!~DeepPartialReadonlyMap:type" - }, - { - "kind": "Content", - "text": " : T extends " - }, - { - "kind": "Reference", - "text": "Set", - "canonicalReference": "!Set:interface" - }, - { - "kind": "Content", - "text": " ? " - }, - { - "kind": "Reference", - "text": "DeepPartialSet", - "canonicalReference": "@apollo/client!~DeepPartialSet:type" - }, - { - "kind": "Content", - "text": " : T extends " - }, - { - "kind": "Reference", - "text": "ReadonlySet", - "canonicalReference": "!ReadonlySet:interface" - }, - { - "kind": "Content", - "text": " ? " - }, - { - "kind": "Reference", - "text": "DeepPartialReadonlySet", - "canonicalReference": "@apollo/client!~DeepPartialReadonlySet:type" - }, - { - "kind": "Content", - "text": " : T extends (...args: any[]) => unknown ? T | undefined : T extends object ? T extends " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": " ? TItem[] extends T ? readonly TItem[] extends T ? " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": "> : " - }, - { - "kind": "Reference", - "text": "Array", - "canonicalReference": "!Array:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": "> : " - }, - { - "kind": "Reference", - "text": "DeepPartialObject", - "canonicalReference": "@apollo/client!~DeepPartialObject:type" - }, - { - "kind": "Content", - "text": " : " - }, - { - "kind": "Reference", - "text": "DeepPartialObject", - "canonicalReference": "@apollo/client!~DeepPartialObject:type" - }, - { - "kind": "Content", - "text": " : unknown" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartial", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 34 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialMap:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialMap = " - }, - { - "kind": "Content", - "text": "{} & " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialMap", - "typeParameters": [ - { - "typeParameterName": "TKey", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TValue", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialObject:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialObject = " - }, - { - "kind": "Content", - "text": "{\n [K in keyof T]?: " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialObject", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 6 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialPrimitive:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialPrimitive = " - }, - { - "kind": "Reference", - "text": "Primitive", - "canonicalReference": "@apollo/client!~Primitive:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Date", - "canonicalReference": "!Date:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "RegExp", - "canonicalReference": "!RegExp:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialPrimitive", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialReadonlyMap:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialReadonlyMap = " - }, - { - "kind": "Content", - "text": "{} & " - }, - { - "kind": "Reference", - "text": "ReadonlyMap", - "canonicalReference": "!ReadonlyMap:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialReadonlyMap", - "typeParameters": [ - { - "typeParameterName": "TKey", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TValue", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialReadonlySet:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialReadonlySet = " - }, - { - "kind": "Content", - "text": "{} & " - }, - { - "kind": "Reference", - "text": "ReadonlySet", - "canonicalReference": "!ReadonlySet:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialReadonlySet", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~DeepPartialSet:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type DeepPartialSet = " - }, - { - "kind": "Content", - "text": "{} & " - }, - { - "kind": "Reference", - "text": "Set", - "canonicalReference": "!Set:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/DeepPartial.ts", - "releaseTag": "Public", - "name": "DeepPartialSet", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DefaultContext:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface DefaultContext extends " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "DefaultContext", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 3 - } - ] - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!defaultDataIdFromObject:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function defaultDataIdFromObject({ __typename, id, _id }: " - }, - { - "kind": "Reference", - "text": "Readonly", - "canonicalReference": "!Readonly:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ", context?: " - }, - { - "kind": "Reference", - "text": "KeyFieldsContext", - "canonicalReference": "@apollo/client!~KeyFieldsContext:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/helpers.ts", - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ __typename, id, _id }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "context", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "name": "defaultDataIdFromObject" - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!DefaultOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface DefaultOptions " - } - ], - "fileUrlPath": "src/core/ApolloClient.ts", - "releaseTag": "Public", - "name": "DefaultOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DefaultOptions#mutate:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutate?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "mutate", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DefaultOptions#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryOptions", - "canonicalReference": "@apollo/client!QueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!DefaultOptions#watchQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "watchQuery?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "watchQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!defaultPrinter:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultPrinter: " - }, - { - "kind": "Reference", - "text": "Printer", - "canonicalReference": "@apollo/client!~Printer:interface" - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "defaultPrinter", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~DeleteModifier:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface DeleteModifier " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "DeleteModifier", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~DeleteModifier#[_deleteModifier]:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[" - }, - { - "kind": "Reference", - "text": "_deleteModifier", - "canonicalReference": "@apollo/client!~_deleteModifier:var" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Content", - "text": "true" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "[_deleteModifier]", - "propertyTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!DiffQueryAgainstStoreOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type DiffQueryAgainstStoreOptions = " - }, - { - "kind": "Reference", - "text": "ReadQueryOptions", - "canonicalReference": "@apollo/client!ReadQueryOptions:type" - }, - { - "kind": "Content", - "text": " & {\n returnPartialData?: boolean;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "DiffQueryAgainstStoreOptions", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!DocumentTransform:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class DocumentTransform " - } - ], - "fileUrlPath": "src/utilities/graphql/DocumentTransform.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "DocumentTransform", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!DocumentTransform:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `DocumentTransform` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(transform: " - }, - { - "kind": "Reference", - "text": "TransformFn", - "canonicalReference": "@apollo/client!~TransformFn:type" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "DocumentTransformOptions", - "canonicalReference": "@apollo/client!~DocumentTransformOptions:interface" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "transform", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!DocumentTransform#concat:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "concat(otherTransform: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "otherTransform", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "concat" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!DocumentTransform#getStableCacheEntry:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getStableCacheEntry(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n key: " - }, - { - "kind": "Reference", - "text": "DocumentTransformCacheKey", - "canonicalReference": "@apollo/client!DocumentTransformCacheKey:type" - }, - { - "kind": "Content", - "text": ";\n value?: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | undefined;\n } | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getStableCacheEntry" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!DocumentTransform.identity:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static identity(): " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "identity" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!DocumentTransform.split:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "static split(predicate: " - }, - { - "kind": "Content", - "text": "(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ") => boolean" - }, - { - "kind": "Content", - "text": ", left: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ", right?: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": true, - "returnTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "predicate", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "left", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": false - }, - { - "parameterName": "right", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "split" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!DocumentTransform#transformDocument:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transformDocument(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "transformDocument" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!DocumentTransformCacheKey:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type DocumentTransformCacheKey = " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/DocumentTransform.ts", - "releaseTag": "Public", - "name": "DocumentTransformCacheKey", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~DocumentTransformOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface DocumentTransformOptions " - } - ], - "fileUrlPath": "src/utilities/graphql/DocumentTransform.ts", - "releaseTag": "Public", - "name": "DocumentTransformOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~DocumentTransformOptions#cache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "cache?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~DocumentTransformOptions#getCacheKey:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getCacheKey?: " - }, - { - "kind": "Content", - "text": "(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "DocumentTransformCacheKey", - "canonicalReference": "@apollo/client!DocumentTransformCacheKey:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "getCacheKey", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Enum", - "canonicalReference": "@apollo/client!DocumentType_2:enum", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare enum DocumentType " - } - ], - "fileUrlPath": "src/react/parser/index.ts", - "releaseTag": "Public", - "name": "DocumentType_2", - "preserveMemberOrder": true, - "members": [ - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!DocumentType_2.Query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "Query = " - }, - { - "kind": "Content", - "text": "0" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "Query" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!DocumentType_2.Mutation:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "Mutation = " - }, - { - "kind": "Content", - "text": "1" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "Mutation" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!DocumentType_2.Subscription:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "Subscription = " - }, - { - "kind": "Content", - "text": "2" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "Subscription" - } - ] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!empty:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "empty: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "ApolloLink.empty", - "canonicalReference": "@apollo/client!ApolloLink.empty:member" - } - ], - "fileUrlPath": "src/link/core/empty.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "empty", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~EntityStore:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare abstract class EntityStore implements " - }, - { - "kind": "Reference", - "text": "NormalizedCache", - "canonicalReference": "@apollo/client!NormalizedCache:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "isAbstract": true, - "name": "EntityStore", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~EntityStore:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `EntityStore` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(policies: " - }, - { - "kind": "Reference", - "text": "Policies", - "canonicalReference": "@apollo/client!~Policies:class" - }, - { - "kind": "Content", - "text": ", group: " - }, - { - "kind": "Reference", - "text": "CacheGroup", - "canonicalReference": "@apollo/client!~CacheGroup:class" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "policies", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "group", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#addLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract addLayer(layerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", replay: " - }, - { - "kind": "Content", - "text": "(layer: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Layer", - "canonicalReference": "@apollo/client!~Layer:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "layerId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "replay", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "addLayer" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#canRead:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "canRead: " - }, - { - "kind": "Reference", - "text": "CanReadFunction", - "canonicalReference": "@apollo/client!~CanReadFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "canRead", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#clear:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clear(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "clear" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected data: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": true, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#delete:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "delete(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fieldName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", args?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - }, - { - "parameterName": "args", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "delete" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#evict:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "evict(options: " - }, - { - "kind": "Reference", - "text": "Cache.EvictOptions", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions:interface" - }, - { - "kind": "Content", - "text": ", limit: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "limit", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "evict" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#extract:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extract(): " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "extract" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#findChildRefIds:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "findChildRefIds(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "findChildRefIds" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#gc:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "gc(): " - }, - { - "kind": "Content", - "text": "string[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "gc" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#get:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "get(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "get" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#getFieldValue:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getFieldValue: " - }, - { - "kind": "Content", - "text": "(objectOrReference: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined, storeFieldName: string) => " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "getFieldValue", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 10 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#getRootIdSet:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getRootIdSet(ids?: " - }, - { - "kind": "Reference", - "text": "Set", - "canonicalReference": "!Set:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Set", - "canonicalReference": "!Set:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "ids", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getRootIdSet" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#getStorage:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract getStorage(idOrObj: " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ", ...storeFieldNames: " - }, - { - "kind": "Content", - "text": "(string | number)[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "idOrObj", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "storeFieldNames", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "getStorage" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#group:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly group: " - }, - { - "kind": "Reference", - "text": "CacheGroup", - "canonicalReference": "@apollo/client!~CacheGroup:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "group", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#has:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "has(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "has" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#lookup:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected lookup(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", dependOnExistence?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": true, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "dependOnExistence", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "lookup" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#makeCacheKey:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "makeCacheKey(...args: " - }, - { - "kind": "Content", - "text": "any[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "object" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "args", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "makeCacheKey" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#merge:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge(older: " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ", newer: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "older", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "newer", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "merge" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#modify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "modify(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fields: " - }, - { - "kind": "Reference", - "text": "Modifier", - "canonicalReference": "@apollo/client!~Modifier:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Modifiers", - "canonicalReference": "@apollo/client!~Modifiers:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fields", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "modify" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#policies:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly policies: " - }, - { - "kind": "Reference", - "text": "Policies", - "canonicalReference": "@apollo/client!~Policies:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "policies", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#release:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "release(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "release" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#removeLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "abstract removeLayer(layerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "layerId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": true, - "name": "removeLayer" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#replace:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "replace(newData: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newData", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "replace" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#retain:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "retain(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "retain" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore#toObject:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "toObject(): " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "toObject" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore#toReference:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "toReference: " - }, - { - "kind": "Reference", - "text": "ToReferenceFunction", - "canonicalReference": "@apollo/client!~ToReferenceFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "toReference", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "implementsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Namespace", - "canonicalReference": "@apollo/client!~EntityStore:namespace", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare namespace EntityStore " - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "name": "EntityStore", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Class", - "canonicalReference": "@apollo/client!~EntityStore~Root:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "class Root extends " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": " " - } - ], - "releaseTag": "Public", - "isAbstract": false, - "name": "Root", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~EntityStore~Root:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `Root` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor({ policies, resultCaching, seed, }: " - }, - { - "kind": "Content", - "text": "{\n policies: " - }, - { - "kind": "Reference", - "text": "Policies", - "canonicalReference": "@apollo/client!~Policies:class" - }, - { - "kind": "Content", - "text": ";\n resultCaching?: boolean;\n seed?: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";\n }" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ policies, resultCaching, seed, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore~Root#addLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addLayer(layerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", replay: " - }, - { - "kind": "Content", - "text": "(layer: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Layer", - "canonicalReference": "@apollo/client!~Layer:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "layerId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "replay", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addLayer" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore~Root#getStorage:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getStorage(): " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getStorage" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~EntityStore~Root#removeLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeLayer(): " - }, - { - "kind": "Reference", - "text": "Root", - "canonicalReference": "@apollo/client!~EntityStore.Root:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "removeLayer" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore~Root#storageTrie:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly storageTrie: " - }, - { - "kind": "Reference", - "text": "Trie", - "canonicalReference": "@wry/trie!Trie:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "storageTrie", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~EntityStore~Root#stump:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly stump: " - }, - { - "kind": "Reference", - "text": "Stump", - "canonicalReference": "@apollo/client!~Stump:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "stump", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ErrorPolicy:type", - "docComment": "/**\n * errorPolicy determines the level of events for errors in the execution result. The options are: - none (default): any errors from the request are treated like runtime errors and the observable is stopped - ignore: errors from the request do not stop the observable, but also don't call `next` - all: errors are treated like data and will notify observables\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ErrorPolicy = " - }, - { - "kind": "Content", - "text": "\"none\" | \"ignore\" | \"all\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "ErrorPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!execute:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "execute: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "ApolloLink.execute", - "canonicalReference": "@apollo/client!ApolloLink.execute:member" - } - ], - "fileUrlPath": "src/link/core/execute.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "execute", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ExecutionPatchIncrementalResult" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "ExecutionPatchResultBase", - "canonicalReference": "@apollo/client!~ExecutionPatchResultBase:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "name": "ExecutionPatchIncrementalResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data?: " - }, - { - "kind": "Content", - "text": "never" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult#errors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "errors?: " - }, - { - "kind": "Content", - "text": "never" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions?: " - }, - { - "kind": "Content", - "text": "never" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult#incremental:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "incremental?: " - }, - { - "kind": "Reference", - "text": "IncrementalPayload", - "canonicalReference": "@apollo/client!IncrementalPayload:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "incremental", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 8 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ExecutionPatchInitialResult" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "ExecutionPatchResultBase", - "canonicalReference": "@apollo/client!~ExecutionPatchResultBase:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "name": "ExecutionPatchInitialResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Content", - "text": "TData | null | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult#errors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "errors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions?: " - }, - { - "kind": "Content", - "text": "TExtensions" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult#incremental:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "incremental?: " - }, - { - "kind": "Content", - "text": "never" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "incremental", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 8 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ExecutionPatchResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ExecutionPatchResult" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Reference", - "text": "ExecutionPatchInitialResult", - "canonicalReference": "@apollo/client!ExecutionPatchInitialResult:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ExecutionPatchIncrementalResult", - "canonicalReference": "@apollo/client!ExecutionPatchIncrementalResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "ExecutionPatchResult", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "typeTokenRange": { - "startIndex": 7, - "endIndex": 11 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ExecutionPatchResultBase:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface ExecutionPatchResultBase " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "ExecutionPatchResultBase", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ExecutionPatchResultBase#hasNext:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasNext?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "hasNext", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!fallbackHttpConfig:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fallbackHttpConfig: " - }, - { - "kind": "Content", - "text": "{\n http: " - }, - { - "kind": "Reference", - "text": "HttpQueryOptions", - "canonicalReference": "@apollo/client!~HttpQueryOptions:interface" - }, - { - "kind": "Content", - "text": ";\n headers: {\n accept: string;\n \"content-type\": string;\n };\n options: {\n method: string;\n };\n}" - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "fallbackHttpConfig", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~FetchMoreFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FetchMoreFunction = " - }, - { - "kind": "Content", - "text": "(fetchMoreOptions: " - }, - { - "kind": "Reference", - "text": "FetchMoreQueryOptions", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions:interface" - }, - { - "kind": "Content", - "text": " & {\n updateQuery?: (previousQueryResult: TData, options: {\n fetchMoreResult: TData;\n variables: TVariables;\n }) => TData;\n}) => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "releaseTag": "Public", - "name": "FetchMoreFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 10 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~FetchMoreOptions_2:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type FetchMoreOptions = " - }, - { - "kind": "Reference", - "text": "Parameters", - "canonicalReference": "!Parameters:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "[\"fetchMore\"]>[0]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "name": "FetchMoreOptions_2", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!FetchMoreOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FetchMoreOptions " - } - ], - "fileUrlPath": "src/core/ObservableQuery.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "FetchMoreOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FetchMoreOptions#updateQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateQuery?: " - }, - { - "kind": "Content", - "text": "(previousQueryResult: TData, options: {\n fetchMoreResult?: TData;\n variables?: TVariables;\n }) => TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "updateQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FetchMoreQueryOptions " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "FetchMoreQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query?: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FetchPolicy:type", - "docComment": "/**\n * fetchPolicy determines where the client may return a result from. The options are: - cache-first (default): return result from cache. Only fetch from network if cached result is not available. - cache-and-network: return result from cache first (if it exists), then return network result once it's available. - cache-only: return result from cache if available, fail otherwise. - no-cache: return result from network, fail if network call doesn't succeed, don't save to cache - network-only: return result from network, fail if network call doesn't succeed, save to cache - standby: only for queries that aren't actively watched, but should be available for refetch and updateQueries.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FetchPolicy = " - }, - { - "kind": "Content", - "text": "\"cache-first\" | \"network-only\" | \"cache-only\" | \"no-cache\" | \"standby\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "FetchPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FetchResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FetchResult" - }, - { - "kind": "Content", - "text": ", TContext = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Reference", - "text": "SingleExecutionResult", - "canonicalReference": "@apollo/client!SingleExecutionResult:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "ExecutionPatchResult", - "canonicalReference": "@apollo/client!ExecutionPatchResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "FetchResult", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - } - } - ], - "typeTokenRange": { - "startIndex": 10, - "endIndex": 14 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!FieldFunctionOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FieldFunctionOptions" - }, - { - "kind": "Content", - "text": ", TVars = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> " - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TArgs", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "name": "FieldFunctionOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#args:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "args: " - }, - { - "kind": "Content", - "text": "TArgs | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "args", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#cache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "cache: " - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#canRead:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "canRead: " - }, - { - "kind": "Reference", - "text": "CanReadFunction", - "canonicalReference": "@apollo/client!~CanReadFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "canRead", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#field:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "field: " - }, - { - "kind": "Reference", - "text": "FieldNode", - "canonicalReference": "graphql!FieldNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "field", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#fieldName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fieldName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#isReference:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "isReference: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "isReference", - "canonicalReference": "@apollo/client!isReference:function" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "isReference", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#mergeObjects:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mergeObjects: " - }, - { - "kind": "Reference", - "text": "MergeObjectsFunction", - "canonicalReference": "@apollo/client!~MergeObjectsFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "mergeObjects", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#readField:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readField: " - }, - { - "kind": "Reference", - "text": "ReadFieldFunction", - "canonicalReference": "@apollo/client!~ReadFieldFunction:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "readField", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#storage:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "storage: " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "storage", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#storeFieldName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "storeFieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "storeFieldName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#toReference:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "toReference: " - }, - { - "kind": "Reference", - "text": "ToReferenceFunction", - "canonicalReference": "@apollo/client!~ToReferenceFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "toReference", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!FieldFunctionOptions#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVars" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FieldMergeFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FieldMergeFunction = " - }, - { - "kind": "Content", - "text": "(existing: " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": " | undefined, incoming: " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": ", options: TOptions) => " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "FieldMergeFunction", - "typeParameters": [ - { - "typeParameterName": "TExisting", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TIncoming", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "defaultTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - } - } - ], - "typeTokenRange": { - "startIndex": 9, - "endIndex": 16 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FieldPolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FieldPolicy = " - }, - { - "kind": "Content", - "text": "{\n keyArgs?: " - }, - { - "kind": "Reference", - "text": "KeySpecifier", - "canonicalReference": "@apollo/client!~KeySpecifier:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "KeyArgsFunction", - "canonicalReference": "@apollo/client!~KeyArgsFunction:type" - }, - { - "kind": "Content", - "text": " | false;\n read?: " - }, - { - "kind": "Reference", - "text": "FieldReadFunction", - "canonicalReference": "@apollo/client!FieldReadFunction:type" - }, - { - "kind": "Content", - "text": ";\n merge?: " - }, - { - "kind": "Reference", - "text": "FieldMergeFunction", - "canonicalReference": "@apollo/client!FieldMergeFunction:type" - }, - { - "kind": "Content", - "text": " | boolean;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "FieldPolicy", - "typeParameters": [ - { - "typeParameterName": "TExisting", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TIncoming", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TReadResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "defaultTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - } - } - ], - "typeTokenRange": { - "startIndex": 11, - "endIndex": 20 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FieldReadFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FieldReadFunction = " - }, - { - "kind": "Content", - "text": "(existing: " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": " | undefined, options: TOptions) => TReadResult | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "FieldReadFunction", - "typeParameters": [ - { - "typeParameterName": "TExisting", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TReadResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "defaultTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - } - } - ], - "typeTokenRange": { - "startIndex": 9, - "endIndex": 12 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~FieldSpecifier:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FieldSpecifier " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "FieldSpecifier", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~FieldSpecifier#args:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "args?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "args", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~FieldSpecifier#field:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "field?: " - }, - { - "kind": "Reference", - "text": "FieldNode", - "canonicalReference": "graphql!FieldNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "field", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~FieldSpecifier#fieldName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fieldName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~FieldSpecifier#typename:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "typename?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "typename", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~FieldSpecifier#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~FieldValueGetter:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FieldValueGetter = " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": "[\"getFieldValue\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "name": "FieldValueGetter", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~FlavorableWriteContext:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type FlavorableWriteContext = " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WriteContext", - "canonicalReference": "@apollo/client!~WriteContext:interface" - }, - { - "kind": "Content", - "text": ", \"clientOnly\" | \"deferred\" | \"flavors\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/writeToStore.ts", - "releaseTag": "Public", - "name": "FlavorableWriteContext", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~FragmentMap:interface", - "docComment": "/**\n * This is an interface that describes a map from fragment names to fragment definitions.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FragmentMap " - } - ], - "fileUrlPath": "src/utilities/graphql/fragments.ts", - "releaseTag": "Public", - "name": "FragmentMap", - "preserveMemberOrder": false, - "members": [ - { - "kind": "IndexSignature", - "canonicalReference": "@apollo/client!~FragmentMap:index(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[fragmentName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Reference", - "text": "FragmentDefinitionNode", - "canonicalReference": "graphql!FragmentDefinitionNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragmentName", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~FragmentMapFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FragmentMapFunction = " - }, - { - "kind": "Content", - "text": "(fragmentName: string) => " - }, - { - "kind": "Reference", - "text": "FragmentDefinitionNode", - "canonicalReference": "graphql!FragmentDefinitionNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/fragments.ts", - "releaseTag": "Public", - "name": "FragmentMapFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!FragmentMatcher:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type FragmentMatcher = " - }, - { - "kind": "Content", - "text": "(rootValue: any, typeCondition: string, context: any) => boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/LocalState.ts", - "releaseTag": "Public", - "name": "FragmentMatcher", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~FragmentRegistryAPI:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface FragmentRegistryAPI " - } - ], - "fileUrlPath": "src/cache/inmemory/fragmentRegistry.ts", - "releaseTag": "Public", - "name": "FragmentRegistryAPI", - "preserveMemberOrder": false, - "members": [ - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~FragmentRegistryAPI#lookup:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "lookup(fragmentName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "FragmentDefinitionNode", - "canonicalReference": "graphql!FragmentDefinitionNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragmentName", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "lookup" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~FragmentRegistryAPI#register:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "register(...fragments: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragments", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "name": "register" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~FragmentRegistryAPI#transform:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transform(document: " - }, - { - "kind": "Content", - "text": "D" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "D" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "D", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "transform" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!from:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "from: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "ApolloLink.from", - "canonicalReference": "@apollo/client!ApolloLink.from:member" - } - ], - "fileUrlPath": "src/link/core/from.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "from", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!fromError:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function fromError(errorValue: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/utils/fromError.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "errorValue", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "fromError" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!fromPromise:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function fromPromise(promise: " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/utils/fromPromise.ts", - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "promise", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "fromPromise" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!getApolloContext:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function getApolloContext(): " - }, - { - "kind": "Reference", - "text": "React.Context", - "canonicalReference": "@types/react!React.Context:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloContextValue", - "canonicalReference": "@apollo/client!ApolloContextValue:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/context/ApolloContext.ts", - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "getApolloContext" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~GraphQLErrors:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type GraphQLErrors = " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/errors/index.ts", - "releaseTag": "Public", - "name": "GraphQLErrors", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!GraphQLRequest:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface GraphQLRequest" - }, - { - "kind": "Content", - "text": "> " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "name": "GraphQLRequest", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!GraphQLRequest#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!GraphQLRequest#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!GraphQLRequest#operationName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "operationName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "operationName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!GraphQLRequest#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!GraphQLRequest#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~HttpConfig:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface HttpConfig " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "HttpConfig", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpConfig#credentials:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "credentials?: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "credentials", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpConfig#headers:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "headers?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "headers", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpConfig#http:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "http?: " - }, - { - "kind": "Reference", - "text": "HttpQueryOptions", - "canonicalReference": "@apollo/client!~HttpQueryOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "http", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpConfig#options:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "options?: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "options", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!HttpLink:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class HttpLink extends " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/link/http/HttpLink.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "HttpLink", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!HttpLink:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `HttpLink` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(options?: " - }, - { - "kind": "Reference", - "text": "HttpOptions", - "canonicalReference": "@apollo/client!HttpOptions:interface" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!HttpLink#options:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "options: " - }, - { - "kind": "Reference", - "text": "HttpOptions", - "canonicalReference": "@apollo/client!HttpOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "options", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!HttpLink#requester:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "requester: " - }, - { - "kind": "Reference", - "text": "RequestHandler", - "canonicalReference": "@apollo/client!RequestHandler:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "requester", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!HttpOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface HttpOptions " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "HttpOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#credentials:member", - "docComment": "/**\n * The credentials policy you want to use for the fetch call.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "credentials?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "credentials", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#fetch:member", - "docComment": "/**\n * A `fetch`-compatible API to use when making requests.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetch?: " - }, - { - "kind": "Reference", - "text": "WindowOrWorkerGlobalScope", - "canonicalReference": "!WindowOrWorkerGlobalScope:interface" - }, - { - "kind": "Content", - "text": "[\"fetch\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetch", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#fetchOptions:member", - "docComment": "/**\n * Any overrides of the fetch options argument to pass to the fetch call.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchOptions?: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#headers:member", - "docComment": "/**\n * An object representing values to be sent as headers on the request.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "headers?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "headers", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#includeExtensions:member", - "docComment": "/**\n * Passes the extensions field to your graphql server.\n *\n * Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "includeExtensions?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "includeExtensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#includeUnusedVariables:member", - "docComment": "/**\n * If set to true, the default behavior of stripping unused variables from the request will be disabled.\n *\n * Unused variables are likely to trigger server-side validation errors, per https://spec.graphql.org/draft/#sec-All-Variables-Used, but this includeUnusedVariables option can be useful if your server deviates from the GraphQL specification by not strictly enforcing that rule.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "includeUnusedVariables?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "includeUnusedVariables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#preserveHeaderCase:member", - "docComment": "/**\n * If set to true, header names won't be automatically normalized to lowercase. This allows for non-http-spec-compliant servers that might expect capitalized header names.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "preserveHeaderCase?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "preserveHeaderCase", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#print:member", - "docComment": "/**\n * A function to substitute for the default query print function. Can be used to apply changes to the results of the print function.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "print?: " - }, - { - "kind": "Reference", - "text": "Printer", - "canonicalReference": "@apollo/client!~Printer:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "print", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#uri:member", - "docComment": "/**\n * The URI to use when fetching operations.\n *\n * Defaults to '/graphql'.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "uri?: " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "UriFunction", - "canonicalReference": "@apollo/client!UriFunction:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "uri", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!HttpOptions#useGETForQueries:member", - "docComment": "/**\n * If set to true, use the HTTP GET method for query operations. Mutations will still use the method specified in fetchOptions.method (which defaults to POST).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "useGETForQueries?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "useGETForQueries", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~HttpQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface HttpQueryOptions " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "HttpQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpQueryOptions#includeExtensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "includeExtensions?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "includeExtensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpQueryOptions#includeQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "includeQuery?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "includeQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~HttpQueryOptions#preserveHeaderCase:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "preserveHeaderCase?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "preserveHeaderCase", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!IdGetter:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare type IdGetter = " - }, - { - "kind": "Content", - "text": "(value: " - }, - { - "kind": "Reference", - "text": "IdGetterObj", - "canonicalReference": "@apollo/client!IdGetterObj:interface" - }, - { - "kind": "Content", - "text": ") => string | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "IdGetter", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!IdGetterObj:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface IdGetterObj extends " - }, - { - "kind": "Reference", - "text": "Object", - "canonicalReference": "!Object:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "IdGetterObj", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IdGetterObj#__typename:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "__typename?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "__typename", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IdGetterObj#_id:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "_id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "_id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IdGetterObj#id:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "id?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!IDocumentDefinition:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface IDocumentDefinition " - } - ], - "fileUrlPath": "src/react/parser/index.ts", - "releaseTag": "Public", - "name": "IDocumentDefinition", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IDocumentDefinition#name:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "name: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "name", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IDocumentDefinition#type:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type: " - }, - { - "kind": "Reference", - "text": "DocumentType", - "canonicalReference": "@apollo/client!DocumentType_2:enum" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "type", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IDocumentDefinition#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "VariableDefinitionNode", - "canonicalReference": "graphql!VariableDefinitionNode:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!IncrementalPayload:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface IncrementalPayload " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "IncrementalPayload", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IncrementalPayload#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IncrementalPayload#errors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "errors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IncrementalPayload#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions?: " - }, - { - "kind": "Content", - "text": "TExtensions" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IncrementalPayload#label:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "label?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "label", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!IncrementalPayload#path:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "path: " - }, - { - "kind": "Reference", - "text": "Path", - "canonicalReference": "@apollo/client!Path:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "path", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!InMemoryCache:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class InMemoryCache extends " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/inMemoryCache.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "InMemoryCache", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!InMemoryCache:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `InMemoryCache` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(config?: " - }, - { - "kind": "Reference", - "text": "InMemoryCacheConfig", - "canonicalReference": "@apollo/client!InMemoryCacheConfig:interface" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "config", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!InMemoryCache#assumeImmutableResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly assumeImmutableResults = " - }, - { - "kind": "Content", - "text": "true" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "assumeImmutableResults", - "propertyTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#batch:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "batch(options: " - }, - { - "kind": "Reference", - "text": "Cache.BatchOptions", - "canonicalReference": "@apollo/client!Cache_2.BatchOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ", TUpdateResult>" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TUpdateResult" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TUpdateResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "batch" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#broadcastWatches:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected broadcastWatches(options?: " - }, - { - "kind": "Reference", - "text": "BroadcastOptions", - "canonicalReference": "@apollo/client!~BroadcastOptions:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": true, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "broadcastWatches" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!InMemoryCache#config:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected config: " - }, - { - "kind": "Reference", - "text": "InMemoryCacheConfig", - "canonicalReference": "@apollo/client!InMemoryCacheConfig:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "config", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": true, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#diff:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "diff(options: " - }, - { - "kind": "Reference", - "text": "Cache.DiffOptions", - "canonicalReference": "@apollo/client!Cache_2.DiffOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "diff" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#evict:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "evict(options: " - }, - { - "kind": "Reference", - "text": "Cache.EvictOptions", - "canonicalReference": "@apollo/client!Cache_2.EvictOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "evict" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#extract:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extract(optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "extract" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#gc:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "gc(options?: " - }, - { - "kind": "Content", - "text": "{\n resetResultCache?: boolean;\n resetResultIdentities?: boolean;\n }" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "gc" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#identify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "identify(object: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "object", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "identify" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!InMemoryCache#makeVar:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly makeVar: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "makeVar", - "canonicalReference": "@apollo/client!makeVar:function" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "makeVar", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#modify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "modify" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ">(options: " - }, - { - "kind": "Reference", - "text": "Cache.ModifyOptions", - "canonicalReference": "@apollo/client!Cache_2.ModifyOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "Entity", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "modify" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#performTransaction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "performTransaction(update: " - }, - { - "kind": "Content", - "text": "(cache: " - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": ", optimisticId?: " - }, - { - "kind": "Content", - "text": "string | null" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "update", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "optimisticId", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "performTransaction" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!InMemoryCache#policies:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly policies: " - }, - { - "kind": "Reference", - "text": "Policies", - "canonicalReference": "@apollo/client!~Policies:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "policies", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#read:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "read(options: " - }, - { - "kind": "Reference", - "text": "Cache.ReadOptions", - "canonicalReference": "@apollo/client!Cache_2.ReadOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "read" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#release:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "release(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "release" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#removeOptimistic:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeOptimistic(idToRemove: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "idToRemove", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "removeOptimistic" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#reset:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reset(options?: " - }, - { - "kind": "Reference", - "text": "Cache.ResetOptions", - "canonicalReference": "@apollo/client!Cache_2.ResetOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "reset" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#restore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "restore(data: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "data", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "restore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#retain:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "retain(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "optimistic", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "retain" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#transformDocument:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transformDocument(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "transformDocument" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#watch:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "watch(watch: " - }, - { - "kind": "Reference", - "text": "Cache.WatchOptions", - "canonicalReference": "@apollo/client!Cache_2.WatchOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "watch", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "watch" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!InMemoryCache#write:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "write(options: " - }, - { - "kind": "Reference", - "text": "Cache.WriteOptions", - "canonicalReference": "@apollo/client!Cache_2.WriteOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "write" - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!InMemoryCacheConfig:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface InMemoryCacheConfig extends " - }, - { - "kind": "Reference", - "text": "ApolloReducerConfig", - "canonicalReference": "@apollo/client!ApolloReducerConfig:type" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "InMemoryCacheConfig", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#canonizeResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#fragments:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fragments?: " - }, - { - "kind": "Reference", - "text": "FragmentRegistryAPI", - "canonicalReference": "@apollo/client!~FragmentRegistryAPI:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fragments", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#possibleTypes:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "possibleTypes?: " - }, - { - "kind": "Reference", - "text": "PossibleTypesMap", - "canonicalReference": "@apollo/client!PossibleTypesMap:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "possibleTypes", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#resultCacheMaxSize:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resultCacheMaxSize?: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "resultCacheMaxSize", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#resultCaching:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resultCaching?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "resultCaching", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InMemoryCacheConfig#typePolicies:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "typePolicies?: " - }, - { - "kind": "Reference", - "text": "TypePolicies", - "canonicalReference": "@apollo/client!TypePolicies:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "typePolicies", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~InternalQueryReference:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class InternalQueryReference " - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "isAbstract": false, - "name": "InternalQueryReference", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~InternalQueryReference:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `InternalQueryReference` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(observable: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "InternalQueryReferenceOptions", - "canonicalReference": "@apollo/client!~InternalQueryReferenceOptions:interface" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observable", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#applyOptions:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "applyOptions(watchQueryOptions: " - }, - { - "kind": "Reference", - "text": "ObservedOptions", - "canonicalReference": "@apollo/client!~ObservedOptions:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "watchQueryOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "applyOptions" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#didChangeOptions:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "didChangeOptions(watchQueryOptions: " - }, - { - "kind": "Reference", - "text": "ObservedOptions", - "canonicalReference": "@apollo/client!~ObservedOptions:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "watchQueryOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "didChangeOptions" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#fetchMore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchMore(options: " - }, - { - "kind": "Reference", - "text": "FetchMoreOptions", - "canonicalReference": "@apollo/client!~FetchMoreOptions_2:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "fetchMore" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#key:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly key: " - }, - { - "kind": "Reference", - "text": "CacheKey", - "canonicalReference": "@apollo/client!~CacheKey:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "key", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#listen:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "listen(listener: " - }, - { - "kind": "Reference", - "text": "Listener", - "canonicalReference": "@apollo/client!~Listener:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "listener", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "listen" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#observable:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly observable: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "observable", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#promise:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "promise: " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "promise", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#promiseCache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "promiseCache?: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "CacheKey", - "canonicalReference": "@apollo/client!~CacheKey:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "promiseCache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 9 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#refetch:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetch(variables: " - }, - { - "kind": "Reference", - "text": "OperationVariables", - "canonicalReference": "@apollo/client!OperationVariables:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "refetch" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#result:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "result: " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "result", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~InternalQueryReference#retain:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "retain(): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "retain" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~InternalQueryReference#watchQueryOptions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "get watchQueryOptions(): " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "OperationVariables", - "canonicalReference": "@apollo/client!OperationVariables:type" - }, - { - "kind": "Content", - "text": ", TData>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "watchQueryOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~InternalQueryReferenceOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface InternalQueryReferenceOptions " - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "name": "InternalQueryReferenceOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~InternalQueryReferenceOptions#autoDisposeTimeoutMs:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "autoDisposeTimeoutMs?: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "autoDisposeTimeoutMs", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~InternalQueryReferenceOptions#key:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "key: " - }, - { - "kind": "Reference", - "text": "CacheKey", - "canonicalReference": "@apollo/client!~CacheKey:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "key", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~InternalQueryReferenceOptions#onDispose:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onDispose?: " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onDispose", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type InternalRefetchQueriesInclude = " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueryDescriptor", - "canonicalReference": "@apollo/client!InternalRefetchQueryDescriptor:type" - }, - { - "kind": "Content", - "text": "[] | " - }, - { - "kind": "Reference", - "text": "RefetchQueriesIncludeShorthand", - "canonicalReference": "@apollo/client!~RefetchQueriesIncludeShorthand:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "InternalRefetchQueriesInclude", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!InternalRefetchQueriesMap:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type InternalRefetchQueriesMap = " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesResult", - "canonicalReference": "@apollo/client!InternalRefetchQueriesResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "InternalRefetchQueriesMap", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!InternalRefetchQueriesOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface InternalRefetchQueriesOptions" - }, - { - "kind": "Content", - "text": ", TResult> extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "RefetchQueriesOptions", - "canonicalReference": "@apollo/client!RefetchQueriesOptions:interface" - }, - { - "kind": "Content", - "text": ", \"include\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "InternalRefetchQueriesOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InternalRefetchQueriesOptions#include:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "include?: " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "include", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!InternalRefetchQueriesOptions#removeOptimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeOptimistic?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "removeOptimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 4, - "endIndex": 8 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!InternalRefetchQueriesResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type InternalRefetchQueriesResult = " - }, - { - "kind": "Content", - "text": "TResult extends boolean ? " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "> : TResult" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "InternalRefetchQueriesResult", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!InternalRefetchQueryDescriptor:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type InternalRefetchQueryDescriptor = " - }, - { - "kind": "Reference", - "text": "RefetchQueryDescriptor", - "canonicalReference": "@apollo/client!RefetchQueryDescriptor:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "QueryOptions", - "canonicalReference": "@apollo/client!QueryOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "InternalRefetchQueryDescriptor", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~InvalidateModifier:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface InvalidateModifier " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "InvalidateModifier", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~InvalidateModifier#[_invalidateModifier]:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[" - }, - { - "kind": "Reference", - "text": "_invalidateModifier", - "canonicalReference": "@apollo/client!~_invalidateModifier:var" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Content", - "text": "true" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "[_invalidateModifier]", - "propertyTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!isApolloError:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function isApolloError(err: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "err", - "canonicalReference": "@apollo/client!~err" - }, - { - "kind": "Content", - "text": " is " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/errors/index.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "err", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "isApolloError" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!isNetworkRequestSettled:function(1)", - "docComment": "/**\n * Returns true if the network request is in ready or error state according to a given network status.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function isNetworkRequestSettled(networkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/networkStatus.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "networkStatus", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "name": "isNetworkRequestSettled" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!isReference:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function isReference(obj: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "obj", - "canonicalReference": "@apollo/client!~obj" - }, - { - "kind": "Content", - "text": " is " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/storeUtils.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "obj", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "isReference" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~IsStrictlyAny:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type IsStrictlyAny = " - }, - { - "kind": "Reference", - "text": "UnionToIntersection", - "canonicalReference": "@apollo/client!~UnionToIntersection:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "UnionForAny", - "canonicalReference": "@apollo/client!~UnionForAny:type" - }, - { - "kind": "Content", - "text": "> extends never ? true : false" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/IsStrictlyAny.ts", - "releaseTag": "Public", - "name": "IsStrictlyAny", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~KeyArgsFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type KeyArgsFunction = " - }, - { - "kind": "Content", - "text": "(args: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " | null, context: {\n typename: string;\n fieldName: string;\n field: " - }, - { - "kind": "Reference", - "text": "FieldNode", - "canonicalReference": "graphql!FieldNode:interface" - }, - { - "kind": "Content", - "text": " | null;\n variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n}) => " - }, - { - "kind": "Reference", - "text": "KeySpecifier", - "canonicalReference": "@apollo/client!~KeySpecifier:type" - }, - { - "kind": "Content", - "text": " | false | " - }, - { - "kind": "Reference", - "text": "ReturnType", - "canonicalReference": "!ReturnType:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "IdGetter", - "canonicalReference": "@apollo/client!IdGetter:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "KeyArgsFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 14 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~KeyFieldsContext:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type KeyFieldsContext = " - }, - { - "kind": "Content", - "text": "{\n typename: string | undefined;\n storeObject: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ";\n readField: " - }, - { - "kind": "Reference", - "text": "ReadFieldFunction", - "canonicalReference": "@apollo/client!~ReadFieldFunction:interface" - }, - { - "kind": "Content", - "text": ";\n selectionSet?: " - }, - { - "kind": "Reference", - "text": "SelectionSetNode", - "canonicalReference": "graphql!SelectionSetNode:interface" - }, - { - "kind": "Content", - "text": ";\n fragmentMap?: " - }, - { - "kind": "Reference", - "text": "FragmentMap", - "canonicalReference": "@apollo/client!~FragmentMap:interface" - }, - { - "kind": "Content", - "text": ";\n keyObject?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "KeyFieldsContext", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 12 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~KeyFieldsFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type KeyFieldsFunction = " - }, - { - "kind": "Content", - "text": "(object: " - }, - { - "kind": "Reference", - "text": "Readonly", - "canonicalReference": "!Readonly:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ">, context: " - }, - { - "kind": "Reference", - "text": "KeyFieldsContext", - "canonicalReference": "@apollo/client!~KeyFieldsContext:type" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "KeySpecifier", - "canonicalReference": "@apollo/client!~KeySpecifier:type" - }, - { - "kind": "Content", - "text": " | false | " - }, - { - "kind": "Reference", - "text": "ReturnType", - "canonicalReference": "!ReturnType:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "IdGetter", - "canonicalReference": "@apollo/client!IdGetter:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "KeyFieldsFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 14 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~KeySpecifier:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type KeySpecifier = " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "KeySpecifier", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~Layer:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "declare class Layer extends " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "Layer", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~Layer:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `Layer` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(id: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", parent: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ", replay: " - }, - { - "kind": "Content", - "text": "(layer: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": ", group: " - }, - { - "kind": "Reference", - "text": "CacheGroup", - "canonicalReference": "@apollo/client!~CacheGroup:class" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "id", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "parent", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "replay", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 8 - }, - "isOptional": false - }, - { - "parameterName": "group", - "parameterTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Layer#addLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addLayer(layerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", replay: " - }, - { - "kind": "Content", - "text": "(layer: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Layer", - "canonicalReference": "@apollo/client!~Layer:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "layerId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "replay", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addLayer" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Layer#findChildRefIds:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "findChildRefIds(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "findChildRefIds" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Layer#getStorage:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getStorage(): " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getStorage" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Layer#group:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly group: " - }, - { - "kind": "Reference", - "text": "CacheGroup", - "canonicalReference": "@apollo/client!~CacheGroup:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "group", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Layer#id:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly id: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "id", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Layer#parent:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly parent: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "parent", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Layer#removeLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeLayer(layerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "layerId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "removeLayer" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Layer#replay:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly replay: " - }, - { - "kind": "Content", - "text": "(layer: " - }, - { - "kind": "Reference", - "text": "EntityStore", - "canonicalReference": "@apollo/client!~EntityStore:class" - }, - { - "kind": "Content", - "text": ") => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "replay", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Layer#toObject:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "toObject(): " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "toObject" - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!LazyQueryExecFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type LazyQueryExecFunction = " - }, - { - "kind": "Content", - "text": "(options?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "LazyQueryHookExecOptions", - "canonicalReference": "@apollo/client!LazyQueryHookExecOptions:interface" - }, - { - "kind": "Content", - "text": ">) => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryResult", - "canonicalReference": "@apollo/client!QueryResult:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "LazyQueryExecFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 12 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!LazyQueryHookExecOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface LazyQueryHookExecOptions extends " - }, - { - "kind": "Reference", - "text": "LazyQueryHookOptions", - "canonicalReference": "@apollo/client!LazyQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "LazyQueryHookExecOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!LazyQueryHookExecOptions#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query?: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!LazyQueryHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface LazyQueryHookOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryHookOptions", - "canonicalReference": "@apollo/client!QueryHookOptions:interface" - }, - { - "kind": "Content", - "text": ", \"skip\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "LazyQueryHookOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 11 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!LazyQueryResult:type", - "docComment": "/**\n * @deprecated\n *\n * TODO Delete this unused type alias.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type LazyQueryResult = " - }, - { - "kind": "Reference", - "text": "QueryResult", - "canonicalReference": "@apollo/client!QueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "LazyQueryResult", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!LazyQueryResultTuple:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type LazyQueryResultTuple = " - }, - { - "kind": "Content", - "text": "[" - }, - { - "kind": "Reference", - "text": "LazyQueryExecFunction", - "canonicalReference": "@apollo/client!LazyQueryExecFunction:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "QueryResult", - "canonicalReference": "@apollo/client!QueryResult:interface" - }, - { - "kind": "Content", - "text": "]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "LazyQueryResultTuple", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~Listener:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type Listener = " - }, - { - "kind": "Content", - "text": "(promise: " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">) => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "name": "Listener", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~LocalState:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class LocalState " - } - ], - "fileUrlPath": "src/core/LocalState.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCacheShape", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isAbstract": false, - "name": "LocalState", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~LocalState:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `LocalState` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor({ cache, client, resolvers, fragmentMatcher, }: " - }, - { - "kind": "Reference", - "text": "LocalStateOptions", - "canonicalReference": "@apollo/client!~LocalStateOptions:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ cache, client, resolvers, fragmentMatcher, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#addExportedVariables:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addExportedVariables(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ", variables?: " - }, - { - "kind": "Reference", - "text": "OperationVariables", - "canonicalReference": "@apollo/client!OperationVariables:type" - }, - { - "kind": "Content", - "text": ", context?: " - }, - { - "kind": "Content", - "text": "{}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<{\n [x: string]: any;\n }>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - }, - { - "parameterName": "context", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addExportedVariables" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#addResolvers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addResolvers(resolvers: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "resolvers", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addResolvers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#clientQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clientQuery(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "clientQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#getFragmentMatcher:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getFragmentMatcher(): " - }, - { - "kind": "Reference", - "text": "FragmentMatcher", - "canonicalReference": "@apollo/client!FragmentMatcher:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getFragmentMatcher" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#getResolvers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getResolvers(): " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getResolvers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#prepareContext:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "prepareContext(context?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ";\n getCacheKey(obj: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": "): string | undefined;\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "context", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "prepareContext" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#runResolvers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "runResolvers({ document, remoteResult, context, variables, onlyRunForcedResolvers, }: " - }, - { - "kind": "Content", - "text": "{\n document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null;\n remoteResult: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ";\n context?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n onlyRunForcedResolvers?: boolean;\n }" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 11, - "endIndex": 15 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ document, remoteResult, context, variables, onlyRunForcedResolvers, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 10 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "runResolvers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#serverQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "serverQuery(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "serverQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#setFragmentMatcher:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setFragmentMatcher(fragmentMatcher: " - }, - { - "kind": "Reference", - "text": "FragmentMatcher", - "canonicalReference": "@apollo/client!FragmentMatcher:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragmentMatcher", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setFragmentMatcher" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#setResolvers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setResolvers(resolvers: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "resolvers", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setResolvers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~LocalState#shouldForceResolvers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "shouldForceResolvers(document: " - }, - { - "kind": "Reference", - "text": "ASTNode", - "canonicalReference": "graphql!ASTNode:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "shouldForceResolvers" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~LocalStateOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type LocalStateOptions = " - }, - { - "kind": "Content", - "text": "{\n cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ";\n client?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": ";\n resolvers?: " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Resolvers", - "canonicalReference": "@apollo/client!Resolvers:interface" - }, - { - "kind": "Content", - "text": "[];\n fragmentMatcher?: " - }, - { - "kind": "Reference", - "text": "FragmentMatcher", - "canonicalReference": "@apollo/client!FragmentMatcher:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/LocalState.ts", - "releaseTag": "Public", - "name": "LocalStateOptions", - "typeParameters": [ - { - "typeParameterName": "TCacheShape", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 12 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!makeReference:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function makeReference(id: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/storeUtils.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "id", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "makeReference" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!makeVar:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function makeVar(value: " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ReactiveVar", - "canonicalReference": "@apollo/client!ReactiveVar:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/reactiveVars.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "value", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "makeVar" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~MaybeAsync:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type MaybeAsync = " - }, - { - "kind": "Content", - "text": "T | " - }, - { - "kind": "Reference", - "text": "PromiseLike", - "canonicalReference": "!PromiseLike:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/observables/Concast.ts", - "releaseTag": "Public", - "name": "MaybeAsync", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MergeInfo:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MergeInfo " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "MergeInfo", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MergeInfo#field:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "field: " - }, - { - "kind": "Reference", - "text": "FieldNode", - "canonicalReference": "graphql!FieldNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "field", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MergeInfo#merge:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge: " - }, - { - "kind": "Reference", - "text": "FieldMergeFunction", - "canonicalReference": "@apollo/client!FieldMergeFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "merge", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MergeInfo#typename:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "typename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "typename", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~MergeObjectsFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type MergeObjectsFunction = " - }, - { - "kind": "Content", - "text": "(existing: T, incoming: T) => T" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "MergeObjectsFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!mergeOptions:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function mergeOptions>" - }, - { - "kind": "Content", - "text": ", TOptions extends " - }, - { - "kind": "Content", - "text": "TDefaultOptions" - }, - { - "kind": "Content", - "text": ">(defaults: " - }, - { - "kind": "Content", - "text": "TDefaultOptions | " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Content", - "text": "TOptions | " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "TOptions & TDefaultOptions" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/common/mergeOptions.ts", - "returnTypeTokenRange": { - "startIndex": 16, - "endIndex": 17 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "defaults", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 15 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TDefaultOptions", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "mergeOptions" - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MergeTree:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MergeTree " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "MergeTree", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MergeTree#info:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "info?: " - }, - { - "kind": "Reference", - "text": "MergeInfo", - "canonicalReference": "@apollo/client!MergeInfo:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "info", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MergeTree#map:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "map: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "map", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MethodKeys:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MethodKeys = " - }, - { - "kind": "Content", - "text": "{\n [P in keyof T]: T[P] extends " - }, - { - "kind": "Reference", - "text": "Function", - "canonicalReference": "!Function:interface" - }, - { - "kind": "Content", - "text": " ? P : never;\n}[keyof T]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "MethodKeys", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!MissingFieldError:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class MissingFieldError extends " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "MissingFieldError", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!MissingFieldError:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `MissingFieldError` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(message: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", path: " - }, - { - "kind": "Reference", - "text": "MissingTree", - "canonicalReference": "@apollo/client!~MissingTree:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Array", - "canonicalReference": "!Array:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ", variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "message", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "path", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": false - }, - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - }, - "isOptional": true - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!MissingFieldError#message:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly message: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "message", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!MissingFieldError#missing:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly missing: " - }, - { - "kind": "Reference", - "text": "MissingTree", - "canonicalReference": "@apollo/client!~MissingTree:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "missing", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!MissingFieldError#path:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly path: " - }, - { - "kind": "Reference", - "text": "MissingTree", - "canonicalReference": "@apollo/client!~MissingTree:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Array", - "canonicalReference": "!Array:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "path", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!MissingFieldError#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!MissingFieldError#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~MissingTree:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MissingTree = " - }, - { - "kind": "Content", - "text": "string | {\n readonly [key: string]: " - }, - { - "kind": "Reference", - "text": "MissingTree", - "canonicalReference": "@apollo/client!~MissingTree:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "MissingTree", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~Modifier:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Modifier = " - }, - { - "kind": "Content", - "text": "(value: T, details: " - }, - { - "kind": "Reference", - "text": "ModifierDetails", - "canonicalReference": "@apollo/client!~ModifierDetails:type" - }, - { - "kind": "Content", - "text": ") => T | " - }, - { - "kind": "Reference", - "text": "DeleteModifier", - "canonicalReference": "@apollo/client!~DeleteModifier:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "InvalidateModifier", - "canonicalReference": "@apollo/client!~InvalidateModifier:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "Modifier", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~ModifierDetails:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ModifierDetails = " - }, - { - "kind": "Content", - "text": "{\n DELETE: " - }, - { - "kind": "Reference", - "text": "DeleteModifier", - "canonicalReference": "@apollo/client!~DeleteModifier:interface" - }, - { - "kind": "Content", - "text": ";\n INVALIDATE: " - }, - { - "kind": "Reference", - "text": "InvalidateModifier", - "canonicalReference": "@apollo/client!~InvalidateModifier:interface" - }, - { - "kind": "Content", - "text": ";\n fieldName: string;\n storeFieldName: string;\n readField: " - }, - { - "kind": "Reference", - "text": "ReadFieldFunction", - "canonicalReference": "@apollo/client!~ReadFieldFunction:interface" - }, - { - "kind": "Content", - "text": ";\n canRead: " - }, - { - "kind": "Reference", - "text": "CanReadFunction", - "canonicalReference": "@apollo/client!~CanReadFunction:type" - }, - { - "kind": "Content", - "text": ";\n isReference: typeof " - }, - { - "kind": "Reference", - "text": "isReference", - "canonicalReference": "@apollo/client!isReference:function" - }, - { - "kind": "Content", - "text": ";\n toReference: " - }, - { - "kind": "Reference", - "text": "ToReferenceFunction", - "canonicalReference": "@apollo/client!~ToReferenceFunction:type" - }, - { - "kind": "Content", - "text": ";\n storage: " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "ModifierDetails", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 16 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~Modifiers:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Modifiers" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<{\n [FieldName in keyof T]: " - }, - { - "kind": "Reference", - "text": "Modifier", - "canonicalReference": "@apollo/client!~Modifier:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "StoreObjectValueMaybeReference", - "canonicalReference": "@apollo/client!~StoreObjectValueMaybeReference:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Exclude", - "canonicalReference": "!Exclude:type" - }, - { - "kind": "Content", - "text": ">>;\n}>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "Modifiers", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - } - } - ], - "typeTokenRange": { - "startIndex": 7, - "endIndex": 15 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~MutationBaseOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationBaseOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "MutationBaseOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#awaitRefetchQueries:member", - "docComment": "/**\n * By default, `refetchQueries` does not wait for the refetched queries to be completed, before resolving the mutation `Promise`. This ensures that query refetching does not hold up mutation response handling (query refetching is handled asynchronously). Set `awaitRefetchQueries` to `true` if you would like to wait for the refetched queries to complete, before the mutation can be marked as resolved.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "awaitRefetchQueries?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "awaitRefetchQueries", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#context:member", - "docComment": "/**\n * The context to be passed to the link execution chain. This context will only be used with this mutation. It will not be used with `refetchQueries`. Refetched queries use the context they were initialized with (since the initial context is stored as part of the `ObservableQuery` instance). If a specific context is needed when refetching queries, make sure it is configured (via the [query `context` option](https://www.apollographql.com/docs/react/api/apollo-client#ApolloClient.query)) when the query is first initialized/run.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Content", - "text": "TContext" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#errorPolicy:member", - "docComment": "/**\n * Specifies the {@link ErrorPolicy} to be used for this operation\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "errorPolicy?: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errorPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#onQueryUpdated:member", - "docComment": "/**\n * A function that will be called for each ObservableQuery affected by this mutation, after the mutation has completed.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "onQueryUpdated?: " - }, - { - "kind": "Reference", - "text": "OnQueryUpdated", - "canonicalReference": "@apollo/client!OnQueryUpdated:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onQueryUpdated", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#optimisticResponse:member", - "docComment": "/**\n * An object that represents the result of this mutation that will be optimistically stored before the server has actually returned a result. This is most often used for optimistic UI, where we want to be able to see the result of a mutation immediately, and update the UI later if any errors appear.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimisticResponse?: " - }, - { - "kind": "Content", - "text": "TData | ((vars: TVariables) => TData)" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimisticResponse", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#refetchQueries:member", - "docComment": "/**\n * A list of query names which will be refetched once this mutation has returned. This is often used if you have a set of queries which may be affected by a mutation and will have to update. Rather than writing a mutation query reducer (i.e. `updateQueries`) for this, you can simply refetch the queries that will be affected and achieve a consistent store once these queries return.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetchQueries?: " - }, - { - "kind": "Content", - "text": "((result: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ") | " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "refetchQueries", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#update:member", - "docComment": "/**\n * A function which provides an {@link ApolloCache} instance, and the result of the mutation, to allow the user to update the store based on the results of the mutation.\n *\n * This function will be called twice over the lifecycle of a mutation. Once at the very beginning if an `optimisticResponse` was provided. The writes created from the optimistic data will be rolled back before the second time this function is called which is when the mutation has successfully resolved. At that point `update` will be called with the *actual* mutation result and those writes will not be rolled back.\n *\n * Note that since this function is intended to be used to update the store, it cannot be used with a `no-cache` fetch policy. If you're interested in performing some action after a mutation has completed, and you don't need to update the store, use the Promise returned from `client.mutate` instead.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "update?: " - }, - { - "kind": "Reference", - "text": "MutationUpdaterFunction", - "canonicalReference": "@apollo/client!MutationUpdaterFunction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "update", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#updateQueries:member", - "docComment": "/**\n * A {@link MutationQueryReducersMap}, which is map from query names to mutation query reducers. Briefly, this map defines how to incorporate the results of the mutation into the results of queries that are currently being watched by your application.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateQueries?: " - }, - { - "kind": "Reference", - "text": "MutationQueryReducersMap", - "canonicalReference": "@apollo/client!MutationQueryReducersMap:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "updateQueries", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationBaseOptions#variables:member", - "docComment": "/**\n * An object that maps from the name of a variable as used in the mutation GraphQL document to that variable's value.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MutationDataOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationDataOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "BaseMutationOptions", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "MutationDataOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationDataOptions#mutation:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutation: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "mutation", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 13, - "endIndex": 15 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~MutationFetchPolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationFetchPolicy = " - }, - { - "kind": "Reference", - "text": "Extract", - "canonicalReference": "!Extract:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchPolicy", - "canonicalReference": "@apollo/client!FetchPolicy:type" - }, - { - "kind": "Content", - "text": ", \"network-only\" | \"no-cache\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "MutationFetchPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare type MutationFunction" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Content", - "text": "(options?: " - }, - { - "kind": "Reference", - "text": "MutationFunctionOptions", - "canonicalReference": "@apollo/client!MutationFunctionOptions:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "MutationFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "typeTokenRange": { - "startIndex": 13, - "endIndex": 20 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MutationFunctionOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationFunctionOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "BaseMutationOptions", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "MutationFunctionOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationFunctionOptions#mutation:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutation?: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "mutation", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 13, - "endIndex": 15 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MutationHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationHookOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "BaseMutationOptions", - "canonicalReference": "@apollo/client!BaseMutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "MutationHookOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 13, - "endIndex": 15 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MutationOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationOptions" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "MutationBaseOptions", - "canonicalReference": "@apollo/client!~MutationBaseOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "MutationOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationOptions#fetchPolicy:member", - "docComment": "/**\n * Specifies the {@link MutationFetchPolicy} to be used for this query. Mutations support only 'network-only' and 'no-cache' fetchPolicy strings. If fetchPolicy is not provided, it defaults to 'network-only'.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "MutationFetchPolicy", - "canonicalReference": "@apollo/client!~MutationFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationOptions#keepRootFields:member", - "docComment": "/**\n * To avoid retaining sensitive information from mutation root field arguments, Apollo Client v3.4+ automatically clears any `ROOT_MUTATION` fields from the cache after each mutation finishes. If you need this information to remain in the cache, you can prevent the removal by passing `keepRootFields: true` to the mutation. `ROOT_MUTATION` result data are also passed to the mutation `update` function, so we recommend obtaining the results that way, rather than using this option, if possible.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "keepRootFields?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "keepRootFields", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationOptions#mutation:member", - "docComment": "/**\n * A GraphQL document, often created with `gql` from the `graphql-tag` package, that contains a single mutation inside of it.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutation: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "mutation", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 13, - "endIndex": 15 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationQueryReducer:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationQueryReducer = " - }, - { - "kind": "Content", - "text": "(previousResult: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ", options: {\n mutationResult: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ";\n queryName: string | undefined;\n queryVariables: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n}) => " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "MutationQueryReducer", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 10 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationQueryReducersMap:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationQueryReducersMap = " - }, - { - "kind": "Content", - "text": "{\n [queryName: string]: " - }, - { - "kind": "Reference", - "text": "MutationQueryReducer", - "canonicalReference": "@apollo/client!MutationQueryReducer:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "MutationQueryReducersMap", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 6 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!MutationResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface MutationResult " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "MutationResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationResult#called:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "called: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "called", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationResult#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data?: " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationResult#error:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "error?: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "error", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!MutationResult#loading:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "loading: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "loading", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!MutationResult#reset:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reset(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "reset" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~MutationStoreValue:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface MutationStoreValue " - } - ], - "fileUrlPath": "src/core/QueryManager.ts", - "releaseTag": "Public", - "name": "MutationStoreValue", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationStoreValue#error:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "error: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "error", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationStoreValue#loading:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "loading: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "loading", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationStoreValue#mutation:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutation: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "mutation", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~MutationStoreValue#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationTuple:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationTuple" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Content", - "text": "[\n (options?: " - }, - { - "kind": "Reference", - "text": "MutationFunctionOptions", - "canonicalReference": "@apollo/client!MutationFunctionOptions:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">,\n " - }, - { - "kind": "Reference", - "text": "MutationResult", - "canonicalReference": "@apollo/client!MutationResult:interface" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "MutationTuple", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "defaultTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 - } - } - ], - "typeTokenRange": { - "startIndex": 9, - "endIndex": 18 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationUpdaterFn:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationUpdaterFn = " - }, - { - "kind": "Content", - "text": "(cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ", mutationResult: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "MutationUpdaterFn", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!MutationUpdaterFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type MutationUpdaterFunction" - }, - { - "kind": "Content", - "text": "> = " - }, - { - "kind": "Content", - "text": "(cache: TCache, result: " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ", \"context\">, options: {\n context?: TContext;\n variables?: TVariables;\n}) => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "MutationUpdaterFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 4, - "endIndex": 9 - } - }, - { - "kind": "Enum", - "canonicalReference": "@apollo/client!NetworkStatus:enum", - "docComment": "/**\n * The current status of a query’s execution in our system.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare enum NetworkStatus " - } - ], - "fileUrlPath": "src/core/networkStatus.ts", - "releaseTag": "Public", - "name": "NetworkStatus", - "preserveMemberOrder": true, - "members": [ - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.loading:member", - "docComment": "/**\n * The query has never been run before and the query is now currently running. A query will still have this network status even if a partial data result was returned from the cache, but a query was dispatched anyway.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "loading = " - }, - { - "kind": "Content", - "text": "1" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "loading" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.setVariables:member", - "docComment": "/**\n * If `setVariables` was called and a query was fired because of that then the network status will be `setVariables` until the result of that query comes back.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "setVariables = " - }, - { - "kind": "Content", - "text": "2" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "setVariables" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.fetchMore:member", - "docComment": "/**\n * Indicates that `fetchMore` was called on this query and that the query created is currently in flight.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchMore = " - }, - { - "kind": "Content", - "text": "3" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "fetchMore" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.refetch:member", - "docComment": "/**\n * Similar to the `setVariables` network status. It means that `refetch` was called on a query and the refetch request is currently in flight.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetch = " - }, - { - "kind": "Content", - "text": "4" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "refetch" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.poll:member", - "docComment": "/**\n * Indicates that a polling query is currently in flight. So for example if you are polling a query every 10 seconds then the network status will switch to `poll` every 10 seconds whenever a poll request has been sent but not resolved.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "poll = " - }, - { - "kind": "Content", - "text": "6" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "poll" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.ready:member", - "docComment": "/**\n * No request is in flight for this query, and no errors happened. Everything is OK.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "ready = " - }, - { - "kind": "Content", - "text": "7" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "ready" - }, - { - "kind": "EnumMember", - "canonicalReference": "@apollo/client!NetworkStatus.error:member", - "docComment": "/**\n * No request is in flight for this query, but one or more errors were detected.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "error = " - }, - { - "kind": "Content", - "text": "8" - } - ], - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "name": "error" - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface NextFetchPolicyContext " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "NextFetchPolicyContext", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext#initialFetchPolicy:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "initialFetchPolicy: " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "initialFetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext#observable:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "observable: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "observable", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext#options:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "options", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext#reason:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reason: " - }, - { - "kind": "Content", - "text": "\"after-fetch\" | \"variables-changed\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "reason", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!NextLink:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type NextLink = " - }, - { - "kind": "Content", - "text": "(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "NextLink", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~NextResultListener:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type NextResultListener = " - }, - { - "kind": "Content", - "text": "(method: \"next\" | \"error\" | \"complete\", arg?: any) => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/observables/Concast.ts", - "releaseTag": "Public", - "name": "NextResultListener", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!NoInfer:type", - "docComment": "/**\n * Helper type that allows using a type in a way that cannot be \"widened\" by inference on the value it is used on.\n *\n * This type was first suggested [in this Github discussion](https://github.com/microsoft/TypeScript/issues/14829#issuecomment-504042546).\n *\n * Example usage:\n * ```ts\n * export function useQuery<\n * TData = any,\n * TVariables extends OperationVariables = OperationVariables,\n * >(\n * query: DocumentNode | TypedDocumentNode,\n * options: QueryHookOptions, NoInfer> = Object.create(null),\n * )\n * ```\n *\n * In this case, `TData` and `TVariables` should be inferred from `query`, but never widened from something in `options`.\n *\n * So, in this code example:\n * ```ts\n * declare const typedNode: TypedDocumentNode<{ foo: string}, { bar: number }>\n * const { variables } = useQuery(typedNode, { variables: { bar: 4, nonExistingVariable: \"string\" } });\n * ```\n *\n * Without the use of `NoInfer`, `variables` would now be of the type `{ bar: number, nonExistingVariable: \"string\" }`. With `NoInfer`, it will instead give an error on `nonExistingVariable`.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type NoInfer = " - }, - { - "kind": "Content", - "text": "[T][T extends any ? 0 : never]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "NoInfer", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!NormalizedCache:interface", - "docComment": "/**\n * This is an interface used to access, set and remove StoreObjects from the cache\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface NormalizedCache " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "NormalizedCache", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!NormalizedCache#canRead:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "canRead: " - }, - { - "kind": "Reference", - "text": "CanReadFunction", - "canonicalReference": "@apollo/client!~CanReadFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "canRead", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#clear:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clear(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "clear" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#delete:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "delete(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fieldName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": true - } - ], - "name": "delete" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#get:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "get(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "name": "get" - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!NormalizedCache#getFieldValue:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getFieldValue: " - }, - { - "kind": "Reference", - "text": "FieldValueGetter", - "canonicalReference": "@apollo/client!~FieldValueGetter:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "getFieldValue", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#getStorage:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getStorage(idOrObj: " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ", ...storeFieldNames: " - }, - { - "kind": "Content", - "text": "(string | number)[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "idOrObj", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "storeFieldNames", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - } - ], - "name": "getStorage" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#has:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "has(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "has" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#merge:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge(olderId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", newerObject: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "olderId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "newerObject", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "name": "merge" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#merge:member(2)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge(olderObject: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ", newerId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 2, - "parameters": [ - { - "parameterName": "olderObject", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "newerId", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "name": "merge" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#modify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "modify" - }, - { - "kind": "Content", - "text": ">(dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", fields: " - }, - { - "kind": "Reference", - "text": "Modifiers", - "canonicalReference": "@apollo/client!~Modifiers:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "AllFieldsModifier", - "canonicalReference": "@apollo/client!~AllFieldsModifier:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 11, - "endIndex": 12 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "fields", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 10 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "Entity", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "modify" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#release:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "release(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "release" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#replace:member(1)", - "docComment": "/**\n * replace the state of the store\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "replace(newData: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newData", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "replace" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#retain:member(1)", - "docComment": "/**\n * Retain (or release) a given root ID to protect (or expose) it and its transitive child entities from (or to) garbage collection. The current retainment count is returned by both methods. Note that releasing a root ID does not cause that entity to be garbage collected, but merely removes it from the set of root IDs that will be considered during the next mark-and-sweep collection.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "retain(rootId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rootId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "retain" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!NormalizedCache#toObject:member(1)", - "docComment": "/**\n * returns an Object with key-value pairs matching the contents of the store\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "toObject(): " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "toObject" - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!NormalizedCache#toReference:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "toReference: " - }, - { - "kind": "Reference", - "text": "ToReferenceFunction", - "canonicalReference": "@apollo/client!~ToReferenceFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "toReference", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface", - "docComment": "/**\n * This is a normalized representation of the Apollo query result cache. It consists of a flattened representation of query result trees.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface NormalizedCacheObject " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "NormalizedCacheObject", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!NormalizedCacheObject#__META:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "__META?: " - }, - { - "kind": "Content", - "text": "{\n extraRootIds: string[];\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "__META", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "IndexSignature", - "canonicalReference": "@apollo/client!NormalizedCacheObject:index(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[dataId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "dataId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!ObservableQuery:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class ObservableQuery extends " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/ObservableQuery.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isAbstract": false, - "name": "ObservableQuery", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!ObservableQuery:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `ObservableQuery` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor({ queryManager, queryInfo, options, }: " - }, - { - "kind": "Content", - "text": "{\n queryManager: " - }, - { - "kind": "Reference", - "text": "QueryManager", - "canonicalReference": "@apollo/client!~QueryManager:class" - }, - { - "kind": "Content", - "text": ";\n queryInfo: " - }, - { - "kind": "Reference", - "text": "QueryInfo", - "canonicalReference": "@apollo/client!~QueryInfo:class" - }, - { - "kind": "Content", - "text": ";\n options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ";\n }" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ queryManager, queryInfo, options, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 8 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#fetchMore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchMore(fetchMoreOptions: " - }, - { - "kind": "Reference", - "text": "FetchMoreQueryOptions", - "canonicalReference": "@apollo/client!FetchMoreQueryOptions:interface" - }, - { - "kind": "Content", - "text": " & {\n updateQuery?: (previousQueryResult: TData, options: {\n fetchMoreResult: TFetchData;\n variables: TFetchVars;\n }) => TData;\n }" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TFetchData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TFetchVars", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fetchMoreOptions", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "fetchMore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#getCurrentResult:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getCurrentResult(saveAsLastResult?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "saveAsLastResult", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getCurrentResult" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#getLastError:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getLastError(variablesMustMatch?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "variablesMustMatch", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getLastError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#getLastResult:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getLastResult(variablesMustMatch?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "variablesMustMatch", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getLastResult" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#hasObservers:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasObservers(): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "hasObservers" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#isDifferentFromLastResult:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "isDifferentFromLastResult(newResult: " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newResult", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "isDifferentFromLastResult" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ObservableQuery#options:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "options", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ObservableQuery#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "get query(): " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ObservableQuery#queryId:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "queryId", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ObservableQuery#queryName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly queryName?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": true, - "releaseTag": "Public", - "name": "queryName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#refetch:member(1)", - "docComment": "/**\n * Update the variables of this observable query, and fetch the new results. This method should be preferred over `setVariables` in most use cases.\n *\n * @param variables - The new set of variables. If there are missing variables, the previous values of those variables will be used.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetch(variables?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "refetch" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#reobserve:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reobserve(newOptions?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ", newNetworkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": true - }, - { - "parameterName": "newNetworkStatus", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "reobserve" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#reobserveAsConcast:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reobserveAsConcast(newOptions?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ", newNetworkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Concast", - "canonicalReference": "@apollo/client!~Concast:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": true - }, - { - "parameterName": "newNetworkStatus", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "reobserveAsConcast" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#resetLastResults:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetLastResults(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "resetLastResults" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#resetQueryStoreErrors:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetQueryStoreErrors(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "resetQueryStoreErrors" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#resubscribeAfterError:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resubscribeAfterError(onNext: " - }, - { - "kind": "Content", - "text": "(value: " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ", onError?: " - }, - { - "kind": "Content", - "text": "(error: any) => void" - }, - { - "kind": "Content", - "text": ", onComplete?: " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ObservableSubscription", - "canonicalReference": "zen-observable-ts!Subscription:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "onNext", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "onError", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": true - }, - { - "parameterName": "onComplete", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "resubscribeAfterError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#resubscribeAfterError:member(2)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resubscribeAfterError(observer: " - }, - { - "kind": "Reference", - "text": "Observer", - "canonicalReference": "zen-observable-ts!Observer:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ObservableSubscription", - "canonicalReference": "zen-observable-ts!Subscription:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 2, - "parameters": [ - { - "parameterName": "observer", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "resubscribeAfterError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#result:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "result(): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "result" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#setOptions:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setOptions(newOptions: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setOptions" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#setVariables:member(1)", - "docComment": "/**\n * Update the variables of this observable query, and fetch the new results if they've changed. Most users should prefer `refetch` instead of `setVariables` in order to to be properly notified of results even when they come from the cache.\n *\n * Note: the `next` callback will *not* fire if the variables have not changed or if the result is coming from cache.\n *\n * Note: the promise will return the old results immediately if the variables have not changed.\n *\n * Note: the promise will return null immediately if the query is not active (there are no subscribers).\n *\n * @param variables - The new set of variables. If there are missing variables, the previous values of those variables will be used.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "setVariables(variables: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": " | void>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setVariables" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#silentSetOptions:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "silentSetOptions(newOptions: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newOptions", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "silentSetOptions" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#startPolling:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "startPolling(pollInterval: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "pollInterval", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "startPolling" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#stopPolling:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stopPolling(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "stopPolling" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#subscribeToMore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscribeToMore(options: " - }, - { - "kind": "Reference", - "text": "SubscribeToMoreOptions", - "canonicalReference": "@apollo/client!SubscribeToMoreOptions:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TSubscriptionData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TSubscriptionVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "subscribeToMore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!ObservableQuery#updateQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateQuery(mapFn: " - }, - { - "kind": "Content", - "text": "(previousQueryResult: TData, options: " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", \"variables\">) => TData" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 11, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "mapFn", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 10 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "updateQuery" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!ObservableQuery#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "get variables(): " - }, - { - "kind": "Content", - "text": "TVariables | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "extendsTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ObservableQueryFields:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ObservableQueryFields = " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": ", \"startPolling\" | \"stopPolling\" | \"subscribeToMore\" | \"updateQuery\" | \"refetch\" | \"reobserve\" | \"variables\" | \"fetchMore\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "ObservableQueryFields", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 7 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!~OBSERVED_CHANGED_OPTIONS:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "OBSERVED_CHANGED_OPTIONS: " - }, - { - "kind": "Content", - "text": "readonly [\"canonizeResults\", \"context\", \"errorPolicy\", \"fetchPolicy\", \"refetchWritePolicy\", \"returnPartialData\"]" - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "OBSERVED_CHANGED_OPTIONS", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~ObservedOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type ObservedOptions = " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", (typeof " - }, - { - "kind": "Reference", - "text": "OBSERVED_CHANGED_OPTIONS", - "canonicalReference": "@apollo/client!~OBSERVED_CHANGED_OPTIONS:var" - }, - { - "kind": "Content", - "text": ")[number]>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "name": "ObservedOptions", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!OnDataOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface OnDataOptions " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "OnDataOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!OnDataOptions#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!OnDataOptions#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Reference", - "text": "SubscriptionResult", - "canonicalReference": "@apollo/client!SubscriptionResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!OnQueryUpdated:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type OnQueryUpdated = " - }, - { - "kind": "Content", - "text": "(observableQuery: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": ", diff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": ", lastDiff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": " | undefined) => boolean | TResult" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "OnQueryUpdated", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!OnSubscriptionDataOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface OnSubscriptionDataOptions " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "OnSubscriptionDataOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!OnSubscriptionDataOptions#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!OnSubscriptionDataOptions#subscriptionData:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscriptionData: " - }, - { - "kind": "Reference", - "text": "SubscriptionResult", - "canonicalReference": "@apollo/client!SubscriptionResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "subscriptionData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Operation:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface Operation " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "Operation", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#extensions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "extensions: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "extensions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#getContext:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getContext: " - }, - { - "kind": "Content", - "text": "() => " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "getContext", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#operationName:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "operationName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "operationName", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#setContext:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setContext: " - }, - { - "kind": "Content", - "text": "(context: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "setContext", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Operation#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!operationName:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function operationName(type: " - }, - { - "kind": "Reference", - "text": "DocumentType", - "canonicalReference": "@apollo/client!DocumentType_2:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/parser/index.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "type", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "operationName" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!OperationVariables:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type OperationVariables = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "OperationVariables", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!OptimisticStoreItem:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type OptimisticStoreItem = " - }, - { - "kind": "Content", - "text": "{\n id: string;\n data: " - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ";\n transaction: " - }, - { - "kind": "Reference", - "text": "Transaction", - "canonicalReference": "@apollo/client!Transaction:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NormalizedCacheObject", - "canonicalReference": "@apollo/client!NormalizedCacheObject:interface" - }, - { - "kind": "Content", - "text": ">;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "OptimisticStoreItem", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~OptionsUnion:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type OptionsUnion = " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "QueryOptions", - "canonicalReference": "@apollo/client!QueryOptions:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/common/mergeOptions.ts", - "releaseTag": "Public", - "name": "OptionsUnion", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 9 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!parseAndCheckHttpResponse:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function parseAndCheckHttpResponse(operations: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "(response: " - }, - { - "kind": "Reference", - "text": "Response", - "canonicalReference": "!Response:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/parseAndCheckHttpResponse.ts", - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 11 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "operations", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "name": "parseAndCheckHttpResponse" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!parser:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function parser(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "IDocumentDefinition", - "canonicalReference": "@apollo/client!IDocumentDefinition:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/parser/index.ts", - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "name": "parser" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!Path:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Path = " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "Path", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~Policies:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class Policies " - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "Policies", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~Policies:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `Policies` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(config: " - }, - { - "kind": "Content", - "text": "{\n cache: " - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ";\n dataIdFromObject?: " - }, - { - "kind": "Reference", - "text": "KeyFieldsFunction", - "canonicalReference": "@apollo/client!~KeyFieldsFunction:type" - }, - { - "kind": "Content", - "text": ";\n possibleTypes?: " - }, - { - "kind": "Reference", - "text": "PossibleTypesMap", - "canonicalReference": "@apollo/client!PossibleTypesMap:type" - }, - { - "kind": "Content", - "text": ";\n typePolicies?: " - }, - { - "kind": "Reference", - "text": "TypePolicies", - "canonicalReference": "@apollo/client!TypePolicies:type" - }, - { - "kind": "Content", - "text": ";\n }" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "config", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 10 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#addPossibleTypes:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addPossibleTypes(possibleTypes: " - }, - { - "kind": "Reference", - "text": "PossibleTypesMap", - "canonicalReference": "@apollo/client!PossibleTypesMap:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "possibleTypes", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addPossibleTypes" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#addTypePolicies:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addTypePolicies(typePolicies: " - }, - { - "kind": "Reference", - "text": "TypePolicies", - "canonicalReference": "@apollo/client!TypePolicies:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "typePolicies", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addTypePolicies" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Policies#cache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly cache: " - }, - { - "kind": "Reference", - "text": "InMemoryCache", - "canonicalReference": "@apollo/client!InMemoryCache:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#fragmentMatches:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fragmentMatches(fragment: " - }, - { - "kind": "Reference", - "text": "InlineFragmentNode", - "canonicalReference": "graphql!InlineFragmentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "FragmentDefinitionNode", - "canonicalReference": "graphql!FragmentDefinitionNode:interface" - }, - { - "kind": "Content", - "text": ", typename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ", result?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 13, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fragment", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "typename", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": false - }, - { - "parameterName": "result", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "isOptional": true - }, - { - "parameterName": "variables", - "parameterTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "fragmentMatches" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#getMergeFunction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getMergeFunction(parentTypename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ", fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", childTypename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "FieldMergeFunction", - "canonicalReference": "@apollo/client!FieldMergeFunction:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "parentTypename", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "childTypename", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getMergeFunction" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#getReadFunction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getReadFunction(typename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ", fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "FieldReadFunction", - "canonicalReference": "@apollo/client!FieldReadFunction:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "typename", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getReadFunction" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#getStoreFieldName:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getStoreFieldName(fieldSpec: " - }, - { - "kind": "Reference", - "text": "FieldSpecifier", - "canonicalReference": "@apollo/client!~FieldSpecifier:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "fieldSpec", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getStoreFieldName" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#hasKeyArgs:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasKeyArgs(typename: " - }, - { - "kind": "Content", - "text": "string | undefined" - }, - { - "kind": "Content", - "text": ", fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "typename", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "hasKeyArgs" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#identify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "identify(object: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": ", partialContext?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "KeyFieldsContext", - "canonicalReference": "@apollo/client!~KeyFieldsContext:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[string?, " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": "?]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 11 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "object", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "partialContext", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "identify" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#readField:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readField(options: " - }, - { - "kind": "Reference", - "text": "ReadFieldOptions", - "canonicalReference": "@apollo/client!~ReadFieldOptions:interface" - }, - { - "kind": "Content", - "text": ", context: " - }, - { - "kind": "Reference", - "text": "ReadMergeModifyContext", - "canonicalReference": "@apollo/client!ReadMergeModifyContext:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "V", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "context", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "readField" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Policies#rootIdsByTypename:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly rootIdsByTypename: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "rootIdsByTypename", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Policies#rootTypenamesById:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly rootTypenamesById: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "rootTypenamesById", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Policies#runMergeFunction:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "runMergeFunction(existing: " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ", incoming: " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ", { field, typename, merge }: " - }, - { - "kind": "Reference", - "text": "MergeInfo", - "canonicalReference": "@apollo/client!MergeInfo:interface" - }, - { - "kind": "Content", - "text": ", context: " - }, - { - "kind": "Reference", - "text": "WriteContext", - "canonicalReference": "@apollo/client!~WriteContext:interface" - }, - { - "kind": "Content", - "text": ", storage?: " - }, - { - "kind": "Reference", - "text": "StorageType", - "canonicalReference": "@apollo/client!~StorageType:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 11, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "existing", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "incoming", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "{ field, typename, merge }", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "isOptional": false - }, - { - "parameterName": "context", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 8 - }, - "isOptional": false - }, - { - "parameterName": "storage", - "parameterTypeTokenRange": { - "startIndex": 9, - "endIndex": 10 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "runMergeFunction" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~Policies#usingPossibleTypes:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly usingPossibleTypes = " - }, - { - "kind": "Content", - "text": "false" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "usingPossibleTypes", - "propertyTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "initializerTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!PossibleTypesMap:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type PossibleTypesMap = " - }, - { - "kind": "Content", - "text": "{\n [supertype: string]: string[];\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "PossibleTypesMap", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~Primitive:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Primitive = " - }, - { - "kind": "Content", - "text": "null | undefined | string | number | boolean | symbol | bigint" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/Primitive.ts", - "releaseTag": "Public", - "name": "Primitive", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!~print_2:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "print: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "origPrint", - "canonicalReference": "graphql!print:function" - } - ], - "fileUrlPath": "src/utilities/graphql/print.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "print_2", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~Printer:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface Printer " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "Printer", - "preserveMemberOrder": false, - "members": [ - { - "kind": "CallSignature", - "canonicalReference": "@apollo/client!~Printer:call(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "(node: " - }, - { - "kind": "Reference", - "text": "ASTNode", - "canonicalReference": "graphql!ASTNode:type" - }, - { - "kind": "Content", - "text": ", originalPrint: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "print", - "canonicalReference": "@apollo/client!~print_2:var" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "node", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "originalPrint", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!~QUERY_REFERENCE_SYMBOL:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "QUERY_REFERENCE_SYMBOL: " - }, - { - "kind": "Content", - "text": "unique symbol" - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "QUERY_REFERENCE_SYMBOL", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~QueryData:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface QueryData " - } - ], - "fileUrlPath": "src/react/ssr/RenderPromises.ts", - "releaseTag": "Public", - "name": "QueryData", - "preserveMemberOrder": false, - "members": [ - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~QueryData#fetchData:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchData(): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "fetchData" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~QueryData#getOptions:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getOptions(): " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [], - "name": "getOptions" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryDataOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryDataOptions extends " - }, - { - "kind": "Reference", - "text": "QueryFunctionOptions", - "canonicalReference": "@apollo/client!QueryFunctionOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "QueryDataOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryDataOptions#children:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "children?: " - }, - { - "kind": "Content", - "text": "(result: " - }, - { - "kind": "Reference", - "text": "QueryResult", - "canonicalReference": "@apollo/client!QueryResult:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "children", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryDataOptions#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryFunctionOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryFunctionOptions extends " - }, - { - "kind": "Reference", - "text": "BaseQueryOptions", - "canonicalReference": "@apollo/client!BaseQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "QueryFunctionOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryFunctionOptions#defaultOptions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultOptions?: " - }, - { - "kind": "Reference", - "text": "Partial", - "canonicalReference": "!Partial:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "defaultOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryFunctionOptions#onCompleted:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onCompleted?: " - }, - { - "kind": "Content", - "text": "(data: TData) => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onCompleted", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryFunctionOptions#onError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onError?: " - }, - { - "kind": "Content", - "text": "(error: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryFunctionOptions#skip:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "skip?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "skip", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryHookOptions extends " - }, - { - "kind": "Reference", - "text": "QueryFunctionOptions", - "canonicalReference": "@apollo/client!QueryFunctionOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "QueryHookOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~QueryInfo:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class QueryInfo " - } - ], - "fileUrlPath": "src/core/QueryInfo.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "QueryInfo", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~QueryInfo:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `QueryInfo` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(queryManager: " - }, - { - "kind": "Reference", - "text": "QueryManager", - "canonicalReference": "@apollo/client!~QueryManager:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", queryId?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryManager", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": true - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#document:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "document", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#getDiff:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getDiff(): " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getDiff" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#graphQLErrors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "graphQLErrors?: " - }, - { - "kind": "Reference", - "text": "ReadonlyArray", - "canonicalReference": "!ReadonlyArray:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "GraphQLError", - "canonicalReference": "graphql!GraphQLError:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "graphQLErrors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#init:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "init(query: " - }, - { - "kind": "Content", - "text": "{\n document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";\n variables: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " | undefined;\n networkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";\n observableQuery?: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": ";\n lastRequestId?: number;\n }" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 11, - "endIndex": 12 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 10 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "init" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#lastRequestId:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "lastRequestId: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "lastRequestId", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#listeners:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "listeners: " - }, - { - "kind": "Reference", - "text": "Set", - "canonicalReference": "!Set:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryListener", - "canonicalReference": "@apollo/client!QueryListener:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "listeners", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#markError:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "markError(error: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "error", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "markError" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#markReady:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "markReady(): " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "markReady" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#markResult:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "markResult(result: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", \"variables\" | \"fetchPolicy\" | \"errorPolicy\">" - }, - { - "kind": "Content", - "text": ", cacheWriteBehavior: " - }, - { - "kind": "Reference", - "text": "CacheWriteBehavior", - "canonicalReference": "@apollo/client!~CacheWriteBehavior:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 13, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "result", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - }, - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 10 - }, - "isOptional": false - }, - { - "parameterName": "cacheWriteBehavior", - "parameterTypeTokenRange": { - "startIndex": 11, - "endIndex": 12 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "markResult" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#networkError:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkError?: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "networkError", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#networkStatus:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "networkStatus", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#notify:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "notify(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "notify" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#observableQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly observableQuery: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "observableQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#queryId:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "queryId", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#reset:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reset(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "reset" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#resetLastWrite:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetLastWrite(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "resetLastWrite" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#setDiff:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setDiff(diff: " - }, - { - "kind": "Reference", - "text": "Cache.DiffResult", - "canonicalReference": "@apollo/client!DataProxy.DiffResult:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "diff", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setDiff" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#setObservableQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setObservableQuery(oq: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "oq", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setObservableQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryInfo#stop:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stop(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "stop" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#stopped:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stopped: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "stopped", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryInfo#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryLazyOptions:interface", - "docComment": "/**\n * @deprecated\n *\n * TODO Delete this unused interface.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryLazyOptions " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "QueryLazyOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryLazyOptions#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryLazyOptions#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!QueryListener:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type QueryListener = " - }, - { - "kind": "Content", - "text": "(queryInfo: " - }, - { - "kind": "Reference", - "text": "QueryInfo", - "canonicalReference": "@apollo/client!~QueryInfo:class" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "QueryListener", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~QueryManager:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class QueryManager " - } - ], - "fileUrlPath": "src/core/QueryManager.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TStore", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isAbstract": false, - "name": "QueryManager", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~QueryManager:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `QueryManager` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor({ cache, link, defaultOptions, documentTransform, queryDeduplication, onBroadcast, ssrMode, clientAwareness, localState, assumeImmutableResults, }: " - }, - { - "kind": "Content", - "text": "{\n cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ";\n link: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";\n defaultOptions?: " - }, - { - "kind": "Reference", - "text": "DefaultOptions", - "canonicalReference": "@apollo/client!~DefaultOptions:interface" - }, - { - "kind": "Content", - "text": ";\n documentTransform?: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";\n queryDeduplication?: boolean;\n onBroadcast?: () => void;\n ssrMode?: boolean;\n clientAwareness?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n localState?: " - }, - { - "kind": "Reference", - "text": "LocalState", - "canonicalReference": "@apollo/client!~LocalState:class" - }, - { - "kind": "Content", - "text": ";\n assumeImmutableResults?: boolean;\n }" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ cache, link, defaultOptions, documentTransform, queryDeduplication, onBroadcast, ssrMode, clientAwareness, localState, assumeImmutableResults, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 14 - }, - "isOptional": false - } - ] - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#assumeImmutableResults:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly assumeImmutableResults: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "assumeImmutableResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#broadcastQueries:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "broadcastQueries(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "broadcastQueries" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#cache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "cache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#clearStore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clearStore(options?: " - }, - { - "kind": "Reference", - "text": "Cache.ResetOptions", - "canonicalReference": "@apollo/client!Cache_2.ResetOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "clearStore" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#defaultOptions:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultOptions: " - }, - { - "kind": "Reference", - "text": "DefaultOptions", - "canonicalReference": "@apollo/client!~DefaultOptions:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "defaultOptions", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#documentTransform:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly documentTransform: " - }, - { - "kind": "Reference", - "text": "DocumentTransform", - "canonicalReference": "@apollo/client!DocumentTransform:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "documentTransform", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#fetchCancelFns:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected fetchCancelFns: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": " any>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fetchCancelFns", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isStatic": false, - "isProtected": true, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#fetchQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchQuery(queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", networkStatus?: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "networkStatus", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "fetchQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#generateMutationId:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "generateMutationId(): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "generateMutationId" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#generateQueryId:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "generateQueryId(): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "generateQueryId" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#generateRequestId:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "generateRequestId(): " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "generateRequestId" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#getDocumentInfo:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getDocumentInfo(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "TransformCacheEntry", - "canonicalReference": "@apollo/client!~TransformCacheEntry:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getDocumentInfo" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#getLocalState:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getLocalState(): " - }, - { - "kind": "Reference", - "text": "LocalState", - "canonicalReference": "@apollo/client!~LocalState:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getLocalState" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#getObservableQueries:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getObservableQueries(include?: " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "include", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getObservableQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#getQueryStore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getQueryStore(): " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "getQueryStore" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#inFlightLinkObservables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "protected inFlightLinkObservables: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": ">>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "inFlightLinkObservables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 9 - }, - "isStatic": false, - "isProtected": true, - "isAbstract": false - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#link:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "link: " - }, - { - "kind": "Reference", - "text": "ApolloLink", - "canonicalReference": "@apollo/client!ApolloLink:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "link", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#markMutationOptimistic:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "markMutationOptimistic" - }, - { - "kind": "Content", - "text": ">(optimisticResponse: " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ", mutation: " - }, - { - "kind": "Content", - "text": "{\n mutationId: string;\n document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";\n variables?: TVariables;\n fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "MutationFetchPolicy", - "canonicalReference": "@apollo/client!~MutationFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";\n errorPolicy: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";\n context?: TContext;\n updateQueries: " - }, - { - "kind": "Reference", - "text": "UpdateQueries", - "canonicalReference": "@apollo/client!~UpdateQueries:type" - }, - { - "kind": "Content", - "text": ";\n update?: " - }, - { - "kind": "Reference", - "text": "MutationUpdaterFunction", - "canonicalReference": "@apollo/client!MutationUpdaterFunction:type" - }, - { - "kind": "Content", - "text": ";\n keepRootFields?: boolean;\n }" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 18, - "endIndex": 19 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "optimisticResponse", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "isOptional": false - }, - { - "parameterName": "mutation", - "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 17 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "markMutationOptimistic" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#markMutationResult:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "markMutationResult" - }, - { - "kind": "Content", - "text": ">(mutation: " - }, - { - "kind": "Content", - "text": "{\n mutationId: string;\n result: " - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ";\n document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";\n variables?: TVariables;\n fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "MutationFetchPolicy", - "canonicalReference": "@apollo/client!~MutationFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";\n errorPolicy: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";\n context?: TContext;\n updateQueries: " - }, - { - "kind": "Reference", - "text": "UpdateQueries", - "canonicalReference": "@apollo/client!~UpdateQueries:type" - }, - { - "kind": "Content", - "text": ";\n update?: " - }, - { - "kind": "Reference", - "text": "MutationUpdaterFunction", - "canonicalReference": "@apollo/client!MutationUpdaterFunction:type" - }, - { - "kind": "Content", - "text": ";\n awaitRefetchQueries?: boolean;\n refetchQueries?: " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ";\n removeOptimistic?: string;\n onQueryUpdated?: " - }, - { - "kind": "Reference", - "text": "OnQueryUpdated", - "canonicalReference": "@apollo/client!OnQueryUpdated:type" - }, - { - "kind": "Content", - "text": ";\n keepRootFields?: boolean;\n }" - }, - { - "kind": "Content", - "text": ", cache?: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 25, - "endIndex": 29 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "mutation", - "parameterTypeTokenRange": { - "startIndex": 4, - "endIndex": 21 - }, - "isOptional": false - }, - { - "parameterName": "cache", - "parameterTypeTokenRange": { - "startIndex": 22, - "endIndex": 24 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "markMutationResult" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#mutate:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutate" - }, - { - "kind": "Content", - "text": ", TCache extends " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ">({ mutation, variables, optimisticResponse, updateQueries, refetchQueries, awaitRefetchQueries, " - }, - { - "kind": "Reference", - "text": "update", - "canonicalReference": "@apollo/client!~MutationBaseOptions#update" - }, - { - "kind": "Content", - "text": ": updateWithProxyFn, onQueryUpdated, fetchPolicy, errorPolicy, keepRootFields, context, }: " - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 6, - "endIndex": 8 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 14, - "endIndex": 18 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ mutation, variables, optimisticResponse, updateQueries, refetchQueries, awaitRefetchQueries, update: updateWithProxyFn, onQueryUpdated, fetchPolicy, errorPolicy, keepRootFields, context, }", - "parameterTypeTokenRange": { - "startIndex": 11, - "endIndex": 13 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "mutate" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#mutationStore:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "mutationStore?: " - }, - { - "kind": "Content", - "text": "{\n [mutationId: string]: " - }, - { - "kind": "Reference", - "text": "MutationStoreValue", - "canonicalReference": "@apollo/client!~MutationStoreValue:interface" - }, - { - "kind": "Content", - "text": ";\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "mutationStore", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#query:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query(options: " - }, - { - "kind": "Reference", - "text": "QueryOptions", - "canonicalReference": "@apollo/client!QueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", queryId?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 14 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - }, - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 9 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "query" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#reFetchObservableQueries:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "reFetchObservableQueries(includeStandby?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "[]>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "includeStandby", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "reFetchObservableQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#refetchQueries:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetchQueries({ updateCache, include, optimistic, removeOptimistic, onQueryUpdated, }: " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesOptions", - "canonicalReference": "@apollo/client!InternalRefetchQueriesOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ", TResult>" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesMap", - "canonicalReference": "@apollo/client!InternalRefetchQueriesMap:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ updateCache, include, optimistic, removeOptimistic, onQueryUpdated, }", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "refetchQueries" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#removeQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeQuery(queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "removeQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#resetErrors:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetErrors(queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "resetErrors" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#setObservableQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "setObservableQuery(observableQuery: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observableQuery", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "setObservableQuery" - }, - { - "kind": "Property", - "canonicalReference": "@apollo/client!~QueryManager#ssrMode:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly ssrMode: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "ssrMode", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isStatic": false, - "isProtected": false, - "isAbstract": false - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#startGraphQLSubscription:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "startGraphQLSubscription({ query, fetchPolicy, errorPolicy, variables, context, }: " - }, - { - "kind": "Reference", - "text": "SubscriptionOptions", - "canonicalReference": "@apollo/client!SubscriptionOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 9 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "{ query, fetchPolicy, errorPolicy, variables, context, }", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "startGraphQLSubscription" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#stop:member(1)", - "docComment": "/**\n * Call this method to terminate any active query processes, making it safe to dispose of this QueryManager instance.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "stop(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "stop" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#stopQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stopQuery(queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "stopQuery" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#stopQueryInStore:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stopQueryInStore(queryId: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryId", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "stopQueryInStore" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#transform:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "transform(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "document", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "transform" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~QueryManager#watchQuery:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "watchQuery(options: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "watchQuery" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryOptions:interface", - "docComment": "/**\n * Query options.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryOptions " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "QueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#canonizeResults:member", - "docComment": "/**\n * Whether to canonize cache results before returning them. Canonization takes some extra time, but it speeds up future deep equality comparisons. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#context:member", - "docComment": "/**\n * Context to be passed to link execution chain\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#errorPolicy:member", - "docComment": "/**\n * Specifies the {@link ErrorPolicy} to be used for this query\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "errorPolicy?: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errorPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#fetchPolicy:member", - "docComment": "/**\n * Specifies the {@link FetchPolicy} to be used for this query\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "FetchPolicy", - "canonicalReference": "@apollo/client!FetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#notifyOnNetworkStatusChange:member", - "docComment": "/**\n * Whether or not updates to the network status should trigger next on the observer of this query\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "notifyOnNetworkStatusChange?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "notifyOnNetworkStatusChange", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#partialRefetch:member", - "docComment": "/**\n * If `true`, perform a query `refetch` if the query result is marked as being partial, and the returned data is reset to an empty Object by the Apollo Client `QueryManager` (due to a cache miss).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "partialRefetch?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "partialRefetch", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#pollInterval:member", - "docComment": "/**\n * The time interval (in milliseconds) on which this query should be refetched from the server.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "pollInterval?: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "pollInterval", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#query:member", - "docComment": "/**\n * A GraphQL document that consists of a single query to be sent down to the server.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#returnPartialData:member", - "docComment": "/**\n * Allow returning incomplete data from the cache when a larger query cannot be fully satisfied by the cache, instead of returning nothing.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "returnPartialData?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "returnPartialData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryOptions#variables:member", - "docComment": "/**\n * A map going from variable name to variable value, where the variables are used within the GraphQL query.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryReference:interface", - "docComment": "/**\n * A `QueryReference` is an opaque object returned by {@link useBackgroundQuery}. A child component reading the `QueryReference` via {@link useReadQuery} will suspend until the promise resolves.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryReference " - } - ], - "fileUrlPath": "src/react/cache/QueryReference.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "name": "QueryReference", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryReference#[QUERY_REFERENCE_SYMBOL]:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[" - }, - { - "kind": "Reference", - "text": "QUERY_REFERENCE_SYMBOL", - "canonicalReference": "@apollo/client!~QUERY_REFERENCE_SYMBOL:var" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Reference", - "text": "InternalQueryReference", - "canonicalReference": "@apollo/client!~InternalQueryReference:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "[QUERY_REFERENCE_SYMBOL]", - "propertyTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!QueryResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface QueryResult extends " - }, - { - "kind": "Reference", - "text": "ObservableQueryFields", - "canonicalReference": "@apollo/client!ObservableQueryFields:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "QueryResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#called:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "called: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "called", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Content", - "text": "TData | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#error:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "error?: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "error", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#loading:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "loading: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "loading", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#networkStatus:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkStatus: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "networkStatus", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#observable:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "observable: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "observable", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!QueryResult#previousData:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "previousData?: " - }, - { - "kind": "Content", - "text": "TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "previousData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~QueryStoreValue:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type QueryStoreValue = " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryInfo", - "canonicalReference": "@apollo/client!~QueryInfo:class" - }, - { - "kind": "Content", - "text": ", \"variables\" | \"networkStatus\" | \"networkError\" | \"graphQLErrors\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/QueryInfo.ts", - "releaseTag": "Public", - "name": "QueryStoreValue", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!QueryTuple:type", - "docComment": "/**\n * @deprecated\n *\n * TODO Delete this unused type alias.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type QueryTuple = " - }, - { - "kind": "Reference", - "text": "LazyQueryResultTuple", - "canonicalReference": "@apollo/client!LazyQueryResultTuple:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "QueryTuple", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~ReactiveListener:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ReactiveListener = " - }, - { - "kind": "Content", - "text": "(value: T) => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/reactiveVars.ts", - "releaseTag": "Public", - "name": "ReactiveListener", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ReactiveVar:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ReactiveVar " - } - ], - "fileUrlPath": "src/cache/inmemory/reactiveVars.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "ReactiveVar", - "preserveMemberOrder": false, - "members": [ - { - "kind": "CallSignature", - "canonicalReference": "@apollo/client!ReactiveVar:call(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "(newValue?: " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": ";" - } - ], - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "newValue", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": true - } - ] - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!ReactiveVar#attachCache:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "attachCache(cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cache", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "name": "attachCache" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!ReactiveVar#forgetCache:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "forgetCache(cache: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "cache", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "name": "forgetCache" - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!ReactiveVar#onNextChange:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onNextChange(listener: " - }, - { - "kind": "Reference", - "text": "ReactiveListener", - "canonicalReference": "@apollo/client!~ReactiveListener:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "() => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "listener", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "name": "onNextChange" - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ReadFieldFunction:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ReadFieldFunction " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "ReadFieldFunction", - "preserveMemberOrder": false, - "members": [ - { - "kind": "CallSignature", - "canonicalReference": "@apollo/client!~ReadFieldFunction:call(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "(options: " - }, - { - "kind": "Reference", - "text": "ReadFieldOptions", - "canonicalReference": "@apollo/client!~ReadFieldOptions:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "V", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ] - }, - { - "kind": "CallSignature", - "canonicalReference": "@apollo/client!~ReadFieldFunction:call(2)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "(fieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", from?: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "SafeReadonly", - "canonicalReference": "@apollo/client!~SafeReadonly:type" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "returnTypeTokenRange": { - "startIndex": 9, - "endIndex": 11 - }, - "releaseTag": "Public", - "overloadIndex": 2, - "parameters": [ - { - "parameterName": "fieldName", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "from", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 8 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "V", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~ReadFieldOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ReadFieldOptions extends " - }, - { - "kind": "Reference", - "text": "FieldSpecifier", - "canonicalReference": "@apollo/client!~FieldSpecifier:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "ReadFieldOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~ReadFieldOptions#from:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "from?: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "from", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!ReadMergeModifyContext:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface ReadMergeModifyContext " - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "ReadMergeModifyContext", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ReadMergeModifyContext#store:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "store: " - }, - { - "kind": "Reference", - "text": "NormalizedCache", - "canonicalReference": "@apollo/client!NormalizedCache:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "store", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ReadMergeModifyContext#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!ReadMergeModifyContext#varString:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "varString?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "varString", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ReadQueryOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ReadQueryOptions = " - }, - { - "kind": "Content", - "text": "{\n store: " - }, - { - "kind": "Reference", - "text": "NormalizedCache", - "canonicalReference": "@apollo/client!NormalizedCache:interface" - }, - { - "kind": "Content", - "text": ";\n query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";\n variables?: " - }, - { - "kind": "Reference", - "text": "Object", - "canonicalReference": "!Object:interface" - }, - { - "kind": "Content", - "text": ";\n previousResult?: any;\n canonizeResults?: boolean;\n rootId?: string;\n config?: " - }, - { - "kind": "Reference", - "text": "ApolloReducerConfig", - "canonicalReference": "@apollo/client!ApolloReducerConfig:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/types.ts", - "releaseTag": "Public", - "name": "ReadQueryOptions", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 10 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Reference:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface Reference " - } - ], - "fileUrlPath": "src/utilities/graphql/storeUtils.ts", - "releaseTag": "Public", - "name": "Reference", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!Reference#__ref:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly __ref: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "__ref", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~RefetchFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchFunction = " - }, - { - "kind": "Reference", - "text": "ObservableQueryFields", - "canonicalReference": "@apollo/client!ObservableQueryFields:type" - }, - { - "kind": "Content", - "text": "[\"refetch\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "releaseTag": "Public", - "name": "RefetchFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!RefetchQueriesFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchQueriesFunction = " - }, - { - "kind": "Content", - "text": "(...args: any[]) => " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesInclude", - "canonicalReference": "@apollo/client!InternalRefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "RefetchQueriesFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!RefetchQueriesInclude:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchQueriesInclude = " - }, - { - "kind": "Reference", - "text": "RefetchQueryDescriptor", - "canonicalReference": "@apollo/client!RefetchQueryDescriptor:type" - }, - { - "kind": "Content", - "text": "[] | " - }, - { - "kind": "Reference", - "text": "RefetchQueriesIncludeShorthand", - "canonicalReference": "@apollo/client!~RefetchQueriesIncludeShorthand:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "RefetchQueriesInclude", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~RefetchQueriesIncludeShorthand:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type RefetchQueriesIncludeShorthand = " - }, - { - "kind": "Content", - "text": "\"all\" | \"active\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "RefetchQueriesIncludeShorthand", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!RefetchQueriesOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface RefetchQueriesOptions" - }, - { - "kind": "Content", - "text": ", TResult> " - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "RefetchQueriesOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesOptions#include:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "include?: " - }, - { - "kind": "Reference", - "text": "RefetchQueriesInclude", - "canonicalReference": "@apollo/client!RefetchQueriesInclude:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "include", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesOptions#onQueryUpdated:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "onQueryUpdated?: " - }, - { - "kind": "Reference", - "text": "OnQueryUpdated", - "canonicalReference": "@apollo/client!OnQueryUpdated:type" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "onQueryUpdated", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesOptions#optimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesOptions#updateCache:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "updateCache?: " - }, - { - "kind": "Content", - "text": "(cache: TCache) => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "updateCache", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!RefetchQueriesPromiseResults:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchQueriesPromiseResults = " - }, - { - "kind": "Reference", - "text": "IsStrictlyAny", - "canonicalReference": "@apollo/client!~IsStrictlyAny:type" - }, - { - "kind": "Content", - "text": " extends true ? any[] : TResult extends boolean ? " - }, - { - "kind": "Reference", - "text": "ApolloQueryResult", - "canonicalReference": "@apollo/client!ApolloQueryResult:type" - }, - { - "kind": "Content", - "text": "[] : TResult extends " - }, - { - "kind": "Reference", - "text": "PromiseLike", - "canonicalReference": "!PromiseLike:interface" - }, - { - "kind": "Content", - "text": " ? U[] : TResult[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "RefetchQueriesPromiseResults", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!RefetchQueriesResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface RefetchQueriesResult extends " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "RefetchQueriesPromiseResults", - "canonicalReference": "@apollo/client!RefetchQueriesPromiseResults:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TResult", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "RefetchQueriesResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesResult#queries:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "queries: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "queries", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!RefetchQueriesResult#results:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "results: " - }, - { - "kind": "Reference", - "text": "InternalRefetchQueriesResult", - "canonicalReference": "@apollo/client!InternalRefetchQueriesResult:type" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "results", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 5 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!RefetchQueryDescriptor:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchQueryDescriptor = " - }, - { - "kind": "Content", - "text": "string | " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "RefetchQueryDescriptor", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~RefetchWritePolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RefetchWritePolicy = " - }, - { - "kind": "Content", - "text": "\"merge\" | \"overwrite\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "RefetchWritePolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~RenderPromises:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare class RenderPromises " - } - ], - "fileUrlPath": "src/react/ssr/RenderPromises.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "RenderPromises", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#addObservableQueryPromise:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addObservableQueryPromise(obsQuery: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "import(\"react\")." - }, - { - "kind": "Reference", - "text": "ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "obsQuery", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addObservableQueryPromise" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#addQueryPromise:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "addQueryPromise(queryInstance: " - }, - { - "kind": "Reference", - "text": "QueryData", - "canonicalReference": "@apollo/client!~QueryData:interface" - }, - { - "kind": "Content", - "text": ", finish?: " - }, - { - "kind": "Content", - "text": "() => " - }, - { - "kind": "Reference", - "text": "React.ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "React.ReactNode", - "canonicalReference": "@types/react!React.ReactNode:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryInstance", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "finish", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": true - } - ], - "isOptional": false, - "isAbstract": false, - "name": "addQueryPromise" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#consumeAndAwaitPromises:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "consumeAndAwaitPromises(): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "consumeAndAwaitPromises" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#getSSRObservable:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "getSSRObservable(props: " - }, - { - "kind": "Reference", - "text": "QueryDataOptions", - "canonicalReference": "@apollo/client!QueryDataOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "props", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "getSSRObservable" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#hasPromises:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasPromises(): " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "hasPromises" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#registerSSRObservable:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "registerSSRObservable(observable: " - }, - { - "kind": "Reference", - "text": "ObservableQuery", - "canonicalReference": "@apollo/client!ObservableQuery:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 6, - "endIndex": 7 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observable", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 5 - }, - "isOptional": false - } - ], - "isOptional": false, - "isAbstract": false, - "name": "registerSSRObservable" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~RenderPromises#stop:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "stop(): " - }, - { - "kind": "Content", - "text": "void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "stop" - } - ], - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!RequestHandler:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type RequestHandler = " - }, - { - "kind": "Content", - "text": "(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ", forward: " - }, - { - "kind": "Reference", - "text": "NextLink", - "canonicalReference": "@apollo/client!NextLink:type" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "FetchResult", - "canonicalReference": "@apollo/client!FetchResult:type" - }, - { - "kind": "Content", - "text": "> | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "name": "RequestHandler", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 10 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!resetApolloContext:var", - "docComment": "/**\n * @deprecated\n *\n * This function has no \"resetting\" effect since Apollo Client 3.4.12, and will be removed in the next major version of Apollo Client. If you want to get the Apollo Context, use `getApolloContext` instead.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "resetApolloContext: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "getApolloContext", - "canonicalReference": "@apollo/client!getApolloContext:function" - } - ], - "fileUrlPath": "src/react/context/ApolloContext.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "resetApolloContext", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!Resolver:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Resolver = " - }, - { - "kind": "Content", - "text": "(rootValue?: any, args?: any, context?: any, info?: {\n field: " - }, - { - "kind": "Reference", - "text": "FieldNode", - "canonicalReference": "graphql!FieldNode:interface" - }, - { - "kind": "Content", - "text": ";\n fragmentMap: " - }, - { - "kind": "Reference", - "text": "FragmentMap", - "canonicalReference": "@apollo/client!~FragmentMap:interface" - }, - { - "kind": "Content", - "text": ";\n}) => any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/LocalState.ts", - "releaseTag": "Public", - "name": "Resolver", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!Resolvers:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface Resolvers " - } - ], - "fileUrlPath": "src/core/types.ts", - "releaseTag": "Public", - "name": "Resolvers", - "preserveMemberOrder": false, - "members": [ - { - "kind": "IndexSignature", - "canonicalReference": "@apollo/client!Resolvers:index(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[key: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Content", - "text": "{\n [field: string]: " - }, - { - "kind": "Reference", - "text": "Resolver", - "canonicalReference": "@apollo/client!Resolver:type" - }, - { - "kind": "Content", - "text": ";\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "key", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!rewriteURIForGET:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function rewriteURIForGET(chosenURI: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ", body: " - }, - { - "kind": "Reference", - "text": "Body", - "canonicalReference": "@apollo/client!~Body_2:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n parseError: any;\n newURI?: undefined;\n} | {\n newURI: string;\n parseError?: undefined;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/rewriteURIForGET.ts", - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "chosenURI", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "body", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "name": "rewriteURIForGET" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~SafeReadonly:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type SafeReadonly = " - }, - { - "kind": "Content", - "text": "T extends object ? " - }, - { - "kind": "Reference", - "text": "Readonly", - "canonicalReference": "!Readonly:type" - }, - { - "kind": "Content", - "text": " : T" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "SafeReadonly", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!selectHttpOptionsAndBody:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function selectHttpOptionsAndBody(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ", fallbackConfig: " - }, - { - "kind": "Reference", - "text": "HttpConfig", - "canonicalReference": "@apollo/client!~HttpConfig:interface" - }, - { - "kind": "Content", - "text": ", ...configs: " - }, - { - "kind": "Reference", - "text": "Array", - "canonicalReference": "!Array:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "HttpConfig", - "canonicalReference": "@apollo/client!~HttpConfig:interface" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n options: " - }, - { - "kind": "Reference", - "text": "HttpConfig", - "canonicalReference": "@apollo/client!~HttpConfig:interface" - }, - { - "kind": "Content", - "text": " & " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n body: " - }, - { - "kind": "Reference", - "text": "Body", - "canonicalReference": "@apollo/client!~Body_2:interface" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "returnTypeTokenRange": { - "startIndex": 10, - "endIndex": 17 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "operation", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "fallbackConfig", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "configs", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 9 - }, - "isOptional": false - } - ], - "name": "selectHttpOptionsAndBody" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!selectHttpOptionsAndBodyInternal:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function selectHttpOptionsAndBodyInternal(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ", printer: " - }, - { - "kind": "Reference", - "text": "Printer", - "canonicalReference": "@apollo/client!~Printer:interface" - }, - { - "kind": "Content", - "text": ", ...configs: " - }, - { - "kind": "Reference", - "text": "HttpConfig", - "canonicalReference": "@apollo/client!~HttpConfig:interface" - }, - { - "kind": "Content", - "text": "[]" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n options: " - }, - { - "kind": "Reference", - "text": "HttpConfig", - "canonicalReference": "@apollo/client!~HttpConfig:interface" - }, - { - "kind": "Content", - "text": " & " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ";\n body: " - }, - { - "kind": "Reference", - "text": "Body", - "canonicalReference": "@apollo/client!~Body_2:interface" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 15 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "operation", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "printer", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - }, - { - "parameterName": "configs", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "name": "selectHttpOptionsAndBodyInternal" - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!selectURI:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "selectURI: " - }, - { - "kind": "Content", - "text": "(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ", fallbackURI?: string | ((operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": ") => string) | undefined) => any" - } - ], - "fileUrlPath": "src/link/http/selectURI.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "selectURI", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!serializeFetchParameter:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "serializeFetchParameter: " - }, - { - "kind": "Content", - "text": "(p: any, label: string) => string" - } - ], - "fileUrlPath": "src/link/http/serializeFetchParameter.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "serializeFetchParameter", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ServerError:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ServerError = " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " & {\n response: " - }, - { - "kind": "Reference", - "text": "Response", - "canonicalReference": "!Response:interface" - }, - { - "kind": "Content", - "text": ";\n result: " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " | string;\n statusCode: number;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/utils/throwServerError.ts", - "releaseTag": "Public", - "name": "ServerError", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!ServerParseError:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ServerParseError = " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": " & {\n response: " - }, - { - "kind": "Reference", - "text": "Response", - "canonicalReference": "!Response:interface" - }, - { - "kind": "Content", - "text": ";\n statusCode: number;\n bodyText: string;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/http/parseAndCheckHttpResponse.ts", - "releaseTag": "Public", - "name": "ServerParseError", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SingleExecutionResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SingleExecutionResult" - }, - { - "kind": "Content", - "text": ", TContext = " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ", TExtensions = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "> extends " - }, - { - "kind": "Reference", - "text": "ExecutionResult", - "canonicalReference": "graphql!ExecutionResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/link/core/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - } - }, - { - "typeParameterName": "TExtensions", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 - } - } - ], - "name": "SingleExecutionResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SingleExecutionResult#context:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Content", - "text": "TContext" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SingleExecutionResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data?: " - }, - { - "kind": "Content", - "text": "TData | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 9, - "endIndex": 11 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!SkipToken:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type SkipToken = " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "skipToken", - "canonicalReference": "@apollo/client!skipToken:var" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/constants.ts", - "releaseTag": "Public", - "name": "SkipToken", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!skipToken:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "skipToken: " - }, - { - "kind": "Content", - "text": "unique symbol" - } - ], - "fileUrlPath": "src/react/hooks/constants.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "skipToken", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~Source:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type Source = " - }, - { - "kind": "Reference", - "text": "MaybeAsync", - "canonicalReference": "@apollo/client!~MaybeAsync:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/observables/Concast.ts", - "releaseTag": "Public", - "name": "Source", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!split:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "split: " - }, - { - "kind": "Content", - "text": "typeof " - }, - { - "kind": "Reference", - "text": "ApolloLink.split", - "canonicalReference": "@apollo/client!ApolloLink.split:member" - } - ], - "fileUrlPath": "src/link/core/split.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "split", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~StorageType:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type StorageType = " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "StorageType", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!StoreObject:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface StoreObject " - } - ], - "fileUrlPath": "src/utilities/graphql/storeUtils.ts", - "releaseTag": "Public", - "name": "StoreObject", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!StoreObject#__typename:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "__typename?: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "__typename", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "IndexSignature", - "canonicalReference": "@apollo/client!StoreObject:index(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "[storeFieldName: " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": "]: " - }, - { - "kind": "Reference", - "text": "StoreValue", - "canonicalReference": "@apollo/client!StoreValue:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "storeFieldName", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~StoreObjectValueMaybeReference:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type StoreObjectValueMaybeReference = " - }, - { - "kind": "Content", - "text": "StoreVal extends " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": "[] ? " - }, - { - "kind": "Reference", - "text": "Readonly", - "canonicalReference": "!Readonly:type" - }, - { - "kind": "Content", - "text": " | readonly " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": "[] : StoreVal extends " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " ? StoreVal | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " : StoreVal" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "StoreObjectValueMaybeReference", - "typeParameters": [ - { - "typeParameterName": "StoreVal", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 12 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!StoreValue:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type StoreValue = " - }, - { - "kind": "Content", - "text": "number | string | string[] | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": "[] | null | undefined | void | " - }, - { - "kind": "Reference", - "text": "Object", - "canonicalReference": "!Object:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/storeUtils.ts", - "releaseTag": "Public", - "name": "StoreValue", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 7 - } - }, - { - "kind": "Class", - "canonicalReference": "@apollo/client!~Stump:class", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "declare class Stump extends " - }, - { - "kind": "Reference", - "text": "Layer", - "canonicalReference": "@apollo/client!~Layer:class" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/entityStore.ts", - "releaseTag": "Public", - "isAbstract": false, - "name": "Stump", - "preserveMemberOrder": false, - "members": [ - { - "kind": "Constructor", - "canonicalReference": "@apollo/client!~Stump:constructor(1)", - "docComment": "/**\n * Constructs a new instance of the `Stump` class\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "constructor(root: " - }, - { - "kind": "Reference", - "text": "EntityStore.Root", - "canonicalReference": "@apollo/client!~EntityStore.Root:class" - }, - { - "kind": "Content", - "text": ");" - } - ], - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "root", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Stump#merge:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge(): " - }, - { - "kind": "Content", - "text": "any" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "merge" - }, - { - "kind": "Method", - "canonicalReference": "@apollo/client!~Stump#removeLayer:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "removeLayer(): " - }, - { - "kind": "Content", - "text": "this" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isStatic": false, - "returnTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "releaseTag": "Public", - "isProtected": false, - "overloadIndex": 1, - "parameters": [], - "isOptional": false, - "isAbstract": false, - "name": "removeLayer" - } - ], - "extendsTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "implementsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~SubscribeToMoreFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type SubscribeToMoreFunction = " - }, - { - "kind": "Reference", - "text": "ObservableQueryFields", - "canonicalReference": "@apollo/client!ObservableQueryFields:type" - }, - { - "kind": "Content", - "text": "[\"subscribeToMore\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "releaseTag": "Public", - "name": "SubscribeToMoreFunction", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 3, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!SubscribeToMoreOptions:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type SubscribeToMoreOptions = " - }, - { - "kind": "Content", - "text": "{\n document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": ";\n variables?: TSubscriptionVariables;\n updateQuery?: " - }, - { - "kind": "Reference", - "text": "UpdateQueryFn", - "canonicalReference": "@apollo/client!~UpdateQueryFn:type" - }, - { - "kind": "Content", - "text": ";\n onError?: (error: " - }, - { - "kind": "Reference", - "text": "Error", - "canonicalReference": "!Error:interface" - }, - { - "kind": "Content", - "text": ") => void;\n context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "SubscribeToMoreOptions", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TSubscriptionVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TSubscriptionData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "typeTokenRange": { - "startIndex": 7, - "endIndex": 18 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SubscriptionCurrentObservable:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SubscriptionCurrentObservable " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "SubscriptionCurrentObservable", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionCurrentObservable#query:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "query?: " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionCurrentObservable#subscription:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscription?: " - }, - { - "kind": "Reference", - "text": "ObservableSubscription", - "canonicalReference": "zen-observable-ts!Subscription:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "subscription", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SubscriptionDataOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SubscriptionDataOptions extends " - }, - { - "kind": "Reference", - "text": "BaseSubscriptionOptions", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "SubscriptionDataOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionDataOptions#children:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "children?: " - }, - { - "kind": "Content", - "text": "null | ((result: " - }, - { - "kind": "Reference", - "text": "SubscriptionResult", - "canonicalReference": "@apollo/client!SubscriptionResult:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "JSX.Element", - "canonicalReference": "@types/react!__global.JSX.Element:interface" - }, - { - "kind": "Content", - "text": " | null)" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "children", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionDataOptions#subscription:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscription: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "subscription", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SubscriptionHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SubscriptionHookOptions extends " - }, - { - "kind": "Reference", - "text": "BaseSubscriptionOptions", - "canonicalReference": "@apollo/client!BaseSubscriptionOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "SubscriptionHookOptions", - "preserveMemberOrder": false, - "members": [], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 9 - } - ] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SubscriptionOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SubscriptionOptions " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "SubscriptionOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionOptions#context:member", - "docComment": "/**\n * Context object to be passed through the link execution chain.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionOptions#errorPolicy:member", - "docComment": "/**\n * Specifies the {@link ErrorPolicy} to be used for this operation\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "errorPolicy?: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errorPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionOptions#fetchPolicy:member", - "docComment": "/**\n * Specifies the {@link FetchPolicy} to be used for this subscription.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "FetchPolicy", - "canonicalReference": "@apollo/client!FetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionOptions#query:member", - "docComment": "/**\n * A GraphQL document, often created with `gql` from the `graphql-tag` package, that contains a single subscription inside of it.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionOptions#variables:member", - "docComment": "/**\n * An object that maps from the name of a variable as used in the subscription GraphQL document to that variable's value.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SubscriptionResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SubscriptionResult " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "SubscriptionResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data?: " - }, - { - "kind": "Content", - "text": "TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionResult#error:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "error?: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "error", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionResult#loading:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "loading: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "loading", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SubscriptionResult#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!SuspenseQueryHookFetchPolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type SuspenseQueryHookFetchPolicy = " - }, - { - "kind": "Reference", - "text": "Extract", - "canonicalReference": "!Extract:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ", \"cache-first\" | \"network-only\" | \"no-cache\" | \"cache-and-network\">" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "name": "SuspenseQueryHookFetchPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface SuspenseQueryHookOptions extends " - }, - { - "kind": "Reference", - "text": "Pick", - "canonicalReference": "!Pick:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "QueryHookOptions", - "canonicalReference": "@apollo/client!QueryHookOptions:interface" - }, - { - "kind": "Content", - "text": ", \"client\" | \"variables\" | \"errorPolicy\" | \"context\" | \"canonizeResults\" | \"returnPartialData\" | \"refetchWritePolicy\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/types/types.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "SuspenseQueryHookOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions#fetchPolicy:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookFetchPolicy", - "canonicalReference": "@apollo/client!SuspenseQueryHookFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions#queryKey:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "queryKey?: " - }, - { - "kind": "Content", - "text": "string | number | any[]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "queryKey", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions#skip:member", - "docComment": "/**\n * If `true`, the query is not executed. The default value is `false`.\n *\n * @deprecated\n *\n * We recommend using `skipToken` in place of the `skip` option as it is more type-safe.\n *\n * @example\n *\n * Recommended usage of `skipToken`:\n * ```ts\n * import { skipToken, useSuspenseQuery } from '@apollo/client';\n *\n * const { data } = useSuspenseQuery(query, id ? { variables: { id } } : skipToken);\n * ```\n *\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "skip?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "skip", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 7, - "endIndex": 11 - } - ] - }, - { - "kind": "Variable", - "canonicalReference": "@apollo/client!throwServerError:var", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "throwServerError: " - }, - { - "kind": "Content", - "text": "(response: " - }, - { - "kind": "Reference", - "text": "Response", - "canonicalReference": "!Response:interface" - }, - { - "kind": "Content", - "text": ", result: any, message: string) => never" - } - ], - "fileUrlPath": "src/link/utils/throwServerError.ts", - "isReadonly": true, - "releaseTag": "Public", - "name": "throwServerError", - "variableTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!toPromise:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function toPromise(observable: " - }, - { - "kind": "Reference", - "text": "Observable", - "canonicalReference": "zen-observable-ts!Observable:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "Promise", - "canonicalReference": "!Promise:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/link/utils/toPromise.ts", - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "observable", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "R", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "toPromise" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~ToReferenceFunction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type ToReferenceFunction = " - }, - { - "kind": "Content", - "text": "(objOrIdOrRef: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | string | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": ", mergeIntoStore?: boolean) => " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/types/common.ts", - "releaseTag": "Public", - "name": "ToReferenceFunction", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 8 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!Transaction:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type Transaction = " - }, - { - "kind": "Content", - "text": "(c: " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": ") => void" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/core/cache.ts", - "releaseTag": "Public", - "name": "Transaction", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~TransformCacheEntry:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "interface TransformCacheEntry " - } - ], - "fileUrlPath": "src/core/QueryManager.ts", - "releaseTag": "Public", - "name": "TransformCacheEntry", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#asQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "asQuery: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "asQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#clientQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clientQuery: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "clientQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#defaultVars:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "defaultVars: " - }, - { - "kind": "Reference", - "text": "OperationVariables", - "canonicalReference": "@apollo/client!OperationVariables:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "defaultVars", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#hasClientExports:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasClientExports: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "hasClientExports", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#hasForcedResolvers:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasForcedResolvers: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "hasForcedResolvers", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#hasNonreactiveDirective:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "hasNonreactiveDirective: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "hasNonreactiveDirective", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~TransformCacheEntry#serverQuery:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "serverQuery: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | null" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "serverQuery", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~TransformFn:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type TransformFn = " - }, - { - "kind": "Content", - "text": "(document: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/graphql/DocumentTransform.ts", - "releaseTag": "Public", - "name": "TransformFn", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!TypePolicies:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type TypePolicies = " - }, - { - "kind": "Content", - "text": "{\n [__typename: string]: " - }, - { - "kind": "Reference", - "text": "TypePolicy", - "canonicalReference": "@apollo/client!TypePolicy:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "TypePolicies", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!TypePolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type TypePolicy = " - }, - { - "kind": "Content", - "text": "{\n keyFields?: " - }, - { - "kind": "Reference", - "text": "KeySpecifier", - "canonicalReference": "@apollo/client!~KeySpecifier:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "KeyFieldsFunction", - "canonicalReference": "@apollo/client!~KeyFieldsFunction:type" - }, - { - "kind": "Content", - "text": " | false;\n merge?: " - }, - { - "kind": "Reference", - "text": "FieldMergeFunction", - "canonicalReference": "@apollo/client!FieldMergeFunction:type" - }, - { - "kind": "Content", - "text": " | boolean;\n queryType?: true;\n mutationType?: true;\n subscriptionType?: true;\n fields?: {\n [fieldName: string]: " - }, - { - "kind": "Reference", - "text": "FieldPolicy", - "canonicalReference": "@apollo/client!FieldPolicy:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "FieldReadFunction", - "canonicalReference": "@apollo/client!FieldReadFunction:type" - }, - { - "kind": "Content", - "text": ";\n };\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/cache/inmemory/policies.ts", - "releaseTag": "Public", - "name": "TypePolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 12 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~UnionForAny:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type UnionForAny = " - }, - { - "kind": "Content", - "text": "T extends never ? \"a\" : 1" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/IsStrictlyAny.ts", - "releaseTag": "Public", - "name": "UnionForAny", - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~UnionToIntersection:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type UnionToIntersection = " - }, - { - "kind": "Content", - "text": "(U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/utilities/types/IsStrictlyAny.ts", - "releaseTag": "Public", - "name": "UnionToIntersection", - "typeParameters": [ - { - "typeParameterName": "U", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~UpdateQueries:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "type UpdateQueries = " - }, - { - "kind": "Reference", - "text": "MutationOptions", - "canonicalReference": "@apollo/client!MutationOptions:interface" - }, - { - "kind": "Content", - "text": "[\"updateQueries\"]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/QueryManager.ts", - "releaseTag": "Public", - "name": "UpdateQueries", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!~UpdateQueryFn:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type UpdateQueryFn = " - }, - { - "kind": "Content", - "text": "(previousQueryResult: TData, options: {\n subscriptionData: {\n data: TSubscriptionData;\n };\n variables?: TSubscriptionVariables;\n}) => TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "UpdateQueryFn", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TSubscriptionVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TSubscriptionData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "typeTokenRange": { - "startIndex": 7, - "endIndex": 8 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!UpdateQueryOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface UpdateQueryOptions " - } - ], - "fileUrlPath": "src/core/ObservableQuery.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "UpdateQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UpdateQueryOptions#variables:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!UriFunction:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface UriFunction " - } - ], - "fileUrlPath": "src/link/http/selectHttpOptionsAndBody.ts", - "releaseTag": "Public", - "name": "UriFunction", - "preserveMemberOrder": false, - "members": [ - { - "kind": "CallSignature", - "canonicalReference": "@apollo/client!UriFunction:call(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "(operation: " - }, - { - "kind": "Reference", - "text": "Operation", - "canonicalReference": "@apollo/client!Operation:interface" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "returnTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "operation", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - } - ] - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useApolloClient:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useApolloClient(override?: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useApolloClient.ts", - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "override", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": true - } - ], - "name": "useApolloClient" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery, \"variables\">" - }, - { - "kind": "Content", - "text": ">(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & TOptions" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n (" - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": " | undefined : TData | undefined : TOptions[\"returnPartialData\"] extends true ? " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " : TData> | (TOptions[\"skip\"] extends boolean ? undefined : never)),\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 16, - "endIndex": 25 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 12 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 13, - "endIndex": 15 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(10)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "SkipToken", - "canonicalReference": "@apollo/client!SkipToken:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": " | undefined,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 17, - "endIndex": 22 - }, - "releaseTag": "Public", - "overloadIndex": 10, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 16 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(2)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n returnPartialData: true;\n errorPolicy: \"ignore\" | \"all\";\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " | undefined>,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 22 - }, - "releaseTag": "Public", - "overloadIndex": 2, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(3)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n errorPolicy: \"ignore\" | \"all\";\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": ",\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 20 - }, - "releaseTag": "Public", - "overloadIndex": 3, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(4)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n skip: boolean;\n returnPartialData: true;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": "> | undefined,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 22 - }, - "releaseTag": "Public", - "overloadIndex": 4, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(5)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n returnPartialData: true;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ">,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 22 - }, - "releaseTag": "Public", - "overloadIndex": 5, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(6)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n skip: boolean;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": " | undefined,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 20 - }, - "releaseTag": "Public", - "overloadIndex": 6, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(7)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[" - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 15, - "endIndex": 20 - }, - "releaseTag": "Public", - "overloadIndex": 7, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 14 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(8)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SkipToken", - "canonicalReference": "@apollo/client!SkipToken:type" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[undefined, " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 14, - "endIndex": 17 - }, - "releaseTag": "Public", - "overloadIndex": 8, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 13 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useBackgroundQuery:function(9)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useBackgroundQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SkipToken", - "canonicalReference": "@apollo/client!SkipToken:type" - }, - { - "kind": "Content", - "text": " | (" - }, - { - "kind": "Reference", - "text": "BackgroundQueryHookOptionsNoInfer", - "canonicalReference": "@apollo/client!~BackgroundQueryHookOptionsNoInfer:type" - }, - { - "kind": "Content", - "text": " & {\n returnPartialData: true;\n})" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "[\n " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": "> | undefined,\n " - }, - { - "kind": "Reference", - "text": "UseBackgroundQueryResult", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type" - }, - { - "kind": "Content", - "text": "\n]" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "returnTypeTokenRange": { - "startIndex": 17, - "endIndex": 24 - }, - "releaseTag": "Public", - "overloadIndex": 9, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 16 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useBackgroundQuery" - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!UseBackgroundQueryResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type UseBackgroundQueryResult = " - }, - { - "kind": "Content", - "text": "{\n fetchMore: " - }, - { - "kind": "Reference", - "text": "FetchMoreFunction", - "canonicalReference": "@apollo/client!~FetchMoreFunction:type" - }, - { - "kind": "Content", - "text": ";\n refetch: " - }, - { - "kind": "Reference", - "text": "RefetchFunction", - "canonicalReference": "@apollo/client!~RefetchFunction:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useBackgroundQuery.ts", - "releaseTag": "Public", - "name": "UseBackgroundQueryResult", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "typeTokenRange": { - "startIndex": 7, - "endIndex": 12 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useFragment:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useFragment(options: " - }, - { - "kind": "Reference", - "text": "UseFragmentOptions", - "canonicalReference": "@apollo/client!UseFragmentOptions:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseFragmentResult", - "canonicalReference": "@apollo/client!UseFragmentResult:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useFragment.ts", - "returnTypeTokenRange": { - "startIndex": 8, - "endIndex": 10 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 5, - "endIndex": 7 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - } - ], - "name": "useFragment" - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!UseFragmentOptions:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface UseFragmentOptions extends " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Cache.DiffOptions", - "canonicalReference": "@apollo/client!Cache_2.DiffOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">, \"id\" | \"query\" | \"optimistic\" | \"previousResult\" | \"returnPartialData\">" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "Omit", - "canonicalReference": "!Omit:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Cache.ReadFragmentOptions", - "canonicalReference": "@apollo/client!DataProxy.ReadFragmentOptions:interface" - }, - { - "kind": "Content", - "text": ", \"id\" | \"variables\" | \"returnPartialData\">" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/react/hooks/useFragment.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVars", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "UseFragmentOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseFragmentOptions#from:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "from: " - }, - { - "kind": "Reference", - "text": "StoreObject", - "canonicalReference": "@apollo/client!StoreObject:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "Reference", - "canonicalReference": "@apollo/client!Reference:interface" - }, - { - "kind": "Content", - "text": " | string" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "from", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseFragmentOptions#optimistic:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "optimistic?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "optimistic", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 9 - }, - { - "startIndex": 10, - "endIndex": 14 - } - ] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!UseFragmentResult:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type UseFragmentResult = " - }, - { - "kind": "Content", - "text": "{\n data: TData;\n complete: true;\n missing?: never;\n} | {\n data: " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ";\n complete: false;\n missing?: " - }, - { - "kind": "Reference", - "text": "MissingTree", - "canonicalReference": "@apollo/client!~MissingTree:type" - }, - { - "kind": "Content", - "text": ";\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useFragment.ts", - "releaseTag": "Public", - "name": "UseFragmentResult", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "typeTokenRange": { - "startIndex": 1, - "endIndex": 6 - } - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useLazyQuery:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useLazyQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "LazyQueryHookOptions", - "canonicalReference": "@apollo/client!LazyQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "LazyQueryResultTuple", - "canonicalReference": "@apollo/client!LazyQueryResultTuple:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useLazyQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useLazyQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useMutation:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useMutation" - }, - { - "kind": "Content", - "text": " = " - }, - { - "kind": "Reference", - "text": "ApolloCache", - "canonicalReference": "@apollo/client!ApolloCache:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ">(mutation: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "MutationHookOptions", - "canonicalReference": "@apollo/client!MutationHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", TContext, TCache>" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "MutationTuple", - "canonicalReference": "@apollo/client!MutationTuple:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useMutation.ts", - "returnTypeTokenRange": { - "startIndex": 25, - "endIndex": 27 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "mutation", - "parameterTypeTokenRange": { - "startIndex": 13, - "endIndex": 17 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 18, - "endIndex": 24 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TContext", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - }, - { - "typeParameterName": "TCache", - "constraintTokenRange": { - "startIndex": 7, - "endIndex": 9 - }, - "defaultTypeTokenRange": { - "startIndex": 10, - "endIndex": 12 - } - } - ], - "name": "useMutation" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useQuery:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "QueryHookOptions", - "canonicalReference": "@apollo/client!QueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "QueryResult", - "canonicalReference": "@apollo/client!QueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useReactiveVar:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useReactiveVar(rv: " - }, - { - "kind": "Reference", - "text": "ReactiveVar", - "canonicalReference": "@apollo/client!ReactiveVar:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useReactiveVar.ts", - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 5 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "rv", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "useReactiveVar" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useReadQuery:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useReadQuery(queryRef: " - }, - { - "kind": "Reference", - "text": "QueryReference", - "canonicalReference": "@apollo/client!QueryReference:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "{\n data: TData;\n networkStatus: import(\"../../index.js\")." - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";\n error: import(\"../../index.js\")." - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": " | undefined;\n}" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useReadQuery.ts", - "returnTypeTokenRange": { - "startIndex": 4, - "endIndex": 9 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "queryRef", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "useReadQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSubscription:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSubscription(subscription: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "SubscriptionHookOptions", - "canonicalReference": "@apollo/client!SubscriptionHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "SubscriptionResult", - "canonicalReference": "@apollo/client!SubscriptionResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSubscription.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "subscription", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSubscription" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery, \"variables\">" - }, - { - "kind": "Content", - "text": ">(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & TOptions" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": " | undefined : TData | undefined : TOptions[\"returnPartialData\"] extends true ? TOptions[\"skip\"] extends boolean ? " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " | undefined : " - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " : TOptions[\"skip\"] extends boolean ? TData | undefined : TData, TVariables>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 20, - "endIndex": 28 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 8, - "endIndex": 12 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 13, - "endIndex": 19 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - }, - { - "typeParameterName": "TOptions", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 7 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(2)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n returnPartialData: true;\n errorPolicy: \"ignore\" | \"all\";\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " | undefined, TVariables>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 23 - }, - "releaseTag": "Public", - "overloadIndex": 2, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(3)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n errorPolicy: \"ignore\" | \"all\";\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 3, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(4)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n skip: boolean;\n returnPartialData: true;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " | undefined, TVariables>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 23 - }, - "releaseTag": "Public", - "overloadIndex": 4, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(5)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n returnPartialData: true;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": ", TVariables>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 23 - }, - "releaseTag": "Public", - "overloadIndex": 5, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(6)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n skip: boolean;\n}" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 6, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(7)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 19, - "endIndex": 21 - }, - "releaseTag": "Public", - "overloadIndex": 7, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 18 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(8)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options: " - }, - { - "kind": "Reference", - "text": "SkipToken", - "canonicalReference": "@apollo/client!SkipToken:type" - }, - { - "kind": "Content", - "text": " | (" - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": "> & {\n returnPartialData: true;\n})" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "DeepPartial", - "canonicalReference": "@apollo/client!~DeepPartial:type" - }, - { - "kind": "Content", - "text": " | undefined, TVariables>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 21, - "endIndex": 25 - }, - "releaseTag": "Public", - "overloadIndex": 8, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 20 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Function", - "canonicalReference": "@apollo/client!useSuspenseQuery:function(9)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export declare function useSuspenseQuery(query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ", options?: " - }, - { - "kind": "Reference", - "text": "SkipToken", - "canonicalReference": "@apollo/client!SkipToken:type" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "SuspenseQueryHookOptions", - "canonicalReference": "@apollo/client!SuspenseQueryHookOptions:interface" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ", " - }, - { - "kind": "Reference", - "text": "NoInfer", - "canonicalReference": "@apollo/client!NoInfer:type" - }, - { - "kind": "Content", - "text": ">" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Reference", - "text": "UseSuspenseQueryResult", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "returnTypeTokenRange": { - "startIndex": 21, - "endIndex": 23 - }, - "releaseTag": "Public", - "overloadIndex": 9, - "parameters": [ - { - "parameterName": "query", - "parameterTypeTokenRange": { - "startIndex": 7, - "endIndex": 11 - }, - "isOptional": false - }, - { - "parameterName": "options", - "parameterTypeTokenRange": { - "startIndex": 12, - "endIndex": 20 - }, - "isOptional": true - } - ], - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "useSuspenseQuery" - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface UseSuspenseQueryResult " - } - ], - "fileUrlPath": "src/react/hooks/useSuspenseQuery.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "UseSuspenseQueryResult", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#client:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "client: " - }, - { - "kind": "Reference", - "text": "ApolloClient", - "canonicalReference": "@apollo/client!ApolloClient:class" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "client", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#data:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "data: " - }, - { - "kind": "Content", - "text": "TData" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "data", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#error:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "error: " - }, - { - "kind": "Reference", - "text": "ApolloError", - "canonicalReference": "@apollo/client!ApolloError:class" - }, - { - "kind": "Content", - "text": " | undefined" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "error", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#fetchMore:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchMore: " - }, - { - "kind": "Reference", - "text": "FetchMoreFunction", - "canonicalReference": "@apollo/client!~FetchMoreFunction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "fetchMore", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#networkStatus:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "networkStatus: " - }, - { - "kind": "Reference", - "text": "NetworkStatus", - "canonicalReference": "@apollo/client!NetworkStatus:enum" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "networkStatus", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#refetch:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetch: " - }, - { - "kind": "Reference", - "text": "RefetchFunction", - "canonicalReference": "@apollo/client!~RefetchFunction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "refetch", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!UseSuspenseQueryResult#subscribeToMore:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "subscribeToMore: " - }, - { - "kind": "Reference", - "text": "SubscribeToMoreFunction", - "canonicalReference": "@apollo/client!~SubscribeToMoreFunction:type" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "subscribeToMore", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "TypeAlias", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export type WatchQueryFetchPolicy = " - }, - { - "kind": "Reference", - "text": "FetchPolicy", - "canonicalReference": "@apollo/client!FetchPolicy:type" - }, - { - "kind": "Content", - "text": " | \"cache-and-network\"" - }, - { - "kind": "Content", - "text": ";" - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "name": "WatchQueryFetchPolicy", - "typeTokenRange": { - "startIndex": 1, - "endIndex": 3 - } - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface", - "docComment": "/**\n * Watched query options.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface WatchQueryOptions " - } - ], - "fileUrlPath": "src/core/watchQueryOptions.ts", - "releaseTag": "Public", - "typeParameters": [ - { - "typeParameterName": "TVariables", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - } - }, - { - "typeParameterName": "TData", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - } - } - ], - "name": "WatchQueryOptions", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#canonizeResults:member", - "docComment": "/**\n * Whether to canonize cache results before returning them. Canonization takes some extra time, but it speeds up future deep equality comparisons. Defaults to false.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "canonizeResults?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "canonizeResults", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#context:member", - "docComment": "/**\n * Context to be passed to link execution chain\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "context?: " - }, - { - "kind": "Reference", - "text": "DefaultContext", - "canonicalReference": "@apollo/client!DefaultContext:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "context", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#errorPolicy:member", - "docComment": "/**\n * Specifies the {@link ErrorPolicy} to be used for this query\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "errorPolicy?: " - }, - { - "kind": "Reference", - "text": "ErrorPolicy", - "canonicalReference": "@apollo/client!ErrorPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "errorPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#fetchPolicy:member", - "docComment": "/**\n * Specifies the {@link FetchPolicy} to be used for this query.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "fetchPolicy?: " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "fetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#initialFetchPolicy:member", - "docComment": "/**\n * Defaults to the initial value of options.fetchPolicy, but can be explicitly configured to specify the WatchQueryFetchPolicy to revert back to whenever variables change (unless nextFetchPolicy intervenes).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "initialFetchPolicy?: " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "initialFetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#nextFetchPolicy:member", - "docComment": "/**\n * Specifies the {@link FetchPolicy} to be used after this query has completed.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "nextFetchPolicy?: " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": " | ((this: " - }, - { - "kind": "Reference", - "text": "WatchQueryOptions", - "canonicalReference": "@apollo/client!WatchQueryOptions:interface" - }, - { - "kind": "Content", - "text": ", currentFetchPolicy: " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ", context: " - }, - { - "kind": "Reference", - "text": "NextFetchPolicyContext", - "canonicalReference": "@apollo/client!~NextFetchPolicyContext:interface" - }, - { - "kind": "Content", - "text": ") => " - }, - { - "kind": "Reference", - "text": "WatchQueryFetchPolicy", - "canonicalReference": "@apollo/client!WatchQueryFetchPolicy:type" - }, - { - "kind": "Content", - "text": ")" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "nextFetchPolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 11 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#notifyOnNetworkStatusChange:member", - "docComment": "/**\n * Whether or not updates to the network status should trigger next on the observer of this query\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "notifyOnNetworkStatusChange?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "notifyOnNetworkStatusChange", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#partialRefetch:member", - "docComment": "/**\n * If `true`, perform a query `refetch` if the query result is marked as being partial, and the returned data is reset to an empty Object by the Apollo Client `QueryManager` (due to a cache miss).\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "partialRefetch?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "partialRefetch", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#pollInterval:member", - "docComment": "/**\n * The time interval (in milliseconds) on which this query should be refetched from the server.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "pollInterval?: " - }, - { - "kind": "Content", - "text": "number" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "pollInterval", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#query:member", - "docComment": "/**\n * A GraphQL document that consists of a single query to be sent down to the server.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "query: " - }, - { - "kind": "Reference", - "text": "DocumentNode", - "canonicalReference": "graphql!DocumentNode:interface" - }, - { - "kind": "Content", - "text": " | " - }, - { - "kind": "Reference", - "text": "TypedDocumentNode", - "canonicalReference": "@graphql-typed-document-node/core!TypedDocumentNode:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "query", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#refetchWritePolicy:member", - "docComment": "/**\n * Specifies whether a {@link NetworkStatus.refetch} operation should merge incoming field data with existing data, or overwrite the existing data. Overwriting is probably preferable, but merging is currently the default behavior, for backwards compatibility with Apollo Client 3.x.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "refetchWritePolicy?: " - }, - { - "kind": "Reference", - "text": "RefetchWritePolicy", - "canonicalReference": "@apollo/client!~RefetchWritePolicy:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "refetchWritePolicy", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#returnPartialData:member", - "docComment": "/**\n * Allow returning incomplete data from the cache when a larger query cannot be fully satisfied by the cache, instead of returning nothing.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "returnPartialData?: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "returnPartialData", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!WatchQueryOptions#variables:member", - "docComment": "/**\n * A map going from variable name to variable value, where the variables are used within the GraphQL query.\n */\n", - "excerptTokens": [ - { - "kind": "Content", - "text": "variables?: " - }, - { - "kind": "Content", - "text": "TVariables" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": true, - "releaseTag": "Public", - "name": "variables", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - } - ], - "extendsTokenRanges": [] - }, - { - "kind": "Interface", - "canonicalReference": "@apollo/client!~WriteContext:interface", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "export interface WriteContext extends " - }, - { - "kind": "Reference", - "text": "ReadMergeModifyContext", - "canonicalReference": "@apollo/client!ReadMergeModifyContext:interface" - }, - { - "kind": "Content", - "text": " " - } - ], - "fileUrlPath": "src/cache/inmemory/writeToStore.ts", - "releaseTag": "Public", - "name": "WriteContext", - "preserveMemberOrder": false, - "members": [ - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#clientOnly:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "clientOnly: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "clientOnly", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#deferred:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "deferred: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "deferred", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#flavors:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "flavors: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": "" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "flavors", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 5 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#fragmentMap:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly fragmentMap: " - }, - { - "kind": "Reference", - "text": "FragmentMap", - "canonicalReference": "@apollo/client!~FragmentMap:interface" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "fragmentMap", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#incomingById:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "incomingById: " - }, - { - "kind": "Reference", - "text": "Map", - "canonicalReference": "!Map:interface" - }, - { - "kind": "Content", - "text": ";\n }>" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "incomingById", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 11 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#lookupFragment:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "lookupFragment: " - }, - { - "kind": "Reference", - "text": "FragmentMapFunction", - "canonicalReference": "@apollo/client!~FragmentMapFunction:type" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "lookupFragment", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "MethodSignature", - "canonicalReference": "@apollo/client!~WriteContext#merge:member(1)", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "merge(existing: " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": ", incoming: " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": "): " - }, - { - "kind": "Content", - "text": "T" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isOptional": false, - "returnTypeTokenRange": { - "startIndex": 5, - "endIndex": 6 - }, - "releaseTag": "Public", - "overloadIndex": 1, - "parameters": [ - { - "parameterName": "existing", - "parameterTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "isOptional": false - }, - { - "parameterName": "incoming", - "parameterTypeTokenRange": { - "startIndex": 3, - "endIndex": 4 - }, - "isOptional": false - } - ], - "typeParameters": [ - { - "typeParameterName": "T", - "constraintTokenRange": { - "startIndex": 0, - "endIndex": 0 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], - "name": "merge" - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#overwrite:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "overwrite: " - }, - { - "kind": "Content", - "text": "boolean" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": false, - "isOptional": false, - "releaseTag": "Public", - "name": "overwrite", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 2 - } - }, - { - "kind": "PropertySignature", - "canonicalReference": "@apollo/client!~WriteContext#written:member", - "docComment": "", - "excerptTokens": [ - { - "kind": "Content", - "text": "readonly written: " - }, - { - "kind": "Content", - "text": "{\n [dataId: string]: " - }, - { - "kind": "Reference", - "text": "SelectionSetNode", - "canonicalReference": "graphql!SelectionSetNode:interface" - }, - { - "kind": "Content", - "text": "[];\n }" - }, - { - "kind": "Content", - "text": ";" - } - ], - "isReadonly": true, - "isOptional": false, - "releaseTag": "Public", - "name": "written", - "propertyTypeTokenRange": { - "startIndex": 1, - "endIndex": 4 - } - } - ], - "extendsTokenRanges": [ - { - "startIndex": 1, - "endIndex": 2 - } - ] - } - ] - } - ] -}