@apollo/client 3.8.0-beta.0 → 3.8.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apollo-client.cjs +122 -131
- package/apollo-client.cjs.map +1 -1
- package/apollo-client.min.cjs +1 -1
- package/cache/cache.cjs +1 -2
- package/cache/cache.cjs.map +1 -1
- package/cache/cache.cjs.native.js +1 -2
- package/cache/inmemory/inMemoryCache.d.ts.map +1 -1
- package/cache/inmemory/inMemoryCache.js +1 -2
- package/cache/inmemory/inMemoryCache.js.map +1 -1
- package/core/ApolloClient.d.ts +1 -2
- package/core/ApolloClient.d.ts.map +1 -1
- package/core/ApolloClient.js.map +1 -1
- package/core/LocalState.js +2 -2
- package/core/ObservableQuery.js +5 -5
- package/core/QueryManager.d.ts +1 -2
- package/core/QueryManager.d.ts.map +1 -1
- package/core/QueryManager.js +10 -11
- package/core/QueryManager.js.map +1 -1
- package/core/core.cjs +19 -84
- package/core/core.cjs.map +1 -1
- package/core/core.cjs.native.js +19 -84
- package/core/index.d.ts +1 -2
- package/core/index.d.ts.map +1 -1
- package/core/index.js +1 -2
- package/core/index.js.map +1 -1
- package/dev/dev.cjs +54 -54
- package/dev/dev.cjs.map +1 -1
- package/dev/dev.cjs.native.js +54 -54
- package/invariantErrorCodes.js +53 -53
- package/link/core/ApolloLink.js +2 -2
- package/link/core/core.cjs +2 -2
- package/link/core/core.cjs.map +1 -1
- package/link/core/core.cjs.native.js +2 -2
- package/link/http/checkFetcher.js +1 -1
- package/link/http/createHttpLink.js +1 -1
- package/link/http/http.cjs +3 -3
- package/link/http/http.cjs.map +1 -1
- package/link/http/http.cjs.native.js +3 -3
- package/link/http/serializeFetchParameter.js +1 -1
- package/link/persisted-queries/index.js +2 -2
- package/link/persisted-queries/persisted-queries.cjs +2 -2
- package/link/persisted-queries/persisted-queries.cjs.map +1 -1
- package/link/persisted-queries/persisted-queries.cjs.native.js +2 -2
- package/link/remove-typename/remove-typename.cjs +5 -6
- package/link/remove-typename/remove-typename.cjs.map +1 -1
- package/link/remove-typename/remove-typename.cjs.native.js +5 -6
- package/link/remove-typename/removeTypenameFromVariables.d.ts.map +1 -1
- package/link/remove-typename/removeTypenameFromVariables.js +5 -6
- package/link/remove-typename/removeTypenameFromVariables.js.map +1 -1
- package/link/utils/toPromise.js +1 -1
- package/link/utils/utils.cjs +2 -2
- package/link/utils/utils.cjs.map +1 -1
- package/link/utils/utils.cjs.native.js +2 -2
- package/link/utils/validateOperation.js +1 -1
- package/package.json +11 -11
- package/react/context/ApolloConsumer.js +1 -1
- package/react/context/ApolloContext.d.ts +2 -1
- package/react/context/ApolloContext.d.ts.map +1 -1
- package/react/context/ApolloContext.js +3 -12
- package/react/context/ApolloContext.js.map +1 -1
- package/react/context/ApolloProvider.js +1 -1
- package/react/context/context.cjs +5 -14
- package/react/context/context.cjs.map +1 -1
- package/react/context/context.cjs.native.js +5 -14
- package/react/hoc/hoc-utils.js +1 -1
- package/react/hoc/hoc.cjs +2 -2
- package/react/hoc/hoc.cjs.map +1 -1
- package/react/hoc/hoc.cjs.native.js +2 -2
- package/react/hoc/withApollo.js +1 -1
- package/react/hooks/hooks.cjs +9 -9
- package/react/hooks/hooks.cjs.map +1 -1
- package/react/hooks/hooks.cjs.native.js +9 -9
- package/react/hooks/useApolloClient.js +1 -1
- package/react/hooks/useBackgroundQuery.js +1 -1
- package/react/hooks/useQuery.js +1 -1
- package/react/hooks/useSubscription.js +2 -2
- package/react/hooks/useSuspenseCache.js +1 -1
- package/react/hooks/useSuspenseQuery.js +2 -2
- package/react/hooks/useSyncExternalStore.js +1 -1
- package/react/parser/index.js +5 -5
- package/react/parser/parser.cjs +5 -5
- package/react/parser/parser.cjs.map +1 -1
- package/react/parser/parser.cjs.native.js +5 -5
- package/testing/core/core.cjs +1 -1
- package/testing/core/core.cjs.map +1 -1
- package/testing/core/core.cjs.native.js +1 -1
- package/testing/core/mocking/mockLink.js +1 -1
- package/utilities/globals/globals.cjs +1 -1
- package/utilities/globals/globals.cjs.map +1 -1
- package/utilities/globals/globals.cjs.native.js +1 -1
- package/utilities/graphql/DocumentTransform.d.ts.map +1 -0
- package/{core → utilities/graphql}/DocumentTransform.js +4 -3
- package/utilities/graphql/DocumentTransform.js.map +1 -0
- package/utilities/index.d.ts +1 -0
- package/utilities/index.d.ts.map +1 -1
- package/utilities/index.js +1 -0
- package/utilities/index.js.map +1 -1
- package/utilities/utilities.cjs +86 -20
- package/utilities/utilities.cjs.map +1 -1
- package/utilities/utilities.cjs.native.js +86 -20
- package/version.js +1 -1
- package/core/DocumentTransform.d.ts.map +0 -1
- package/core/DocumentTransform.js.map +0 -1
- /package/{core → utilities/graphql}/DocumentTransform.d.ts +0 -0
package/apollo-client.min.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),t=require("ts-invariant/process"),r=require("graphql"),n=require("@wry/equality"),i=require("ts-invariant"),o=require("zen-observable-ts");require("symbol-observable");var s=require("@wry/trie"),a=require("optimism"),u=require("@wry/context"),c=require("graphql-tag"),l=require("react");function f(e){return e&&"object"==typeof e&&"default"in e?e.default:e}function h(e){if(e&&e.__esModule)return e;var t=Object.create(null);if(e)for(var r in e)t[r]=e[r];return t.default=e,Object.freeze(t)}var p=f(n),d=h(l),v=f(l),y="3.8.0-beta.0";function m(e){try{return e()}catch(e){}}var g=m((function(){return globalThis}))||m((function(){return window}))||m((function(){return self}))||m((function(){return global}))||m((function(){return m.constructor("return this")()})),b=new Map;function _(e){var t=b.get(e)||1;return b.set(e,t+1),"".concat(e,":").concat(t,":").concat(Math.random().toString(36).slice(2))}function w(e,t){void 0===t&&(t=0);var r=_("stringifyForDisplay");return JSON.stringify(e,(function(e,t){return void 0===t?r:t}),t).split(JSON.stringify(r)).join("<undefined>")}function O(t){return function(r){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t.apply(void 0,e.__spreadArray(["number"==typeof r?q(r):r],n,!1))}}var k=Object.assign((function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];e||i.invariant(e,q(t,r))}),{debug:O(i.invariant.debug),log:O(i.invariant.log),warn:O(i.invariant.warn),error:O(i.invariant.error)});function S(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return new i.InvariantError(q(e,t))}var x=Symbol.for("ApolloErrorMessageHandler_"+y);function q(e,t){if(void 0===t&&(t=[]),e){var r=t.map((function(e){return"string"==typeof e?e:w(e,2).slice(0,1e3)}));return g[x]&&g[x](e,r)||"An error occured! For more details, see the full error text at https://go.apollo.dev/c/err#".concat(encodeURIComponent(JSON.stringify({version:y,message:e,args:r})))}}"__DEV__"in g?Boolean(g.__DEV__):m((function(){return process.env.NODE_ENV}));function E(e,t){var r=e.directives;return!r||!r.length||function(e){var t=[];e&&e.length&&e.forEach((function(e){if(function(e){var t=e.name.value;return"skip"===t||"include"===t}(e)){var r=e.arguments,n=e.name.value;k(r&&1===r.length,67,n);var i=r[0];k(i.name&&"if"===i.name.value,68,n);var o=i.value;k(o&&("Variable"===o.kind||"BooleanValue"===o.kind),69,n),t.push({directive:e,ifArgument:i})}}));return t}(r).every((function(e){var r=e.directive,n=e.ifArgument,i=!1;return"Variable"===n.value.kind?(i=t&&t[n.value.name.value],k(void 0!==i,66,r.name.value)):i=n.value.value,"skip"===r.name.value?!i:i}))}function R(e,t,n){var i=new Set(e),o=i.size;return r.visit(t,{Directive:function(e){if(i.delete(e.name.value)&&(!n||!i.size))return r.BREAK}}),n?!i.size:i.size<o}function P(e){return e&&R(["client","export"],e,!0)}function Q(t,r){var n=r,i=[];return t.definitions.forEach((function(e){if("OperationDefinition"===e.kind)throw S(70,e.operation,e.name?" named '".concat(e.name.value,"'"):"");"FragmentDefinition"===e.kind&&i.push(e)})),void 0===n&&(k(1===i.length,71,i.length),n=i[0].name.value),e.__assign(e.__assign({},t),{definitions:e.__spreadArray([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],t.definitions,!0)})}function D(e){void 0===e&&(e=[]);var t={};return e.forEach((function(e){t[e.name.value]=e})),t}function C(e,t){switch(e.kind){case"InlineFragment":return e;case"FragmentSpread":var r=e.name.value;if("function"==typeof t)return t(r);var n=t&&t[r];return k(n,72,r),n||null;default:return null}}function T(e){return null!==e&&"object"==typeof e}function F(e){return{__ref:String(e)}}function M(e){return Boolean(e&&"object"==typeof e&&"string"==typeof e.__ref)}function I(e,t,r,n){if(function(e){return"IntValue"===e.kind}(r)||function(e){return"FloatValue"===e.kind}(r))e[t.value]=Number(r.value);else if(function(e){return"BooleanValue"===e.kind}(r)||function(e){return"StringValue"===e.kind}(r))e[t.value]=r.value;else if(function(e){return"ObjectValue"===e.kind}(r)){var i={};r.fields.map((function(e){return I(i,e.name,e.value,n)})),e[t.value]=i}else if(function(e){return"Variable"===e.kind}(r)){var o=(n||{})[r.name.value];e[t.value]=o}else if(function(e){return"ListValue"===e.kind}(r))e[t.value]=r.values.map((function(e){var r={};return I(r,t,e,n),r[t.value]}));else if(function(e){return"EnumValue"===e.kind}(r))e[t.value]=r.value;else{if(!function(e){return"NullValue"===e.kind}(r))throw S(81,t.value,r.kind);e[t.value]=null}}r.Source,t.remove();var N=["connection","include","skip","client","rest","export","nonreactive"],j=Object.assign((function(e,t,r){if(t&&r&&r.connection&&r.connection.key){if(r.connection.filter&&r.connection.filter.length>0){var n=r.connection.filter?r.connection.filter:[];n.sort();var i={};return n.forEach((function(e){i[e]=t[e]})),"".concat(r.connection.key,"(").concat(A(i),")")}return r.connection.key}var o=e;if(t){var s=A(t);o+="(".concat(s,")")}return r&&Object.keys(r).forEach((function(e){-1===N.indexOf(e)&&(r[e]&&Object.keys(r[e]).length?o+="@".concat(e,"(").concat(A(r[e]),")"):o+="@".concat(e))})),o}),{setStringify:function(e){var t=A;return A=e,t}}),A=function(e){return JSON.stringify(e,L)};function L(e,t){return T(t)&&!Array.isArray(t)&&(t=Object.keys(t).sort().reduce((function(e,r){return e[r]=t[r],e}),{})),t}function V(e,t){if(e.arguments&&e.arguments.length){var r={};return e.arguments.forEach((function(e){var n=e.name,i=e.value;return I(r,n,i,t)})),r}return null}function z(e){return e.alias?e.alias.value:e.name.value}function W(e,t,r){for(var n,i=0,o=t.selections;i<o.length;i++){if(B(u=o[i])){if("__typename"===u.name.value)return e[z(u)]}else n?n.push(u):n=[u]}if("string"==typeof e.__typename)return e.__typename;if(n)for(var s=0,a=n;s<a.length;s++){var u,c=W(e,C(u=a[s],r).selectionSet,r);if("string"==typeof c)return c}}function B(e){return"Field"===e.kind}function U(e){k(e&&"Document"===e.kind,73);var t=e.definitions.filter((function(e){return"FragmentDefinition"!==e.kind})).map((function(e){if("OperationDefinition"!==e.kind)throw S(74,e.kind);return e}));return k(t.length<=1,75,t.length),e}function K(e){return U(e),e.definitions.filter((function(e){return"OperationDefinition"===e.kind}))[0]}function H(e){return e.definitions.filter((function(e){return"OperationDefinition"===e.kind&&!!e.name})).map((function(e){return e.name.value}))[0]||null}function J(e){return e.definitions.filter((function(e){return"FragmentDefinition"===e.kind}))}function G(e){var t=K(e);return k(t&&"query"===t.operation,76),t}function Y(e){var t;U(e);for(var r=0,n=e.definitions;r<n.length;r++){var i=n[r];if("OperationDefinition"===i.kind){var o=i.operation;if("query"===o||"mutation"===o||"subscription"===o)return i}"FragmentDefinition"!==i.kind||t||(t=i)}if(t)return t;throw S(80)}function X(e){var t=Object.create(null),r=e&&e.variableDefinitions;return r&&r.length&&r.forEach((function(e){e.defaultValue&&I(t,e.variable.name,e.defaultValue)})),t}var $=Array.isArray;function Z(e){return Array.isArray(e)&&e.length>0}var ee={kind:r.Kind.FIELD,name:{kind:r.Kind.NAME,value:"__typename"}};function te(e,t){return!e||e.selectionSet.selections.every((function(e){return e.kind===r.Kind.FRAGMENT_SPREAD&&te(t[e.name.value],t)}))}function re(e){return te(K(e)||function(e){k("Document"===e.kind,77),k(e.definitions.length<=1,78);var t=e.definitions[0];return k("FragmentDefinition"===t.kind,79),t}(e),D(J(e)))?null:e}function ne(e){var t=new Map;return function(r){void 0===r&&(r=e);var n=t.get(r);return n||t.set(r,n={variables:new Set,fragmentSpreads:new Set}),n}}function ie(t,n){U(n);for(var i=ne(""),o=ne(""),s=function(e){for(var t=0,n=void 0;t<e.length&&(n=e[t]);++t)if(!$(n)){if(n.kind===r.Kind.OPERATION_DEFINITION)return i(n.name&&n.name.value);if(n.kind===r.Kind.FRAGMENT_DEFINITION)return o(n.name.value)}return null},a=0,u=n.definitions.length-1;u>=0;--u)n.definitions[u].kind===r.Kind.OPERATION_DEFINITION&&++a;var c,l,f,h=(c=t,l=new Map,f=new Map,c.forEach((function(e){e&&(e.name?l.set(e.name,e):e.test&&f.set(e.test,e))})),function(e){var t=l.get(e.name.value);return!t&&f.size&&f.forEach((function(r,n){n(e)&&(t=r)})),t}),p=function(e){return Z(e)&&e.map(h).some((function(e){return e&&e.remove}))},d=new Map,v=!1,y={enter:function(e){if(p(e.directives))return v=!0,null}},m=r.visit(n,{Field:y,InlineFragment:y,VariableDefinition:{enter:function(){return!1}},Variable:{enter:function(e,t,r,n,i){var o=s(i);o&&o.variables.add(e.name.value)}},FragmentSpread:{enter:function(e,t,r,n,i){if(p(e.directives))return v=!0,null;var o=s(i);o&&o.fragmentSpreads.add(e.name.value)}},FragmentDefinition:{enter:function(e,t,r,n){d.set(JSON.stringify(n),e)},leave:function(e,t,n,i){return e===d.get(JSON.stringify(i))?e:a>0&&e.selectionSet.selections.every((function(e){return e.kind===r.Kind.FIELD&&"__typename"===e.name.value}))?(o(e.name.value).removed=!0,v=!0,null):void 0}},Directive:{leave:function(e){if(h(e))return v=!0,null}}});if(!v)return n;var g=function(e){return e.transitiveVars||(e.transitiveVars=new Set(e.variables),e.removed||e.fragmentSpreads.forEach((function(t){g(o(t)).transitiveVars.forEach((function(t){e.transitiveVars.add(t)}))}))),e},b=new Set;m.definitions.forEach((function(e){e.kind===r.Kind.OPERATION_DEFINITION?g(i(e.name&&e.name.value)).fragmentSpreads.forEach((function(e){b.add(e)})):e.kind!==r.Kind.FRAGMENT_DEFINITION||0!==a||o(e.name.value).removed||b.add(e.name.value)})),b.forEach((function(e){g(o(e)).fragmentSpreads.forEach((function(e){b.add(e)}))}));var _={enter:function(e){if(t=e.name.value,!b.has(t)||o(t).removed)return null;var t}};return re(r.visit(m,{FragmentSpread:_,FragmentDefinition:_,OperationDefinition:{leave:function(t){if(t.variableDefinitions){var r=g(i(t.name&&t.name.value)).transitiveVars;if(r.size<t.variableDefinitions.length)return e.__assign(e.__assign({},t),{variableDefinitions:t.variableDefinitions.filter((function(e){return r.has(e.variable.name.value)}))})}}}}))}var oe=Object.assign((function(t){return r.visit(t,{SelectionSet:{enter:function(t,n,i){if(!i||i.kind!==r.Kind.OPERATION_DEFINITION){var o=t.selections;if(o)if(!o.some((function(e){return B(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))}))){var s=i;if(!(B(s)&&s.directives&&s.directives.some((function(e){return"export"===e.name.value}))))return e.__assign(e.__assign({},t),{selections:e.__spreadArray(e.__spreadArray([],o,!0),[ee],!1)})}}}}})}),{added:function(e){return e===ee}});function se(t){return"query"===Y(t).operation?t:r.visit(t,{OperationDefinition:{enter:function(t){return e.__assign(e.__assign({},t),{operation:"query"})}}})}function ae(e){return U(e),ie([{test:function(e){return"client"===e.name.value},remove:!0}],e)}var ue=Object.prototype.hasOwnProperty;function ce(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return le(e)}function le(e){var t=e[0]||{},r=e.length;if(r>1)for(var n=new he,i=1;i<r;++i)t=n.merge(t,e[i]);return t}var fe=function(e,t,r){return this.merge(e[r],t[r])},he=function(){function t(e){void 0===e&&(e=fe),this.reconciler=e,this.isObject=T,this.pastCopies=new Set}return t.prototype.merge=function(t,r){for(var n=this,i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];return T(r)&&T(t)?(Object.keys(r).forEach((function(o){if(ue.call(t,o)){var s=t[o];if(r[o]!==s){var a=n.reconciler.apply(n,e.__spreadArray([t,r,o],i,!1));a!==s&&((t=n.shallowCopyForMerge(t))[o]=a)}}else(t=n.shallowCopyForMerge(t))[o]=r[o]})),t):r},t.prototype.shallowCopyForMerge=function(t){return T(t)&&(this.pastCopies.has(t)||(t=Array.isArray(t)?t.slice(0):e.__assign({__proto__:Object.getPrototypeOf(t)},t),this.pastCopies.add(t))),t},t}();function pe(e){var t=Promise.resolve(e);return t.status="fulfilled",t.value=e,t}var de=Object.prototype.toString;function ve(e){return ye(e)}function ye(e,t){switch(de.call(e)){case"[object Array]":if((t=t||new Map).has(e))return t.get(e);var r=e.slice(0);return t.set(e,r),r.forEach((function(e,n){r[n]=ye(e,t)})),r;case"[object Object]":if((t=t||new Map).has(e))return t.get(e);var n=Object.create(Object.getPrototypeOf(e));return t.set(e,n),Object.keys(e).forEach((function(r){n[r]=ye(e[r],t)})),n;default:return e}}function me(e,t,r){var n=[];e.forEach((function(e){return e[t]&&n.push(e)})),n.forEach((function(e){return e[t](r)}))}function ge(e,t,r){return new o.Observable((function(n){var i=n.next,o=n.error,s=n.complete,a=0,u=!1,c={then:function(e){return new Promise((function(t){return t(e())}))}};function l(e,t){return e?function(t){++a;var r=function(){return e(t)};c=c.then(r,r).then((function(e){--a,i&&i.call(n,e),u&&f.complete()}),(function(e){throw--a,e})).catch((function(e){o&&o.call(n,e)}))}:function(e){return t&&t.call(n,e)}}var f={next:l(t,i),error:l(r,o),complete:function(){u=!0,a||s&&s.call(n)}},h=e.subscribe(f);return function(){return h.unsubscribe()}}))}var be="function"==typeof WeakMap&&"ReactNative"!==m((function(){return navigator.product})),_e="function"==typeof WeakSet,we="function"==typeof Symbol&&"function"==typeof Symbol.for,Oe=we&&Symbol.asyncIterator,ke="function"==typeof m((function(){return window.document.createElement})),Se=m((function(){return navigator.userAgent.indexOf("jsdom")>=0}))||!1,xe=ke&&!Se;function qe(e){function t(t){Object.defineProperty(e,t,{value:o.Observable})}return we&&Symbol.species&&t(Symbol.species),t("@@species"),e}function Ee(e){return e&&"function"==typeof e.then}var Re=function(t){function r(e){var r=t.call(this,(function(e){return r.addObserver(e),function(){return r.removeObserver(e)}}))||this;return r.observers=new Set,r.promise=new Promise((function(e,t){r.resolve=e,r.reject=t})),r.handlers={next:function(e){null!==r.sub&&(r.latest=["next",e],r.notify("next",e),me(r.observers,"next",e))},error:function(e){var t=r.sub;null!==t&&(t&&setTimeout((function(){return t.unsubscribe()})),r.sub=null,r.latest=["error",e],r.reject(e),r.notify("error",e),me(r.observers,"error",e))},complete:function(){var e=r,t=e.sub,n=e.sources;if(null!==t){var i=(void 0===n?[]:n).shift();i?Ee(i)?i.then((function(e){return r.sub=e.subscribe(r.handlers)})):r.sub=i.subscribe(r.handlers):(t&&setTimeout((function(){return t.unsubscribe()})),r.sub=null,r.latest&&"next"===r.latest[0]?r.resolve(r.latest[1]):r.resolve(),r.notify("complete"),me(r.observers,"complete"))}}},r.nextResultListeners=new Set,r.cancel=function(e){r.reject(e),r.sources=[],r.handlers.complete()},r.promise.catch((function(e){})),"function"==typeof e&&(e=[new o.Observable(e)]),Ee(e)?e.then((function(e){return r.start(e)}),r.handlers.error):r.start(e),r}return e.__extends(r,t),r.prototype.start=function(e){void 0===this.sub&&(this.sources=Array.from(e),this.handlers.complete())},r.prototype.deliverLastMessage=function(e){if(this.latest){var t=this.latest[0],r=e[t];r&&r.call(e,this.latest[1]),null===this.sub&&"next"===t&&e.complete&&e.complete()}},r.prototype.addObserver=function(e){this.observers.has(e)||(this.deliverLastMessage(e),this.observers.add(e))},r.prototype.removeObserver=function(e){this.observers.delete(e)&&this.observers.size<1&&this.handlers.complete()},r.prototype.notify=function(e,t){var r=this.nextResultListeners;r.size&&(this.nextResultListeners=new Set,r.forEach((function(r){return r(e,t)})))},r.prototype.beforeNext=function(e){var t=!1;this.nextResultListeners.add((function(r,n){t||(t=!0,e(r,n))}))},r}(o.Observable);function Pe(e){return"incremental"in e}function Qe(e){return T(e)&&"payload"in e}function De(e,t){var r=e,n=new he;return Pe(t)&&Z(t.incremental)&&t.incremental.forEach((function(e){for(var t=e.data,i=e.path,o=i.length-1;o>=0;--o){var s=i[o],a=!isNaN(+s)?[]:{};a[s]=t,t=a}r=n.merge(r,t)})),r}function Ce(e){return Z(Te(e))}function Te(e){var t=Z(e.errors)?e.errors.slice(0):[];return Pe(e)&&Z(e.incremental)&&e.incremental.forEach((function(e){e.errors&&t.push.apply(t,e.errors)})),t}function Fe(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Object.create(null);return e.forEach((function(e){e&&Object.keys(e).forEach((function(t){var n=e[t];void 0!==n&&(r[t]=n)}))})),r}function Me(t,r){return Fe(t,r,r.variables&&{variables:Fe(e.__assign(e.__assign({},t&&t.variables),r.variables))})}function Ie(e){return new o.Observable((function(t){t.error(e)}))}qe(Re);var Ne=function(e,t,r){var n=new Error(r);throw n.name="ServerError",n.response=e,n.statusCode=e.status,n.result=t,n};function je(e,t){return t?t(e):o.Observable.of()}function Ae(e){return"function"==typeof e?new Ve(e):e}function Le(e){return e.request.length<=1}var Ve=function(){function t(e){e&&(this.request=e)}return t.empty=function(){return new t((function(){return o.Observable.of()}))},t.from=function(e){return 0===e.length?t.empty():e.map(Ae).reduce((function(e,t){return e.concat(t)}))},t.split=function(e,r,n){var i=Ae(r),s=Ae(n||new t(je));return Le(i)&&Le(s)?new t((function(t){return e(t)?i.request(t)||o.Observable.of():s.request(t)||o.Observable.of()})):new t((function(t,r){return e(t)?i.request(t,r)||o.Observable.of():s.request(t,r)||o.Observable.of()}))},t.execute=function(t,r){return t.request(function(t,r){var n=e.__assign({},t);return Object.defineProperty(r,"setContext",{enumerable:!1,value:function(t){n="function"==typeof t?e.__assign(e.__assign({},n),t(n)):e.__assign(e.__assign({},n),t)}}),Object.defineProperty(r,"getContext",{enumerable:!1,value:function(){return e.__assign({},n)}}),r}(r.context,function(e){var t={variables:e.variables||{},extensions:e.extensions||{},operationName:e.operationName,query:e.query};return t.operationName||(t.operationName="string"!=typeof t.query?H(t.query)||void 0:""),t}(function(e){for(var t=["query","operationName","variables","extensions","context"],r=0,n=Object.keys(e);r<n.length;r++){var i=n[r];if(t.indexOf(i)<0)throw S(43,i)}return e}(r))))||o.Observable.of()},t.concat=function(e,r){var n=Ae(e);if(Le(n))return n;var i=Ae(r);return Le(i)?new t((function(e){return n.request(e,(function(e){return i.request(e)||o.Observable.of()}))||o.Observable.of()})):new t((function(e,t){return n.request(e,(function(e){return i.request(e,t)||o.Observable.of()}))||o.Observable.of()}))},t.prototype.split=function(e,r,n){return this.concat(t.split(e,r,n||new t(je)))},t.prototype.concat=function(e){return t.concat(this,e)},t.prototype.request=function(e,t){throw S(36)},t.prototype.onError=function(e,t){if(t&&t.error)return t.error(e),!1;throw e},t.prototype.setOnError=function(e){return this.onError=e,this},t}(),ze=Ve.empty,We=Ve.from,Be=Ve.split,Ue=Ve.concat,Ke=Ve.execute;function He(e){var t=null,r=null,n=!1,i=[],o=[];function s(e){if(!r){if(o.length){var t=o.shift();if(Array.isArray(t)&&t[0])return t[0]({value:e,done:!1})}i.push(e)}}function a(e){r=e,o.slice().forEach((function(t){t[1](e)})),!t||t()}function u(){n=!0,o.slice().forEach((function(e){e[0]({value:void 0,done:!0})})),!t||t()}t=function(){t=null,e.removeListener("data",s),e.removeListener("error",a),e.removeListener("end",u),e.removeListener("finish",u),e.removeListener("close",u)},e.on("data",s),e.on("error",a),e.on("end",u),e.on("finish",u),e.on("close",u);var c={next:function(){return new Promise((function(e,t){return r?t(r):i.length?e({value:i.shift(),done:!1}):n?e({value:void 0,done:!0}):void o.push([e,t])}))}};return Oe&&(c[Symbol.asyncIterator]=function(){return this}),c}function Je(e){var t={next:function(){return e.read()}};return Oe&&(t[Symbol.asyncIterator]=function(){return this}),t}function Ge(e){var t,r,n=e;if(e.body&&(n=e.body),function(e){return!(!Oe||!e[Symbol.asyncIterator])}(n))return r=n[Symbol.asyncIterator](),(t={next:function(){return r.next()}})[Symbol.asyncIterator]=function(){return this},t;if(function(e){return!!e.getReader}(n))return Je(n.getReader());if(function(e){return!!e.stream}(n))return Je(n.stream().getReader());if(function(e){return!!e.arrayBuffer}(n))return function(e){var t=!1,r={next:function(){return t?Promise.resolve({value:void 0,done:!0}):(t=!0,new Promise((function(t,r){e.then((function(e){t({value:e,done:!1})})).catch(r)})))}};return Oe&&(r[Symbol.asyncIterator]=function(){return this}),r}(n.arrayBuffer());if(function(e){return!!e.pipe}(n))return He(n);throw new Error("Unknown body type for responseIterator. Please pass a streamable response.")}var Ye=Symbol();function Xe(e){return e.hasOwnProperty("graphQLErrors")}var $e=function(t){function r(n){var i,o,s=n.graphQLErrors,a=n.protocolErrors,u=n.clientErrors,c=n.networkError,l=n.errorMessage,f=n.extraInfo,h=t.call(this,l)||this;return h.name="ApolloError",h.graphQLErrors=s||[],h.protocolErrors=a||[],h.clientErrors=u||[],h.networkError=c||null,h.message=l||(i=h,o=e.__spreadArray(e.__spreadArray(e.__spreadArray([],i.graphQLErrors,!0),i.clientErrors,!0),i.protocolErrors,!0),i.networkError&&o.push(i.networkError),o.map((function(e){return T(e)&&e.message||"Error message not found."})).join("\n")),h.extraInfo=f,h.__proto__=r.prototype,h}return e.__extends(r,t),r}(Error),Ze=Object.prototype.hasOwnProperty;function et(e){var t={};return e.split("\n").forEach((function(e){var r=e.indexOf(":");if(r>-1){var n=e.slice(0,r).trim().toLowerCase(),i=e.slice(r+1).trim();t[n]=i}})),t}function tt(e,t){if(e.status>=300){Ne(e,function(){try{return JSON.parse(t)}catch(e){return t}}(),"Response not successful: Received status code ".concat(e.status))}try{return JSON.parse(t)}catch(n){var r=n;throw r.name="ServerParseError",r.response=e,r.statusCode=e.status,r.bodyText=t,r}}function rt(e,t){var r,n;"AbortError"!==e.name&&(e.result&&e.result.errors&&e.result.data&&(null===(r=t.next)||void 0===r||r.call(t,e.result)),null===(n=t.error)||void 0===n||n.call(t,e))}function nt(e){return function(t){return t.text().then((function(e){return tt(t,e)})).then((function(r){return t.status>=300&&Ne(t,r,"Response not successful: Received status code ".concat(t.status)),Array.isArray(r)||Ze.call(r,"data")||Ze.call(r,"errors")||Ne(t,r,"Server response was missing for query '".concat(Array.isArray(e)?e.map((function(e){return e.operationName})):e.operationName,"'.")),r}))}}var it=function(e,t){var r;try{r=JSON.stringify(e)}catch(e){var n=S(39,t,e.message);throw n.parseError=e,n}return r},ot={http:{includeQuery:!0,includeExtensions:!1,preserveHeaderCase:!1},headers:{accept:"*/*","content-type":"application/json"},options:{method:"POST"}},st=function(e,t){return t(e)};function at(t,n){for(var i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];var s={},a={};i.forEach((function(t){s=e.__assign(e.__assign(e.__assign({},s),t.options),{headers:e.__assign(e.__assign({},s.headers),t.headers)}),t.credentials&&(s.credentials=t.credentials),a=e.__assign(e.__assign({},a),t.http)})),s.headers&&(s.headers=function(e,t){if(!t){var r=Object.create(null);return Object.keys(Object(e)).forEach((function(t){r[t.toLowerCase()]=e[t]})),r}var n=Object.create(null);Object.keys(Object(e)).forEach((function(t){n[t.toLowerCase()]={originalName:t,value:e[t]}}));var i=Object.create(null);return Object.keys(n).forEach((function(e){i[n[e].originalName]=n[e].value})),i}(s.headers,a.preserveHeaderCase));var u=t.operationName,c=t.extensions,l=t.variables,f=t.query,h={operationName:u,variables:l};return a.includeExtensions&&(h.extensions=c),a.includeQuery&&(h.query=n(f,r.print)),{options:s,body:h}}var ut=function(e){if(!e&&"undefined"==typeof fetch)throw S(37)},ct=function(){if("undefined"==typeof AbortController)return{controller:!1,signal:!1};var e=new AbortController;return{controller:e,signal:e.signal}},lt=function(e,t){var r=e.getContext().uri;return r||("function"==typeof t?t(e):t||"/graphql")};function ft(e,t){var r=[],n=function(e,t){r.push("".concat(e,"=").concat(encodeURIComponent(t)))};if("query"in t&&n("query",t.query),t.operationName&&n("operationName",t.operationName),t.variables){var i=void 0;try{i=it(t.variables,"Variables map")}catch(e){return{parseError:e}}n("variables",i)}if(t.extensions){var o=void 0;try{o=it(t.extensions,"Extensions map")}catch(e){return{parseError:e}}n("extensions",o)}var s="",a=e,u=e.indexOf("#");-1!==u&&(s=e.substr(u),a=e.substr(0,u));var c=-1===a.indexOf("?")?"?":"&";return{newURI:a+c+r.join("&")+s}}var ht=m((function(){return fetch})),pt=function(t){void 0===t&&(t={});var n=t.uri,i=void 0===n?"/graphql":n,s=t.fetch,a=t.print,u=void 0===a?st:a,c=t.includeExtensions,l=t.preserveHeaderCase,f=t.useGETForQueries,h=t.includeUnusedVariables,p=void 0!==h&&h,d=e.__rest(t,["uri","fetch","print","includeExtensions","preserveHeaderCase","useGETForQueries","includeUnusedVariables"]);var v={http:{includeExtensions:c,preserveHeaderCase:l},options:d.fetchOptions,credentials:d.credentials,headers:d.headers};return new Ve((function(t){var n=lt(t,i),a=t.getContext(),c={};if(a.clientAwareness){var l=a.clientAwareness,h=l.name,d=l.version;h&&(c["apollographql-client-name"]=h),d&&(c["apollographql-client-version"]=d)}var y=e.__assign(e.__assign({},c),a.headers),g={http:a.http,options:a.fetchOptions,credentials:a.credentials,headers:y};if(R(["client"],t.query)){var b=ae(t.query);if(!b)return Ie(new Error("HttpLink: Trying to send a client-only query to the server. To send to the server, ensure a non-client field is added to the query or set the `transformOptions.removeClientFields` option to `true`."));t.query=b}var _,w=at(t,u,ot,v,g),O=w.options,k=w.body;if(k.variables&&!p&&(k.variables=function(t,n){var i=e.__assign({},t),o=new Set(Object.keys(t));return r.visit(n.query,{Variable:function(e,t,r){r&&"VariableDefinition"!==r.kind&&o.delete(e.name.value)}}),o.forEach((function(e){delete i[e]})),i}(k.variables,t)),!O.signal){var S=ct(),x=S.controller,q=S.signal;(_=x)&&(O.signal=q)}var E,P="OperationDefinition"===(E=Y(t.query)).kind&&"subscription"===E.operation,Q=R(["defer"],t.query);if(f&&!t.query.definitions.some((function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}))&&(O.method="GET"),Q||P){O.headers=O.headers||{};var D="multipart/mixed;";P?D+="boundary=graphql;subscriptionSpec=1.0,application/json":Q&&(D+="deferSpec=20220824,application/json"),O.headers.accept=D}if("GET"===O.method){var C=ft(n,k),T=C.newURI,F=C.parseError;if(F)return Ie(F);n=T}else try{O.body=it(k,"Payload")}catch(F){return Ie(F)}return new o.Observable((function(r){return(s||m((function(){return fetch}))||ht)(n,O).then((function(n){var i;t.setContext({response:n});var o=null===(i=n.headers)||void 0===i?void 0:i.get("content-type");return null!==o&&/^multipart\/mixed/i.test(o)?function(t,r){var n,i,o,s,a;return e.__awaiter(this,void 0,void 0,(function(){var u,c,l,f,h,p,d,v,y,m,g,b,_,w,O,k,S,x,q,E,R,P,Q;return e.__generator(this,(function(D){switch(D.label){case 0:if(void 0===TextDecoder)throw new Error("TextDecoder must be defined in the environment: please import a polyfill.");u=new TextDecoder("utf-8"),c=null===(n=t.headers)||void 0===n?void 0:n.get("content-type"),l="boundary=",f=(null==c?void 0:c.includes(l))?null==c?void 0:c.substring((null==c?void 0:c.indexOf(l))+9).replace(/['"]/g,"").replace(/\;(.*)/gm,"").trim():"-",h="\r\n--".concat(f),p="",d=Ge(t),v=!0,D.label=1;case 1:return v?[4,d.next()]:[3,3];case 2:for(y=D.sent(),m=y.value,g=y.done,b="string"==typeof m?m:u.decode(m),_=p.length-h.length+1,v=!g,w=(p+=b).indexOf(h,_);w>-1;){if(O=void 0,P=[p.slice(0,w),p.slice(w+h.length)],p=P[1],k=(O=P[0]).indexOf("\r\n\r\n"),S=et(O.slice(0,k)),(x=S["content-type"])&&-1===x.toLowerCase().indexOf("application/json"))throw new Error("Unsupported patch content type: application/json is required.");if(q=O.slice(k))try{E=tt(t,q),Object.keys(E).length>1||"data"in E||"incremental"in E||"errors"in E||"payload"in E?Qe(E)?(R={},"payload"in E&&(R=e.__assign({},E.payload)),"errors"in E&&(R=e.__assign(e.__assign({},R),{extensions:e.__assign(e.__assign({},"extensions"in R?R.extensions:null),(Q={},Q[Ye]=E.errors,Q))})),null===(i=r.next)||void 0===i||i.call(r,R)):null===(o=r.next)||void 0===o||o.call(r,E):1===Object.keys(E).length&&"hasNext"in E&&!E.hasNext&&(null===(s=r.complete)||void 0===s||s.call(r))}catch(e){rt(e,r)}w=p.indexOf(h)}return[3,1];case 3:return null===(a=r.complete)||void 0===a||a.call(r),[2]}}))}))}(n,r):function(e,t,r){nt(t)(e).then((function(e){var t,n;null===(t=r.next)||void 0===t||t.call(r,e),null===(n=r.complete)||void 0===n||n.call(r)})).catch((function(e){return rt(e,r)}))}(n,t,r)})).catch((function(e){return rt(e,r)})),function(){_&&_.abort()}}))}))},dt=function(t){function r(e){void 0===e&&(e={});var r=t.call(this,pt(e).request)||this;return r.options=e,r}return e.__extends(r,t),r}(Ve),vt=function(){function t(){this.assumeImmutableResults=!1,this.getFragmentDoc=a.wrap(Q)}return t.prototype.batch=function(e){var t,r=this,n="string"==typeof e.optimistic?e.optimistic:!1===e.optimistic?null:void 0;return this.performTransaction((function(){return t=e.update(r)}),n),t},t.prototype.recordOptimisticTransaction=function(e,t){this.performTransaction(e,t)},t.prototype.transformDocument=function(e){return e},t.prototype.transformForLink=function(e){return e},t.prototype.identify=function(e){},t.prototype.gc=function(){return[]},t.prototype.modify=function(e){return!1},t.prototype.readQuery=function(t,r){return void 0===r&&(r=!!t.optimistic),this.read(e.__assign(e.__assign({},t),{rootId:t.id||"ROOT_QUERY",optimistic:r}))},t.prototype.readFragment=function(t,r){return void 0===r&&(r=!!t.optimistic),this.read(e.__assign(e.__assign({},t),{query:this.getFragmentDoc(t.fragment,t.fragmentName),rootId:t.id,optimistic:r}))},t.prototype.writeQuery=function(t){var r=t.id,n=t.data,i=e.__rest(t,["id","data"]);return this.write(Object.assign(i,{dataId:r||"ROOT_QUERY",result:n}))},t.prototype.writeFragment=function(t){var r=t.id,n=t.data,i=t.fragment,o=t.fragmentName,s=e.__rest(t,["id","data","fragment","fragmentName"]);return this.write(Object.assign(s,{query:this.getFragmentDoc(i,o),dataId:r,result:n}))},t.prototype.updateQuery=function(t,r){return this.batch({update:function(n){var i=n.readQuery(t),o=r(i);return null==o?i:(n.writeQuery(e.__assign(e.__assign({},t),{data:o})),o)}})},t.prototype.updateFragment=function(t,r){return this.batch({update:function(n){var i=n.readFragment(t),o=r(i);return null==o?i:(n.writeFragment(e.__assign(e.__assign({},t),{data:o})),o)}})},t}();exports.Cache=void 0,exports.Cache||(exports.Cache={});var yt=function(t){function r(e,n,i,o){var s,a=t.call(this,e)||this;if(a.message=e,a.path=n,a.query=i,a.variables=o,Array.isArray(a.path)){a.missing=a.message;for(var u=a.path.length-1;u>=0;--u)a.missing=((s={})[a.path[u]]=a.missing,s)}else a.missing=a.path;return a.__proto__=r.prototype,a}return e.__extends(r,t),r}(Error),mt=Object.prototype.hasOwnProperty;function gt(e){return null==e}function bt(e,t){var r=e.__typename,n=e.id,i=e._id;if("string"==typeof r&&(t&&(t.keyObject=gt(n)?gt(i)?void 0:{_id:i}:{id:n}),gt(n)&&!gt(i)&&(n=i),!gt(n)))return"".concat(r,":").concat("number"==typeof n||"string"==typeof n?n:JSON.stringify(n))}var _t={dataIdFromObject:bt,addTypename:!0,resultCaching:!0,canonizeResults:!1};function wt(e){var t=e.canonizeResults;return void 0===t?_t.canonizeResults:t}var Ot=/^[_a-z][_0-9a-z]*/i;function kt(e){var t=e.match(Ot);return t?t[0]:e}function St(e,t,r){return!!T(t)&&($(t)?t.every((function(t){return St(e,t,r)})):e.selections.every((function(e){if(B(e)&&E(e,r)){var n=z(e);return mt.call(t,n)&&(!e.selectionSet||St(e.selectionSet,t[n],r))}return!0})))}function xt(e){return T(e)&&!M(e)&&!$(e)}function qt(e,t){var r=D(J(e));return{fragmentMap:r,lookupFragment:function(e){var n=r[e];return!n&&t&&(n=t.lookup(e)),n||null}}}var Et=Object.create(null),Rt=function(){return Et},Pt=Object.create(null),Qt=function(){function t(e,t){var r=this;this.policies=e,this.group=t,this.data=Object.create(null),this.rootIds=Object.create(null),this.refs=Object.create(null),this.getFieldValue=function(e,t){return M(e)?r.get(e.__ref,t):e&&e[t]},this.canRead=function(e){return M(e)?r.has(e.__ref):"object"==typeof e},this.toReference=function(e,t){if("string"==typeof e)return F(e);if(M(e))return e;var n=r.policies.identify(e)[0];if(n){var i=F(n);return t&&r.merge(n,e),i}}}return t.prototype.toObject=function(){return e.__assign({},this.data)},t.prototype.has=function(e){return void 0!==this.lookup(e,!0)},t.prototype.get=function(e,t){if(this.group.depend(e,t),mt.call(this.data,e)){var r=this.data[e];if(r&&mt.call(r,t))return r[t]}return"__typename"===t&&mt.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof Ft?this.parent.get(e,t):void 0},t.prototype.lookup=function(e,t){return t&&this.group.depend(e,"__exists"),mt.call(this.data,e)?this.data[e]:this instanceof Ft?this.parent.lookup(e,t):this.policies.rootTypenamesById[e]?Object.create(null):void 0},t.prototype.merge=function(e,t){var r,n=this;M(e)&&(e=e.__ref),M(t)&&(t=t.__ref);var i="string"==typeof e?this.lookup(r=e):e,o="string"==typeof t?this.lookup(r=t):t;if(o){k("string"==typeof r,1);var s=new he(It).merge(i,o);if(this.data[r]=s,s!==i&&(delete this.refs[r],this.group.caching)){var a=Object.create(null);i||(a.__exists=1),Object.keys(o).forEach((function(e){if(!i||i[e]!==s[e]){a[e]=1;var t=kt(e);t===e||n.policies.hasKeyArgs(s.__typename,t)||(a[t]=1),void 0!==s[e]||n instanceof Ft||delete s[e]}})),!a.__typename||i&&i.__typename||this.policies.rootTypenamesById[r]!==s.__typename||delete a.__typename,Object.keys(a).forEach((function(e){return n.group.dirty(r,e)}))}}},t.prototype.modify=function(t,r){var n=this,i=this.lookup(t);if(i){var o=Object.create(null),s=!1,a=!0,u={DELETE:Et,INVALIDATE:Pt,isReference:M,toReference:this.toReference,canRead:this.canRead,readField:function(e,r){return n.policies.readField("string"==typeof e?{fieldName:e,from:r||F(t)}:e,{store:n})}};if(Object.keys(i).forEach((function(c){var l=kt(c),f=i[c];if(void 0!==f){var h="function"==typeof r?r:r[c]||r[l];if(h){var p=h===Rt?Et:h(f,e.__assign(e.__assign({},u),{fieldName:l,storeFieldName:c,storage:n.getStorage(t,c)}));p===Pt?n.group.dirty(t,c):(p===Et&&(p=void 0),p!==f&&(o[c]=p,s=!0,f=p))}void 0!==f&&(a=!1)}})),s)return this.merge(t,o),a&&(this instanceof Ft?this.data[t]=void 0:delete this.data[t],this.group.dirty(t,"__exists")),!0}return!1},t.prototype.delete=function(e,t,r){var n,i=this.lookup(e);if(i){var o=this.getFieldValue(i,"__typename"),s=t&&r?this.policies.getStoreFieldName({typename:o,fieldName:t,args:r}):t;return this.modify(e,s?((n={})[s]=Rt,n):Rt)}return!1},t.prototype.evict=function(e,t){var r=!1;return e.id&&(mt.call(this.data,e.id)&&(r=this.delete(e.id,e.fieldName,e.args)),this instanceof Ft&&this!==t&&(r=this.parent.evict(e,t)||r),(e.fieldName||r)&&this.group.dirty(e.id,e.fieldName||"__exists")),r},t.prototype.clear=function(){this.replace(null)},t.prototype.extract=function(){var e=this,t=this.toObject(),r=[];return this.getRootIdSet().forEach((function(t){mt.call(e.policies.rootTypenamesById,t)||r.push(t)})),r.length&&(t.__META={extraRootIds:r.sort()}),t},t.prototype.replace=function(t){var r=this;if(Object.keys(this.data).forEach((function(e){t&&mt.call(t,e)||r.delete(e)})),t){var n=t.__META,i=e.__rest(t,["__META"]);Object.keys(i).forEach((function(e){r.merge(e,i[e])})),n&&n.extraRootIds.forEach(this.retain,this)}},t.prototype.retain=function(e){return this.rootIds[e]=(this.rootIds[e]||0)+1},t.prototype.release=function(e){if(this.rootIds[e]>0){var t=--this.rootIds[e];return t||delete this.rootIds[e],t}return 0},t.prototype.getRootIdSet=function(e){return void 0===e&&(e=new Set),Object.keys(this.rootIds).forEach(e.add,e),this instanceof Ft?this.parent.getRootIdSet(e):Object.keys(this.policies.rootTypenamesById).forEach(e.add,e),e},t.prototype.gc=function(){var e=this,t=this.getRootIdSet(),r=this.toObject();t.forEach((function(n){mt.call(r,n)&&(Object.keys(e.findChildRefIds(n)).forEach(t.add,t),delete r[n])}));var n=Object.keys(r);if(n.length){for(var i=this;i instanceof Ft;)i=i.parent;n.forEach((function(e){return i.delete(e)}))}return n},t.prototype.findChildRefIds=function(e){if(!mt.call(this.refs,e)){var t=this.refs[e]=Object.create(null),r=this.data[e];if(!r)return t;var n=new Set([r]);n.forEach((function(e){M(e)&&(t[e.__ref]=!0),T(e)&&Object.keys(e).forEach((function(t){var r=e[t];T(r)&&n.add(r)}))}))}return this.refs[e]},t.prototype.makeCacheKey=function(){return this.group.keyMaker.lookupArray(arguments)},t}(),Dt=function(){function e(e,t){void 0===t&&(t=null),this.caching=e,this.parent=t,this.d=null,this.resetCaching()}return e.prototype.resetCaching=function(){this.d=this.caching?a.dep():null,this.keyMaker=new s.Trie(be)},e.prototype.depend=function(e,t){if(this.d){this.d(Ct(e,t));var r=kt(t);r!==t&&this.d(Ct(e,r)),this.parent&&this.parent.depend(e,t)}},e.prototype.dirty=function(e,t){this.d&&this.d.dirty(Ct(e,t),"__exists"===t?"forget":"setDirty")},e}();function Ct(e,t){return t+"#"+e}function Tt(e,t){Nt(e)&&e.group.depend(t,"__exists")}!function(t){var r=function(t){function r(e){var r=e.policies,n=e.resultCaching,i=void 0===n||n,o=e.seed,a=t.call(this,r,new Dt(i))||this;return a.stump=new Mt(a),a.storageTrie=new s.Trie(be),o&&a.replace(o),a}return e.__extends(r,t),r.prototype.addLayer=function(e,t){return this.stump.addLayer(e,t)},r.prototype.removeLayer=function(){return this},r.prototype.getStorage=function(){return this.storageTrie.lookupArray(arguments)},r}(t);t.Root=r}(Qt||(Qt={}));var Ft=function(t){function r(e,r,n,i){var o=t.call(this,r.policies,i)||this;return o.id=e,o.parent=r,o.replay=n,o.group=i,n(o),o}return e.__extends(r,t),r.prototype.addLayer=function(e,t){return new r(e,this,t,this.group)},r.prototype.removeLayer=function(e){var t=this,r=this.parent.removeLayer(e);return e===this.id?(this.group.caching&&Object.keys(this.data).forEach((function(e){var i=t.data[e],o=r.lookup(e);o?i?i!==o&&Object.keys(i).forEach((function(r){n.equal(i[r],o[r])||t.group.dirty(e,r)})):(t.group.dirty(e,"__exists"),Object.keys(o).forEach((function(r){t.group.dirty(e,r)}))):t.delete(e)})),r):r===this.parent?this:r.addLayer(this.id,this.replay)},r.prototype.toObject=function(){return e.__assign(e.__assign({},this.parent.toObject()),this.data)},r.prototype.findChildRefIds=function(r){var n=this.parent.findChildRefIds(r);return mt.call(this.data,r)?e.__assign(e.__assign({},n),t.prototype.findChildRefIds.call(this,r)):n},r.prototype.getStorage=function(){for(var e=this.parent;e.parent;)e=e.parent;return e.getStorage.apply(e,arguments)},r}(Qt),Mt=function(t){function r(e){return t.call(this,"EntityStore.Stump",e,(function(){}),new Dt(e.group.caching,e.group))||this}return e.__extends(r,t),r.prototype.removeLayer=function(){return this},r.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},r}(Ft);function It(e,t,r){var i=e[r],o=t[r];return n.equal(i,o)?i:o}function Nt(e){return!!(e instanceof Qt&&e.group.caching)}var jt,At,Lt=function(){function t(){this.known=new(_e?WeakSet:Set),this.pool=new s.Trie(be),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}return t.prototype.isKnown=function(e){return T(e)&&this.known.has(e)},t.prototype.pass=function(t){if(T(t)){var r=function(t){return T(t)?$(t)?t.slice(0):e.__assign({__proto__:Object.getPrototypeOf(t)},t):t}(t);return this.passes.set(r,t),r}return t},t.prototype.admit=function(e){var t=this;if(T(e)){var r=this.passes.get(e);if(r)return r;switch(Object.getPrototypeOf(e)){case Array.prototype:if(this.known.has(e))return e;var n=e.map(this.admit,this);return(a=this.pool.lookupArray(n)).array||this.known.add(a.array=n),a.array;case null:case Object.prototype:if(this.known.has(e))return e;var i=Object.getPrototypeOf(e),o=[i],s=this.sortedKeys(e);o.push(s.json);var a,u=o.length;if(s.sorted.forEach((function(r){o.push(t.admit(e[r]))})),!(a=this.pool.lookupArray(o)).object){var c=a.object=Object.create(i);this.known.add(c),s.sorted.forEach((function(e,t){c[e]=o[u+t]}))}return a.object}}return e},t.prototype.sortedKeys=function(e){var t=Object.keys(e),r=this.pool.lookupArray(t);if(!r.keys){t.sort();var n=JSON.stringify(t);(r.keys=this.keysByJSON.get(n))||this.keysByJSON.set(n,r.keys={sorted:t,json:n})}return r.keys},t}(),Vt=Object.assign((function(e){if(T(e)){void 0===jt&&zt();var t=jt.admit(e),r=At.get(t);return void 0===r&&At.set(t,r=JSON.stringify(t)),r}return JSON.stringify(e)}),{reset:zt});function zt(){jt=new Lt,At=new(be?WeakMap:Map)}function Wt(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var Bt=function(){function t(t){var r=this;this.knownResults=new(be?WeakMap:Map),this.config=Fe(t,{addTypename:!1!==t.addTypename,canonizeResults:wt(t)}),this.canon=t.canon||new Lt,this.executeSelectionSet=a.wrap((function(t){var n,i=t.context.canonizeResults,o=Wt(t);o[3]=!i;var s=(n=r.executeSelectionSet).peek.apply(n,o);return s?i?e.__assign(e.__assign({},s),{result:r.canon.admit(s.result)}):s:(Tt(t.context.store,t.enclosingRef.__ref),r.execSelectionSetImpl(t))}),{max:this.config.resultCacheMaxSize,keyArgs:Wt,makeCacheKey:function(e,t,r,n){if(Nt(r.store))return r.store.makeCacheKey(e,M(t)?t.__ref:t,r.varString,n)}}),this.executeSubSelectedArray=a.wrap((function(e){return Tt(e.context.store,e.enclosingRef.__ref),r.execSubSelectedArrayImpl(e)}),{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var t=e.field,r=e.array,n=e.context;if(Nt(n.store))return n.store.makeCacheKey(t,r,n.varString)}})}return t.prototype.resetCanon=function(){this.canon=new Lt},t.prototype.diffQueryAgainstStore=function(t){var r=t.store,n=t.query,i=t.rootId,o=void 0===i?"ROOT_QUERY":i,s=t.variables,a=t.returnPartialData,u=void 0===a||a,c=t.canonizeResults,l=void 0===c?this.config.canonizeResults:c,f=this.config.cache.policies;s=e.__assign(e.__assign({},X(G(n))),s);var h,p=F(o),d=this.executeSelectionSet({selectionSet:Y(n).selectionSet,objectOrReference:p,enclosingRef:p,context:e.__assign({store:r,query:n,policies:f,variables:s,varString:Vt(s),canonizeResults:l},qt(n,this.config.fragments))});if(d.missing&&(h=[new yt(Ut(d.missing),d.missing,n,s)],!u))throw h[0];return{result:d.result,complete:!h,missing:h}},t.prototype.isFresh=function(e,t,r,n){if(Nt(n.store)&&this.knownResults.get(e)===r){var i=this.executeSelectionSet.peek(r,t,n,this.canon.isKnown(e));if(i&&e===i.result)return!0}return!1},t.prototype.execSelectionSetImpl=function(e){var t=this,n=e.selectionSet,i=e.objectOrReference,o=e.enclosingRef,s=e.context;if(M(i)&&!s.policies.rootTypenamesById[i.__ref]&&!s.store.has(i.__ref))return{result:this.canon.empty,missing:"Dangling reference to missing ".concat(i.__ref," object")};var a,u=s.variables,c=s.policies,l=s.store.getFieldValue(i,"__typename"),f=[],h=new he;function p(e,t){var r;return e.missing&&(a=h.merge(a,((r={})[t]=e.missing,r))),e.result}this.config.addTypename&&"string"==typeof l&&!c.rootIdsByTypename[l]&&f.push({__typename:l});var d=new Set(n.selections);d.forEach((function(e){var n,v;if(E(e,u))if(B(e)){var y=c.readField({fieldName:e.name.value,field:e,variables:s.variables,from:i},s),m=z(e);void 0===y?oe.added(e)||(a=h.merge(a,((n={})[m]="Can't find field '".concat(e.name.value,"' on ").concat(M(i)?i.__ref+" object":"object "+JSON.stringify(i,null,2)),n))):$(y)?y=p(t.executeSubSelectedArray({field:e,array:y,enclosingRef:o,context:s}),m):e.selectionSet?null!=y&&(y=p(t.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:y,enclosingRef:M(y)?y:o,context:s}),m)):s.canonizeResults&&(y=t.canon.pass(y)),void 0!==y&&f.push(((v={})[m]=y,v))}else{var g=C(e,s.lookupFragment);if(!g&&e.kind===r.Kind.FRAGMENT_SPREAD)throw S(7,e.name.value);g&&c.fragmentMatches(g,l)&&g.selectionSet.selections.forEach(d.add,d)}}));var v={result:le(f),missing:a},y=s.canonizeResults?this.canon.admit(v):v;return y.result&&this.knownResults.set(y.result,n),y},t.prototype.execSubSelectedArrayImpl=function(e){var t,r=this,n=e.field,i=e.array,o=e.enclosingRef,s=e.context,a=new he;function u(e,r){var n;return e.missing&&(t=a.merge(t,((n={})[r]=e.missing,n))),e.result}return n.selectionSet&&(i=i.filter(s.store.canRead)),i=i.map((function(e,t){return null===e?null:$(e)?u(r.executeSubSelectedArray({field:n,array:e,enclosingRef:o,context:s}),t):n.selectionSet?u(r.executeSelectionSet({selectionSet:n.selectionSet,objectOrReference:e,enclosingRef:M(e)?e:o,context:s}),t):e})),{result:s.canonizeResults?this.canon.admit(i):i,missing:t}},t}();function Ut(e){try{JSON.stringify(e,(function(e,t){if("string"==typeof t)throw t;return t}))}catch(e){return e}}var Kt=new u.Slot,Ht=new WeakMap;function Jt(e){var t=Ht.get(e);return t||Ht.set(e,t={vars:new Set,dep:a.dep()}),t}function Gt(e){Jt(e).vars.forEach((function(t){return t.forgetCache(e)}))}function Yt(e){var t=new Set,r=new Set,n=function(o){if(arguments.length>0){if(e!==o){e=o,t.forEach((function(e){Jt(e).dep.dirty(n),function(e){e.broadcastWatches&&e.broadcastWatches()}(e)}));var s=Array.from(r);r.clear(),s.forEach((function(t){return t(e)}))}}else{var a=Kt.getValue();a&&(i(a),Jt(a).dep(n))}return e};n.onNextChange=function(e){return r.add(e),function(){r.delete(e)}};var i=n.attachCache=function(e){return t.add(e),Jt(e).vars.add(n),n};return n.forgetCache=function(e){return t.delete(e)},n}var Xt=Object.create(null);function $t(e){var t=JSON.stringify(e);return Xt[t]||(Xt[t]=Object.create(null))}function Zt(e){var t=$t(e);return t.keyFieldsFn||(t.keyFieldsFn=function(t,r){var n=function(e,t){return r.readField(t,e)},i=r.keyObject=tr(e,(function(e){var i=ir(r.storeObject,e,n);return void 0===i&&t!==r.storeObject&&mt.call(t,e[0])&&(i=ir(t,e,nr)),k(void 0!==i,2,e.join("."),t),i}));return"".concat(r.typename,":").concat(JSON.stringify(i))})}function er(e){var t=$t(e);return t.keyArgsFn||(t.keyArgsFn=function(t,r){var n=r.field,i=r.variables,o=r.fieldName,s=tr(e,(function(e){var r=e[0],o=r.charAt(0);if("@"!==o)if("$"!==o){if(t)return ir(t,e)}else{var s=r.slice(1);if(i&&mt.call(i,s)){var a=e.slice(0);return a[0]=s,ir(i,a)}}else if(n&&Z(n.directives)){var u=r.slice(1),c=n.directives.find((function(e){return e.name.value===u})),l=c&&V(c,i);return l&&ir(l,e.slice(1))}})),a=JSON.stringify(s);return(t||"{}"!==a)&&(o+=":"+a),o})}function tr(e,t){var r=new he;return rr(e).reduce((function(e,n){var i,o=t(n);if(void 0!==o){for(var s=n.length-1;s>=0;--s)(i={})[n[s]]=o,o=i;e=r.merge(e,o)}return e}),Object.create(null))}function rr(e){var t=$t(e);if(!t.paths){var r=t.paths=[],n=[];e.forEach((function(t,i){$(t)?(rr(t).forEach((function(e){return r.push(n.concat(e))})),n.length=0):(n.push(t),$(e[i+1])||(r.push(n.slice(0)),n.length=0))}))}return t.paths}function nr(e,t){return e[t]}function ir(e,t,r){return r=r||nr,or(t.reduce((function e(t,n){return $(t)?t.map((function(t){return e(t,n)})):t&&r(t,n)}),e))}function or(e){return T(e)?$(e)?e.map(or):tr(Object.keys(e).sort(),(function(t){return ir(e,t)})):e}function sr(e){return void 0!==e.args?e.args:e.field?V(e.field,e.variables):null}j.setStringify(Vt);var ar=function(){},ur=function(e,t){return t.fieldName},cr=function(e,t,r){return(0,r.mergeObjects)(e,t)},lr=function(e,t){return t},fr=function(){function t(t){this.config=t,this.typePolicies=Object.create(null),this.toBeAdded=Object.create(null),this.supertypeMap=new Map,this.fuzzySubtypes=new Map,this.rootIdsByTypename=Object.create(null),this.rootTypenamesById=Object.create(null),this.usingPossibleTypes=!1,this.config=e.__assign({dataIdFromObject:bt},t),this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),t.possibleTypes&&this.addPossibleTypes(t.possibleTypes),t.typePolicies&&this.addTypePolicies(t.typePolicies)}return t.prototype.identify=function(t,r){var n,i=this,o=r&&(r.typename||(null===(n=r.storeObject)||void 0===n?void 0:n.__typename))||t.__typename;if(o===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];for(var s,a=r&&r.storeObject||t,u=e.__assign(e.__assign({},r),{typename:o,storeObject:a,readField:r&&r.readField||function(){var e=pr(arguments,a);return i.readField(e,{store:i.cache.data,variables:e.variables})}}),c=o&&this.getTypePolicy(o),l=c&&c.keyFn||this.config.dataIdFromObject;l;){var f=l(e.__assign(e.__assign({},t),a),u);if(!$(f)){s=f;break}l=Zt(f)}return s=s?String(s):void 0,u.keyObject?[s,u.keyObject]:[s]},t.prototype.addTypePolicies=function(t){var r=this;Object.keys(t).forEach((function(n){var i=t[n],o=i.queryType,s=i.mutationType,a=i.subscriptionType,u=e.__rest(i,["queryType","mutationType","subscriptionType"]);o&&r.setRootTypename("Query",n),s&&r.setRootTypename("Mutation",n),a&&r.setRootTypename("Subscription",n),mt.call(r.toBeAdded,n)?r.toBeAdded[n].push(u):r.toBeAdded[n]=[u]}))},t.prototype.updateTypePolicy=function(e,t){var r=this,n=this.getTypePolicy(e),i=t.keyFields,o=t.fields;function s(e,t){e.merge="function"==typeof t?t:!0===t?cr:!1===t?lr:e.merge}s(n,t.merge),n.keyFn=!1===i?ar:$(i)?Zt(i):"function"==typeof i?i:n.keyFn,o&&Object.keys(o).forEach((function(t){var n=r.getFieldPolicy(e,t,!0),i=o[t];if("function"==typeof i)n.read=i;else{var a=i.keyArgs,u=i.read,c=i.merge;n.keyFn=!1===a?ur:$(a)?er(a):"function"==typeof a?a:n.keyFn,"function"==typeof u&&(n.read=u),s(n,c)}n.read&&n.merge&&(n.keyFn=n.keyFn||ur)}))},t.prototype.setRootTypename=function(e,t){void 0===t&&(t=e);var r="ROOT_"+e.toUpperCase(),n=this.rootTypenamesById[r];t!==n&&(k(!n||n===e,3,e),n&&delete this.rootIdsByTypename[n],this.rootIdsByTypename[t]=r,this.rootTypenamesById[r]=t)},t.prototype.addPossibleTypes=function(e){var t=this;this.usingPossibleTypes=!0,Object.keys(e).forEach((function(r){t.getSupertypeSet(r,!0),e[r].forEach((function(e){t.getSupertypeSet(e,!0).add(r);var n=e.match(Ot);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))}))}))},t.prototype.getTypePolicy=function(t){var r=this;if(!mt.call(this.typePolicies,t)){var n=this.typePolicies[t]=Object.create(null);n.fields=Object.create(null);var i=this.supertypeMap.get(t);!i&&this.fuzzySubtypes.size&&(i=this.getSupertypeSet(t,!0),this.fuzzySubtypes.forEach((function(e,n){if(e.test(t)){var o=r.supertypeMap.get(n);o&&o.forEach((function(e){return i.add(e)}))}}))),i&&i.size&&i.forEach((function(t){var i=r.getTypePolicy(t),o=i.fields,s=e.__rest(i,["fields"]);Object.assign(n,s),Object.assign(n.fields,o)}))}var o=this.toBeAdded[t];return o&&o.length&&o.splice(0).forEach((function(e){r.updateTypePolicy(t,e)})),this.typePolicies[t]},t.prototype.getFieldPolicy=function(e,t,r){if(e){var n=this.getTypePolicy(e).fields;return n[t]||r&&(n[t]=Object.create(null))}},t.prototype.getSupertypeSet=function(e,t){var r=this.supertypeMap.get(e);return!r&&t&&this.supertypeMap.set(e,r=new Set),r},t.prototype.fragmentMatches=function(e,t,r,n){var i=this;if(!e.typeCondition)return!0;if(!t)return!1;var o=e.typeCondition.name.value;if(t===o)return!0;if(this.usingPossibleTypes&&this.supertypeMap.has(o))for(var s=this.getSupertypeSet(t,!0),a=[s],u=function(e){var t=i.getSupertypeSet(e,!1);t&&t.size&&a.indexOf(t)<0&&a.push(t)},c=!(!r||!this.fuzzySubtypes.size),l=0;l<a.length;++l){var f=a[l];if(f.has(o))return s.has(o)||s.add(o),!0;f.forEach(u),c&&l===a.length-1&&St(e.selectionSet,r,n)&&(c=!1,!0,this.fuzzySubtypes.forEach((function(e,r){var n=t.match(e);n&&n[0]===t&&u(r)})))}return!1},t.prototype.hasKeyArgs=function(e,t){var r=this.getFieldPolicy(e,t,!1);return!(!r||!r.keyFn)},t.prototype.getStoreFieldName=function(e){var t,r=e.typename,n=e.fieldName,i=this.getFieldPolicy(r,n,!1),o=i&&i.keyFn;if(o&&r)for(var s={typename:r,fieldName:n,field:e.field||null,variables:e.variables},a=sr(e);o;){var u=o(a,s);if(!$(u)){t=u||n;break}o=er(u)}return void 0===t&&(t=e.field?function(e,t){var r=null;e.directives&&(r={},e.directives.forEach((function(e){r[e.name.value]={},e.arguments&&e.arguments.forEach((function(n){var i=n.name,o=n.value;return I(r[e.name.value],i,o,t)}))})));var n=null;return e.arguments&&e.arguments.length&&(n={},e.arguments.forEach((function(e){var r=e.name,i=e.value;return I(n,r,i,t)}))),j(e.name.value,n,r)}(e.field,e.variables):j(n,sr(e))),!1===t?n:n===kt(t)?t:n+":"+t},t.prototype.readField=function(e,t){var r=e.from;if(r&&(e.field||e.fieldName)){if(void 0===e.typename){var n=t.store.getFieldValue(r,"__typename");n&&(e.typename=n)}var i=this.getStoreFieldName(e),o=kt(i),s=t.store.getFieldValue(r,i),a=this.getFieldPolicy(e.typename,o,!1),u=a&&a.read;if(u){var c=hr(this,r,e,t,t.store.getStorage(M(r)?r.__ref:r,i));return Kt.withValue(this.cache,u,[s,c])}return s}},t.prototype.getReadFunction=function(e,t){var r=this.getFieldPolicy(e,t,!1);return r&&r.read},t.prototype.getMergeFunction=function(e,t,r){var n=this.getFieldPolicy(e,t,!1),i=n&&n.merge;return!i&&r&&(i=(n=this.getTypePolicy(r))&&n.merge),i},t.prototype.runMergeFunction=function(e,t,r,n,i){var o=r.field,s=r.typename,a=r.merge;return a===cr?dr(n.store)(e,t):a===lr?t:(n.overwrite&&(e=void 0),a(e,t,hr(this,void 0,{typename:s,fieldName:o.name.value,field:o,variables:n.variables},n,i||Object.create(null))))},t}();function hr(e,t,r,n,i){var o=e.getStoreFieldName(r),s=kt(o),a=r.variables||n.variables,u=n.store,c=u.toReference,l=u.canRead;return{args:sr(r),field:r.field||null,fieldName:s,storeFieldName:o,variables:a,isReference:M,toReference:c,storage:i,cache:e.cache,canRead:l,readField:function(){return e.readField(pr(arguments,t,a),n)},mergeObjects:dr(n.store)}}function pr(t,r,n){var i,o=t[0],s=t[1],a=t.length;return"string"==typeof o?i={fieldName:o,from:a>1?s:r}:(i=e.__assign({},o),mt.call(i,"from")||(i.from=r)),void 0===i.variables&&(i.variables=n),i}function dr(t){return function(r,n){if($(r)||$(n))throw S(6);if(T(r)&&T(n)){var i=t.getFieldValue(r,"__typename"),o=t.getFieldValue(n,"__typename");if(i&&o&&i!==o)return n;if(M(r)&&xt(n))return t.merge(r.__ref,n),r;if(xt(r)&&M(n))return t.merge(r,n.__ref),n;if(xt(r)&&xt(n))return e.__assign(e.__assign({},r),n)}return n}}function vr(t,r,n){var i="".concat(r).concat(n),o=t.flavors.get(i);return o||t.flavors.set(i,o=t.clientOnly===r&&t.deferred===n?t:e.__assign(e.__assign({},t),{clientOnly:r,deferred:n})),o}var yr=function(){function t(e,t,r){this.cache=e,this.reader=t,this.fragments=r}return t.prototype.writeToStore=function(t,r){var n=this,i=r.query,o=r.result,s=r.dataId,a=r.variables,u=r.overwrite,c=K(i),l=new he;a=e.__assign(e.__assign({},X(c)),a);var f=e.__assign(e.__assign({store:t,written:Object.create(null),merge:function(e,t){return l.merge(e,t)},variables:a,varString:Vt(a)},qt(i,this.fragments)),{overwrite:!!u,incomingById:new Map,clientOnly:!1,deferred:!1,flavors:new Map}),h=this.processSelectionSet({result:o||Object.create(null),dataId:s,selectionSet:c.selectionSet,mergeTree:{map:new Map},context:f});if(!M(h))throw S(9,o);return f.incomingById.forEach((function(e,r){var i=e.storeObject,o=e.mergeTree,s=(e.fieldNodeSet,F(r));if(o&&o.map.size){var a=n.applyMerges(o,s,i,f);if(M(a))return;i=a}t.merge(r,i)})),t.retain(h.__ref),h},t.prototype.processSelectionSet=function(t){var r=this,n=t.dataId,i=t.result,o=t.selectionSet,s=t.context,a=t.mergeTree,u=this.cache.policies,c=Object.create(null),l=n&&u.rootTypenamesById[n]||W(i,o,s.fragmentMap)||n&&s.store.get(n,"__typename");"string"==typeof l&&(c.__typename=l);var f=function(){var t=pr(arguments,c,s.variables);if(M(t.from)){var r=s.incomingById.get(t.from.__ref);if(r){var n=u.readField(e.__assign(e.__assign({},t),{from:r.storeObject}),s);if(void 0!==n)return n}}return u.readField(t,s)},h=new Set;this.flattenFields(o,i,s,l).forEach((function(e,t){var n,o=z(t),s=i[o];if(h.add(t),void 0!==s){var p=u.getStoreFieldName({typename:l,fieldName:t.name.value,field:t,variables:e.variables}),d=gr(a,p),v=r.processFieldValue(s,t,t.selectionSet?vr(e,!1,!1):e,d),y=void 0;t.selectionSet&&(M(v)||xt(v))&&(y=f("__typename",v));var m=u.getMergeFunction(l,t.name.value,y);m?d.info={field:t,typename:l,merge:m}:wr(a,p),c=e.merge(c,((n={})[p]=v,n))}else 0}));try{var p=u.identify(i,{typename:l,selectionSet:o,fragmentMap:s.fragmentMap,storeObject:c,readField:f}),d=p[0],v=p[1];n=n||d,v&&(c=s.merge(c,v))}catch(e){if(!n)throw e}if("string"==typeof n){var y=F(n),m=s.written[n]||(s.written[n]=[]);if(m.indexOf(o)>=0)return y;if(m.push(o),this.reader&&this.reader.isFresh(i,y,o,s))return y;var g=s.incomingById.get(n);return g?(g.storeObject=s.merge(g.storeObject,c),g.mergeTree=br(g.mergeTree,a),h.forEach((function(e){return g.fieldNodeSet.add(e)}))):s.incomingById.set(n,{storeObject:c,mergeTree:_r(a)?void 0:a,fieldNodeSet:h}),y}return c},t.prototype.processFieldValue=function(e,t,r,n){var i=this;return t.selectionSet&&null!==e?$(e)?e.map((function(e,o){var s=i.processFieldValue(e,t,r,gr(n,o));return wr(n,o),s})):this.processSelectionSet({result:e,selectionSet:t.selectionSet,context:r,mergeTree:n}):e},t.prototype.flattenFields=function(e,t,n,i){void 0===i&&(i=W(t,e,n.fragmentMap));var o=new Map,a=this.cache.policies,u=new s.Trie(!1);return function e(s,c){var l=u.lookup(s,c.clientOnly,c.deferred);l.visited||(l.visited=!0,s.selections.forEach((function(s){if(E(s,n.variables)){var u=c.clientOnly,l=c.deferred;if(u&&l||!Z(s.directives)||s.directives.forEach((function(e){var t=e.name.value;if("client"===t&&(u=!0),"defer"===t){var r=V(e,n.variables);r&&!1===r.if||(l=!0)}})),B(s)){var f=o.get(s);f&&(u=u&&f.clientOnly,l=l&&f.deferred),o.set(s,vr(n,u,l))}else{var h=C(s,n.lookupFragment);if(!h&&s.kind===r.Kind.FRAGMENT_SPREAD)throw S(11,s.name.value);h&&a.fragmentMatches(h,i,t,n.variables)&&e(h.selectionSet,vr(n,u,l))}}})))}(e,n),o},t.prototype.applyMerges=function(t,r,n,i,o){var s,a=this;if(t.map.size&&!M(n)){var u,c=$(n)||!M(r)&&!xt(r)?void 0:r,l=n;c&&!o&&(o=[M(c)?c.__ref:c]);var f=function(e,t){return $(e)?"number"==typeof t?e[t]:void 0:i.store.getFieldValue(e,String(t))};t.map.forEach((function(e,t){var r=f(c,t),n=f(l,t);if(void 0!==n){o&&o.push(t);var s=a.applyMerges(e,r,n,i,o);s!==n&&(u=u||new Map).set(t,s),o&&k(o.pop()===t)}})),u&&(n=$(l)?l.slice(0):e.__assign({},l),u.forEach((function(e,t){n[t]=e})))}return t.info?this.cache.policies.runMergeFunction(r,n,t.info,i,o&&(s=i.store).getStorage.apply(s,o)):n},t}(),mr=[];function gr(e,t){var r=e.map;return r.has(t)||r.set(t,mr.pop()||{map:new Map}),r.get(t)}function br(t,r){if(t===r||!r||_r(r))return t;if(!t||_r(t))return r;var n=t.info&&r.info?e.__assign(e.__assign({},t.info),r.info):t.info||r.info,i=t.map.size&&r.map.size,o={info:n,map:i?new Map:t.map.size?t.map:r.map};if(i){var s=new Set(r.map.keys());t.map.forEach((function(e,t){o.map.set(t,br(e,r.map.get(t))),s.delete(t)})),s.forEach((function(e){o.map.set(e,br(r.map.get(e),t.map.get(e)))}))}return o}function _r(e){return!e||!(e.info||e.map.size)}function wr(e,t){var r=e.map,n=r.get(t);n&&_r(n)&&(mr.push(n),r.delete(t))}new Set;var Or,kr=function(t){function r(e){void 0===e&&(e={});var r=t.call(this)||this;return r.watches=new Set,r.addTypenameTransform=new Mr(oe),r.assumeImmutableResults=!0,r.makeVar=Yt,r.txCount=0,r.config=function(e){return Fe(_t,e)}(e),r.addTypename=!!r.config.addTypename,r.policies=new fr({cache:r,dataIdFromObject:r.config.dataIdFromObject,possibleTypes:r.config.possibleTypes,typePolicies:r.config.typePolicies}),r.init(),r}return e.__extends(r,t),r.prototype.init=function(){var e=this.data=new Qt.Root({policies:this.policies,resultCaching:this.config.resultCaching});this.optimisticData=e.stump,this.resetResultCache()},r.prototype.resetResultCache=function(e){var t=this,r=this.storeReader,n=this.config.fragments;this.storeWriter=new yr(this,this.storeReader=new Bt({cache:this,addTypename:this.addTypename,resultCacheMaxSize:this.config.resultCacheMaxSize,canonizeResults:wt(this.config),canon:e?void 0:r&&r.canon,fragments:n}),n),this.maybeBroadcastWatch=a.wrap((function(e,r){return t.broadcastWatch(e,r)}),{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var r=e.optimistic?t.optimisticData:t.data;if(Nt(r)){var n=e.optimistic,i=e.id,o=e.variables;return r.makeCacheKey(e.query,e.callback,Vt({optimistic:n,id:i,variables:o}))}}}),new Set([this.data.group,this.optimisticData.group]).forEach((function(e){return e.resetCaching()}))},r.prototype.restore=function(e){return this.init(),e&&this.data.replace(e),this},r.prototype.extract=function(e){return void 0===e&&(e=!1),(e?this.optimisticData:this.data).extract()},r.prototype.read=function(t){var r=t.returnPartialData,n=void 0!==r&&r;try{return this.storeReader.diffQueryAgainstStore(e.__assign(e.__assign({},t),{store:t.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof yt)return null;throw e}},r.prototype.write=function(e){try{return++this.txCount,this.storeWriter.writeToStore(this.data,e)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},r.prototype.modify=function(e){if(mt.call(e,"id")&&!e.id)return!1;var t=e.optimistic?this.optimisticData:this.data;try{return++this.txCount,t.modify(e.id||"ROOT_QUERY",e.fields)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},r.prototype.diff=function(t){return this.storeReader.diffQueryAgainstStore(e.__assign(e.__assign({},t),{store:t.optimistic?this.optimisticData:this.data,rootId:t.id||"ROOT_QUERY",config:this.config}))},r.prototype.watch=function(e){var t=this;return this.watches.size||function(e){Jt(e).vars.forEach((function(t){return t.attachCache(e)}))}(this),this.watches.add(e),e.immediate&&this.maybeBroadcastWatch(e),function(){t.watches.delete(e)&&!t.watches.size&&Gt(t),t.maybeBroadcastWatch.forget(e)}},r.prototype.gc=function(e){Vt.reset();var t=this.optimisticData.gc();return e&&!this.txCount&&(e.resetResultCache?this.resetResultCache(e.resetResultIdentities):e.resetResultIdentities&&this.storeReader.resetCanon()),t},r.prototype.retain=function(e,t){return(t?this.optimisticData:this.data).retain(e)},r.prototype.release=function(e,t){return(t?this.optimisticData:this.data).release(e)},r.prototype.identify=function(e){if(M(e))return e.__ref;try{return this.policies.identify(e)[0]}catch(e){}},r.prototype.evict=function(t){if(!t.id){if(mt.call(t,"id"))return!1;t=e.__assign(e.__assign({},t),{id:"ROOT_QUERY"})}try{return++this.txCount,this.optimisticData.evict(t,this.data)}finally{--this.txCount||!1===t.broadcast||this.broadcastWatches()}},r.prototype.reset=function(e){var t=this;return this.init(),Vt.reset(),e&&e.discardWatches?(this.watches.forEach((function(e){return t.maybeBroadcastWatch.forget(e)})),this.watches.clear(),Gt(this)):this.broadcastWatches(),Promise.resolve()},r.prototype.removeOptimistic=function(e){var t=this.optimisticData.removeLayer(e);t!==this.optimisticData&&(this.optimisticData=t,this.broadcastWatches())},r.prototype.batch=function(t){var r,n=this,i=t.update,o=t.optimistic,s=void 0===o||o,a=t.removeOptimistic,u=t.onWatchUpdated,c=function(e){var t=n,o=t.data,s=t.optimisticData;++n.txCount,e&&(n.data=n.optimisticData=e);try{return r=i(n)}finally{--n.txCount,n.data=o,n.optimisticData=s}},l=new Set;return u&&!this.txCount&&this.broadcastWatches(e.__assign(e.__assign({},t),{onWatchUpdated:function(e){return l.add(e),!1}})),"string"==typeof s?this.optimisticData=this.optimisticData.addLayer(s,c):!1===s?c(this.data):c(),"string"==typeof a&&(this.optimisticData=this.optimisticData.removeLayer(a)),u&&l.size?(this.broadcastWatches(e.__assign(e.__assign({},t),{onWatchUpdated:function(e,t){var r=u.call(this,e,t);return!1!==r&&l.delete(e),r}})),l.size&&l.forEach((function(e){return n.maybeBroadcastWatch.dirty(e)}))):this.broadcastWatches(t),r},r.prototype.performTransaction=function(e,t){return this.batch({update:e,optimistic:t||null!==t})},r.prototype.transformDocument=function(e){return this.addTypenameToDocument(this.addFragmentsToDocument(e))},r.prototype.broadcastWatches=function(e){var t=this;this.txCount||this.watches.forEach((function(r){return t.maybeBroadcastWatch(r,e)}))},r.prototype.addFragmentsToDocument=function(e){var t=this.config.fragments;return t?t.transform(e):e},r.prototype.addTypenameToDocument=function(e){return this.addTypename?this.addTypenameTransform.transformDocument(e):e},r.prototype.broadcastWatch=function(e,t){var r=e.lastDiff,i=this.diff(e);t&&(e.optimistic&&"string"==typeof t.optimistic&&(i.fromOptimisticTransaction=!0),t.onWatchUpdated&&!1===t.onWatchUpdated.call(this,e,i,r))||r&&n.equal(r.result,i.result)||e.callback(e.lastDiff=i,r)},r}(vt);function Sr(e){return!!e&&e<7}function xr(e){return 7===e||8===e}function qr(t,r,n,i){var o=r.data,s=e.__rest(r,["data"]),a=n.data,u=e.__rest(n,["data"]);return p(s,u)&&Er(Y(t).selectionSet,o,a,{fragmentMap:D(J(t)),variables:i})}function Er(e,t,r,n){if(t===r)return!0;var i=new Set;return e.selections.every((function(e){if(i.has(e))return!0;if(i.add(e),!E(e,n.variables))return!0;if(Rr(e))return!0;if(B(e)){var o=z(e),s=t&&t[o],a=r&&r[o],u=e.selectionSet;if(!u)return p(s,a);var c=Array.isArray(s),l=Array.isArray(a);if(c!==l)return!1;if(c&&l){var f=s.length;if(a.length!==f)return!1;for(var h=0;h<f;++h)if(!Er(u,s[h],a[h],n))return!1;return!0}return Er(u,s,a,n)}var d=C(e,n.fragmentMap);return d?!!Rr(d)||Er(d.selectionSet,t,r,n):void 0}))}function Rr(e){return!!e.directives&&e.directives.some(Pr)}function Pr(e){return"nonreactive"===e.name.value}exports.NetworkStatus=void 0,(Or=exports.NetworkStatus||(exports.NetworkStatus={}))[Or.loading=1]="loading",Or[Or.setVariables=2]="setVariables",Or[Or.fetchMore=3]="fetchMore",Or[Or.refetch=4]="refetch",Or[Or.poll=6]="poll",Or[Or.ready=7]="ready",Or[Or.error=8]="error";var Qr=Object.assign,Dr=(Object.hasOwnProperty,function(t){function r(r){var n=r.queryManager,i=r.queryInfo,o=r.options,s=t.call(this,(function(e){try{var t=e._subscription._observer;t&&!t.error&&(t.error=Tr)}catch(e){}var r=!s.observers.size;s.observers.add(e);var n=s.last;return n&&n.error?e.error&&e.error(n.error):n&&n.result&&e.next&&e.next(n.result),r&&s.reobserve().catch((function(){})),function(){s.observers.delete(e)&&!s.observers.size&&s.tearDownQuery()}}))||this;s.observers=new Set,s.subscriptions=new Set,s.queryInfo=i,s.queryManager=n,s.isTornDown=!1;var a=n.defaultOptions.watchQuery,u=(void 0===a?{}:a).fetchPolicy,c=void 0===u?"cache-first":u,l=o.fetchPolicy,f=void 0===l?c:l,h=o.initialFetchPolicy,p=void 0===h?"standby"===f?c:f:h;s.options=e.__assign(e.__assign({},o),{initialFetchPolicy:p,fetchPolicy:f}),s.queryId=i.queryId||n.generateQueryId();var d=K(s.query);return s.queryName=d&&d.name&&d.name.value,s}return e.__extends(r,t),Object.defineProperty(r.prototype,"query",{get:function(){return this.lastQuery||this.options.query},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"variables",{get:function(){return this.options.variables},enumerable:!1,configurable:!0}),r.prototype.result=function(){var e=this;return new Promise((function(t,r){var n={next:function(r){t(r),e.observers.delete(n),e.observers.size||e.queryManager.removeQuery(e.queryId),setTimeout((function(){i.unsubscribe()}),0)},error:r},i=e.subscribe(n)}))},r.prototype.getCurrentResult=function(t){void 0===t&&(t=!0);var r=this.getLastResult(!0),i=this.queryInfo.networkStatus||r&&r.networkStatus||exports.NetworkStatus.ready,o=e.__assign(e.__assign({},r),{loading:Sr(i),networkStatus:i}),s=this.options.fetchPolicy,a=void 0===s?"cache-first":s;if("network-only"===a||"no-cache"===a||"standby"===a||this.queryManager.getDocumentInfo(this.query).hasForcedResolvers);else{var u=this.queryInfo.getDiff();(u.complete||this.options.returnPartialData)&&(o.data=u.result),n.equal(o.data,{})&&(o.data=void 0),u.complete?(delete o.partial,!u.complete||o.networkStatus!==exports.NetworkStatus.loading||"cache-first"!==a&&"cache-only"!==a||(o.networkStatus=exports.NetworkStatus.ready,o.loading=!1)):o.partial=!0}return t&&this.updateLastResult(o),o},r.prototype.isDifferentFromLastResult=function(e,t){return!this.last||((this.queryManager.getDocumentInfo(this.query).hasNonreactiveDirective?!qr(this.query,this.last.result,e,this.variables):!n.equal(this.last.result,e))||t&&!n.equal(this.last.variables,t))},r.prototype.getLast=function(e,t){var r=this.last;if(r&&r[e]&&(!t||n.equal(r.variables,this.variables)))return r[e]},r.prototype.getLastResult=function(e){return this.getLast("result",e)},r.prototype.getLastError=function(e){return this.getLast("error",e)},r.prototype.resetLastResults=function(){delete this.last,this.isTornDown=!1},r.prototype.resetQueryStoreErrors=function(){this.queryManager.resetErrors(this.queryId)},r.prototype.refetch=function(t){var r={pollInterval:0},i=this.options.fetchPolicy;return r.fetchPolicy="cache-and-network"===i?i:"no-cache"===i?"no-cache":"network-only",t&&!n.equal(this.options.variables,t)&&(r.variables=this.options.variables=e.__assign(e.__assign({},this.options.variables),t)),this.queryInfo.resetLastWrite(),this.reobserve(r,exports.NetworkStatus.refetch)},r.prototype.fetchMore=function(t){var r=this,n=e.__assign(e.__assign({},t.query?t:e.__assign(e.__assign(e.__assign(e.__assign({},this.options),{query:this.options.query}),t),{variables:e.__assign(e.__assign({},this.options.variables),t.variables)})),{fetchPolicy:"no-cache"});n.query=this.transformDocument(n.query);var i=this.queryManager.generateQueryId();this.lastQuery=t.query?this.transformDocument(this.options.query):n.query;var o=this.queryInfo,s=o.networkStatus;o.networkStatus=exports.NetworkStatus.fetchMore,n.notifyOnNetworkStatusChange&&this.observe();var a=new Set;return this.queryManager.fetchQuery(i,n,exports.NetworkStatus.fetchMore).then((function(e){return r.queryManager.removeQuery(i),o.networkStatus===exports.NetworkStatus.fetchMore&&(o.networkStatus=s),r.queryManager.cache.batch({update:function(i){var o=t.updateQuery;o?i.updateQuery({query:r.query,variables:r.variables,returnPartialData:!0,optimistic:!1},(function(t){return o(t,{fetchMoreResult:e.data,variables:n.variables})})):i.writeQuery({query:n.query,variables:n.variables,data:e.data})},onWatchUpdated:function(e){a.add(e.query)}}),e})).finally((function(){a.has(r.query)||Cr(r)}))},r.prototype.subscribeToMore=function(e){var t=this,r=this.queryManager.startGraphQLSubscription({query:e.document,variables:e.variables,context:e.context}).subscribe({next:function(r){var n=e.updateQuery;n&&t.updateQuery((function(e,t){var i=t.variables;return n(e,{subscriptionData:r,variables:i})}))},error:function(t){e.onError&&e.onError(t)}});return this.subscriptions.add(r),function(){t.subscriptions.delete(r)&&r.unsubscribe()}},r.prototype.setOptions=function(e){return this.reobserve(e)},r.prototype.setVariables=function(e){return n.equal(this.variables,e)?this.observers.size?this.result():Promise.resolve():(this.options.variables=e,this.observers.size?this.reobserve({fetchPolicy:this.options.initialFetchPolicy,variables:e},exports.NetworkStatus.setVariables):Promise.resolve())},r.prototype.updateQuery=function(e){var t=this.queryManager,r=e(t.cache.diff({query:this.options.query,variables:this.variables,returnPartialData:!0,optimistic:!1}).result,{variables:this.variables});r&&(t.cache.writeQuery({query:this.options.query,data:r,variables:this.variables}),t.broadcastQueries())},r.prototype.startPolling=function(e){this.options.pollInterval=e,this.updatePolling()},r.prototype.stopPolling=function(){this.options.pollInterval=0,this.updatePolling()},r.prototype.applyNextFetchPolicy=function(e,t){if(t.nextFetchPolicy){var r=t.fetchPolicy,n=void 0===r?"cache-first":r,i=t.initialFetchPolicy,o=void 0===i?n:i;"standby"===n||("function"==typeof t.nextFetchPolicy?t.fetchPolicy=t.nextFetchPolicy(n,{reason:e,options:t,observable:this,initialFetchPolicy:o}):t.fetchPolicy="variables-changed"===e?o:t.nextFetchPolicy)}return t.fetchPolicy},r.prototype.fetch=function(e,t){return this.queryManager.setObservableQuery(this),this.queryManager.fetchConcastWithInfo(this.queryId,e,t)},r.prototype.updatePolling=function(){var e=this;if(!this.queryManager.ssrMode){var t=this.pollingInfo,r=this.options.pollInterval;if(r){if(!t||t.interval!==r){k(r,22),(t||(this.pollingInfo={})).interval=r;var n=function(){e.pollingInfo&&(Sr(e.queryInfo.networkStatus)?i():e.reobserve({fetchPolicy:"no-cache"===e.options.initialFetchPolicy?"no-cache":"network-only"},exports.NetworkStatus.poll).then(i,i))},i=function(){var t=e.pollingInfo;t&&(clearTimeout(t.timeout),t.timeout=setTimeout(n,t.interval))};i()}}else t&&(clearTimeout(t.timeout),delete this.pollingInfo)}},r.prototype.updateLastResult=function(t,r){void 0===r&&(r=this.variables);var i=this.getLastError();return i&&this.last&&!n.equal(r,this.last.variables)&&(i=void 0),this.last=e.__assign({result:this.queryManager.assumeImmutableResults?t:ve(t),variables:r},i?{error:i}:null)},r.prototype.reobserveAsConcast=function(t,r){var i=this;this.isTornDown=!1;var o=r===exports.NetworkStatus.refetch||r===exports.NetworkStatus.fetchMore||r===exports.NetworkStatus.poll,s=this.options.variables,a=this.options.fetchPolicy,u=Fe(this.options,t||{}),c=o?u:Qr(this.options,u),l=this.transformDocument(c.query);this.lastQuery=l,o||(this.updatePolling(),t&&t.variables&&!n.equal(t.variables,s)&&"standby"!==c.fetchPolicy&&c.fetchPolicy===a&&(this.applyNextFetchPolicy("variables-changed",c),void 0===r&&(r=exports.NetworkStatus.setVariables)));var f=l===c.query?c:e.__assign(e.__assign({},c),{query:l}),h=c.variables&&e.__assign({},c.variables),p=this.fetch(f,r),d=p.concast,v=p.fromLink,y={next:function(e){i.reportResult(e,h)},error:function(e){i.reportError(e,h)}};return o||!v&&this.concast||(this.concast&&this.observer&&this.concast.removeObserver(this.observer),this.concast=d,this.observer=y),d.addObserver(y),d},r.prototype.reobserve=function(e,t){return this.reobserveAsConcast(e,t).promise},r.prototype.observe=function(){this.reportResult(this.getCurrentResult(!1),this.variables)},r.prototype.reportResult=function(e,t){var r=this.getLastError(),n=this.isDifferentFromLastResult(e,t);(r||!e.partial||this.options.returnPartialData)&&this.updateLastResult(e,t),(r||n)&&me(this.observers,"next",e)},r.prototype.reportError=function(t,r){var n=e.__assign(e.__assign({},this.getLastResult()),{error:t,errors:t.graphQLErrors,networkStatus:exports.NetworkStatus.error,loading:!1});this.updateLastResult(n,r),me(this.observers,"error",this.last.error=t)},r.prototype.hasObservers=function(){return this.observers.size>0},r.prototype.tearDownQuery=function(){this.isTornDown||(this.concast&&this.observer&&(this.concast.removeObserver(this.observer),delete this.concast,delete this.observer),this.stopPolling(),this.subscriptions.forEach((function(e){return e.unsubscribe()})),this.subscriptions.clear(),this.queryManager.stopQuery(this.queryId),this.observers.clear(),this.isTornDown=!0)},r.prototype.transformDocument=function(e){return this.queryManager.transform(e)},r}(o.Observable));function Cr(e){var t=e.options,r=t.fetchPolicy,n=t.nextFetchPolicy;return"cache-and-network"===r||"network-only"===r?e.reobserve({fetchPolicy:"cache-first",nextFetchPolicy:function(){return this.nextFetchPolicy=n,"function"==typeof n?n.apply(this,arguments):r}}):e.reobserve()}function Tr(e){}function Fr(e){return e}qe(Dr);var Mr=function(){function e(e,t){void 0===t&&(t=Object.create(null)),this.resultCache=_e?new WeakSet:new Set,this.transform=e,t.getCacheKey&&(this.getCacheKey=t.getCacheKey),!1!==t.cache&&(this.stableCacheKeys=new s.Trie(be,(function(e){return{key:e}})))}return e.prototype.getCacheKey=function(e){return[e]},e.identity=function(){return new e(Fr,{cache:!1})},e.split=function(t,r,n){return void 0===n&&(n=e.identity()),new e((function(e){return(t(e)?r:n).transformDocument(e)}),{cache:!1})},e.prototype.transformDocument=function(e){if(this.resultCache.has(e))return e;var t=this.getStableCacheEntry(e);if(t&&t.value)return t.value;U(e);var r=this.transform(e);return this.resultCache.add(r),t&&(t.value=r),r},e.prototype.concat=function(t){var r=this;return new e((function(e){return t.transformDocument(r.transformDocument(e))}),{cache:!1})},e.prototype.getStableCacheEntry=function(e){if(this.stableCacheKeys){var t=this.getCacheKey(e);return t?(k(Array.isArray(t),17),this.stableCacheKeys.lookupArray(t)):void 0}},e}(),Ir=function(){function t(e){var t=e.cache,r=e.client,n=e.resolvers,i=e.fragmentMatcher;this.selectionsToResolveCache=new WeakMap,this.cache=t,r&&(this.client=r),n&&this.addResolvers(n),i&&this.setFragmentMatcher(i)}return t.prototype.addResolvers=function(e){var t=this;this.resolvers=this.resolvers||{},Array.isArray(e)?e.forEach((function(e){t.resolvers=ce(t.resolvers,e)})):this.resolvers=ce(this.resolvers,e)},t.prototype.setResolvers=function(e){this.resolvers={},this.addResolvers(e)},t.prototype.getResolvers=function(){return this.resolvers||{}},t.prototype.runResolvers=function(t){var r=t.document,n=t.remoteResult,i=t.context,o=t.variables,s=t.onlyRunForcedResolvers,a=void 0!==s&&s;return e.__awaiter(this,void 0,void 0,(function(){return e.__generator(this,(function(t){return r?[2,this.resolveDocument(r,n.data,i,o,this.fragmentMatcher,a).then((function(t){return e.__assign(e.__assign({},n),{data:t.result})}))]:[2,n]}))}))},t.prototype.setFragmentMatcher=function(e){this.fragmentMatcher=e},t.prototype.getFragmentMatcher=function(){return this.fragmentMatcher},t.prototype.clientQuery=function(e){return R(["client"],e)&&this.resolvers?e:null},t.prototype.serverQuery=function(e){return ae(e)},t.prototype.prepareContext=function(t){var r=this.cache;return e.__assign(e.__assign({},t),{cache:r,getCacheKey:function(e){return r.identify(e)}})},t.prototype.addExportedVariables=function(t,r,n){return void 0===r&&(r={}),void 0===n&&(n={}),e.__awaiter(this,void 0,void 0,(function(){return e.__generator(this,(function(i){return t?[2,this.resolveDocument(t,this.buildRootValueFromCache(t,r)||{},this.prepareContext(n),r).then((function(t){return e.__assign(e.__assign({},r),t.exportedVariables)}))]:[2,e.__assign({},r)]}))}))},t.prototype.shouldForceResolvers=function(e){var t=!1;return r.visit(e,{Directive:{enter:function(e){if("client"===e.name.value&&e.arguments&&(t=e.arguments.some((function(e){return"always"===e.name.value&&"BooleanValue"===e.value.kind&&!0===e.value.value}))))return r.BREAK}}}),t},t.prototype.buildRootValueFromCache=function(e,t){return this.cache.diff({query:se(e),variables:t,returnPartialData:!0,optimistic:!1}).result},t.prototype.resolveDocument=function(t,r,n,i,o,s){return void 0===n&&(n={}),void 0===i&&(i={}),void 0===o&&(o=function(){return!0}),void 0===s&&(s=!1),e.__awaiter(this,void 0,void 0,(function(){var a,u,c,l,f,h,p,d,v,y;return e.__generator(this,(function(m){return a=Y(t),u=J(t),c=D(u),l=this.collectSelectionsToResolve(a,c),f=a.operation,h=f?f.charAt(0).toUpperCase()+f.slice(1):"Query",d=(p=this).cache,v=p.client,y={fragmentMap:c,context:e.__assign(e.__assign({},n),{cache:d,client:v}),variables:i,fragmentMatcher:o,defaultOperationType:h,exportedVariables:{},selectionsToResolve:l,onlyRunForcedResolvers:s},!1,[2,this.resolveSelectionSet(a.selectionSet,false,r,y).then((function(e){return{result:e,exportedVariables:y.exportedVariables}}))]}))}))},t.prototype.resolveSelectionSet=function(t,r,n,i){return e.__awaiter(this,void 0,void 0,(function(){var o,s,a,u,c,l=this;return e.__generator(this,(function(f){return o=i.fragmentMap,s=i.context,a=i.variables,u=[n],c=function(t){return e.__awaiter(l,void 0,void 0,(function(){var c,l;return e.__generator(this,(function(e){return(r||i.selectionsToResolve.has(t))&&E(t,a)?B(t)?[2,this.resolveField(t,r,n,i).then((function(e){var r;void 0!==e&&u.push(((r={})[z(t)]=e,r))}))]:(!function(e){return"InlineFragment"===e.kind}(t)?(c=o[t.name.value],k(c,18,t.name.value)):c=t,c&&c.typeCondition&&(l=c.typeCondition.name.value,i.fragmentMatcher(n,l,s))?[2,this.resolveSelectionSet(c.selectionSet,r,n,i).then((function(e){u.push(e)}))]:[2]):[2]}))}))},[2,Promise.all(t.selections.map(c)).then((function(){return le(u)}))]}))}))},t.prototype.resolveField=function(t,r,n,i){return e.__awaiter(this,void 0,void 0,(function(){var o,s,a,u,c,l,f,h,p,d=this;return e.__generator(this,(function(e){return n?(o=i.variables,s=t.name.value,a=z(t),u=s!==a,c=n[a]||n[s],l=Promise.resolve(c),i.onlyRunForcedResolvers&&!this.shouldForceResolvers(t)||(f=n.__typename||i.defaultOperationType,(h=this.resolvers&&this.resolvers[f])&&(p=h[u?s:a])&&(l=Promise.resolve(Kt.withValue(this.cache,p,[n,V(t,o),i.context,{field:t,fragmentMap:i.fragmentMap}])))),[2,l.then((function(e){var n,o;if(void 0===e&&(e=c),t.directives&&t.directives.forEach((function(t){"export"===t.name.value&&t.arguments&&t.arguments.forEach((function(t){"as"===t.name.value&&"StringValue"===t.value.kind&&(i.exportedVariables[t.value.value]=e)}))})),!t.selectionSet)return e;if(null==e)return e;var s=null!==(o=null===(n=t.directives)||void 0===n?void 0:n.some((function(e){return"client"===e.name.value})))&&void 0!==o&&o;return Array.isArray(e)?d.resolveSubSelectedArray(t,r||s,e,i):t.selectionSet?d.resolveSelectionSet(t.selectionSet,r||s,e,i):void 0}))]):[2,null]}))}))},t.prototype.resolveSubSelectedArray=function(e,t,r,n){var i=this;return Promise.all(r.map((function(r){return null===r?null:Array.isArray(r)?i.resolveSubSelectedArray(e,t,r,n):e.selectionSet?i.resolveSelectionSet(e.selectionSet,t,r,n):void 0})))},t.prototype.collectSelectionsToResolve=function(e,t){var n=function(e){return!Array.isArray(e)},i=this.selectionsToResolveCache;return function e(o){if(!i.has(o)){var s=new Set;i.set(o,s),r.visit(o,{Directive:function(e,t,i,o,a){"client"===e.name.value&&a.forEach((function(e){n(e)&&r.isSelectionNode(e)&&s.add(e)}))},FragmentSpread:function(i,o,a,u,c){var l=t[i.name.value];k(l,19,i.name.value);var f=e(l);f.size>0&&(c.forEach((function(e){n(e)&&r.isSelectionNode(e)&&s.add(e)})),s.add(i),f.forEach((function(e){s.add(e)})))}})}return i.get(o)}(e)},t}(),Nr=new(be?WeakMap:Map);function jr(e,t){var r=e[t];"function"==typeof r&&(e[t]=function(){return Nr.set(e,(Nr.get(e)+1)%1e15),r.apply(this,arguments)})}function Ar(e){e.notifyTimeout&&(clearTimeout(e.notifyTimeout),e.notifyTimeout=void 0)}var Lr=function(){function t(e,t){void 0===t&&(t=e.generateQueryId()),this.queryId=t,this.listeners=new Set,this.document=null,this.lastRequestId=1,this.subscriptions=new Set,this.stopped=!1,this.dirty=!1,this.observableQuery=null;var r=this.cache=e.cache;Nr.has(r)||(Nr.set(r,0),jr(r,"evict"),jr(r,"modify"),jr(r,"reset"))}return t.prototype.init=function(e){var t=e.networkStatus||exports.NetworkStatus.loading;return this.variables&&this.networkStatus!==exports.NetworkStatus.loading&&!n.equal(this.variables,e.variables)&&(t=exports.NetworkStatus.setVariables),n.equal(e.variables,this.variables)||(this.lastDiff=void 0),Object.assign(this,{document:e.document,variables:e.variables,networkError:null,graphQLErrors:this.graphQLErrors||[],networkStatus:t}),e.observableQuery&&this.setObservableQuery(e.observableQuery),e.lastRequestId&&(this.lastRequestId=e.lastRequestId),this},t.prototype.reset=function(){Ar(this),this.dirty=!1},t.prototype.getDiff=function(e){void 0===e&&(e=this.variables);var t=this.getDiffOptions(e);if(this.lastDiff&&n.equal(t,this.lastDiff.options))return this.lastDiff.diff;this.updateWatch(this.variables=e);var r=this.observableQuery;if(r&&"no-cache"===r.options.fetchPolicy)return{complete:!1};var i=this.cache.diff(t);return this.updateLastDiff(i,t),i},t.prototype.updateLastDiff=function(e,t){this.lastDiff=e?{diff:e,options:t||this.getDiffOptions()}:void 0},t.prototype.getDiffOptions=function(e){var t;return void 0===e&&(e=this.variables),{query:this.document,variables:e,returnPartialData:!0,optimistic:!0,canonizeResults:null===(t=this.observableQuery)||void 0===t?void 0:t.options.canonizeResults}},t.prototype.setDiff=function(e){var t=this,r=this.lastDiff&&this.lastDiff.diff;this.updateLastDiff(e),this.dirty||n.equal(r&&r.result,e&&e.result)||(this.dirty=!0,this.notifyTimeout||(this.notifyTimeout=setTimeout((function(){return t.notify()}),0)))},t.prototype.setObservableQuery=function(e){var t=this;e!==this.observableQuery&&(this.oqListener&&this.listeners.delete(this.oqListener),this.observableQuery=e,e?(e.queryInfo=this,this.listeners.add(this.oqListener=function(){t.getDiff().fromOptimisticTransaction?e.observe():Cr(e)})):delete this.oqListener)},t.prototype.notify=function(){var e=this;Ar(this),this.shouldNotify()&&this.listeners.forEach((function(t){return t(e)})),this.dirty=!1},t.prototype.shouldNotify=function(){if(!this.dirty||!this.listeners.size)return!1;if(Sr(this.networkStatus)&&this.observableQuery){var e=this.observableQuery.options.fetchPolicy;if("cache-only"!==e&&"cache-and-network"!==e)return!1}return!0},t.prototype.stop=function(){if(!this.stopped){this.stopped=!0,this.reset(),this.cancel(),this.cancel=t.prototype.cancel,this.subscriptions.forEach((function(e){return e.unsubscribe()}));var e=this.observableQuery;e&&e.stopPolling()}},t.prototype.cancel=function(){},t.prototype.updateWatch=function(t){var r=this;void 0===t&&(t=this.variables);var i=this.observableQuery;if(!i||"no-cache"!==i.options.fetchPolicy){var o=e.__assign(e.__assign({},this.getDiffOptions(t)),{watcher:this,callback:function(e){return r.setDiff(e)}});this.lastWatch&&n.equal(o,this.lastWatch)||(this.cancel(),this.cancel=this.cache.watch(this.lastWatch=o))}},t.prototype.resetLastWrite=function(){this.lastWrite=void 0},t.prototype.shouldWrite=function(e,t){var r=this.lastWrite;return!(r&&r.dmCount===Nr.get(this.cache)&&n.equal(t,r.variables)&&n.equal(e.data,r.result.data))},t.prototype.markResult=function(e,t,r,n){var i=this,o=new he,s=Z(e.errors)?e.errors.slice(0):[];if(this.reset(),"incremental"in e&&Z(e.incremental)){var a=De(this.getDiff().result,e);e.data=a}else if("hasNext"in e&&e.hasNext){var u=this.getDiff();e.data=o.merge(u.result,e.data)}this.graphQLErrors=s,"no-cache"===r.fetchPolicy?this.updateLastDiff({result:e.data,complete:!0},this.getDiffOptions(r.variables)):0!==n&&(Vr(e,r.errorPolicy)?this.cache.performTransaction((function(o){if(i.shouldWrite(e,r.variables))o.writeQuery({query:t,data:e.data,variables:r.variables,overwrite:1===n}),i.lastWrite={result:e,variables:r.variables,dmCount:Nr.get(i.cache)};else if(i.lastDiff&&i.lastDiff.diff.complete)return void(e.data=i.lastDiff.diff.result);var s=i.getDiffOptions(r.variables),a=o.diff(s);i.stopped||i.updateWatch(r.variables),i.updateLastDiff(a,s),a.complete&&(e.data=a.result)})):this.lastWrite=void 0)},t.prototype.markReady=function(){return this.networkError=null,this.networkStatus=exports.NetworkStatus.ready},t.prototype.markError=function(e){return this.networkStatus=exports.NetworkStatus.error,this.lastWrite=void 0,this.reset(),e.graphQLErrors&&(this.graphQLErrors=e.graphQLErrors),e.networkError&&(this.networkError=e.networkError),e},t}();function Vr(e,t){void 0===t&&(t="none");var r="ignore"===t||"all"===t,n=!Ce(e);return!n&&r&&e.data&&(n=!0),n}var zr=Object.prototype.hasOwnProperty,Wr=function(){function t(e){var t=e.cache,r=e.link,n=e.defaultOptions,i=e.documentTransform,o=e.queryDeduplication,s=void 0!==o&&o,a=e.onBroadcast,u=e.ssrMode,c=void 0!==u&&u,l=e.clientAwareness,f=void 0===l?{}:l,h=e.localState,p=e.assumeImmutableResults,d=void 0===p?!!t.assumeImmutableResults:p,v=this;this.clientAwareness={},this.queries=new Map,this.fetchCancelFns=new Map,this.transformCache=new(be?WeakMap:Map),this.queryIdCounter=1,this.requestIdCounter=1,this.mutationIdCounter=1,this.inFlightLinkObservables=new Map;var y=new Mr((function(e){return v.cache.transformDocument(e)}),{cache:!1});this.cache=t,this.link=r,this.defaultOptions=n||Object.create(null),this.queryDeduplication=s,this.clientAwareness=f,this.localState=h||new Ir({cache:t}),this.ssrMode=c,this.assumeImmutableResults=d,this.documentTransform=i?y.concat(i).concat(y):y,(this.onBroadcast=a)&&(this.mutationStore=Object.create(null))}return t.prototype.stop=function(){var e=this;this.queries.forEach((function(t,r){e.stopQueryNoBroadcast(r)})),this.cancelPendingFetches(S(25))},t.prototype.cancelPendingFetches=function(e){this.fetchCancelFns.forEach((function(t){return t(e)})),this.fetchCancelFns.clear()},t.prototype.mutate=function(t){var r,n,i=t.mutation,o=t.variables,s=t.optimisticResponse,a=t.updateQueries,u=t.refetchQueries,c=void 0===u?[]:u,l=t.awaitRefetchQueries,f=void 0!==l&&l,h=t.update,p=t.onQueryUpdated,d=t.fetchPolicy,v=void 0===d?(null===(r=this.defaultOptions.mutate)||void 0===r?void 0:r.fetchPolicy)||"network-only":d,y=t.errorPolicy,m=void 0===y?(null===(n=this.defaultOptions.mutate)||void 0===n?void 0:n.errorPolicy)||"none":y,g=t.keepRootFields,b=t.context;return e.__awaiter(this,void 0,void 0,(function(){var t,r,n,u;return e.__generator(this,(function(l){switch(l.label){case 0:return k(i,26),k("network-only"===v||"no-cache"===v,27),t=this.generateMutationId(),i=this.cache.transformForLink(this.transform(i)),r=this.getDocumentInfo(i).hasClientExports,o=this.getVariables(i,o),r?[4,this.localState.addExportedVariables(i,o,b)]:[3,2];case 1:o=l.sent(),l.label=2;case 2:return n=this.mutationStore&&(this.mutationStore[t]={mutation:i,variables:o,loading:!0,error:null}),s&&this.markMutationOptimistic(s,{mutationId:t,document:i,variables:o,fetchPolicy:v,errorPolicy:m,context:b,updateQueries:a,update:h,keepRootFields:g}),this.broadcastQueries(),u=this,[2,new Promise((function(r,l){return ge(u.getObservableFromLink(i,e.__assign(e.__assign({},b),{optimisticResponse:s}),o,!1),(function(r){if(Ce(r)&&"none"===m)throw new $e({graphQLErrors:Te(r)});n&&(n.loading=!1,n.error=null);var l=e.__assign({},r);return"function"==typeof c&&(c=c(l)),"ignore"===m&&Ce(l)&&delete l.errors,u.markMutationResult({mutationId:t,result:l,document:i,variables:o,fetchPolicy:v,errorPolicy:m,context:b,update:h,updateQueries:a,awaitRefetchQueries:f,refetchQueries:c,removeOptimistic:s?t:void 0,onQueryUpdated:p,keepRootFields:g})})).subscribe({next:function(e){u.broadcastQueries(),"hasNext"in e&&!1!==e.hasNext||r(e)},error:function(e){n&&(n.loading=!1,n.error=e),s&&u.cache.removeOptimistic(t),u.broadcastQueries(),l(e instanceof $e?e:new $e({networkError:e}))}})}))]}}))}))},t.prototype.markMutationResult=function(t,r){var n=this;void 0===r&&(r=this.cache);var i=t.result,o=[],s="no-cache"===t.fetchPolicy;if(!s&&Vr(i,t.errorPolicy)){if(Pe(i)||o.push({result:i.data,dataId:"ROOT_MUTATION",query:t.document,variables:t.variables}),Pe(i)&&Z(i.incremental)){var a=r.diff({id:"ROOT_MUTATION",query:this.getDocumentInfo(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0}),u=void 0;a.result&&(u=De(a.result,i)),void 0!==u&&(i.data=u,o.push({result:u,dataId:"ROOT_MUTATION",query:t.document,variables:t.variables}))}var c=t.updateQueries;c&&this.queries.forEach((function(e,t){var s=e.observableQuery,a=s&&s.queryName;if(a&&zr.call(c,a)){var u=c[a],l=n.queries.get(t),f=l.document,h=l.variables,p=r.diff({query:f,variables:h,returnPartialData:!0,optimistic:!1}),d=p.result;if(p.complete&&d){var v=u(d,{mutationResult:i,queryName:f&&H(f)||void 0,queryVariables:h});v&&o.push({result:v,dataId:"ROOT_QUERY",query:f,variables:h})}}}))}if(o.length>0||t.refetchQueries||t.update||t.onQueryUpdated||t.removeOptimistic){var l=[];if(this.refetchQueries({updateCache:function(r){s||o.forEach((function(e){return r.write(e)}));var a,u=t.update,c=!(Pe(a=i)||function(e){return"hasNext"in e&&"data"in e}(a))||Pe(i)&&!i.hasNext;if(u){if(!s){var l=r.diff({id:"ROOT_MUTATION",query:n.getDocumentInfo(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0});l.complete&&("incremental"in(i=e.__assign(e.__assign({},i),{data:l.result}))&&delete i.incremental,"hasNext"in i&&delete i.hasNext)}c&&u(r,i,{context:t.context,variables:t.variables})}s||t.keepRootFields||!c||r.modify({id:"ROOT_MUTATION",fields:function(e,t){var r=t.fieldName,n=t.DELETE;return"__typename"===r?e:n}})},include:t.refetchQueries,optimistic:!1,removeOptimistic:t.removeOptimistic,onQueryUpdated:t.onQueryUpdated||null}).forEach((function(e){return l.push(e)})),t.awaitRefetchQueries||t.onQueryUpdated)return Promise.all(l).then((function(){return i}))}return Promise.resolve(i)},t.prototype.markMutationOptimistic=function(t,r){var n=this,i="function"==typeof t?t(r.variables):t;return this.cache.recordOptimisticTransaction((function(t){try{n.markMutationResult(e.__assign(e.__assign({},r),{result:{data:i}}),t)}catch(e){}}),r.mutationId)},t.prototype.fetchQuery=function(e,t,r){return this.fetchConcastWithInfo(e,t,r).concast.promise},t.prototype.getQueryStore=function(){var e=Object.create(null);return this.queries.forEach((function(t,r){e[r]={variables:t.variables,networkStatus:t.networkStatus,networkError:t.networkError,graphQLErrors:t.graphQLErrors}})),e},t.prototype.resetErrors=function(e){var t=this.queries.get(e);t&&(t.networkError=void 0,t.graphQLErrors=[])},t.prototype.transform=function(e){return this.documentTransform.transformDocument(e)},t.prototype.getDocumentInfo=function(t){var r=this.transformCache;if(!r.has(t)){var n={hasClientExports:P(t),hasForcedResolvers:this.localState.shouldForceResolvers(t),hasNonreactiveDirective:R(["nonreactive"],t),clientQuery:this.localState.clientQuery(t),serverQuery:ie([{name:"client",remove:!0},{name:"connection"},{name:"nonreactive"}],t),defaultVars:X(K(t)),asQuery:e.__assign(e.__assign({},t),{definitions:t.definitions.map((function(t){return"OperationDefinition"===t.kind&&"query"!==t.operation?e.__assign(e.__assign({},t),{operation:"query"}):t}))})};r.set(t,n)}return r.get(t)},t.prototype.getVariables=function(t,r){return e.__assign(e.__assign({},this.getDocumentInfo(t).defaultVars),r)},t.prototype.watchQuery=function(t){var r=this.transform(t.query);void 0===(t=e.__assign(e.__assign({},t),{variables:this.getVariables(r,t.variables)})).notifyOnNetworkStatusChange&&(t.notifyOnNetworkStatusChange=!1);var n=new Lr(this),i=new Dr({queryManager:this,queryInfo:n,options:t});return i.lastQuery=r,this.queries.set(i.queryId,n),n.init({document:r,observableQuery:i,variables:i.variables}),i},t.prototype.query=function(t,r){var n=this;return void 0===r&&(r=this.generateQueryId()),k(t.query,28),k("Document"===t.query.kind,29),k(!t.returnPartialData,30),k(!t.pollInterval,31),this.fetchQuery(r,e.__assign(e.__assign({},t),{query:this.transform(t.query)})).finally((function(){return n.stopQuery(r)}))},t.prototype.generateQueryId=function(){return String(this.queryIdCounter++)},t.prototype.generateRequestId=function(){return this.requestIdCounter++},t.prototype.generateMutationId=function(){return String(this.mutationIdCounter++)},t.prototype.stopQueryInStore=function(e){this.stopQueryInStoreNoBroadcast(e),this.broadcastQueries()},t.prototype.stopQueryInStoreNoBroadcast=function(e){var t=this.queries.get(e);t&&t.stop()},t.prototype.clearStore=function(e){return void 0===e&&(e={discardWatches:!0}),this.cancelPendingFetches(S(32)),this.queries.forEach((function(e){e.observableQuery?e.networkStatus=exports.NetworkStatus.loading:e.stop()})),this.mutationStore&&(this.mutationStore=Object.create(null)),this.cache.reset(e)},t.prototype.getObservableQueries=function(t){var r=this;void 0===t&&(t="active");var n=new Map,i=new Map,o=new Set;return Array.isArray(t)&&t.forEach((function(e){var t;"string"==typeof e?i.set(e,!1):T(t=e)&&"Document"===t.kind&&Array.isArray(t.definitions)?i.set(r.transform(e),!1):T(e)&&e.query&&o.add(e)})),this.queries.forEach((function(e,r){var o=e.observableQuery,s=e.document;if(o){if("all"===t)return void n.set(r,o);var a=o.queryName;if("standby"===o.options.fetchPolicy||"active"===t&&!o.hasObservers())return;("active"===t||a&&i.has(a)||s&&i.has(s))&&(n.set(r,o),a&&i.set(a,!0),s&&i.set(s,!0))}})),o.size&&o.forEach((function(t){var i=_("legacyOneTimeQuery"),o=r.getQuery(i).init({document:t.query,variables:t.variables}),s=new Dr({queryManager:r,queryInfo:o,options:e.__assign(e.__assign({},t),{fetchPolicy:"network-only"})});k(s.queryId===i),o.setObservableQuery(s),n.set(i,s)})),n},t.prototype.reFetchObservableQueries=function(e){var t=this;void 0===e&&(e=!1);var r=[];return this.getObservableQueries(e?"all":"active").forEach((function(n,i){var o=n.options.fetchPolicy;n.resetLastResults(),(e||"standby"!==o&&"cache-only"!==o)&&r.push(n.refetch()),t.getQuery(i).setDiff(null)})),this.broadcastQueries(),Promise.all(r)},t.prototype.setObservableQuery=function(e){this.getQuery(e.queryId).setObservableQuery(e)},t.prototype.startGraphQLSubscription=function(e){var t=this,r=e.query,n=e.fetchPolicy,i=e.errorPolicy,s=e.variables,a=e.context,u=void 0===a?{}:a;r=this.transform(r),s=this.getVariables(r,s);var c=function(e){return t.getObservableFromLink(r,u,e).map((function(o){"no-cache"!==n&&(Vr(o,i)&&t.cache.write({query:r,result:o.data,dataId:"ROOT_SUBSCRIPTION",variables:e}),t.broadcastQueries());var s=Ce(o),a=function(e){return!!e.extensions&&Array.isArray(e.extensions[Ye])}(o);if(s||a){var u={};throw s&&(u.graphQLErrors=o.errors),a&&(u.protocolErrors=o.extensions[Ye]),new $e(u)}return o}))};if(this.getDocumentInfo(r).hasClientExports){var l=this.localState.addExportedVariables(r,s,u).then(c);return new o.Observable((function(e){var t=null;return l.then((function(r){return t=r.subscribe(e)}),e.error),function(){return t&&t.unsubscribe()}}))}return c(s)},t.prototype.stopQuery=function(e){this.stopQueryNoBroadcast(e),this.broadcastQueries()},t.prototype.stopQueryNoBroadcast=function(e){this.stopQueryInStoreNoBroadcast(e),this.removeQuery(e)},t.prototype.removeQuery=function(e){this.fetchCancelFns.delete(e),this.queries.has(e)&&(this.getQuery(e).stop(),this.queries.delete(e))},t.prototype.broadcastQueries=function(){this.onBroadcast&&this.onBroadcast(),this.queries.forEach((function(e){return e.notify()}))},t.prototype.getLocalState=function(){return this.localState},t.prototype.getObservableFromLink=function(t,r,n,i){var s,a,u=this;void 0===i&&(i=null!==(s=null==r?void 0:r.queryDeduplication)&&void 0!==s?s:this.queryDeduplication);var c=this.getDocumentInfo(t),l=c.serverQuery,f=c.clientQuery;if(l){var h=this.inFlightLinkObservables,p=this.link,d={query:l,variables:n,operationName:H(l)||void 0,context:this.prepareContext(e.__assign(e.__assign({},r),{forceFetch:!i}))};if(r=d.context,i){var v=h.get(l)||new Map;h.set(l,v);var y=Vt(n);if(!(a=v.get(y))){var m=new Re([Ke(p,d)]);v.set(y,a=m),m.beforeNext((function(){v.delete(y)&&v.size<1&&h.delete(l)}))}}else a=new Re([Ke(p,d)])}else a=new Re([o.Observable.of({data:{}})]),r=this.prepareContext(r);return f&&(a=ge(a,(function(e){return u.localState.runResolvers({document:f,remoteResult:e,context:r,variables:n})}))),a},t.prototype.getResultsFromLink=function(e,t,r){var n=e.lastRequestId=this.generateRequestId(),i=this.cache.transformForLink(r.query);return ge(this.getObservableFromLink(i,r.context,r.variables),(function(o){var s=Te(o),a=s.length>0;if(n>=e.lastRequestId){if(a&&"none"===r.errorPolicy)throw e.markError(new $e({graphQLErrors:s}));e.markResult(o,i,r,t),e.markReady()}var u={data:o.data,loading:!1,networkStatus:exports.NetworkStatus.ready};return a&&"ignore"!==r.errorPolicy&&(u.errors=s,u.networkStatus=exports.NetworkStatus.error),u}),(function(t){var r=Xe(t)?t:new $e({networkError:t});throw n>=e.lastRequestId&&e.markError(r),r}))},t.prototype.fetchConcastWithInfo=function(e,t,r){var n=this;void 0===r&&(r=exports.NetworkStatus.loading);var i,o,s=t.query,a=this.getVariables(s,t.variables),u=this.getQuery(e),c=this.defaultOptions.watchQuery,l=t.fetchPolicy,f=void 0===l?c&&c.fetchPolicy||"cache-first":l,h=t.errorPolicy,p=void 0===h?c&&c.errorPolicy||"none":h,d=t.returnPartialData,v=void 0!==d&&d,y=t.notifyOnNetworkStatusChange,m=void 0!==y&&y,g=t.context,b=void 0===g?{}:g,_=Object.assign({},t,{query:s,variables:a,fetchPolicy:f,errorPolicy:p,returnPartialData:v,notifyOnNetworkStatusChange:m,context:b}),w=function(e){_.variables=e;var i=n.fetchQueryByPolicy(u,_,r);return"standby"!==_.fetchPolicy&&i.sources.length>0&&u.observableQuery&&u.observableQuery.applyNextFetchPolicy("after-fetch",t),i},O=function(){return n.fetchCancelFns.delete(e)};if(this.fetchCancelFns.set(e,(function(e){O(),setTimeout((function(){return i.cancel(e)}))})),this.getDocumentInfo(_.query).hasClientExports)i=new Re(this.localState.addExportedVariables(_.query,_.variables,_.context).then(w).then((function(e){return e.sources}))),o=!0;else{var k=w(_.variables);o=k.fromLink,i=new Re(k.sources)}return i.promise.then(O,O),{concast:i,fromLink:o}},t.prototype.refetchQueries=function(e){var t=this,r=e.updateCache,n=e.include,i=e.optimistic,o=void 0!==i&&i,s=e.removeOptimistic,a=void 0===s?o?_("refetchQueries"):void 0:s,u=e.onQueryUpdated,c=new Map;n&&this.getObservableQueries(n).forEach((function(e,r){c.set(r,{oq:e,lastDiff:t.getQuery(r).getDiff()})}));var l=new Map;return r&&this.cache.batch({update:r,optimistic:o&&a||!1,removeOptimistic:a,onWatchUpdated:function(e,t,r){var n=e.watcher instanceof Lr&&e.watcher.observableQuery;if(n){if(u){c.delete(n.queryId);var i=u(n,t,r);return!0===i&&(i=n.refetch()),!1!==i&&l.set(n,i),i}null!==u&&c.set(n.queryId,{oq:n,lastDiff:r,diff:t})}}}),c.size&&c.forEach((function(e,r){var n,i=e.oq,o=e.lastDiff,s=e.diff;if(u){if(!s){var a=i.queryInfo;a.reset(),s=a.getDiff()}n=u(i,s,o)}u&&!0!==n||(n=i.refetch()),!1!==n&&l.set(i,n),r.indexOf("legacyOneTimeQuery")>=0&&t.stopQueryNoBroadcast(r)})),a&&this.cache.removeOptimistic(a),l},t.prototype.fetchQueryByPolicy=function(t,r,n){var i=this,s=r.query,a=r.variables,u=r.fetchPolicy,c=r.refetchWritePolicy,l=r.errorPolicy,f=r.returnPartialData,h=r.context,p=r.notifyOnNetworkStatusChange,d=t.networkStatus;t.init({document:s,variables:a,networkStatus:n});var v=function(){return t.getDiff(a)},y=function(r,n){void 0===n&&(n=t.networkStatus||exports.NetworkStatus.loading);var u=r.result;var c=function(t){return o.Observable.of(e.__assign({data:t,loading:Sr(n),networkStatus:n},r.complete?null:{partial:!0}))};return u&&i.getDocumentInfo(s).hasForcedResolvers?i.localState.runResolvers({document:s,remoteResult:{data:u},context:h,variables:a,onlyRunForcedResolvers:!0}).then((function(e){return c(e.data||void 0)})):"none"===l&&n===exports.NetworkStatus.refetch&&Array.isArray(r.missing)?c(void 0):c(u)},m="no-cache"===u?0:n===exports.NetworkStatus.refetch&&"merge"!==c?1:2,g=function(){return i.getResultsFromLink(t,m,{query:s,variables:a,context:h,fetchPolicy:u,errorPolicy:l})},b=p&&"number"==typeof d&&d!==n&&Sr(n);switch(u){default:case"cache-first":return(_=v()).complete?{fromLink:!1,sources:[y(_,t.markReady())]}:f||b?{fromLink:!0,sources:[y(_),g()]}:{fromLink:!0,sources:[g()]};case"cache-and-network":var _;return(_=v()).complete||f||b?{fromLink:!0,sources:[y(_),g()]}:{fromLink:!0,sources:[g()]};case"cache-only":return{fromLink:!1,sources:[y(v(),t.markReady())]};case"network-only":return b?{fromLink:!0,sources:[y(v()),g()]}:{fromLink:!0,sources:[g()]};case"no-cache":return b?{fromLink:!0,sources:[y(t.getDiff()),g()]}:{fromLink:!0,sources:[g()]};case"standby":return{fromLink:!1,sources:[]}}},t.prototype.getQuery=function(e){return e&&!this.queries.has(e)&&this.queries.set(e,new Lr(this,e)),this.queries.get(e)},t.prototype.prepareContext=function(t){void 0===t&&(t={});var r=this.localState.prepareContext(t);return e.__assign(e.__assign({},r),{clientAwareness:this.clientAwareness})},t}(),Br=function(){function t(e){var t=this;if(this.resetStoreCallbacks=[],this.clearStoreCallbacks=[],!e.cache)throw S(13);var r=e.uri,n=e.credentials,i=e.headers,o=e.cache,s=e.documentTransform,a=e.ssrMode,u=void 0!==a&&a,c=e.ssrForceFetchDelay,l=void 0===c?0:c,f=e.connectToDevTools,h=void 0===f?"object"==typeof window&&!window.__APOLLO_CLIENT__&&!1:f,p=e.queryDeduplication,d=void 0===p||p,v=e.defaultOptions,m=e.assumeImmutableResults,g=void 0===m?o.assumeImmutableResults:m,b=e.resolvers,_=e.typeDefs,w=e.fragmentMatcher,O=e.name,k=e.version,x=e.link;x||(x=r?new dt({uri:r,credentials:n,headers:i}):Ve.empty()),this.link=x,this.cache=o,this.disableNetworkFetches=u||l>0,this.queryDeduplication=d,this.defaultOptions=v||Object.create(null),this.typeDefs=_,l&&setTimeout((function(){return t.disableNetworkFetches=!1}),l),this.watchQuery=this.watchQuery.bind(this),this.query=this.query.bind(this),this.mutate=this.mutate.bind(this),this.resetStore=this.resetStore.bind(this),this.reFetchObservableQueries=this.reFetchObservableQueries.bind(this),h&&"object"==typeof window&&(window.__APOLLO_CLIENT__=this),this.version=y,this.localState=new Ir({cache:o,client:this,resolvers:b,fragmentMatcher:w}),this.queryManager=new Wr({cache:this.cache,link:this.link,defaultOptions:this.defaultOptions,documentTransform:s,queryDeduplication:d,ssrMode:u,clientAwareness:{name:O,version:k},localState:this.localState,assumeImmutableResults:g,onBroadcast:h?function(){t.devToolsHookCb&&t.devToolsHookCb({action:{},state:{queries:t.queryManager.getQueryStore(),mutations:t.queryManager.mutationStore||{}},dataWithOptimisticResults:t.cache.extract(!0)})}:void 0})}return Object.defineProperty(t.prototype,"documentTransform",{get:function(){return this.queryManager.documentTransform},enumerable:!1,configurable:!0}),t.prototype.stop=function(){this.queryManager.stop()},t.prototype.watchQuery=function(t){return this.defaultOptions.watchQuery&&(t=Me(this.defaultOptions.watchQuery,t)),!this.disableNetworkFetches||"network-only"!==t.fetchPolicy&&"cache-and-network"!==t.fetchPolicy||(t=e.__assign(e.__assign({},t),{fetchPolicy:"cache-first"})),this.queryManager.watchQuery(t)},t.prototype.query=function(t){return this.defaultOptions.query&&(t=Me(this.defaultOptions.query,t)),k("cache-and-network"!==t.fetchPolicy,15),this.disableNetworkFetches&&"network-only"===t.fetchPolicy&&(t=e.__assign(e.__assign({},t),{fetchPolicy:"cache-first"})),this.queryManager.query(t)},t.prototype.mutate=function(e){return this.defaultOptions.mutate&&(e=Me(this.defaultOptions.mutate,e)),this.queryManager.mutate(e)},t.prototype.subscribe=function(e){return this.queryManager.startGraphQLSubscription(e)},t.prototype.readQuery=function(e,t){return void 0===t&&(t=!1),this.cache.readQuery(e,t)},t.prototype.readFragment=function(e,t){return void 0===t&&(t=!1),this.cache.readFragment(e,t)},t.prototype.writeQuery=function(e){var t=this.cache.writeQuery(e);return!1!==e.broadcast&&this.queryManager.broadcastQueries(),t},t.prototype.writeFragment=function(e){var t=this.cache.writeFragment(e);return!1!==e.broadcast&&this.queryManager.broadcastQueries(),t},t.prototype.__actionHookForDevTools=function(e){this.devToolsHookCb=e},t.prototype.__requestRaw=function(e){return Ke(this.link,e)},t.prototype.resetStore=function(){var e=this;return Promise.resolve().then((function(){return e.queryManager.clearStore({discardWatches:!1})})).then((function(){return Promise.all(e.resetStoreCallbacks.map((function(e){return e()})))})).then((function(){return e.reFetchObservableQueries()}))},t.prototype.clearStore=function(){var e=this;return Promise.resolve().then((function(){return e.queryManager.clearStore({discardWatches:!0})})).then((function(){return Promise.all(e.clearStoreCallbacks.map((function(e){return e()})))}))},t.prototype.onResetStore=function(e){var t=this;return this.resetStoreCallbacks.push(e),function(){t.resetStoreCallbacks=t.resetStoreCallbacks.filter((function(t){return t!==e}))}},t.prototype.onClearStore=function(e){var t=this;return this.clearStoreCallbacks.push(e),function(){t.clearStoreCallbacks=t.clearStoreCallbacks.filter((function(t){return t!==e}))}},t.prototype.reFetchObservableQueries=function(e){return this.queryManager.reFetchObservableQueries(e)},t.prototype.refetchQueries=function(e){var t=this.queryManager.refetchQueries(e),r=[],n=[];t.forEach((function(e,t){r.push(t),n.push(e)}));var i=Promise.all(n);return i.queries=r,i.results=n,i.catch((function(e){})),i},t.prototype.getObservableQueries=function(e){return void 0===e&&(e="active"),this.queryManager.getObservableQueries(e)},t.prototype.extract=function(e){return this.cache.extract(e)},t.prototype.restore=function(e){return this.cache.restore(e)},t.prototype.addResolvers=function(e){this.localState.addResolvers(e)},t.prototype.setResolvers=function(e){this.localState.setResolvers(e)},t.prototype.getResolvers=function(){return this.localState.getResolvers()},t.prototype.setLocalStateFragmentMatcher=function(e){this.localState.setFragmentMatcher(e)},t.prototype.setLink=function(e){this.link=this.queryManager.link=e},t}(),Ur=we?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function Kr(){k("createContext"in d,45);var e=g[Ur];e||(e=g[Ur]=new Map);var t=e.get(d);return t||((t=d.createContext({})).displayName="ApolloContext",e.set(d,t)),t}var Hr=Kr;function Jr(e){var t=l.useContext(Kr()),r=e||t.client;return k(!!r,49),r}var Gr,Yr=d.useSyncExternalStore||function(e,t,r){var n=t();var i=d.useState({inst:{value:n,getSnapshot:t}}),o=i[0].inst,s=i[1];return xe?d.useLayoutEffect((function(){Object.assign(o,{value:n,getSnapshot:t}),Xr(o)&&s({inst:o})}),[e,n,t]):Object.assign(o,{value:n,getSnapshot:t}),d.useEffect((function(){return Xr(o)&&s({inst:o}),e((function(){Xr(o)&&s({inst:o})}))}),[e]),n};function Xr(e){var t=e.value,r=e.getSnapshot;try{return t!==r()}catch(e){return!0}}exports.DocumentType=void 0,(Gr=exports.DocumentType||(exports.DocumentType={}))[Gr.Query=0]="Query",Gr[Gr.Mutation=1]="Mutation",Gr[Gr.Subscription=2]="Subscription";var $r=new Map;function Zr(e){var t;switch(e){case exports.DocumentType.Query:t="Query";break;case exports.DocumentType.Mutation:t="Mutation";break;case exports.DocumentType.Subscription:t="Subscription"}return t}function en(e){var t,r,n=$r.get(e);if(n)return n;k(!!e&&!!e.kind,60,e);for(var i=[],o=[],s=[],a=[],u=0,c=e.definitions;u<c.length;u++){var l=c[u];if("FragmentDefinition"!==l.kind){if("OperationDefinition"===l.kind)switch(l.operation){case"query":o.push(l);break;case"mutation":s.push(l);break;case"subscription":a.push(l)}}else i.push(l)}k(!i.length||o.length||s.length||a.length,61),k(o.length+s.length+a.length<=1,62,e,o.length,a.length,s.length),r=o.length?exports.DocumentType.Query:exports.DocumentType.Mutation,o.length||s.length||(r=exports.DocumentType.Subscription);var f=o.length?o:s.length?s:a;k(1===f.length,63,e,f.length);var h=f[0];t=h.variableDefinitions||[];var p={name:h.name&&"Name"===h.name.kind?h.name.value:"data",type:r,variables:t};return $r.set(e,p),p}function tn(e,t){var r=en(e),n=Zr(t),i=Zr(r.type);k(r.type===t,64,n,n,i)}var rn=Object.prototype.hasOwnProperty;function nn(e,t){var r=l.useRef();r.current&&e===r.current.client&&t===r.current.query||(r.current=new on(e,t,r.current));var n=r.current,i=l.useState(0);i[0];var o=i[1];return n.forceUpdate=function(){o((function(e){return e+1}))},n}var on=function(){function t(e,t,r){this.client=e,this.query=t,this.ssrDisabledResult={loading:!0,data:void 0,error:void 0,networkStatus:exports.NetworkStatus.loading},this.skipStandbyResult={loading:!1,data:void 0,error:void 0,networkStatus:exports.NetworkStatus.ready},this.toQueryResultCache=new(be?WeakMap:Map),tn(t,exports.DocumentType.Query);var n=r&&r.result,i=n&&n.data;i&&(this.previousData=i)}return t.prototype.forceUpdate=function(){},t.prototype.executeQuery=function(e){var t,r=this;e.query&&Object.assign(this,{query:e.query}),this.watchQueryOptions=this.createWatchQueryOptions(this.queryHookOptions=e);var n=this.observable.reobserveAsConcast(this.getObsQueryOptions());return this.previousData=(null===(t=this.result)||void 0===t?void 0:t.data)||this.previousData,this.result=void 0,this.forceUpdate(),new Promise((function(e){var t;n.subscribe({next:function(e){t=e},error:function(){e(r.toQueryResult(r.observable.getCurrentResult()))},complete:function(){e(r.toQueryResult(t))}})}))},t.prototype.useQuery=function(e){var t=this;this.renderPromises=l.useContext(Kr()).renderPromises,this.useOptions(e);var r=this.useObservableQuery(),i=Yr(l.useCallback((function(){if(t.renderPromises)return function(){};var e=function(){var e=t.result,i=r.getCurrentResult();e&&e.loading===i.loading&&e.networkStatus===i.networkStatus&&n.equal(e.data,i.data)||t.setResult(i)},i=function(s){var a=r.last;o.unsubscribe();try{r.resetLastResults(),o=r.subscribe(e,i)}finally{r.last=a}if(!rn.call(s,"graphQLErrors"))throw s;var u=t.result;(!u||u&&u.loading||!n.equal(s,u.error))&&t.setResult({data:u&&u.data,error:s,loading:!1,networkStatus:exports.NetworkStatus.error})},o=r.subscribe(e,i);return function(){return setTimeout((function(){return o.unsubscribe()}))}}),[r,this.renderPromises,this.client.disableNetworkFetches]),(function(){return t.getCurrentResult()}),(function(){return t.getCurrentResult()}));return this.unsafeHandlePartialRefetch(i),this.toQueryResult(i)},t.prototype.useOptions=function(e){var r,i=this.createWatchQueryOptions(this.queryHookOptions=e),o=this.watchQueryOptions;n.equal(i,o)||(this.watchQueryOptions=i,o&&this.observable&&(this.observable.reobserve(this.getObsQueryOptions()),this.previousData=(null===(r=this.result)||void 0===r?void 0:r.data)||this.previousData,this.result=void 0)),this.onCompleted=e.onCompleted||t.prototype.onCompleted,this.onError=e.onError||t.prototype.onError,!this.renderPromises&&!this.client.disableNetworkFetches||!1!==this.queryHookOptions.ssr||this.queryHookOptions.skip?this.queryHookOptions.skip||"standby"===this.watchQueryOptions.fetchPolicy?this.result=this.skipStandbyResult:this.result!==this.ssrDisabledResult&&this.result!==this.skipStandbyResult||(this.result=void 0):this.result=this.ssrDisabledResult},t.prototype.getObsQueryOptions=function(){var e=[],t=this.client.defaultOptions.watchQuery;return t&&e.push(t),this.queryHookOptions.defaultOptions&&e.push(this.queryHookOptions.defaultOptions),e.push(Fe(this.observable&&this.observable.options,this.watchQueryOptions)),e.reduce(Me)},t.prototype.createWatchQueryOptions=function(t){var r;void 0===t&&(t={});var n=t.skip;t.ssr,t.onCompleted,t.onError,t.defaultOptions;var i=e.__rest(t,["skip","ssr","onCompleted","onError","defaultOptions"]),o=Object.assign(i,{query:this.query});if(!this.renderPromises||"network-only"!==o.fetchPolicy&&"cache-and-network"!==o.fetchPolicy||(o.fetchPolicy="cache-first"),o.variables||(o.variables={}),n){var s=o.fetchPolicy,a=void 0===s?this.getDefaultFetchPolicy():s,u=o.initialFetchPolicy,c=void 0===u?a:u;Object.assign(o,{initialFetchPolicy:c,fetchPolicy:"standby"})}else o.fetchPolicy||(o.fetchPolicy=(null===(r=this.observable)||void 0===r?void 0:r.options.initialFetchPolicy)||this.getDefaultFetchPolicy());return o},t.prototype.getDefaultFetchPolicy=function(){var e,t;return(null===(e=this.queryHookOptions.defaultOptions)||void 0===e?void 0:e.fetchPolicy)||(null===(t=this.client.defaultOptions.watchQuery)||void 0===t?void 0:t.fetchPolicy)||"cache-first"},t.prototype.onCompleted=function(e){},t.prototype.onError=function(e){},t.prototype.useObservableQuery=function(){var e=this.observable=this.renderPromises&&this.renderPromises.getSSRObservable(this.watchQueryOptions)||this.observable||this.client.watchQuery(this.getObsQueryOptions());this.obsQueryFields=l.useMemo((function(){return{refetch:e.refetch.bind(e),reobserve:e.reobserve.bind(e),fetchMore:e.fetchMore.bind(e),updateQuery:e.updateQuery.bind(e),startPolling:e.startPolling.bind(e),stopPolling:e.stopPolling.bind(e),subscribeToMore:e.subscribeToMore.bind(e)}}),[e]);var t=!(!1===this.queryHookOptions.ssr||this.queryHookOptions.skip);return this.renderPromises&&t&&(this.renderPromises.registerSSRObservable(e),e.getCurrentResult().loading&&this.renderPromises.addObservableQueryPromise(e)),e},t.prototype.setResult=function(e){var t=this.result;t&&t.data&&(this.previousData=t.data),this.result=e,this.forceUpdate(),this.handleErrorOrCompleted(e,t)},t.prototype.handleErrorOrCompleted=function(e,t){var r=this;if(!e.loading){var n=this.toApolloError(e);Promise.resolve().then((function(){n?r.onError(n):e.data&&(null==t?void 0:t.networkStatus)!==e.networkStatus&&e.networkStatus===exports.NetworkStatus.ready&&r.onCompleted(e.data)})).catch((function(e){}))}},t.prototype.toApolloError=function(e){return Z(e.errors)?new $e({graphQLErrors:e.errors}):e.error},t.prototype.getCurrentResult=function(){return this.result||this.handleErrorOrCompleted(this.result=this.observable.getCurrentResult()),this.result},t.prototype.toQueryResult=function(t){var r=this.toQueryResultCache.get(t);if(r)return r;var n=t.data;t.partial;var i=e.__rest(t,["data","partial"]);return this.toQueryResultCache.set(t,r=e.__assign(e.__assign(e.__assign({data:n},i),this.obsQueryFields),{client:this.client,observable:this.observable,variables:this.observable.variables,called:!this.queryHookOptions.skip,previousData:this.previousData})),!r.error&&Z(t.errors)&&(r.error=new $e({graphQLErrors:t.errors})),r},t.prototype.unsafeHandlePartialRefetch=function(e){!e.partial||!this.queryHookOptions.partialRefetch||e.loading||e.data&&0!==Object.keys(e.data).length||"cache-only"===this.observable.options.fetchPolicy||(Object.assign(e,{loading:!0,networkStatus:exports.NetworkStatus.refetch}),this.observable.refetch())},t}(),sn=["refetch","reobserve","fetchMore","updateQuery","startPolling","subscribeToMore"];function an(e){var t={data:e.result,complete:!!e.complete};return e.missing&&(t.missing=le(e.missing.map((function(e){return e.missing})))),t}var un=v.use||function(e){var t=function(e){if(function(e){return"status"in e}(e))return e;var t=e;return t.status="pending",t.then((function(e){if("pending"===t.status){var r=t;r.status="fulfilled",r.value=e}}),(function(e){if("pending"===t.status){var r=t;r.status="rejected",r.reason=e}})),e}(e);switch(t.status){case"pending":throw t;case"rejected":throw t.reason;case"fulfilled":return t.value}};function cn(e){var t=l.useContext(Kr()),r=e||t.suspenseCache;return k(r,56),r}function ln(e){return Z(e.errors)?new $e({graphQLErrors:e.errors}):e.error}function fn(e){var t,r,n=l.useRef(new Set);n.current.add(e),t=function(){n.current.forEach((function(e){return e.dispose()}))},l.useEffect((function(){return clearTimeout(r),function(){r=setTimeout(t)}}),[])}function hn(t){var r,i,o,s=t.query,a=t.options,u=(r=function(){return e.__assign(e.__assign({},a),{query:s,notifyOnNetworkStatusChange:!1,nextFetchPolicy:void 0})},i=[a,s],(o=l.useRef()).current&&n.equal(o.current.deps,i)||(o.current={value:r(),deps:i}),o.current.value);return u}var pn=function(){function t(e,t){var r,n=this;this.listeners=new Set,this.initialized=!1,this.refetching=!1,this.listen=this.listen.bind(this),this.handleNext=this.handleNext.bind(this),this.handleError=this.handleError.bind(this),this.dispose=this.dispose.bind(this),this.observable=e,this.result=e.getCurrentResult(!1),this.key=t.key,t.onDispose&&(this.onDispose=t.onDispose),(xr(this.result.networkStatus)||this.result.data&&(!this.result.partial||this.observable.options.returnPartialData))&&(this.promise=pe(this.result),this.initialized=!0,this.refetching=!1),this.subscription=e.subscribe({next:this.handleNext,error:this.handleError}),this.promise||(this.promise=new Promise((function(e,t){n.resolve=e,n.reject=t}))),this.autoDisposeTimeoutId=setTimeout(this.dispose,null!==(r=t.autoDisposeTimeoutMs)&&void 0!==r?r:3e4)}return t.prototype.listen=function(e){var t=this;return clearTimeout(this.autoDisposeTimeoutId),this.listeners.add(e),function(){t.listeners.delete(e)}},t.prototype.refetch=function(e){this.refetching=!0;var t=this.observable.refetch(e);return this.promise=t,t},t.prototype.fetchMore=function(e){var t=this.observable.fetchMore(e);return this.promise=t,t},t.prototype.dispose=function(){this.subscription.unsubscribe(),this.onDispose()},t.prototype.onDispose=function(){},t.prototype.handleNext=function(e){if(!this.initialized||this.refetching){if(!xr(e.networkStatus))return;return this.result.data&&void 0===e.data&&(e.data=this.result.data),this.initialized=!0,this.refetching=!1,this.result=e,void this.resolve(e)}e.data!==this.result.data&&(this.result=e,this.promise=pe(e),this.deliver(this.promise))},t.prototype.handleError=function(t){var r,n,i=e.__assign(e.__assign({},this.result),{error:t,networkStatus:exports.NetworkStatus.error});if(this.result=i,!this.initialized||this.refetching)return this.initialized=!0,this.refetching=!1,void this.reject(t);this.result=i,this.promise=i.data?pe(i):(r=i,(n=Promise.reject(r)).status="rejected",n.reason=r,n),this.deliver(this.promise)},t.prototype.deliver=function(e){this.listeners.forEach((function(t){return t(e)}))},t}(),dn=function(){function e(e){void 0===e&&(e=Object.create(null)),this.cacheKeys=new s.Trie(be,(function(e){return e})),this.queryRefs=new Map,this.options=e}return e.prototype.getQueryRef=function(e,t){var r=this,n=this.cacheKeys.lookupArray(e);return this.queryRefs.has(n)||this.queryRefs.set(n,new pn(t(),{key:n,autoDisposeTimeoutMs:this.options.autoDisposeTimeoutMs,onDispose:function(){return r.queryRefs.delete(n)}})),this.queryRefs.get(n)},e}();exports.setLogVerbosity=i.setVerbosity,exports.Observable=o.Observable,exports.disableExperimentalFragmentVariables=c.disableExperimentalFragmentVariables,exports.disableFragmentWarnings=c.disableFragmentWarnings,exports.enableExperimentalFragmentVariables=c.enableExperimentalFragmentVariables,exports.gql=c.gql,exports.resetCaches=c.resetCaches,exports.ApolloCache=vt,exports.ApolloClient=Br,exports.ApolloConsumer=function(e){var t=Kr();return d.createElement(t.Consumer,null,(function(t){return k(t&&t.client,44),e.children(t.client)}))},exports.ApolloError=$e,exports.ApolloLink=Ve,exports.ApolloProvider=function(t){var r=t.client,n=t.suspenseCache,i=t.children,o=Kr(),s=d.useContext(o),a=d.useMemo((function(){return e.__assign(e.__assign({},s),{client:r||s.client,suspenseCache:n||s.suspenseCache})}),[s,r,n]);return k(a.client,46),d.createElement(o.Provider,{value:a},i)},exports.DocumentTransform=Mr,exports.HttpLink=dt,exports.InMemoryCache=kr,exports.MissingFieldError=yt,exports.ObservableQuery=Dr,exports.SuspenseCache=dn,exports.checkFetcher=ut,exports.concat=Ue,exports.createHttpLink=pt,exports.createSignalIfSupported=ct,exports.defaultDataIdFromObject=bt,exports.defaultPrinter=st,exports.empty=ze,exports.execute=Ke,exports.fallbackHttpConfig=ot,exports.from=We,exports.fromError=Ie,exports.fromPromise=function(e){return new o.Observable((function(t){e.then((function(e){t.next(e),t.complete()})).catch(t.error.bind(t))}))},exports.getApolloContext=Kr,exports.isApolloError=Xe,exports.isNetworkRequestSettled=xr,exports.isReference=M,exports.makeReference=F,exports.makeVar=Yt,exports.mergeOptions=Me,exports.operationName=Zr,exports.parseAndCheckHttpResponse=nt,exports.parser=en,exports.resetApolloContext=Hr,exports.rewriteURIForGET=ft,exports.selectHttpOptionsAndBody=function(t,r){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return n.unshift(r),at.apply(void 0,e.__spreadArray([t,st],n,!1))},exports.selectHttpOptionsAndBodyInternal=at,exports.selectURI=lt,exports.serializeFetchParameter=it,exports.split=Be,exports.throwServerError=Ne,exports.toPromise=function(e){var t=!1;return new Promise((function(r,n){e.subscribe({next:function(e){t||(t=!0,r(e))},error:n})}))},exports.useApolloClient=Jr,exports.useBackgroundQuery=function(e,t){void 0===t&&(t=Object.create(null));var r=cn(t.suspenseCache),n=Jr(t.client),i=hn({query:e,options:t}),o=i.variables,s=t.queryKey,a=void 0===s?[]:s,u=[n,e,Vt(o)].concat(a),c=r.getQueryRef(u,(function(){return n.watchQuery(i)})),f=l.useState((function(){return new Map([[c.key,c.promise]])})),h=f[0],p=f[1];fn(c);var d=l.useCallback((function(e){var t=c.fetchMore(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),v=l.useCallback((function(e){var t=c.refetch(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]);return c.promiseCache=h,l.useMemo((function(){return[c,{fetchMore:d,refetch:v}]}),[c,d,v])},exports.useFragment=function(t){var r=Jr().cache,i=t.fragment,o=t.fragmentName,s=t.from,a=t.optimistic,u=void 0===a||a,c=e.__rest(t,["fragment","fragmentName","from","optimistic"]),f=e.__assign(e.__assign({},c),{returnPartialData:!0,id:"string"==typeof s?s:r.identify(s),query:r.getFragmentDoc(i,o),optimistic:u}),h=l.useRef(),p=r.diff(f),d=function(){var e=an(p);return h.current&&n.equal(h.current.data,e.data)?h.current:h.current=e};return Yr((function(t){return r.watch(e.__assign(e.__assign({},f),{immediate:!0,callback:function(e){n.equal(e,p)||(h.current=an(p=e),t())}}))}),d,d)},exports.useLazyQuery=function(t,r){var n,i=l.useRef(),o=l.useRef(),s=l.useRef(),a=Me(r,i.current||{}),u=null!==(n=null==a?void 0:a.query)&&void 0!==n?n:t;o.current=a,s.current=u;var c=nn(Jr(r&&r.client),u),f=c.useQuery(e.__assign(e.__assign({},a),{skip:!i.current})),h=f.observable.options.initialFetchPolicy||c.getDefaultFetchPolicy(),p=Object.assign(f,{called:!!i.current}),d=l.useMemo((function(){for(var e={},t=function(t){var r=p[t];e[t]=function(){return i.current||(i.current=Object.create(null),c.forceUpdate()),r.apply(this,arguments)}},r=0,n=sn;r<n.length;r++){t(n[r])}return e}),[]);Object.assign(p,d);var v=l.useCallback((function(t){i.current=t?e.__assign(e.__assign({},t),{fetchPolicy:t.fetchPolicy||h}):{fetchPolicy:h};var r=Me(o.current,e.__assign({query:s.current},i.current)),n=c.executeQuery(e.__assign(e.__assign({},r),{skip:!1})).then((function(e){return Object.assign(e,d)}));return n.catch((function(){})),n}),[]);return[v,p]},exports.useMutation=function(t,r){var i=Jr(null==r?void 0:r.client);tn(t,exports.DocumentType.Mutation);var o=l.useState({called:!1,loading:!1,client:i}),s=o[0],a=o[1],u=l.useRef({result:s,mutationId:0,isMounted:!0,client:i,mutation:t,options:r});Object.assign(u.current,{client:i,options:r,mutation:t});var c=l.useCallback((function(t){void 0===t&&(t={});var r=u.current,i=r.options,o=r.mutation,s=e.__assign(e.__assign({},i),{mutation:o}),c=t.client||u.current.client;u.current.result.loading||s.ignoreResults||!u.current.isMounted||a(u.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:c});var l=++u.current.mutationId,f=Me(s,t);return c.mutate(f).then((function(e){var r,i=e.data,o=e.errors,s=o&&o.length>0?new $e({graphQLErrors:o}):void 0;if(l===u.current.mutationId&&!f.ignoreResults){var h={called:!0,loading:!1,data:i,error:s,client:c};u.current.isMounted&&!n.equal(u.current.result,h)&&a(u.current.result=h)}var p=t.onCompleted||(null===(r=u.current.options)||void 0===r?void 0:r.onCompleted);return null==p||p(e.data,f),e})).catch((function(e){var r;if(l===u.current.mutationId&&u.current.isMounted){var i={loading:!1,error:e,data:void 0,called:!0,client:c};n.equal(u.current.result,i)||a(u.current.result=i)}var o=t.onError||(null===(r=u.current.options)||void 0===r?void 0:r.onError);if(o)return o(e,f),{data:void 0,errors:e};throw e}))}),[]),f=l.useCallback((function(){u.current.isMounted&&a({called:!1,loading:!1,client:i})}),[]);return l.useEffect((function(){return u.current.isMounted=!0,function(){u.current.isMounted=!1}}),[]),[c,e.__assign({reset:f},s)]},exports.useQuery=function(e,t){return void 0===t&&(t=Object.create(null)),nn(Jr(t.client),e).useQuery(t)},exports.useReactiveVar=function(e){var t=e(),r=l.useState(t)[1];return l.useEffect((function(){var n=e();if(t===n)return e.onNextChange(r);r(n)}),[t]),t},exports.useReadQuery=function(e){var t=l.useState(0)[1];k(e.promiseCache,50);var r=e.promiseCache.get(e.key);r||(r=e.promise,e.promiseCache.set(e.key,r)),l.useEffect((function(){return e.listen((function(r){e.promiseCache.set(e.key,r),t((function(e){return e+1}))}))}),[e]);var n=un(r);return l.useMemo((function(){return{data:n.data,networkStatus:n.networkStatus,error:ln(n)}}),[n])},exports.useSubscription=function(e,t){var r=l.useRef(!1),i=Jr(null==t?void 0:t.client);tn(e,exports.DocumentType.Subscription);var o=l.useState({loading:!(null==t?void 0:t.skip),error:void 0,data:void 0,variables:null==t?void 0:t.variables}),s=o[0],a=o[1];r.current||(r.current=!0,null==t||t.onSubscriptionData,null==t||t.onSubscriptionComplete);var u=l.useState((function(){return(null==t?void 0:t.skip)?null:i.subscribe({query:e,variables:null==t?void 0:t.variables,fetchPolicy:null==t?void 0:t.fetchPolicy,context:null==t?void 0:t.context})})),c=u[0],f=u[1],h=l.useRef(!1);l.useEffect((function(){return function(){h.current=!0}}),[]);var p=l.useRef({client:i,subscription:e,options:t});return l.useEffect((function(){var r,o,s,u,c=null==t?void 0:t.shouldResubscribe;"function"==typeof c&&(c=!!c(t)),(null==t?void 0:t.skip)?(!(null==t?void 0:t.skip)!=!(null===(r=p.current.options)||void 0===r?void 0:r.skip)||h.current)&&(a({loading:!1,data:void 0,error:void 0,variables:null==t?void 0:t.variables}),f(null),h.current=!1):(!1===c||i===p.current.client&&e===p.current.subscription&&(null==t?void 0:t.fetchPolicy)===(null===(o=p.current.options)||void 0===o?void 0:o.fetchPolicy)&&!(null==t?void 0:t.skip)==!(null===(s=p.current.options)||void 0===s?void 0:s.skip)&&n.equal(null==t?void 0:t.variables,null===(u=p.current.options)||void 0===u?void 0:u.variables))&&!h.current||(a({loading:!0,data:void 0,error:void 0,variables:null==t?void 0:t.variables}),f(i.subscribe({query:e,variables:null==t?void 0:t.variables,fetchPolicy:null==t?void 0:t.fetchPolicy,context:null==t?void 0:t.context})),h.current=!1),Object.assign(p.current,{client:i,subscription:e,options:t})}),[i,e,t,h.current]),l.useEffect((function(){if(c){var e=!1,r=c.subscribe({next:function(r){var n,o;if(!e){var s={loading:!1,data:r.data,error:void 0,variables:null==t?void 0:t.variables};a(s),(null===(n=p.current.options)||void 0===n?void 0:n.onData)?p.current.options.onData({client:i,data:s}):(null===(o=p.current.options)||void 0===o?void 0:o.onSubscriptionData)&&p.current.options.onSubscriptionData({client:i,subscriptionData:s})}},error:function(r){var n,i;e||(a({loading:!1,data:void 0,error:r,variables:null==t?void 0:t.variables}),null===(i=null===(n=p.current.options)||void 0===n?void 0:n.onError)||void 0===i||i.call(n,r))},complete:function(){var t,r;e||((null===(t=p.current.options)||void 0===t?void 0:t.onComplete)?p.current.options.onComplete():(null===(r=p.current.options)||void 0===r?void 0:r.onSubscriptionComplete)&&p.current.options.onSubscriptionComplete())}});return function(){e=!0,setTimeout((function(){r.unsubscribe()}))}}}),[c]),s},exports.useSuspenseQuery=function(e,t){void 0===t&&(t=Object.create(null));var r=Jr(t.client),n=cn(t.suspenseCache),i=hn({query:e,options:t}),o=i.variables,s=t.queryKey,a=void 0===s?[]:s,u=[r,e,Vt(o)].concat(a),c=n.getQueryRef(u,(function(){return r.watchQuery(i)})),f=l.useState((function(){return new Map([[c.key,c.promise]])})),h=f[0],p=f[1],d=h.get(c.key);d||(d=c.promise,h.set(c.key,d)),fn(c),l.useEffect((function(){return c.listen((function(e){p((function(t){return new Map(t).set(c.key,e)}))}))}),[c]);var v=un(d),y=l.useCallback((function(e){var t=c.fetchMore(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),m=l.useCallback((function(e){var t=c.refetch(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),g=l.useCallback((function(e){return c.observable.subscribeToMore(e)}),[c]);return l.useMemo((function(){return{client:r,data:v.data,error:ln(v),networkStatus:v.networkStatus,fetchMore:y,refetch:m,subscribeToMore:g}}),[r,y,m,v,g])};
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),t=require("ts-invariant/process"),r=require("graphql"),n=require("@wry/equality"),i=require("ts-invariant"),o=require("zen-observable-ts");require("symbol-observable");var s=require("optimism"),a=require("@wry/context"),u=require("@wry/trie"),c=require("graphql-tag"),l=require("react");function f(e){return e&&"object"==typeof e&&"default"in e?e.default:e}function h(e){if(e&&e.__esModule)return e;var t=Object.create(null);if(e)for(var r in e)t[r]=e[r];return t.default=e,Object.freeze(t)}var p=f(n),d=h(l),v=f(l),y="3.8.0-beta.2";function m(e){try{return e()}catch(e){}}var g=m((function(){return globalThis}))||m((function(){return window}))||m((function(){return self}))||m((function(){return global}))||m((function(){return m.constructor("return this")()})),b=new Map;function _(e){var t=b.get(e)||1;return b.set(e,t+1),"".concat(e,":").concat(t,":").concat(Math.random().toString(36).slice(2))}function w(e,t){void 0===t&&(t=0);var r=_("stringifyForDisplay");return JSON.stringify(e,(function(e,t){return void 0===t?r:t}),t).split(JSON.stringify(r)).join("<undefined>")}function O(t){return function(r){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t.apply(void 0,e.__spreadArray(["number"==typeof r?q(r):r],n,!1))}}var k=Object.assign((function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];e||i.invariant(e,q(t,r))}),{debug:O(i.invariant.debug),log:O(i.invariant.log),warn:O(i.invariant.warn),error:O(i.invariant.error)});function S(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return new i.InvariantError(q(e,t))}var x=Symbol.for("ApolloErrorMessageHandler_"+y);function q(e,t){if(void 0===t&&(t=[]),e){var r=t.map((function(e){return"string"==typeof e?e:w(e,2).slice(0,1e3)}));return g[x]&&g[x](e,r)||"An error occured! For more details, see the full error text at https://go.apollo.dev/c/err#".concat(encodeURIComponent(JSON.stringify({version:y,message:e,args:r})))}}"__DEV__"in g?Boolean(g.__DEV__):m((function(){return process.env.NODE_ENV}));function E(e,t){var r=e.directives;return!r||!r.length||function(e){var t=[];e&&e.length&&e.forEach((function(e){if(function(e){var t=e.name.value;return"skip"===t||"include"===t}(e)){var r=e.arguments,n=e.name.value;k(r&&1===r.length,67,n);var i=r[0];k(i.name&&"if"===i.name.value,68,n);var o=i.value;k(o&&("Variable"===o.kind||"BooleanValue"===o.kind),69,n),t.push({directive:e,ifArgument:i})}}));return t}(r).every((function(e){var r=e.directive,n=e.ifArgument,i=!1;return"Variable"===n.value.kind?(i=t&&t[n.value.name.value],k(void 0!==i,66,r.name.value)):i=n.value.value,"skip"===r.name.value?!i:i}))}function R(e,t,n){var i=new Set(e),o=i.size;return r.visit(t,{Directive:function(e){if(i.delete(e.name.value)&&(!n||!i.size))return r.BREAK}}),n?!i.size:i.size<o}function P(e){return e&&R(["client","export"],e,!0)}r.Source,t.remove();var Q="function"==typeof WeakMap&&"ReactNative"!==m((function(){return navigator.product})),D="function"==typeof WeakSet,C="function"==typeof Symbol&&"function"==typeof Symbol.for,T=C&&Symbol.asyncIterator,F="function"==typeof m((function(){return window.document.createElement})),M=m((function(){return navigator.userAgent.indexOf("jsdom")>=0}))||!1,I=F&&!M;function N(e){return null!==e&&"object"==typeof e}function j(t,r){var n=r,i=[];return t.definitions.forEach((function(e){if("OperationDefinition"===e.kind)throw S(70,e.operation,e.name?" named '".concat(e.name.value,"'"):"");"FragmentDefinition"===e.kind&&i.push(e)})),void 0===n&&(k(1===i.length,71,i.length),n=i[0].name.value),e.__assign(e.__assign({},t),{definitions:e.__spreadArray([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],t.definitions,!0)})}function A(e){void 0===e&&(e=[]);var t={};return e.forEach((function(e){t[e.name.value]=e})),t}function L(e,t){switch(e.kind){case"InlineFragment":return e;case"FragmentSpread":var r=e.name.value;if("function"==typeof t)return t(r);var n=t&&t[r];return k(n,72,r),n||null;default:return null}}function V(e){return{__ref:String(e)}}function z(e){return Boolean(e&&"object"==typeof e&&"string"==typeof e.__ref)}function W(e,t,r,n){if(function(e){return"IntValue"===e.kind}(r)||function(e){return"FloatValue"===e.kind}(r))e[t.value]=Number(r.value);else if(function(e){return"BooleanValue"===e.kind}(r)||function(e){return"StringValue"===e.kind}(r))e[t.value]=r.value;else if(function(e){return"ObjectValue"===e.kind}(r)){var i={};r.fields.map((function(e){return W(i,e.name,e.value,n)})),e[t.value]=i}else if(function(e){return"Variable"===e.kind}(r)){var o=(n||{})[r.name.value];e[t.value]=o}else if(function(e){return"ListValue"===e.kind}(r))e[t.value]=r.values.map((function(e){var r={};return W(r,t,e,n),r[t.value]}));else if(function(e){return"EnumValue"===e.kind}(r))e[t.value]=r.value;else{if(!function(e){return"NullValue"===e.kind}(r))throw S(81,t.value,r.kind);e[t.value]=null}}var B=["connection","include","skip","client","rest","export","nonreactive"],U=Object.assign((function(e,t,r){if(t&&r&&r.connection&&r.connection.key){if(r.connection.filter&&r.connection.filter.length>0){var n=r.connection.filter?r.connection.filter:[];n.sort();var i={};return n.forEach((function(e){i[e]=t[e]})),"".concat(r.connection.key,"(").concat(K(i),")")}return r.connection.key}var o=e;if(t){var s=K(t);o+="(".concat(s,")")}return r&&Object.keys(r).forEach((function(e){-1===B.indexOf(e)&&(r[e]&&Object.keys(r[e]).length?o+="@".concat(e,"(").concat(K(r[e]),")"):o+="@".concat(e))})),o}),{setStringify:function(e){var t=K;return K=e,t}}),K=function(e){return JSON.stringify(e,H)};function H(e,t){return N(t)&&!Array.isArray(t)&&(t=Object.keys(t).sort().reduce((function(e,r){return e[r]=t[r],e}),{})),t}function J(e,t){if(e.arguments&&e.arguments.length){var r={};return e.arguments.forEach((function(e){var n=e.name,i=e.value;return W(r,n,i,t)})),r}return null}function G(e){return e.alias?e.alias.value:e.name.value}function Y(e,t,r){for(var n,i=0,o=t.selections;i<o.length;i++){if(X(u=o[i])){if("__typename"===u.name.value)return e[G(u)]}else n?n.push(u):n=[u]}if("string"==typeof e.__typename)return e.__typename;if(n)for(var s=0,a=n;s<a.length;s++){var u,c=Y(e,L(u=a[s],r).selectionSet,r);if("string"==typeof c)return c}}function X(e){return"Field"===e.kind}function $(e){k(e&&"Document"===e.kind,73);var t=e.definitions.filter((function(e){return"FragmentDefinition"!==e.kind})).map((function(e){if("OperationDefinition"!==e.kind)throw S(74,e.kind);return e}));return k(t.length<=1,75,t.length),e}function Z(e){return $(e),e.definitions.filter((function(e){return"OperationDefinition"===e.kind}))[0]}function ee(e){return e.definitions.filter((function(e){return"OperationDefinition"===e.kind&&!!e.name})).map((function(e){return e.name.value}))[0]||null}function te(e){return e.definitions.filter((function(e){return"FragmentDefinition"===e.kind}))}function re(e){var t=Z(e);return k(t&&"query"===t.operation,76),t}function ne(e){var t;$(e);for(var r=0,n=e.definitions;r<n.length;r++){var i=n[r];if("OperationDefinition"===i.kind){var o=i.operation;if("query"===o||"mutation"===o||"subscription"===o)return i}"FragmentDefinition"!==i.kind||t||(t=i)}if(t)return t;throw S(80)}function ie(e){var t=Object.create(null),r=e&&e.variableDefinitions;return r&&r.length&&r.forEach((function(e){e.defaultValue&&W(t,e.variable.name,e.defaultValue)})),t}function oe(e){return e}var se=function(){function e(e,t){void 0===t&&(t=Object.create(null)),this.resultCache=D?new WeakSet:new Set,this.transform=e,t.getCacheKey&&(this.getCacheKey=t.getCacheKey),!1!==t.cache&&(this.stableCacheKeys=new u.Trie(Q,(function(e){return{key:e}})))}return e.prototype.getCacheKey=function(e){return[e]},e.identity=function(){return new e(oe,{cache:!1})},e.split=function(t,r,n){return void 0===n&&(n=e.identity()),new e((function(e){return(t(e)?r:n).transformDocument(e)}),{cache:!1})},e.prototype.transformDocument=function(e){if(this.resultCache.has(e))return e;var t=this.getStableCacheEntry(e);if(t&&t.value)return t.value;$(e);var r=this.transform(e);return this.resultCache.add(r),t&&(t.value=r),r},e.prototype.concat=function(t){var r=this;return new e((function(e){return t.transformDocument(r.transformDocument(e))}),{cache:!1})},e.prototype.getStableCacheEntry=function(e){if(this.stableCacheKeys){var t=this.getCacheKey(e);return t?(k(Array.isArray(t),65),this.stableCacheKeys.lookupArray(t)):void 0}},e}(),ae=Array.isArray;function ue(e){return Array.isArray(e)&&e.length>0}var ce={kind:r.Kind.FIELD,name:{kind:r.Kind.NAME,value:"__typename"}};function le(e,t){return!e||e.selectionSet.selections.every((function(e){return e.kind===r.Kind.FRAGMENT_SPREAD&&le(t[e.name.value],t)}))}function fe(e){return le(Z(e)||function(e){k("Document"===e.kind,77),k(e.definitions.length<=1,78);var t=e.definitions[0];return k("FragmentDefinition"===t.kind,79),t}(e),A(te(e)))?null:e}function he(e){var t=new Map;return function(r){void 0===r&&(r=e);var n=t.get(r);return n||t.set(r,n={variables:new Set,fragmentSpreads:new Set}),n}}function pe(t,n){$(n);for(var i=he(""),o=he(""),s=function(e){for(var t=0,n=void 0;t<e.length&&(n=e[t]);++t)if(!ae(n)){if(n.kind===r.Kind.OPERATION_DEFINITION)return i(n.name&&n.name.value);if(n.kind===r.Kind.FRAGMENT_DEFINITION)return o(n.name.value)}return null},a=0,u=n.definitions.length-1;u>=0;--u)n.definitions[u].kind===r.Kind.OPERATION_DEFINITION&&++a;var c,l,f,h=(c=t,l=new Map,f=new Map,c.forEach((function(e){e&&(e.name?l.set(e.name,e):e.test&&f.set(e.test,e))})),function(e){var t=l.get(e.name.value);return!t&&f.size&&f.forEach((function(r,n){n(e)&&(t=r)})),t}),p=function(e){return ue(e)&&e.map(h).some((function(e){return e&&e.remove}))},d=new Map,v=!1,y={enter:function(e){if(p(e.directives))return v=!0,null}},m=r.visit(n,{Field:y,InlineFragment:y,VariableDefinition:{enter:function(){return!1}},Variable:{enter:function(e,t,r,n,i){var o=s(i);o&&o.variables.add(e.name.value)}},FragmentSpread:{enter:function(e,t,r,n,i){if(p(e.directives))return v=!0,null;var o=s(i);o&&o.fragmentSpreads.add(e.name.value)}},FragmentDefinition:{enter:function(e,t,r,n){d.set(JSON.stringify(n),e)},leave:function(e,t,n,i){return e===d.get(JSON.stringify(i))?e:a>0&&e.selectionSet.selections.every((function(e){return e.kind===r.Kind.FIELD&&"__typename"===e.name.value}))?(o(e.name.value).removed=!0,v=!0,null):void 0}},Directive:{leave:function(e){if(h(e))return v=!0,null}}});if(!v)return n;var g=function(e){return e.transitiveVars||(e.transitiveVars=new Set(e.variables),e.removed||e.fragmentSpreads.forEach((function(t){g(o(t)).transitiveVars.forEach((function(t){e.transitiveVars.add(t)}))}))),e},b=new Set;m.definitions.forEach((function(e){e.kind===r.Kind.OPERATION_DEFINITION?g(i(e.name&&e.name.value)).fragmentSpreads.forEach((function(e){b.add(e)})):e.kind!==r.Kind.FRAGMENT_DEFINITION||0!==a||o(e.name.value).removed||b.add(e.name.value)})),b.forEach((function(e){g(o(e)).fragmentSpreads.forEach((function(e){b.add(e)}))}));var _={enter:function(e){if(t=e.name.value,!b.has(t)||o(t).removed)return null;var t}};return fe(r.visit(m,{FragmentSpread:_,FragmentDefinition:_,OperationDefinition:{leave:function(t){if(t.variableDefinitions){var r=g(i(t.name&&t.name.value)).transitiveVars;if(r.size<t.variableDefinitions.length)return e.__assign(e.__assign({},t),{variableDefinitions:t.variableDefinitions.filter((function(e){return r.has(e.variable.name.value)}))})}}}}))}var de=Object.assign((function(t){return r.visit(t,{SelectionSet:{enter:function(t,n,i){if(!i||i.kind!==r.Kind.OPERATION_DEFINITION){var o=t.selections;if(o)if(!o.some((function(e){return X(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))}))){var s=i;if(!(X(s)&&s.directives&&s.directives.some((function(e){return"export"===e.name.value}))))return e.__assign(e.__assign({},t),{selections:e.__spreadArray(e.__spreadArray([],o,!0),[ce],!1)})}}}}})}),{added:function(e){return e===ce}});function ve(t){return"query"===ne(t).operation?t:r.visit(t,{OperationDefinition:{enter:function(t){return e.__assign(e.__assign({},t),{operation:"query"})}}})}function ye(e){return $(e),pe([{test:function(e){return"client"===e.name.value},remove:!0}],e)}var me=Object.prototype.hasOwnProperty;function ge(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return be(e)}function be(e){var t=e[0]||{},r=e.length;if(r>1)for(var n=new we,i=1;i<r;++i)t=n.merge(t,e[i]);return t}var _e=function(e,t,r){return this.merge(e[r],t[r])},we=function(){function t(e){void 0===e&&(e=_e),this.reconciler=e,this.isObject=N,this.pastCopies=new Set}return t.prototype.merge=function(t,r){for(var n=this,i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];return N(r)&&N(t)?(Object.keys(r).forEach((function(o){if(me.call(t,o)){var s=t[o];if(r[o]!==s){var a=n.reconciler.apply(n,e.__spreadArray([t,r,o],i,!1));a!==s&&((t=n.shallowCopyForMerge(t))[o]=a)}}else(t=n.shallowCopyForMerge(t))[o]=r[o]})),t):r},t.prototype.shallowCopyForMerge=function(t){return N(t)&&(this.pastCopies.has(t)||(t=Array.isArray(t)?t.slice(0):e.__assign({__proto__:Object.getPrototypeOf(t)},t),this.pastCopies.add(t))),t},t}();function Oe(e){var t=Promise.resolve(e);return t.status="fulfilled",t.value=e,t}var ke=Object.prototype.toString;function Se(e){return xe(e)}function xe(e,t){switch(ke.call(e)){case"[object Array]":if((t=t||new Map).has(e))return t.get(e);var r=e.slice(0);return t.set(e,r),r.forEach((function(e,n){r[n]=xe(e,t)})),r;case"[object Object]":if((t=t||new Map).has(e))return t.get(e);var n=Object.create(Object.getPrototypeOf(e));return t.set(e,n),Object.keys(e).forEach((function(r){n[r]=xe(e[r],t)})),n;default:return e}}function qe(e,t,r){var n=[];e.forEach((function(e){return e[t]&&n.push(e)})),n.forEach((function(e){return e[t](r)}))}function Ee(e,t,r){return new o.Observable((function(n){var i=n.next,o=n.error,s=n.complete,a=0,u=!1,c={then:function(e){return new Promise((function(t){return t(e())}))}};function l(e,t){return e?function(t){++a;var r=function(){return e(t)};c=c.then(r,r).then((function(e){--a,i&&i.call(n,e),u&&f.complete()}),(function(e){throw--a,e})).catch((function(e){o&&o.call(n,e)}))}:function(e){return t&&t.call(n,e)}}var f={next:l(t,i),error:l(r,o),complete:function(){u=!0,a||s&&s.call(n)}},h=e.subscribe(f);return function(){return h.unsubscribe()}}))}function Re(e){function t(t){Object.defineProperty(e,t,{value:o.Observable})}return C&&Symbol.species&&t(Symbol.species),t("@@species"),e}function Pe(e){return e&&"function"==typeof e.then}var Qe=function(t){function r(e){var r=t.call(this,(function(e){return r.addObserver(e),function(){return r.removeObserver(e)}}))||this;return r.observers=new Set,r.promise=new Promise((function(e,t){r.resolve=e,r.reject=t})),r.handlers={next:function(e){null!==r.sub&&(r.latest=["next",e],r.notify("next",e),qe(r.observers,"next",e))},error:function(e){var t=r.sub;null!==t&&(t&&setTimeout((function(){return t.unsubscribe()})),r.sub=null,r.latest=["error",e],r.reject(e),r.notify("error",e),qe(r.observers,"error",e))},complete:function(){var e=r,t=e.sub,n=e.sources;if(null!==t){var i=(void 0===n?[]:n).shift();i?Pe(i)?i.then((function(e){return r.sub=e.subscribe(r.handlers)})):r.sub=i.subscribe(r.handlers):(t&&setTimeout((function(){return t.unsubscribe()})),r.sub=null,r.latest&&"next"===r.latest[0]?r.resolve(r.latest[1]):r.resolve(),r.notify("complete"),qe(r.observers,"complete"))}}},r.nextResultListeners=new Set,r.cancel=function(e){r.reject(e),r.sources=[],r.handlers.complete()},r.promise.catch((function(e){})),"function"==typeof e&&(e=[new o.Observable(e)]),Pe(e)?e.then((function(e){return r.start(e)}),r.handlers.error):r.start(e),r}return e.__extends(r,t),r.prototype.start=function(e){void 0===this.sub&&(this.sources=Array.from(e),this.handlers.complete())},r.prototype.deliverLastMessage=function(e){if(this.latest){var t=this.latest[0],r=e[t];r&&r.call(e,this.latest[1]),null===this.sub&&"next"===t&&e.complete&&e.complete()}},r.prototype.addObserver=function(e){this.observers.has(e)||(this.deliverLastMessage(e),this.observers.add(e))},r.prototype.removeObserver=function(e){this.observers.delete(e)&&this.observers.size<1&&this.handlers.complete()},r.prototype.notify=function(e,t){var r=this.nextResultListeners;r.size&&(this.nextResultListeners=new Set,r.forEach((function(r){return r(e,t)})))},r.prototype.beforeNext=function(e){var t=!1;this.nextResultListeners.add((function(r,n){t||(t=!0,e(r,n))}))},r}(o.Observable);function De(e){return"incremental"in e}function Ce(e){return N(e)&&"payload"in e}function Te(e,t){var r=e,n=new we;return De(t)&&ue(t.incremental)&&t.incremental.forEach((function(e){for(var t=e.data,i=e.path,o=i.length-1;o>=0;--o){var s=i[o],a=!isNaN(+s)?[]:{};a[s]=t,t=a}r=n.merge(r,t)})),r}function Fe(e){return ue(Me(e))}function Me(e){var t=ue(e.errors)?e.errors.slice(0):[];return De(e)&&ue(e.incremental)&&e.incremental.forEach((function(e){e.errors&&t.push.apply(t,e.errors)})),t}function Ie(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Object.create(null);return e.forEach((function(e){e&&Object.keys(e).forEach((function(t){var n=e[t];void 0!==n&&(r[t]=n)}))})),r}function Ne(t,r){return Ie(t,r,r.variables&&{variables:Ie(e.__assign(e.__assign({},t&&t.variables),r.variables))})}function je(e){return new o.Observable((function(t){t.error(e)}))}Re(Qe);var Ae=function(e,t,r){var n=new Error(r);throw n.name="ServerError",n.response=e,n.statusCode=e.status,n.result=t,n};function Le(e,t){return t?t(e):o.Observable.of()}function Ve(e){return"function"==typeof e?new We(e):e}function ze(e){return e.request.length<=1}var We=function(){function t(e){e&&(this.request=e)}return t.empty=function(){return new t((function(){return o.Observable.of()}))},t.from=function(e){return 0===e.length?t.empty():e.map(Ve).reduce((function(e,t){return e.concat(t)}))},t.split=function(e,r,n){var i=Ve(r),s=Ve(n||new t(Le));return ze(i)&&ze(s)?new t((function(t){return e(t)?i.request(t)||o.Observable.of():s.request(t)||o.Observable.of()})):new t((function(t,r){return e(t)?i.request(t,r)||o.Observable.of():s.request(t,r)||o.Observable.of()}))},t.execute=function(t,r){return t.request(function(t,r){var n=e.__assign({},t);return Object.defineProperty(r,"setContext",{enumerable:!1,value:function(t){n="function"==typeof t?e.__assign(e.__assign({},n),t(n)):e.__assign(e.__assign({},n),t)}}),Object.defineProperty(r,"getContext",{enumerable:!1,value:function(){return e.__assign({},n)}}),r}(r.context,function(e){var t={variables:e.variables||{},extensions:e.extensions||{},operationName:e.operationName,query:e.query};return t.operationName||(t.operationName="string"!=typeof t.query?ee(t.query)||void 0:""),t}(function(e){for(var t=["query","operationName","variables","extensions","context"],r=0,n=Object.keys(e);r<n.length;r++){var i=n[r];if(t.indexOf(i)<0)throw S(42,i)}return e}(r))))||o.Observable.of()},t.concat=function(e,r){var n=Ve(e);if(ze(n))return n;var i=Ve(r);return ze(i)?new t((function(e){return n.request(e,(function(e){return i.request(e)||o.Observable.of()}))||o.Observable.of()})):new t((function(e,t){return n.request(e,(function(e){return i.request(e,t)||o.Observable.of()}))||o.Observable.of()}))},t.prototype.split=function(e,r,n){return this.concat(t.split(e,r,n||new t(Le)))},t.prototype.concat=function(e){return t.concat(this,e)},t.prototype.request=function(e,t){throw S(35)},t.prototype.onError=function(e,t){if(t&&t.error)return t.error(e),!1;throw e},t.prototype.setOnError=function(e){return this.onError=e,this},t}(),Be=We.empty,Ue=We.from,Ke=We.split,He=We.concat,Je=We.execute;function Ge(e){var t=null,r=null,n=!1,i=[],o=[];function s(e){if(!r){if(o.length){var t=o.shift();if(Array.isArray(t)&&t[0])return t[0]({value:e,done:!1})}i.push(e)}}function a(e){r=e,o.slice().forEach((function(t){t[1](e)})),!t||t()}function u(){n=!0,o.slice().forEach((function(e){e[0]({value:void 0,done:!0})})),!t||t()}t=function(){t=null,e.removeListener("data",s),e.removeListener("error",a),e.removeListener("end",u),e.removeListener("finish",u),e.removeListener("close",u)},e.on("data",s),e.on("error",a),e.on("end",u),e.on("finish",u),e.on("close",u);var c={next:function(){return new Promise((function(e,t){return r?t(r):i.length?e({value:i.shift(),done:!1}):n?e({value:void 0,done:!0}):void o.push([e,t])}))}};return T&&(c[Symbol.asyncIterator]=function(){return this}),c}function Ye(e){var t={next:function(){return e.read()}};return T&&(t[Symbol.asyncIterator]=function(){return this}),t}function Xe(e){var t,r,n=e;if(e.body&&(n=e.body),function(e){return!(!T||!e[Symbol.asyncIterator])}(n))return r=n[Symbol.asyncIterator](),(t={next:function(){return r.next()}})[Symbol.asyncIterator]=function(){return this},t;if(function(e){return!!e.getReader}(n))return Ye(n.getReader());if(function(e){return!!e.stream}(n))return Ye(n.stream().getReader());if(function(e){return!!e.arrayBuffer}(n))return function(e){var t=!1,r={next:function(){return t?Promise.resolve({value:void 0,done:!0}):(t=!0,new Promise((function(t,r){e.then((function(e){t({value:e,done:!1})})).catch(r)})))}};return T&&(r[Symbol.asyncIterator]=function(){return this}),r}(n.arrayBuffer());if(function(e){return!!e.pipe}(n))return Ge(n);throw new Error("Unknown body type for responseIterator. Please pass a streamable response.")}var $e=Symbol();function Ze(e){return e.hasOwnProperty("graphQLErrors")}var et=function(t){function r(n){var i,o,s=n.graphQLErrors,a=n.protocolErrors,u=n.clientErrors,c=n.networkError,l=n.errorMessage,f=n.extraInfo,h=t.call(this,l)||this;return h.name="ApolloError",h.graphQLErrors=s||[],h.protocolErrors=a||[],h.clientErrors=u||[],h.networkError=c||null,h.message=l||(i=h,o=e.__spreadArray(e.__spreadArray(e.__spreadArray([],i.graphQLErrors,!0),i.clientErrors,!0),i.protocolErrors,!0),i.networkError&&o.push(i.networkError),o.map((function(e){return N(e)&&e.message||"Error message not found."})).join("\n")),h.extraInfo=f,h.__proto__=r.prototype,h}return e.__extends(r,t),r}(Error),tt=Object.prototype.hasOwnProperty;function rt(e){var t={};return e.split("\n").forEach((function(e){var r=e.indexOf(":");if(r>-1){var n=e.slice(0,r).trim().toLowerCase(),i=e.slice(r+1).trim();t[n]=i}})),t}function nt(e,t){if(e.status>=300){Ae(e,function(){try{return JSON.parse(t)}catch(e){return t}}(),"Response not successful: Received status code ".concat(e.status))}try{return JSON.parse(t)}catch(n){var r=n;throw r.name="ServerParseError",r.response=e,r.statusCode=e.status,r.bodyText=t,r}}function it(e,t){var r,n;"AbortError"!==e.name&&(e.result&&e.result.errors&&e.result.data&&(null===(r=t.next)||void 0===r||r.call(t,e.result)),null===(n=t.error)||void 0===n||n.call(t,e))}function ot(e){return function(t){return t.text().then((function(e){return nt(t,e)})).then((function(r){return t.status>=300&&Ae(t,r,"Response not successful: Received status code ".concat(t.status)),Array.isArray(r)||tt.call(r,"data")||tt.call(r,"errors")||Ae(t,r,"Server response was missing for query '".concat(Array.isArray(e)?e.map((function(e){return e.operationName})):e.operationName,"'.")),r}))}}var st=function(e,t){var r;try{r=JSON.stringify(e)}catch(e){var n=S(38,t,e.message);throw n.parseError=e,n}return r},at={http:{includeQuery:!0,includeExtensions:!1,preserveHeaderCase:!1},headers:{accept:"*/*","content-type":"application/json"},options:{method:"POST"}},ut=function(e,t){return t(e)};function ct(t,n){for(var i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];var s={},a={};i.forEach((function(t){s=e.__assign(e.__assign(e.__assign({},s),t.options),{headers:e.__assign(e.__assign({},s.headers),t.headers)}),t.credentials&&(s.credentials=t.credentials),a=e.__assign(e.__assign({},a),t.http)})),s.headers&&(s.headers=function(e,t){if(!t){var r=Object.create(null);return Object.keys(Object(e)).forEach((function(t){r[t.toLowerCase()]=e[t]})),r}var n=Object.create(null);Object.keys(Object(e)).forEach((function(t){n[t.toLowerCase()]={originalName:t,value:e[t]}}));var i=Object.create(null);return Object.keys(n).forEach((function(e){i[n[e].originalName]=n[e].value})),i}(s.headers,a.preserveHeaderCase));var u=t.operationName,c=t.extensions,l=t.variables,f=t.query,h={operationName:u,variables:l};return a.includeExtensions&&(h.extensions=c),a.includeQuery&&(h.query=n(f,r.print)),{options:s,body:h}}var lt=function(e){if(!e&&"undefined"==typeof fetch)throw S(36)},ft=function(){if("undefined"==typeof AbortController)return{controller:!1,signal:!1};var e=new AbortController;return{controller:e,signal:e.signal}},ht=function(e,t){var r=e.getContext().uri;return r||("function"==typeof t?t(e):t||"/graphql")};function pt(e,t){var r=[],n=function(e,t){r.push("".concat(e,"=").concat(encodeURIComponent(t)))};if("query"in t&&n("query",t.query),t.operationName&&n("operationName",t.operationName),t.variables){var i=void 0;try{i=st(t.variables,"Variables map")}catch(e){return{parseError:e}}n("variables",i)}if(t.extensions){var o=void 0;try{o=st(t.extensions,"Extensions map")}catch(e){return{parseError:e}}n("extensions",o)}var s="",a=e,u=e.indexOf("#");-1!==u&&(s=e.substr(u),a=e.substr(0,u));var c=-1===a.indexOf("?")?"?":"&";return{newURI:a+c+r.join("&")+s}}var dt=m((function(){return fetch})),vt=function(t){void 0===t&&(t={});var n=t.uri,i=void 0===n?"/graphql":n,s=t.fetch,a=t.print,u=void 0===a?ut:a,c=t.includeExtensions,l=t.preserveHeaderCase,f=t.useGETForQueries,h=t.includeUnusedVariables,p=void 0!==h&&h,d=e.__rest(t,["uri","fetch","print","includeExtensions","preserveHeaderCase","useGETForQueries","includeUnusedVariables"]);var v={http:{includeExtensions:c,preserveHeaderCase:l},options:d.fetchOptions,credentials:d.credentials,headers:d.headers};return new We((function(t){var n=ht(t,i),a=t.getContext(),c={};if(a.clientAwareness){var l=a.clientAwareness,h=l.name,d=l.version;h&&(c["apollographql-client-name"]=h),d&&(c["apollographql-client-version"]=d)}var y=e.__assign(e.__assign({},c),a.headers),g={http:a.http,options:a.fetchOptions,credentials:a.credentials,headers:y};if(R(["client"],t.query)){var b=ye(t.query);if(!b)return je(new Error("HttpLink: Trying to send a client-only query to the server. To send to the server, ensure a non-client field is added to the query or set the `transformOptions.removeClientFields` option to `true`."));t.query=b}var _,w=ct(t,u,at,v,g),O=w.options,k=w.body;if(k.variables&&!p&&(k.variables=function(t,n){var i=e.__assign({},t),o=new Set(Object.keys(t));return r.visit(n.query,{Variable:function(e,t,r){r&&"VariableDefinition"!==r.kind&&o.delete(e.name.value)}}),o.forEach((function(e){delete i[e]})),i}(k.variables,t)),!O.signal){var S=ft(),x=S.controller,q=S.signal;(_=x)&&(O.signal=q)}var E,P="OperationDefinition"===(E=ne(t.query)).kind&&"subscription"===E.operation,Q=R(["defer"],t.query);if(f&&!t.query.definitions.some((function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation}))&&(O.method="GET"),Q||P){O.headers=O.headers||{};var D="multipart/mixed;";P?D+="boundary=graphql;subscriptionSpec=1.0,application/json":Q&&(D+="deferSpec=20220824,application/json"),O.headers.accept=D}if("GET"===O.method){var C=pt(n,k),T=C.newURI,F=C.parseError;if(F)return je(F);n=T}else try{O.body=st(k,"Payload")}catch(F){return je(F)}return new o.Observable((function(r){return(s||m((function(){return fetch}))||dt)(n,O).then((function(n){var i;t.setContext({response:n});var o=null===(i=n.headers)||void 0===i?void 0:i.get("content-type");return null!==o&&/^multipart\/mixed/i.test(o)?function(t,r){var n,i,o,s,a;return e.__awaiter(this,void 0,void 0,(function(){var u,c,l,f,h,p,d,v,y,m,g,b,_,w,O,k,S,x,q,E,R,P,Q;return e.__generator(this,(function(D){switch(D.label){case 0:if(void 0===TextDecoder)throw new Error("TextDecoder must be defined in the environment: please import a polyfill.");u=new TextDecoder("utf-8"),c=null===(n=t.headers)||void 0===n?void 0:n.get("content-type"),l="boundary=",f=(null==c?void 0:c.includes(l))?null==c?void 0:c.substring((null==c?void 0:c.indexOf(l))+9).replace(/['"]/g,"").replace(/\;(.*)/gm,"").trim():"-",h="\r\n--".concat(f),p="",d=Xe(t),v=!0,D.label=1;case 1:return v?[4,d.next()]:[3,3];case 2:for(y=D.sent(),m=y.value,g=y.done,b="string"==typeof m?m:u.decode(m),_=p.length-h.length+1,v=!g,w=(p+=b).indexOf(h,_);w>-1;){if(O=void 0,P=[p.slice(0,w),p.slice(w+h.length)],p=P[1],k=(O=P[0]).indexOf("\r\n\r\n"),S=rt(O.slice(0,k)),(x=S["content-type"])&&-1===x.toLowerCase().indexOf("application/json"))throw new Error("Unsupported patch content type: application/json is required.");if(q=O.slice(k))try{E=nt(t,q),Object.keys(E).length>1||"data"in E||"incremental"in E||"errors"in E||"payload"in E?Ce(E)?(R={},"payload"in E&&(R=e.__assign({},E.payload)),"errors"in E&&(R=e.__assign(e.__assign({},R),{extensions:e.__assign(e.__assign({},"extensions"in R?R.extensions:null),(Q={},Q[$e]=E.errors,Q))})),null===(i=r.next)||void 0===i||i.call(r,R)):null===(o=r.next)||void 0===o||o.call(r,E):1===Object.keys(E).length&&"hasNext"in E&&!E.hasNext&&(null===(s=r.complete)||void 0===s||s.call(r))}catch(e){it(e,r)}w=p.indexOf(h)}return[3,1];case 3:return null===(a=r.complete)||void 0===a||a.call(r),[2]}}))}))}(n,r):function(e,t,r){ot(t)(e).then((function(e){var t,n;null===(t=r.next)||void 0===t||t.call(r,e),null===(n=r.complete)||void 0===n||n.call(r)})).catch((function(e){return it(e,r)}))}(n,t,r)})).catch((function(e){return it(e,r)})),function(){_&&_.abort()}}))}))},yt=function(t){function r(e){void 0===e&&(e={});var r=t.call(this,vt(e).request)||this;return r.options=e,r}return e.__extends(r,t),r}(We),mt=function(){function t(){this.assumeImmutableResults=!1,this.getFragmentDoc=s.wrap(j)}return t.prototype.batch=function(e){var t,r=this,n="string"==typeof e.optimistic?e.optimistic:!1===e.optimistic?null:void 0;return this.performTransaction((function(){return t=e.update(r)}),n),t},t.prototype.recordOptimisticTransaction=function(e,t){this.performTransaction(e,t)},t.prototype.transformDocument=function(e){return e},t.prototype.transformForLink=function(e){return e},t.prototype.identify=function(e){},t.prototype.gc=function(){return[]},t.prototype.modify=function(e){return!1},t.prototype.readQuery=function(t,r){return void 0===r&&(r=!!t.optimistic),this.read(e.__assign(e.__assign({},t),{rootId:t.id||"ROOT_QUERY",optimistic:r}))},t.prototype.readFragment=function(t,r){return void 0===r&&(r=!!t.optimistic),this.read(e.__assign(e.__assign({},t),{query:this.getFragmentDoc(t.fragment,t.fragmentName),rootId:t.id,optimistic:r}))},t.prototype.writeQuery=function(t){var r=t.id,n=t.data,i=e.__rest(t,["id","data"]);return this.write(Object.assign(i,{dataId:r||"ROOT_QUERY",result:n}))},t.prototype.writeFragment=function(t){var r=t.id,n=t.data,i=t.fragment,o=t.fragmentName,s=e.__rest(t,["id","data","fragment","fragmentName"]);return this.write(Object.assign(s,{query:this.getFragmentDoc(i,o),dataId:r,result:n}))},t.prototype.updateQuery=function(t,r){return this.batch({update:function(n){var i=n.readQuery(t),o=r(i);return null==o?i:(n.writeQuery(e.__assign(e.__assign({},t),{data:o})),o)}})},t.prototype.updateFragment=function(t,r){return this.batch({update:function(n){var i=n.readFragment(t),o=r(i);return null==o?i:(n.writeFragment(e.__assign(e.__assign({},t),{data:o})),o)}})},t}();exports.Cache=void 0,exports.Cache||(exports.Cache={});var gt=function(t){function r(e,n,i,o){var s,a=t.call(this,e)||this;if(a.message=e,a.path=n,a.query=i,a.variables=o,Array.isArray(a.path)){a.missing=a.message;for(var u=a.path.length-1;u>=0;--u)a.missing=((s={})[a.path[u]]=a.missing,s)}else a.missing=a.path;return a.__proto__=r.prototype,a}return e.__extends(r,t),r}(Error),bt=Object.prototype.hasOwnProperty;function _t(e){return null==e}function wt(e,t){var r=e.__typename,n=e.id,i=e._id;if("string"==typeof r&&(t&&(t.keyObject=_t(n)?_t(i)?void 0:{_id:i}:{id:n}),_t(n)&&!_t(i)&&(n=i),!_t(n)))return"".concat(r,":").concat("number"==typeof n||"string"==typeof n?n:JSON.stringify(n))}var Ot={dataIdFromObject:wt,addTypename:!0,resultCaching:!0,canonizeResults:!1};function kt(e){var t=e.canonizeResults;return void 0===t?Ot.canonizeResults:t}var St=/^[_a-z][_0-9a-z]*/i;function xt(e){var t=e.match(St);return t?t[0]:e}function qt(e,t,r){return!!N(t)&&(ae(t)?t.every((function(t){return qt(e,t,r)})):e.selections.every((function(e){if(X(e)&&E(e,r)){var n=G(e);return bt.call(t,n)&&(!e.selectionSet||qt(e.selectionSet,t[n],r))}return!0})))}function Et(e){return N(e)&&!z(e)&&!ae(e)}function Rt(e,t){var r=A(te(e));return{fragmentMap:r,lookupFragment:function(e){var n=r[e];return!n&&t&&(n=t.lookup(e)),n||null}}}var Pt=Object.create(null),Qt=function(){return Pt},Dt=Object.create(null),Ct=function(){function t(e,t){var r=this;this.policies=e,this.group=t,this.data=Object.create(null),this.rootIds=Object.create(null),this.refs=Object.create(null),this.getFieldValue=function(e,t){return z(e)?r.get(e.__ref,t):e&&e[t]},this.canRead=function(e){return z(e)?r.has(e.__ref):"object"==typeof e},this.toReference=function(e,t){if("string"==typeof e)return V(e);if(z(e))return e;var n=r.policies.identify(e)[0];if(n){var i=V(n);return t&&r.merge(n,e),i}}}return t.prototype.toObject=function(){return e.__assign({},this.data)},t.prototype.has=function(e){return void 0!==this.lookup(e,!0)},t.prototype.get=function(e,t){if(this.group.depend(e,t),bt.call(this.data,e)){var r=this.data[e];if(r&&bt.call(r,t))return r[t]}return"__typename"===t&&bt.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof It?this.parent.get(e,t):void 0},t.prototype.lookup=function(e,t){return t&&this.group.depend(e,"__exists"),bt.call(this.data,e)?this.data[e]:this instanceof It?this.parent.lookup(e,t):this.policies.rootTypenamesById[e]?Object.create(null):void 0},t.prototype.merge=function(e,t){var r,n=this;z(e)&&(e=e.__ref),z(t)&&(t=t.__ref);var i="string"==typeof e?this.lookup(r=e):e,o="string"==typeof t?this.lookup(r=t):t;if(o){k("string"==typeof r,1);var s=new we(jt).merge(i,o);if(this.data[r]=s,s!==i&&(delete this.refs[r],this.group.caching)){var a=Object.create(null);i||(a.__exists=1),Object.keys(o).forEach((function(e){if(!i||i[e]!==s[e]){a[e]=1;var t=xt(e);t===e||n.policies.hasKeyArgs(s.__typename,t)||(a[t]=1),void 0!==s[e]||n instanceof It||delete s[e]}})),!a.__typename||i&&i.__typename||this.policies.rootTypenamesById[r]!==s.__typename||delete a.__typename,Object.keys(a).forEach((function(e){return n.group.dirty(r,e)}))}}},t.prototype.modify=function(t,r){var n=this,i=this.lookup(t);if(i){var o=Object.create(null),s=!1,a=!0,u={DELETE:Pt,INVALIDATE:Dt,isReference:z,toReference:this.toReference,canRead:this.canRead,readField:function(e,r){return n.policies.readField("string"==typeof e?{fieldName:e,from:r||V(t)}:e,{store:n})}};if(Object.keys(i).forEach((function(c){var l=xt(c),f=i[c];if(void 0!==f){var h="function"==typeof r?r:r[c]||r[l];if(h){var p=h===Qt?Pt:h(f,e.__assign(e.__assign({},u),{fieldName:l,storeFieldName:c,storage:n.getStorage(t,c)}));p===Dt?n.group.dirty(t,c):(p===Pt&&(p=void 0),p!==f&&(o[c]=p,s=!0,f=p))}void 0!==f&&(a=!1)}})),s)return this.merge(t,o),a&&(this instanceof It?this.data[t]=void 0:delete this.data[t],this.group.dirty(t,"__exists")),!0}return!1},t.prototype.delete=function(e,t,r){var n,i=this.lookup(e);if(i){var o=this.getFieldValue(i,"__typename"),s=t&&r?this.policies.getStoreFieldName({typename:o,fieldName:t,args:r}):t;return this.modify(e,s?((n={})[s]=Qt,n):Qt)}return!1},t.prototype.evict=function(e,t){var r=!1;return e.id&&(bt.call(this.data,e.id)&&(r=this.delete(e.id,e.fieldName,e.args)),this instanceof It&&this!==t&&(r=this.parent.evict(e,t)||r),(e.fieldName||r)&&this.group.dirty(e.id,e.fieldName||"__exists")),r},t.prototype.clear=function(){this.replace(null)},t.prototype.extract=function(){var e=this,t=this.toObject(),r=[];return this.getRootIdSet().forEach((function(t){bt.call(e.policies.rootTypenamesById,t)||r.push(t)})),r.length&&(t.__META={extraRootIds:r.sort()}),t},t.prototype.replace=function(t){var r=this;if(Object.keys(this.data).forEach((function(e){t&&bt.call(t,e)||r.delete(e)})),t){var n=t.__META,i=e.__rest(t,["__META"]);Object.keys(i).forEach((function(e){r.merge(e,i[e])})),n&&n.extraRootIds.forEach(this.retain,this)}},t.prototype.retain=function(e){return this.rootIds[e]=(this.rootIds[e]||0)+1},t.prototype.release=function(e){if(this.rootIds[e]>0){var t=--this.rootIds[e];return t||delete this.rootIds[e],t}return 0},t.prototype.getRootIdSet=function(e){return void 0===e&&(e=new Set),Object.keys(this.rootIds).forEach(e.add,e),this instanceof It?this.parent.getRootIdSet(e):Object.keys(this.policies.rootTypenamesById).forEach(e.add,e),e},t.prototype.gc=function(){var e=this,t=this.getRootIdSet(),r=this.toObject();t.forEach((function(n){bt.call(r,n)&&(Object.keys(e.findChildRefIds(n)).forEach(t.add,t),delete r[n])}));var n=Object.keys(r);if(n.length){for(var i=this;i instanceof It;)i=i.parent;n.forEach((function(e){return i.delete(e)}))}return n},t.prototype.findChildRefIds=function(e){if(!bt.call(this.refs,e)){var t=this.refs[e]=Object.create(null),r=this.data[e];if(!r)return t;var n=new Set([r]);n.forEach((function(e){z(e)&&(t[e.__ref]=!0),N(e)&&Object.keys(e).forEach((function(t){var r=e[t];N(r)&&n.add(r)}))}))}return this.refs[e]},t.prototype.makeCacheKey=function(){return this.group.keyMaker.lookupArray(arguments)},t}(),Tt=function(){function e(e,t){void 0===t&&(t=null),this.caching=e,this.parent=t,this.d=null,this.resetCaching()}return e.prototype.resetCaching=function(){this.d=this.caching?s.dep():null,this.keyMaker=new u.Trie(Q)},e.prototype.depend=function(e,t){if(this.d){this.d(Ft(e,t));var r=xt(t);r!==t&&this.d(Ft(e,r)),this.parent&&this.parent.depend(e,t)}},e.prototype.dirty=function(e,t){this.d&&this.d.dirty(Ft(e,t),"__exists"===t?"forget":"setDirty")},e}();function Ft(e,t){return t+"#"+e}function Mt(e,t){At(e)&&e.group.depend(t,"__exists")}!function(t){var r=function(t){function r(e){var r=e.policies,n=e.resultCaching,i=void 0===n||n,o=e.seed,s=t.call(this,r,new Tt(i))||this;return s.stump=new Nt(s),s.storageTrie=new u.Trie(Q),o&&s.replace(o),s}return e.__extends(r,t),r.prototype.addLayer=function(e,t){return this.stump.addLayer(e,t)},r.prototype.removeLayer=function(){return this},r.prototype.getStorage=function(){return this.storageTrie.lookupArray(arguments)},r}(t);t.Root=r}(Ct||(Ct={}));var It=function(t){function r(e,r,n,i){var o=t.call(this,r.policies,i)||this;return o.id=e,o.parent=r,o.replay=n,o.group=i,n(o),o}return e.__extends(r,t),r.prototype.addLayer=function(e,t){return new r(e,this,t,this.group)},r.prototype.removeLayer=function(e){var t=this,r=this.parent.removeLayer(e);return e===this.id?(this.group.caching&&Object.keys(this.data).forEach((function(e){var i=t.data[e],o=r.lookup(e);o?i?i!==o&&Object.keys(i).forEach((function(r){n.equal(i[r],o[r])||t.group.dirty(e,r)})):(t.group.dirty(e,"__exists"),Object.keys(o).forEach((function(r){t.group.dirty(e,r)}))):t.delete(e)})),r):r===this.parent?this:r.addLayer(this.id,this.replay)},r.prototype.toObject=function(){return e.__assign(e.__assign({},this.parent.toObject()),this.data)},r.prototype.findChildRefIds=function(r){var n=this.parent.findChildRefIds(r);return bt.call(this.data,r)?e.__assign(e.__assign({},n),t.prototype.findChildRefIds.call(this,r)):n},r.prototype.getStorage=function(){for(var e=this.parent;e.parent;)e=e.parent;return e.getStorage.apply(e,arguments)},r}(Ct),Nt=function(t){function r(e){return t.call(this,"EntityStore.Stump",e,(function(){}),new Tt(e.group.caching,e.group))||this}return e.__extends(r,t),r.prototype.removeLayer=function(){return this},r.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},r}(It);function jt(e,t,r){var i=e[r],o=t[r];return n.equal(i,o)?i:o}function At(e){return!!(e instanceof Ct&&e.group.caching)}var Lt,Vt,zt=function(){function t(){this.known=new(D?WeakSet:Set),this.pool=new u.Trie(Q),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}return t.prototype.isKnown=function(e){return N(e)&&this.known.has(e)},t.prototype.pass=function(t){if(N(t)){var r=function(t){return N(t)?ae(t)?t.slice(0):e.__assign({__proto__:Object.getPrototypeOf(t)},t):t}(t);return this.passes.set(r,t),r}return t},t.prototype.admit=function(e){var t=this;if(N(e)){var r=this.passes.get(e);if(r)return r;switch(Object.getPrototypeOf(e)){case Array.prototype:if(this.known.has(e))return e;var n=e.map(this.admit,this);return(a=this.pool.lookupArray(n)).array||this.known.add(a.array=n),a.array;case null:case Object.prototype:if(this.known.has(e))return e;var i=Object.getPrototypeOf(e),o=[i],s=this.sortedKeys(e);o.push(s.json);var a,u=o.length;if(s.sorted.forEach((function(r){o.push(t.admit(e[r]))})),!(a=this.pool.lookupArray(o)).object){var c=a.object=Object.create(i);this.known.add(c),s.sorted.forEach((function(e,t){c[e]=o[u+t]}))}return a.object}}return e},t.prototype.sortedKeys=function(e){var t=Object.keys(e),r=this.pool.lookupArray(t);if(!r.keys){t.sort();var n=JSON.stringify(t);(r.keys=this.keysByJSON.get(n))||this.keysByJSON.set(n,r.keys={sorted:t,json:n})}return r.keys},t}(),Wt=Object.assign((function(e){if(N(e)){void 0===Lt&&Bt();var t=Lt.admit(e),r=Vt.get(t);return void 0===r&&Vt.set(t,r=JSON.stringify(t)),r}return JSON.stringify(e)}),{reset:Bt});function Bt(){Lt=new zt,Vt=new(Q?WeakMap:Map)}function Ut(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var Kt=function(){function t(t){var r=this;this.knownResults=new(Q?WeakMap:Map),this.config=Ie(t,{addTypename:!1!==t.addTypename,canonizeResults:kt(t)}),this.canon=t.canon||new zt,this.executeSelectionSet=s.wrap((function(t){var n,i=t.context.canonizeResults,o=Ut(t);o[3]=!i;var s=(n=r.executeSelectionSet).peek.apply(n,o);return s?i?e.__assign(e.__assign({},s),{result:r.canon.admit(s.result)}):s:(Mt(t.context.store,t.enclosingRef.__ref),r.execSelectionSetImpl(t))}),{max:this.config.resultCacheMaxSize,keyArgs:Ut,makeCacheKey:function(e,t,r,n){if(At(r.store))return r.store.makeCacheKey(e,z(t)?t.__ref:t,r.varString,n)}}),this.executeSubSelectedArray=s.wrap((function(e){return Mt(e.context.store,e.enclosingRef.__ref),r.execSubSelectedArrayImpl(e)}),{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var t=e.field,r=e.array,n=e.context;if(At(n.store))return n.store.makeCacheKey(t,r,n.varString)}})}return t.prototype.resetCanon=function(){this.canon=new zt},t.prototype.diffQueryAgainstStore=function(t){var r=t.store,n=t.query,i=t.rootId,o=void 0===i?"ROOT_QUERY":i,s=t.variables,a=t.returnPartialData,u=void 0===a||a,c=t.canonizeResults,l=void 0===c?this.config.canonizeResults:c,f=this.config.cache.policies;s=e.__assign(e.__assign({},ie(re(n))),s);var h,p=V(o),d=this.executeSelectionSet({selectionSet:ne(n).selectionSet,objectOrReference:p,enclosingRef:p,context:e.__assign({store:r,query:n,policies:f,variables:s,varString:Wt(s),canonizeResults:l},Rt(n,this.config.fragments))});if(d.missing&&(h=[new gt(Ht(d.missing),d.missing,n,s)],!u))throw h[0];return{result:d.result,complete:!h,missing:h}},t.prototype.isFresh=function(e,t,r,n){if(At(n.store)&&this.knownResults.get(e)===r){var i=this.executeSelectionSet.peek(r,t,n,this.canon.isKnown(e));if(i&&e===i.result)return!0}return!1},t.prototype.execSelectionSetImpl=function(e){var t=this,n=e.selectionSet,i=e.objectOrReference,o=e.enclosingRef,s=e.context;if(z(i)&&!s.policies.rootTypenamesById[i.__ref]&&!s.store.has(i.__ref))return{result:this.canon.empty,missing:"Dangling reference to missing ".concat(i.__ref," object")};var a,u=s.variables,c=s.policies,l=s.store.getFieldValue(i,"__typename"),f=[],h=new we;function p(e,t){var r;return e.missing&&(a=h.merge(a,((r={})[t]=e.missing,r))),e.result}this.config.addTypename&&"string"==typeof l&&!c.rootIdsByTypename[l]&&f.push({__typename:l});var d=new Set(n.selections);d.forEach((function(e){var n,v;if(E(e,u))if(X(e)){var y=c.readField({fieldName:e.name.value,field:e,variables:s.variables,from:i},s),m=G(e);void 0===y?de.added(e)||(a=h.merge(a,((n={})[m]="Can't find field '".concat(e.name.value,"' on ").concat(z(i)?i.__ref+" object":"object "+JSON.stringify(i,null,2)),n))):ae(y)?y=p(t.executeSubSelectedArray({field:e,array:y,enclosingRef:o,context:s}),m):e.selectionSet?null!=y&&(y=p(t.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:y,enclosingRef:z(y)?y:o,context:s}),m)):s.canonizeResults&&(y=t.canon.pass(y)),void 0!==y&&f.push(((v={})[m]=y,v))}else{var g=L(e,s.lookupFragment);if(!g&&e.kind===r.Kind.FRAGMENT_SPREAD)throw S(7,e.name.value);g&&c.fragmentMatches(g,l)&&g.selectionSet.selections.forEach(d.add,d)}}));var v={result:be(f),missing:a},y=s.canonizeResults?this.canon.admit(v):v;return y.result&&this.knownResults.set(y.result,n),y},t.prototype.execSubSelectedArrayImpl=function(e){var t,r=this,n=e.field,i=e.array,o=e.enclosingRef,s=e.context,a=new we;function u(e,r){var n;return e.missing&&(t=a.merge(t,((n={})[r]=e.missing,n))),e.result}return n.selectionSet&&(i=i.filter(s.store.canRead)),i=i.map((function(e,t){return null===e?null:ae(e)?u(r.executeSubSelectedArray({field:n,array:e,enclosingRef:o,context:s}),t):n.selectionSet?u(r.executeSelectionSet({selectionSet:n.selectionSet,objectOrReference:e,enclosingRef:z(e)?e:o,context:s}),t):e})),{result:s.canonizeResults?this.canon.admit(i):i,missing:t}},t}();function Ht(e){try{JSON.stringify(e,(function(e,t){if("string"==typeof t)throw t;return t}))}catch(e){return e}}var Jt=new a.Slot,Gt=new WeakMap;function Yt(e){var t=Gt.get(e);return t||Gt.set(e,t={vars:new Set,dep:s.dep()}),t}function Xt(e){Yt(e).vars.forEach((function(t){return t.forgetCache(e)}))}function $t(e){var t=new Set,r=new Set,n=function(o){if(arguments.length>0){if(e!==o){e=o,t.forEach((function(e){Yt(e).dep.dirty(n),function(e){e.broadcastWatches&&e.broadcastWatches()}(e)}));var s=Array.from(r);r.clear(),s.forEach((function(t){return t(e)}))}}else{var a=Jt.getValue();a&&(i(a),Yt(a).dep(n))}return e};n.onNextChange=function(e){return r.add(e),function(){r.delete(e)}};var i=n.attachCache=function(e){return t.add(e),Yt(e).vars.add(n),n};return n.forgetCache=function(e){return t.delete(e)},n}var Zt=Object.create(null);function er(e){var t=JSON.stringify(e);return Zt[t]||(Zt[t]=Object.create(null))}function tr(e){var t=er(e);return t.keyFieldsFn||(t.keyFieldsFn=function(t,r){var n=function(e,t){return r.readField(t,e)},i=r.keyObject=nr(e,(function(e){var i=sr(r.storeObject,e,n);return void 0===i&&t!==r.storeObject&&bt.call(t,e[0])&&(i=sr(t,e,or)),k(void 0!==i,2,e.join("."),t),i}));return"".concat(r.typename,":").concat(JSON.stringify(i))})}function rr(e){var t=er(e);return t.keyArgsFn||(t.keyArgsFn=function(t,r){var n=r.field,i=r.variables,o=r.fieldName,s=nr(e,(function(e){var r=e[0],o=r.charAt(0);if("@"!==o)if("$"!==o){if(t)return sr(t,e)}else{var s=r.slice(1);if(i&&bt.call(i,s)){var a=e.slice(0);return a[0]=s,sr(i,a)}}else if(n&&ue(n.directives)){var u=r.slice(1),c=n.directives.find((function(e){return e.name.value===u})),l=c&&J(c,i);return l&&sr(l,e.slice(1))}})),a=JSON.stringify(s);return(t||"{}"!==a)&&(o+=":"+a),o})}function nr(e,t){var r=new we;return ir(e).reduce((function(e,n){var i,o=t(n);if(void 0!==o){for(var s=n.length-1;s>=0;--s)(i={})[n[s]]=o,o=i;e=r.merge(e,o)}return e}),Object.create(null))}function ir(e){var t=er(e);if(!t.paths){var r=t.paths=[],n=[];e.forEach((function(t,i){ae(t)?(ir(t).forEach((function(e){return r.push(n.concat(e))})),n.length=0):(n.push(t),ae(e[i+1])||(r.push(n.slice(0)),n.length=0))}))}return t.paths}function or(e,t){return e[t]}function sr(e,t,r){return r=r||or,ar(t.reduce((function e(t,n){return ae(t)?t.map((function(t){return e(t,n)})):t&&r(t,n)}),e))}function ar(e){return N(e)?ae(e)?e.map(ar):nr(Object.keys(e).sort(),(function(t){return sr(e,t)})):e}function ur(e){return void 0!==e.args?e.args:e.field?J(e.field,e.variables):null}U.setStringify(Wt);var cr=function(){},lr=function(e,t){return t.fieldName},fr=function(e,t,r){return(0,r.mergeObjects)(e,t)},hr=function(e,t){return t},pr=function(){function t(t){this.config=t,this.typePolicies=Object.create(null),this.toBeAdded=Object.create(null),this.supertypeMap=new Map,this.fuzzySubtypes=new Map,this.rootIdsByTypename=Object.create(null),this.rootTypenamesById=Object.create(null),this.usingPossibleTypes=!1,this.config=e.__assign({dataIdFromObject:wt},t),this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),t.possibleTypes&&this.addPossibleTypes(t.possibleTypes),t.typePolicies&&this.addTypePolicies(t.typePolicies)}return t.prototype.identify=function(t,r){var n,i=this,o=r&&(r.typename||(null===(n=r.storeObject)||void 0===n?void 0:n.__typename))||t.__typename;if(o===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];for(var s,a=r&&r.storeObject||t,u=e.__assign(e.__assign({},r),{typename:o,storeObject:a,readField:r&&r.readField||function(){var e=vr(arguments,a);return i.readField(e,{store:i.cache.data,variables:e.variables})}}),c=o&&this.getTypePolicy(o),l=c&&c.keyFn||this.config.dataIdFromObject;l;){var f=l(e.__assign(e.__assign({},t),a),u);if(!ae(f)){s=f;break}l=tr(f)}return s=s?String(s):void 0,u.keyObject?[s,u.keyObject]:[s]},t.prototype.addTypePolicies=function(t){var r=this;Object.keys(t).forEach((function(n){var i=t[n],o=i.queryType,s=i.mutationType,a=i.subscriptionType,u=e.__rest(i,["queryType","mutationType","subscriptionType"]);o&&r.setRootTypename("Query",n),s&&r.setRootTypename("Mutation",n),a&&r.setRootTypename("Subscription",n),bt.call(r.toBeAdded,n)?r.toBeAdded[n].push(u):r.toBeAdded[n]=[u]}))},t.prototype.updateTypePolicy=function(e,t){var r=this,n=this.getTypePolicy(e),i=t.keyFields,o=t.fields;function s(e,t){e.merge="function"==typeof t?t:!0===t?fr:!1===t?hr:e.merge}s(n,t.merge),n.keyFn=!1===i?cr:ae(i)?tr(i):"function"==typeof i?i:n.keyFn,o&&Object.keys(o).forEach((function(t){var n=r.getFieldPolicy(e,t,!0),i=o[t];if("function"==typeof i)n.read=i;else{var a=i.keyArgs,u=i.read,c=i.merge;n.keyFn=!1===a?lr:ae(a)?rr(a):"function"==typeof a?a:n.keyFn,"function"==typeof u&&(n.read=u),s(n,c)}n.read&&n.merge&&(n.keyFn=n.keyFn||lr)}))},t.prototype.setRootTypename=function(e,t){void 0===t&&(t=e);var r="ROOT_"+e.toUpperCase(),n=this.rootTypenamesById[r];t!==n&&(k(!n||n===e,3,e),n&&delete this.rootIdsByTypename[n],this.rootIdsByTypename[t]=r,this.rootTypenamesById[r]=t)},t.prototype.addPossibleTypes=function(e){var t=this;this.usingPossibleTypes=!0,Object.keys(e).forEach((function(r){t.getSupertypeSet(r,!0),e[r].forEach((function(e){t.getSupertypeSet(e,!0).add(r);var n=e.match(St);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))}))}))},t.prototype.getTypePolicy=function(t){var r=this;if(!bt.call(this.typePolicies,t)){var n=this.typePolicies[t]=Object.create(null);n.fields=Object.create(null);var i=this.supertypeMap.get(t);!i&&this.fuzzySubtypes.size&&(i=this.getSupertypeSet(t,!0),this.fuzzySubtypes.forEach((function(e,n){if(e.test(t)){var o=r.supertypeMap.get(n);o&&o.forEach((function(e){return i.add(e)}))}}))),i&&i.size&&i.forEach((function(t){var i=r.getTypePolicy(t),o=i.fields,s=e.__rest(i,["fields"]);Object.assign(n,s),Object.assign(n.fields,o)}))}var o=this.toBeAdded[t];return o&&o.length&&o.splice(0).forEach((function(e){r.updateTypePolicy(t,e)})),this.typePolicies[t]},t.prototype.getFieldPolicy=function(e,t,r){if(e){var n=this.getTypePolicy(e).fields;return n[t]||r&&(n[t]=Object.create(null))}},t.prototype.getSupertypeSet=function(e,t){var r=this.supertypeMap.get(e);return!r&&t&&this.supertypeMap.set(e,r=new Set),r},t.prototype.fragmentMatches=function(e,t,r,n){var i=this;if(!e.typeCondition)return!0;if(!t)return!1;var o=e.typeCondition.name.value;if(t===o)return!0;if(this.usingPossibleTypes&&this.supertypeMap.has(o))for(var s=this.getSupertypeSet(t,!0),a=[s],u=function(e){var t=i.getSupertypeSet(e,!1);t&&t.size&&a.indexOf(t)<0&&a.push(t)},c=!(!r||!this.fuzzySubtypes.size),l=0;l<a.length;++l){var f=a[l];if(f.has(o))return s.has(o)||s.add(o),!0;f.forEach(u),c&&l===a.length-1&&qt(e.selectionSet,r,n)&&(c=!1,!0,this.fuzzySubtypes.forEach((function(e,r){var n=t.match(e);n&&n[0]===t&&u(r)})))}return!1},t.prototype.hasKeyArgs=function(e,t){var r=this.getFieldPolicy(e,t,!1);return!(!r||!r.keyFn)},t.prototype.getStoreFieldName=function(e){var t,r=e.typename,n=e.fieldName,i=this.getFieldPolicy(r,n,!1),o=i&&i.keyFn;if(o&&r)for(var s={typename:r,fieldName:n,field:e.field||null,variables:e.variables},a=ur(e);o;){var u=o(a,s);if(!ae(u)){t=u||n;break}o=rr(u)}return void 0===t&&(t=e.field?function(e,t){var r=null;e.directives&&(r={},e.directives.forEach((function(e){r[e.name.value]={},e.arguments&&e.arguments.forEach((function(n){var i=n.name,o=n.value;return W(r[e.name.value],i,o,t)}))})));var n=null;return e.arguments&&e.arguments.length&&(n={},e.arguments.forEach((function(e){var r=e.name,i=e.value;return W(n,r,i,t)}))),U(e.name.value,n,r)}(e.field,e.variables):U(n,ur(e))),!1===t?n:n===xt(t)?t:n+":"+t},t.prototype.readField=function(e,t){var r=e.from;if(r&&(e.field||e.fieldName)){if(void 0===e.typename){var n=t.store.getFieldValue(r,"__typename");n&&(e.typename=n)}var i=this.getStoreFieldName(e),o=xt(i),s=t.store.getFieldValue(r,i),a=this.getFieldPolicy(e.typename,o,!1),u=a&&a.read;if(u){var c=dr(this,r,e,t,t.store.getStorage(z(r)?r.__ref:r,i));return Jt.withValue(this.cache,u,[s,c])}return s}},t.prototype.getReadFunction=function(e,t){var r=this.getFieldPolicy(e,t,!1);return r&&r.read},t.prototype.getMergeFunction=function(e,t,r){var n=this.getFieldPolicy(e,t,!1),i=n&&n.merge;return!i&&r&&(i=(n=this.getTypePolicy(r))&&n.merge),i},t.prototype.runMergeFunction=function(e,t,r,n,i){var o=r.field,s=r.typename,a=r.merge;return a===fr?yr(n.store)(e,t):a===hr?t:(n.overwrite&&(e=void 0),a(e,t,dr(this,void 0,{typename:s,fieldName:o.name.value,field:o,variables:n.variables},n,i||Object.create(null))))},t}();function dr(e,t,r,n,i){var o=e.getStoreFieldName(r),s=xt(o),a=r.variables||n.variables,u=n.store,c=u.toReference,l=u.canRead;return{args:ur(r),field:r.field||null,fieldName:s,storeFieldName:o,variables:a,isReference:z,toReference:c,storage:i,cache:e.cache,canRead:l,readField:function(){return e.readField(vr(arguments,t,a),n)},mergeObjects:yr(n.store)}}function vr(t,r,n){var i,o=t[0],s=t[1],a=t.length;return"string"==typeof o?i={fieldName:o,from:a>1?s:r}:(i=e.__assign({},o),bt.call(i,"from")||(i.from=r)),void 0===i.variables&&(i.variables=n),i}function yr(t){return function(r,n){if(ae(r)||ae(n))throw S(6);if(N(r)&&N(n)){var i=t.getFieldValue(r,"__typename"),o=t.getFieldValue(n,"__typename");if(i&&o&&i!==o)return n;if(z(r)&&Et(n))return t.merge(r.__ref,n),r;if(Et(r)&&z(n))return t.merge(r,n.__ref),n;if(Et(r)&&Et(n))return e.__assign(e.__assign({},r),n)}return n}}function mr(t,r,n){var i="".concat(r).concat(n),o=t.flavors.get(i);return o||t.flavors.set(i,o=t.clientOnly===r&&t.deferred===n?t:e.__assign(e.__assign({},t),{clientOnly:r,deferred:n})),o}var gr=function(){function t(e,t,r){this.cache=e,this.reader=t,this.fragments=r}return t.prototype.writeToStore=function(t,r){var n=this,i=r.query,o=r.result,s=r.dataId,a=r.variables,u=r.overwrite,c=Z(i),l=new we;a=e.__assign(e.__assign({},ie(c)),a);var f=e.__assign(e.__assign({store:t,written:Object.create(null),merge:function(e,t){return l.merge(e,t)},variables:a,varString:Wt(a)},Rt(i,this.fragments)),{overwrite:!!u,incomingById:new Map,clientOnly:!1,deferred:!1,flavors:new Map}),h=this.processSelectionSet({result:o||Object.create(null),dataId:s,selectionSet:c.selectionSet,mergeTree:{map:new Map},context:f});if(!z(h))throw S(9,o);return f.incomingById.forEach((function(e,r){var i=e.storeObject,o=e.mergeTree,s=(e.fieldNodeSet,V(r));if(o&&o.map.size){var a=n.applyMerges(o,s,i,f);if(z(a))return;i=a}t.merge(r,i)})),t.retain(h.__ref),h},t.prototype.processSelectionSet=function(t){var r=this,n=t.dataId,i=t.result,o=t.selectionSet,s=t.context,a=t.mergeTree,u=this.cache.policies,c=Object.create(null),l=n&&u.rootTypenamesById[n]||Y(i,o,s.fragmentMap)||n&&s.store.get(n,"__typename");"string"==typeof l&&(c.__typename=l);var f=function(){var t=vr(arguments,c,s.variables);if(z(t.from)){var r=s.incomingById.get(t.from.__ref);if(r){var n=u.readField(e.__assign(e.__assign({},t),{from:r.storeObject}),s);if(void 0!==n)return n}}return u.readField(t,s)},h=new Set;this.flattenFields(o,i,s,l).forEach((function(e,t){var n,o=G(t),s=i[o];if(h.add(t),void 0!==s){var p=u.getStoreFieldName({typename:l,fieldName:t.name.value,field:t,variables:e.variables}),d=_r(a,p),v=r.processFieldValue(s,t,t.selectionSet?mr(e,!1,!1):e,d),y=void 0;t.selectionSet&&(z(v)||Et(v))&&(y=f("__typename",v));var m=u.getMergeFunction(l,t.name.value,y);m?d.info={field:t,typename:l,merge:m}:kr(a,p),c=e.merge(c,((n={})[p]=v,n))}else 0}));try{var p=u.identify(i,{typename:l,selectionSet:o,fragmentMap:s.fragmentMap,storeObject:c,readField:f}),d=p[0],v=p[1];n=n||d,v&&(c=s.merge(c,v))}catch(e){if(!n)throw e}if("string"==typeof n){var y=V(n),m=s.written[n]||(s.written[n]=[]);if(m.indexOf(o)>=0)return y;if(m.push(o),this.reader&&this.reader.isFresh(i,y,o,s))return y;var g=s.incomingById.get(n);return g?(g.storeObject=s.merge(g.storeObject,c),g.mergeTree=wr(g.mergeTree,a),h.forEach((function(e){return g.fieldNodeSet.add(e)}))):s.incomingById.set(n,{storeObject:c,mergeTree:Or(a)?void 0:a,fieldNodeSet:h}),y}return c},t.prototype.processFieldValue=function(e,t,r,n){var i=this;return t.selectionSet&&null!==e?ae(e)?e.map((function(e,o){var s=i.processFieldValue(e,t,r,_r(n,o));return kr(n,o),s})):this.processSelectionSet({result:e,selectionSet:t.selectionSet,context:r,mergeTree:n}):e},t.prototype.flattenFields=function(e,t,n,i){void 0===i&&(i=Y(t,e,n.fragmentMap));var o=new Map,s=this.cache.policies,a=new u.Trie(!1);return function e(u,c){var l=a.lookup(u,c.clientOnly,c.deferred);l.visited||(l.visited=!0,u.selections.forEach((function(a){if(E(a,n.variables)){var u=c.clientOnly,l=c.deferred;if(u&&l||!ue(a.directives)||a.directives.forEach((function(e){var t=e.name.value;if("client"===t&&(u=!0),"defer"===t){var r=J(e,n.variables);r&&!1===r.if||(l=!0)}})),X(a)){var f=o.get(a);f&&(u=u&&f.clientOnly,l=l&&f.deferred),o.set(a,mr(n,u,l))}else{var h=L(a,n.lookupFragment);if(!h&&a.kind===r.Kind.FRAGMENT_SPREAD)throw S(11,a.name.value);h&&s.fragmentMatches(h,i,t,n.variables)&&e(h.selectionSet,mr(n,u,l))}}})))}(e,n),o},t.prototype.applyMerges=function(t,r,n,i,o){var s,a=this;if(t.map.size&&!z(n)){var u,c=ae(n)||!z(r)&&!Et(r)?void 0:r,l=n;c&&!o&&(o=[z(c)?c.__ref:c]);var f=function(e,t){return ae(e)?"number"==typeof t?e[t]:void 0:i.store.getFieldValue(e,String(t))};t.map.forEach((function(e,t){var r=f(c,t),n=f(l,t);if(void 0!==n){o&&o.push(t);var s=a.applyMerges(e,r,n,i,o);s!==n&&(u=u||new Map).set(t,s),o&&k(o.pop()===t)}})),u&&(n=ae(l)?l.slice(0):e.__assign({},l),u.forEach((function(e,t){n[t]=e})))}return t.info?this.cache.policies.runMergeFunction(r,n,t.info,i,o&&(s=i.store).getStorage.apply(s,o)):n},t}(),br=[];function _r(e,t){var r=e.map;return r.has(t)||r.set(t,br.pop()||{map:new Map}),r.get(t)}function wr(t,r){if(t===r||!r||Or(r))return t;if(!t||Or(t))return r;var n=t.info&&r.info?e.__assign(e.__assign({},t.info),r.info):t.info||r.info,i=t.map.size&&r.map.size,o={info:n,map:i?new Map:t.map.size?t.map:r.map};if(i){var s=new Set(r.map.keys());t.map.forEach((function(e,t){o.map.set(t,wr(e,r.map.get(t))),s.delete(t)})),s.forEach((function(e){o.map.set(e,wr(r.map.get(e),t.map.get(e)))}))}return o}function Or(e){return!e||!(e.info||e.map.size)}function kr(e,t){var r=e.map,n=r.get(t);n&&Or(n)&&(br.push(n),r.delete(t))}new Set;var Sr,xr=function(t){function r(e){void 0===e&&(e={});var r=t.call(this)||this;return r.watches=new Set,r.addTypenameTransform=new se(de),r.assumeImmutableResults=!0,r.makeVar=$t,r.txCount=0,r.config=function(e){return Ie(Ot,e)}(e),r.addTypename=!!r.config.addTypename,r.policies=new pr({cache:r,dataIdFromObject:r.config.dataIdFromObject,possibleTypes:r.config.possibleTypes,typePolicies:r.config.typePolicies}),r.init(),r}return e.__extends(r,t),r.prototype.init=function(){var e=this.data=new Ct.Root({policies:this.policies,resultCaching:this.config.resultCaching});this.optimisticData=e.stump,this.resetResultCache()},r.prototype.resetResultCache=function(e){var t=this,r=this.storeReader,n=this.config.fragments;this.storeWriter=new gr(this,this.storeReader=new Kt({cache:this,addTypename:this.addTypename,resultCacheMaxSize:this.config.resultCacheMaxSize,canonizeResults:kt(this.config),canon:e?void 0:r&&r.canon,fragments:n}),n),this.maybeBroadcastWatch=s.wrap((function(e,r){return t.broadcastWatch(e,r)}),{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var r=e.optimistic?t.optimisticData:t.data;if(At(r)){var n=e.optimistic,i=e.id,o=e.variables;return r.makeCacheKey(e.query,e.callback,Wt({optimistic:n,id:i,variables:o}))}}}),new Set([this.data.group,this.optimisticData.group]).forEach((function(e){return e.resetCaching()}))},r.prototype.restore=function(e){return this.init(),e&&this.data.replace(e),this},r.prototype.extract=function(e){return void 0===e&&(e=!1),(e?this.optimisticData:this.data).extract()},r.prototype.read=function(t){var r=t.returnPartialData,n=void 0!==r&&r;try{return this.storeReader.diffQueryAgainstStore(e.__assign(e.__assign({},t),{store:t.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof gt)return null;throw e}},r.prototype.write=function(e){try{return++this.txCount,this.storeWriter.writeToStore(this.data,e)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},r.prototype.modify=function(e){if(bt.call(e,"id")&&!e.id)return!1;var t=e.optimistic?this.optimisticData:this.data;try{return++this.txCount,t.modify(e.id||"ROOT_QUERY",e.fields)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},r.prototype.diff=function(t){return this.storeReader.diffQueryAgainstStore(e.__assign(e.__assign({},t),{store:t.optimistic?this.optimisticData:this.data,rootId:t.id||"ROOT_QUERY",config:this.config}))},r.prototype.watch=function(e){var t=this;return this.watches.size||function(e){Yt(e).vars.forEach((function(t){return t.attachCache(e)}))}(this),this.watches.add(e),e.immediate&&this.maybeBroadcastWatch(e),function(){t.watches.delete(e)&&!t.watches.size&&Xt(t),t.maybeBroadcastWatch.forget(e)}},r.prototype.gc=function(e){Wt.reset();var t=this.optimisticData.gc();return e&&!this.txCount&&(e.resetResultCache?this.resetResultCache(e.resetResultIdentities):e.resetResultIdentities&&this.storeReader.resetCanon()),t},r.prototype.retain=function(e,t){return(t?this.optimisticData:this.data).retain(e)},r.prototype.release=function(e,t){return(t?this.optimisticData:this.data).release(e)},r.prototype.identify=function(e){if(z(e))return e.__ref;try{return this.policies.identify(e)[0]}catch(e){}},r.prototype.evict=function(t){if(!t.id){if(bt.call(t,"id"))return!1;t=e.__assign(e.__assign({},t),{id:"ROOT_QUERY"})}try{return++this.txCount,this.optimisticData.evict(t,this.data)}finally{--this.txCount||!1===t.broadcast||this.broadcastWatches()}},r.prototype.reset=function(e){var t=this;return this.init(),Wt.reset(),e&&e.discardWatches?(this.watches.forEach((function(e){return t.maybeBroadcastWatch.forget(e)})),this.watches.clear(),Xt(this)):this.broadcastWatches(),Promise.resolve()},r.prototype.removeOptimistic=function(e){var t=this.optimisticData.removeLayer(e);t!==this.optimisticData&&(this.optimisticData=t,this.broadcastWatches())},r.prototype.batch=function(t){var r,n=this,i=t.update,o=t.optimistic,s=void 0===o||o,a=t.removeOptimistic,u=t.onWatchUpdated,c=function(e){var t=n,o=t.data,s=t.optimisticData;++n.txCount,e&&(n.data=n.optimisticData=e);try{return r=i(n)}finally{--n.txCount,n.data=o,n.optimisticData=s}},l=new Set;return u&&!this.txCount&&this.broadcastWatches(e.__assign(e.__assign({},t),{onWatchUpdated:function(e){return l.add(e),!1}})),"string"==typeof s?this.optimisticData=this.optimisticData.addLayer(s,c):!1===s?c(this.data):c(),"string"==typeof a&&(this.optimisticData=this.optimisticData.removeLayer(a)),u&&l.size?(this.broadcastWatches(e.__assign(e.__assign({},t),{onWatchUpdated:function(e,t){var r=u.call(this,e,t);return!1!==r&&l.delete(e),r}})),l.size&&l.forEach((function(e){return n.maybeBroadcastWatch.dirty(e)}))):this.broadcastWatches(t),r},r.prototype.performTransaction=function(e,t){return this.batch({update:e,optimistic:t||null!==t})},r.prototype.transformDocument=function(e){return this.addTypenameToDocument(this.addFragmentsToDocument(e))},r.prototype.broadcastWatches=function(e){var t=this;this.txCount||this.watches.forEach((function(r){return t.maybeBroadcastWatch(r,e)}))},r.prototype.addFragmentsToDocument=function(e){var t=this.config.fragments;return t?t.transform(e):e},r.prototype.addTypenameToDocument=function(e){return this.addTypename?this.addTypenameTransform.transformDocument(e):e},r.prototype.broadcastWatch=function(e,t){var r=e.lastDiff,i=this.diff(e);t&&(e.optimistic&&"string"==typeof t.optimistic&&(i.fromOptimisticTransaction=!0),t.onWatchUpdated&&!1===t.onWatchUpdated.call(this,e,i,r))||r&&n.equal(r.result,i.result)||e.callback(e.lastDiff=i,r)},r}(mt);function qr(e){return!!e&&e<7}function Er(e){return 7===e||8===e}function Rr(t,r,n,i){var o=r.data,s=e.__rest(r,["data"]),a=n.data,u=e.__rest(n,["data"]);return p(s,u)&&Pr(ne(t).selectionSet,o,a,{fragmentMap:A(te(t)),variables:i})}function Pr(e,t,r,n){if(t===r)return!0;var i=new Set;return e.selections.every((function(e){if(i.has(e))return!0;if(i.add(e),!E(e,n.variables))return!0;if(Qr(e))return!0;if(X(e)){var o=G(e),s=t&&t[o],a=r&&r[o],u=e.selectionSet;if(!u)return p(s,a);var c=Array.isArray(s),l=Array.isArray(a);if(c!==l)return!1;if(c&&l){var f=s.length;if(a.length!==f)return!1;for(var h=0;h<f;++h)if(!Pr(u,s[h],a[h],n))return!1;return!0}return Pr(u,s,a,n)}var d=L(e,n.fragmentMap);return d?!!Qr(d)||Pr(d.selectionSet,t,r,n):void 0}))}function Qr(e){return!!e.directives&&e.directives.some(Dr)}function Dr(e){return"nonreactive"===e.name.value}exports.NetworkStatus=void 0,(Sr=exports.NetworkStatus||(exports.NetworkStatus={}))[Sr.loading=1]="loading",Sr[Sr.setVariables=2]="setVariables",Sr[Sr.fetchMore=3]="fetchMore",Sr[Sr.refetch=4]="refetch",Sr[Sr.poll=6]="poll",Sr[Sr.ready=7]="ready",Sr[Sr.error=8]="error";var Cr=Object.assign,Tr=(Object.hasOwnProperty,function(t){function r(r){var n=r.queryManager,i=r.queryInfo,o=r.options,s=t.call(this,(function(e){try{var t=e._subscription._observer;t&&!t.error&&(t.error=Mr)}catch(e){}var r=!s.observers.size;s.observers.add(e);var n=s.last;return n&&n.error?e.error&&e.error(n.error):n&&n.result&&e.next&&e.next(n.result),r&&s.reobserve().catch((function(){})),function(){s.observers.delete(e)&&!s.observers.size&&s.tearDownQuery()}}))||this;s.observers=new Set,s.subscriptions=new Set,s.queryInfo=i,s.queryManager=n,s.isTornDown=!1;var a=n.defaultOptions.watchQuery,u=(void 0===a?{}:a).fetchPolicy,c=void 0===u?"cache-first":u,l=o.fetchPolicy,f=void 0===l?c:l,h=o.initialFetchPolicy,p=void 0===h?"standby"===f?c:f:h;s.options=e.__assign(e.__assign({},o),{initialFetchPolicy:p,fetchPolicy:f}),s.queryId=i.queryId||n.generateQueryId();var d=Z(s.query);return s.queryName=d&&d.name&&d.name.value,s}return e.__extends(r,t),Object.defineProperty(r.prototype,"query",{get:function(){return this.lastQuery||this.options.query},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"variables",{get:function(){return this.options.variables},enumerable:!1,configurable:!0}),r.prototype.result=function(){var e=this;return new Promise((function(t,r){var n={next:function(r){t(r),e.observers.delete(n),e.observers.size||e.queryManager.removeQuery(e.queryId),setTimeout((function(){i.unsubscribe()}),0)},error:r},i=e.subscribe(n)}))},r.prototype.getCurrentResult=function(t){void 0===t&&(t=!0);var r=this.getLastResult(!0),i=this.queryInfo.networkStatus||r&&r.networkStatus||exports.NetworkStatus.ready,o=e.__assign(e.__assign({},r),{loading:qr(i),networkStatus:i}),s=this.options.fetchPolicy,a=void 0===s?"cache-first":s;if("network-only"===a||"no-cache"===a||"standby"===a||this.queryManager.getDocumentInfo(this.query).hasForcedResolvers);else{var u=this.queryInfo.getDiff();(u.complete||this.options.returnPartialData)&&(o.data=u.result),n.equal(o.data,{})&&(o.data=void 0),u.complete?(delete o.partial,!u.complete||o.networkStatus!==exports.NetworkStatus.loading||"cache-first"!==a&&"cache-only"!==a||(o.networkStatus=exports.NetworkStatus.ready,o.loading=!1)):o.partial=!0}return t&&this.updateLastResult(o),o},r.prototype.isDifferentFromLastResult=function(e,t){return!this.last||((this.queryManager.getDocumentInfo(this.query).hasNonreactiveDirective?!Rr(this.query,this.last.result,e,this.variables):!n.equal(this.last.result,e))||t&&!n.equal(this.last.variables,t))},r.prototype.getLast=function(e,t){var r=this.last;if(r&&r[e]&&(!t||n.equal(r.variables,this.variables)))return r[e]},r.prototype.getLastResult=function(e){return this.getLast("result",e)},r.prototype.getLastError=function(e){return this.getLast("error",e)},r.prototype.resetLastResults=function(){delete this.last,this.isTornDown=!1},r.prototype.resetQueryStoreErrors=function(){this.queryManager.resetErrors(this.queryId)},r.prototype.refetch=function(t){var r={pollInterval:0},i=this.options.fetchPolicy;return r.fetchPolicy="cache-and-network"===i?i:"no-cache"===i?"no-cache":"network-only",t&&!n.equal(this.options.variables,t)&&(r.variables=this.options.variables=e.__assign(e.__assign({},this.options.variables),t)),this.queryInfo.resetLastWrite(),this.reobserve(r,exports.NetworkStatus.refetch)},r.prototype.fetchMore=function(t){var r=this,n=e.__assign(e.__assign({},t.query?t:e.__assign(e.__assign(e.__assign(e.__assign({},this.options),{query:this.options.query}),t),{variables:e.__assign(e.__assign({},this.options.variables),t.variables)})),{fetchPolicy:"no-cache"});n.query=this.transformDocument(n.query);var i=this.queryManager.generateQueryId();this.lastQuery=t.query?this.transformDocument(this.options.query):n.query;var o=this.queryInfo,s=o.networkStatus;o.networkStatus=exports.NetworkStatus.fetchMore,n.notifyOnNetworkStatusChange&&this.observe();var a=new Set;return this.queryManager.fetchQuery(i,n,exports.NetworkStatus.fetchMore).then((function(e){return r.queryManager.removeQuery(i),o.networkStatus===exports.NetworkStatus.fetchMore&&(o.networkStatus=s),r.queryManager.cache.batch({update:function(i){var o=t.updateQuery;o?i.updateQuery({query:r.query,variables:r.variables,returnPartialData:!0,optimistic:!1},(function(t){return o(t,{fetchMoreResult:e.data,variables:n.variables})})):i.writeQuery({query:n.query,variables:n.variables,data:e.data})},onWatchUpdated:function(e){a.add(e.query)}}),e})).finally((function(){a.has(r.query)||Fr(r)}))},r.prototype.subscribeToMore=function(e){var t=this,r=this.queryManager.startGraphQLSubscription({query:e.document,variables:e.variables,context:e.context}).subscribe({next:function(r){var n=e.updateQuery;n&&t.updateQuery((function(e,t){var i=t.variables;return n(e,{subscriptionData:r,variables:i})}))},error:function(t){e.onError&&e.onError(t)}});return this.subscriptions.add(r),function(){t.subscriptions.delete(r)&&r.unsubscribe()}},r.prototype.setOptions=function(e){return this.reobserve(e)},r.prototype.setVariables=function(e){return n.equal(this.variables,e)?this.observers.size?this.result():Promise.resolve():(this.options.variables=e,this.observers.size?this.reobserve({fetchPolicy:this.options.initialFetchPolicy,variables:e},exports.NetworkStatus.setVariables):Promise.resolve())},r.prototype.updateQuery=function(e){var t=this.queryManager,r=e(t.cache.diff({query:this.options.query,variables:this.variables,returnPartialData:!0,optimistic:!1}).result,{variables:this.variables});r&&(t.cache.writeQuery({query:this.options.query,data:r,variables:this.variables}),t.broadcastQueries())},r.prototype.startPolling=function(e){this.options.pollInterval=e,this.updatePolling()},r.prototype.stopPolling=function(){this.options.pollInterval=0,this.updatePolling()},r.prototype.applyNextFetchPolicy=function(e,t){if(t.nextFetchPolicy){var r=t.fetchPolicy,n=void 0===r?"cache-first":r,i=t.initialFetchPolicy,o=void 0===i?n:i;"standby"===n||("function"==typeof t.nextFetchPolicy?t.fetchPolicy=t.nextFetchPolicy(n,{reason:e,options:t,observable:this,initialFetchPolicy:o}):t.fetchPolicy="variables-changed"===e?o:t.nextFetchPolicy)}return t.fetchPolicy},r.prototype.fetch=function(e,t){return this.queryManager.setObservableQuery(this),this.queryManager.fetchConcastWithInfo(this.queryId,e,t)},r.prototype.updatePolling=function(){var e=this;if(!this.queryManager.ssrMode){var t=this.pollingInfo,r=this.options.pollInterval;if(r){if(!t||t.interval!==r){k(r,21),(t||(this.pollingInfo={})).interval=r;var n=function(){e.pollingInfo&&(qr(e.queryInfo.networkStatus)?i():e.reobserve({fetchPolicy:"no-cache"===e.options.initialFetchPolicy?"no-cache":"network-only"},exports.NetworkStatus.poll).then(i,i))},i=function(){var t=e.pollingInfo;t&&(clearTimeout(t.timeout),t.timeout=setTimeout(n,t.interval))};i()}}else t&&(clearTimeout(t.timeout),delete this.pollingInfo)}},r.prototype.updateLastResult=function(t,r){void 0===r&&(r=this.variables);var i=this.getLastError();return i&&this.last&&!n.equal(r,this.last.variables)&&(i=void 0),this.last=e.__assign({result:this.queryManager.assumeImmutableResults?t:Se(t),variables:r},i?{error:i}:null)},r.prototype.reobserveAsConcast=function(t,r){var i=this;this.isTornDown=!1;var o=r===exports.NetworkStatus.refetch||r===exports.NetworkStatus.fetchMore||r===exports.NetworkStatus.poll,s=this.options.variables,a=this.options.fetchPolicy,u=Ie(this.options,t||{}),c=o?u:Cr(this.options,u),l=this.transformDocument(c.query);this.lastQuery=l,o||(this.updatePolling(),t&&t.variables&&!n.equal(t.variables,s)&&"standby"!==c.fetchPolicy&&c.fetchPolicy===a&&(this.applyNextFetchPolicy("variables-changed",c),void 0===r&&(r=exports.NetworkStatus.setVariables)));var f=l===c.query?c:e.__assign(e.__assign({},c),{query:l}),h=c.variables&&e.__assign({},c.variables),p=this.fetch(f,r),d=p.concast,v=p.fromLink,y={next:function(e){i.reportResult(e,h)},error:function(e){i.reportError(e,h)}};return o||!v&&this.concast||(this.concast&&this.observer&&this.concast.removeObserver(this.observer),this.concast=d,this.observer=y),d.addObserver(y),d},r.prototype.reobserve=function(e,t){return this.reobserveAsConcast(e,t).promise},r.prototype.observe=function(){this.reportResult(this.getCurrentResult(!1),this.variables)},r.prototype.reportResult=function(e,t){var r=this.getLastError(),n=this.isDifferentFromLastResult(e,t);(r||!e.partial||this.options.returnPartialData)&&this.updateLastResult(e,t),(r||n)&&qe(this.observers,"next",e)},r.prototype.reportError=function(t,r){var n=e.__assign(e.__assign({},this.getLastResult()),{error:t,errors:t.graphQLErrors,networkStatus:exports.NetworkStatus.error,loading:!1});this.updateLastResult(n,r),qe(this.observers,"error",this.last.error=t)},r.prototype.hasObservers=function(){return this.observers.size>0},r.prototype.tearDownQuery=function(){this.isTornDown||(this.concast&&this.observer&&(this.concast.removeObserver(this.observer),delete this.concast,delete this.observer),this.stopPolling(),this.subscriptions.forEach((function(e){return e.unsubscribe()})),this.subscriptions.clear(),this.queryManager.stopQuery(this.queryId),this.observers.clear(),this.isTornDown=!0)},r.prototype.transformDocument=function(e){return this.queryManager.transform(e)},r}(o.Observable));function Fr(e){var t=e.options,r=t.fetchPolicy,n=t.nextFetchPolicy;return"cache-and-network"===r||"network-only"===r?e.reobserve({fetchPolicy:"cache-first",nextFetchPolicy:function(){return this.nextFetchPolicy=n,"function"==typeof n?n.apply(this,arguments):r}}):e.reobserve()}function Mr(e){}Re(Tr);var Ir=function(){function t(e){var t=e.cache,r=e.client,n=e.resolvers,i=e.fragmentMatcher;this.selectionsToResolveCache=new WeakMap,this.cache=t,r&&(this.client=r),n&&this.addResolvers(n),i&&this.setFragmentMatcher(i)}return t.prototype.addResolvers=function(e){var t=this;this.resolvers=this.resolvers||{},Array.isArray(e)?e.forEach((function(e){t.resolvers=ge(t.resolvers,e)})):this.resolvers=ge(this.resolvers,e)},t.prototype.setResolvers=function(e){this.resolvers={},this.addResolvers(e)},t.prototype.getResolvers=function(){return this.resolvers||{}},t.prototype.runResolvers=function(t){var r=t.document,n=t.remoteResult,i=t.context,o=t.variables,s=t.onlyRunForcedResolvers,a=void 0!==s&&s;return e.__awaiter(this,void 0,void 0,(function(){return e.__generator(this,(function(t){return r?[2,this.resolveDocument(r,n.data,i,o,this.fragmentMatcher,a).then((function(t){return e.__assign(e.__assign({},n),{data:t.result})}))]:[2,n]}))}))},t.prototype.setFragmentMatcher=function(e){this.fragmentMatcher=e},t.prototype.getFragmentMatcher=function(){return this.fragmentMatcher},t.prototype.clientQuery=function(e){return R(["client"],e)&&this.resolvers?e:null},t.prototype.serverQuery=function(e){return ye(e)},t.prototype.prepareContext=function(t){var r=this.cache;return e.__assign(e.__assign({},t),{cache:r,getCacheKey:function(e){return r.identify(e)}})},t.prototype.addExportedVariables=function(t,r,n){return void 0===r&&(r={}),void 0===n&&(n={}),e.__awaiter(this,void 0,void 0,(function(){return e.__generator(this,(function(i){return t?[2,this.resolveDocument(t,this.buildRootValueFromCache(t,r)||{},this.prepareContext(n),r).then((function(t){return e.__assign(e.__assign({},r),t.exportedVariables)}))]:[2,e.__assign({},r)]}))}))},t.prototype.shouldForceResolvers=function(e){var t=!1;return r.visit(e,{Directive:{enter:function(e){if("client"===e.name.value&&e.arguments&&(t=e.arguments.some((function(e){return"always"===e.name.value&&"BooleanValue"===e.value.kind&&!0===e.value.value}))))return r.BREAK}}}),t},t.prototype.buildRootValueFromCache=function(e,t){return this.cache.diff({query:ve(e),variables:t,returnPartialData:!0,optimistic:!1}).result},t.prototype.resolveDocument=function(t,r,n,i,o,s){return void 0===n&&(n={}),void 0===i&&(i={}),void 0===o&&(o=function(){return!0}),void 0===s&&(s=!1),e.__awaiter(this,void 0,void 0,(function(){var a,u,c,l,f,h,p,d,v,y;return e.__generator(this,(function(m){return a=ne(t),u=te(t),c=A(u),l=this.collectSelectionsToResolve(a,c),f=a.operation,h=f?f.charAt(0).toUpperCase()+f.slice(1):"Query",d=(p=this).cache,v=p.client,y={fragmentMap:c,context:e.__assign(e.__assign({},n),{cache:d,client:v}),variables:i,fragmentMatcher:o,defaultOperationType:h,exportedVariables:{},selectionsToResolve:l,onlyRunForcedResolvers:s},!1,[2,this.resolveSelectionSet(a.selectionSet,false,r,y).then((function(e){return{result:e,exportedVariables:y.exportedVariables}}))]}))}))},t.prototype.resolveSelectionSet=function(t,r,n,i){return e.__awaiter(this,void 0,void 0,(function(){var o,s,a,u,c,l=this;return e.__generator(this,(function(f){return o=i.fragmentMap,s=i.context,a=i.variables,u=[n],c=function(t){return e.__awaiter(l,void 0,void 0,(function(){var c,l;return e.__generator(this,(function(e){return(r||i.selectionsToResolve.has(t))&&E(t,a)?X(t)?[2,this.resolveField(t,r,n,i).then((function(e){var r;void 0!==e&&u.push(((r={})[G(t)]=e,r))}))]:(!function(e){return"InlineFragment"===e.kind}(t)?(c=o[t.name.value],k(c,17,t.name.value)):c=t,c&&c.typeCondition&&(l=c.typeCondition.name.value,i.fragmentMatcher(n,l,s))?[2,this.resolveSelectionSet(c.selectionSet,r,n,i).then((function(e){u.push(e)}))]:[2]):[2]}))}))},[2,Promise.all(t.selections.map(c)).then((function(){return be(u)}))]}))}))},t.prototype.resolveField=function(t,r,n,i){return e.__awaiter(this,void 0,void 0,(function(){var o,s,a,u,c,l,f,h,p,d=this;return e.__generator(this,(function(e){return n?(o=i.variables,s=t.name.value,a=G(t),u=s!==a,c=n[a]||n[s],l=Promise.resolve(c),i.onlyRunForcedResolvers&&!this.shouldForceResolvers(t)||(f=n.__typename||i.defaultOperationType,(h=this.resolvers&&this.resolvers[f])&&(p=h[u?s:a])&&(l=Promise.resolve(Jt.withValue(this.cache,p,[n,J(t,o),i.context,{field:t,fragmentMap:i.fragmentMap}])))),[2,l.then((function(e){var n,o;if(void 0===e&&(e=c),t.directives&&t.directives.forEach((function(t){"export"===t.name.value&&t.arguments&&t.arguments.forEach((function(t){"as"===t.name.value&&"StringValue"===t.value.kind&&(i.exportedVariables[t.value.value]=e)}))})),!t.selectionSet)return e;if(null==e)return e;var s=null!==(o=null===(n=t.directives)||void 0===n?void 0:n.some((function(e){return"client"===e.name.value})))&&void 0!==o&&o;return Array.isArray(e)?d.resolveSubSelectedArray(t,r||s,e,i):t.selectionSet?d.resolveSelectionSet(t.selectionSet,r||s,e,i):void 0}))]):[2,null]}))}))},t.prototype.resolveSubSelectedArray=function(e,t,r,n){var i=this;return Promise.all(r.map((function(r){return null===r?null:Array.isArray(r)?i.resolveSubSelectedArray(e,t,r,n):e.selectionSet?i.resolveSelectionSet(e.selectionSet,t,r,n):void 0})))},t.prototype.collectSelectionsToResolve=function(e,t){var n=function(e){return!Array.isArray(e)},i=this.selectionsToResolveCache;return function e(o){if(!i.has(o)){var s=new Set;i.set(o,s),r.visit(o,{Directive:function(e,t,i,o,a){"client"===e.name.value&&a.forEach((function(e){n(e)&&r.isSelectionNode(e)&&s.add(e)}))},FragmentSpread:function(i,o,a,u,c){var l=t[i.name.value];k(l,18,i.name.value);var f=e(l);f.size>0&&(c.forEach((function(e){n(e)&&r.isSelectionNode(e)&&s.add(e)})),s.add(i),f.forEach((function(e){s.add(e)})))}})}return i.get(o)}(e)},t}(),Nr=new(Q?WeakMap:Map);function jr(e,t){var r=e[t];"function"==typeof r&&(e[t]=function(){return Nr.set(e,(Nr.get(e)+1)%1e15),r.apply(this,arguments)})}function Ar(e){e.notifyTimeout&&(clearTimeout(e.notifyTimeout),e.notifyTimeout=void 0)}var Lr=function(){function t(e,t){void 0===t&&(t=e.generateQueryId()),this.queryId=t,this.listeners=new Set,this.document=null,this.lastRequestId=1,this.subscriptions=new Set,this.stopped=!1,this.dirty=!1,this.observableQuery=null;var r=this.cache=e.cache;Nr.has(r)||(Nr.set(r,0),jr(r,"evict"),jr(r,"modify"),jr(r,"reset"))}return t.prototype.init=function(e){var t=e.networkStatus||exports.NetworkStatus.loading;return this.variables&&this.networkStatus!==exports.NetworkStatus.loading&&!n.equal(this.variables,e.variables)&&(t=exports.NetworkStatus.setVariables),n.equal(e.variables,this.variables)||(this.lastDiff=void 0),Object.assign(this,{document:e.document,variables:e.variables,networkError:null,graphQLErrors:this.graphQLErrors||[],networkStatus:t}),e.observableQuery&&this.setObservableQuery(e.observableQuery),e.lastRequestId&&(this.lastRequestId=e.lastRequestId),this},t.prototype.reset=function(){Ar(this),this.dirty=!1},t.prototype.getDiff=function(e){void 0===e&&(e=this.variables);var t=this.getDiffOptions(e);if(this.lastDiff&&n.equal(t,this.lastDiff.options))return this.lastDiff.diff;this.updateWatch(this.variables=e);var r=this.observableQuery;if(r&&"no-cache"===r.options.fetchPolicy)return{complete:!1};var i=this.cache.diff(t);return this.updateLastDiff(i,t),i},t.prototype.updateLastDiff=function(e,t){this.lastDiff=e?{diff:e,options:t||this.getDiffOptions()}:void 0},t.prototype.getDiffOptions=function(e){var t;return void 0===e&&(e=this.variables),{query:this.document,variables:e,returnPartialData:!0,optimistic:!0,canonizeResults:null===(t=this.observableQuery)||void 0===t?void 0:t.options.canonizeResults}},t.prototype.setDiff=function(e){var t=this,r=this.lastDiff&&this.lastDiff.diff;this.updateLastDiff(e),this.dirty||n.equal(r&&r.result,e&&e.result)||(this.dirty=!0,this.notifyTimeout||(this.notifyTimeout=setTimeout((function(){return t.notify()}),0)))},t.prototype.setObservableQuery=function(e){var t=this;e!==this.observableQuery&&(this.oqListener&&this.listeners.delete(this.oqListener),this.observableQuery=e,e?(e.queryInfo=this,this.listeners.add(this.oqListener=function(){t.getDiff().fromOptimisticTransaction?e.observe():Fr(e)})):delete this.oqListener)},t.prototype.notify=function(){var e=this;Ar(this),this.shouldNotify()&&this.listeners.forEach((function(t){return t(e)})),this.dirty=!1},t.prototype.shouldNotify=function(){if(!this.dirty||!this.listeners.size)return!1;if(qr(this.networkStatus)&&this.observableQuery){var e=this.observableQuery.options.fetchPolicy;if("cache-only"!==e&&"cache-and-network"!==e)return!1}return!0},t.prototype.stop=function(){if(!this.stopped){this.stopped=!0,this.reset(),this.cancel(),this.cancel=t.prototype.cancel,this.subscriptions.forEach((function(e){return e.unsubscribe()}));var e=this.observableQuery;e&&e.stopPolling()}},t.prototype.cancel=function(){},t.prototype.updateWatch=function(t){var r=this;void 0===t&&(t=this.variables);var i=this.observableQuery;if(!i||"no-cache"!==i.options.fetchPolicy){var o=e.__assign(e.__assign({},this.getDiffOptions(t)),{watcher:this,callback:function(e){return r.setDiff(e)}});this.lastWatch&&n.equal(o,this.lastWatch)||(this.cancel(),this.cancel=this.cache.watch(this.lastWatch=o))}},t.prototype.resetLastWrite=function(){this.lastWrite=void 0},t.prototype.shouldWrite=function(e,t){var r=this.lastWrite;return!(r&&r.dmCount===Nr.get(this.cache)&&n.equal(t,r.variables)&&n.equal(e.data,r.result.data))},t.prototype.markResult=function(e,t,r,n){var i=this,o=new we,s=ue(e.errors)?e.errors.slice(0):[];if(this.reset(),"incremental"in e&&ue(e.incremental)){var a=Te(this.getDiff().result,e);e.data=a}else if("hasNext"in e&&e.hasNext){var u=this.getDiff();e.data=o.merge(u.result,e.data)}this.graphQLErrors=s,"no-cache"===r.fetchPolicy?this.updateLastDiff({result:e.data,complete:!0},this.getDiffOptions(r.variables)):0!==n&&(Vr(e,r.errorPolicy)?this.cache.performTransaction((function(o){if(i.shouldWrite(e,r.variables))o.writeQuery({query:t,data:e.data,variables:r.variables,overwrite:1===n}),i.lastWrite={result:e,variables:r.variables,dmCount:Nr.get(i.cache)};else if(i.lastDiff&&i.lastDiff.diff.complete)return void(e.data=i.lastDiff.diff.result);var s=i.getDiffOptions(r.variables),a=o.diff(s);i.stopped||i.updateWatch(r.variables),i.updateLastDiff(a,s),a.complete&&(e.data=a.result)})):this.lastWrite=void 0)},t.prototype.markReady=function(){return this.networkError=null,this.networkStatus=exports.NetworkStatus.ready},t.prototype.markError=function(e){return this.networkStatus=exports.NetworkStatus.error,this.lastWrite=void 0,this.reset(),e.graphQLErrors&&(this.graphQLErrors=e.graphQLErrors),e.networkError&&(this.networkError=e.networkError),e},t}();function Vr(e,t){void 0===t&&(t="none");var r="ignore"===t||"all"===t,n=!Fe(e);return!n&&r&&e.data&&(n=!0),n}var zr=Object.prototype.hasOwnProperty,Wr=function(){function t(e){var t=e.cache,r=e.link,n=e.defaultOptions,i=e.documentTransform,o=e.queryDeduplication,s=void 0!==o&&o,a=e.onBroadcast,u=e.ssrMode,c=void 0!==u&&u,l=e.clientAwareness,f=void 0===l?{}:l,h=e.localState,p=e.assumeImmutableResults,d=void 0===p?!!t.assumeImmutableResults:p,v=this;this.clientAwareness={},this.queries=new Map,this.fetchCancelFns=new Map,this.transformCache=new(Q?WeakMap:Map),this.queryIdCounter=1,this.requestIdCounter=1,this.mutationIdCounter=1,this.inFlightLinkObservables=new Map;var y=new se((function(e){return v.cache.transformDocument(e)}),{cache:!1});this.cache=t,this.link=r,this.defaultOptions=n||Object.create(null),this.queryDeduplication=s,this.clientAwareness=f,this.localState=h||new Ir({cache:t}),this.ssrMode=c,this.assumeImmutableResults=d,this.documentTransform=i?y.concat(i).concat(y):y,(this.onBroadcast=a)&&(this.mutationStore=Object.create(null))}return t.prototype.stop=function(){var e=this;this.queries.forEach((function(t,r){e.stopQueryNoBroadcast(r)})),this.cancelPendingFetches(S(24))},t.prototype.cancelPendingFetches=function(e){this.fetchCancelFns.forEach((function(t){return t(e)})),this.fetchCancelFns.clear()},t.prototype.mutate=function(t){var r,n,i=t.mutation,o=t.variables,s=t.optimisticResponse,a=t.updateQueries,u=t.refetchQueries,c=void 0===u?[]:u,l=t.awaitRefetchQueries,f=void 0!==l&&l,h=t.update,p=t.onQueryUpdated,d=t.fetchPolicy,v=void 0===d?(null===(r=this.defaultOptions.mutate)||void 0===r?void 0:r.fetchPolicy)||"network-only":d,y=t.errorPolicy,m=void 0===y?(null===(n=this.defaultOptions.mutate)||void 0===n?void 0:n.errorPolicy)||"none":y,g=t.keepRootFields,b=t.context;return e.__awaiter(this,void 0,void 0,(function(){var t,r,n,u;return e.__generator(this,(function(l){switch(l.label){case 0:return k(i,25),k("network-only"===v||"no-cache"===v,26),t=this.generateMutationId(),i=this.cache.transformForLink(this.transform(i)),r=this.getDocumentInfo(i).hasClientExports,o=this.getVariables(i,o),r?[4,this.localState.addExportedVariables(i,o,b)]:[3,2];case 1:o=l.sent(),l.label=2;case 2:return n=this.mutationStore&&(this.mutationStore[t]={mutation:i,variables:o,loading:!0,error:null}),s&&this.markMutationOptimistic(s,{mutationId:t,document:i,variables:o,fetchPolicy:v,errorPolicy:m,context:b,updateQueries:a,update:h,keepRootFields:g}),this.broadcastQueries(),u=this,[2,new Promise((function(r,l){return Ee(u.getObservableFromLink(i,e.__assign(e.__assign({},b),{optimisticResponse:s}),o,!1),(function(r){if(Fe(r)&&"none"===m)throw new et({graphQLErrors:Me(r)});n&&(n.loading=!1,n.error=null);var l=e.__assign({},r);return"function"==typeof c&&(c=c(l)),"ignore"===m&&Fe(l)&&delete l.errors,u.markMutationResult({mutationId:t,result:l,document:i,variables:o,fetchPolicy:v,errorPolicy:m,context:b,update:h,updateQueries:a,awaitRefetchQueries:f,refetchQueries:c,removeOptimistic:s?t:void 0,onQueryUpdated:p,keepRootFields:g})})).subscribe({next:function(e){u.broadcastQueries(),"hasNext"in e&&!1!==e.hasNext||r(e)},error:function(e){n&&(n.loading=!1,n.error=e),s&&u.cache.removeOptimistic(t),u.broadcastQueries(),l(e instanceof et?e:new et({networkError:e}))}})}))]}}))}))},t.prototype.markMutationResult=function(t,r){var n=this;void 0===r&&(r=this.cache);var i=t.result,o=[],s="no-cache"===t.fetchPolicy;if(!s&&Vr(i,t.errorPolicy)){if(De(i)||o.push({result:i.data,dataId:"ROOT_MUTATION",query:t.document,variables:t.variables}),De(i)&&ue(i.incremental)){var a=r.diff({id:"ROOT_MUTATION",query:this.getDocumentInfo(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0}),u=void 0;a.result&&(u=Te(a.result,i)),void 0!==u&&(i.data=u,o.push({result:u,dataId:"ROOT_MUTATION",query:t.document,variables:t.variables}))}var c=t.updateQueries;c&&this.queries.forEach((function(e,t){var s=e.observableQuery,a=s&&s.queryName;if(a&&zr.call(c,a)){var u=c[a],l=n.queries.get(t),f=l.document,h=l.variables,p=r.diff({query:f,variables:h,returnPartialData:!0,optimistic:!1}),d=p.result;if(p.complete&&d){var v=u(d,{mutationResult:i,queryName:f&&ee(f)||void 0,queryVariables:h});v&&o.push({result:v,dataId:"ROOT_QUERY",query:f,variables:h})}}}))}if(o.length>0||t.refetchQueries||t.update||t.onQueryUpdated||t.removeOptimistic){var l=[];if(this.refetchQueries({updateCache:function(r){s||o.forEach((function(e){return r.write(e)}));var a,u=t.update,c=!(De(a=i)||function(e){return"hasNext"in e&&"data"in e}(a))||De(i)&&!i.hasNext;if(u){if(!s){var l=r.diff({id:"ROOT_MUTATION",query:n.getDocumentInfo(t.document).asQuery,variables:t.variables,optimistic:!1,returnPartialData:!0});l.complete&&("incremental"in(i=e.__assign(e.__assign({},i),{data:l.result}))&&delete i.incremental,"hasNext"in i&&delete i.hasNext)}c&&u(r,i,{context:t.context,variables:t.variables})}s||t.keepRootFields||!c||r.modify({id:"ROOT_MUTATION",fields:function(e,t){var r=t.fieldName,n=t.DELETE;return"__typename"===r?e:n}})},include:t.refetchQueries,optimistic:!1,removeOptimistic:t.removeOptimistic,onQueryUpdated:t.onQueryUpdated||null}).forEach((function(e){return l.push(e)})),t.awaitRefetchQueries||t.onQueryUpdated)return Promise.all(l).then((function(){return i}))}return Promise.resolve(i)},t.prototype.markMutationOptimistic=function(t,r){var n=this,i="function"==typeof t?t(r.variables):t;return this.cache.recordOptimisticTransaction((function(t){try{n.markMutationResult(e.__assign(e.__assign({},r),{result:{data:i}}),t)}catch(e){}}),r.mutationId)},t.prototype.fetchQuery=function(e,t,r){return this.fetchConcastWithInfo(e,t,r).concast.promise},t.prototype.getQueryStore=function(){var e=Object.create(null);return this.queries.forEach((function(t,r){e[r]={variables:t.variables,networkStatus:t.networkStatus,networkError:t.networkError,graphQLErrors:t.graphQLErrors}})),e},t.prototype.resetErrors=function(e){var t=this.queries.get(e);t&&(t.networkError=void 0,t.graphQLErrors=[])},t.prototype.transform=function(e){return this.documentTransform.transformDocument(e)},t.prototype.getDocumentInfo=function(t){var r=this.transformCache;if(!r.has(t)){var n={hasClientExports:P(t),hasForcedResolvers:this.localState.shouldForceResolvers(t),hasNonreactiveDirective:R(["nonreactive"],t),clientQuery:this.localState.clientQuery(t),serverQuery:pe([{name:"client",remove:!0},{name:"connection"},{name:"nonreactive"}],t),defaultVars:ie(Z(t)),asQuery:e.__assign(e.__assign({},t),{definitions:t.definitions.map((function(t){return"OperationDefinition"===t.kind&&"query"!==t.operation?e.__assign(e.__assign({},t),{operation:"query"}):t}))})};r.set(t,n)}return r.get(t)},t.prototype.getVariables=function(t,r){return e.__assign(e.__assign({},this.getDocumentInfo(t).defaultVars),r)},t.prototype.watchQuery=function(t){var r=this.transform(t.query);void 0===(t=e.__assign(e.__assign({},t),{variables:this.getVariables(r,t.variables)})).notifyOnNetworkStatusChange&&(t.notifyOnNetworkStatusChange=!1);var n=new Lr(this),i=new Tr({queryManager:this,queryInfo:n,options:t});return i.lastQuery=r,this.queries.set(i.queryId,n),n.init({document:r,observableQuery:i,variables:i.variables}),i},t.prototype.query=function(t,r){var n=this;return void 0===r&&(r=this.generateQueryId()),k(t.query,27),k("Document"===t.query.kind,28),k(!t.returnPartialData,29),k(!t.pollInterval,30),this.fetchQuery(r,e.__assign(e.__assign({},t),{query:this.transform(t.query)})).finally((function(){return n.stopQuery(r)}))},t.prototype.generateQueryId=function(){return String(this.queryIdCounter++)},t.prototype.generateRequestId=function(){return this.requestIdCounter++},t.prototype.generateMutationId=function(){return String(this.mutationIdCounter++)},t.prototype.stopQueryInStore=function(e){this.stopQueryInStoreNoBroadcast(e),this.broadcastQueries()},t.prototype.stopQueryInStoreNoBroadcast=function(e){var t=this.queries.get(e);t&&t.stop()},t.prototype.clearStore=function(e){return void 0===e&&(e={discardWatches:!0}),this.cancelPendingFetches(S(31)),this.queries.forEach((function(e){e.observableQuery?e.networkStatus=exports.NetworkStatus.loading:e.stop()})),this.mutationStore&&(this.mutationStore=Object.create(null)),this.cache.reset(e)},t.prototype.getObservableQueries=function(t){var r=this;void 0===t&&(t="active");var n=new Map,i=new Map,o=new Set;return Array.isArray(t)&&t.forEach((function(e){var t;"string"==typeof e?i.set(e,!1):N(t=e)&&"Document"===t.kind&&Array.isArray(t.definitions)?i.set(r.transform(e),!1):N(e)&&e.query&&o.add(e)})),this.queries.forEach((function(e,r){var o=e.observableQuery,s=e.document;if(o){if("all"===t)return void n.set(r,o);var a=o.queryName;if("standby"===o.options.fetchPolicy||"active"===t&&!o.hasObservers())return;("active"===t||a&&i.has(a)||s&&i.has(s))&&(n.set(r,o),a&&i.set(a,!0),s&&i.set(s,!0))}})),o.size&&o.forEach((function(t){var i=_("legacyOneTimeQuery"),o=r.getQuery(i).init({document:t.query,variables:t.variables}),s=new Tr({queryManager:r,queryInfo:o,options:e.__assign(e.__assign({},t),{fetchPolicy:"network-only"})});k(s.queryId===i),o.setObservableQuery(s),n.set(i,s)})),n},t.prototype.reFetchObservableQueries=function(e){var t=this;void 0===e&&(e=!1);var r=[];return this.getObservableQueries(e?"all":"active").forEach((function(n,i){var o=n.options.fetchPolicy;n.resetLastResults(),(e||"standby"!==o&&"cache-only"!==o)&&r.push(n.refetch()),t.getQuery(i).setDiff(null)})),this.broadcastQueries(),Promise.all(r)},t.prototype.setObservableQuery=function(e){this.getQuery(e.queryId).setObservableQuery(e)},t.prototype.startGraphQLSubscription=function(e){var t=this,r=e.query,n=e.fetchPolicy,i=e.errorPolicy,s=e.variables,a=e.context,u=void 0===a?{}:a;r=this.transform(r),s=this.getVariables(r,s);var c=function(e){return t.getObservableFromLink(r,u,e).map((function(o){"no-cache"!==n&&(Vr(o,i)&&t.cache.write({query:r,result:o.data,dataId:"ROOT_SUBSCRIPTION",variables:e}),t.broadcastQueries());var s=Fe(o),a=function(e){return!!e.extensions&&Array.isArray(e.extensions[$e])}(o);if(s||a){var u={};throw s&&(u.graphQLErrors=o.errors),a&&(u.protocolErrors=o.extensions[$e]),new et(u)}return o}))};if(this.getDocumentInfo(r).hasClientExports){var l=this.localState.addExportedVariables(r,s,u).then(c);return new o.Observable((function(e){var t=null;return l.then((function(r){return t=r.subscribe(e)}),e.error),function(){return t&&t.unsubscribe()}}))}return c(s)},t.prototype.stopQuery=function(e){this.stopQueryNoBroadcast(e),this.broadcastQueries()},t.prototype.stopQueryNoBroadcast=function(e){this.stopQueryInStoreNoBroadcast(e),this.removeQuery(e)},t.prototype.removeQuery=function(e){this.fetchCancelFns.delete(e),this.queries.has(e)&&(this.getQuery(e).stop(),this.queries.delete(e))},t.prototype.broadcastQueries=function(){this.onBroadcast&&this.onBroadcast(),this.queries.forEach((function(e){return e.notify()}))},t.prototype.getLocalState=function(){return this.localState},t.prototype.getObservableFromLink=function(t,r,n,i){var s,a,u=this;void 0===i&&(i=null!==(s=null==r?void 0:r.queryDeduplication)&&void 0!==s?s:this.queryDeduplication);var c=this.getDocumentInfo(t),l=c.serverQuery,f=c.clientQuery;if(l){var h=this.inFlightLinkObservables,p=this.link,d={query:l,variables:n,operationName:ee(l)||void 0,context:this.prepareContext(e.__assign(e.__assign({},r),{forceFetch:!i}))};if(r=d.context,i){var v=h.get(l)||new Map;h.set(l,v);var y=Wt(n);if(!(a=v.get(y))){var m=new Qe([Je(p,d)]);v.set(y,a=m),m.beforeNext((function(){v.delete(y)&&v.size<1&&h.delete(l)}))}}else a=new Qe([Je(p,d)])}else a=new Qe([o.Observable.of({data:{}})]),r=this.prepareContext(r);return f&&(a=Ee(a,(function(e){return u.localState.runResolvers({document:f,remoteResult:e,context:r,variables:n})}))),a},t.prototype.getResultsFromLink=function(e,t,r){var n=e.lastRequestId=this.generateRequestId(),i=this.cache.transformForLink(r.query);return Ee(this.getObservableFromLink(i,r.context,r.variables),(function(o){var s=Me(o),a=s.length>0;if(n>=e.lastRequestId){if(a&&"none"===r.errorPolicy)throw e.markError(new et({graphQLErrors:s}));e.markResult(o,i,r,t),e.markReady()}var u={data:o.data,loading:!1,networkStatus:exports.NetworkStatus.ready};return a&&"ignore"!==r.errorPolicy&&(u.errors=s,u.networkStatus=exports.NetworkStatus.error),u}),(function(t){var r=Ze(t)?t:new et({networkError:t});throw n>=e.lastRequestId&&e.markError(r),r}))},t.prototype.fetchConcastWithInfo=function(e,t,r){var n=this;void 0===r&&(r=exports.NetworkStatus.loading);var i,o,s=t.query,a=this.getVariables(s,t.variables),u=this.getQuery(e),c=this.defaultOptions.watchQuery,l=t.fetchPolicy,f=void 0===l?c&&c.fetchPolicy||"cache-first":l,h=t.errorPolicy,p=void 0===h?c&&c.errorPolicy||"none":h,d=t.returnPartialData,v=void 0!==d&&d,y=t.notifyOnNetworkStatusChange,m=void 0!==y&&y,g=t.context,b=void 0===g?{}:g,_=Object.assign({},t,{query:s,variables:a,fetchPolicy:f,errorPolicy:p,returnPartialData:v,notifyOnNetworkStatusChange:m,context:b}),w=function(e){_.variables=e;var i=n.fetchQueryByPolicy(u,_,r);return"standby"!==_.fetchPolicy&&i.sources.length>0&&u.observableQuery&&u.observableQuery.applyNextFetchPolicy("after-fetch",t),i},O=function(){return n.fetchCancelFns.delete(e)};if(this.fetchCancelFns.set(e,(function(e){O(),setTimeout((function(){return i.cancel(e)}))})),this.getDocumentInfo(_.query).hasClientExports)i=new Qe(this.localState.addExportedVariables(_.query,_.variables,_.context).then(w).then((function(e){return e.sources}))),o=!0;else{var k=w(_.variables);o=k.fromLink,i=new Qe(k.sources)}return i.promise.then(O,O),{concast:i,fromLink:o}},t.prototype.refetchQueries=function(e){var t=this,r=e.updateCache,n=e.include,i=e.optimistic,o=void 0!==i&&i,s=e.removeOptimistic,a=void 0===s?o?_("refetchQueries"):void 0:s,u=e.onQueryUpdated,c=new Map;n&&this.getObservableQueries(n).forEach((function(e,r){c.set(r,{oq:e,lastDiff:t.getQuery(r).getDiff()})}));var l=new Map;return r&&this.cache.batch({update:r,optimistic:o&&a||!1,removeOptimistic:a,onWatchUpdated:function(e,t,r){var n=e.watcher instanceof Lr&&e.watcher.observableQuery;if(n){if(u){c.delete(n.queryId);var i=u(n,t,r);return!0===i&&(i=n.refetch()),!1!==i&&l.set(n,i),i}null!==u&&c.set(n.queryId,{oq:n,lastDiff:r,diff:t})}}}),c.size&&c.forEach((function(e,r){var n,i=e.oq,o=e.lastDiff,s=e.diff;if(u){if(!s){var a=i.queryInfo;a.reset(),s=a.getDiff()}n=u(i,s,o)}u&&!0!==n||(n=i.refetch()),!1!==n&&l.set(i,n),r.indexOf("legacyOneTimeQuery")>=0&&t.stopQueryNoBroadcast(r)})),a&&this.cache.removeOptimistic(a),l},t.prototype.fetchQueryByPolicy=function(t,r,n){var i=this,s=r.query,a=r.variables,u=r.fetchPolicy,c=r.refetchWritePolicy,l=r.errorPolicy,f=r.returnPartialData,h=r.context,p=r.notifyOnNetworkStatusChange,d=t.networkStatus;t.init({document:s,variables:a,networkStatus:n});var v=function(){return t.getDiff(a)},y=function(r,n){void 0===n&&(n=t.networkStatus||exports.NetworkStatus.loading);var u=r.result;var c=function(t){return o.Observable.of(e.__assign({data:t,loading:qr(n),networkStatus:n},r.complete?null:{partial:!0}))};return u&&i.getDocumentInfo(s).hasForcedResolvers?i.localState.runResolvers({document:s,remoteResult:{data:u},context:h,variables:a,onlyRunForcedResolvers:!0}).then((function(e){return c(e.data||void 0)})):"none"===l&&n===exports.NetworkStatus.refetch&&Array.isArray(r.missing)?c(void 0):c(u)},m="no-cache"===u?0:n===exports.NetworkStatus.refetch&&"merge"!==c?1:2,g=function(){return i.getResultsFromLink(t,m,{query:s,variables:a,context:h,fetchPolicy:u,errorPolicy:l})},b=p&&"number"==typeof d&&d!==n&&qr(n);switch(u){default:case"cache-first":return(_=v()).complete?{fromLink:!1,sources:[y(_,t.markReady())]}:f||b?{fromLink:!0,sources:[y(_),g()]}:{fromLink:!0,sources:[g()]};case"cache-and-network":var _;return(_=v()).complete||f||b?{fromLink:!0,sources:[y(_),g()]}:{fromLink:!0,sources:[g()]};case"cache-only":return{fromLink:!1,sources:[y(v(),t.markReady())]};case"network-only":return b?{fromLink:!0,sources:[y(v()),g()]}:{fromLink:!0,sources:[g()]};case"no-cache":return b?{fromLink:!0,sources:[y(t.getDiff()),g()]}:{fromLink:!0,sources:[g()]};case"standby":return{fromLink:!1,sources:[]}}},t.prototype.getQuery=function(e){return e&&!this.queries.has(e)&&this.queries.set(e,new Lr(this,e)),this.queries.get(e)},t.prototype.prepareContext=function(t){void 0===t&&(t={});var r=this.localState.prepareContext(t);return e.__assign(e.__assign({},r),{clientAwareness:this.clientAwareness})},t}(),Br=function(){function t(e){var t=this;if(this.resetStoreCallbacks=[],this.clearStoreCallbacks=[],!e.cache)throw S(13);var r=e.uri,n=e.credentials,i=e.headers,o=e.cache,s=e.documentTransform,a=e.ssrMode,u=void 0!==a&&a,c=e.ssrForceFetchDelay,l=void 0===c?0:c,f=e.connectToDevTools,h=void 0===f?"object"==typeof window&&!window.__APOLLO_CLIENT__&&!1:f,p=e.queryDeduplication,d=void 0===p||p,v=e.defaultOptions,m=e.assumeImmutableResults,g=void 0===m?o.assumeImmutableResults:m,b=e.resolvers,_=e.typeDefs,w=e.fragmentMatcher,O=e.name,k=e.version,x=e.link;x||(x=r?new yt({uri:r,credentials:n,headers:i}):We.empty()),this.link=x,this.cache=o,this.disableNetworkFetches=u||l>0,this.queryDeduplication=d,this.defaultOptions=v||Object.create(null),this.typeDefs=_,l&&setTimeout((function(){return t.disableNetworkFetches=!1}),l),this.watchQuery=this.watchQuery.bind(this),this.query=this.query.bind(this),this.mutate=this.mutate.bind(this),this.resetStore=this.resetStore.bind(this),this.reFetchObservableQueries=this.reFetchObservableQueries.bind(this),h&&"object"==typeof window&&(window.__APOLLO_CLIENT__=this),this.version=y,this.localState=new Ir({cache:o,client:this,resolvers:b,fragmentMatcher:w}),this.queryManager=new Wr({cache:this.cache,link:this.link,defaultOptions:this.defaultOptions,documentTransform:s,queryDeduplication:d,ssrMode:u,clientAwareness:{name:O,version:k},localState:this.localState,assumeImmutableResults:g,onBroadcast:h?function(){t.devToolsHookCb&&t.devToolsHookCb({action:{},state:{queries:t.queryManager.getQueryStore(),mutations:t.queryManager.mutationStore||{}},dataWithOptimisticResults:t.cache.extract(!0)})}:void 0})}return Object.defineProperty(t.prototype,"documentTransform",{get:function(){return this.queryManager.documentTransform},enumerable:!1,configurable:!0}),t.prototype.stop=function(){this.queryManager.stop()},t.prototype.watchQuery=function(t){return this.defaultOptions.watchQuery&&(t=Ne(this.defaultOptions.watchQuery,t)),!this.disableNetworkFetches||"network-only"!==t.fetchPolicy&&"cache-and-network"!==t.fetchPolicy||(t=e.__assign(e.__assign({},t),{fetchPolicy:"cache-first"})),this.queryManager.watchQuery(t)},t.prototype.query=function(t){return this.defaultOptions.query&&(t=Ne(this.defaultOptions.query,t)),k("cache-and-network"!==t.fetchPolicy,15),this.disableNetworkFetches&&"network-only"===t.fetchPolicy&&(t=e.__assign(e.__assign({},t),{fetchPolicy:"cache-first"})),this.queryManager.query(t)},t.prototype.mutate=function(e){return this.defaultOptions.mutate&&(e=Ne(this.defaultOptions.mutate,e)),this.queryManager.mutate(e)},t.prototype.subscribe=function(e){return this.queryManager.startGraphQLSubscription(e)},t.prototype.readQuery=function(e,t){return void 0===t&&(t=!1),this.cache.readQuery(e,t)},t.prototype.readFragment=function(e,t){return void 0===t&&(t=!1),this.cache.readFragment(e,t)},t.prototype.writeQuery=function(e){var t=this.cache.writeQuery(e);return!1!==e.broadcast&&this.queryManager.broadcastQueries(),t},t.prototype.writeFragment=function(e){var t=this.cache.writeFragment(e);return!1!==e.broadcast&&this.queryManager.broadcastQueries(),t},t.prototype.__actionHookForDevTools=function(e){this.devToolsHookCb=e},t.prototype.__requestRaw=function(e){return Je(this.link,e)},t.prototype.resetStore=function(){var e=this;return Promise.resolve().then((function(){return e.queryManager.clearStore({discardWatches:!1})})).then((function(){return Promise.all(e.resetStoreCallbacks.map((function(e){return e()})))})).then((function(){return e.reFetchObservableQueries()}))},t.prototype.clearStore=function(){var e=this;return Promise.resolve().then((function(){return e.queryManager.clearStore({discardWatches:!0})})).then((function(){return Promise.all(e.clearStoreCallbacks.map((function(e){return e()})))}))},t.prototype.onResetStore=function(e){var t=this;return this.resetStoreCallbacks.push(e),function(){t.resetStoreCallbacks=t.resetStoreCallbacks.filter((function(t){return t!==e}))}},t.prototype.onClearStore=function(e){var t=this;return this.clearStoreCallbacks.push(e),function(){t.clearStoreCallbacks=t.clearStoreCallbacks.filter((function(t){return t!==e}))}},t.prototype.reFetchObservableQueries=function(e){return this.queryManager.reFetchObservableQueries(e)},t.prototype.refetchQueries=function(e){var t=this.queryManager.refetchQueries(e),r=[],n=[];t.forEach((function(e,t){r.push(t),n.push(e)}));var i=Promise.all(n);return i.queries=r,i.results=n,i.catch((function(e){})),i},t.prototype.getObservableQueries=function(e){return void 0===e&&(e="active"),this.queryManager.getObservableQueries(e)},t.prototype.extract=function(e){return this.cache.extract(e)},t.prototype.restore=function(e){return this.cache.restore(e)},t.prototype.addResolvers=function(e){this.localState.addResolvers(e)},t.prototype.setResolvers=function(e){this.localState.setResolvers(e)},t.prototype.getResolvers=function(){return this.localState.getResolvers()},t.prototype.setLocalStateFragmentMatcher=function(e){this.localState.setFragmentMatcher(e)},t.prototype.setLink=function(e){this.link=this.queryManager.link=e},t}(),Ur=C?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function Kr(){k("createContext"in d,44);var e=g[Ur]||(g[Ur]=Object.create(null));return e[d.version]||(e[d.version]=Object.assign(d.createContext({}),{displayName:"ApolloContext"}))}var Hr=Kr;function Jr(e){var t=l.useContext(Kr()),r=e||t.client;return k(!!r,48),r}var Gr,Yr=d.useSyncExternalStore||function(e,t,r){var n=t();var i=d.useState({inst:{value:n,getSnapshot:t}}),o=i[0].inst,s=i[1];return I?d.useLayoutEffect((function(){Object.assign(o,{value:n,getSnapshot:t}),Xr(o)&&s({inst:o})}),[e,n,t]):Object.assign(o,{value:n,getSnapshot:t}),d.useEffect((function(){return Xr(o)&&s({inst:o}),e((function(){Xr(o)&&s({inst:o})}))}),[e]),n};function Xr(e){var t=e.value,r=e.getSnapshot;try{return t!==r()}catch(e){return!0}}exports.DocumentType=void 0,(Gr=exports.DocumentType||(exports.DocumentType={}))[Gr.Query=0]="Query",Gr[Gr.Mutation=1]="Mutation",Gr[Gr.Subscription=2]="Subscription";var $r=new Map;function Zr(e){var t;switch(e){case exports.DocumentType.Query:t="Query";break;case exports.DocumentType.Mutation:t="Mutation";break;case exports.DocumentType.Subscription:t="Subscription"}return t}function en(e){var t,r,n=$r.get(e);if(n)return n;k(!!e&&!!e.kind,59,e);for(var i=[],o=[],s=[],a=[],u=0,c=e.definitions;u<c.length;u++){var l=c[u];if("FragmentDefinition"!==l.kind){if("OperationDefinition"===l.kind)switch(l.operation){case"query":o.push(l);break;case"mutation":s.push(l);break;case"subscription":a.push(l)}}else i.push(l)}k(!i.length||o.length||s.length||a.length,60),k(o.length+s.length+a.length<=1,61,e,o.length,a.length,s.length),r=o.length?exports.DocumentType.Query:exports.DocumentType.Mutation,o.length||s.length||(r=exports.DocumentType.Subscription);var f=o.length?o:s.length?s:a;k(1===f.length,62,e,f.length);var h=f[0];t=h.variableDefinitions||[];var p={name:h.name&&"Name"===h.name.kind?h.name.value:"data",type:r,variables:t};return $r.set(e,p),p}function tn(e,t){var r=en(e),n=Zr(t),i=Zr(r.type);k(r.type===t,63,n,n,i)}var rn=Object.prototype.hasOwnProperty;function nn(e,t){var r=l.useRef();r.current&&e===r.current.client&&t===r.current.query||(r.current=new on(e,t,r.current));var n=r.current,i=l.useState(0);i[0];var o=i[1];return n.forceUpdate=function(){o((function(e){return e+1}))},n}var on=function(){function t(e,t,r){this.client=e,this.query=t,this.ssrDisabledResult={loading:!0,data:void 0,error:void 0,networkStatus:exports.NetworkStatus.loading},this.skipStandbyResult={loading:!1,data:void 0,error:void 0,networkStatus:exports.NetworkStatus.ready},this.toQueryResultCache=new(Q?WeakMap:Map),tn(t,exports.DocumentType.Query);var n=r&&r.result,i=n&&n.data;i&&(this.previousData=i)}return t.prototype.forceUpdate=function(){},t.prototype.executeQuery=function(e){var t,r=this;e.query&&Object.assign(this,{query:e.query}),this.watchQueryOptions=this.createWatchQueryOptions(this.queryHookOptions=e);var n=this.observable.reobserveAsConcast(this.getObsQueryOptions());return this.previousData=(null===(t=this.result)||void 0===t?void 0:t.data)||this.previousData,this.result=void 0,this.forceUpdate(),new Promise((function(e){var t;n.subscribe({next:function(e){t=e},error:function(){e(r.toQueryResult(r.observable.getCurrentResult()))},complete:function(){e(r.toQueryResult(t))}})}))},t.prototype.useQuery=function(e){var t=this;this.renderPromises=l.useContext(Kr()).renderPromises,this.useOptions(e);var r=this.useObservableQuery(),i=Yr(l.useCallback((function(){if(t.renderPromises)return function(){};var e=function(){var e=t.result,i=r.getCurrentResult();e&&e.loading===i.loading&&e.networkStatus===i.networkStatus&&n.equal(e.data,i.data)||t.setResult(i)},i=function(s){var a=r.last;o.unsubscribe();try{r.resetLastResults(),o=r.subscribe(e,i)}finally{r.last=a}if(!rn.call(s,"graphQLErrors"))throw s;var u=t.result;(!u||u&&u.loading||!n.equal(s,u.error))&&t.setResult({data:u&&u.data,error:s,loading:!1,networkStatus:exports.NetworkStatus.error})},o=r.subscribe(e,i);return function(){return setTimeout((function(){return o.unsubscribe()}))}}),[r,this.renderPromises,this.client.disableNetworkFetches]),(function(){return t.getCurrentResult()}),(function(){return t.getCurrentResult()}));return this.unsafeHandlePartialRefetch(i),this.toQueryResult(i)},t.prototype.useOptions=function(e){var r,i=this.createWatchQueryOptions(this.queryHookOptions=e),o=this.watchQueryOptions;n.equal(i,o)||(this.watchQueryOptions=i,o&&this.observable&&(this.observable.reobserve(this.getObsQueryOptions()),this.previousData=(null===(r=this.result)||void 0===r?void 0:r.data)||this.previousData,this.result=void 0)),this.onCompleted=e.onCompleted||t.prototype.onCompleted,this.onError=e.onError||t.prototype.onError,!this.renderPromises&&!this.client.disableNetworkFetches||!1!==this.queryHookOptions.ssr||this.queryHookOptions.skip?this.queryHookOptions.skip||"standby"===this.watchQueryOptions.fetchPolicy?this.result=this.skipStandbyResult:this.result!==this.ssrDisabledResult&&this.result!==this.skipStandbyResult||(this.result=void 0):this.result=this.ssrDisabledResult},t.prototype.getObsQueryOptions=function(){var e=[],t=this.client.defaultOptions.watchQuery;return t&&e.push(t),this.queryHookOptions.defaultOptions&&e.push(this.queryHookOptions.defaultOptions),e.push(Ie(this.observable&&this.observable.options,this.watchQueryOptions)),e.reduce(Ne)},t.prototype.createWatchQueryOptions=function(t){var r;void 0===t&&(t={});var n=t.skip;t.ssr,t.onCompleted,t.onError,t.defaultOptions;var i=e.__rest(t,["skip","ssr","onCompleted","onError","defaultOptions"]),o=Object.assign(i,{query:this.query});if(!this.renderPromises||"network-only"!==o.fetchPolicy&&"cache-and-network"!==o.fetchPolicy||(o.fetchPolicy="cache-first"),o.variables||(o.variables={}),n){var s=o.fetchPolicy,a=void 0===s?this.getDefaultFetchPolicy():s,u=o.initialFetchPolicy,c=void 0===u?a:u;Object.assign(o,{initialFetchPolicy:c,fetchPolicy:"standby"})}else o.fetchPolicy||(o.fetchPolicy=(null===(r=this.observable)||void 0===r?void 0:r.options.initialFetchPolicy)||this.getDefaultFetchPolicy());return o},t.prototype.getDefaultFetchPolicy=function(){var e,t;return(null===(e=this.queryHookOptions.defaultOptions)||void 0===e?void 0:e.fetchPolicy)||(null===(t=this.client.defaultOptions.watchQuery)||void 0===t?void 0:t.fetchPolicy)||"cache-first"},t.prototype.onCompleted=function(e){},t.prototype.onError=function(e){},t.prototype.useObservableQuery=function(){var e=this.observable=this.renderPromises&&this.renderPromises.getSSRObservable(this.watchQueryOptions)||this.observable||this.client.watchQuery(this.getObsQueryOptions());this.obsQueryFields=l.useMemo((function(){return{refetch:e.refetch.bind(e),reobserve:e.reobserve.bind(e),fetchMore:e.fetchMore.bind(e),updateQuery:e.updateQuery.bind(e),startPolling:e.startPolling.bind(e),stopPolling:e.stopPolling.bind(e),subscribeToMore:e.subscribeToMore.bind(e)}}),[e]);var t=!(!1===this.queryHookOptions.ssr||this.queryHookOptions.skip);return this.renderPromises&&t&&(this.renderPromises.registerSSRObservable(e),e.getCurrentResult().loading&&this.renderPromises.addObservableQueryPromise(e)),e},t.prototype.setResult=function(e){var t=this.result;t&&t.data&&(this.previousData=t.data),this.result=e,this.forceUpdate(),this.handleErrorOrCompleted(e,t)},t.prototype.handleErrorOrCompleted=function(e,t){var r=this;if(!e.loading){var n=this.toApolloError(e);Promise.resolve().then((function(){n?r.onError(n):e.data&&(null==t?void 0:t.networkStatus)!==e.networkStatus&&e.networkStatus===exports.NetworkStatus.ready&&r.onCompleted(e.data)})).catch((function(e){}))}},t.prototype.toApolloError=function(e){return ue(e.errors)?new et({graphQLErrors:e.errors}):e.error},t.prototype.getCurrentResult=function(){return this.result||this.handleErrorOrCompleted(this.result=this.observable.getCurrentResult()),this.result},t.prototype.toQueryResult=function(t){var r=this.toQueryResultCache.get(t);if(r)return r;var n=t.data;t.partial;var i=e.__rest(t,["data","partial"]);return this.toQueryResultCache.set(t,r=e.__assign(e.__assign(e.__assign({data:n},i),this.obsQueryFields),{client:this.client,observable:this.observable,variables:this.observable.variables,called:!this.queryHookOptions.skip,previousData:this.previousData})),!r.error&&ue(t.errors)&&(r.error=new et({graphQLErrors:t.errors})),r},t.prototype.unsafeHandlePartialRefetch=function(e){!e.partial||!this.queryHookOptions.partialRefetch||e.loading||e.data&&0!==Object.keys(e.data).length||"cache-only"===this.observable.options.fetchPolicy||(Object.assign(e,{loading:!0,networkStatus:exports.NetworkStatus.refetch}),this.observable.refetch())},t}(),sn=["refetch","reobserve","fetchMore","updateQuery","startPolling","subscribeToMore"];function an(e){var t={data:e.result,complete:!!e.complete};return e.missing&&(t.missing=be(e.missing.map((function(e){return e.missing})))),t}var un=v.use||function(e){var t=function(e){if(function(e){return"status"in e}(e))return e;var t=e;return t.status="pending",t.then((function(e){if("pending"===t.status){var r=t;r.status="fulfilled",r.value=e}}),(function(e){if("pending"===t.status){var r=t;r.status="rejected",r.reason=e}})),e}(e);switch(t.status){case"pending":throw t;case"rejected":throw t.reason;case"fulfilled":return t.value}};function cn(e){var t=l.useContext(Kr()),r=e||t.suspenseCache;return k(r,55),r}function ln(e){return ue(e.errors)?new et({graphQLErrors:e.errors}):e.error}function fn(e){var t,r,n=l.useRef(new Set);n.current.add(e),t=function(){n.current.forEach((function(e){return e.dispose()}))},l.useEffect((function(){return clearTimeout(r),function(){r=setTimeout(t)}}),[])}function hn(t){var r,i,o,s=t.query,a=t.options,u=(r=function(){return e.__assign(e.__assign({},a),{query:s,notifyOnNetworkStatusChange:!1,nextFetchPolicy:void 0})},i=[a,s],(o=l.useRef()).current&&n.equal(o.current.deps,i)||(o.current={value:r(),deps:i}),o.current.value);return u}var pn=function(){function t(e,t){var r,n=this;this.listeners=new Set,this.initialized=!1,this.refetching=!1,this.listen=this.listen.bind(this),this.handleNext=this.handleNext.bind(this),this.handleError=this.handleError.bind(this),this.dispose=this.dispose.bind(this),this.observable=e,this.result=e.getCurrentResult(!1),this.key=t.key,t.onDispose&&(this.onDispose=t.onDispose),(Er(this.result.networkStatus)||this.result.data&&(!this.result.partial||this.observable.options.returnPartialData))&&(this.promise=Oe(this.result),this.initialized=!0,this.refetching=!1),this.subscription=e.subscribe({next:this.handleNext,error:this.handleError}),this.promise||(this.promise=new Promise((function(e,t){n.resolve=e,n.reject=t}))),this.autoDisposeTimeoutId=setTimeout(this.dispose,null!==(r=t.autoDisposeTimeoutMs)&&void 0!==r?r:3e4)}return t.prototype.listen=function(e){var t=this;return clearTimeout(this.autoDisposeTimeoutId),this.listeners.add(e),function(){t.listeners.delete(e)}},t.prototype.refetch=function(e){this.refetching=!0;var t=this.observable.refetch(e);return this.promise=t,t},t.prototype.fetchMore=function(e){var t=this.observable.fetchMore(e);return this.promise=t,t},t.prototype.dispose=function(){this.subscription.unsubscribe(),this.onDispose()},t.prototype.onDispose=function(){},t.prototype.handleNext=function(e){if(!this.initialized||this.refetching){if(!Er(e.networkStatus))return;return this.result.data&&void 0===e.data&&(e.data=this.result.data),this.initialized=!0,this.refetching=!1,this.result=e,void this.resolve(e)}e.data!==this.result.data&&(this.result=e,this.promise=Oe(e),this.deliver(this.promise))},t.prototype.handleError=function(t){var r,n,i=e.__assign(e.__assign({},this.result),{error:t,networkStatus:exports.NetworkStatus.error});if(this.result=i,!this.initialized||this.refetching)return this.initialized=!0,this.refetching=!1,void this.reject(t);this.result=i,this.promise=i.data?Oe(i):(r=i,(n=Promise.reject(r)).status="rejected",n.reason=r,n),this.deliver(this.promise)},t.prototype.deliver=function(e){this.listeners.forEach((function(t){return t(e)}))},t}(),dn=function(){function e(e){void 0===e&&(e=Object.create(null)),this.cacheKeys=new u.Trie(Q,(function(e){return e})),this.queryRefs=new Map,this.options=e}return e.prototype.getQueryRef=function(e,t){var r=this,n=this.cacheKeys.lookupArray(e);return this.queryRefs.has(n)||this.queryRefs.set(n,new pn(t(),{key:n,autoDisposeTimeoutMs:this.options.autoDisposeTimeoutMs,onDispose:function(){return r.queryRefs.delete(n)}})),this.queryRefs.get(n)},e}();exports.setLogVerbosity=i.setVerbosity,exports.Observable=o.Observable,exports.disableExperimentalFragmentVariables=c.disableExperimentalFragmentVariables,exports.disableFragmentWarnings=c.disableFragmentWarnings,exports.enableExperimentalFragmentVariables=c.enableExperimentalFragmentVariables,exports.gql=c.gql,exports.resetCaches=c.resetCaches,exports.ApolloCache=mt,exports.ApolloClient=Br,exports.ApolloConsumer=function(e){var t=Kr();return d.createElement(t.Consumer,null,(function(t){return k(t&&t.client,43),e.children(t.client)}))},exports.ApolloError=et,exports.ApolloLink=We,exports.ApolloProvider=function(t){var r=t.client,n=t.suspenseCache,i=t.children,o=Kr(),s=d.useContext(o),a=d.useMemo((function(){return e.__assign(e.__assign({},s),{client:r||s.client,suspenseCache:n||s.suspenseCache})}),[s,r,n]);return k(a.client,45),d.createElement(o.Provider,{value:a},i)},exports.DocumentTransform=se,exports.HttpLink=yt,exports.InMemoryCache=xr,exports.MissingFieldError=gt,exports.ObservableQuery=Tr,exports.SuspenseCache=dn,exports.checkFetcher=lt,exports.concat=He,exports.createHttpLink=vt,exports.createSignalIfSupported=ft,exports.defaultDataIdFromObject=wt,exports.defaultPrinter=ut,exports.empty=Be,exports.execute=Je,exports.fallbackHttpConfig=at,exports.from=Ue,exports.fromError=je,exports.fromPromise=function(e){return new o.Observable((function(t){e.then((function(e){t.next(e),t.complete()})).catch(t.error.bind(t))}))},exports.getApolloContext=Kr,exports.isApolloError=Ze,exports.isNetworkRequestSettled=Er,exports.isReference=z,exports.makeReference=V,exports.makeVar=$t,exports.mergeOptions=Ne,exports.operationName=Zr,exports.parseAndCheckHttpResponse=ot,exports.parser=en,exports.resetApolloContext=Hr,exports.rewriteURIForGET=pt,exports.selectHttpOptionsAndBody=function(t,r){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return n.unshift(r),ct.apply(void 0,e.__spreadArray([t,ut],n,!1))},exports.selectHttpOptionsAndBodyInternal=ct,exports.selectURI=ht,exports.serializeFetchParameter=st,exports.split=Ke,exports.throwServerError=Ae,exports.toPromise=function(e){var t=!1;return new Promise((function(r,n){e.subscribe({next:function(e){t||(t=!0,r(e))},error:n})}))},exports.useApolloClient=Jr,exports.useBackgroundQuery=function(e,t){void 0===t&&(t=Object.create(null));var r=cn(t.suspenseCache),n=Jr(t.client),i=hn({query:e,options:t}),o=i.variables,s=t.queryKey,a=void 0===s?[]:s,u=[n,e,Wt(o)].concat(a),c=r.getQueryRef(u,(function(){return n.watchQuery(i)})),f=l.useState((function(){return new Map([[c.key,c.promise]])})),h=f[0],p=f[1];fn(c);var d=l.useCallback((function(e){var t=c.fetchMore(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),v=l.useCallback((function(e){var t=c.refetch(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]);return c.promiseCache=h,l.useMemo((function(){return[c,{fetchMore:d,refetch:v}]}),[c,d,v])},exports.useFragment=function(t){var r=Jr().cache,i=t.fragment,o=t.fragmentName,s=t.from,a=t.optimistic,u=void 0===a||a,c=e.__rest(t,["fragment","fragmentName","from","optimistic"]),f=e.__assign(e.__assign({},c),{returnPartialData:!0,id:"string"==typeof s?s:r.identify(s),query:r.getFragmentDoc(i,o),optimistic:u}),h=l.useRef(),p=r.diff(f),d=function(){var e=an(p);return h.current&&n.equal(h.current.data,e.data)?h.current:h.current=e};return Yr((function(t){return r.watch(e.__assign(e.__assign({},f),{immediate:!0,callback:function(e){n.equal(e,p)||(h.current=an(p=e),t())}}))}),d,d)},exports.useLazyQuery=function(t,r){var n,i=l.useRef(),o=l.useRef(),s=l.useRef(),a=Ne(r,i.current||{}),u=null!==(n=null==a?void 0:a.query)&&void 0!==n?n:t;o.current=a,s.current=u;var c=nn(Jr(r&&r.client),u),f=c.useQuery(e.__assign(e.__assign({},a),{skip:!i.current})),h=f.observable.options.initialFetchPolicy||c.getDefaultFetchPolicy(),p=Object.assign(f,{called:!!i.current}),d=l.useMemo((function(){for(var e={},t=function(t){var r=p[t];e[t]=function(){return i.current||(i.current=Object.create(null),c.forceUpdate()),r.apply(this,arguments)}},r=0,n=sn;r<n.length;r++){t(n[r])}return e}),[]);Object.assign(p,d);var v=l.useCallback((function(t){i.current=t?e.__assign(e.__assign({},t),{fetchPolicy:t.fetchPolicy||h}):{fetchPolicy:h};var r=Ne(o.current,e.__assign({query:s.current},i.current)),n=c.executeQuery(e.__assign(e.__assign({},r),{skip:!1})).then((function(e){return Object.assign(e,d)}));return n.catch((function(){})),n}),[]);return[v,p]},exports.useMutation=function(t,r){var i=Jr(null==r?void 0:r.client);tn(t,exports.DocumentType.Mutation);var o=l.useState({called:!1,loading:!1,client:i}),s=o[0],a=o[1],u=l.useRef({result:s,mutationId:0,isMounted:!0,client:i,mutation:t,options:r});Object.assign(u.current,{client:i,options:r,mutation:t});var c=l.useCallback((function(t){void 0===t&&(t={});var r=u.current,i=r.options,o=r.mutation,s=e.__assign(e.__assign({},i),{mutation:o}),c=t.client||u.current.client;u.current.result.loading||s.ignoreResults||!u.current.isMounted||a(u.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:c});var l=++u.current.mutationId,f=Ne(s,t);return c.mutate(f).then((function(e){var r,i=e.data,o=e.errors,s=o&&o.length>0?new et({graphQLErrors:o}):void 0;if(l===u.current.mutationId&&!f.ignoreResults){var h={called:!0,loading:!1,data:i,error:s,client:c};u.current.isMounted&&!n.equal(u.current.result,h)&&a(u.current.result=h)}var p=t.onCompleted||(null===(r=u.current.options)||void 0===r?void 0:r.onCompleted);return null==p||p(e.data,f),e})).catch((function(e){var r;if(l===u.current.mutationId&&u.current.isMounted){var i={loading:!1,error:e,data:void 0,called:!0,client:c};n.equal(u.current.result,i)||a(u.current.result=i)}var o=t.onError||(null===(r=u.current.options)||void 0===r?void 0:r.onError);if(o)return o(e,f),{data:void 0,errors:e};throw e}))}),[]),f=l.useCallback((function(){u.current.isMounted&&a({called:!1,loading:!1,client:i})}),[]);return l.useEffect((function(){return u.current.isMounted=!0,function(){u.current.isMounted=!1}}),[]),[c,e.__assign({reset:f},s)]},exports.useQuery=function(e,t){return void 0===t&&(t=Object.create(null)),nn(Jr(t.client),e).useQuery(t)},exports.useReactiveVar=function(e){var t=e(),r=l.useState(t)[1];return l.useEffect((function(){var n=e();if(t===n)return e.onNextChange(r);r(n)}),[t]),t},exports.useReadQuery=function(e){var t=l.useState(0)[1];k(e.promiseCache,49);var r=e.promiseCache.get(e.key);r||(r=e.promise,e.promiseCache.set(e.key,r)),l.useEffect((function(){return e.listen((function(r){e.promiseCache.set(e.key,r),t((function(e){return e+1}))}))}),[e]);var n=un(r);return l.useMemo((function(){return{data:n.data,networkStatus:n.networkStatus,error:ln(n)}}),[n])},exports.useSubscription=function(e,t){var r=l.useRef(!1),i=Jr(null==t?void 0:t.client);tn(e,exports.DocumentType.Subscription);var o=l.useState({loading:!(null==t?void 0:t.skip),error:void 0,data:void 0,variables:null==t?void 0:t.variables}),s=o[0],a=o[1];r.current||(r.current=!0,null==t||t.onSubscriptionData,null==t||t.onSubscriptionComplete);var u=l.useState((function(){return(null==t?void 0:t.skip)?null:i.subscribe({query:e,variables:null==t?void 0:t.variables,fetchPolicy:null==t?void 0:t.fetchPolicy,context:null==t?void 0:t.context})})),c=u[0],f=u[1],h=l.useRef(!1);l.useEffect((function(){return function(){h.current=!0}}),[]);var p=l.useRef({client:i,subscription:e,options:t});return l.useEffect((function(){var r,o,s,u,c=null==t?void 0:t.shouldResubscribe;"function"==typeof c&&(c=!!c(t)),(null==t?void 0:t.skip)?(!(null==t?void 0:t.skip)!=!(null===(r=p.current.options)||void 0===r?void 0:r.skip)||h.current)&&(a({loading:!1,data:void 0,error:void 0,variables:null==t?void 0:t.variables}),f(null),h.current=!1):(!1===c||i===p.current.client&&e===p.current.subscription&&(null==t?void 0:t.fetchPolicy)===(null===(o=p.current.options)||void 0===o?void 0:o.fetchPolicy)&&!(null==t?void 0:t.skip)==!(null===(s=p.current.options)||void 0===s?void 0:s.skip)&&n.equal(null==t?void 0:t.variables,null===(u=p.current.options)||void 0===u?void 0:u.variables))&&!h.current||(a({loading:!0,data:void 0,error:void 0,variables:null==t?void 0:t.variables}),f(i.subscribe({query:e,variables:null==t?void 0:t.variables,fetchPolicy:null==t?void 0:t.fetchPolicy,context:null==t?void 0:t.context})),h.current=!1),Object.assign(p.current,{client:i,subscription:e,options:t})}),[i,e,t,h.current]),l.useEffect((function(){if(c){var e=!1,r=c.subscribe({next:function(r){var n,o;if(!e){var s={loading:!1,data:r.data,error:void 0,variables:null==t?void 0:t.variables};a(s),(null===(n=p.current.options)||void 0===n?void 0:n.onData)?p.current.options.onData({client:i,data:s}):(null===(o=p.current.options)||void 0===o?void 0:o.onSubscriptionData)&&p.current.options.onSubscriptionData({client:i,subscriptionData:s})}},error:function(r){var n,i;e||(a({loading:!1,data:void 0,error:r,variables:null==t?void 0:t.variables}),null===(i=null===(n=p.current.options)||void 0===n?void 0:n.onError)||void 0===i||i.call(n,r))},complete:function(){var t,r;e||((null===(t=p.current.options)||void 0===t?void 0:t.onComplete)?p.current.options.onComplete():(null===(r=p.current.options)||void 0===r?void 0:r.onSubscriptionComplete)&&p.current.options.onSubscriptionComplete())}});return function(){e=!0,setTimeout((function(){r.unsubscribe()}))}}}),[c]),s},exports.useSuspenseQuery=function(e,t){void 0===t&&(t=Object.create(null));var r=Jr(t.client),n=cn(t.suspenseCache),i=hn({query:e,options:t}),o=i.variables,s=t.queryKey,a=void 0===s?[]:s,u=[r,e,Wt(o)].concat(a),c=n.getQueryRef(u,(function(){return r.watchQuery(i)})),f=l.useState((function(){return new Map([[c.key,c.promise]])})),h=f[0],p=f[1],d=h.get(c.key);d||(d=c.promise,h.set(c.key,d)),fn(c),l.useEffect((function(){return c.listen((function(e){p((function(t){return new Map(t).set(c.key,e)}))}))}),[c]);var v=un(d),y=l.useCallback((function(e){var t=c.fetchMore(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),m=l.useCallback((function(e){var t=c.refetch(e);return p((function(e){return new Map(e).set(c.key,t)})),t}),[c]),g=l.useCallback((function(e){return c.observable.subscribeToMore(e)}),[c]);return l.useMemo((function(){return{client:r,data:v.data,error:ln(v),networkStatus:v.networkStatus,fetchMore:y,refetch:m,subscribeToMore:g}}),[r,y,m,v,g])};
|