react-relay 16.1.0 → 17.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. package/ReactRelayContext.js +1 -1
  2. package/ReactRelayFragmentContainer.js.flow +8 -6
  3. package/ReactRelayLocalQueryRenderer.js.flow +4 -1
  4. package/ReactRelayPaginationContainer.js.flow +2 -0
  5. package/ReactRelayQueryRenderer.js.flow +1 -1
  6. package/ReactRelayTypes.js.flow +1 -0
  7. package/buildReactRelayContainer.js.flow +5 -3
  8. package/getRootVariablesForFragments.js.flow +1 -0
  9. package/hooks.js +1 -1
  10. package/hooks.js.flow +1 -1
  11. package/index.js +1 -1
  12. package/index.js.flow +1 -1
  13. package/legacy.js +1 -1
  14. package/lib/ReactRelayFragmentContainer.js +2 -2
  15. package/lib/buildReactRelayContainer.js +3 -3
  16. package/lib/relay-hooks/SuspenseResource.js +7 -4
  17. package/lib/relay-hooks/{FragmentResource.js → legacy/FragmentResource.js} +19 -20
  18. package/lib/relay-hooks/{useBlockingPaginationFragment.js → legacy/useBlockingPaginationFragment.js} +2 -2
  19. package/lib/relay-hooks/{useFragmentNode.js → legacy/useFragmentNode.js} +2 -2
  20. package/lib/relay-hooks/{useRefetchableFragmentNode.js → legacy/useRefetchableFragmentNode.js} +8 -8
  21. package/lib/relay-hooks/{experimental/readFragmentInternal_EXPERIMENTAL.js → readFragmentInternal.js} +7 -5
  22. package/lib/relay-hooks/useFragment.js +3 -13
  23. package/lib/relay-hooks/{experimental/useFragmentInternal_EXPERIMENTAL.js → useFragmentInternal.js} +67 -31
  24. package/lib/relay-hooks/useLazyLoadQueryNode.js +2 -13
  25. package/lib/relay-hooks/usePaginationFragment.js +17 -13
  26. package/lib/relay-hooks/useRefetchableFragment.js +3 -12
  27. package/lib/relay-hooks/{experimental/useRefetchableFragmentInternal_EXPERIMENTAL.js → useRefetchableFragmentInternal.js} +7 -7
  28. package/multi-actor/useRelayActorEnvironment.js.flow +1 -1
  29. package/package.json +2 -2
  30. package/react-relay-hooks.js +2 -2
  31. package/react-relay-hooks.min.js +2 -2
  32. package/react-relay-legacy.js +2 -2
  33. package/react-relay-legacy.min.js +2 -2
  34. package/react-relay.js +2 -2
  35. package/react-relay.min.js +2 -2
  36. package/relay-hooks/EntryPointTypes.flow.js.flow +22 -27
  37. package/relay-hooks/LazyLoadEntryPointContainer_DEPRECATED.react.js.flow +14 -1
  38. package/relay-hooks/NestedRelayEntryPointBuilderUtils.js.flow +5 -11
  39. package/relay-hooks/SuspenseResource.js.flow +11 -8
  40. package/relay-hooks/__flowtests__/useBlockingPaginationFragment-flowtest.js.flow +22 -1
  41. package/relay-hooks/__flowtests__/usePaginationFragment-flowtest.js.flow +19 -0
  42. package/relay-hooks/__flowtests__/useRefetchableFragment-flowtest.js.flow +22 -0
  43. package/relay-hooks/{FragmentResource.js.flow → legacy/FragmentResource.js.flow} +21 -21
  44. package/relay-hooks/{useBlockingPaginationFragment.js.flow → legacy/useBlockingPaginationFragment.js.flow} +6 -6
  45. package/relay-hooks/{useFragmentNode.js.flow → legacy/useFragmentNode.js.flow} +3 -3
  46. package/relay-hooks/{useRefetchableFragmentNode.js.flow → legacy/useRefetchableFragmentNode.js.flow} +9 -9
  47. package/relay-hooks/loadQuery.js.flow +9 -8
  48. package/relay-hooks/{experimental/readFragmentInternal_EXPERIMENTAL.js.flow → readFragmentInternal.js.flow} +8 -4
  49. package/relay-hooks/useClientQuery.js.flow +1 -1
  50. package/relay-hooks/useEntryPointLoader.js.flow +1 -1
  51. package/relay-hooks/useFetchTrackingRef.js.flow +1 -1
  52. package/relay-hooks/useFragment.js.flow +16 -22
  53. package/relay-hooks/{experimental/useFragmentInternal_EXPERIMENTAL.js.flow → useFragmentInternal.js.flow} +71 -19
  54. package/relay-hooks/useIsMountedRef.js.flow +1 -1
  55. package/relay-hooks/useIsOperationNodeActive.js.flow +1 -1
  56. package/relay-hooks/useIsParentQueryActive.js.flow +5 -2
  57. package/relay-hooks/useLazyLoadQuery.js.flow +3 -2
  58. package/relay-hooks/useLazyLoadQueryNode.js.flow +3 -19
  59. package/relay-hooks/useLoadMoreFunction.js.flow +1 -1
  60. package/relay-hooks/useMemoOperationDescriptor.js.flow +1 -1
  61. package/relay-hooks/useMemoVariables.js.flow +1 -1
  62. package/relay-hooks/useMutation.js.flow +1 -1
  63. package/relay-hooks/usePaginationFragment.js.flow +62 -50
  64. package/relay-hooks/usePreloadedQuery.js.flow +2 -1
  65. package/relay-hooks/useQueryLoader.js.flow +2 -5
  66. package/relay-hooks/useRefetchableFragment.js.flow +7 -37
  67. package/relay-hooks/{experimental/useRefetchableFragmentInternal_EXPERIMENTAL.js.flow → useRefetchableFragmentInternal.js.flow} +11 -11
  68. package/relay-hooks/useRelayEnvironment.js.flow +1 -1
  69. package/relay-hooks/useStaticFragmentNodeWarning.js.flow +3 -1
  70. package/relay-hooks/useSubscribeToInvalidationState.js.flow +1 -1
  71. package/relay-hooks/useSubscription.js.flow +1 -1
  72. package/relay-hooks/useUnsafeRef_DEPRECATED.js.flow +1 -1
  73. package/lib/relay-hooks/HooksImplementation.js +0 -15
  74. package/lib/relay-hooks/experimental/useFragment_EXPERIMENTAL.js +0 -26
  75. package/lib/relay-hooks/experimental/usePaginationFragment_EXPERIMENTAL.js +0 -127
  76. package/lib/relay-hooks/experimental/useRefetchableFragment_EXPERIMENTAL.js +0 -23
  77. package/relay-hooks/HooksImplementation.js.flow +0 -45
  78. package/relay-hooks/experimental/useFragment_EXPERIMENTAL.js.flow +0 -66
  79. package/relay-hooks/experimental/usePaginationFragment_EXPERIMENTAL.js.flow +0 -161
  80. package/relay-hooks/experimental/useRefetchableFragment_EXPERIMENTAL.js.flow +0 -49
@@ -1,4 +1,4 @@
1
1
  /**
2
- * Relay v16.1.0
2
+ * Relay v17.0.0
3
3
  */
4
- !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/createForOfIteratorHelper","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/interopRequireDefault","@babel/runtime/helpers/objectSpread2","@babel/runtime/helpers/toConsumableArray","fbjs/lib/areEqual","fbjs/lib/warning","invariant","react","relay-runtime"],r):"object"==typeof exports?exports.ReactRelayHooks=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):e.ReactRelayHooks=r(e["@babel/runtime/helpers/createForOfIteratorHelper"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/interopRequireDefault"],e["@babel/runtime/helpers/objectSpread2"],e["@babel/runtime/helpers/toConsumableArray"],e["fbjs/lib/areEqual"],e["fbjs/lib/warning"],e.invariant,e.react,e["relay-runtime"])}(self,((e,r,t,n,a,i,o,u,s,l)=>(()=>{"use strict";var c={888:(e,r,t)=>{var n=t(156),a=t(658).__internal.createRelayContext;e.exports=a(n)},651:(e,r,t)=>{var n=t(158),a=t(828),i=t(428).loadQuery,o=t(187),u=t(696),s=t(529),l=t(242),c=t(899),f=t(115),d=t(951),p=t(617),h=t(876),v=t(874),m=t(750),y=t(50),g=t(746),_=t(658);e.exports={ConnectionHandler:_.ConnectionHandler,applyOptimisticMutation:_.applyOptimisticMutation,commitLocalUpdate:_.commitLocalUpdate,commitMutation:_.commitMutation,graphql:_.graphql,readInlineData:_.readInlineData,requestSubscription:_.requestSubscription,EntryPointContainer:n,RelayEnvironmentProvider:u,ProfilerContext:o,fetchQuery:_.fetchQuery,loadQuery:i,loadEntryPoint:a,useFragment:l,useLazyLoadQuery:c,useEntryPointLoader:s,useQueryLoader:h,useMutation:f,usePaginationFragment:d,usePreloadedQuery:p,useRefetchableFragment:v,useRelayEnvironment:m,useSubscribeToInvalidationState:y,useSubscription:g}},158:(e,r,t)=>{var n=t(187),a=t(750),i=t(156),o=t(156),u=o.useContext,s=o.useEffect,l=t(446);e.exports=function(e){var r=e.entryPointReference,t=e.props;l(!1===r.isDisposed,"<EntryPointContainer>: Expected entryPointReference to not be disposed yet. This is because disposing the entrypoint marks it for future garbage collection, and as such may no longer be present in the Relay store. In the future, this will become a hard error.");var o=r.getComponent,c=r.queries,f=r.entryPoints,d=r.extraProps,p=r.rootModuleID,h=o(),v=u(n),m=a();return s((function(){m.__log({name:"entrypoint.root.consume",profilerContext:v,rootModuleID:p})}),[m,v,p]),i.createElement(h,{entryPoints:f,extraProps:d,props:t,queries:c})}},985:(e,r,t)=>{var n=t(275).default,a=n(t(175)),i=n(t(311)),o=n(t(642)),u=t(93),s=t(269).getQueryResourceForEnvironment,l=t(637),c=t(56),f=t(658),d=f.__internal,p=d.fetchQuery,h=d.getPromiseForActiveRequest,v=f.RelayFeatureFlags,m=f.createOperationDescriptor,y=f.getFragmentIdentifier,g=f.getPendingOperationsForFragment,_=f.getSelector,b=f.getVariablesFromFragment,E=f.handlePotentialSnapshotErrors,R=f.isPromise,P=f.recycleNodesInto,k="function"==typeof WeakMap,C=Object.freeze([]);function S(e){return Array.isArray(e)?e.some((function(e){return e.isMissingData})):e.isMissingData}function x(e){return Array.isArray(e)?e.map((function(e){return e.missingLiveResolverFields})).filter(Boolean).flat():e.missingLiveResolverFields}function I(e,r,t){return Array.isArray(r)?{cacheKey:e,snapshot:r,data:r.map((function(e){return e.data})),isMissingData:S(r),storeEpoch:t}:{cacheKey:e,snapshot:r,data:r.data,isMissingData:S(r),storeEpoch:t}}var w=function(){function e(e){(0,i.default)(this,"_cache",new Map),(0,i.default)(this,"_retainCounts",new Map),this._environment=e}var r=e.prototype;return r.get=function(e){var r,t;return null!==(r=null===(t=this._cache.get(e))||void 0===t?void 0:t[0])&&void 0!==r?r:void 0},r.recordQueryResults=function(e,r){var t=this,n=this._cache.get(e);if(n){var a=n[0],i=n[1];r.forEach((function(e){a.push(e)})),i.temporaryRetain(this._environment)}else{var o=new l((function(){return t._retain(e)}));this._cache.set(e,[r,o]),o.temporaryRetain(this._environment)}},r._retain=function(e){var r,t=this,n=(null!==(r=this._retainCounts.get(e))&&void 0!==r?r:0)+1;return this._retainCounts.set(e,n),{dispose:function(){var r,n=(null!==(r=t._retainCounts.get(e))&&void 0!==r?r:0)-1;n>0?t._retainCounts.set(e,n):(t._retainCounts.delete(e),t._cache.delete(e))}}},e}(),D=function(){function e(e){this._environment=e,this._cache=u.create(1e6),v.ENABLE_CLIENT_EDGES&&(this._clientEdgeQueryResultsCache=new w(e))}var r=e.prototype;return r.read=function(e,r,t,n){return this.readWithIdentifier(e,r,y(e,r),t,n)},r.readWithIdentifier=function(e,r,t,n,a){var i,u,l,f,d=this,p=this._environment;if(null==r)return{cacheKey:t,data:null,isMissingData:!1,snapshot:null,storeEpoch:0};var m=p.getStore().getEpoch();if(!0===(null==e||null===(i=e.metadata)||void 0===i?void 0:i.plural)&&(Array.isArray(r)||c(!1,"Relay: Expected fragment pointer%s for fragment `%s` to be an array, instead got `%s`. Remove `@relay(plural: true)` from fragment `%s` to allow the prop to be an object.",null!=a?" for key `".concat(a,"`"):"",e.name,typeof r,e.name),0===r.length))return{cacheKey:t,data:C,isMissingData:!1,snapshot:C,storeEpoch:m};var y=this._cache.get(t);if(null!=y){var g;if("pending"===y.kind&&R(y.promise))throw p.__log({name:"suspense.fragment",data:y.result.data,fragment:e,isRelayHooks:!0,isMissingData:y.result.isMissingData,isPromiseCached:!0,pendingOperations:y.pendingOperations}),y.promise;if("done"===y.kind&&y.result.snapshot&&(null===(g=x(y.result.snapshot))||void 0===g||!g.length))return this._throwOrLogErrorsInSnapshot(y.result.snapshot),y.result.isMissingData&&p.__log({name:"fragmentresource.missing_data",data:y.result.data,fragment:e,isRelayHooks:!0,cached:!0}),y.result}var b=_(e,r);null==b&&c(!1,"Relay: Expected to receive an object where `...%s` was spread, but the fragment reference was not found`. This is most likely the result of:\n- Forgetting to spread `%s` in `%s`'s parent's fragment.\n- Conditionally fetching `%s` but unconditionally passing %s prop to `%s`. If the parent fragment only fetches the fragment conditionally - with e.g. `@include`, `@skip`, or inside a `... on SomeType { }` spread - then the fragment reference will not exist. In this case, pass `null` if the conditions for evaluating the fragment are not met (e.g. if the `@include(if)` value is false.)",e.name,e.name,n,e.name,null==a?"a fragment reference":"the `".concat(a,"`"),n);var E=null,P=null;if(v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&null!=y&&"missing"===y.kind?(E=y.result,P=y.snapshot):E=I(t,P="PluralReaderSelector"===b.kind?b.selectors.map((function(e){return p.lookup(e)})):p.lookup(b),m),!E.isMissingData)return this._throwOrLogErrorsInSnapshot(P),this._cache.set(t,{kind:"done",result:E}),E;var k=null;if(v.ENABLE_CLIENT_EDGES&&!0===(null===(u=e.metadata)||void 0===u?void 0:u.hasClientEdges)&&function(e){var r,t;return Array.isArray(e)?e.some((function(e){var r,t;return(null!==(r=null===(t=e.missingClientEdges)||void 0===t?void 0:t.length)&&void 0!==r?r:0)>0})):(null!==(r=null===(t=e.missingClientEdges)||void 0===t?void 0:t.length)&&void 0!==r?r:0)>0}(P)){k=[];var S=s(this._environment),w=[];!function(e,r){Array.isArray(e)?e.forEach(r):r(e)}(P,(function(t){var n;null===(n=t.missingClientEdges)||void 0===n||n.forEach((function(t){var n,a=t.request,i=t.clientEdgeDestinationID,o=d._performClientEdgeQuery(S,e,r,a,i),u=o.queryResult,s=o.requestDescriptor;w.push(u),null===(n=k)||void 0===n||n.push(s)}))})),null==this._clientEdgeQueryResultsCache&&c(!1,"Client edge query result cache should exist when ENABLE_CLIENT_EDGES is on."),this._clientEdgeQueryResultsCache.recordQueryResults(t,w)}var D=[];v.ENABLE_CLIENT_EDGES&&k&&(D=k.map((function(e){return h(d._environment,e)})).filter(Boolean));var q="PluralReaderSelector"===b.kind?b.selectors[0].owner:b.owner,A=this._getAndSavePromiseForFragmentRequestInFlight(t,e,q,E),N=null==A?void 0:A.promise,F=null!==(l=null===(f=x(P))||void 0===f?void 0:f.map((function(e){var r=e.liveStateID;return p.getStore().getLiveResolverPromise(r)})))&&void 0!==l?l:[];if(D.length||F.length||R(N)){var Q,T;p.__log({name:"suspense.fragment",data:E.data,fragment:e,isRelayHooks:!0,isPromiseCached:!1,isMissingData:E.isMissingData,pendingOperations:[].concat((0,o.default)(null!==(Q=null==A?void 0:A.pendingOperations)&&void 0!==Q?Q:[]),(0,o.default)(null!==(T=k)&&void 0!==T?T:[]))});var O=[];if(D.length>0&&(O=O.concat(D)),F.length>0&&(O=O.concat(F)),O.length>0)throw N&&O.push(N),Promise.all(O);if(N)throw N}return v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&E.isMissingData&&this._cache.set(t,{kind:"done",result:E}),this._throwOrLogErrorsInSnapshot(P),p.__log({name:"fragmentresource.missing_data",data:E.data,fragment:e,isRelayHooks:!0,cached:!1}),I(t,P,m)},r._performClientEdgeQuery=function(e,r,t,n,i){var o=b(r,t),u=(0,a.default)((0,a.default)({},o),{},{id:i}),s=m(n,u,{}),l=p(this._environment,s),c=e.prepare(s,l);return{requestDescriptor:s.request,queryResult:c}},r._throwOrLogErrorsInSnapshot=function(e){var r=this;Array.isArray(e)?e.forEach((function(e){E(r._environment,e.missingRequiredFields,e.relayResolverErrors)})):E(this._environment,e.missingRequiredFields,e.relayResolverErrors)},r.readSpec=function(e,r,t){var n={};for(var a in e)n[a]=this.read(e[a],r[a],t,a);return n},r.subscribe=function(e,r){var t=this,n=this._environment,a=e.cacheKey,i=e.snapshot;if(!i)return{dispose:function(){}};var o=this.checkMissedUpdates(e),u=o[0],l=o[1];u&&r();var f=[];if(Array.isArray(i)?(Array.isArray(l)||c(!1,"Relay: Expected snapshots to be plural. If you're seeing this, this is likely a bug in Relay."),l.forEach((function(e,i){f.push(n.subscribe(e,(function(e){var o=n.getStore().getEpoch();t._updatePluralSnapshot(a,l,e,i,o),r()})))}))):((null==l||Array.isArray(l))&&c(!1,"Relay: Expected snapshot to be singular. If you're seeing this, this is likely a bug in Relay."),f.push(n.subscribe(l,(function(e){var i=n.getStore().getEpoch(),o=I(a,e,i);v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&o.isMissingData?t._cache.set(a,{kind:"missing",result:o,snapshot:e}):t._cache.set(a,{kind:"done",result:I(a,e,i)}),r()})))),v.ENABLE_CLIENT_EDGES){var d,p,h=null!==(d=null===(p=this._clientEdgeQueryResultsCache)||void 0===p?void 0:p.get(a))&&void 0!==d?d:void 0;if(null!=h&&h.length){var m=s(this._environment);h.forEach((function(e){f.push(m.retain(e))}))}}return{dispose:function(){f.forEach((function(e){return e.dispose()})),t._cache.delete(a)}}},r.subscribeSpec=function(e,r){var t=this,n=Object.keys(e).map((function(n){return t.subscribe(e[n],r)}));return{dispose:function(){n.forEach((function(e){e.dispose()}))}}},r.checkMissedUpdates=function(e){var r,t=this._environment,n=e.snapshot;if(!n)return[!1,null];if(r=t.getStore().getEpoch(),e.storeEpoch===r)return[!1,e.snapshot];var i=e.cacheKey;if(Array.isArray(n)){var o=!1,u=[];if(n.forEach((function(e,r){var n=t.lookup(e.selector),i=e.data,s=n.data,l=P(i,s);l!==i&&(n=(0,a.default)((0,a.default)({},n),{},{data:l}),o=!0),u[r]=n})),o){var s=I(i,u,r);v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&s.isMissingData?this._cache.set(i,{kind:"missing",result:s,snapshot:u}):this._cache.set(i,{kind:"done",result:s})}return[o,u]}var l=t.lookup(n.selector),c=n.data,f=l.data,d=P(c,f),p={data:d,isMissingData:l.isMissingData,missingClientEdges:l.missingClientEdges,missingLiveResolverFields:l.missingLiveResolverFields,seenRecords:l.seenRecords,selector:l.selector,missingRequiredFields:l.missingRequiredFields,relayResolverErrors:l.relayResolverErrors};if(d!==c){var h=I(i,p,r);v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&h.isMissingData?this._cache.set(i,{kind:"missing",result:h,snapshot:p}):this._cache.set(i,{kind:"done",result:h})}return[d!==c,p]},r.checkMissedUpdatesSpec=function(e){var r=this;return Object.keys(e).some((function(t){return r.checkMissedUpdates(e[t])[0]}))},r._getAndSavePromiseForFragmentRequestInFlight=function(e,r,t,n){var a=this,i=g(this._environment,r,t);if(null==i)return null;var o=i.promise,u=i.pendingOperations,s=o.then((function(){a._cache.delete(e)})).catch((function(r){a._cache.delete(e)}));return s.displayName=o.displayName,this._cache.set(e,{kind:"pending",pendingOperations:u,promise:s,result:n}),{promise:s,pendingOperations:u}},r._updatePluralSnapshot=function(e,r,t,n,a){var i,u=this._cache.get(e);if(R(u))q(t.selector.node.name);else{var s=null==u||null===(i=u.result)||void 0===i?void 0:i.snapshot;if(!s||Array.isArray(s)){var l=s?(0,o.default)(s):(0,o.default)(r);l[n]=t;var c=I(e,l,a);v.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&c.isMissingData?this._cache.set(e,{kind:"missing",result:c,snapshot:l}):this._cache.set(e,{kind:"done",result:c})}else q(t.selector.node.name)}},e}();function q(e){c(!1,"Relay: Expected to find cached data for plural fragment `%s` when receiving a subscription. If you're seeing this, this is likely a bug in Relay.",e)}function A(e){return new D(e)}var N=k?new WeakMap:new Map;e.exports={createFragmentResource:A,getFragmentResourceForEnvironment:function(e){var r=N.get(e);if(r)return r;var t=A(e);return N.set(e,t),t}}},914:(e,r,t)=>{var n=t(446),a=null;e.exports={inject:function(e){n(null===a,"Relay HooksImplementation was injected twice."),a=e},get:function(){return a}}},93:(e,r,t)=>{var n=t(56),a=function(){function e(e){this._capacity=e,this._capacity>0||n(!1,"LRUCache: Unable to create instance of cache with zero or negative capacity."),this._map=new Map}var r=e.prototype;return r.set=function(e,r){if(this._map.delete(e),this._map.set(e,r),this._map.size>this._capacity){var t=this._map.keys().next();t.done||this._map.delete(t.value)}},r.get=function(e){var r=this._map.get(e);return null!=r&&(this._map.delete(e),this._map.set(e,r)),r},r.has=function(e){return this._map.has(e)},r.delete=function(e){this._map.delete(e)},r.size=function(){return this._map.size},r.capacity=function(){return this._capacity-this._map.size},r.clear=function(){this._map.clear()},e}();e.exports={create:function(e){return new a(e)}}},187:(e,r,t)=>{var n=t(156).createContext({wrapPrepareQueryResource:function(e){return e()}});e.exports=n},269:(e,r,t)=>{var n=t(275).default,a=n(t(175)),i=n(t(311)),o=t(93),u=t(637),s=t(56),l=t(658).isPromise,c=t(446),f="store-or-network",d="store-and-network",p="function"==typeof WeakMap;function h(e){return void 0!==e.request.node.params.metadata.live}function v(e,r,t,n,a){var i=null!=t?t:h(r)?d:f,o=null!=n?n:e.UNSTABLE_getDefaultRenderPolicy(),u="".concat(i,"-").concat(o,"-").concat(r.request.identifier);return null!=a?"".concat(u,"-").concat(a):u}function m(e,r){var t={__id:e.fragment.dataID,__fragments:(0,i.default)({},e.fragment.node.name,e.request.variables),__fragmentOwner:e.request};return{cacheIdentifier:r,fragmentNode:e.request.node.fragment,fragmentRef:t,operation:e}}var y=2e5;function g(e,r,t,n,a,i){var o=h(r),s=n,l=a,c=new u((function(e){var t=e.retain(r);return{dispose:function(){o&&null!=l&&l.unsubscribe(),t.dispose(),i(f)}}})),f={cacheIdentifier:e,id:y++,processedPayloadsCount:0,operationAvailability:t,getValue:function(){return s},setValue:function(e){s=e},setNetworkSubscription:function(e){o&&null!=l&&l.unsubscribe(),l=e},temporaryRetain:function(e){return c.temporaryRetain(e)},permanentRetain:function(e){return c.permanentRetain(e)},releaseTemporaryRetain:function(){c.releaseTemporaryRetain()}};return f}var _=function(){function e(e){var r=this;(0,i.default)(this,"_clearCacheEntry",(function(e){r._cache.delete(e.cacheIdentifier)})),this._environment=e,this._cache=o.create(1e3)}var r=e.prototype;return r.prepare=function(e,r,t,n,a,i,o){var u=v(this._environment,e,t,n,i);return this.prepareWithIdentifier(u,e,r,t,n,a,o)},r.prepareWithIdentifier=function(e,r,t,n,i,o,u){var s=this._environment,c=null!=n?n:h(r)?d:f,p=null!=i?i:s.UNSTABLE_getDefaultRenderPolicy(),v=this._cache.get(e),m=null,y=null!=v;null==v&&(v=this._fetchAndSaveQuery(e,r,t,c,p,u,(0,a.default)((0,a.default)({},o),{},{unsubscribe:function(e){null!=m&&m.dispose();var r=null==o?void 0:o.unsubscribe;r&&r(e)}}))),m=v.temporaryRetain(s);var g=v.getValue();if(l(g))throw s.__log({name:"suspense.query",fetchPolicy:c,isPromiseCached:y,operation:r,queryAvailability:v.operationAvailability,renderPolicy:p}),g;if(g instanceof Error)throw g;return g},r.retain=function(e,r){var t=this._environment,n=e.cacheIdentifier,a=e.operation,i=this._getOrCreateCacheEntry(n,a,null,e,null),o=i.permanentRetain(t);return t.__log({name:"queryresource.retain",profilerContext:r,resourceID:i.id}),{dispose:function(){o.dispose()}}},r.releaseTemporaryRetain=function(e){var r=this._cache.get(e.cacheIdentifier);null!=r&&r.releaseTemporaryRetain()},r.TESTS_ONLY__getCacheEntry=function(e,r,t,n){var a=v(this._environment,e,r,t,n);return this._cache.get(a)},r._getOrCreateCacheEntry=function(e,r,t,n,a){var i=this._cache.get(e);return null==i&&(i=g(e,r,t,n,a,this._clearCacheEntry),this._cache.set(e,i)),i},r._fetchAndSaveQuery=function(e,r,t,n,i,o,u){var l,f,d=this,p=this._environment,v=p.check(r),y=v.status,_="available"===y,b=_||"partial"===i&&"stale"!==y,E=function(){};switch(n){case"store-only":l=!1,f=!0;break;case"store-or-network":l=!_,f=b;break;case"store-and-network":l=!0,f=b;break;default:l=!0,f=!1}if(f){var R=m(r,e),P=g(e,r,v,R,null,this._clearCacheEntry);this._cache.set(e,P)}if(l){var k,C=m(r,e);t.subscribe({start:function(t){k=t;var n=d._cache.get(e);n&&n.setNetworkSubscription(k);var i=null==u?void 0:u.start;i&&i((0,a.default)((0,a.default)({},t),{},{unsubscribe:function(){h(r)&&t.unsubscribe()}}))},next:function(){var t=d._getOrCreateCacheEntry(e,r,v,C,k);t.processedPayloadsCount+=1,t.setValue(C),E();var n=null==u?void 0:u.next;null!=n&&n(p.lookup(r.fragment))},error:function(t){var n=d._getOrCreateCacheEntry(e,r,v,t,k);0===n.processedPayloadsCount?n.setValue(t):c(!1,"QueryResource: An incremental payload for query `%s` returned an error: `%s`.",r.fragment.node.name,String(t.message)),E(),k=null,n.setNetworkSubscription(null);var a=null==u?void 0:u.error;a&&a(t)},complete:function(){E(),k=null;var r=d._cache.get(e);r&&r.setNetworkSubscription(null);var t=null==u?void 0:u.complete;t&&t()},unsubscribe:null==u?void 0:u.unsubscribe});var S=this._cache.get(e);if(!S){var x=new Promise((function(e){E=e}));x.displayName="Relay("+r.fragment.node.name+")",S=g(e,r,v,x,k,this._clearCacheEntry),this._cache.set(e,S)}}else{var I=null==u?void 0:u.complete;I&&I()}var w=this._cache.get(e);return null==w&&s(!1,"Relay: Expected to have cached a result when attempting to fetch query.If you're seeing this, this is likely a bug in Relay."),p.__log({name:"queryresource.fetch",resourceID:w.id,operation:r,profilerContext:o,fetchPolicy:n,renderPolicy:i,queryAvailability:v,shouldFetch:l}),w},e}();function b(e){return new _(e)}var E=p?new WeakMap:new Map;e.exports={createQueryResource:b,getQueryResourceForEnvironment:function(e){var r=E.get(e);if(r)return r;var t=b(e);return E.set(e,t),t},getQueryCacheIdentifier:v}},696:(e,r,t)=>{var n=t(888),a=t(156),i=a.useMemo;e.exports=function(e){var r=e.children,t=e.environment,o=e.getEnvironmentForActor,u=i((function(){return{environment:t,getEnvironmentForActor:o}}),[t,o]);return a.createElement(n.Provider,{value:u},r)}},637:(e,r,t)=>{var n=(0,t(275).default)(t(311)),a=t(56),i=function(){function e(e){var r=this;(0,n.default)(this,"_retainCount",0),(0,n.default)(this,"_retainDisposable",null),(0,n.default)(this,"_releaseTemporaryRetain",null),this._retain=function(t){return r._retainCount++,1===r._retainCount&&(r._retainDisposable=e(t)),{dispose:function(){r._retainCount=Math.max(0,r._retainCount-1),0===r._retainCount&&(null==r._retainDisposable&&a(!1,"Relay: Expected disposable to release query to be defined.If you're seeing this, this is likely a bug in Relay."),r._retainDisposable.dispose(),r._retainDisposable=null)}}}}var r=e.prototype;return r.temporaryRetain=function(e){var r,t=this;if(e.isServer())return{dispose:function(){}};var n=this._retain(e),a=null,i=function(){clearTimeout(a),a=null,t._releaseTemporaryRetain=null,n.dispose()};return a=setTimeout(i,3e5),null===(r=this._releaseTemporaryRetain)||void 0===r||r.call(this),this._releaseTemporaryRetain=i,{dispose:function(){var e;null===(e=t._releaseTemporaryRetain)||void 0===e||e.call(t)}}},r.permanentRetain=function(e){var r=this._retain(e);return this.releaseTemporaryRetain(),r},r.releaseTemporaryRetain=function(){var e;null===(e=this._releaseTemporaryRetain)||void 0===e||e.call(this),this._releaseTemporaryRetain=null},r.getRetainCount=function(){return this._retainCount},e}();e.exports=i},828:(e,r,t)=>{var n=t(428).loadQuery;e.exports=function e(r,t,a){var i=null;null==t.root.getModuleIfRequired()&&(i=t.root.load());var o=t.getPreloadProps(a),u=o.queries,s=o.entryPoints,l=o.extraProps,c={},f={};null!=u&&Object.keys(u).forEach((function(e){var t=u[e],a=t.environmentProviderOptions,i=t.options,o=t.parameters,s=t.variables,l=r.getEnvironment(a);c[e]=n(l,o,s,{fetchPolicy:null==i?void 0:i.fetchPolicy,networkCacheConfig:null==i?void 0:i.networkCacheConfig,__nameForWarning:"loadEntryPoint"},a)})),null!=s&&Object.keys(s).forEach((function(t){var n=s[t];if(null!=n){var a=n.entryPoint,i=n.entryPointParams;f[t]=e(r,a,i)}}));var d=!1;return{dispose:function(){d||(null!=c&&Object.values(c).forEach((function(e){(0,e.dispose)()})),null!=f&&Object.values(f).forEach((function(e){(0,e.dispose)()})),d=!0)},entryPoints:f,extraProps:null!=l?l:null,getComponent:function(){var e,r=t.root.getModuleIfRequired();if(null==r)throw i=null!==(e=i)&&void 0!==e?e:t.root.load();return null!=r.default?r.default:r},get isDisposed(){return d},queries:c,rootModuleID:t.root.getModuleId()}}},428:(e,r,t)=>{var n=(0,t(275).default)(t(175)),a=t(56),i=t(156),o=t(658),u=o.__internal.fetchQueryDeduped,s=o.Observable,l=o.PreloadableQueryRegistry,c=o.RelayFeatureFlags,f=o.ReplaySubject,d=o.createOperationDescriptor,p=o.getRequest,h=o.getRequestIdentifier,v=t(446),m=null,y=100001;e.exports={loadQuery:function(e,r,t,o,g){var _,b,E,R,P=null===(_=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===_||null===(b=_.ReactCurrentDispatcher)||void 0===b?void 0:b.current;v(null==m||P!==m,"Relay: `%s` should not be called inside a React render function.",null!==(E=null==o?void 0:o.__nameForWarning)&&void 0!==E?E:"loadQuery"),y++;var k,C,S,x,I,w,D=null!==(R=null==o?void 0:o.fetchPolicy)&&void 0!==R?R:"store-or-network",q=(0,n.default)((0,n.default)({},null==o?void 0:o.networkCacheConfig),{},{force:!0}),A=!1,N=function(r,t){return A=!0,e.executeWithSource({operation:r,source:t})},F=new f,Q=s.create((function(e){return F.subscribe(e)})),T=null,O=!1,L=function(r){var n;O=!0;var a=new f;if(!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING){var i="raw-network-request-"+h(r,t);n=u(e,i,(function(){return e.getNetwork().execute(r,t,q)}))}else n=e.getNetwork().execute(r,t,q);var o=n.subscribe({error:function(e){T=e,a.error(e)},next:function(e){a.next(e)},complete:function(){a.complete()}}).unsubscribe;return C=o,s.create((function(e){var r=a.subscribe(e);return function(){r.unsubscribe(),C()}}))},M=function(r,t){!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING&&(O=!0);var n=u(e,r.request.identifier,t).subscribe({error:function(e){F.error(e)},next:function(e){F.next(e)},complete:function(){F.complete()}});S=n.unsubscribe},U=function(r){var n=d(r,t,q);k=e.retain(n),"store-only"!==D&&("store-or-network"!==D||"available"!==e.check(n).status)&&M(n,(function(){var e=L(r.params);return N(n,e)}))};if("PreloadableConcreteRequest"===r.kind){null===(w=(x=r.params).id)&&a(!1,"Relay: `loadQuery` requires that preloadable query `%s` has a persisted query id",x.name);var j=l.get(w);if(null!=j)U(j);else{var B="store-only"===D?null:L(x),K=l.onLoad(w,(function(r){I();var n=d(r,t,q);k=e.retain(n),null!=B&&M(n,(function(){return N(n,B)}))}));I=K.dispose}}else{var W=p(r);w=null!=(x=W.params).cacheID?x.cacheID:x.id,U(W)}var V=!1,H=!1,Y=!1,G=function(){H||(k&&k.dispose(),H=!0)},z=function(){Y||(A?S&&S():C&&C(),I&&I(),Y=!0)};return{kind:"PreloadedQuery",environment:e,environmentProviderOptions:g,dispose:function(){V||(G(),z(),V=!0)},releaseQuery:G,cancelNetworkRequest:z,fetchKey:y,id:w,get isDisposed(){return V||H},get networkError(){return T},name:x.name,networkCacheConfig:q,fetchPolicy:D,source:O?Q:void 0,variables:t}},useTrackLoadQueryInRender:function(){var e,r;null===m&&(m=null===(e=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===e||null===(r=e.ReactCurrentDispatcher)||void 0===r?void 0:r.current)}}},529:(e,r,t)=>{var n=(0,t(275).default)(t(765)),a=t(828),i=t(428).useTrackLoadQueryInRender,o=t(743),u=t(156),s=u.useCallback,l=u.useEffect,c=u.useRef,f=u.useState,d={kind:"NullEntryPointReference"};e.exports=function(e,r,t){var u,p,h,v;i();var m=null!==(u=null==t||null===(p=t.TEST_ONLY__initialEntryPointData)||void 0===p?void 0:p.entryPointReference)&&void 0!==u?u:d,y=null!==(h=null==t||null===(v=t.TEST_ONLY__initialEntryPointData)||void 0===v?void 0:v.entryPointParams)&&void 0!==h?h:null,g=o(),_=c(new Set([m])),b=f(m),E=b[0],R=b[1],P=f(y),k=P[0],C=P[1],S=s((function(){if(g.current){var e={kind:"NullEntryPointReference"};_.current.add(e),R(e)}}),[R,g]),x=s((function(t){if(g.current){var n=a(e,r,t);_.current.add(n),R(n),C(t)}}),[e,r,R,g]),I=c(!1);return l((function(){return function(){I.current=!0}}),[]),l((function(){if(!0===I.current)return I.current=!1,void("NullEntryPointReference"!==E.kind&&null!=k&&x(k));var e=_.current;if(g.current){var r,t=(0,n.default)(e);try{for(t.s();!(r=t.n()).done;){var a=r.value;if(a===E)break;e.delete(a),"NullEntryPointReference"!==a.kind&&a.dispose()}}catch(e){t.e(e)}finally{t.f()}}}),[E,k,x,g]),l((function(){return function(){var e,r=(0,n.default)(_.current);try{for(r.s();!(e=r.n()).done;){var t=e.value;"NullEntryPointReference"!==t.kind&&t.dispose()}}catch(e){r.e(e)}finally{r.f()}}}),[]),["NullEntryPointReference"===E.kind?null:E,x,S]}},863:(e,r,t)=>{var n=t(813),a=t(156),i=a.useCallback,o=a.useEffect;e.exports=function(){var e=n(null),r=n(!1),t=i((function(){null!=e.current&&(e.current.unsubscribe(),e.current=null),r.current=!1}),[]),a=i((function(t){e.current=t,r.current=!0}),[]),u=i((function(){e.current=null,r.current=!1}),[]);return o((function(){return t}),[t]),{isFetchingRef:r,startFetch:a,disposeFetch:t,completeFetch:u}}},242:(e,r,t)=>{var n=t(914),a=t(428).useTrackLoadQueryInRender,i=t(77),o=t(224),u=t(156).useDebugValue,s=t(658).getFragment;e.exports=function(e,r){var t=n.get();return t?t.useFragment(e,r):function(e,r){a();var t=s(e);o(t,"first argument of useFragment()");var n=i(t,r,"useFragment()").data;return u({fragment:t.name,data:n}),n}(e,r)}},77:(e,r,t)=>{var n=t(985).getFragmentResourceForEnvironment,a=t(750),i=t(813),o=t(156),u=o.useEffect,s=o.useState,l=t(658),c=l.RelayFeatureFlags,f=l.getFragmentIdentifier,d=t(446);e.exports=function(e,r,t){var o=a(),l=n(o),p=i(!1),h=s(0)[1],v=f(e,r),m=l.readWithIdentifier(e,r,v,t),y=i(!0);function g(){!1!==p.current&&!1!==y.current&&h((function(e){return e+1}))}return u((function(){p.current=!0;var e=l.subscribe(m,g);return function(){p.current=!1,e.dispose()}}),[o,v]),c.LOG_MISSING_RECORDS_IN_PROD,null!=r&&(void 0===m.data||Array.isArray(m.data)&&m.data.length>0&&m.data.every((function(e){return void 0===e})))&&d(!1,"Relay: Expected to have been able to read non-null data for fragment `%s` declared in `%s`, since fragment reference was non-null. Make sure that that `%s`'s parent isn't holding on to and/or passing a fragment reference for data that has been deleted.",e.name,t,t),{data:m.data,disableStoreUpdates:function(){y.current=!1},enableStoreUpdates:function(){y.current=!0,l.checkMissedUpdates(m)[0]&&g()}}}},743:(e,r,t)=>{var n=t(156),a=n.useEffect,i=n.useRef;e.exports=function(){var e=i(!0);return a((function(){return e.current=!0,function(){e.current=!1}}),[]),e}},233:(e,r,t)=>{var n=t(750),a=t(56),i=t(156),o=t(658),u=o.__internal.getObservableForActiveRequest,s=o.getSelector,l=i.useEffect,c=i.useState,f=i.useMemo;e.exports=function(e,r){var t=n(),i=f((function(){var n=s(e,r);return null==n?null:("SingularReaderSelector"!==n.kind&&a(!1,"useIsOperationNodeActive: Plural fragments are not supported."),u(t,n.owner))}),[t,e,r]),o=c(null!=i),d=o[0],p=o[1];return l((function(){var e;if(p(null!=i),null!=i){var r=function(){p(!1)};e=i.subscribe({complete:r,error:r})}return function(){e&&e.unsubscribe()}}),[i]),d}},899:(e,r,t)=>{var n=t(428).useTrackLoadQueryInRender,a=t(734),i=t(61),o=t(750),u=t(658).__internal.fetchQuery;e.exports=function(e,r,t){n();var s=o(),l=i(e,r,t&&t.networkCacheConfig?t.networkCacheConfig:{force:!0});return a({componentDisplayName:"useLazyLoadQuery()",fetchKey:null==t?void 0:t.fetchKey,fetchObservable:u(s,l),fetchPolicy:null==t?void 0:t.fetchPolicy,query:l,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy})}},734:(e,r,t)=>{var n=t(914),a=t(187),i=t(269),o=i.getQueryCacheIdentifier,u=i.getQueryResourceForEnvironment,s=t(863),l=t(77),c=t(750),f=t(156),d=f.useContext,p=f.useEffect,h=f.useState,v=f.useRef;e.exports=function(e){var r=e.query,t=e.componentDisplayName,i=e.fetchObservable,f=e.fetchPolicy,m=e.fetchKey,y=e.renderPolicy,g=c(),_=d(a),b=u(g),E=h(0),R=E[0],P=E[1],k=s(),C=k.startFetch,S=k.completeFetch,x="".concat(R,"-").concat(null!=m?m:""),I=o(g,r,f,y,x),w=_.wrapPrepareQueryResource((function(){return b.prepareWithIdentifier(I,r,i,f,y,{start:C,complete:S,error:S},_)})),D=v(!1);return p((function(){return function(){D.current=!0}}),[]),p((function(){if(!0===D.current)return D.current=!1,void P((function(e){return e+1}));var e=b.retain(w,_);return function(){e.dispose()}}),[g,I]),p((function(){b.releaseTemporaryRetain(w)})),function(e,r,t){var a=n.get();return a&&a.useFragment__internal?a.useFragment__internal(e,r,t):l(e,r,t).data}(w.fragmentNode,w.fragmentRef,t)}},601:(e,r,t)=>{var n=(0,t(275).default)(t(175)),a=t(863),i=t(743),o=t(233),u=t(750),s=t(56),l=t(156),c=l.useCallback,f=l.useEffect,d=l.useState,p=t(658),h=p.__internal.fetchQuery,v=p.ConnectionInterface,m=p.createOperationDescriptor,y=p.getPaginationVariables,g=p.getRefetchMetadata,_=p.getSelector,b=p.getValueAtPath,E=t(446);e.exports=function(e){var r=e.direction,t=e.fragmentNode,l=e.fragmentRef,p=e.fragmentIdentifier,R=e.fragmentData,P=e.connectionPathInFragmentData,k=e.paginationRequest,C=e.paginationMetadata,S=e.componentDisplayName,x=e.observer,I=e.onReset,w=u(),D=a(),q=D.isFetchingRef,A=D.startFetch,N=D.disposeFetch,F=D.completeFetch,Q=g(t,S).identifierInfo,T=null!=(null==Q?void 0:Q.identifierField)&&null!=R&&"object"==typeof R?R[Q.identifierField]:null,O=i(),L=d(w),M=L[0],U=L[1],j=d(p),B=j[0],K=j[1],W=o(t,l);(w!==M||p!==B)&&(N(),I(),U(w),K(p));var V=function(e,r,t,n){var a,i,o=v.get(),u=o.EDGES,l=o.PAGE_INFO,c=o.HAS_NEXT_PAGE,f=o.HAS_PREV_PAGE,d=o.END_CURSOR,p=o.START_CURSOR,h=b(t,n);if(null==h)return{cursor:null,hasMore:!1};"object"!=typeof h&&s(!1,"Relay: Expected connection in fragment `%s` to have been `null`, or a plain object with %s and %s properties. Instead got `%s`.",r.name,u,l,h);var m=h[u],y=h[l];if(null==m||null==y)return{cursor:null,hasMore:!1};Array.isArray(m)||s(!1,"Relay: Expected connection in fragment `%s` to have a plural `%s` field. Instead got `%s`.",r.name,u,m),"object"!=typeof y&&s(!1,"Relay: Expected connection in fragment `%s` to have a `%s` field. Instead got `%s`.",r.name,l,y);var g="forward"===e?null!==(a=y[d])&&void 0!==a?a:null:null!==(i=y[p])&&void 0!==i?i:null;return null!==g&&"string"!=typeof g&&s(!1,"Relay: Expected page info for connection in fragment `%s` to have a valid `%s`. Instead got `%s`.",r.name,p,g),{cursor:g,hasMore:"forward"===e?null!=g&&!0===y[c]:null!=g&&!0===y[f]}}(r,t,R,P),H=V.cursor,Y=V.hasMore;return f((function(){return function(){N()}}),[N]),[c((function(e,a){var i=null==a?void 0:a.onComplete;if(!0!==O.current)return E(!1,"Relay: Unexpected fetch on unmounted component for fragment `%s` in `%s`. It looks like some instances of your component are still trying to fetch data but they already unmounted. Please make sure you clear all timers, intervals, async calls, etc that may trigger a fetch.",t.name,S),{dispose:function(){}};var o=_(t,l);if(!0===q.current||null==R||W)return null==o&&E(!1,"Relay: Unexpected fetch while using a null fragment ref for fragment `%s` in `%s`. When fetching more items, we expect initial fragment data to be non-null. Please make sure you're passing a valid fragment ref to `%s` before paginating.",t.name,S,S),i&&i(null),{dispose:function(){}};(null==o||"PluralReaderSelector"===o.kind)&&s(!1,"Relay: Expected to be able to find a non-plural fragment owner for fragment `%s` when using `%s`. If you're seeing this, this is likely a bug in Relay.",t.name,S);var u=o.owner.variables,c=o.variables,f=null==a?void 0:a.UNSTABLE_extraVariables,d=(0,n.default)((0,n.default)({},u),c),p=y(r,e,H,d,(0,n.default)({},f),C);null!=Q&&("string"!=typeof T&&E(!1,"Relay: Expected result to have a string `%s` in order to refetch, got `%s`.",Q.identifierField,T),p[Q.identifierQueryVariableName]=T);var v=m(k,p,{force:!0});return h(w,v).subscribe((0,n.default)((0,n.default)({},x),{},{start:function(e){A(e),x.start&&x.start(e)},complete:function(){F(),x.complete&&x.complete(),i&&i(null)},error:function(e){F(),x.error&&x.error(e),i&&i(e)}})),{dispose:N}}),[w,T,r,H,A,N,F,q,W,R,t.name,l,S]),Y,N]}},61:(e,r,t)=>{var n=t(925),a=t(156),i=t(658),o=i.createOperationDescriptor,u=i.getRequest,s=a.useMemo;e.exports=function(e,r,t){var a=n(r),i=n(t||{});return s((function(){return o(u(e),a,i)}),[e,a,i])}},925:(e,r,t)=>{var n=t(125),a=t(156).useState;e.exports=function(e){var r=a(e),t=r[0],i=r[1];return n(e,t)?t:(i(e),e)}},115:(e,r,t)=>{var n=(0,t(275).default)(t(175)),a=t(743),i=t(750),o=t(156),u=t(658).commitMutation,s=o.useState,l=o.useEffect,c=o.useRef,f=o.useCallback;e.exports=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:u,t=i(),o=a(),d=c(t),p=c(e),h=c(new Set),v=s(!1),m=v[0],y=v[1],g=f((function(r){d.current===t&&p.current===e&&(h.current.delete(r),o.current&&y(h.current.size>0))}),[t,o,e]);return l((function(){d.current===t&&p.current===e||(h.current=new Set,o.current&&y(!1),d.current=t,p.current=e)}),[t,o,e]),[f((function(a){o.current&&y(!0);var i=r(t,(0,n.default)((0,n.default)({},a),{},{mutation:e,onCompleted:function(e,r){var t;g(i),null===(t=a.onCompleted)||void 0===t||t.call(a,e,r)},onError:function(e){var r;g(i),null===(r=a.onError)||void 0===r||r.call(a,e)},onUnsubscribe:function(){var e;g(i),null===(e=a.onUnsubscribe)||void 0===e||e.call(a)},onNext:function(){var e;null===(e=a.onNext)||void 0===e||e.call(a)}}));return h.current.add(i),i}),[g,r,t,o,e]),m]}},951:(e,r,t)=>{var n=(0,t(275).default)(t(175)),a=t(914),i=t(601),o=t(691),u=t(224),s=t(156),l=s.useCallback,c=s.useDebugValue,f=s.useState,d=t(658),p=d.getFragment,h=d.getFragmentIdentifier,v=d.getPaginationMetadata;function m(e){var r=f(!1),t=r[0],a=r[1],o={start:function(){return a(!0)},complete:function(){return a(!1)},error:function(){return a(!1)}},u=i((0,n.default)((0,n.default)({},e),{},{observer:o,onReset:function(){return a(!1)}}));return[u[0],u[1],t,u[2]]}e.exports=function(e,r){var t=a.get();return t?t.usePaginationFragment(e,r):function(e,r){var t=p(e);u(t,"first argument of usePaginationFragment()");var a="usePaginationFragment()",i=v(t,a),s=i.connectionPathInFragmentData,f=i.paginationRequest,d=i.paginationMetadata,y=o(t,r,a),g=y.fragmentData,_=y.fragmentRef,b=y.refetch,E=h(t,_),R=m({componentDisplayName:a,connectionPathInFragmentData:s,direction:"backward",fragmentData:g,fragmentIdentifier:E,fragmentNode:t,fragmentRef:_,paginationMetadata:d,paginationRequest:f}),P=R[0],k=R[1],C=R[2],S=R[3],x=m({componentDisplayName:a,connectionPathInFragmentData:s,direction:"forward",fragmentData:g,fragmentIdentifier:E,fragmentNode:t,fragmentRef:_,paginationMetadata:d,paginationRequest:f}),I=x[0],w=x[1],D=x[2],q=x[3],A=l((function(e,r){return q(),S(),b(e,(0,n.default)((0,n.default)({},r),{},{__environment:void 0}))}),[q,S,b]);return c({fragment:t.name,data:g,hasNext:w,isLoadingNext:D,hasPrevious:k,isLoadingPrevious:C}),{data:g,loadNext:I,loadPrevious:P,hasNext:w,hasPrevious:k,isLoadingNext:D,isLoadingPrevious:C,refetch:A}}(e,r)}},617:(e,r,t)=>{var n=t(428).useTrackLoadQueryInRender,a=t(734),i=t(61),o=t(750),u=t(56),s=t(156).useDebugValue,l=t(658).__internal,c=l.fetchQueryDeduped,f=l.fetchQuery,d=t(446);e.exports=function(e,r,t){n();var l,p=o(),h=r.fetchKey,v=r.fetchPolicy,m=r.source,y=r.variables,g=r.networkCacheConfig,_=i(e,y,g);if("PreloadedQuery_DEPRECATED"===r.kind)_.request.node.params.name!==r.name&&u(!1,"usePreloadedQuery(): Expected data to be prefetched for query `%s`, got prefetch results for query `%s`.",_.request.node.params.name,r.name),l={componentDisplayName:"usePreloadedQuery()",fetchKey:h,fetchObservable:c(p,_.request.identifier,(function(){return p===r.environment&&null!=m?p.executeWithSource({operation:_,source:m}):p.execute({operation:_})})),fetchPolicy:v,query:_,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy};else{d(!1===r.isDisposed,"usePreloadedQuery(): Expected preloadedQuery to not be disposed yet. This is because disposing the query marks it for future garbage collection, and as such query results may no longer be present in the Relay store. In the future, this will become a hard error.");var b,E=f(p,_);null!=m&&p===r.environment?b=m.ifEmpty(E):p!==r.environment?(d(!1,"usePreloadedQuery(): usePreloadedQuery was passed a preloaded query that was created with a different environment than the one that is currently in context. In the future, this will become a hard error."),b=E):b=E,l={componentDisplayName:"usePreloadedQuery()",fetchObservable:b,fetchKey:h,fetchPolicy:v,query:_,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy}}var R=a(l);return s({query:r.name,variables:r.variables,data:R,fetchKey:h,fetchPolicy:v,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy}),R}},876:(e,r,t)=>{var n=(0,t(275).default)(t(765)),a=t(428),i=a.loadQuery,o=a.useTrackLoadQueryInRender,u=t(743),s=t(750),l=t(156),c=l.useCallback,f=l.useEffect,d=l.useRef,p=l.useState,h=t(658).getRequest,v={kind:"NullQueryReference"};function m(e){return"PreloadableConcreteRequest"===e.kind?void 0!==e.params.metadata.live:void 0!==h(e).params.metadata.live}e.exports=function(e,r){var t=null!=r?r:v,a=s();o();var l=u(),h=d(new Set([t])),y=p((function(){return t})),g=y[0],_=y[1],b=p((function(){return t})),E=b[0],R=b[1];t!==E&&(h.current.add(t),R(t),_(t));var P=c((function(){l.current&&(h.current.add(v),_(v))}),[l]),k=c((function(r,t){var n=null!=t&&t.hasOwnProperty("__environment")?{fetchPolicy:t.fetchPolicy,networkCacheConfig:t.networkCacheConfig,__nameForWarning:t.__nameForWarning}:t;if(l.current){var o,u=i(null!==(o=null==t?void 0:t.__environment)&&void 0!==o?o:a,e,r,n);h.current.add(u),_(u)}}),[a,e,_,l]),C=d(!1);return f((function(){return function(){C.current=!0}}),[]),f((function(){if(!0===C.current)return C.current=!1,void("NullQueryReference"!==g.kind&&k(g.variables,{fetchPolicy:g.fetchPolicy,networkCacheConfig:g.networkCacheConfig}));var r=h.current;if(l.current){var t,a=(0,n.default)(r);try{for(a.s();!(t=a.n()).done;){var i=t.value;if(i===g)break;r.delete(i),"NullQueryReference"!==i.kind&&(m(e)?i.dispose&&i.dispose():i.releaseQuery&&i.releaseQuery())}}catch(e){a.e(e)}finally{a.f()}}}),[g,l,k,e]),f((function(){return function(){var r,t=(0,n.default)(h.current);try{for(t.s();!(r=t.n()).done;){var a=r.value;"NullQueryReference"!==a.kind&&(m(e)?a.dispose&&a.dispose():a.releaseQuery&&a.releaseQuery())}}catch(e){t.e(e)}finally{t.f()}}}),[e]),["NullQueryReference"===g.kind?null:g,k,P]}},874:(e,r,t)=>{var n=t(914),a=t(691),i=t(224),o=t(156).useDebugValue,u=t(658).getFragment;e.exports=function(e,r){var t=n.get();return t?t.useRefetchableFragment(e,r):function(e,r){var t=u(e);i(t,"first argument of useRefetchableFragment()");var n=a(t,r,"useRefetchableFragment()"),s=n.fragmentData,l=n.refetch;return o({fragment:t.name,data:s}),[s,l]}(e,r)}},691:(e,r,t)=>{var n,a=(0,t(275).default)(t(175)),i=t(985).getFragmentResourceForEnvironment,o=t(187),u=t(269).getQueryResourceForEnvironment,s=t(77),l=t(743),c=t(876),f=t(750),d=t(56),p=t(156),h=p.useCallback,v=p.useContext,m=p.useReducer,y=t(658),g=y.__internal.fetchQuery,_=y.createOperationDescriptor,b=y.getFragmentIdentifier,E=y.getRefetchMetadata,R=y.getSelector,P=y.getValueAtPath,k=t(446);function C(e,r){switch(r.type){case"refetch":var t;return(0,a.default)((0,a.default)({},e),{},{fetchPolicy:r.fetchPolicy,mirroredEnvironment:null!==(t=r.refetchEnvironment)&&void 0!==t?t:e.mirroredEnvironment,onComplete:r.onComplete,refetchEnvironment:r.refetchEnvironment,refetchQuery:r.refetchQuery,renderPolicy:r.renderPolicy});case"reset":return{fetchPolicy:void 0,mirroredEnvironment:r.environment,mirroredFragmentIdentifier:r.fragmentIdentifier,onComplete:void 0,refetchQuery:null,renderPolicy:void 0};default:throw r.type,new Error("useRefetchableFragmentNode: Unexpected action type")}}n={getInitialIDAndType:function(e,r,n,a){var i=t(658).Record,o=null==e?void 0:e[null!=n?n:"id"];if(1!==r.length||"node"!==r[0]||null==o)return null;var u=a.getStore().getSource().get(o),s=null==u?null:i.getType(u);return null==s?null:{id:o,typename:s}},checkSameTypeAfterRefetch:function(e,r,n,a){var i=t(658).Record;if(e){var o=r.getStore().getSource().get(e.id),u=o&&i.getType(o);u!==e.typename&&k(!1,"Relay: Call to `refetch` returned data with a different __typename: was `%s`, now `%s`, on `%s` in `%s`. Please make sure the server correctly implementsunique id requirement.",e.typename,u,n.name,a)}},checkSameIDAfterRefetch:function(e,r,n,a){if(null!=e){var i=r[t(658).ID_KEY];null!=i&&i!==e.id&&k(!1,"Relay: Call to `refetch` returned a different id, expected `%s`, got `%s`, on `%s` in `%s`. Please make sure the server correctly implements unique id requirement.",i,e.id,n.name,a)}}},e.exports=function(e,r,t){var p=f(),y=E(e,t),S=y.refetchableRequest,x=y.fragmentRefPathInResponse,I=b(e,r),w=m(C,{fetchPolicy:void 0,mirroredEnvironment:p,mirroredFragmentIdentifier:I,onComplete:void 0,refetchEnvironment:null,refetchQuery:null,renderPolicy:void 0}),D=w[0],q=w[1],A=D.fetchPolicy,N=D.mirroredEnvironment,F=D.mirroredFragmentIdentifier,Q=D.onComplete,T=D.refetchEnvironment,O=D.refetchQuery,L=D.renderPolicy,M=null!=T?T:p,U=u(M),j=i(M),B=v(o),K=M!==N||I!==F,W=c(S),V=W[0],H=W[1],Y=W[2],G=r,z=E(e,t).identifierInfo;if(K)q({type:"reset",environment:M,fragmentIdentifier:I}),Y();else if(null!=O&&null!=V){var X;X=n.getInitialIDAndType(O.request.variables,x,null==z?void 0:z.identifierQueryVariableName,M);var J=function(e){Q&&Q(null!=e?e:null)},Z=null!=V.source?V.source:g(M,O),$=B.wrapPrepareQueryResource((function(){return U.prepare(O,Z,A,L,{error:J,complete:function(){n.checkSameTypeAfterRefetch(X,M,e,t),J()}},V.fetchKey,B)})),ee=j.read($.fragmentNode,$.fragmentRef,t).data;null==ee&&d(!1,"Relay: Expected to be able to read refetch query response. If you're seeing this, this is likely a bug in Relay."),G=P(ee,x),n.checkSameIDAfterRefetch(X,G,e,t)}var re=s(e,G,t),te=re.data,ne=re.disableStoreUpdates,ae=re.enableStoreUpdates,ie=function(e,r,t,n,i,o,u,s,c,f,d){var p=l(),v=null!=(null==s?void 0:s.identifierField)&&null!=n&&"object"==typeof n?n[s.identifierField]:null;return h((function(n,i){if(!0!==p.current)return k(!1,"Relay: Unexpected call to `refetch` on unmounted component for fragment `%s` in `%s`. It looks like some instances of your component are still trying to fetch data but they already unmounted. Please make sure you clear all timers, intervals, async calls, etc that may trigger a fetch.",o.name,e),{dispose:function(){}};null==f&&k(!1,"Relay: Unexpected call to `refetch` while using a null fragment ref for fragment `%s` in `%s`. When calling `refetch`, we expect initial fragment data to be non-null. Please make sure you're passing a valid fragment ref to `%s` before calling `refetch`, or make sure you pass all required variables to `refetch`.",o.name,e,e);var u,l,h=null==i?void 0:i.__environment,m=null==i?void 0:i.fetchPolicy,y=null==i?void 0:i.UNSTABLE_renderPolicy,g=null==i?void 0:i.onComplete,b=R(o,f);if(null==b)u={},l={};else if("PluralReaderSelector"===b.kind){var E,P,C,S;u=null!==(E=null===(P=b.selectors[0])||void 0===P?void 0:P.owner.variables)&&void 0!==E?E:{},l=null!==(C=null===(S=b.selectors[0])||void 0===S?void 0:S.variables)&&void 0!==C?C:{}}else u=b.owner.variables,l=b.variables;var x=(0,a.default)((0,a.default)((0,a.default)({},u),l),n);null==s||n.hasOwnProperty(s.identifierQueryVariableName)||("string"!=typeof v&&k(!1,"Relay: Expected result to have a string `%s` in order to refetch, got `%s`.",s.identifierField,v),x[s.identifierQueryVariableName]=v);var I=_(d,x,{force:!0});return c(I.request.variables,{fetchPolicy:m,__environment:h,__nameForWarning:"refetch"}),r({type:"refetch",fetchPolicy:m,onComplete:g,refetchEnvironment:h,refetchQuery:I,renderPolicy:y}),{dispose:t}}),[i,r,t,v,c])}(t,q,Y,te,I,e,0,z,H,r,S);return{fragmentData:te,fragmentRef:G,refetch:ie,disableStoreUpdates:ne,enableStoreUpdates:ae}}},750:(e,r,t)=>{var n=t(888),a=t(56),i=t(156).useContext;e.exports=function(){var e=i(n);return null==e&&a(!1,"useRelayEnvironment: Expected to have found a Relay environment provided by a `RelayEnvironmentProvider` component. This usually means that useRelayEnvironment was used in a component that is not a descendant of a `RelayEnvironmentProvider`. Please make sure a `RelayEnvironmentProvider` has been rendered somewhere as a parent or ancestor of your component."),e.environment}},224:(e,r,t)=>{var n=t(813),a=t(446);e.exports=function(e,r){var t=n(e.name);a(t.current===e.name,"Relay: The %s has to remain the same over the lifetime of a component. Changing it is not supported and will result in unexpected behavior.",r)}},50:(e,r,t)=>{var n=t(750),a=t(156),i=a.useEffect,o=a.useRef;e.exports=function(e,r){var t=n(),a=o(null),u=Array.from(e).sort().join("");return i((function(){var n=t.getStore(),i=n.lookupInvalidationState(e),o=n.subscribeToInvalidationState(i,r);return a.current=o,function(){return o.dispose()}}),[u,r,t]),{dispose:function(){null!=a.current&&a.current.dispose()}}}},746:(e,r,t)=>{var n=t(750),a=t(156).useEffect,i=t(658).requestSubscription;e.exports=function(e,r){var t=null!=r?r:i,o=n();a((function(){return t(o,e).dispose}),[o,e,t])}},813:(e,r,t)=>{var n=t(156).useMemo;e.exports=function(e){return n((function(){return{current:e}}),[])}},765:r=>{r.exports=e},311:e=>{e.exports=r},275:e=>{e.exports=t},175:e=>{e.exports=n},642:e=>{e.exports=a},125:e=>{e.exports=i},446:e=>{e.exports=o},56:e=>{e.exports=u},156:e=>{e.exports=s},658:e=>{e.exports=l}},f={};return function e(r){var t=f[r];if(void 0!==t)return t.exports;var n=f[r]={exports:{}};return c[r](n,n.exports,e),n.exports}(651)})()));
4
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/createForOfIteratorHelper","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/interopRequireDefault","@babel/runtime/helpers/objectSpread2","@babel/runtime/helpers/toConsumableArray","fbjs/lib/areEqual","fbjs/lib/warning","invariant","react","relay-runtime"],r):"object"==typeof exports?exports.ReactRelayHooks=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):e.ReactRelayHooks=r(e["@babel/runtime/helpers/createForOfIteratorHelper"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/interopRequireDefault"],e["@babel/runtime/helpers/objectSpread2"],e["@babel/runtime/helpers/toConsumableArray"],e["fbjs/lib/areEqual"],e["fbjs/lib/warning"],e.invariant,e.react,e["relay-runtime"])}(self,((e,r,n,t,a,i,o,l,u,s)=>(()=>{"use strict";var c={888:(e,r,n)=>{var t=n(156),a=n(658).__internal.createRelayContext;e.exports=a(t)},651:(e,r,n)=>{var t=n(158),a=n(828),i=n(428).loadQuery,o=n(187),l=n(696),u=n(529),s=n(242),c=n(899),f=n(115),d=n(951),p=n(617),v=n(876),h=n(874),m=n(750),y=n(50),g=n(746),b=n(658);e.exports={ConnectionHandler:b.ConnectionHandler,applyOptimisticMutation:b.applyOptimisticMutation,commitLocalUpdate:b.commitLocalUpdate,commitMutation:b.commitMutation,graphql:b.graphql,readInlineData:b.readInlineData,requestSubscription:b.requestSubscription,EntryPointContainer:t,RelayEnvironmentProvider:l,ProfilerContext:o,fetchQuery:b.fetchQuery,loadQuery:i,loadEntryPoint:a,useFragment:s,useLazyLoadQuery:c,useEntryPointLoader:u,useQueryLoader:v,useMutation:f,usePaginationFragment:d,usePreloadedQuery:p,useRefetchableFragment:h,useRelayEnvironment:m,useSubscribeToInvalidationState:y,useSubscription:g}},158:(e,r,n)=>{var t=n(187),a=n(750),i=n(156),o=n(156),l=o.useContext,u=o.useEffect,s=n(446);e.exports=function(e){var r=e.entryPointReference,n=e.props;s(!1===r.isDisposed,"<EntryPointContainer>: Expected entryPointReference to not be disposed yet. This is because disposing the entrypoint marks it for future garbage collection, and as such may no longer be present in the Relay store. In the future, this will become a hard error.");var o=r.getComponent,c=r.queries,f=r.entryPoints,d=r.extraProps,p=r.rootModuleID,v=o(),h=l(t),m=a();return u((function(){m.__log({name:"entrypoint.root.consume",profilerContext:h,rootModuleID:p})}),[m,h,p]),i.createElement(v,{entryPoints:f,extraProps:d,props:n,queries:c})}},93:(e,r,n)=>{var t=n(56),a=function(){function e(e){this._capacity=e,this._capacity>0||t(!1,"LRUCache: Unable to create instance of cache with zero or negative capacity."),this._map=new Map}var r=e.prototype;return r.set=function(e,r){if(this._map.delete(e),this._map.set(e,r),this._map.size>this._capacity){var n=this._map.keys().next();n.done||this._map.delete(n.value)}},r.get=function(e){var r=this._map.get(e);return null!=r&&(this._map.delete(e),this._map.set(e,r)),r},r.has=function(e){return this._map.has(e)},r.delete=function(e){this._map.delete(e)},r.size=function(){return this._map.size},r.capacity=function(){return this._capacity-this._map.size},r.clear=function(){this._map.clear()},e}();e.exports={create:function(e){return new a(e)}}},187:(e,r,n)=>{var t=n(156).createContext({wrapPrepareQueryResource:function(e){return e()}});e.exports=t},269:(e,r,n)=>{var t=n(275).default,a=t(n(175)),i=t(n(311)),o=n(93),l=n(637),u=n(56),s=n(658).isPromise,c=n(446),f="store-or-network",d="store-and-network",p="function"==typeof WeakMap;function v(e){return void 0!==e.request.node.params.metadata.live}function h(e,r,n,t,a){var i=null!=n?n:v(r)?d:f,o=null!=t?t:e.UNSTABLE_getDefaultRenderPolicy(),l="".concat(i,"-").concat(o,"-").concat(r.request.identifier);return null!=a?"".concat(l,"-").concat(a):l}function m(e,r){var n={__id:e.fragment.dataID,__fragments:(0,i.default)({},e.fragment.node.name,e.request.variables),__fragmentOwner:e.request};return{cacheIdentifier:r,fragmentNode:e.request.node.fragment,fragmentRef:n,operation:e}}var y=2e5;function g(e,r,n,t,a,i){var o=v(r),u=t,s=a,c=new l((function(e){var n=e.retain(r);return{dispose:function(){o&&null!=s&&s.unsubscribe(),n.dispose(),i(f)}}})),f={cacheIdentifier:e,id:y++,processedPayloadsCount:0,operationAvailability:n,getValue:function(){return u},setValue:function(e){u=e},setNetworkSubscription:function(e){o&&null!=s&&s.unsubscribe(),s=e},temporaryRetain:function(e){return c.temporaryRetain(e)},permanentRetain:function(e){return c.permanentRetain(e)},releaseTemporaryRetain:function(){c.releaseTemporaryRetain()}};return f}var b=function(){function e(e){var r=this;(0,i.default)(this,"_clearCacheEntry",(function(e){r._cache.delete(e.cacheIdentifier)})),this._environment=e,this._cache=o.create(1e3)}var r=e.prototype;return r.prepare=function(e,r,n,t,a,i,o){var l=h(this._environment,e,n,t,i);return this.prepareWithIdentifier(l,e,r,n,t,a,o)},r.prepareWithIdentifier=function(e,r,n,t,i,o,l){var u=this._environment,c=null!=t?t:v(r)?d:f,p=null!=i?i:u.UNSTABLE_getDefaultRenderPolicy(),h=this._cache.get(e),m=null,y=null!=h;null==h&&(h=this._fetchAndSaveQuery(e,r,n,c,p,l,(0,a.default)((0,a.default)({},o),{},{unsubscribe:function(e){null!=m&&m.dispose();var r=null==o?void 0:o.unsubscribe;r&&r(e)}}))),m=h.temporaryRetain(u);var g=h.getValue();if(s(g))throw u.__log({name:"suspense.query",fetchPolicy:c,isPromiseCached:y,operation:r,queryAvailability:h.operationAvailability,renderPolicy:p}),g;if(g instanceof Error)throw g;return g},r.retain=function(e,r){var n=this._environment,t=e.cacheIdentifier,a=e.operation,i=this._getOrCreateCacheEntry(t,a,null,e,null),o=i.permanentRetain(n);return n.__log({name:"queryresource.retain",profilerContext:r,resourceID:i.id}),{dispose:function(){o.dispose()}}},r.releaseTemporaryRetain=function(e){var r=this._cache.get(e.cacheIdentifier);null!=r&&r.releaseTemporaryRetain()},r.TESTS_ONLY__getCacheEntry=function(e,r,n,t){var a=h(this._environment,e,r,n,t);return this._cache.get(a)},r._getOrCreateCacheEntry=function(e,r,n,t,a){var i=this._cache.get(e);return null==i&&(i=g(e,r,n,t,a,this._clearCacheEntry),this._cache.set(e,i)),i},r._fetchAndSaveQuery=function(e,r,n,t,i,o,l){var s,f,d=this,p=this._environment,h=p.check(r),y=h.status,b="available"===y,R=b||"partial"===i&&"stale"!==y,_=function(){};switch(t){case"store-only":s=!1,f=!0;break;case"store-or-network":s=!b,f=R;break;case"store-and-network":s=!0,f=R;break;default:s=!0,f=!1}if(f){var E=m(r,e),P=g(e,r,h,E,null,this._clearCacheEntry);this._cache.set(e,P)}if(s){var k,x=m(r,e);n.subscribe({start:function(n){k=n;var t=d._cache.get(e);t&&t.setNetworkSubscription(k);var i=null==l?void 0:l.start;i&&i((0,a.default)((0,a.default)({},n),{},{unsubscribe:function(){v(r)&&n.unsubscribe()}}))},next:function(){var n=d._getOrCreateCacheEntry(e,r,h,x,k);n.processedPayloadsCount+=1,n.setValue(x),_();var t=null==l?void 0:l.next;null!=t&&t(p.lookup(r.fragment))},error:function(n){var t=d._getOrCreateCacheEntry(e,r,h,n,k);0===t.processedPayloadsCount?t.setValue(n):c(!1,"QueryResource: An incremental payload for query `%s` returned an error: `%s`.",r.fragment.node.name,String(n.message)),_(),k=null,t.setNetworkSubscription(null);var a=null==l?void 0:l.error;a&&a(n)},complete:function(){_(),k=null;var r=d._cache.get(e);r&&r.setNetworkSubscription(null);var n=null==l?void 0:l.complete;n&&n()},unsubscribe:null==l?void 0:l.unsubscribe});var C=this._cache.get(e);if(!C){var w=new Promise((function(e){_=e}));w.displayName="Relay("+r.fragment.node.name+")",C=g(e,r,h,w,k,this._clearCacheEntry),this._cache.set(e,C)}}else{var S=null==l?void 0:l.complete;S&&S()}var F=this._cache.get(e);return null==F&&u(!1,"Relay: Expected to have cached a result when attempting to fetch query.If you're seeing this, this is likely a bug in Relay."),p.__log({name:"queryresource.fetch",resourceID:F.id,operation:r,profilerContext:o,fetchPolicy:t,renderPolicy:i,queryAvailability:h,shouldFetch:s}),F},e}();function R(e){return new b(e)}var _=p?new WeakMap:new Map;e.exports={createQueryResource:R,getQueryResourceForEnvironment:function(e){var r=_.get(e);if(r)return r;var n=R(e);return _.set(e,n),n},getQueryCacheIdentifier:h}},696:(e,r,n)=>{var t=n(888),a=n(156),i=a.useMemo;e.exports=function(e){var r=e.children,n=e.environment,o=e.getEnvironmentForActor,l=i((function(){return{environment:n,getEnvironmentForActor:o}}),[n,o]);return a.createElement(t.Provider,{value:l},r)}},637:(e,r,n)=>{var t=(0,n(275).default)(n(311)),a=n(446),i=function(){function e(e){var r=this;(0,t.default)(this,"_retainCount",0),(0,t.default)(this,"_retainDisposable",null),(0,t.default)(this,"_releaseTemporaryRetain",null),this._retain=function(n){return r._retainCount++,1===r._retainCount&&(r._retainDisposable=e(n)),{dispose:function(){r._retainCount=Math.max(0,r._retainCount-1),0===r._retainCount&&(null!=r._retainDisposable?(r._retainDisposable.dispose(),r._retainDisposable=null):a(!1,"Relay: Expected disposable to release query to be defined.If you're seeing this, this is likely a bug in Relay."))}}}}var r=e.prototype;return r.temporaryRetain=function(e){var r,n=this;if(e.isServer())return{dispose:function(){}};var t=this._retain(e),a=null,i=function(){clearTimeout(a),a=null,n._releaseTemporaryRetain=null,t.dispose()};return a=setTimeout(i,3e5),null===(r=this._releaseTemporaryRetain)||void 0===r||r.call(this),this._releaseTemporaryRetain=i,{dispose:function(){var e;null===(e=n._releaseTemporaryRetain)||void 0===e||e.call(n)}}},r.permanentRetain=function(e){var r=this._retain(e);return this.releaseTemporaryRetain(),r},r.releaseTemporaryRetain=function(){var e;null===(e=this._releaseTemporaryRetain)||void 0===e||e.call(this),this._releaseTemporaryRetain=null},r.getRetainCount=function(){return this._retainCount},e}();e.exports=i},828:(e,r,n)=>{var t=n(428).loadQuery;e.exports=function e(r,n,a){var i=null;null==n.root.getModuleIfRequired()&&(i=n.root.load());var o=n.getPreloadProps(a),l=o.queries,u=o.entryPoints,s=o.extraProps,c={},f={};null!=l&&Object.keys(l).forEach((function(e){var n=l[e],a=n.environmentProviderOptions,i=n.options,o=n.parameters,u=n.variables,s=r.getEnvironment(a);c[e]=t(s,o,u,{fetchPolicy:null==i?void 0:i.fetchPolicy,networkCacheConfig:null==i?void 0:i.networkCacheConfig,__nameForWarning:"loadEntryPoint"},a)})),null!=u&&Object.keys(u).forEach((function(n){var t=u[n];if(null!=t){var a=t.entryPoint,i=t.entryPointParams;f[n]=e(r,a,i)}}));var d=!1;return{dispose:function(){d||(null!=c&&Object.values(c).forEach((function(e){(0,e.dispose)()})),null!=f&&Object.values(f).forEach((function(e){(0,e.dispose)()})),d=!0)},entryPoints:f,extraProps:null!=s?s:null,getComponent:function(){var e,r=n.root.getModuleIfRequired();if(null==r)throw i=null!==(e=i)&&void 0!==e?e:n.root.load();return null!=r.default?r.default:r},get isDisposed(){return d},queries:c,rootModuleID:n.root.getModuleId()}}},428:(e,r,n)=>{var t=(0,n(275).default)(n(175)),a=n(56),i=n(156),o=n(658),l=o.__internal.fetchQueryDeduped,u=o.Observable,s=o.PreloadableQueryRegistry,c=o.RelayFeatureFlags,f=o.ReplaySubject,d=o.createOperationDescriptor,p=o.getRequest,v=o.getRequestIdentifier,h=n(446),m=null,y=100001;e.exports={loadQuery:function(e,r,n,o,g){var b,R,_,E,P=null===(b=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===b||null===(R=b.ReactCurrentDispatcher)||void 0===R?void 0:R.current;h(null==m||P!==m,"Relay: `%s` should not be called inside a React render function.",null!==(_=null==o?void 0:o.__nameForWarning)&&void 0!==_?_:"loadQuery"),y++;var k,x,C,w,S,F,q=null!==(E=null==o?void 0:o.fetchPolicy)&&void 0!==E?E:"store-or-network",I=(0,t.default)((0,t.default)({},null==o?void 0:o.networkCacheConfig),{},{force:!0}),D=!1,N=function(r,n){return D=!0,e.executeWithSource({operation:r,source:n})},Q=new f,A=u.create((function(e){return Q.subscribe(e)})),T=null,O=!1,L=function(r){var t;O=!0;var a=new f;if(!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING){var i="raw-network-request-"+v(r,n);t=l(e,i,(function(){return e.getNetwork().execute(r,n,I)}))}else t=e.getNetwork().execute(r,n,I);var o=t.subscribe({error:function(e){T=e,a.error(e)},next:function(e){a.next(e)},complete:function(){a.complete()}}).unsubscribe;return x=o,u.create((function(e){var r=a.subscribe(e);return function(){r.unsubscribe(),x()}}))},M=function(r,n){!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING&&(O=!0);var t=l(e,r.request.identifier,n).subscribe({error:function(e){Q.error(e)},next:function(e){Q.next(e)},complete:function(){Q.complete()}});C=t.unsubscribe},U=function(r){var t=d(r,n,I);k=e.retain(t),"store-only"!==q&&("store-or-network"!==q||"available"!==e.check(t).status)&&M(t,(function(){var e=L(r.params);return N(t,e)}))};if("PreloadableConcreteRequest"===r.kind){null===(F=(w=r.params).id)&&a(!1,"Relay: `loadQuery` requires that preloadable query `%s` has a persisted query id",w.name);var j=s.get(F);if(null!=j)U(j);else{var V="store-only"===q?null:L(w),W=s.onLoad(F,(function(r){S();var t=d(r,n,I);k=e.retain(t),null!=V&&M(t,(function(){return N(t,V)}))}));S=W.dispose}}else{var B=p(r);F=null!=(w=B.params).cacheID?w.cacheID:w.id,U(B)}var K=!1,G=!1,H=!1,Y=function(){G||(k&&k.dispose(),G=!0)},z=function(){H||(D?C&&C():x&&x(),S&&S(),H=!0)};return{kind:"PreloadedQuery",environment:e,environmentProviderOptions:g,dispose:function(){K||(Y(),z(),K=!0)},releaseQuery:Y,cancelNetworkRequest:z,fetchKey:y,id:F,get isDisposed(){return K||G},get networkError(){return T},name:w.name,networkCacheConfig:I,fetchPolicy:q,source:O?A:void 0,variables:n}},useTrackLoadQueryInRender:function(){var e,r;null===m&&(m=null===(e=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===e||null===(r=e.ReactCurrentDispatcher)||void 0===r?void 0:r.current)}}},74:(e,r,n)=>{var t=n(275).default,a=t(n(175)),i=t(n(765)),o=n(269).getQueryResourceForEnvironment,l=n(56),u=n(658),s=u.__internal.fetchQuery,c=u.RelayFeatureFlags,f=u.createOperationDescriptor,d=u.getPendingOperationsForFragment,p=u.getSelector,v=u.getVariablesFromFragment,h=u.handlePotentialSnapshotErrors,m=n(446);function y(e,r,n,t,i){var l=v(r,n),u=(0,a.default)((0,a.default)({},l),{},{id:t.clientEdgeDestinationID}),c=f(t.request,u,null==i?void 0:i.networkCacheConfig);return o(e).prepare(c,s(e,c),null==i?void 0:i.fetchPolicy)}e.exports=function(e,r,n,t,a,o){var u,s,f=p(r,n),v=!0===(null==r||null===(u=r.metadata)||void 0===u?void 0:u.plural);v?null==n||Array.isArray(n)||l(!1,"Relay: Expected fragment pointer%s for fragment `%s` to be an array, instead got `%s`. Remove `@relay(plural: true)` from fragment `%s` to allow the prop to be an object.",null!=o?" for key `".concat(o,"`"):"",r.name,typeof n,r.name):Array.isArray(n)&&l(!1,"Relay: Expected fragment pointer%s for fragment `%s` not to be an array, instead got `%s`. Add `@relay(plural: true)` to fragment `%s` to allow the prop to be an array.",null!=o?" for key `".concat(o,"`"):"",r.name,typeof n,r.name),null==n||v&&Array.isArray(n)&&0===n.length||null!=f||l(!1,"Relay: Expected to receive an object where `...%s` was spread, but the fragment reference was not found`. This is most likely the result of:\n- Forgetting to spread `%s` in `%s`'s parent's fragment.\n- Conditionally fetching `%s` but unconditionally passing %s prop to `%s`. If the parent fragment only fetches the fragment conditionally - with e.g. `@include`, `@skip`, or inside a `... on SomeType { }` spread - then the fragment reference will not exist. In this case, pass `null` if the conditions for evaluating the fragment are not met (e.g. if the `@include(if)` value is false.)",r.name,r.name,t,r.name,null==o?"a fragment reference":"the `".concat(o,"`"),t);var g,b=function(e,r){return null==r?{kind:"bailout"}:"PluralReaderSelector"===r.kind?0===r.selectors.length?{kind:"bailout"}:{kind:"plural",snapshots:r.selectors.map((function(r){return e.lookup(r)})),epoch:e.getStore().getEpoch()}:{kind:"singular",snapshot:e.lookup(r),epoch:e.getStore().getEpoch()}}(e,f),R=null;if(!0===(null===(s=r.metadata)||void 0===s?void 0:s.hasClientEdges)){var _=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingClientEdges)&&void 0!==r?r:null;var n,t=null,a=(0,i.default)(e.snapshots);try{for(a.s();!(n=a.n()).done;){var o=n.value;if(o.missingClientEdges){var l;t=null!==(l=t)&&void 0!==l?l:[];var u,s=(0,i.default)(o.missingClientEdges);try{for(s.s();!(u=s.n()).done;){var c=u.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){a.e(e)}finally{a.f()}return t}(b);if(null!=_&&_.length){R=[];var E,P=(0,i.default)(_);try{for(P.s();!(E=P.n()).done;){var k=E.value;R.push(y(e,r,n,k,a))}}catch(e){P.e(e)}finally{P.f()}}}if(function(e){return"bailout"!==e.kind&&("singular"===e.kind?e.snapshot.isMissingData:e.snapshots.some((function(e){return e.isMissingData})))}(b)){null==f&&l(!1,"refinement, see invariants above");var x="PluralReaderSelector"===f.kind?f.selectors[0].owner:f.owner,C=d(e,r,x);if(C)throw C.promise;!function(e,r){var n,t;if("singular"===r.kind)h(e,r.snapshot.missingRequiredFields,r.snapshot.relayResolverErrors,r.snapshot.errorResponseFields,null!==(n=null===(t=r.snapshot.selector.node.metadata)||void 0===t?void 0:t.throwOnFieldError)&&void 0!==n&&n);else if("plural"===r.kind){var a,o=(0,i.default)(r.snapshots);try{for(o.s();!(a=o.n()).done;){var l,u,s=a.value;h(e,s.missingRequiredFields,s.relayResolverErrors,s.errorResponseFields,null!==(l=null===(u=s.selector.node.metadata)||void 0===u?void 0:u.throwOnFieldError)&&void 0!==l&&l)}}catch(e){o.e(e)}finally{o.f()}}}(e,b)}return g="bailout"===b.kind?v?[]:null:"singular"===b.kind?b.snapshot.data:b.snapshots.map((function(e){return e.data})),c.LOG_MISSING_RECORDS_IN_PROD,null!=n&&(void 0===g||Array.isArray(g)&&g.length>0&&g.every((function(e){return void 0===e})))&&m(!1,"Relay: Expected to have been able to read non-null data for fragment `%s` declared in `%s`, since fragment reference was non-null. Make sure that that `%s`'s parent isn't holding on to and/or passing a fragment reference for data that has been deleted.",r.name,t,t),{data:g,clientEdgeQueries:R}}},529:(e,r,n)=>{var t=(0,n(275).default)(n(765)),a=n(828),i=n(428).useTrackLoadQueryInRender,o=n(743),l=n(156),u=l.useCallback,s=l.useEffect,c=l.useRef,f=l.useState,d={kind:"NullEntryPointReference"};e.exports=function(e,r,n){var l,p,v,h;i();var m=null!==(l=null==n||null===(p=n.TEST_ONLY__initialEntryPointData)||void 0===p?void 0:p.entryPointReference)&&void 0!==l?l:d,y=null!==(v=null==n||null===(h=n.TEST_ONLY__initialEntryPointData)||void 0===h?void 0:h.entryPointParams)&&void 0!==v?v:null,g=o(),b=c(new Set([m])),R=f(m),_=R[0],E=R[1],P=f(y),k=P[0],x=P[1],C=u((function(){if(g.current){var e={kind:"NullEntryPointReference"};b.current.add(e),E(e)}}),[E,g]),w=u((function(n){if(g.current){var t=a(e,r,n);b.current.add(t),E(t),x(n)}}),[e,r,E,g]),S=c(!1);return s((function(){return function(){S.current=!0}}),[]),s((function(){if(!0===S.current)return S.current=!1,void("NullEntryPointReference"!==_.kind&&null!=k&&w(k));var e=b.current;if(g.current){var r,n=(0,t.default)(e);try{for(n.s();!(r=n.n()).done;){var a=r.value;if(a===_)break;e.delete(a),"NullEntryPointReference"!==a.kind&&a.dispose()}}catch(e){n.e(e)}finally{n.f()}}}),[_,k,w,g]),s((function(){return function(){var e,r=(0,t.default)(b.current);try{for(r.s();!(e=r.n()).done;){var n=e.value;"NullEntryPointReference"!==n.kind&&n.dispose()}}catch(e){r.e(e)}finally{r.f()}}}),[]),["NullEntryPointReference"===_.kind?null:_,w,C]}},863:(e,r,n)=>{var t=n(813),a=n(156),i=a.useCallback,o=a.useEffect;e.exports=function(){var e=t(null),r=t(!1),n=i((function(){null!=e.current&&(e.current.unsubscribe(),e.current=null),r.current=!1}),[]),a=i((function(n){e.current=n,r.current=!0}),[]),l=i((function(){e.current=null,r.current=!1}),[]);return o((function(){return n}),[n]),{isFetchingRef:r,startFetch:a,disposeFetch:n,completeFetch:l}}},242:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,a=n(337),i=n(224),o=n(156).useDebugValue,l=n(658).getFragment;e.exports=function(e,r){t();var n=l(e);i(n,"first argument of useFragment()");var u=a(n,r,"useFragment()");return o({fragment:n.name,data:u}),u}},337:(e,r,n)=>{var t=n(275).default,a=t(n(175)),i=t(n(765)),o=t(n(642)),l=n(269).getQueryResourceForEnvironment,u=n(750),s=n(56),c=n(156),f=c.useDebugValue,d=c.useEffect,p=c.useMemo,v=c.useRef,h=c.useState,m=n(658),y=m.__internal,g=y.fetchQuery,b=y.getPromiseForActiveRequest,R=m.RelayFeatureFlags,_=m.areEqualSelectors,E=m.createOperationDescriptor,P=m.getPendingOperationsForFragment,k=m.getSelector,x=m.getVariablesFromFragment,C=m.handlePotentialSnapshotErrors,w=m.recycleNodesInto,S=n(446);function F(e,r){if("bailout"===r.kind)return null;var n=e.getStore().getEpoch();if(n===r.epoch)return null;if("singular"===r.kind){var t=e.lookup(r.snapshot.selector),a=w(r.snapshot.data,t.data),i={data:a,isMissingData:t.isMissingData,missingClientEdges:t.missingClientEdges,missingLiveResolverFields:t.missingLiveResolverFields,seenRecords:t.seenRecords,selector:t.selector,missingRequiredFields:t.missingRequiredFields,relayResolverErrors:t.relayResolverErrors,errorResponseFields:t.errorResponseFields};return[a!==r.snapshot.data,{kind:"singular",snapshot:i,epoch:n}]}for(var o=!1,l=[],u=0;u<r.snapshots.length;u++){var c=r.snapshots[u],f=e.lookup(c.selector),d=w(c.data,f.data),p={data:d,isMissingData:f.isMissingData,missingClientEdges:f.missingClientEdges,missingLiveResolverFields:f.missingLiveResolverFields,seenRecords:f.seenRecords,selector:f.selector,missingRequiredFields:f.missingRequiredFields,relayResolverErrors:f.relayResolverErrors,errorResponseFields:f.errorResponseFields};d!==c.data&&(o=!0),l.push(p)}return l.length!==r.snapshots.length&&s(!1,"Expected same number of snapshots"),[o,{kind:"plural",snapshots:l,epoch:n}]}function q(e,r,n,t,i){var o=x(r,n),u=(0,a.default)((0,a.default)({},o),{},{id:t.clientEdgeDestinationID}),s=E(t.request,u,null==i?void 0:i.networkCacheConfig);return[l(e).prepare(s,g(e,s),null==i?void 0:i.fetchPolicy),b(e,s.request)]}function I(e,r){return null==r?{kind:"bailout"}:"PluralReaderSelector"===r.kind?{kind:"plural",snapshots:r.selectors.map((function(r){return e.lookup(r)})),epoch:e.getStore().getEpoch()}:{kind:"singular",snapshot:e.lookup(r),epoch:e.getStore().getEpoch()}}e.exports=function(e,r,n,t){var a,c,m=p((function(){return k(e,r)}),[e,r]),y=!0===(null==e||null===(a=e.metadata)||void 0===a?void 0:a.plural);y?null==r||Array.isArray(r)||s(!1,"Relay: Expected fragment pointer%s for fragment `%s` to be an array, instead got `%s`. Remove `@relay(plural: true)` from fragment `%s` to allow the prop to be an object.",e.name,typeof r,e.name):Array.isArray(r)&&s(!1,"Relay: Expected fragment pointer%s for fragment `%s` not to be an array, instead got `%s`. Add `@relay(plural: true)` to fragment `%s` to allow the prop to be an array.",e.name,typeof r,e.name),null==r||y&&Array.isArray(r)&&0===r.length||null!=m||s(!1,"Relay: Expected to receive an object where `...%s` was spread, but the fragment reference was not found`. This is most likely the result of:\n- Forgetting to spread `%s` in `%s`'s parent's fragment.\n- Conditionally fetching `%s` but unconditionally passing %s prop to `%s`. If the parent fragment only fetches the fragment conditionally - with e.g. `@include`, `@skip`, or inside a `... on SomeType { }` spread - then the fragment reference will not exist. In this case, pass `null` if the conditions for evaluating the fragment are not met (e.g. if the `@include(if)` value is false.)",e.name,e.name,n,e.name,n);var g=u(),b=h((function(){return I(g,m)})),E=b[0],x=b[1],w=E,D=h(w),N=D[0],Q=D[1],A=N,T=h(m),O=T[0],L=T[1],M=h(g),U=M[0],j=M[1];if(!_(m,O)||g!==U){L(m),j(g);var V=I(g,m);x(V),Q(V),w=V,A=V}var W=v(!1);if(d((function(){W.current=m}),[m]),!0===(null===(c=e.metadata)||void 0===c?void 0:c.hasClientEdges)){var B=p((function(){var n,a=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingClientEdges)&&void 0!==r?r:null;var n,t=null,a=(0,i.default)(e.snapshots);try{for(a.s();!(n=a.n()).done;){var o=n.value;if(o.missingClientEdges){var l;t=null!==(l=t)&&void 0!==l?l:[];var u,s=(0,i.default)(o.missingClientEdges);try{for(s.s();!(u=s.n()).done;){var c=u.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){a.e(e)}finally{a.f()}return t}(w),o=[];if(null!=a&&a.length){n=[];var l,u=(0,i.default)(a);try{for(u.s();!(l=u.n()).done;){var s=l.value,c=q(g,e,r,s,t),f=c[0],d=c[1];n.push(f),null!=d&&o.push(d)}}catch(e){u.e(e)}finally{u.f()}}return[n,o]}),[w,g,e,r,t]),K=B[0],G=B[1];if(G.length)throw Promise.all(G);d((function(){var e=l(g);if(null!=K&&K.length){var r,n=[],t=(0,i.default)(K);try{for(t.s();!(r=t.n()).done;){var a=r.value;n.push(e.retain(a))}}catch(e){t.e(e)}finally{t.f()}return function(){var e,r=(0,i.default)(n);try{for(r.s();!(e=r.n()).done;)e.value.dispose()}catch(e){r.e(e)}finally{r.f()}}}}),[g,K])}if(function(e){return"bailout"!==e.kind&&("singular"===e.kind?e.snapshot.isMissingData:e.snapshots.some((function(e){return e.isMissingData})))}(w)){var H=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingLiveResolverFields)&&void 0!==r?r:null;var n,t=null,a=(0,i.default)(e.snapshots);try{for(a.s();!(n=a.n()).done;){var o=n.value;if(o.missingLiveResolverFields){var l;t=null!==(l=t)&&void 0!==l?l:[];var u,s=(0,i.default)(o.missingLiveResolverFields);try{for(s.s();!(u=s.n()).done;){var c=u.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){a.e(e)}finally{a.f()}return t}(w);if(null!=H&&H.length>0)throw Promise.all(H.map((function(e){var r=e.liveStateID;return g.getStore().getLiveResolverPromise(r)})));if(R.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE||g!==U||!W.current||!_(W.current,m)){null==m&&s(!1,"refinement, see invariants above");var Y="PluralReaderSelector"===m.kind?m.selectors[0].owner:m.owner,z=P(g,e,Y);if(z)throw z.promise}}!function(e,r){var n,t;if("singular"===r.kind)C(e,r.snapshot.missingRequiredFields,r.snapshot.relayResolverErrors,r.snapshot.errorResponseFields,null!==(n=null===(t=r.snapshot.selector.node.metadata)||void 0===t?void 0:t.throwOnFieldError)&&void 0!==n&&n);else if("plural"===r.kind){var a,o=(0,i.default)(r.snapshots);try{for(o.s();!(a=o.n()).done;){var l,u,s=a.value;C(e,s.missingRequiredFields,s.relayResolverErrors,s.errorResponseFields,null!==(l=null===(u=s.selector.node.metadata)||void 0===u?void 0:u.throwOnFieldError)&&void 0!==l&&l)}}catch(e){o.e(e)}finally{o.f()}}}(g,w);var X,J=v(!1);if(d((function(){var e=A,r=F(g,A);if(null!==r){var n=r[0],t=r[1];n&&x(t),e=t}return function(e,r,n,t){if("bailout"===r.kind)return function(){};if("singular"===r.kind){var a=e.subscribe(r.snapshot,(function(r){n((function(n){if("singular"!==n.kind||n.snapshot.selector!==r.selector){var a=F(e,n);if(null!=a){var i=a[0],o=a[1];return e.__log({name:"useFragment.subscription.missedUpdates",hasDataChanges:i}),t.current=i,i?o:n}return n}return t.current=!0,{kind:"singular",snapshot:r,epoch:e.getStore().getEpoch()}}))}));return function(){a.dispose()}}var l=r.snapshots.map((function(r,a){return e.subscribe(r,(function(r){n((function(n){var i;if("plural"!==n.kind||(null===(i=n.snapshots[a])||void 0===i?void 0:i.selector)!==r.selector){var l=F(e,n);if(null!=l){var u=l[0],s=l[1];return e.__log({name:"useFragment.subscription.missedUpdates",hasDataChanges:u}),t.current=t.current||u,u?s:n}return n}var c=(0,o.default)(n.snapshots);return c[a]=r,t.current=!0,{kind:"plural",snapshots:c,epoch:e.getStore().getEpoch()}}))}))}));return function(){var e,r=(0,i.default)(l);try{for(r.s();!(e=r.n()).done;)e.value.dispose()}catch(e){r.e(e)}finally{r.f()}}}(g,e,x,J)}),[g,A]),J.current){var Z=F(g,w);if(null!=Z){var $=Z[0],ee=Z[1];$&&(x(ee),w=ee)}J.current=!1}if(y){var re=null==r;X=p((function(){return"bailout"===w.kind?re?null:[]:("plural"!==w.kind&&s(!1,"Expected state to be plural because fragment is plural"),w.snapshots.map((function(e){return e.data})))}),[w,re])}else"bailout"===w.kind?X=null:("singular"!==w.kind&&s(!1,"Expected state to be singular because fragment is singular"),X=w.snapshot.data);return R.LOG_MISSING_RECORDS_IN_PROD,null!=r&&(void 0===X||Array.isArray(X)&&X.length>0&&X.every((function(e){return void 0===e})))&&S(!1,"Relay: Expected to have been able to read non-null data for fragment `%s` declared in `%s`, since fragment reference was non-null. Make sure that that `%s`'s parent isn't holding on to and/or passing a fragment reference for data that has been deleted.",e.name,n,n),f({fragment:e.name,data:X}),X}},743:(e,r,n)=>{var t=n(156),a=t.useEffect,i=t.useRef;e.exports=function(){var e=i(!0);return a((function(){return e.current=!0,function(){e.current=!1}}),[]),e}},233:(e,r,n)=>{var t=n(750),a=n(56),i=n(156),o=n(658),l=o.__internal.getObservableForActiveRequest,u=o.getSelector,s=i.useEffect,c=i.useState,f=i.useMemo;e.exports=function(e,r){var n=t(),i=f((function(){var t=u(e,r);return null==t?null:("SingularReaderSelector"!==t.kind&&a(!1,"useIsOperationNodeActive: Plural fragments are not supported."),l(n,t.owner))}),[n,e,r]),o=c(null!=i),d=o[0],p=o[1];return s((function(){var e;if(p(null!=i),null!=i){var r=function(){p(!1)};e=i.subscribe({complete:r,error:r})}return function(){e&&e.unsubscribe()}}),[i]),d}},899:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,a=n(734),i=n(61),o=n(750),l=n(658).__internal.fetchQuery;e.exports=function(e,r,n){t();var u=o(),s=i(e,r,n&&n.networkCacheConfig?n.networkCacheConfig:{force:!0});return a({componentDisplayName:"useLazyLoadQuery()",fetchKey:null==n?void 0:n.fetchKey,fetchObservable:l(u,s),fetchPolicy:null==n?void 0:n.fetchPolicy,query:s,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy})}},734:(e,r,n)=>{var t=n(187),a=n(269),i=a.getQueryCacheIdentifier,o=a.getQueryResourceForEnvironment,l=n(863),u=n(337),s=n(750),c=n(156),f=c.useContext,d=c.useEffect,p=c.useState,v=c.useRef;e.exports=function(e){var r=e.query,n=e.componentDisplayName,a=e.fetchObservable,c=e.fetchPolicy,h=e.fetchKey,m=e.renderPolicy,y=s(),g=f(t),b=o(y),R=p(0),_=R[0],E=R[1],P=l(),k=P.startFetch,x=P.completeFetch,C="".concat(_,"-").concat(null!=h?h:""),w=i(y,r,c,m,C),S=g.wrapPrepareQueryResource((function(){return b.prepareWithIdentifier(w,r,a,c,m,{start:k,complete:x,error:x},g)})),F=v(!1);d((function(){return function(){F.current=!0}}),[]),d((function(){if(!0===F.current)return F.current=!1,void E((function(e){return e+1}));var e=b.retain(S,g);return function(){e.dispose()}}),[y,w]),d((function(){b.releaseTemporaryRetain(S)}));var q=S.fragmentNode,I=S.fragmentRef;return u(q,I,n)}},601:(e,r,n)=>{var t=(0,n(275).default)(n(175)),a=n(863),i=n(743),o=n(233),l=n(750),u=n(56),s=n(156),c=s.useCallback,f=s.useEffect,d=s.useState,p=n(658),v=p.__internal.fetchQuery,h=p.ConnectionInterface,m=p.createOperationDescriptor,y=p.getPaginationVariables,g=p.getRefetchMetadata,b=p.getSelector,R=p.getValueAtPath,_=n(446);e.exports=function(e){var r=e.direction,n=e.fragmentNode,s=e.fragmentRef,p=e.fragmentIdentifier,E=e.fragmentData,P=e.connectionPathInFragmentData,k=e.paginationRequest,x=e.paginationMetadata,C=e.componentDisplayName,w=e.observer,S=e.onReset,F=l(),q=a(),I=q.isFetchingRef,D=q.startFetch,N=q.disposeFetch,Q=q.completeFetch,A=g(n,C).identifierInfo,T=null!=(null==A?void 0:A.identifierField)&&null!=E&&"object"==typeof E?E[A.identifierField]:null,O=i(),L=d(F),M=L[0],U=L[1],j=d(p),V=j[0],W=j[1],B=o(n,s);(F!==M||p!==V)&&(N(),S(),U(F),W(p));var K=function(e,r,n,t){var a,i,o=h.get(),l=o.EDGES,s=o.PAGE_INFO,c=o.HAS_NEXT_PAGE,f=o.HAS_PREV_PAGE,d=o.END_CURSOR,p=o.START_CURSOR,v=R(n,t);if(null==v)return{cursor:null,hasMore:!1};"object"!=typeof v&&u(!1,"Relay: Expected connection in fragment `%s` to have been `null`, or a plain object with %s and %s properties. Instead got `%s`.",r.name,l,s,v);var m=v[l],y=v[s];if(null==m||null==y)return{cursor:null,hasMore:!1};Array.isArray(m)||u(!1,"Relay: Expected connection in fragment `%s` to have a plural `%s` field. Instead got `%s`.",r.name,l,m),"object"!=typeof y&&u(!1,"Relay: Expected connection in fragment `%s` to have a `%s` field. Instead got `%s`.",r.name,s,y);var g="forward"===e?null!==(a=y[d])&&void 0!==a?a:null:null!==(i=y[p])&&void 0!==i?i:null;return null!==g&&"string"!=typeof g&&u(!1,"Relay: Expected page info for connection in fragment `%s` to have a valid `%s`. Instead got `%s`.",r.name,p,g),{cursor:g,hasMore:"forward"===e?null!=g&&!0===y[c]:null!=g&&!0===y[f]}}(r,n,E,P),G=K.cursor,H=K.hasMore;return f((function(){return function(){N()}}),[N]),[c((function(e,a){var i=null==a?void 0:a.onComplete;if(!0!==O.current)return _(!1,"Relay: Unexpected fetch on unmounted component for fragment `%s` in `%s`. It looks like some instances of your component are still trying to fetch data but they already unmounted. Please make sure you clear all timers, intervals, async calls, etc that may trigger a fetch.",n.name,C),{dispose:function(){}};var o=b(n,s);if(!0===I.current||null==E||B)return null==o&&_(!1,"Relay: Unexpected fetch while using a null fragment ref for fragment `%s` in `%s`. When fetching more items, we expect initial fragment data to be non-null. Please make sure you're passing a valid fragment ref to `%s` before paginating.",n.name,C,C),i&&i(null),{dispose:function(){}};(null==o||"PluralReaderSelector"===o.kind)&&u(!1,"Relay: Expected to be able to find a non-plural fragment owner for fragment `%s` when using `%s`. If you're seeing this, this is likely a bug in Relay.",n.name,C);var l=o.owner.variables,c=o.variables,f=null==a?void 0:a.UNSTABLE_extraVariables,d=(0,t.default)((0,t.default)({},l),c),p=y(r,e,G,d,(0,t.default)({},f),x);null!=A&&("string"!=typeof T&&_(!1,"Relay: Expected result to have a string `%s` in order to refetch, got `%s`.",A.identifierField,T),p[A.identifierQueryVariableName]=T);var h=m(k,p,{force:!0});return v(F,h).subscribe((0,t.default)((0,t.default)({},w),{},{start:function(e){D(e),w.start&&w.start(e)},complete:function(){Q(),w.complete&&w.complete(),i&&i(null)},error:function(e){Q(),w.error&&w.error(e),i&&i(e)}})),{dispose:N}}),[F,T,r,G,D,N,Q,I,B,E,n.name,s,C]),H,N]}},61:(e,r,n)=>{var t=n(925),a=n(156),i=n(658),o=i.createOperationDescriptor,l=i.getRequest,u=a.useMemo;e.exports=function(e,r,n){var a=t(r),i=t(n||{});return u((function(){return o(l(e),a,i)}),[e,a,i])}},925:(e,r,n)=>{var t=n(125),a=n(156).useState;e.exports=function(e){var r=a(e),n=r[0],i=r[1];return t(e,n)?n:(i(e),e)}},115:(e,r,n)=>{var t=(0,n(275).default)(n(175)),a=n(743),i=n(750),o=n(156),l=n(658).commitMutation,u=o.useState,s=o.useEffect,c=o.useRef,f=o.useCallback;e.exports=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l,n=i(),o=a(),d=c(n),p=c(e),v=c(new Set),h=u(!1),m=h[0],y=h[1],g=f((function(r){d.current===n&&p.current===e&&(v.current.delete(r),o.current&&y(v.current.size>0))}),[n,o,e]);return s((function(){d.current===n&&p.current===e||(v.current=new Set,o.current&&y(!1),d.current=n,p.current=e)}),[n,o,e]),[f((function(a){o.current&&y(!0);var i=r(n,(0,t.default)((0,t.default)({},a),{},{mutation:e,onCompleted:function(e,r){var n;g(i),null===(n=a.onCompleted)||void 0===n||n.call(a,e,r)},onError:function(e){var r;g(i),null===(r=a.onError)||void 0===r||r.call(a,e)},onUnsubscribe:function(){var e;g(i),null===(e=a.onUnsubscribe)||void 0===e||e.call(a)},onNext:function(){var e;null===(e=a.onNext)||void 0===e||e.call(a)}}));return v.current.add(i),i}),[g,r,n,o,e]),m]}},951:(e,r,n)=>{var t=(0,n(275).default)(n(175)),a=n(601),i=n(915),o=n(750),l=n(224),u=n(156),s=u.useCallback,c=u.useDebugValue,f=u.useState,d=n(658),p=d.getFragment,v=d.getFragmentIdentifier,h=d.getPaginationMetadata;function m(e){var r=o(),n=f(!1),i=n[0],l=n[1],u=function(e){var n,t=null===(n=r.getScheduler())||void 0===n?void 0:n.schedule;t?t((function(){l(e)})):l(e)},s={start:function(){return u(!0)},complete:function(){return u(!1)},error:function(){return u(!1)}},c=a((0,t.default)((0,t.default)({},e),{},{observer:s,onReset:function(){return u(!1)}}));return[c[0],c[1],i,c[2]]}e.exports=function(e,r){var n=p(e);l(n,"first argument of usePaginationFragment()");var a="usePaginationFragment()",o=h(n,a),u=o.connectionPathInFragmentData,f=o.paginationRequest,d=o.paginationMetadata,y=i(n,r,a),g=y.fragmentData,b=y.fragmentRef,R=y.refetch,_=v(n,b),E=m({componentDisplayName:a,connectionPathInFragmentData:u,direction:"backward",fragmentData:g,fragmentIdentifier:_,fragmentNode:n,fragmentRef:b,paginationMetadata:d,paginationRequest:f}),P=E[0],k=E[1],x=E[2],C=E[3],w=m({componentDisplayName:a,connectionPathInFragmentData:u,direction:"forward",fragmentData:g,fragmentIdentifier:_,fragmentNode:n,fragmentRef:b,paginationMetadata:d,paginationRequest:f}),S=w[0],F=w[1],q=w[2],I=w[3],D=s((function(e,r){return I(),C(),R(e,(0,t.default)((0,t.default)({},r),{},{__environment:void 0}))}),[I,C,R]);return c({fragment:n.name,data:g,hasNext:F,isLoadingNext:q,hasPrevious:k,isLoadingPrevious:x}),{data:g,loadNext:S,loadPrevious:P,hasNext:F,hasPrevious:k,isLoadingNext:q,isLoadingPrevious:x,refetch:D}}},617:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,a=n(734),i=n(61),o=n(750),l=n(56),u=n(156).useDebugValue,s=n(658).__internal,c=s.fetchQueryDeduped,f=s.fetchQuery,d=n(446);e.exports=function(e,r,n){t();var s,p=o(),v=r.fetchKey,h=r.fetchPolicy,m=r.source,y=r.variables,g=r.networkCacheConfig,b=i(e,y,g);if("PreloadedQuery_DEPRECATED"===r.kind)b.request.node.params.name!==r.name&&l(!1,"usePreloadedQuery(): Expected data to be prefetched for query `%s`, got prefetch results for query `%s`.",b.request.node.params.name,r.name),s={componentDisplayName:"usePreloadedQuery()",fetchKey:v,fetchObservable:c(p,b.request.identifier,(function(){return p===r.environment&&null!=m?p.executeWithSource({operation:b,source:m}):p.execute({operation:b})})),fetchPolicy:h,query:b,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy};else{d(!1===r.isDisposed,"usePreloadedQuery(): Expected preloadedQuery to not be disposed yet. This is because disposing the query marks it for future garbage collection, and as such query results may no longer be present in the Relay store. In the future, this will become a hard error.");var R,_=f(p,b);null!=m&&p===r.environment?R=m.ifEmpty(_):p!==r.environment?(d(!1,"usePreloadedQuery(): usePreloadedQuery was passed a preloaded query that was created with a different environment than the one that is currently in context. In the future, this will become a hard error."),R=_):R=_,s={componentDisplayName:"usePreloadedQuery()",fetchObservable:R,fetchKey:v,fetchPolicy:h,query:b,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy}}var E=a(s);return u({query:r.name,variables:r.variables,data:E,fetchKey:v,fetchPolicy:h,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy}),E}},876:(e,r,n)=>{var t=(0,n(275).default)(n(765)),a=n(428),i=a.loadQuery,o=a.useTrackLoadQueryInRender,l=n(743),u=n(750),s=n(156),c=s.useCallback,f=s.useEffect,d=s.useRef,p=s.useState,v=n(658).getRequest,h={kind:"NullQueryReference"};function m(e){return"PreloadableConcreteRequest"===e.kind?void 0!==e.params.metadata.live:void 0!==v(e).params.metadata.live}e.exports=function(e,r){var n=null!=r?r:h,a=u();o();var s=l(),v=d(new Set([n])),y=p((function(){return n})),g=y[0],b=y[1],R=p((function(){return n})),_=R[0],E=R[1];n!==_&&(v.current.add(n),E(n),b(n));var P=c((function(){s.current&&(v.current.add(h),b(h))}),[s]),k=c((function(r,n){var t=null!=n&&n.hasOwnProperty("__environment")?{fetchPolicy:n.fetchPolicy,networkCacheConfig:n.networkCacheConfig,__nameForWarning:n.__nameForWarning}:n;if(s.current){var o,l=i(null!==(o=null==n?void 0:n.__environment)&&void 0!==o?o:a,e,r,t);v.current.add(l),b(l)}}),[a,e,b,s]),x=d(!1);return f((function(){return function(){x.current=!0}}),[]),f((function(){if(!0===x.current)return x.current=!1,void("NullQueryReference"!==g.kind&&k(g.variables,{fetchPolicy:g.fetchPolicy,networkCacheConfig:g.networkCacheConfig}));var r=v.current;if(s.current){var n,a=(0,t.default)(r);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i===g)break;r.delete(i),"NullQueryReference"!==i.kind&&(m(e)?i.dispose&&i.dispose():i.releaseQuery&&i.releaseQuery())}}catch(e){a.e(e)}finally{a.f()}}}),[g,s,k,e]),f((function(){return function(){var r,n=(0,t.default)(v.current);try{for(n.s();!(r=n.n()).done;){var a=r.value;"NullQueryReference"!==a.kind&&(m(e)?a.dispose&&a.dispose():a.releaseQuery&&a.releaseQuery())}}catch(e){n.e(e)}finally{n.f()}}}),[e]),["NullQueryReference"===g.kind?null:g,k,P]}},874:(e,r,n)=>{var t=n(915),a=n(224),i=n(156).useDebugValue,o=n(658).getFragment;e.exports=function(e,r){var n=o(e);a(n,"first argument of useRefetchableFragment()");var l=t(n,r,"useRefetchableFragment()"),u=l.fragmentData,s=l.refetch;return i({fragment:n.name,data:u}),[u,s]}},915:(e,r,n)=>{var t,a=(0,n(275).default)(n(175)),i=n(187),o=n(269).getQueryResourceForEnvironment,l=n(74),u=n(337),s=n(743),c=n(876),f=n(750),d=n(56),p=n(156),v=p.useCallback,h=p.useContext,m=p.useReducer,y=n(658),g=y.__internal.fetchQuery,b=y.createOperationDescriptor,R=y.getFragmentIdentifier,_=y.getRefetchMetadata,E=y.getSelector,P=y.getValueAtPath,k=n(446);function x(e,r){switch(r.type){case"refetch":var n;return(0,a.default)((0,a.default)({},e),{},{fetchPolicy:r.fetchPolicy,mirroredEnvironment:null!==(n=r.refetchEnvironment)&&void 0!==n?n:e.mirroredEnvironment,onComplete:r.onComplete,refetchEnvironment:r.refetchEnvironment,refetchQuery:r.refetchQuery,renderPolicy:r.renderPolicy});case"reset":return{fetchPolicy:void 0,mirroredEnvironment:r.environment,mirroredFragmentIdentifier:r.fragmentIdentifier,onComplete:void 0,refetchQuery:null,renderPolicy:void 0};default:throw r.type,new Error("useRefetchableFragmentNode: Unexpected action type")}}t={getInitialIDAndType:function(e,r,t,a){var i=n(658).Record,o=null==e?void 0:e[null!=t?t:"id"];if(1!==r.length||"node"!==r[0]||null==o)return null;var l=a.getStore().getSource().get(o),u=null==l?null:i.getType(l);return null==u?null:{id:o,typename:u}},checkSameTypeAfterRefetch:function(e,r,t,a){var i=n(658).Record;if(e){var o=r.getStore().getSource().get(e.id),l=o&&i.getType(o);l!==e.typename&&k(!1,"Relay: Call to `refetch` returned data with a different __typename: was `%s`, now `%s`, on `%s` in `%s`. Please make sure the server correctly implementsunique id requirement.",e.typename,l,t.name,a)}},checkSameIDAfterRefetch:function(e,r,t,a){if(null!=e){var i=r[n(658).ID_KEY];null!=i&&i!==e.id&&k(!1,"Relay: Call to `refetch` returned a different id, expected `%s`, got `%s`, on `%s` in `%s`. Please make sure the server correctly implements unique id requirement.",i,e.id,t.name,a)}}},e.exports=function(e,r,n){var p=f(),y=_(e,n),C=y.refetchableRequest,w=y.fragmentRefPathInResponse,S=y.identifierInfo,F=R(e,r),q=m(x,{fetchPolicy:void 0,mirroredEnvironment:p,mirroredFragmentIdentifier:F,onComplete:void 0,refetchEnvironment:null,refetchQuery:null,renderPolicy:void 0}),I=q[0],D=q[1],N=I.fetchPolicy,Q=I.mirroredEnvironment,A=I.mirroredFragmentIdentifier,T=I.onComplete,O=I.refetchEnvironment,L=I.refetchQuery,M=I.renderPolicy,U=null!=O?O:p,j=o(U),V=h(i),W=U!==Q||F!==A,B=c(C),K=B[0],G=B[1],H=B[2],Y=r;if(W)D({type:"reset",environment:U,fragmentIdentifier:F}),H();else if(null!=L&&null!=K){var z;z=t.getInitialIDAndType(L.request.variables,w,null==S?void 0:S.identifierQueryVariableName,U);var X=function(e){T&&T(null!=e?e:null)},J=null!=K.source?K.source:g(U,L),Z=V.wrapPrepareQueryResource((function(){return j.prepare(L,J,N,M,{error:X,complete:function(){t.checkSameTypeAfterRefetch(z,U,e,n),X()}},K.fetchKey,V)})),$=l(U,Z.fragmentNode,Z.fragmentRef,n).data;null==$&&d(!1,"Relay: Expected to be able to read refetch query response. If you're seeing this, this is likely a bug in Relay."),Y=P($,w),t.checkSameIDAfterRefetch(z,Y,e,n)}var ee=u(e,Y,n),re=function(e,r,n,t,i,o,l,u,c,f,d){var p=s(),h=null!=(null==u?void 0:u.identifierField)&&null!=t&&"object"==typeof t?t[u.identifierField]:null;return v((function(t,i){if(!0!==p.current)return k(!1,"Relay: Unexpected call to `refetch` on unmounted component for fragment `%s` in `%s`. It looks like some instances of your component are still trying to fetch data but they already unmounted. Please make sure you clear all timers, intervals, async calls, etc that may trigger a fetch.",o.name,e),{dispose:function(){}};null==f&&k(!1,"Relay: Unexpected call to `refetch` while using a null fragment ref for fragment `%s` in `%s`. When calling `refetch`, we expect initial fragment data to be non-null. Please make sure you're passing a valid fragment ref to `%s` before calling `refetch`, or make sure you pass all required variables to `refetch`.",o.name,e,e);var l,s,v=null==i?void 0:i.__environment,m=null==i?void 0:i.fetchPolicy,y=null==i?void 0:i.UNSTABLE_renderPolicy,g=null==i?void 0:i.onComplete,R=E(o,f);if(null==R)l={},s={};else if("PluralReaderSelector"===R.kind){var _,P,x,C;l=null!==(_=null===(P=R.selectors[0])||void 0===P?void 0:P.owner.variables)&&void 0!==_?_:{},s=null!==(x=null===(C=R.selectors[0])||void 0===C?void 0:C.variables)&&void 0!==x?x:{}}else l=R.owner.variables,s=R.variables;var w=(0,a.default)((0,a.default)((0,a.default)({},l),s),t);null==u||t.hasOwnProperty(u.identifierQueryVariableName)||("string"!=typeof h&&k(!1,"Relay: Expected result to have a string `%s` in order to refetch, got `%s`.",u.identifierField,h),w[u.identifierQueryVariableName]=h);var S=b(d,w,{force:!0});return c(S.request.variables,{fetchPolicy:m,__environment:v,__nameForWarning:"refetch"}),r({type:"refetch",fetchPolicy:m,onComplete:g,refetchEnvironment:v,refetchQuery:S,renderPolicy:y}),{dispose:n}}),[i,r,n,h,c])}(n,D,H,ee,F,e,0,S,G,r,C);return{fragmentData:ee,fragmentRef:Y,refetch:re}}},750:(e,r,n)=>{var t=n(888),a=n(56),i=n(156).useContext;e.exports=function(){var e=i(t);return null==e&&a(!1,"useRelayEnvironment: Expected to have found a Relay environment provided by a `RelayEnvironmentProvider` component. This usually means that useRelayEnvironment was used in a component that is not a descendant of a `RelayEnvironmentProvider`. Please make sure a `RelayEnvironmentProvider` has been rendered somewhere as a parent or ancestor of your component."),e.environment}},224:(e,r,n)=>{var t=n(813),a=n(446);e.exports=function(e,r){var n=t(e.name);a(n.current===e.name,"Relay: The %s has to remain the same over the lifetime of a component. Changing it is not supported and will result in unexpected behavior.",r)}},50:(e,r,n)=>{var t=n(750),a=n(156),i=a.useEffect,o=a.useRef;e.exports=function(e,r){var n=t(),a=o(null),l=Array.from(e).sort().join("");return i((function(){var t=n.getStore(),i=t.lookupInvalidationState(e),o=t.subscribeToInvalidationState(i,r);return a.current=o,function(){return o.dispose()}}),[l,r,n]),{dispose:function(){null!=a.current&&a.current.dispose()}}}},746:(e,r,n)=>{var t=n(750),a=n(156).useEffect,i=n(658).requestSubscription;e.exports=function(e,r){var n=null!=r?r:i,o=t();a((function(){return n(o,e).dispose}),[o,e,n])}},813:(e,r,n)=>{var t=n(156).useMemo;e.exports=function(e){return t((function(){return{current:e}}),[])}},765:r=>{r.exports=e},311:e=>{e.exports=r},275:e=>{e.exports=n},175:e=>{e.exports=t},642:e=>{e.exports=a},125:e=>{e.exports=i},446:e=>{e.exports=o},56:e=>{e.exports=l},156:e=>{e.exports=u},658:e=>{e.exports=s}},f={};return function e(r){var n=f[r];if(void 0!==n)return n.exports;var t=f[r]={exports:{}};return c[r](t,t.exports,e),t.exports}(651)})()));
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Relay v16.1.0
2
+ * Relay v17.0.0
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/createForOfIteratorHelper","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/interopRequireDefault","@babel/runtime/helpers/objectSpread2","@babel/runtime/helpers/toConsumableArray","fbjs/lib/areEqual","fbjs/lib/warning","invariant","react","relay-runtime"],r):"object"==typeof exports?exports.ReactRelayHooks=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):e.ReactRelayHooks=r(e["@babel/runtime/helpers/createForOfIteratorHelper"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/interopRequireDefault"],e["@babel/runtime/helpers/objectSpread2"],e["@babel/runtime/helpers/toConsumableArray"],e["fbjs/lib/areEqual"],e["fbjs/lib/warning"],e.invariant,e.react,e["relay-runtime"])}(self,((e,r,t,n,i,a,o,u,s,l)=>(()=>{"use strict";var c={888:(e,r,t)=>{var n=t(156),i=t(658).__internal.createRelayContext;e.exports=i(n)},651:(e,r,t)=>{var n=t(158),i=t(828),a=t(428).loadQuery,o=t(187),u=t(696),s=t(529),l=t(242),c=t(899),f=t(115),d=t(951),v=t(617),p=t(876),h=t(874),m=t(750),g=t(50),y=t(746),_=t(658);e.exports={ConnectionHandler:_.ConnectionHandler,applyOptimisticMutation:_.applyOptimisticMutation,commitLocalUpdate:_.commitLocalUpdate,commitMutation:_.commitMutation,graphql:_.graphql,readInlineData:_.readInlineData,requestSubscription:_.requestSubscription,EntryPointContainer:n,RelayEnvironmentProvider:u,ProfilerContext:o,fetchQuery:_.fetchQuery,loadQuery:a,loadEntryPoint:i,useFragment:l,useLazyLoadQuery:c,useEntryPointLoader:s,useQueryLoader:p,useMutation:f,usePaginationFragment:d,usePreloadedQuery:v,useRefetchableFragment:h,useRelayEnvironment:m,useSubscribeToInvalidationState:g,useSubscription:y}},158:(e,r,t)=>{var n=t(187),i=t(750),a=t(156),o=t(156),u=o.useContext,s=o.useEffect;t(446),e.exports=function(e){var r=e.entryPointReference,t=e.props,o=r.getComponent,l=r.queries,c=r.entryPoints,f=r.extraProps,d=r.rootModuleID,v=o(),p=u(n),h=i();return s((function(){h.__log({name:"entrypoint.root.consume",profilerContext:p,rootModuleID:d})}),[h,p,d]),a.createElement(v,{entryPoints:c,extraProps:f,props:t,queries:l})}},985:(e,r,t)=>{var n=t(275).default,i=n(t(175)),a=n(t(311)),o=n(t(642)),u=t(93),s=t(269).getQueryResourceForEnvironment,l=t(637),c=t(56),f=t(658),d=f.__internal,v=d.fetchQuery,p=d.getPromiseForActiveRequest,h=f.RelayFeatureFlags,m=f.createOperationDescriptor,g=f.getFragmentIdentifier,y=f.getPendingOperationsForFragment,_=f.getSelector,b=f.getVariablesFromFragment,E=f.handlePotentialSnapshotErrors,R=f.isPromise,P=f.recycleNodesInto,C="function"==typeof WeakMap,S=Object.freeze([]);function k(e){return Array.isArray(e)?e.some((function(e){return e.isMissingData})):e.isMissingData}function D(e){return Array.isArray(e)?e.map((function(e){return e.missingLiveResolverFields})).filter(Boolean).flat():e.missingLiveResolverFields}function A(e,r,t){return Array.isArray(r)?{cacheKey:e,snapshot:r,data:r.map((function(e){return e.data})),isMissingData:k(r),storeEpoch:t}:{cacheKey:e,snapshot:r,data:r.data,isMissingData:k(r),storeEpoch:t}}var N=function(){function e(e){(0,a.default)(this,"_cache",new Map),(0,a.default)(this,"_retainCounts",new Map),this._environment=e}var r=e.prototype;return r.get=function(e){var r,t;return null!==(r=null===(t=this._cache.get(e))||void 0===t?void 0:t[0])&&void 0!==r?r:void 0},r.recordQueryResults=function(e,r){var t=this,n=this._cache.get(e);if(n){var i=n[0],a=n[1];r.forEach((function(e){i.push(e)})),a.temporaryRetain(this._environment)}else{var o=new l((function(){return t._retain(e)}));this._cache.set(e,[r,o]),o.temporaryRetain(this._environment)}},r._retain=function(e){var r,t=this,n=(null!==(r=this._retainCounts.get(e))&&void 0!==r?r:0)+1;return this._retainCounts.set(e,n),{dispose:function(){var r,n=(null!==(r=t._retainCounts.get(e))&&void 0!==r?r:0)-1;n>0?t._retainCounts.set(e,n):(t._retainCounts.delete(e),t._cache.delete(e))}}},e}(),F=function(){function e(e){this._environment=e,this._cache=u.create(1e6),h.ENABLE_CLIENT_EDGES&&(this._clientEdgeQueryResultsCache=new N(e))}var r=e.prototype;return r.read=function(e,r,t,n){return this.readWithIdentifier(e,r,g(e,r),t,n)},r.readWithIdentifier=function(e,r,t,n,i){var a,u,l,f,d=this,v=this._environment;if(null==r)return{cacheKey:t,data:null,isMissingData:!1,snapshot:null,storeEpoch:0};var m=v.getStore().getEpoch();if(!0===(null==e||null===(a=e.metadata)||void 0===a?void 0:a.plural)&&(Array.isArray(r)||c(!1),0===r.length))return{cacheKey:t,data:S,isMissingData:!1,snapshot:S,storeEpoch:m};var g=this._cache.get(t);if(null!=g){var y;if("pending"===g.kind&&R(g.promise))throw v.__log({name:"suspense.fragment",data:g.result.data,fragment:e,isRelayHooks:!0,isMissingData:g.result.isMissingData,isPromiseCached:!0,pendingOperations:g.pendingOperations}),g.promise;if("done"===g.kind&&g.result.snapshot&&(null===(y=D(g.result.snapshot))||void 0===y||!y.length))return this._throwOrLogErrorsInSnapshot(g.result.snapshot),g.result.isMissingData&&v.__log({name:"fragmentresource.missing_data",data:g.result.data,fragment:e,isRelayHooks:!0,cached:!0}),g.result}var b=_(e,r);null==b&&c(!1);var E=null,P=null;if(h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&null!=g&&"missing"===g.kind?(E=g.result,P=g.snapshot):E=A(t,P="PluralReaderSelector"===b.kind?b.selectors.map((function(e){return v.lookup(e)})):v.lookup(b),m),!E.isMissingData)return this._throwOrLogErrorsInSnapshot(P),this._cache.set(t,{kind:"done",result:E}),E;var C=null;if(h.ENABLE_CLIENT_EDGES&&!0===(null===(u=e.metadata)||void 0===u?void 0:u.hasClientEdges)&&function(e){var r,t;return Array.isArray(e)?e.some((function(e){var r,t;return(null!==(r=null===(t=e.missingClientEdges)||void 0===t?void 0:t.length)&&void 0!==r?r:0)>0})):(null!==(r=null===(t=e.missingClientEdges)||void 0===t?void 0:t.length)&&void 0!==r?r:0)>0}(P)){C=[];var k=s(this._environment),N=[];!function(e,r){Array.isArray(e)?e.forEach(r):r(e)}(P,(function(t){var n;null===(n=t.missingClientEdges)||void 0===n||n.forEach((function(t){var n,i=t.request,a=t.clientEdgeDestinationID,o=d._performClientEdgeQuery(k,e,r,i,a),u=o.queryResult,s=o.requestDescriptor;N.push(u),null===(n=C)||void 0===n||n.push(s)}))})),null==this._clientEdgeQueryResultsCache&&c(!1),this._clientEdgeQueryResultsCache.recordQueryResults(t,N)}var F=[];h.ENABLE_CLIENT_EDGES&&C&&(F=C.map((function(e){return p(d._environment,e)})).filter(Boolean));var I="PluralReaderSelector"===b.kind?b.selectors[0].owner:b.owner,x=this._getAndSavePromiseForFragmentRequestInFlight(t,e,I,E),q=null==x?void 0:x.promise,w=null!==(l=null===(f=D(P))||void 0===f?void 0:f.map((function(e){var r=e.liveStateID;return v.getStore().getLiveResolverPromise(r)})))&&void 0!==l?l:[];if(F.length||w.length||R(q)){var O,Q;v.__log({name:"suspense.fragment",data:E.data,fragment:e,isRelayHooks:!0,isPromiseCached:!1,isMissingData:E.isMissingData,pendingOperations:[].concat((0,o.default)(null!==(O=null==x?void 0:x.pendingOperations)&&void 0!==O?O:[]),(0,o.default)(null!==(Q=C)&&void 0!==Q?Q:[]))});var L=[];if(F.length>0&&(L=L.concat(F)),w.length>0&&(L=L.concat(w)),L.length>0)throw q&&L.push(q),Promise.all(L);if(q)throw q}return h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&E.isMissingData&&this._cache.set(t,{kind:"done",result:E}),this._throwOrLogErrorsInSnapshot(P),v.__log({name:"fragmentresource.missing_data",data:E.data,fragment:e,isRelayHooks:!0,cached:!1}),A(t,P,m)},r._performClientEdgeQuery=function(e,r,t,n,a){var o=b(r,t),u=(0,i.default)((0,i.default)({},o),{},{id:a}),s=m(n,u,{}),l=v(this._environment,s),c=e.prepare(s,l);return{requestDescriptor:s.request,queryResult:c}},r._throwOrLogErrorsInSnapshot=function(e){var r=this;Array.isArray(e)?e.forEach((function(e){E(r._environment,e.missingRequiredFields,e.relayResolverErrors)})):E(this._environment,e.missingRequiredFields,e.relayResolverErrors)},r.readSpec=function(e,r,t){var n={};for(var i in e)n[i]=this.read(e[i],r[i],t,i);return n},r.subscribe=function(e,r){var t=this,n=this._environment,i=e.cacheKey,a=e.snapshot;if(!a)return{dispose:function(){}};var o=this.checkMissedUpdates(e),u=o[0],l=o[1];u&&r();var f=[];if(Array.isArray(a)?(Array.isArray(l)||c(!1),l.forEach((function(e,a){f.push(n.subscribe(e,(function(e){var o=n.getStore().getEpoch();t._updatePluralSnapshot(i,l,e,a,o),r()})))}))):((null==l||Array.isArray(l))&&c(!1),f.push(n.subscribe(l,(function(e){var a=n.getStore().getEpoch(),o=A(i,e,a);h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&o.isMissingData?t._cache.set(i,{kind:"missing",result:o,snapshot:e}):t._cache.set(i,{kind:"done",result:A(i,e,a)}),r()})))),h.ENABLE_CLIENT_EDGES){var d,v,p=null!==(d=null===(v=this._clientEdgeQueryResultsCache)||void 0===v?void 0:v.get(i))&&void 0!==d?d:void 0;if(null!=p&&p.length){var m=s(this._environment);p.forEach((function(e){f.push(m.retain(e))}))}}return{dispose:function(){f.forEach((function(e){return e.dispose()})),t._cache.delete(i)}}},r.subscribeSpec=function(e,r){var t=this,n=Object.keys(e).map((function(n){return t.subscribe(e[n],r)}));return{dispose:function(){n.forEach((function(e){e.dispose()}))}}},r.checkMissedUpdates=function(e){var r,t=this._environment,n=e.snapshot;if(!n)return[!1,null];if(r=t.getStore().getEpoch(),e.storeEpoch===r)return[!1,e.snapshot];var a=e.cacheKey;if(Array.isArray(n)){var o=!1,u=[];if(n.forEach((function(e,r){var n=t.lookup(e.selector),a=e.data,s=n.data,l=P(a,s);l!==a&&(n=(0,i.default)((0,i.default)({},n),{},{data:l}),o=!0),u[r]=n})),o){var s=A(a,u,r);h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&s.isMissingData?this._cache.set(a,{kind:"missing",result:s,snapshot:u}):this._cache.set(a,{kind:"done",result:s})}return[o,u]}var l=t.lookup(n.selector),c=n.data,f=l.data,d=P(c,f),v={data:d,isMissingData:l.isMissingData,missingClientEdges:l.missingClientEdges,missingLiveResolverFields:l.missingLiveResolverFields,seenRecords:l.seenRecords,selector:l.selector,missingRequiredFields:l.missingRequiredFields,relayResolverErrors:l.relayResolverErrors};if(d!==c){var p=A(a,v,r);h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&p.isMissingData?this._cache.set(a,{kind:"missing",result:p,snapshot:v}):this._cache.set(a,{kind:"done",result:p})}return[d!==c,v]},r.checkMissedUpdatesSpec=function(e){var r=this;return Object.keys(e).some((function(t){return r.checkMissedUpdates(e[t])[0]}))},r._getAndSavePromiseForFragmentRequestInFlight=function(e,r,t,n){var i=this,a=y(this._environment,r,t);if(null==a)return null;var o=a.promise,u=a.pendingOperations,s=o.then((function(){i._cache.delete(e)})).catch((function(r){i._cache.delete(e)}));return s.displayName=o.displayName,this._cache.set(e,{kind:"pending",pendingOperations:u,promise:s,result:n}),{promise:s,pendingOperations:u}},r._updatePluralSnapshot=function(e,r,t,n,i){var a,u=this._cache.get(e);if(R(u))I(t.selector.node.name);else{var s=null==u||null===(a=u.result)||void 0===a?void 0:a.snapshot;if(!s||Array.isArray(s)){var l=s?(0,o.default)(s):(0,o.default)(r);l[n]=t;var c=A(e,l,i);h.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE&&c.isMissingData?this._cache.set(e,{kind:"missing",result:c,snapshot:l}):this._cache.set(e,{kind:"done",result:c})}else I(t.selector.node.name)}},e}();function I(e){c(!1)}function x(e){return new F(e)}var q=C?new WeakMap:new Map;e.exports={createFragmentResource:x,getFragmentResourceForEnvironment:function(e){var r=q.get(e);if(r)return r;var t=x(e);return q.set(e,t),t}}},914:(e,r,t)=>{t(446);var n=null;e.exports={inject:function(e){n=e},get:function(){return n}}},93:(e,r,t)=>{var n=t(56),i=function(){function e(e){this._capacity=e,this._capacity>0||n(!1),this._map=new Map}var r=e.prototype;return r.set=function(e,r){if(this._map.delete(e),this._map.set(e,r),this._map.size>this._capacity){var t=this._map.keys().next();t.done||this._map.delete(t.value)}},r.get=function(e){var r=this._map.get(e);return null!=r&&(this._map.delete(e),this._map.set(e,r)),r},r.has=function(e){return this._map.has(e)},r.delete=function(e){this._map.delete(e)},r.size=function(){return this._map.size},r.capacity=function(){return this._capacity-this._map.size},r.clear=function(){this._map.clear()},e}();e.exports={create:function(e){return new i(e)}}},187:(e,r,t)=>{var n=t(156).createContext({wrapPrepareQueryResource:function(e){return e()}});e.exports=n},269:(e,r,t)=>{var n=t(275).default,i=n(t(175)),a=n(t(311)),o=t(93),u=t(637),s=t(56),l=t(658).isPromise,c=(t(446),"store-or-network"),f="store-and-network",d="function"==typeof WeakMap;function v(e){return void 0!==e.request.node.params.metadata.live}function p(e,r,t,n,i){var a=null!=t?t:v(r)?f:c,o=null!=n?n:e.UNSTABLE_getDefaultRenderPolicy(),u="".concat(a,"-").concat(o,"-").concat(r.request.identifier);return null!=i?"".concat(u,"-").concat(i):u}function h(e,r){var t={__id:e.fragment.dataID,__fragments:(0,a.default)({},e.fragment.node.name,e.request.variables),__fragmentOwner:e.request};return{cacheIdentifier:r,fragmentNode:e.request.node.fragment,fragmentRef:t,operation:e}}var m=2e5;function g(e,r,t,n,i,a){var o=v(r),s=n,l=i,c=new u((function(e){var t=e.retain(r);return{dispose:function(){o&&null!=l&&l.unsubscribe(),t.dispose(),a(f)}}})),f={cacheIdentifier:e,id:m++,processedPayloadsCount:0,operationAvailability:t,getValue:function(){return s},setValue:function(e){s=e},setNetworkSubscription:function(e){o&&null!=l&&l.unsubscribe(),l=e},temporaryRetain:function(e){return c.temporaryRetain(e)},permanentRetain:function(e){return c.permanentRetain(e)},releaseTemporaryRetain:function(){c.releaseTemporaryRetain()}};return f}var y=function(){function e(e){var r=this;(0,a.default)(this,"_clearCacheEntry",(function(e){r._cache.delete(e.cacheIdentifier)})),this._environment=e,this._cache=o.create(1e3)}var r=e.prototype;return r.prepare=function(e,r,t,n,i,a,o){var u=p(this._environment,e,t,n,a);return this.prepareWithIdentifier(u,e,r,t,n,i,o)},r.prepareWithIdentifier=function(e,r,t,n,a,o,u){var s=this._environment,d=null!=n?n:v(r)?f:c,p=null!=a?a:s.UNSTABLE_getDefaultRenderPolicy(),h=this._cache.get(e),m=null,g=null!=h;null==h&&(h=this._fetchAndSaveQuery(e,r,t,d,p,u,(0,i.default)((0,i.default)({},o),{},{unsubscribe:function(e){null!=m&&m.dispose();var r=null==o?void 0:o.unsubscribe;r&&r(e)}}))),m=h.temporaryRetain(s);var y=h.getValue();if(l(y))throw s.__log({name:"suspense.query",fetchPolicy:d,isPromiseCached:g,operation:r,queryAvailability:h.operationAvailability,renderPolicy:p}),y;if(y instanceof Error)throw y;return y},r.retain=function(e,r){var t=this._environment,n=e.cacheIdentifier,i=e.operation,a=this._getOrCreateCacheEntry(n,i,null,e,null),o=a.permanentRetain(t);return t.__log({name:"queryresource.retain",profilerContext:r,resourceID:a.id}),{dispose:function(){o.dispose()}}},r.releaseTemporaryRetain=function(e){var r=this._cache.get(e.cacheIdentifier);null!=r&&r.releaseTemporaryRetain()},r.TESTS_ONLY__getCacheEntry=function(e,r,t,n){var i=p(this._environment,e,r,t,n);return this._cache.get(i)},r._getOrCreateCacheEntry=function(e,r,t,n,i){var a=this._cache.get(e);return null==a&&(a=g(e,r,t,n,i,this._clearCacheEntry),this._cache.set(e,a)),a},r._fetchAndSaveQuery=function(e,r,t,n,a,o,u){var l,c,f=this,d=this._environment,p=d.check(r),m=p.status,y="available"===m,_=y||"partial"===a&&"stale"!==m,b=function(){};switch(n){case"store-only":l=!1,c=!0;break;case"store-or-network":l=!y,c=_;break;case"store-and-network":l=!0,c=_;break;default:l=!0,c=!1}if(c){var E=h(r,e),R=g(e,r,p,E,null,this._clearCacheEntry);this._cache.set(e,R)}if(l){var P,C=h(r,e);t.subscribe({start:function(t){P=t;var n=f._cache.get(e);n&&n.setNetworkSubscription(P);var a=null==u?void 0:u.start;a&&a((0,i.default)((0,i.default)({},t),{},{unsubscribe:function(){v(r)&&t.unsubscribe()}}))},next:function(){var t=f._getOrCreateCacheEntry(e,r,p,C,P);t.processedPayloadsCount+=1,t.setValue(C),b();var n=null==u?void 0:u.next;null!=n&&n(d.lookup(r.fragment))},error:function(t){var n=f._getOrCreateCacheEntry(e,r,p,t,P);0===n.processedPayloadsCount&&n.setValue(t),b(),P=null,n.setNetworkSubscription(null);var i=null==u?void 0:u.error;i&&i(t)},complete:function(){b(),P=null;var r=f._cache.get(e);r&&r.setNetworkSubscription(null);var t=null==u?void 0:u.complete;t&&t()},unsubscribe:null==u?void 0:u.unsubscribe});var S=this._cache.get(e);if(!S){var k=new Promise((function(e){b=e}));k.displayName="Relay("+r.fragment.node.name+")",S=g(e,r,p,k,P,this._clearCacheEntry),this._cache.set(e,S)}}else{var D=null==u?void 0:u.complete;D&&D()}var A=this._cache.get(e);return null==A&&s(!1),d.__log({name:"queryresource.fetch",resourceID:A.id,operation:r,profilerContext:o,fetchPolicy:n,renderPolicy:a,queryAvailability:p,shouldFetch:l}),A},e}();function _(e){return new y(e)}var b=d?new WeakMap:new Map;e.exports={createQueryResource:_,getQueryResourceForEnvironment:function(e){var r=b.get(e);if(r)return r;var t=_(e);return b.set(e,t),t},getQueryCacheIdentifier:p}},696:(e,r,t)=>{var n=t(888),i=t(156),a=i.useMemo;e.exports=function(e){var r=e.children,t=e.environment,o=e.getEnvironmentForActor,u=a((function(){return{environment:t,getEnvironmentForActor:o}}),[t,o]);return i.createElement(n.Provider,{value:u},r)}},637:(e,r,t)=>{var n=(0,t(275).default)(t(311)),i=t(56),a=function(){function e(e){var r=this;(0,n.default)(this,"_retainCount",0),(0,n.default)(this,"_retainDisposable",null),(0,n.default)(this,"_releaseTemporaryRetain",null),this._retain=function(t){return r._retainCount++,1===r._retainCount&&(r._retainDisposable=e(t)),{dispose:function(){r._retainCount=Math.max(0,r._retainCount-1),0===r._retainCount&&(null==r._retainDisposable&&i(!1),r._retainDisposable.dispose(),r._retainDisposable=null)}}}}var r=e.prototype;return r.temporaryRetain=function(e){var r,t=this;if(e.isServer())return{dispose:function(){}};var n=this._retain(e),i=null,a=function(){clearTimeout(i),i=null,t._releaseTemporaryRetain=null,n.dispose()};return i=setTimeout(a,3e5),null===(r=this._releaseTemporaryRetain)||void 0===r||r.call(this),this._releaseTemporaryRetain=a,{dispose:function(){var e;null===(e=t._releaseTemporaryRetain)||void 0===e||e.call(t)}}},r.permanentRetain=function(e){var r=this._retain(e);return this.releaseTemporaryRetain(),r},r.releaseTemporaryRetain=function(){var e;null===(e=this._releaseTemporaryRetain)||void 0===e||e.call(this),this._releaseTemporaryRetain=null},r.getRetainCount=function(){return this._retainCount},e}();e.exports=a},828:(e,r,t)=>{var n=t(428).loadQuery;e.exports=function e(r,t,i){var a=null;null==t.root.getModuleIfRequired()&&(a=t.root.load());var o=t.getPreloadProps(i),u=o.queries,s=o.entryPoints,l=o.extraProps,c={},f={};null!=u&&Object.keys(u).forEach((function(e){var t=u[e],i=t.environmentProviderOptions,a=t.options,o=t.parameters,s=t.variables,l=r.getEnvironment(i);c[e]=n(l,o,s,{fetchPolicy:null==a?void 0:a.fetchPolicy,networkCacheConfig:null==a?void 0:a.networkCacheConfig,__nameForWarning:"loadEntryPoint"},i)})),null!=s&&Object.keys(s).forEach((function(t){var n=s[t];if(null!=n){var i=n.entryPoint,a=n.entryPointParams;f[t]=e(r,i,a)}}));var d=!1;return{dispose:function(){d||(null!=c&&Object.values(c).forEach((function(e){(0,e.dispose)()})),null!=f&&Object.values(f).forEach((function(e){(0,e.dispose)()})),d=!0)},entryPoints:f,extraProps:null!=l?l:null,getComponent:function(){var e,r=t.root.getModuleIfRequired();if(null==r)throw a=null!==(e=a)&&void 0!==e?e:t.root.load();return null!=r.default?r.default:r},get isDisposed(){return d},queries:c,rootModuleID:t.root.getModuleId()}}},428:(e,r,t)=>{var n=(0,t(275).default)(t(175)),i=t(56),a=t(156),o=t(658),u=o.__internal.fetchQueryDeduped,s=o.Observable,l=o.PreloadableQueryRegistry,c=o.RelayFeatureFlags,f=o.ReplaySubject,d=o.createOperationDescriptor,v=o.getRequest,p=o.getRequestIdentifier,h=(t(446),null),m=100001;e.exports={loadQuery:function(e,r,t,o,h){var g,y,_;null===(g=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===g||null===(y=g.ReactCurrentDispatcher)||void 0===y||y.current,m++;var b,E,R,P,C,S,k=null!==(_=null==o?void 0:o.fetchPolicy)&&void 0!==_?_:"store-or-network",D=(0,n.default)((0,n.default)({},null==o?void 0:o.networkCacheConfig),{},{force:!0}),A=!1,N=function(r,t){return A=!0,e.executeWithSource({operation:r,source:t})},F=new f,I=s.create((function(e){return F.subscribe(e)})),x=null,q=!1,w=function(r){var n;q=!0;var i=new f;if(!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING){var a="raw-network-request-"+p(r,t);n=u(e,a,(function(){return e.getNetwork().execute(r,t,D)}))}else n=e.getNetwork().execute(r,t,D);var o=n.subscribe({error:function(e){x=e,i.error(e)},next:function(e){i.next(e)},complete:function(){i.complete()}}).unsubscribe;return E=o,s.create((function(e){var r=i.subscribe(e);return function(){r.unsubscribe(),E()}}))},O=function(r,t){!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING&&(q=!0);var n=u(e,r.request.identifier,t).subscribe({error:function(e){F.error(e)},next:function(e){F.next(e)},complete:function(){F.complete()}});R=n.unsubscribe},Q=function(r){var n=d(r,t,D);b=e.retain(n),"store-only"!==k&&("store-or-network"!==k||"available"!==e.check(n).status)&&O(n,(function(){var e=w(r.params);return N(n,e)}))};if("PreloadableConcreteRequest"===r.kind){null===(S=(P=r.params).id)&&i(!1);var L=l.get(S);if(null!=L)Q(L);else{var T="store-only"===k?null:w(P),M=l.onLoad(S,(function(r){C();var n=d(r,t,D);b=e.retain(n),null!=T&&O(n,(function(){return N(n,T)}))}));C=M.dispose}}else{var U=v(r);S=null!=(P=U.params).cacheID?P.cacheID:P.id,Q(U)}var j=!1,B=!1,K=!1,V=function(){B||(b&&b.dispose(),B=!0)},W=function(){K||(A?R&&R():E&&E(),C&&C(),K=!0)};return{kind:"PreloadedQuery",environment:e,environmentProviderOptions:h,dispose:function(){j||(V(),W(),j=!0)},releaseQuery:V,cancelNetworkRequest:W,fetchKey:m,id:S,get isDisposed(){return j||B},get networkError(){return x},name:P.name,networkCacheConfig:D,fetchPolicy:k,source:q?I:void 0,variables:t}},useTrackLoadQueryInRender:function(){var e,r;null===h&&(h=null===(e=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===e||null===(r=e.ReactCurrentDispatcher)||void 0===r?void 0:r.current)}}},529:(e,r,t)=>{var n=(0,t(275).default)(t(765)),i=t(828),a=t(428).useTrackLoadQueryInRender,o=t(743),u=t(156),s=u.useCallback,l=u.useEffect,c=u.useRef,f=u.useState,d={kind:"NullEntryPointReference"};e.exports=function(e,r,t){var u,v,p,h;a();var m=null!==(u=null==t||null===(v=t.TEST_ONLY__initialEntryPointData)||void 0===v?void 0:v.entryPointReference)&&void 0!==u?u:d,g=null!==(p=null==t||null===(h=t.TEST_ONLY__initialEntryPointData)||void 0===h?void 0:h.entryPointParams)&&void 0!==p?p:null,y=o(),_=c(new Set([m])),b=f(m),E=b[0],R=b[1],P=f(g),C=P[0],S=P[1],k=s((function(){if(y.current){var e={kind:"NullEntryPointReference"};_.current.add(e),R(e)}}),[R,y]),D=s((function(t){if(y.current){var n=i(e,r,t);_.current.add(n),R(n),S(t)}}),[e,r,R,y]),A=c(!1);return l((function(){return function(){A.current=!0}}),[]),l((function(){if(!0===A.current)return A.current=!1,void("NullEntryPointReference"!==E.kind&&null!=C&&D(C));var e=_.current;if(y.current){var r,t=(0,n.default)(e);try{for(t.s();!(r=t.n()).done;){var i=r.value;if(i===E)break;e.delete(i),"NullEntryPointReference"!==i.kind&&i.dispose()}}catch(e){t.e(e)}finally{t.f()}}}),[E,C,D,y]),l((function(){return function(){var e,r=(0,n.default)(_.current);try{for(r.s();!(e=r.n()).done;){var t=e.value;"NullEntryPointReference"!==t.kind&&t.dispose()}}catch(e){r.e(e)}finally{r.f()}}}),[]),["NullEntryPointReference"===E.kind?null:E,D,k]}},863:(e,r,t)=>{var n=t(813),i=t(156),a=i.useCallback,o=i.useEffect;e.exports=function(){var e=n(null),r=n(!1),t=a((function(){null!=e.current&&(e.current.unsubscribe(),e.current=null),r.current=!1}),[]),i=a((function(t){e.current=t,r.current=!0}),[]),u=a((function(){e.current=null,r.current=!1}),[]);return o((function(){return t}),[t]),{isFetchingRef:r,startFetch:i,disposeFetch:t,completeFetch:u}}},242:(e,r,t)=>{var n=t(914),i=t(428).useTrackLoadQueryInRender,a=t(77),o=t(224),u=(t(156).useDebugValue,t(658).getFragment);e.exports=function(e,r){var t=n.get();return t?t.useFragment(e,r):function(e,r){i();var t=u(e);return o(t,"first argument of useFragment()"),a(t,r,"useFragment()").data}(e,r)}},77:(e,r,t)=>{var n=t(985).getFragmentResourceForEnvironment,i=t(750),a=t(813),o=t(156),u=o.useEffect,s=o.useState,l=t(658),c=l.RelayFeatureFlags,f=l.getFragmentIdentifier;t(446),e.exports=function(e,r,t){var o=i(),l=n(o),d=a(!1),v=s(0)[1],p=f(e,r),h=l.readWithIdentifier(e,r,p,t),m=a(!0);function g(){!1!==d.current&&!1!==m.current&&v((function(e){return e+1}))}return u((function(){d.current=!0;var e=l.subscribe(h,g);return function(){d.current=!1,e.dispose()}}),[o,p]),c.LOG_MISSING_RECORDS_IN_PROD&&null!=r&&(void 0===h.data||Array.isArray(h.data)&&h.data.length>0&&h.data.every((function(e){return void 0===e}))),{data:h.data,disableStoreUpdates:function(){m.current=!1},enableStoreUpdates:function(){m.current=!0,l.checkMissedUpdates(h)[0]&&g()}}}},743:(e,r,t)=>{var n=t(156),i=n.useEffect,a=n.useRef;e.exports=function(){var e=a(!0);return i((function(){return e.current=!0,function(){e.current=!1}}),[]),e}},233:(e,r,t)=>{var n=t(750),i=t(56),a=t(156),o=t(658),u=o.__internal.getObservableForActiveRequest,s=o.getSelector,l=a.useEffect,c=a.useState,f=a.useMemo;e.exports=function(e,r){var t=n(),a=f((function(){var n=s(e,r);return null==n?null:("SingularReaderSelector"!==n.kind&&i(!1),u(t,n.owner))}),[t,e,r]),o=c(null!=a),d=o[0],v=o[1];return l((function(){var e;if(v(null!=a),null!=a){var r=function(){v(!1)};e=a.subscribe({complete:r,error:r})}return function(){e&&e.unsubscribe()}}),[a]),d}},899:(e,r,t)=>{var n=t(428).useTrackLoadQueryInRender,i=t(734),a=t(61),o=t(750),u=t(658).__internal.fetchQuery;e.exports=function(e,r,t){n();var s=o(),l=a(e,r,t&&t.networkCacheConfig?t.networkCacheConfig:{force:!0});return i({componentDisplayName:"useLazyLoadQuery()",fetchKey:null==t?void 0:t.fetchKey,fetchObservable:u(s,l),fetchPolicy:null==t?void 0:t.fetchPolicy,query:l,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy})}},734:(e,r,t)=>{var n=t(914),i=t(187),a=t(269),o=a.getQueryCacheIdentifier,u=a.getQueryResourceForEnvironment,s=t(863),l=t(77),c=t(750),f=t(156),d=f.useContext,v=f.useEffect,p=f.useState,h=f.useRef;e.exports=function(e){var r=e.query,t=e.componentDisplayName,a=e.fetchObservable,f=e.fetchPolicy,m=e.fetchKey,g=e.renderPolicy,y=c(),_=d(i),b=u(y),E=p(0),R=E[0],P=E[1],C=s(),S=C.startFetch,k=C.completeFetch,D="".concat(R,"-").concat(null!=m?m:""),A=o(y,r,f,g,D),N=_.wrapPrepareQueryResource((function(){return b.prepareWithIdentifier(A,r,a,f,g,{start:S,complete:k,error:k},_)})),F=h(!1);return v((function(){return function(){F.current=!0}}),[]),v((function(){if(!0===F.current)return F.current=!1,void P((function(e){return e+1}));var e=b.retain(N,_);return function(){e.dispose()}}),[y,A]),v((function(){b.releaseTemporaryRetain(N)})),function(e,r,t){var i=n.get();return i&&i.useFragment__internal?i.useFragment__internal(e,r,t):l(e,r,t).data}(N.fragmentNode,N.fragmentRef,t)}},601:(e,r,t)=>{var n=(0,t(275).default)(t(175)),i=t(863),a=t(743),o=t(233),u=t(750),s=t(56),l=t(156),c=l.useCallback,f=l.useEffect,d=l.useState,v=t(658),p=v.__internal.fetchQuery,h=v.ConnectionInterface,m=v.createOperationDescriptor,g=v.getPaginationVariables,y=v.getRefetchMetadata,_=v.getSelector,b=v.getValueAtPath;t(446),e.exports=function(e){var r=e.direction,t=e.fragmentNode,l=e.fragmentRef,v=e.fragmentIdentifier,E=e.fragmentData,R=e.connectionPathInFragmentData,P=e.paginationRequest,C=e.paginationMetadata,S=e.componentDisplayName,k=e.observer,D=e.onReset,A=u(),N=i(),F=N.isFetchingRef,I=N.startFetch,x=N.disposeFetch,q=N.completeFetch,w=y(t,S).identifierInfo,O=null!=(null==w?void 0:w.identifierField)&&null!=E&&"object"==typeof E?E[w.identifierField]:null,Q=a(),L=d(A),T=L[0],M=L[1],U=d(v),j=U[0],B=U[1],K=o(t,l);(A!==T||v!==j)&&(x(),D(),M(A),B(v));var V=function(e,r,t,n){var i,a,o=h.get(),u=o.EDGES,l=o.PAGE_INFO,c=o.HAS_NEXT_PAGE,f=o.HAS_PREV_PAGE,d=o.END_CURSOR,v=o.START_CURSOR,p=b(t,n);if(null==p)return{cursor:null,hasMore:!1};"object"!=typeof p&&s(!1);var m=p[u],g=p[l];if(null==m||null==g)return{cursor:null,hasMore:!1};Array.isArray(m)||s(!1),"object"!=typeof g&&s(!1);var y="forward"===e?null!==(i=g[d])&&void 0!==i?i:null:null!==(a=g[v])&&void 0!==a?a:null;return null!==y&&"string"!=typeof y&&s(!1),{cursor:y,hasMore:"forward"===e?null!=y&&!0===g[c]:null!=y&&!0===g[f]}}(r,0,E,R),W=V.cursor,H=V.hasMore;return f((function(){return function(){x()}}),[x]),[c((function(e,i){var a=null==i?void 0:i.onComplete;if(!0!==Q.current)return{dispose:function(){}};var o=_(t,l);if(!0===F.current||null==E||K)return a&&a(null),{dispose:function(){}};(null==o||"PluralReaderSelector"===o.kind)&&s(!1);var u=o.owner.variables,c=o.variables,f=null==i?void 0:i.UNSTABLE_extraVariables,d=(0,n.default)((0,n.default)({},u),c),v=g(r,e,W,d,(0,n.default)({},f),C);null!=w&&(v[w.identifierQueryVariableName]=O);var h=m(P,v,{force:!0});return p(A,h).subscribe((0,n.default)((0,n.default)({},k),{},{start:function(e){I(e),k.start&&k.start(e)},complete:function(){q(),k.complete&&k.complete(),a&&a(null)},error:function(e){q(),k.error&&k.error(e),a&&a(e)}})),{dispose:x}}),[A,O,r,W,I,x,q,F,K,E,t.name,l,S]),H,x]}},61:(e,r,t)=>{var n=t(925),i=t(156),a=t(658),o=a.createOperationDescriptor,u=a.getRequest,s=i.useMemo;e.exports=function(e,r,t){var i=n(r),a=n(t||{});return s((function(){return o(u(e),i,a)}),[e,i,a])}},925:(e,r,t)=>{var n=t(125),i=t(156).useState;e.exports=function(e){var r=i(e),t=r[0],a=r[1];return n(e,t)?t:(a(e),e)}},115:(e,r,t)=>{var n=(0,t(275).default)(t(175)),i=t(743),a=t(750),o=t(156),u=t(658).commitMutation,s=o.useState,l=o.useEffect,c=o.useRef,f=o.useCallback;e.exports=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:u,t=a(),o=i(),d=c(t),v=c(e),p=c(new Set),h=s(!1),m=h[0],g=h[1],y=f((function(r){d.current===t&&v.current===e&&(p.current.delete(r),o.current&&g(p.current.size>0))}),[t,o,e]);return l((function(){d.current===t&&v.current===e||(p.current=new Set,o.current&&g(!1),d.current=t,v.current=e)}),[t,o,e]),[f((function(i){o.current&&g(!0);var a=r(t,(0,n.default)((0,n.default)({},i),{},{mutation:e,onCompleted:function(e,r){var t;y(a),null===(t=i.onCompleted)||void 0===t||t.call(i,e,r)},onError:function(e){var r;y(a),null===(r=i.onError)||void 0===r||r.call(i,e)},onUnsubscribe:function(){var e;y(a),null===(e=i.onUnsubscribe)||void 0===e||e.call(i)},onNext:function(){var e;null===(e=i.onNext)||void 0===e||e.call(i)}}));return p.current.add(a),a}),[y,r,t,o,e]),m]}},951:(e,r,t)=>{var n=(0,t(275).default)(t(175)),i=t(914),a=t(601),o=t(691),u=t(224),s=t(156),l=s.useCallback,c=(s.useDebugValue,s.useState),f=t(658),d=f.getFragment,v=f.getFragmentIdentifier,p=f.getPaginationMetadata;function h(e){var r=c(!1),t=r[0],i=r[1],o={start:function(){return i(!0)},complete:function(){return i(!1)},error:function(){return i(!1)}},u=a((0,n.default)((0,n.default)({},e),{},{observer:o,onReset:function(){return i(!1)}}));return[u[0],u[1],t,u[2]]}e.exports=function(e,r){var t=i.get();return t?t.usePaginationFragment(e,r):function(e,r){var t=d(e);u(t,"first argument of usePaginationFragment()");var i="usePaginationFragment()",a=p(t,i),s=a.connectionPathInFragmentData,c=a.paginationRequest,f=a.paginationMetadata,m=o(t,r,i),g=m.fragmentData,y=m.fragmentRef,_=m.refetch,b=v(t,y),E=h({componentDisplayName:i,connectionPathInFragmentData:s,direction:"backward",fragmentData:g,fragmentIdentifier:b,fragmentNode:t,fragmentRef:y,paginationMetadata:f,paginationRequest:c}),R=E[0],P=E[1],C=E[2],S=E[3],k=h({componentDisplayName:i,connectionPathInFragmentData:s,direction:"forward",fragmentData:g,fragmentIdentifier:b,fragmentNode:t,fragmentRef:y,paginationMetadata:f,paginationRequest:c}),D=k[0],A=k[1],N=k[2],F=k[3];return{data:g,loadNext:D,loadPrevious:R,hasNext:A,hasPrevious:P,isLoadingNext:N,isLoadingPrevious:C,refetch:l((function(e,r){return F(),S(),_(e,(0,n.default)((0,n.default)({},r),{},{__environment:void 0}))}),[F,S,_])}}(e,r)}},617:(e,r,t)=>{var n=t(428).useTrackLoadQueryInRender,i=t(734),a=t(61),o=t(750),u=t(56),s=(t(156).useDebugValue,t(658).__internal),l=s.fetchQueryDeduped,c=s.fetchQuery;t(446),e.exports=function(e,r,t){n();var s,f=o(),d=r.fetchKey,v=r.fetchPolicy,p=r.source,h=r.variables,m=r.networkCacheConfig,g=a(e,h,m);if("PreloadedQuery_DEPRECATED"===r.kind)g.request.node.params.name!==r.name&&u(!1),s={componentDisplayName:"usePreloadedQuery()",fetchKey:d,fetchObservable:l(f,g.request.identifier,(function(){return f===r.environment&&null!=p?f.executeWithSource({operation:g,source:p}):f.execute({operation:g})})),fetchPolicy:v,query:g,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy};else{var y=c(f,g);s={componentDisplayName:"usePreloadedQuery()",fetchObservable:null!=p&&f===r.environment?p.ifEmpty(y):(r.environment,y),fetchKey:d,fetchPolicy:v,query:g,renderPolicy:null==t?void 0:t.UNSTABLE_renderPolicy}}return i(s)}},876:(e,r,t)=>{var n=(0,t(275).default)(t(765)),i=t(428),a=i.loadQuery,o=i.useTrackLoadQueryInRender,u=t(743),s=t(750),l=t(156),c=l.useCallback,f=l.useEffect,d=l.useRef,v=l.useState,p=t(658).getRequest,h={kind:"NullQueryReference"};function m(e){return"PreloadableConcreteRequest"===e.kind?void 0!==e.params.metadata.live:void 0!==p(e).params.metadata.live}e.exports=function(e,r){var t=null!=r?r:h,i=s();o();var l=u(),p=d(new Set([t])),g=v((function(){return t})),y=g[0],_=g[1],b=v((function(){return t})),E=b[0],R=b[1];t!==E&&(p.current.add(t),R(t),_(t));var P=c((function(){l.current&&(p.current.add(h),_(h))}),[l]),C=c((function(r,t){var n=null!=t&&t.hasOwnProperty("__environment")?{fetchPolicy:t.fetchPolicy,networkCacheConfig:t.networkCacheConfig,__nameForWarning:t.__nameForWarning}:t;if(l.current){var o,u=a(null!==(o=null==t?void 0:t.__environment)&&void 0!==o?o:i,e,r,n);p.current.add(u),_(u)}}),[i,e,_,l]),S=d(!1);return f((function(){return function(){S.current=!0}}),[]),f((function(){if(!0===S.current)return S.current=!1,void("NullQueryReference"!==y.kind&&C(y.variables,{fetchPolicy:y.fetchPolicy,networkCacheConfig:y.networkCacheConfig}));var r=p.current;if(l.current){var t,i=(0,n.default)(r);try{for(i.s();!(t=i.n()).done;){var a=t.value;if(a===y)break;r.delete(a),"NullQueryReference"!==a.kind&&(m(e)?a.dispose&&a.dispose():a.releaseQuery&&a.releaseQuery())}}catch(e){i.e(e)}finally{i.f()}}}),[y,l,C,e]),f((function(){return function(){var r,t=(0,n.default)(p.current);try{for(t.s();!(r=t.n()).done;){var i=r.value;"NullQueryReference"!==i.kind&&(m(e)?i.dispose&&i.dispose():i.releaseQuery&&i.releaseQuery())}}catch(e){t.e(e)}finally{t.f()}}}),[e]),["NullQueryReference"===y.kind?null:y,C,P]}},874:(e,r,t)=>{var n=t(914),i=t(691),a=t(224),o=(t(156).useDebugValue,t(658).getFragment);e.exports=function(e,r){var t=n.get();return t?t.useRefetchableFragment(e,r):function(e,r){var t=o(e);a(t,"first argument of useRefetchableFragment()");var n=i(t,r,"useRefetchableFragment()");return[n.fragmentData,n.refetch]}(e,r)}},691:(e,r,t)=>{var n=(0,t(275).default)(t(175)),i=t(985).getFragmentResourceForEnvironment,a=t(187),o=t(269).getQueryResourceForEnvironment,u=t(77),s=t(743),l=t(876),c=t(750),f=t(56),d=t(156),v=d.useCallback,p=d.useContext,h=d.useReducer,m=t(658),g=m.__internal.fetchQuery,y=m.createOperationDescriptor,_=m.getFragmentIdentifier,b=m.getRefetchMetadata,E=m.getSelector,R=m.getValueAtPath;function P(e,r){switch(r.type){case"refetch":var t;return(0,n.default)((0,n.default)({},e),{},{fetchPolicy:r.fetchPolicy,mirroredEnvironment:null!==(t=r.refetchEnvironment)&&void 0!==t?t:e.mirroredEnvironment,onComplete:r.onComplete,refetchEnvironment:r.refetchEnvironment,refetchQuery:r.refetchQuery,renderPolicy:r.renderPolicy});case"reset":return{fetchPolicy:void 0,mirroredEnvironment:r.environment,mirroredFragmentIdentifier:r.fragmentIdentifier,onComplete:void 0,refetchQuery:null,renderPolicy:void 0};default:throw r.type,new Error("useRefetchableFragmentNode: Unexpected action type")}}t(446),e.exports=function(e,r,t){var d=c(),m=b(e,t),C=m.refetchableRequest,S=m.fragmentRefPathInResponse,k=_(e,r),D=h(P,{fetchPolicy:void 0,mirroredEnvironment:d,mirroredFragmentIdentifier:k,onComplete:void 0,refetchEnvironment:null,refetchQuery:null,renderPolicy:void 0}),A=D[0],N=D[1],F=A.fetchPolicy,I=A.mirroredEnvironment,x=A.mirroredFragmentIdentifier,q=A.onComplete,w=A.refetchEnvironment,O=A.refetchQuery,Q=A.renderPolicy,L=null!=w?w:d,T=o(L),M=i(L),U=p(a),j=L!==I||k!==x,B=l(C),K=B[0],V=B[1],W=B[2],H=r,Y=b(e,t).identifierInfo;if(j)N({type:"reset",environment:L,fragmentIdentifier:k}),W();else if(null!=O&&null!=K){var G=function(e){q&&q(null!=e?e:null)},z=null!=K.source?K.source:g(L,O),X=U.wrapPrepareQueryResource((function(){return T.prepare(O,z,F,Q,{error:G,complete:function(){G()}},K.fetchKey,U)})),J=M.read(X.fragmentNode,X.fragmentRef,t).data;null==J&&f(!1),H=R(J,S)}var Z=u(e,H,t),$=Z.data,ee=Z.disableStoreUpdates,re=Z.enableStoreUpdates,te=function(e,r,t,i,a,o,u,l,c,f,d){var p=s(),h=null!=(null==l?void 0:l.identifierField)&&null!=i&&"object"==typeof i?i[l.identifierField]:null;return v((function(e,i){if(!0!==p.current)return{dispose:function(){}};var a,u,s=null==i?void 0:i.__environment,v=null==i?void 0:i.fetchPolicy,m=null==i?void 0:i.UNSTABLE_renderPolicy,g=null==i?void 0:i.onComplete,_=E(o,f);if(null==_)a={},u={};else if("PluralReaderSelector"===_.kind){var b,R,P,C;a=null!==(b=null===(R=_.selectors[0])||void 0===R?void 0:R.owner.variables)&&void 0!==b?b:{},u=null!==(P=null===(C=_.selectors[0])||void 0===C?void 0:C.variables)&&void 0!==P?P:{}}else a=_.owner.variables,u=_.variables;var S=(0,n.default)((0,n.default)((0,n.default)({},a),u),e);null==l||e.hasOwnProperty(l.identifierQueryVariableName)||(S[l.identifierQueryVariableName]=h);var k=y(d,S,{force:!0});return c(k.request.variables,{fetchPolicy:v,__environment:s,__nameForWarning:"refetch"}),r({type:"refetch",fetchPolicy:v,onComplete:g,refetchEnvironment:s,refetchQuery:k,renderPolicy:m}),{dispose:t}}),[a,r,t,h,c])}(0,N,W,$,k,e,0,Y,V,r,C);return{fragmentData:$,fragmentRef:H,refetch:te,disableStoreUpdates:ee,enableStoreUpdates:re}}},750:(e,r,t)=>{var n=t(888),i=t(56),a=t(156).useContext;e.exports=function(){var e=a(n);return null==e&&i(!1),e.environment}},224:(e,r,t)=>{t(813),t(446),e.exports=function(e,r){}},50:(e,r,t)=>{var n=t(750),i=t(156),a=i.useEffect,o=i.useRef;e.exports=function(e,r){var t=n(),i=o(null),u=Array.from(e).sort().join("");return a((function(){var n=t.getStore(),a=n.lookupInvalidationState(e),o=n.subscribeToInvalidationState(a,r);return i.current=o,function(){return o.dispose()}}),[u,r,t]),{dispose:function(){null!=i.current&&i.current.dispose()}}}},746:(e,r,t)=>{var n=t(750),i=t(156).useEffect,a=t(658).requestSubscription;e.exports=function(e,r){var t=null!=r?r:a,o=n();i((function(){return t(o,e).dispose}),[o,e,t])}},813:(e,r,t)=>{var n=t(156).useMemo;e.exports=function(e){return n((function(){return{current:e}}),[])}},765:r=>{r.exports=e},311:e=>{e.exports=r},275:e=>{e.exports=t},175:e=>{e.exports=n},642:e=>{e.exports=i},125:e=>{e.exports=a},446:e=>{e.exports=o},56:e=>{e.exports=u},156:e=>{e.exports=s},658:e=>{e.exports=l}},f={};return function e(r){var t=f[r];if(void 0!==t)return t.exports;var n=f[r]={exports:{}};return c[r](n,n.exports,e),n.exports}(651)})()));
9
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/createForOfIteratorHelper","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/interopRequireDefault","@babel/runtime/helpers/objectSpread2","@babel/runtime/helpers/toConsumableArray","fbjs/lib/areEqual","fbjs/lib/warning","invariant","react","relay-runtime"],r):"object"==typeof exports?exports.ReactRelayHooks=r(require("@babel/runtime/helpers/createForOfIteratorHelper"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/interopRequireDefault"),require("@babel/runtime/helpers/objectSpread2"),require("@babel/runtime/helpers/toConsumableArray"),require("fbjs/lib/areEqual"),require("fbjs/lib/warning"),require("invariant"),require("react"),require("relay-runtime")):e.ReactRelayHooks=r(e["@babel/runtime/helpers/createForOfIteratorHelper"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/interopRequireDefault"],e["@babel/runtime/helpers/objectSpread2"],e["@babel/runtime/helpers/toConsumableArray"],e["fbjs/lib/areEqual"],e["fbjs/lib/warning"],e.invariant,e.react,e["relay-runtime"])}(self,((e,r,n,t,i,a,o,u,l,s)=>(()=>{"use strict";var c={888:(e,r,n)=>{var t=n(156),i=n(658).__internal.createRelayContext;e.exports=i(t)},651:(e,r,n)=>{var t=n(158),i=n(828),a=n(428).loadQuery,o=n(187),u=n(696),l=n(529),s=n(242),c=n(899),f=n(115),d=n(951),v=n(617),p=n(876),h=n(874),m=n(750),y=n(50),g=n(746),b=n(658);e.exports={ConnectionHandler:b.ConnectionHandler,applyOptimisticMutation:b.applyOptimisticMutation,commitLocalUpdate:b.commitLocalUpdate,commitMutation:b.commitMutation,graphql:b.graphql,readInlineData:b.readInlineData,requestSubscription:b.requestSubscription,EntryPointContainer:t,RelayEnvironmentProvider:u,ProfilerContext:o,fetchQuery:b.fetchQuery,loadQuery:a,loadEntryPoint:i,useFragment:s,useLazyLoadQuery:c,useEntryPointLoader:l,useQueryLoader:p,useMutation:f,usePaginationFragment:d,usePreloadedQuery:v,useRefetchableFragment:h,useRelayEnvironment:m,useSubscribeToInvalidationState:y,useSubscription:g}},158:(e,r,n)=>{var t=n(187),i=n(750),a=n(156),o=n(156),u=o.useContext,l=o.useEffect;n(446),e.exports=function(e){var r=e.entryPointReference,n=e.props,o=r.getComponent,s=r.queries,c=r.entryPoints,f=r.extraProps,d=r.rootModuleID,v=o(),p=u(t),h=i();return l((function(){h.__log({name:"entrypoint.root.consume",profilerContext:p,rootModuleID:d})}),[h,p,d]),a.createElement(v,{entryPoints:c,extraProps:f,props:n,queries:s})}},93:(e,r,n)=>{var t=n(56),i=function(){function e(e){this._capacity=e,this._capacity>0||t(!1),this._map=new Map}var r=e.prototype;return r.set=function(e,r){if(this._map.delete(e),this._map.set(e,r),this._map.size>this._capacity){var n=this._map.keys().next();n.done||this._map.delete(n.value)}},r.get=function(e){var r=this._map.get(e);return null!=r&&(this._map.delete(e),this._map.set(e,r)),r},r.has=function(e){return this._map.has(e)},r.delete=function(e){this._map.delete(e)},r.size=function(){return this._map.size},r.capacity=function(){return this._capacity-this._map.size},r.clear=function(){this._map.clear()},e}();e.exports={create:function(e){return new i(e)}}},187:(e,r,n)=>{var t=n(156).createContext({wrapPrepareQueryResource:function(e){return e()}});e.exports=t},269:(e,r,n)=>{var t=n(275).default,i=t(n(175)),a=t(n(311)),o=n(93),u=n(637),l=n(56),s=n(658).isPromise,c=(n(446),"store-or-network"),f="store-and-network",d="function"==typeof WeakMap;function v(e){return void 0!==e.request.node.params.metadata.live}function p(e,r,n,t,i){var a=null!=n?n:v(r)?f:c,o=null!=t?t:e.UNSTABLE_getDefaultRenderPolicy(),u="".concat(a,"-").concat(o,"-").concat(r.request.identifier);return null!=i?"".concat(u,"-").concat(i):u}function h(e,r){var n={__id:e.fragment.dataID,__fragments:(0,a.default)({},e.fragment.node.name,e.request.variables),__fragmentOwner:e.request};return{cacheIdentifier:r,fragmentNode:e.request.node.fragment,fragmentRef:n,operation:e}}var m=2e5;function y(e,r,n,t,i,a){var o=v(r),l=t,s=i,c=new u((function(e){var n=e.retain(r);return{dispose:function(){o&&null!=s&&s.unsubscribe(),n.dispose(),a(f)}}})),f={cacheIdentifier:e,id:m++,processedPayloadsCount:0,operationAvailability:n,getValue:function(){return l},setValue:function(e){l=e},setNetworkSubscription:function(e){o&&null!=s&&s.unsubscribe(),s=e},temporaryRetain:function(e){return c.temporaryRetain(e)},permanentRetain:function(e){return c.permanentRetain(e)},releaseTemporaryRetain:function(){c.releaseTemporaryRetain()}};return f}var g=function(){function e(e){var r=this;(0,a.default)(this,"_clearCacheEntry",(function(e){r._cache.delete(e.cacheIdentifier)})),this._environment=e,this._cache=o.create(1e3)}var r=e.prototype;return r.prepare=function(e,r,n,t,i,a,o){var u=p(this._environment,e,n,t,a);return this.prepareWithIdentifier(u,e,r,n,t,i,o)},r.prepareWithIdentifier=function(e,r,n,t,a,o,u){var l=this._environment,d=null!=t?t:v(r)?f:c,p=null!=a?a:l.UNSTABLE_getDefaultRenderPolicy(),h=this._cache.get(e),m=null,y=null!=h;null==h&&(h=this._fetchAndSaveQuery(e,r,n,d,p,u,(0,i.default)((0,i.default)({},o),{},{unsubscribe:function(e){null!=m&&m.dispose();var r=null==o?void 0:o.unsubscribe;r&&r(e)}}))),m=h.temporaryRetain(l);var g=h.getValue();if(s(g))throw l.__log({name:"suspense.query",fetchPolicy:d,isPromiseCached:y,operation:r,queryAvailability:h.operationAvailability,renderPolicy:p}),g;if(g instanceof Error)throw g;return g},r.retain=function(e,r){var n=this._environment,t=e.cacheIdentifier,i=e.operation,a=this._getOrCreateCacheEntry(t,i,null,e,null),o=a.permanentRetain(n);return n.__log({name:"queryresource.retain",profilerContext:r,resourceID:a.id}),{dispose:function(){o.dispose()}}},r.releaseTemporaryRetain=function(e){var r=this._cache.get(e.cacheIdentifier);null!=r&&r.releaseTemporaryRetain()},r.TESTS_ONLY__getCacheEntry=function(e,r,n,t){var i=p(this._environment,e,r,n,t);return this._cache.get(i)},r._getOrCreateCacheEntry=function(e,r,n,t,i){var a=this._cache.get(e);return null==a&&(a=y(e,r,n,t,i,this._clearCacheEntry),this._cache.set(e,a)),a},r._fetchAndSaveQuery=function(e,r,n,t,a,o,u){var s,c,f=this,d=this._environment,p=d.check(r),m=p.status,g="available"===m,b=g||"partial"===a&&"stale"!==m,_=function(){};switch(t){case"store-only":s=!1,c=!0;break;case"store-or-network":s=!g,c=b;break;case"store-and-network":s=!0,c=b;break;default:s=!0,c=!1}if(c){var R=h(r,e),E=y(e,r,p,R,null,this._clearCacheEntry);this._cache.set(e,E)}if(s){var P,k=h(r,e);n.subscribe({start:function(n){P=n;var t=f._cache.get(e);t&&t.setNetworkSubscription(P);var a=null==u?void 0:u.start;a&&a((0,i.default)((0,i.default)({},n),{},{unsubscribe:function(){v(r)&&n.unsubscribe()}}))},next:function(){var n=f._getOrCreateCacheEntry(e,r,p,k,P);n.processedPayloadsCount+=1,n.setValue(k),_();var t=null==u?void 0:u.next;null!=t&&t(d.lookup(r.fragment))},error:function(n){var t=f._getOrCreateCacheEntry(e,r,p,n,P);0===t.processedPayloadsCount&&t.setValue(n),_(),P=null,t.setNetworkSubscription(null);var i=null==u?void 0:u.error;i&&i(n)},complete:function(){_(),P=null;var r=f._cache.get(e);r&&r.setNetworkSubscription(null);var n=null==u?void 0:u.complete;n&&n()},unsubscribe:null==u?void 0:u.unsubscribe});var C=this._cache.get(e);if(!C){var F=new Promise((function(e){_=e}));F.displayName="Relay("+r.fragment.node.name+")",C=y(e,r,p,F,P,this._clearCacheEntry),this._cache.set(e,C)}}else{var S=null==u?void 0:u.complete;S&&S()}var D=this._cache.get(e);return null==D&&l(!1),d.__log({name:"queryresource.fetch",resourceID:D.id,operation:r,profilerContext:o,fetchPolicy:t,renderPolicy:a,queryAvailability:p,shouldFetch:s}),D},e}();function b(e){return new g(e)}var _=d?new WeakMap:new Map;e.exports={createQueryResource:b,getQueryResourceForEnvironment:function(e){var r=_.get(e);if(r)return r;var n=b(e);return _.set(e,n),n},getQueryCacheIdentifier:p}},696:(e,r,n)=>{var t=n(888),i=n(156),a=i.useMemo;e.exports=function(e){var r=e.children,n=e.environment,o=e.getEnvironmentForActor,u=a((function(){return{environment:n,getEnvironmentForActor:o}}),[n,o]);return i.createElement(t.Provider,{value:u},r)}},637:(e,r,n)=>{var t=(0,n(275).default)(n(311)),i=(n(446),function(){function e(e){var r=this;(0,t.default)(this,"_retainCount",0),(0,t.default)(this,"_retainDisposable",null),(0,t.default)(this,"_releaseTemporaryRetain",null),this._retain=function(n){return r._retainCount++,1===r._retainCount&&(r._retainDisposable=e(n)),{dispose:function(){r._retainCount=Math.max(0,r._retainCount-1),0===r._retainCount&&null!=r._retainDisposable&&(r._retainDisposable.dispose(),r._retainDisposable=null)}}}}var r=e.prototype;return r.temporaryRetain=function(e){var r,n=this;if(e.isServer())return{dispose:function(){}};var t=this._retain(e),i=null,a=function(){clearTimeout(i),i=null,n._releaseTemporaryRetain=null,t.dispose()};return i=setTimeout(a,3e5),null===(r=this._releaseTemporaryRetain)||void 0===r||r.call(this),this._releaseTemporaryRetain=a,{dispose:function(){var e;null===(e=n._releaseTemporaryRetain)||void 0===e||e.call(n)}}},r.permanentRetain=function(e){var r=this._retain(e);return this.releaseTemporaryRetain(),r},r.releaseTemporaryRetain=function(){var e;null===(e=this._releaseTemporaryRetain)||void 0===e||e.call(this),this._releaseTemporaryRetain=null},r.getRetainCount=function(){return this._retainCount},e}());e.exports=i},828:(e,r,n)=>{var t=n(428).loadQuery;e.exports=function e(r,n,i){var a=null;null==n.root.getModuleIfRequired()&&(a=n.root.load());var o=n.getPreloadProps(i),u=o.queries,l=o.entryPoints,s=o.extraProps,c={},f={};null!=u&&Object.keys(u).forEach((function(e){var n=u[e],i=n.environmentProviderOptions,a=n.options,o=n.parameters,l=n.variables,s=r.getEnvironment(i);c[e]=t(s,o,l,{fetchPolicy:null==a?void 0:a.fetchPolicy,networkCacheConfig:null==a?void 0:a.networkCacheConfig,__nameForWarning:"loadEntryPoint"},i)})),null!=l&&Object.keys(l).forEach((function(n){var t=l[n];if(null!=t){var i=t.entryPoint,a=t.entryPointParams;f[n]=e(r,i,a)}}));var d=!1;return{dispose:function(){d||(null!=c&&Object.values(c).forEach((function(e){(0,e.dispose)()})),null!=f&&Object.values(f).forEach((function(e){(0,e.dispose)()})),d=!0)},entryPoints:f,extraProps:null!=s?s:null,getComponent:function(){var e,r=n.root.getModuleIfRequired();if(null==r)throw a=null!==(e=a)&&void 0!==e?e:n.root.load();return null!=r.default?r.default:r},get isDisposed(){return d},queries:c,rootModuleID:n.root.getModuleId()}}},428:(e,r,n)=>{var t=(0,n(275).default)(n(175)),i=n(56),a=n(156),o=n(658),u=o.__internal.fetchQueryDeduped,l=o.Observable,s=o.PreloadableQueryRegistry,c=o.RelayFeatureFlags,f=o.ReplaySubject,d=o.createOperationDescriptor,v=o.getRequest,p=o.getRequestIdentifier,h=(n(446),null),m=100001;e.exports={loadQuery:function(e,r,n,o,h){var y,g,b;null===(y=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===y||null===(g=y.ReactCurrentDispatcher)||void 0===g||g.current,m++;var _,R,E,P,k,C,F=null!==(b=null==o?void 0:o.fetchPolicy)&&void 0!==b?b:"store-or-network",S=(0,t.default)((0,t.default)({},null==o?void 0:o.networkCacheConfig),{},{force:!0}),D=!1,x=function(r,n){return D=!0,e.executeWithSource({operation:r,source:n})},q=new f,w=l.create((function(e){return q.subscribe(e)})),I=null,N=!1,Q=function(r){var t;N=!0;var i=new f;if(!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING){var a="raw-network-request-"+p(r,n);t=u(e,a,(function(){return e.getNetwork().execute(r,n,S)}))}else t=e.getNetwork().execute(r,n,S);var o=t.subscribe({error:function(e){I=e,i.error(e)},next:function(e){i.next(e)},complete:function(){i.complete()}}).unsubscribe;return R=o,l.create((function(e){var r=i.subscribe(e);return function(){r.unsubscribe(),R()}}))},O=function(r,n){!0===c.ENABLE_LOAD_QUERY_REQUEST_DEDUPING&&(N=!0);var t=u(e,r.request.identifier,n).subscribe({error:function(e){q.error(e)},next:function(e){q.next(e)},complete:function(){q.complete()}});E=t.unsubscribe},A=function(r){var t=d(r,n,S);_=e.retain(t),"store-only"!==F&&("store-or-network"!==F||"available"!==e.check(t).status)&&O(t,(function(){var e=Q(r.params);return x(t,e)}))};if("PreloadableConcreteRequest"===r.kind){null===(C=(P=r.params).id)&&i(!1);var T=s.get(C);if(null!=T)A(T);else{var L="store-only"===F?null:Q(P),M=s.onLoad(C,(function(r){k();var t=d(r,n,S);_=e.retain(t),null!=L&&O(t,(function(){return x(t,L)}))}));k=M.dispose}}else{var U=v(r);C=null!=(P=U.params).cacheID?P.cacheID:P.id,A(U)}var j=!1,V=!1,W=!1,B=function(){V||(_&&_.dispose(),V=!0)},G=function(){W||(D?E&&E():R&&R(),k&&k(),W=!0)};return{kind:"PreloadedQuery",environment:e,environmentProviderOptions:h,dispose:function(){j||(B(),G(),j=!0)},releaseQuery:B,cancelNetworkRequest:G,fetchKey:m,id:C,get isDisposed(){return j||V},get networkError(){return I},name:P.name,networkCacheConfig:S,fetchPolicy:F,source:N?w:void 0,variables:n}},useTrackLoadQueryInRender:function(){var e,r;null===h&&(h=null===(e=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)||void 0===e||null===(r=e.ReactCurrentDispatcher)||void 0===r?void 0:r.current)}}},74:(e,r,n)=>{var t=n(275).default,i=t(n(175)),a=t(n(765)),o=n(269).getQueryResourceForEnvironment,u=n(56),l=n(658),s=l.__internal.fetchQuery,c=l.RelayFeatureFlags,f=l.createOperationDescriptor,d=l.getPendingOperationsForFragment,v=l.getSelector,p=l.getVariablesFromFragment,h=l.handlePotentialSnapshotErrors;function m(e,r,n,t,a){var u=p(r,n),l=(0,i.default)((0,i.default)({},u),{},{id:t.clientEdgeDestinationID}),c=f(t.request,l,null==a?void 0:a.networkCacheConfig);return o(e).prepare(c,s(e,c),null==a?void 0:a.fetchPolicy)}n(446),e.exports=function(e,r,n,t,i,o){var l,s,f=v(r,n),p=!0===(null==r||null===(l=r.metadata)||void 0===l?void 0:l.plural);p?null==n||Array.isArray(n)||u(!1):Array.isArray(n)&&u(!1),null==n||p&&Array.isArray(n)&&0===n.length||null!=f||u(!1);var y,g=function(e,r){return null==r?{kind:"bailout"}:"PluralReaderSelector"===r.kind?0===r.selectors.length?{kind:"bailout"}:{kind:"plural",snapshots:r.selectors.map((function(r){return e.lookup(r)})),epoch:e.getStore().getEpoch()}:{kind:"singular",snapshot:e.lookup(r),epoch:e.getStore().getEpoch()}}(e,f),b=null;if(!0===(null===(s=r.metadata)||void 0===s?void 0:s.hasClientEdges)){var _=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingClientEdges)&&void 0!==r?r:null;var n,t=null,i=(0,a.default)(e.snapshots);try{for(i.s();!(n=i.n()).done;){var o=n.value;if(o.missingClientEdges){var u;t=null!==(u=t)&&void 0!==u?u:[];var l,s=(0,a.default)(o.missingClientEdges);try{for(s.s();!(l=s.n()).done;){var c=l.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){i.e(e)}finally{i.f()}return t}(g);if(null!=_&&_.length){b=[];var R,E=(0,a.default)(_);try{for(E.s();!(R=E.n()).done;){var P=R.value;b.push(m(e,r,n,P,i))}}catch(e){E.e(e)}finally{E.f()}}}if(function(e){return"bailout"!==e.kind&&("singular"===e.kind?e.snapshot.isMissingData:e.snapshots.some((function(e){return e.isMissingData})))}(g)){null==f&&u(!1);var k="PluralReaderSelector"===f.kind?f.selectors[0].owner:f.owner,C=d(e,r,k);if(C)throw C.promise;!function(e,r){var n,t;if("singular"===r.kind)h(e,r.snapshot.missingRequiredFields,r.snapshot.relayResolverErrors,r.snapshot.errorResponseFields,null!==(n=null===(t=r.snapshot.selector.node.metadata)||void 0===t?void 0:t.throwOnFieldError)&&void 0!==n&&n);else if("plural"===r.kind){var i,o=(0,a.default)(r.snapshots);try{for(o.s();!(i=o.n()).done;){var u,l,s=i.value;h(e,s.missingRequiredFields,s.relayResolverErrors,s.errorResponseFields,null!==(u=null===(l=s.selector.node.metadata)||void 0===l?void 0:l.throwOnFieldError)&&void 0!==u&&u)}}catch(e){o.e(e)}finally{o.f()}}}(e,g)}return y="bailout"===g.kind?p?[]:null:"singular"===g.kind?g.snapshot.data:g.snapshots.map((function(e){return e.data})),c.LOG_MISSING_RECORDS_IN_PROD&&null!=n&&(void 0===y||Array.isArray(y)&&y.length>0&&y.every((function(e){return void 0===e}))),{data:y,clientEdgeQueries:b}}},529:(e,r,n)=>{var t=(0,n(275).default)(n(765)),i=n(828),a=n(428).useTrackLoadQueryInRender,o=n(743),u=n(156),l=u.useCallback,s=u.useEffect,c=u.useRef,f=u.useState,d={kind:"NullEntryPointReference"};e.exports=function(e,r,n){var u,v,p,h;a();var m=null!==(u=null==n||null===(v=n.TEST_ONLY__initialEntryPointData)||void 0===v?void 0:v.entryPointReference)&&void 0!==u?u:d,y=null!==(p=null==n||null===(h=n.TEST_ONLY__initialEntryPointData)||void 0===h?void 0:h.entryPointParams)&&void 0!==p?p:null,g=o(),b=c(new Set([m])),_=f(m),R=_[0],E=_[1],P=f(y),k=P[0],C=P[1],F=l((function(){if(g.current){var e={kind:"NullEntryPointReference"};b.current.add(e),E(e)}}),[E,g]),S=l((function(n){if(g.current){var t=i(e,r,n);b.current.add(t),E(t),C(n)}}),[e,r,E,g]),D=c(!1);return s((function(){return function(){D.current=!0}}),[]),s((function(){if(!0===D.current)return D.current=!1,void("NullEntryPointReference"!==R.kind&&null!=k&&S(k));var e=b.current;if(g.current){var r,n=(0,t.default)(e);try{for(n.s();!(r=n.n()).done;){var i=r.value;if(i===R)break;e.delete(i),"NullEntryPointReference"!==i.kind&&i.dispose()}}catch(e){n.e(e)}finally{n.f()}}}),[R,k,S,g]),s((function(){return function(){var e,r=(0,t.default)(b.current);try{for(r.s();!(e=r.n()).done;){var n=e.value;"NullEntryPointReference"!==n.kind&&n.dispose()}}catch(e){r.e(e)}finally{r.f()}}}),[]),["NullEntryPointReference"===R.kind?null:R,S,F]}},863:(e,r,n)=>{var t=n(813),i=n(156),a=i.useCallback,o=i.useEffect;e.exports=function(){var e=t(null),r=t(!1),n=a((function(){null!=e.current&&(e.current.unsubscribe(),e.current=null),r.current=!1}),[]),i=a((function(n){e.current=n,r.current=!0}),[]),u=a((function(){e.current=null,r.current=!1}),[]);return o((function(){return n}),[n]),{isFetchingRef:r,startFetch:i,disposeFetch:n,completeFetch:u}}},242:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,i=n(337),a=n(224),o=(n(156).useDebugValue,n(658).getFragment);e.exports=function(e,r){t();var n=o(e);return a(n,"first argument of useFragment()"),i(n,r,"useFragment()")}},337:(e,r,n)=>{var t=n(275).default,i=t(n(175)),a=t(n(765)),o=t(n(642)),u=n(269).getQueryResourceForEnvironment,l=n(750),s=n(56),c=n(156),f=(c.useDebugValue,c.useEffect),d=c.useMemo,v=c.useRef,p=c.useState,h=n(658),m=h.__internal,y=m.fetchQuery,g=m.getPromiseForActiveRequest,b=h.RelayFeatureFlags,_=h.areEqualSelectors,R=h.createOperationDescriptor,E=h.getPendingOperationsForFragment,P=h.getSelector,k=h.getVariablesFromFragment,C=h.handlePotentialSnapshotErrors,F=h.recycleNodesInto;function S(e,r){if("bailout"===r.kind)return null;var n=e.getStore().getEpoch();if(n===r.epoch)return null;if("singular"===r.kind){var t=e.lookup(r.snapshot.selector),i=F(r.snapshot.data,t.data),a={data:i,isMissingData:t.isMissingData,missingClientEdges:t.missingClientEdges,missingLiveResolverFields:t.missingLiveResolverFields,seenRecords:t.seenRecords,selector:t.selector,missingRequiredFields:t.missingRequiredFields,relayResolverErrors:t.relayResolverErrors,errorResponseFields:t.errorResponseFields};return[i!==r.snapshot.data,{kind:"singular",snapshot:a,epoch:n}]}for(var o=!1,u=[],l=0;l<r.snapshots.length;l++){var c=r.snapshots[l],f=e.lookup(c.selector),d=F(c.data,f.data),v={data:d,isMissingData:f.isMissingData,missingClientEdges:f.missingClientEdges,missingLiveResolverFields:f.missingLiveResolverFields,seenRecords:f.seenRecords,selector:f.selector,missingRequiredFields:f.missingRequiredFields,relayResolverErrors:f.relayResolverErrors,errorResponseFields:f.errorResponseFields};d!==c.data&&(o=!0),u.push(v)}return u.length!==r.snapshots.length&&s(!1),[o,{kind:"plural",snapshots:u,epoch:n}]}function D(e,r,n,t,a){var o=k(r,n),l=(0,i.default)((0,i.default)({},o),{},{id:t.clientEdgeDestinationID}),s=R(t.request,l,null==a?void 0:a.networkCacheConfig);return[u(e).prepare(s,y(e,s),null==a?void 0:a.fetchPolicy),g(e,s.request)]}function x(e,r){return null==r?{kind:"bailout"}:"PluralReaderSelector"===r.kind?{kind:"plural",snapshots:r.selectors.map((function(r){return e.lookup(r)})),epoch:e.getStore().getEpoch()}:{kind:"singular",snapshot:e.lookup(r),epoch:e.getStore().getEpoch()}}n(446),e.exports=function(e,r,n,t){var i,c,h=d((function(){return P(e,r)}),[e,r]),m=!0===(null==e||null===(i=e.metadata)||void 0===i?void 0:i.plural);m?null==r||Array.isArray(r)||s(!1):Array.isArray(r)&&s(!1),null==r||m&&Array.isArray(r)&&0===r.length||null!=h||s(!1);var y=l(),g=p((function(){return x(y,h)})),R=g[0],k=g[1],F=R,q=p(F),w=q[0],I=q[1],N=w,Q=p(h),O=Q[0],A=Q[1],T=p(y),L=T[0],M=T[1];if(!_(h,O)||y!==L){A(h),M(y);var U=x(y,h);k(U),I(U),F=U,N=U}var j=v(!1);if(f((function(){j.current=h}),[h]),!0===(null===(c=e.metadata)||void 0===c?void 0:c.hasClientEdges)){var V=d((function(){var n,i=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingClientEdges)&&void 0!==r?r:null;var n,t=null,i=(0,a.default)(e.snapshots);try{for(i.s();!(n=i.n()).done;){var o=n.value;if(o.missingClientEdges){var u;t=null!==(u=t)&&void 0!==u?u:[];var l,s=(0,a.default)(o.missingClientEdges);try{for(s.s();!(l=s.n()).done;){var c=l.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){i.e(e)}finally{i.f()}return t}(F),o=[];if(null!=i&&i.length){n=[];var u,l=(0,a.default)(i);try{for(l.s();!(u=l.n()).done;){var s=u.value,c=D(y,e,r,s,t),f=c[0],d=c[1];n.push(f),null!=d&&o.push(d)}}catch(e){l.e(e)}finally{l.f()}}return[n,o]}),[F,y,e,r,t]),W=V[0],B=V[1];if(B.length)throw Promise.all(B);f((function(){var e=u(y);if(null!=W&&W.length){var r,n=[],t=(0,a.default)(W);try{for(t.s();!(r=t.n()).done;){var i=r.value;n.push(e.retain(i))}}catch(e){t.e(e)}finally{t.f()}return function(){var e,r=(0,a.default)(n);try{for(r.s();!(e=r.n()).done;)e.value.dispose()}catch(e){r.e(e)}finally{r.f()}}}}),[y,W])}if(function(e){return"bailout"!==e.kind&&("singular"===e.kind?e.snapshot.isMissingData:e.snapshots.some((function(e){return e.isMissingData})))}(F)){var G=function(e){if("bailout"===e.kind)return null;var r;if("singular"===e.kind)return null!==(r=e.snapshot.missingLiveResolverFields)&&void 0!==r?r:null;var n,t=null,i=(0,a.default)(e.snapshots);try{for(i.s();!(n=i.n()).done;){var o=n.value;if(o.missingLiveResolverFields){var u;t=null!==(u=t)&&void 0!==u?u:[];var l,s=(0,a.default)(o.missingLiveResolverFields);try{for(s.s();!(l=s.n()).done;){var c=l.value;t.push(c)}}catch(e){s.e(e)}finally{s.f()}}}}catch(e){i.e(e)}finally{i.f()}return t}(F);if(null!=G&&G.length>0)throw Promise.all(G.map((function(e){var r=e.liveStateID;return y.getStore().getLiveResolverPromise(r)})));if(b.ENABLE_RELAY_OPERATION_TRACKER_SUSPENSE||y!==L||!j.current||!_(j.current,h)){null==h&&s(!1);var H="PluralReaderSelector"===h.kind?h.selectors[0].owner:h.owner,K=E(y,e,H);if(K)throw K.promise}}!function(e,r){var n,t;if("singular"===r.kind)C(e,r.snapshot.missingRequiredFields,r.snapshot.relayResolverErrors,r.snapshot.errorResponseFields,null!==(n=null===(t=r.snapshot.selector.node.metadata)||void 0===t?void 0:t.throwOnFieldError)&&void 0!==n&&n);else if("plural"===r.kind){var i,o=(0,a.default)(r.snapshots);try{for(o.s();!(i=o.n()).done;){var u,l,s=i.value;C(e,s.missingRequiredFields,s.relayResolverErrors,s.errorResponseFields,null!==(u=null===(l=s.selector.node.metadata)||void 0===l?void 0:l.throwOnFieldError)&&void 0!==u&&u)}}catch(e){o.e(e)}finally{o.f()}}}(y,F);var Y,z=v(!1);if(f((function(){var e=N,r=S(y,N);if(null!==r){var n=r[0],t=r[1];n&&k(t),e=t}return function(e,r,n,t){if("bailout"===r.kind)return function(){};if("singular"===r.kind){var i=e.subscribe(r.snapshot,(function(r){n((function(n){if("singular"!==n.kind||n.snapshot.selector!==r.selector){var i=S(e,n);if(null!=i){var a=i[0],o=i[1];return e.__log({name:"useFragment.subscription.missedUpdates",hasDataChanges:a}),t.current=a,a?o:n}return n}return t.current=!0,{kind:"singular",snapshot:r,epoch:e.getStore().getEpoch()}}))}));return function(){i.dispose()}}var u=r.snapshots.map((function(r,i){return e.subscribe(r,(function(r){n((function(n){var a;if("plural"!==n.kind||(null===(a=n.snapshots[i])||void 0===a?void 0:a.selector)!==r.selector){var u=S(e,n);if(null!=u){var l=u[0],s=u[1];return e.__log({name:"useFragment.subscription.missedUpdates",hasDataChanges:l}),t.current=t.current||l,l?s:n}return n}var c=(0,o.default)(n.snapshots);return c[i]=r,t.current=!0,{kind:"plural",snapshots:c,epoch:e.getStore().getEpoch()}}))}))}));return function(){var e,r=(0,a.default)(u);try{for(r.s();!(e=r.n()).done;)e.value.dispose()}catch(e){r.e(e)}finally{r.f()}}}(y,e,k,z)}),[y,N]),z.current){var X=S(y,F);if(null!=X){var J=X[0],Z=X[1];J&&(k(Z),F=Z)}z.current=!1}if(m){var $=null==r;Y=d((function(){return"bailout"===F.kind?$?null:[]:("plural"!==F.kind&&s(!1),F.snapshots.map((function(e){return e.data})))}),[F,$])}else"bailout"===F.kind?Y=null:("singular"!==F.kind&&s(!1),Y=F.snapshot.data);return b.LOG_MISSING_RECORDS_IN_PROD&&null!=r&&(void 0===Y||Array.isArray(Y)&&Y.length>0&&Y.every((function(e){return void 0===e}))),Y}},743:(e,r,n)=>{var t=n(156),i=t.useEffect,a=t.useRef;e.exports=function(){var e=a(!0);return i((function(){return e.current=!0,function(){e.current=!1}}),[]),e}},233:(e,r,n)=>{var t=n(750),i=n(56),a=n(156),o=n(658),u=o.__internal.getObservableForActiveRequest,l=o.getSelector,s=a.useEffect,c=a.useState,f=a.useMemo;e.exports=function(e,r){var n=t(),a=f((function(){var t=l(e,r);return null==t?null:("SingularReaderSelector"!==t.kind&&i(!1),u(n,t.owner))}),[n,e,r]),o=c(null!=a),d=o[0],v=o[1];return s((function(){var e;if(v(null!=a),null!=a){var r=function(){v(!1)};e=a.subscribe({complete:r,error:r})}return function(){e&&e.unsubscribe()}}),[a]),d}},899:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,i=n(734),a=n(61),o=n(750),u=n(658).__internal.fetchQuery;e.exports=function(e,r,n){t();var l=o(),s=a(e,r,n&&n.networkCacheConfig?n.networkCacheConfig:{force:!0});return i({componentDisplayName:"useLazyLoadQuery()",fetchKey:null==n?void 0:n.fetchKey,fetchObservable:u(l,s),fetchPolicy:null==n?void 0:n.fetchPolicy,query:s,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy})}},734:(e,r,n)=>{var t=n(187),i=n(269),a=i.getQueryCacheIdentifier,o=i.getQueryResourceForEnvironment,u=n(863),l=n(337),s=n(750),c=n(156),f=c.useContext,d=c.useEffect,v=c.useState,p=c.useRef;e.exports=function(e){var r=e.query,n=e.componentDisplayName,i=e.fetchObservable,c=e.fetchPolicy,h=e.fetchKey,m=e.renderPolicy,y=s(),g=f(t),b=o(y),_=v(0),R=_[0],E=_[1],P=u(),k=P.startFetch,C=P.completeFetch,F="".concat(R,"-").concat(null!=h?h:""),S=a(y,r,c,m,F),D=g.wrapPrepareQueryResource((function(){return b.prepareWithIdentifier(S,r,i,c,m,{start:k,complete:C,error:C},g)})),x=p(!1);d((function(){return function(){x.current=!0}}),[]),d((function(){if(!0===x.current)return x.current=!1,void E((function(e){return e+1}));var e=b.retain(D,g);return function(){e.dispose()}}),[y,S]),d((function(){b.releaseTemporaryRetain(D)}));var q=D.fragmentNode,w=D.fragmentRef;return l(q,w,n)}},601:(e,r,n)=>{var t=(0,n(275).default)(n(175)),i=n(863),a=n(743),o=n(233),u=n(750),l=n(56),s=n(156),c=s.useCallback,f=s.useEffect,d=s.useState,v=n(658),p=v.__internal.fetchQuery,h=v.ConnectionInterface,m=v.createOperationDescriptor,y=v.getPaginationVariables,g=v.getRefetchMetadata,b=v.getSelector,_=v.getValueAtPath;n(446),e.exports=function(e){var r=e.direction,n=e.fragmentNode,s=e.fragmentRef,v=e.fragmentIdentifier,R=e.fragmentData,E=e.connectionPathInFragmentData,P=e.paginationRequest,k=e.paginationMetadata,C=e.componentDisplayName,F=e.observer,S=e.onReset,D=u(),x=i(),q=x.isFetchingRef,w=x.startFetch,I=x.disposeFetch,N=x.completeFetch,Q=g(n,C).identifierInfo,O=null!=(null==Q?void 0:Q.identifierField)&&null!=R&&"object"==typeof R?R[Q.identifierField]:null,A=a(),T=d(D),L=T[0],M=T[1],U=d(v),j=U[0],V=U[1],W=o(n,s);(D!==L||v!==j)&&(I(),S(),M(D),V(v));var B=function(e,r,n,t){var i,a,o=h.get(),u=o.EDGES,s=o.PAGE_INFO,c=o.HAS_NEXT_PAGE,f=o.HAS_PREV_PAGE,d=o.END_CURSOR,v=o.START_CURSOR,p=_(n,t);if(null==p)return{cursor:null,hasMore:!1};"object"!=typeof p&&l(!1);var m=p[u],y=p[s];if(null==m||null==y)return{cursor:null,hasMore:!1};Array.isArray(m)||l(!1),"object"!=typeof y&&l(!1);var g="forward"===e?null!==(i=y[d])&&void 0!==i?i:null:null!==(a=y[v])&&void 0!==a?a:null;return null!==g&&"string"!=typeof g&&l(!1),{cursor:g,hasMore:"forward"===e?null!=g&&!0===y[c]:null!=g&&!0===y[f]}}(r,0,R,E),G=B.cursor,H=B.hasMore;return f((function(){return function(){I()}}),[I]),[c((function(e,i){var a=null==i?void 0:i.onComplete;if(!0!==A.current)return{dispose:function(){}};var o=b(n,s);if(!0===q.current||null==R||W)return a&&a(null),{dispose:function(){}};(null==o||"PluralReaderSelector"===o.kind)&&l(!1);var u=o.owner.variables,c=o.variables,f=null==i?void 0:i.UNSTABLE_extraVariables,d=(0,t.default)((0,t.default)({},u),c),v=y(r,e,G,d,(0,t.default)({},f),k);null!=Q&&(v[Q.identifierQueryVariableName]=O);var h=m(P,v,{force:!0});return p(D,h).subscribe((0,t.default)((0,t.default)({},F),{},{start:function(e){w(e),F.start&&F.start(e)},complete:function(){N(),F.complete&&F.complete(),a&&a(null)},error:function(e){N(),F.error&&F.error(e),a&&a(e)}})),{dispose:I}}),[D,O,r,G,w,I,N,q,W,R,n.name,s,C]),H,I]}},61:(e,r,n)=>{var t=n(925),i=n(156),a=n(658),o=a.createOperationDescriptor,u=a.getRequest,l=i.useMemo;e.exports=function(e,r,n){var i=t(r),a=t(n||{});return l((function(){return o(u(e),i,a)}),[e,i,a])}},925:(e,r,n)=>{var t=n(125),i=n(156).useState;e.exports=function(e){var r=i(e),n=r[0],a=r[1];return t(e,n)?n:(a(e),e)}},115:(e,r,n)=>{var t=(0,n(275).default)(n(175)),i=n(743),a=n(750),o=n(156),u=n(658).commitMutation,l=o.useState,s=o.useEffect,c=o.useRef,f=o.useCallback;e.exports=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:u,n=a(),o=i(),d=c(n),v=c(e),p=c(new Set),h=l(!1),m=h[0],y=h[1],g=f((function(r){d.current===n&&v.current===e&&(p.current.delete(r),o.current&&y(p.current.size>0))}),[n,o,e]);return s((function(){d.current===n&&v.current===e||(p.current=new Set,o.current&&y(!1),d.current=n,v.current=e)}),[n,o,e]),[f((function(i){o.current&&y(!0);var a=r(n,(0,t.default)((0,t.default)({},i),{},{mutation:e,onCompleted:function(e,r){var n;g(a),null===(n=i.onCompleted)||void 0===n||n.call(i,e,r)},onError:function(e){var r;g(a),null===(r=i.onError)||void 0===r||r.call(i,e)},onUnsubscribe:function(){var e;g(a),null===(e=i.onUnsubscribe)||void 0===e||e.call(i)},onNext:function(){var e;null===(e=i.onNext)||void 0===e||e.call(i)}}));return p.current.add(a),a}),[g,r,n,o,e]),m]}},951:(e,r,n)=>{var t=(0,n(275).default)(n(175)),i=n(601),a=n(915),o=n(750),u=n(224),l=n(156),s=l.useCallback,c=(l.useDebugValue,l.useState),f=n(658),d=f.getFragment,v=f.getFragmentIdentifier,p=f.getPaginationMetadata;function h(e){var r=o(),n=c(!1),a=n[0],u=n[1],l=function(e){var n,t=null===(n=r.getScheduler())||void 0===n?void 0:n.schedule;t?t((function(){u(e)})):u(e)},s={start:function(){return l(!0)},complete:function(){return l(!1)},error:function(){return l(!1)}},f=i((0,t.default)((0,t.default)({},e),{},{observer:s,onReset:function(){return l(!1)}}));return[f[0],f[1],a,f[2]]}e.exports=function(e,r){var n=d(e);u(n,"first argument of usePaginationFragment()");var i="usePaginationFragment()",o=p(n,i),l=o.connectionPathInFragmentData,c=o.paginationRequest,f=o.paginationMetadata,m=a(n,r,i),y=m.fragmentData,g=m.fragmentRef,b=m.refetch,_=v(n,g),R=h({componentDisplayName:i,connectionPathInFragmentData:l,direction:"backward",fragmentData:y,fragmentIdentifier:_,fragmentNode:n,fragmentRef:g,paginationMetadata:f,paginationRequest:c}),E=R[0],P=R[1],k=R[2],C=R[3],F=h({componentDisplayName:i,connectionPathInFragmentData:l,direction:"forward",fragmentData:y,fragmentIdentifier:_,fragmentNode:n,fragmentRef:g,paginationMetadata:f,paginationRequest:c}),S=F[0],D=F[1],x=F[2],q=F[3];return{data:y,loadNext:S,loadPrevious:E,hasNext:D,hasPrevious:P,isLoadingNext:x,isLoadingPrevious:k,refetch:s((function(e,r){return q(),C(),b(e,(0,t.default)((0,t.default)({},r),{},{__environment:void 0}))}),[q,C,b])}}},617:(e,r,n)=>{var t=n(428).useTrackLoadQueryInRender,i=n(734),a=n(61),o=n(750),u=n(56),l=(n(156).useDebugValue,n(658).__internal),s=l.fetchQueryDeduped,c=l.fetchQuery;n(446),e.exports=function(e,r,n){t();var l,f=o(),d=r.fetchKey,v=r.fetchPolicy,p=r.source,h=r.variables,m=r.networkCacheConfig,y=a(e,h,m);if("PreloadedQuery_DEPRECATED"===r.kind)y.request.node.params.name!==r.name&&u(!1),l={componentDisplayName:"usePreloadedQuery()",fetchKey:d,fetchObservable:s(f,y.request.identifier,(function(){return f===r.environment&&null!=p?f.executeWithSource({operation:y,source:p}):f.execute({operation:y})})),fetchPolicy:v,query:y,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy};else{var g=c(f,y);l={componentDisplayName:"usePreloadedQuery()",fetchObservable:null!=p&&f===r.environment?p.ifEmpty(g):(r.environment,g),fetchKey:d,fetchPolicy:v,query:y,renderPolicy:null==n?void 0:n.UNSTABLE_renderPolicy}}return i(l)}},876:(e,r,n)=>{var t=(0,n(275).default)(n(765)),i=n(428),a=i.loadQuery,o=i.useTrackLoadQueryInRender,u=n(743),l=n(750),s=n(156),c=s.useCallback,f=s.useEffect,d=s.useRef,v=s.useState,p=n(658).getRequest,h={kind:"NullQueryReference"};function m(e){return"PreloadableConcreteRequest"===e.kind?void 0!==e.params.metadata.live:void 0!==p(e).params.metadata.live}e.exports=function(e,r){var n=null!=r?r:h,i=l();o();var s=u(),p=d(new Set([n])),y=v((function(){return n})),g=y[0],b=y[1],_=v((function(){return n})),R=_[0],E=_[1];n!==R&&(p.current.add(n),E(n),b(n));var P=c((function(){s.current&&(p.current.add(h),b(h))}),[s]),k=c((function(r,n){var t=null!=n&&n.hasOwnProperty("__environment")?{fetchPolicy:n.fetchPolicy,networkCacheConfig:n.networkCacheConfig,__nameForWarning:n.__nameForWarning}:n;if(s.current){var o,u=a(null!==(o=null==n?void 0:n.__environment)&&void 0!==o?o:i,e,r,t);p.current.add(u),b(u)}}),[i,e,b,s]),C=d(!1);return f((function(){return function(){C.current=!0}}),[]),f((function(){if(!0===C.current)return C.current=!1,void("NullQueryReference"!==g.kind&&k(g.variables,{fetchPolicy:g.fetchPolicy,networkCacheConfig:g.networkCacheConfig}));var r=p.current;if(s.current){var n,i=(0,t.default)(r);try{for(i.s();!(n=i.n()).done;){var a=n.value;if(a===g)break;r.delete(a),"NullQueryReference"!==a.kind&&(m(e)?a.dispose&&a.dispose():a.releaseQuery&&a.releaseQuery())}}catch(e){i.e(e)}finally{i.f()}}}),[g,s,k,e]),f((function(){return function(){var r,n=(0,t.default)(p.current);try{for(n.s();!(r=n.n()).done;){var i=r.value;"NullQueryReference"!==i.kind&&(m(e)?i.dispose&&i.dispose():i.releaseQuery&&i.releaseQuery())}}catch(e){n.e(e)}finally{n.f()}}}),[e]),["NullQueryReference"===g.kind?null:g,k,P]}},874:(e,r,n)=>{var t=n(915),i=n(224),a=(n(156).useDebugValue,n(658).getFragment);e.exports=function(e,r){var n=a(e);i(n,"first argument of useRefetchableFragment()");var o=t(n,r,"useRefetchableFragment()");return[o.fragmentData,o.refetch]}},915:(e,r,n)=>{var t=(0,n(275).default)(n(175)),i=n(187),a=n(269).getQueryResourceForEnvironment,o=n(74),u=n(337),l=n(743),s=n(876),c=n(750),f=n(56),d=n(156),v=d.useCallback,p=d.useContext,h=d.useReducer,m=n(658),y=m.__internal.fetchQuery,g=m.createOperationDescriptor,b=m.getFragmentIdentifier,_=m.getRefetchMetadata,R=m.getSelector,E=m.getValueAtPath;function P(e,r){switch(r.type){case"refetch":var n;return(0,t.default)((0,t.default)({},e),{},{fetchPolicy:r.fetchPolicy,mirroredEnvironment:null!==(n=r.refetchEnvironment)&&void 0!==n?n:e.mirroredEnvironment,onComplete:r.onComplete,refetchEnvironment:r.refetchEnvironment,refetchQuery:r.refetchQuery,renderPolicy:r.renderPolicy});case"reset":return{fetchPolicy:void 0,mirroredEnvironment:r.environment,mirroredFragmentIdentifier:r.fragmentIdentifier,onComplete:void 0,refetchQuery:null,renderPolicy:void 0};default:throw r.type,new Error("useRefetchableFragmentNode: Unexpected action type")}}n(446),e.exports=function(e,r,n){var d=c(),m=_(e,n),k=m.refetchableRequest,C=m.fragmentRefPathInResponse,F=m.identifierInfo,S=b(e,r),D=h(P,{fetchPolicy:void 0,mirroredEnvironment:d,mirroredFragmentIdentifier:S,onComplete:void 0,refetchEnvironment:null,refetchQuery:null,renderPolicy:void 0}),x=D[0],q=D[1],w=x.fetchPolicy,I=x.mirroredEnvironment,N=x.mirroredFragmentIdentifier,Q=x.onComplete,O=x.refetchEnvironment,A=x.refetchQuery,T=x.renderPolicy,L=null!=O?O:d,M=a(L),U=p(i),j=L!==I||S!==N,V=s(k),W=V[0],B=V[1],G=V[2],H=r;if(j)q({type:"reset",environment:L,fragmentIdentifier:S}),G();else if(null!=A&&null!=W){var K=function(e){Q&&Q(null!=e?e:null)},Y=null!=W.source?W.source:y(L,A),z=U.wrapPrepareQueryResource((function(){return M.prepare(A,Y,w,T,{error:K,complete:function(){K()}},W.fetchKey,U)})),X=o(L,z.fragmentNode,z.fragmentRef,n).data;null==X&&f(!1),H=E(X,C)}var J=u(e,H,n),Z=function(e,r,n,i,a,o,u,s,c,f,d){var p=l(),h=null!=(null==s?void 0:s.identifierField)&&null!=i&&"object"==typeof i?i[s.identifierField]:null;return v((function(e,i){if(!0!==p.current)return{dispose:function(){}};var a,u,l=null==i?void 0:i.__environment,v=null==i?void 0:i.fetchPolicy,m=null==i?void 0:i.UNSTABLE_renderPolicy,y=null==i?void 0:i.onComplete,b=R(o,f);if(null==b)a={},u={};else if("PluralReaderSelector"===b.kind){var _,E,P,k;a=null!==(_=null===(E=b.selectors[0])||void 0===E?void 0:E.owner.variables)&&void 0!==_?_:{},u=null!==(P=null===(k=b.selectors[0])||void 0===k?void 0:k.variables)&&void 0!==P?P:{}}else a=b.owner.variables,u=b.variables;var C=(0,t.default)((0,t.default)((0,t.default)({},a),u),e);null==s||e.hasOwnProperty(s.identifierQueryVariableName)||(C[s.identifierQueryVariableName]=h);var F=g(d,C,{force:!0});return c(F.request.variables,{fetchPolicy:v,__environment:l,__nameForWarning:"refetch"}),r({type:"refetch",fetchPolicy:v,onComplete:y,refetchEnvironment:l,refetchQuery:F,renderPolicy:m}),{dispose:n}}),[a,r,n,h,c])}(0,q,G,J,S,e,0,F,B,r,k);return{fragmentData:J,fragmentRef:H,refetch:Z}}},750:(e,r,n)=>{var t=n(888),i=n(56),a=n(156).useContext;e.exports=function(){var e=a(t);return null==e&&i(!1),e.environment}},224:(e,r,n)=>{n(813),n(446),e.exports=function(e,r){}},50:(e,r,n)=>{var t=n(750),i=n(156),a=i.useEffect,o=i.useRef;e.exports=function(e,r){var n=t(),i=o(null),u=Array.from(e).sort().join("");return a((function(){var t=n.getStore(),a=t.lookupInvalidationState(e),o=t.subscribeToInvalidationState(a,r);return i.current=o,function(){return o.dispose()}}),[u,r,n]),{dispose:function(){null!=i.current&&i.current.dispose()}}}},746:(e,r,n)=>{var t=n(750),i=n(156).useEffect,a=n(658).requestSubscription;e.exports=function(e,r){var n=null!=r?r:a,o=t();i((function(){return n(o,e).dispose}),[o,e,n])}},813:(e,r,n)=>{var t=n(156).useMemo;e.exports=function(e){return t((function(){return{current:e}}),[])}},765:r=>{r.exports=e},311:e=>{e.exports=r},275:e=>{e.exports=n},175:e=>{e.exports=t},642:e=>{e.exports=i},125:e=>{e.exports=a},446:e=>{e.exports=o},56:e=>{e.exports=u},156:e=>{e.exports=l},658:e=>{e.exports=s}},f={};return function e(r){var n=f[r];if(void 0!==n)return n.exports;var t=f[r]={exports:{}};return c[r](t,t.exports,e),t.exports}(651)})()));