@medplum/fhir-router 3.0.10 → 3.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,6 @@ spurious results.`)}}return!1};var Je=class{constructor(t,n="GraphQL request",r=
50
50
 
51
51
  In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.`,fields:()=>({name:{type:new I(E),resolve:e=>e.name},description:{type:E,resolve:e=>e.description},isRepeatable:{type:new I(J),resolve:e=>e.isRepeatable},locations:{type:new I(new C(new I(jn))),resolve:e=>e.locations},args:{type:new I(new C(new I(vt))),args:{includeDeprecated:{type:J,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),jn=new Ne({name:"__DirectiveLocation",description:"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",values:{QUERY:{value:v.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:v.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:v.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:v.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:v.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:v.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:v.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:v.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:v.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:v.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:v.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:v.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:v.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:v.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:v.UNION,description:"Location adjacent to a union definition."},ENUM:{value:v.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:v.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:v.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:v.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),le=new Y({name:"__Type",description:"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",fields:()=>({kind:{type:new I(qn),resolve(e){if(ye(e))return H.SCALAR;if(O(e))return H.OBJECT;if(L(e))return H.INTERFACE;if(K(e))return H.UNION;if(Q(e))return H.ENUM;if(F(e))return H.INPUT_OBJECT;if(k(e))return H.LIST;if(b(e))return H.NON_NULL;V(!1,`Unexpected type: "${y(e)}".`)}},name:{type:E,resolve:e=>"name"in e?e.name:void 0},description:{type:E,resolve:e=>"description"in e?e.description:void 0},specifiedByURL:{type:E,resolve:e=>"specifiedByURL"in e?e.specifiedByURL:void 0},fields:{type:new C(new I(Qn)),args:{includeDeprecated:{type:J,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(O(e)||L(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new C(new I(le)),resolve(e){if(O(e)||L(e))return e.getInterfaces()}},possibleTypes:{type:new C(new I(le)),resolve(e,t,n,{schema:r}){if(re(e))return r.getPossibleTypes(e)}},enumValues:{type:new C(new I(Bn)),args:{includeDeprecated:{type:J,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(Q(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new C(new I(vt)),args:{includeDeprecated:{type:J,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(F(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},ofType:{type:le,resolve:e=>"ofType"in e?e.ofType:void 0}})}),Qn=new Y({name:"__Field",description:"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",fields:()=>({name:{type:new I(E),resolve:e=>e.name},description:{type:E,resolve:e=>e.description},args:{type:new I(new C(new I(vt))),args:{includeDeprecated:{type:J,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}},type:{type:new I(le),resolve:e=>e.type},isDeprecated:{type:new I(J),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),vt=new Y({name:"__InputValue",description:"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",fields:()=>({name:{type:new I(E),resolve:e=>e.name},description:{type:E,resolve:e=>e.description},type:{type:new I(le),resolve:e=>e.type},defaultValue:{type:E,description:"A GraphQL-formatted string representing the default value for this input value.",resolve(e){let{type:t,defaultValue:n}=e,r=nt(n,t);return r?A(r):null}},isDeprecated:{type:new I(J),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Bn=new Y({name:"__EnumValue",description:"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",fields:()=>({name:{type:new I(E),resolve:e=>e.name},description:{type:E,resolve:e=>e.description},isDeprecated:{type:new I(J),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),H;(function(e){e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.INPUT_OBJECT="INPUT_OBJECT",e.LIST="LIST",e.NON_NULL="NON_NULL"})(H||(H={}));var qn=new Ne({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:H.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:H.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:H.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:H.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:H.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:H.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:H.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:H.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Fe={name:"__schema",type:new I(Nt),description:"Access the current type schema of this server.",args:[],resolve:(e,t,n,{schema:r})=>r,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},ke={name:"__type",type:le,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new I(E),defaultValue:void 0,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0}],resolve:(e,{name:t},n,{schema:r})=>r.getType(t),deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Ce={name:"__typename",type:new I(E),description:"The name of the current Object type at runtime.",args:[],resolve:(e,t,n,{parentType:r})=>r.name,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Xt=Object.freeze([Nt,Gn,jn,le,Qn,vt,Bn,qn]);function Yn(e){return Xt.some(({name:t})=>e.name===t)}function Jn(e){return ee(e,Pe)}function Wt(e){if(!Jn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Pe=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,q(t)||R(!1,"Must provide configuration object."),!t.types||Array.isArray(t.types)||R(!1,`"types" must be Array if provided but got: ${y(t.types)}.`),!t.directives||Array.isArray(t.directives)||R(!1,`"directives" must be Array if provided but got: ${y(t.directives)}.`),this.description=t.description,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._queryType=t.query,this._mutationType=t.mutation,this._subscriptionType=t.subscription,this._directives=(r=t.directives)!==null&&r!==void 0?r:ge;let i=new Set(t.types);if(t.types!=null)for(let s of t.types)i.delete(s),Ee(s,i);this._queryType!=null&&Ee(this._queryType,i),this._mutationType!=null&&Ee(this._mutationType,i),this._subscriptionType!=null&&Ee(this._subscriptionType,i);for(let s of this._directives)if(Et(s))for(let o of s.args)Ee(o.type,i);Ee(Nt,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(let s of i){if(s==null)continue;let o=s.name;if(o||R(!1,"One of the provided types for building the Schema is missing a name."),this._typeMap[o]!==void 0)throw new Error(`Schema must contain uniquely named types but contains multiple types named "${o}".`);if(this._typeMap[o]=s,L(s)){for(let a of s.getInterfaces())if(L(a)){let c=this._implementationsMap[a.name];c===void 0&&(c=this._implementationsMap[a.name]={objects:[],interfaces:[]}),c.interfaces.push(s)}}else if(O(s)){for(let a of s.getInterfaces())if(L(a)){let c=this._implementationsMap[a.name];c===void 0&&(c=this._implementationsMap[a.name]={objects:[],interfaces:[]}),c.objects.push(s)}}}}get[Symbol.toStringTag](){return"GraphQLSchema"}getQueryType(){return this._queryType}getMutationType(){return this._mutationType}getSubscriptionType(){return this._subscriptionType}getRootType(t){switch(t){case U.QUERY:return this.getQueryType();case U.MUTATION:return this.getMutationType();case U.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return K(t)?t.getTypes():this.getImplementations(t).objects}getImplementations(t){let n=this._implementationsMap[t.name];return n??{objects:[],interfaces:[]}}isSubType(t,n){let r=this._subTypeMap[t.name];if(r===void 0){if(r=Object.create(null),K(t))for(let i of t.getTypes())r[i.name]=!0;else{let i=this.getImplementations(t);for(let s of i.objects)r[s.name]=!0;for(let s of i.interfaces)r[s.name]=!0}this._subTypeMap[t.name]=r}return r[n.name]!==void 0}getDirectives(){return this._directives}getDirective(t){return this.getDirectives().find(n=>n.name===t)}toConfig(){return{description:this.description,query:this.getQueryType(),mutation:this.getMutationType(),subscription:this.getSubscriptionType(),types:Object.values(this.getTypeMap()),directives:this.getDirectives(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes,assumeValid:this.__validationErrors!==void 0}}};function Ee(e,t){let n=z(e);if(!t.has(n)){if(t.add(n),K(n))for(let r of n.getTypes())Ee(r,t);else if(O(n)||L(n)){for(let r of n.getInterfaces())Ee(r,t);for(let r of Object.values(n.getFields())){Ee(r.type,t);for(let i of r.args)Ee(i.type,t)}}else if(F(n))for(let r of Object.values(n.getFields()))Ee(r.type,t)}return t}function vi(e){if(Wt(e),e.__validationErrors)return e.__validationErrors;let t=new zn(e);Ss(t),_s(t),xs(t);let n=t.getErrors();return e.__validationErrors=n,n}function bt(e){let t=vi(e);if(t.length!==0)throw new Error(t.map(n=>n.message).join(`
52
52
 
53
- `))}var zn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,n){let r=Array.isArray(n)?n.filter(Boolean):n;this._errors.push(new f(t,{nodes:r}))}getErrors(){return this._errors}};function Ss(e){let t=e.schema,n=t.getQueryType();if(!n)e.reportError("Query root type must be provided.",t.astNode);else if(!O(n)){var r;e.reportError(`Query root type must be Object type, it cannot be ${y(n)}.`,(r=Hn(t,U.QUERY))!==null&&r!==void 0?r:n.astNode)}let i=t.getMutationType();if(i&&!O(i)){var s;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(s=Hn(t,U.MUTATION))!==null&&s!==void 0?s:i.astNode)}let o=t.getSubscriptionType();if(o&&!O(o)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(o)}.`,(a=Hn(t,U.SUBSCRIPTION))!==null&&a!==void 0?a:o.astNode)}}function Hn(e,t){var n;return(n=[e.astNode,...e.extensionASTNodes].flatMap(r=>{var i;return(i=r?.operationTypes)!==null&&i!==void 0?i:[]}).find(r=>r.operation===t))===null||n===void 0?void 0:n.type}function _s(e){for(let n of e.schema.getDirectives()){if(!Et(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}Ue(e,n);for(let r of n.args)if(Ue(e,r),X(r.type)||e.reportError(`The type of @${n.name}(${r.name}:) must be Input Type but got: ${y(r.type)}.`,r.astNode),Ie(r)&&r.deprecationReason!=null){var t;e.reportError(`Required argument @${n.name}(${r.name}:) cannot be deprecated.`,[Kn(r.astNode),(t=r.astNode)===null||t===void 0?void 0:t.type])}}}function Ue(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function xs(e){let t=ks(e),n=e.schema.getTypeMap();for(let r of Object.values(n)){if(!Qt(r)){e.reportError(`Expected GraphQL named type but got: ${y(r)}.`,r.astNode);continue}Yn(r)||Ue(e,r),O(r)||L(r)?(gi(e,r),Ei(e,r)):K(r)?ws(e,r):Q(r)?Ds(e,r):F(r)&&(Fs(e,r),t(r))}}function gi(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let o of n){if(Ue(e,o),!ve(o.type)){var r;e.reportError(`The type of ${t.name}.${o.name} must be Output Type but got: ${y(o.type)}.`,(r=o.astNode)===null||r===void 0?void 0:r.type)}for(let a of o.args){let c=a.name;if(Ue(e,a),!X(a.type)){var i;e.reportError(`The type of ${t.name}.${o.name}(${c}:) must be Input Type but got: ${y(a.type)}.`,(i=a.astNode)===null||i===void 0?void 0:i.type)}if(Ie(a)&&a.deprecationReason!=null){var s;e.reportError(`Required argument ${t.name}.${o.name}(${c}:) cannot be deprecated.`,[Kn(a.astNode),(s=a.astNode)===null||s===void 0?void 0:s.type])}}}}function Ei(e,t){let n=Object.create(null);for(let r of t.getInterfaces()){if(!L(r)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(r)}.`,It(t,r));continue}if(t===r){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,It(t,r));continue}if(n[r.name]){e.reportError(`Type ${t.name} can only implement ${r.name} once.`,It(t,r));continue}n[r.name]=!0,As(e,t,r),Ls(e,t,r)}}function Ls(e,t,n){let r=t.getFields();for(let c of Object.values(n.getFields())){let p=c.name,l=r[p];if(!l){e.reportError(`Interface field ${n.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!Re(e.schema,l.type,c.type)){var i,s;e.reportError(`Interface field ${n.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(l.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(s=l.astNode)===null||s===void 0?void 0:s.type])}for(let d of c.args){let h=d.name,T=l.args.find(N=>N.name===h);if(!T){e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,l.astNode]);continue}if(!Yt(d.type,T.type)){var o,a;e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expects type ${y(d.type)} but ${t.name}.${p}(${h}:) is type ${y(T.type)}.`,[(o=d.astNode)===null||o===void 0?void 0:o.type,(a=T.astNode)===null||a===void 0?void 0:a.type])}}for(let d of l.args){let h=d.name;!c.args.find(N=>N.name===h)&&Ie(d)&&e.reportError(`Object field ${t.name}.${p} includes required argument ${h} that is missing from the Interface field ${n.name}.${p}.`,[d.astNode,c.astNode])}}}function As(e,t,n){let r=t.getInterfaces();for(let i of n.getInterfaces())r.includes(i)||e.reportError(i===t?`Type ${t.name} cannot implement ${n.name} because it would create a circular reference.`:`Type ${t.name} must implement ${i.name} because it is implemented by ${n.name}.`,[...It(n,i),...It(t,n)])}function ws(e,t){let n=t.getTypes();n.length===0&&e.reportError(`Union type ${t.name} must define one or more member types.`,[t.astNode,...t.extensionASTNodes]);let r=Object.create(null);for(let i of n){if(r[i.name]){e.reportError(`Union type ${t.name} can only include type ${i.name} once.`,Ni(t,i.name));continue}r[i.name]=!0,O(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,Ni(t,String(i)))}}function Ds(e,t){let n=t.getValues();n.length===0&&e.reportError(`Enum type ${t.name} must define one or more values.`,[t.astNode,...t.extensionASTNodes]);for(let r of n)Ue(e,r)}function Fs(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Input Object type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let s of n){if(Ue(e,s),!X(s.type)){var r;e.reportError(`The type of ${t.name}.${s.name} must be Input Type but got: ${y(s.type)}.`,(r=s.astNode)===null||r===void 0?void 0:r.type)}if(et(s)&&s.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${s.name} cannot be deprecated.`,[Kn(s.astNode),(i=s.astNode)===null||i===void 0?void 0:i.type])}}}function ks(e){let t=Object.create(null),n=[],r=Object.create(null);return i;function i(s){if(t[s.name])return;t[s.name]=!0,r[s.name]=n.length;let o=Object.values(s.getFields());for(let a of o)if(b(a.type)&&F(a.type.ofType)){let c=a.type.ofType,p=r[c.name];if(n.push(a),p===void 0)i(c);else{let l=n.slice(p),d=l.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,l.map(h=>h.astNode))}n.pop()}r[s.name]=void 0}}function It(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(s=>{var o;return(o=s.interfaces)!==null&&o!==void 0?o:[]}).filter(s=>s.name.value===t.name)}function Ni(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(s=>{var o;return(o=s.types)!==null&&o!==void 0?o:[]}).filter(s=>s.name.value===t)}function Kn(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(n=>n.name.value===Kt.name)}function M(e,t){switch(t.kind){case u.LIST_TYPE:{let n=M(e,t.type);return n&&new C(n)}case u.NON_NULL_TYPE:{let n=M(e,t.type);return n&&new I(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var rt=class{constructor(t,n,r){this._schema=t,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=r??Cs,n&&(X(n)&&this._inputTypeStack.push(n),ce(n)&&this._parentTypeStack.push(n),ve(n)&&this._typeStack.push(n))}get[Symbol.toStringTag](){return"TypeInfo"}getType(){if(this._typeStack.length>0)return this._typeStack[this._typeStack.length-1]}getParentType(){if(this._parentTypeStack.length>0)return this._parentTypeStack[this._parentTypeStack.length-1]}getInputType(){if(this._inputTypeStack.length>0)return this._inputTypeStack[this._inputTypeStack.length-1]}getParentInputType(){if(this._inputTypeStack.length>1)return this._inputTypeStack[this._inputTypeStack.length-2]}getFieldDef(){if(this._fieldDefStack.length>0)return this._fieldDefStack[this._fieldDefStack.length-1]}getDefaultValue(){if(this._defaultValueStack.length>0)return this._defaultValueStack[this._defaultValueStack.length-1]}getDirective(){return this._directive}getArgument(){return this._argument}getEnumValue(){return this._enumValue}enter(t){let n=this._schema;switch(t.kind){case u.SELECTION_SET:{let i=z(this.getType());this._parentTypeStack.push(ce(i)?i:void 0);break}case u.FIELD:{let i=this.getParentType(),s,o;i&&(s=this._getFieldDef(n,i,t),s&&(o=s.type)),this._fieldDefStack.push(s),this._typeStack.push(ve(o)?o:void 0);break}case u.DIRECTIVE:this._directive=n.getDirective(t.name.value);break;case u.OPERATION_DEFINITION:{let i=n.getRootType(t.operation);this._typeStack.push(O(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,s=i?M(n,i):z(this.getType());this._typeStack.push(ve(s)?s:void 0);break}case u.VARIABLE_DEFINITION:{let i=M(n,t.type);this._inputTypeStack.push(X(i)?i:void 0);break}case u.ARGUMENT:{var r;let i,s,o=(r=this.getDirective())!==null&&r!==void 0?r:this.getFieldDef();o&&(i=o.args.find(a=>a.name===t.name.value),i&&(s=i.type)),this._argument=i,this._defaultValueStack.push(i?i.defaultValue:void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.LIST:{let i=Ze(this.getInputType()),s=k(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.OBJECT_FIELD:{let i=z(this.getInputType()),s,o;F(i)&&(o=i.getFields()[t.name.value],o&&(s=o.type)),this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.ENUM:{let i=z(this.getInputType()),s;Q(i)&&(s=i.getValue(t.value)),this._enumValue=s;break}default:}}leave(t){switch(t.kind){case u.SELECTION_SET:this._parentTypeStack.pop();break;case u.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case u.DIRECTIVE:this._directive=null;break;case u.OPERATION_DEFINITION:case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:this._typeStack.pop();break;case u.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case u.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case u.LIST:case u.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case u.ENUM:this._enumValue=null;break;default:}}};function Cs(e,t,n){let r=n.name.value;if(r===Fe.name&&e.getQueryType()===t)return Fe;if(r===ke.name&&e.getQueryType()===t)return ke;if(r===Ce.name&&ce(t))return Ce;if(O(t)||L(t))return t.getFields()[r]}function Zt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=Ke(t,r.kind).enter;if(i){let s=i.apply(t,n);return s!==void 0&&(e.leave(r),ct(s)&&e.enter(s)),s}},leave(...n){let r=n[0],i=Ke(t,r.kind).leave,s;return i&&(s=i.apply(t,n)),e.leave(r),s}}}function Xn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Wn(e){return e.kind===u.SCHEMA_DEFINITION||Se(e)||e.kind===u.DIRECTIVE_DEFINITION}function Se(e){return e.kind===u.SCALAR_TYPE_DEFINITION||e.kind===u.OBJECT_TYPE_DEFINITION||e.kind===u.INTERFACE_TYPE_DEFINITION||e.kind===u.UNION_TYPE_DEFINITION||e.kind===u.ENUM_TYPE_DEFINITION||e.kind===u.INPUT_OBJECT_TYPE_DEFINITION}function Zn(e){return e.kind===u.SCHEMA_EXTENSION||en(e)}function en(e){return e.kind===u.SCALAR_TYPE_EXTENSION||e.kind===u.OBJECT_TYPE_EXTENSION||e.kind===u.INTERFACE_TYPE_EXTENSION||e.kind===u.UNION_TYPE_EXTENSION||e.kind===u.ENUM_TYPE_EXTENSION||e.kind===u.INPUT_OBJECT_TYPE_EXTENSION}function er(e){return{Document(t){for(let n of t.definitions)if(!Xn(n)){let r=n.kind===u.SCHEMA_DEFINITION||n.kind===u.SCHEMA_EXTENSION?"schema":'"'+n.name.value+'"';e.reportError(new f(`The ${r} definition is not executable.`,{nodes:n}))}return!1}}}function tr(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),s=t.name.value,o=Z("to use an inline fragment on",Ps(i,n,s));o===""&&(o=Z(Us(n,s))),e.reportError(new f(`Cannot query field "${s}" on type "${n.name}".`+o,{nodes:t}))}}}}function Ps(e,t,n){if(!re(t))return[];let r=new Set,i=Object.create(null);for(let o of e.getPossibleTypes(t))if(o.getFields()[n]){r.add(o),i[o.name]=1;for(let a of o.getInterfaces()){var s;a.getFields()[n]&&(r.add(a),i[a.name]=((s=i[a.name])!==null&&s!==void 0?s:0)+1)}}return[...r].sort((o,a)=>{let c=i[a.name]-i[o.name];return c!==0?c:L(o)&&e.isSubType(o,a)?-1:L(a)&&e.isSubType(a,o)?1:He(o.name,a.name)}).map(o=>o.name)}function Us(e,t){if(O(e)||L(e)){let n=Object.keys(e.getFields());return te(t,n)}return[]}function nr(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=M(e.getSchema(),n);if(r&&!ce(r)){let i=A(n);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=M(e.getSchema(),t.typeCondition);if(n&&!ce(n)){let r=A(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function rr(e){return{...ir(e),Argument(t){let n=e.getArgument(),r=e.getFieldDef(),i=e.getParentType();if(!n&&r&&i){let s=t.name.value,o=r.args.map(c=>c.name),a=te(s,o);e.reportError(new f(`Unknown argument "${s}" on field "${i.name}.${r.name}".`+Z(a),{nodes:t}))}}}}function ir(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let o of r)t[o.name]=o.args.map(a=>a.name);let i=e.getDocument().definitions;for(let o of i)if(o.kind===u.DIRECTIVE_DEFINITION){var s;let a=(s=o.arguments)!==null&&s!==void 0?s:[];t[o.name.value]=a.map(c=>c.name.value)}return{Directive(o){let a=o.name.value,c=t[a];if(o.arguments&&c)for(let p of o.arguments){let l=p.name.value;if(!c.includes(l)){let d=te(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+Z(d),{nodes:p}))}}return!1}}}function tn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let s of r)t[s.name]=s.locations;let i=e.getDocument().definitions;for(let s of i)s.kind===u.DIRECTIVE_DEFINITION&&(t[s.name.value]=s.locations.map(o=>o.value));return{Directive(s,o,a,c,p){let l=s.name.value,d=t[l];if(!d){e.reportError(new f(`Unknown directive "@${l}".`,{nodes:s}));return}let h=Vs(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:s}))}}}function Vs(e){let t=e[e.length-1];switch("kind"in t||V(!1),t.kind){case u.OPERATION_DEFINITION:return $s(t.operation);case u.FIELD:return v.FIELD;case u.FRAGMENT_SPREAD:return v.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return v.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return v.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return v.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return v.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return v.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return v.OBJECT;case u.FIELD_DEFINITION:return v.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return v.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return v.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return v.ENUM;case u.ENUM_VALUE_DEFINITION:return v.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return v.INPUT_OBJECT;case u.INPUT_VALUE_DEFINITION:{let n=e[e.length-3];return"kind"in n||V(!1),n.kind===u.INPUT_OBJECT_TYPE_DEFINITION?v.INPUT_FIELD_DEFINITION:v.ARGUMENT_DEFINITION}default:V(!1,"Unexpected kind: "+y(t.kind))}}function $s(e){switch(e){case U.QUERY:return v.QUERY;case U.MUTATION:return v.MUTATION;case U.SUBSCRIPTION:return v.SUBSCRIPTION}}function sr(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new f(`Unknown fragment "${n}".`,{nodes:t.name}))}}}function nn(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);for(let s of e.getDocument().definitions)Se(s)&&(r[s.name.value]=!0);let i=[...Object.keys(n),...Object.keys(r)];return{NamedType(s,o,a,c,p){let l=s.name.value;if(!n[l]&&!r[l]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&Ms(h);if(T&&Ii.includes(l))return;let N=te(l,T?Ii.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+Z(N),{nodes:s}))}}}}var Ii=[...Jt,...Xt].map(e=>e.name);function Ms(e){return"kind"in e&&(Wn(e)||Zn(e))}function or(e){let t=0;return{Document(n){t=n.definitions.filter(r=>r.kind===u.OPERATION_DEFINITION).length},OperationDefinition(n){!n.name&&t>1&&e.reportError(new f("This anonymous operation must be the only defined operation.",{nodes:n}))}}}function ar(e){var t,n,r;let i=e.getSchema(),s=(t=(n=(r=i?.astNode)!==null&&r!==void 0?r:i?.getQueryType())!==null&&n!==void 0?n:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),o=0;return{SchemaDefinition(a){if(s){e.reportError(new f("Cannot define a new schema within a schema extension.",{nodes:a}));return}o>0&&e.reportError(new f("Must provide only one schema definition.",{nodes:a})),++o}}}function cr(e){let t=Object.create(null),n=[],r=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(s){return i(s),!1}};function i(s){if(t[s.name.value])return;let o=s.name.value;t[o]=!0;let a=e.getFragmentSpreads(s.selectionSet);if(a.length!==0){r[o]=n.length;for(let c of a){let p=c.name.value,l=r[p];if(n.push(c),l===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=n.slice(l),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new f(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}n.pop()}r[o]=void 0}}}function ur(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i}of r){let s=i.name.value;t[s]!==!0&&e.reportError(new f(n.name?`Variable "$${s}" is not defined by operation "${n.name.value}".`:`Variable "$${s}" is not defined.`,{nodes:[i,n]}))}}},VariableDefinition(n){t[n.variable.name.value]=!0}}}function pr(e){let t=[],n=[];return{OperationDefinition(r){return t.push(r),!1},FragmentDefinition(r){return n.push(r),!1},Document:{leave(){let r=Object.create(null);for(let i of t)for(let s of e.getRecursivelyReferencedFragments(i))r[s.name.value]=!0;for(let i of n){let s=i.name.value;r[s]!==!0&&e.reportError(new f(`Fragment "${s}" is never used.`,{nodes:i}))}}}}}function lr(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(n){let r=Object.create(null),i=e.getRecursiveVariableUsages(n);for(let{node:s}of i)r[s.name.value]=!0;for(let s of t){let o=s.variable.name.value;r[o]!==!0&&e.reportError(new f(n.name?`Variable "$${o}" is never used in operation "${n.name.value}".`:`Variable "$${o}" is never used.`,{nodes:s}))}}},VariableDefinition(n){t.push(n)}}}function rn(e){switch(e.kind){case u.OBJECT:return{...e,fields:Gs(e.fields)};case u.LIST:return{...e,values:e.values.map(rn)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function Gs(e){return e.map(t=>({...t,value:rn(t.value)})).sort((t,n)=>He(t.name.value,n.name.value))}function Ri(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+Ri(n)).join(" and "):e}function hr(e){let t=new mr,n=new Map;return{SelectionSet(r){let i=js(e,n,t,e.getParentType(),r);for(let[[s,o],a,c]of i){let p=Ri(o);e.reportError(new f(`Fields "${s}" conflict because ${p}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:a.concat(c)}))}}}}function js(e,t,n,r,i){let s=[],[o,a]=an(e,t,r,i);if(Bs(e,s,t,n,o),a.length!==0)for(let c=0;c<a.length;c++){sn(e,s,t,n,!1,o,a[c]);for(let p=c+1;p<a.length;p++)on(e,s,t,n,!1,a[c],a[p])}return s}function sn(e,t,n,r,i,s,o){let a=e.getFragment(o);if(!a)return;let[c,p]=dr(e,n,a);if(s!==c){yr(e,t,n,r,i,s,c);for(let l of p)r.has(l,o,i)||(r.add(l,o,i),sn(e,t,n,r,i,s,l))}}function on(e,t,n,r,i,s,o){if(s===o||r.has(s,o,i))return;r.add(s,o,i);let a=e.getFragment(s),c=e.getFragment(o);if(!a||!c)return;let[p,l]=dr(e,n,a),[d,h]=dr(e,n,c);yr(e,t,n,r,i,p,d);for(let T of h)on(e,t,n,r,i,s,T);for(let T of l)on(e,t,n,r,i,T,o)}function Qs(e,t,n,r,i,s,o,a){let c=[],[p,l]=an(e,t,i,s),[d,h]=an(e,t,o,a);yr(e,c,t,n,r,p,d);for(let T of h)sn(e,c,t,n,r,p,T);for(let T of l)sn(e,c,t,n,r,d,T);for(let T of l)for(let N of h)on(e,c,t,n,r,T,N);return c}function Bs(e,t,n,r,i){for(let[s,o]of Object.entries(i))if(o.length>1)for(let a=0;a<o.length;a++)for(let c=a+1;c<o.length;c++){let p=Oi(e,n,r,!1,s,o[a],o[c]);p&&t.push(p)}}function yr(e,t,n,r,i,s,o){for(let[a,c]of Object.entries(s)){let p=o[a];if(p)for(let l of c)for(let d of p){let h=Oi(e,n,r,i,a,l,d);h&&t.push(h)}}}function Oi(e,t,n,r,i,s,o){let[a,c,p]=s,[l,d,h]=o,T=r||a!==l&&O(a)&&O(l);if(!T){let xe=c.name.value,fe=d.name.value;if(xe!==fe)return[[i,`"${xe}" and "${fe}" are different fields`],[c],[d]];if(!qs(c,d))return[[i,"they have differing arguments"],[c],[d]]}let N=p?.type,P=h?.type;if(N&&P&&fr(N,P))return[[i,`they return conflicting types "${y(N)}" and "${y(P)}"`],[c],[d]];let B=c.selectionSet,ie=d.selectionSet;if(B&&ie){let xe=Qs(e,t,n,T,z(N),B,z(P),ie);return Ys(xe,i,c,d)}}function qs(e,t){let n=e.arguments,r=t.arguments;if(n===void 0||n.length===0)return r===void 0||r.length===0;if(r===void 0||r.length===0||n.length!==r.length)return!1;let i=new Map(r.map(({name:s,value:o})=>[s.value,o]));return n.every(s=>{let o=s.value,a=i.get(s.name.value);return a===void 0?!1:bi(o)===bi(a)})}function bi(e){return A(rn(e))}function fr(e,t){return k(e)?k(t)?fr(e.ofType,t.ofType):!0:k(t)?!0:b(e)?b(t)?fr(e.ofType,t.ofType):!0:b(t)?!0:W(e)||W(t)?e!==t:!1}function an(e,t,n,r){let i=t.get(r);if(i)return i;let s=Object.create(null),o=Object.create(null);Si(e,n,r,s,o);let a=[s,Object.keys(o)];return t.set(r,a),a}function dr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=M(e.getSchema(),n.typeCondition);return an(e,t,i,n.selectionSet)}function Si(e,t,n,r,i){for(let s of n.selections)switch(s.kind){case u.FIELD:{let o=s.name.value,a;(O(t)||L(t))&&(a=t.getFields()[o]);let c=s.alias?s.alias.value:o;r[c]||(r[c]=[]),r[c].push([t,s,a]);break}case u.FRAGMENT_SPREAD:i[s.name.value]=!0;break;case u.INLINE_FRAGMENT:{let o=s.typeCondition,a=o?M(e.getSchema(),o):t;Si(e,a,s.selectionSet,r,i);break}}}function Ys(e,t,n,r){if(e.length>0)return[[t,e.map(([i])=>i)],[n,...e.map(([,i])=>i).flat()],[r,...e.map(([,,i])=>i).flat()]]}var mr=class{constructor(){this._data=new Map}has(t,n,r){var i;let[s,o]=t<n?[t,n]:[n,t],a=(i=this._data.get(s))===null||i===void 0?void 0:i.get(o);return a===void 0?!1:r?!0:r===a}add(t,n,r){let[i,s]=t<n?[t,n]:[n,t],o=this._data.get(i);o===void 0?this._data.set(i,new Map([[s,r]])):o.set(s,r)}};function Tr(e){return{InlineFragment(t){let n=e.getType(),r=e.getParentType();if(ce(n)&&ce(r)&&!Mn(e.getSchema(),n,r)){let i=y(r),s=y(n);e.reportError(new f(`Fragment cannot be spread here as objects of type "${i}" can never be of type "${s}".`,{nodes:t}))}},FragmentSpread(t){let n=t.name.value,r=Js(e,n),i=e.getParentType();if(r&&i&&!Mn(e.getSchema(),r,i)){let s=y(i),o=y(r);e.reportError(new f(`Fragment "${n}" cannot be spread here as objects of type "${s}" can never be of type "${o}".`,{nodes:t}))}}}}function Js(e,t){let n=e.getFragment(t);if(n){let r=M(e.getSchema(),n.typeCondition);if(ce(r))return r}}function gr(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Se(i)&&(n[i.name.value]=i);return{ScalarTypeExtension:r,ObjectTypeExtension:r,InterfaceTypeExtension:r,UnionTypeExtension:r,EnumTypeExtension:r,InputObjectTypeExtension:r};function r(i){let s=i.name.value,o=n[s],a=t?.getType(s),c;if(o?c=Hs[o.kind]:a&&(c=zs(a)),c){if(c!==i.kind){let p=Ks(i.kind);e.reportError(new f(`Cannot extend non-${p} type "${s}".`,{nodes:o?[o,i]:i}))}}else{let p=Object.keys({...n,...t?.getTypeMap()}),l=te(s,p);e.reportError(new f(`Cannot extend type "${s}" because it is not defined.`+Z(l),{nodes:i.name}))}}}var Hs={[u.SCALAR_TYPE_DEFINITION]:u.SCALAR_TYPE_EXTENSION,[u.OBJECT_TYPE_DEFINITION]:u.OBJECT_TYPE_EXTENSION,[u.INTERFACE_TYPE_DEFINITION]:u.INTERFACE_TYPE_EXTENSION,[u.UNION_TYPE_DEFINITION]:u.UNION_TYPE_EXTENSION,[u.ENUM_TYPE_DEFINITION]:u.ENUM_TYPE_EXTENSION,[u.INPUT_OBJECT_TYPE_DEFINITION]:u.INPUT_OBJECT_TYPE_EXTENSION};function zs(e){if(ye(e))return u.SCALAR_TYPE_EXTENSION;if(O(e))return u.OBJECT_TYPE_EXTENSION;if(L(e))return u.INTERFACE_TYPE_EXTENSION;if(K(e))return u.UNION_TYPE_EXTENSION;if(Q(e))return u.ENUM_TYPE_EXTENSION;if(F(e))return u.INPUT_OBJECT_TYPE_EXTENSION;V(!1,"Unexpected type: "+y(e))}function Ks(e){switch(e){case u.SCALAR_TYPE_EXTENSION:return"scalar";case u.OBJECT_TYPE_EXTENSION:return"object";case u.INTERFACE_TYPE_EXTENSION:return"interface";case u.UNION_TYPE_EXTENSION:return"union";case u.ENUM_TYPE_EXTENSION:return"enum";case u.INPUT_OBJECT_TYPE_EXTENSION:return"input object";default:V(!1,"Unexpected kind: "+y(e))}}function Er(e){return{...Nr(e),Field:{leave(t){var n;let r=e.getFieldDef();if(!r)return!1;let i=new Set((n=t.arguments)===null||n===void 0?void 0:n.map(s=>s.name.value));for(let s of r.args)if(!i.has(s.name)&&Ie(s)){let o=y(s.type);e.reportError(new f(`Field "${r.name}" argument "${s.name}" of type "${o}" is required, but it was not provided.`,{nodes:t}))}}}}}function Nr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:ge;for(let a of i)n[a.name]=de(a.args.filter(Ie),c=>c.name);let s=e.getDocument().definitions;for(let a of s)if(a.kind===u.DIRECTIVE_DEFINITION){var o;let c=(o=a.arguments)!==null&&o!==void 0?o:[];n[a.name.value]=de(c.filter(Xs),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=n[c];if(p){var l;let d=(l=a.arguments)!==null&&l!==void 0?l:[],h=new Set(d.map(T=>T.name.value));for(let[T,N]of Object.entries(p))if(!h.has(T)){let P=We(N.type)?y(N.type):A(N.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${P}" is required, but it was not provided.`,{nodes:a}))}}}}}}function Xs(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function vr(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(W(z(n))){if(r){let i=t.name.value,s=y(n);e.reportError(new f(`Field "${i}" must not have a selection since type "${s}" has no subfields.`,{nodes:r}))}}else if(!r){let i=t.name.value,s=y(n);e.reportError(new f(`Field "${i}" of type "${s}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}}function cn(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Ve(e,t,n){return{prev:e,key:t,typename:n}}function oe(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function _i(e,t,n=Ws){return Rt(e,t,n,void 0)}function Ws(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${cn(e)}"`),n.message=r+": "+n.message,n}function Rt(e,t,n,r){if(b(t)){if(e!=null)return Rt(e,t.ofType,n,r);n(oe(r),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(k(t)){let i=t.ofType;return tt(e)?Array.from(e,(s,o)=>{let a=Ve(r,o,void 0);return Rt(s,i,n,a)}):[Rt(e,i,n,r)]}if(F(t)){if(!q(e)){n(oe(r),e,new f(`Expected type "${t.name}" to be an object.`));return}let i={},s=t.getFields();for(let o of Object.values(s)){let a=e[o.name];if(a===void 0){if(o.defaultValue!==void 0)i[o.name]=o.defaultValue;else if(b(o.type)){let c=y(o.type);n(oe(r),e,new f(`Field "${o.name}" of required type "${c}" was not provided.`))}continue}i[o.name]=Rt(a,o.type,n,Ve(r,o.name,t.name))}for(let o of Object.keys(e))if(!s[o]){let a=te(o,Object.keys(t.getFields()));n(oe(r),e,new f(`Field "${o}" is not defined by type "${t.name}".`+Z(a)))}return i}if(W(t)){let i;try{i=t.parseValue(e)}catch(s){s instanceof f?n(oe(r),e,s):n(oe(r),e,new f(`Expected type "${t.name}". `+s.message,{originalError:s}));return}return i===void 0&&n(oe(r),e,new f(`Expected type "${t.name}".`)),i}V(!1,"Unexpected input type: "+y(t))}function $e(e,t,n){if(e){if(e.kind===u.VARIABLE){let r=e.name.value;if(n==null||n[r]===void 0)return;let i=n[r];return i===null&&b(t)?void 0:i}if(b(t))return e.kind===u.NULL?void 0:$e(e,t.ofType,n);if(e.kind===u.NULL)return null;if(k(t)){let r=t.ofType;if(e.kind===u.LIST){let s=[];for(let o of e.values)if(xi(o,n)){if(b(r))return;s.push(null)}else{let a=$e(o,r,n);if(a===void 0)return;s.push(a)}return s}let i=$e(e,r,n);return i===void 0?void 0:[i]}if(F(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=de(e.fields,s=>s.name.value);for(let s of Object.values(t.getFields())){let o=i[s.name];if(!o||xi(o.value,n)){if(s.defaultValue!==void 0)r[s.name]=s.defaultValue;else if(b(s.type))return;continue}let a=$e(o.value,s.type,n);if(a===void 0)return;r[s.name]=a}return r}if(W(t)){let r;try{r=t.parseLiteral(e,n)}catch{return}return r===void 0?void 0:r}V(!1,"Unexpected input type: "+y(t))}}function xi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function Ir(e,t,n,r){let i=[],s=r?.maxErrors;try{let o=Zs(e,t,n,a=>{if(s!=null&&i.length>=s)throw new f("Too many errors processing variables, error limit reached. Execution aborted.");i.push(a)});if(i.length===0)return{coerced:o}}catch(o){i.push(o)}return{errors:i}}function Zs(e,t,n,r){let i={};for(let s of t){let o=s.variable.name.value,a=M(e,s.type);if(!X(a)){let p=A(s.type);r(new f(`Variable "$${o}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:s.type}));continue}if(!Li(n,o)){if(s.defaultValue)i[o]=$e(s.defaultValue,a);else if(b(a)){let p=y(a);r(new f(`Variable "$${o}" of required type "${p}" was not provided.`,{nodes:s}))}continue}let c=n[o];if(c===null&&b(a)){let p=y(a);r(new f(`Variable "$${o}" of non-null type "${p}" must not be null.`,{nodes:s}));continue}i[o]=_i(c,a,(p,l,d)=>{let h=`Variable "$${o}" got invalid value `+y(l);p.length>0&&(h+=` at "${o}${cn(p)}"`),r(new f(h+"; "+d.message,{nodes:s,originalError:d}))})}return i}function un(e,t,n){var r;let i={},s=(r=t.arguments)!==null&&r!==void 0?r:[],o=de(s,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,l=o[c];if(!l){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new f(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=l.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let N=d.name.value;if(n==null||!Li(n,N)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new f(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${N}" which was not provided a runtime value.`,{nodes:d});continue}h=n[N]==null}if(h&&b(p))throw new f(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=$e(d,p,n);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${A(d)}.`,{nodes:d});i[c]=T}return i}function pn(e,t,n){var r;let i=(r=t.directives)===null||r===void 0?void 0:r.find(s=>s.name.value===e.name);if(i)return un(e,i,n)}function Li(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function fn(e,t,n,r,i){let s=new Map;return ln(e,t,n,r,i,s,new Set),s}function wi(e,t,n,r,i){let s=new Map,o=new Set;for(let a of i)a.selectionSet&&ln(e,t,n,r,a.selectionSet,s,o);return s}function ln(e,t,n,r,i,s,o){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!br(n,a))continue;let c=eo(a),p=s.get(c);p!==void 0?p.push(a):s.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!br(n,a)||!Ai(e,a,r))continue;ln(e,t,n,r,a.selectionSet,s,o);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(o.has(c)||!br(n,a))continue;o.add(c);let p=t[c];if(!p||!Ai(e,p,r))continue;ln(e,t,n,r,p.selectionSet,s,o);break}}}function br(e,t){let n=pn(zt,t,e);if(n?.if===!0)return!1;let r=pn(Ht,t,e);return r?.if!==!1}function Ai(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=M(e,r);return i===n?!0:re(i)?e.isSubType(i,n):!1}function eo(e){return e.alias?e.alias.value:e.name.value}function Rr(e){return{OperationDefinition(t){if(t.operation==="subscription"){let n=e.getSchema(),r=n.getSubscriptionType();if(r){let i=t.name?t.name.value:null,s=Object.create(null),o=e.getDocument(),a=Object.create(null);for(let p of o.definitions)p.kind===u.FRAGMENT_DEFINITION&&(a[p.name.value]=p);let c=fn(n,a,s,r,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new f(i!=null?`Subscription "${i}" must select only one top level field.`:"Anonymous Subscription must select only one top level field.",{nodes:d}))}for(let p of c.values())p[0].name.value.startsWith("__")&&e.reportError(new f(i!=null?`Subscription "${i}" must not select an introspection top level field.`:"Anonymous Subscription must not select an introspection top level field.",{nodes:p}))}}}}}function it(e,t){let n=new Map;for(let r of e){let i=t(r),s=n.get(i);s===void 0?n.set(i,[r]):s.push(r)}return n}function Or(e){return{DirectiveDefinition(r){var i;let s=(i=r.arguments)!==null&&i!==void 0?i:[];return n(`@${r.name.value}`,s)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(r){var i;let s=r.name.value,o=(i=r.fields)!==null&&i!==void 0?i:[];for(let c of o){var a;let p=c.name.value,l=(a=c.arguments)!==null&&a!==void 0?a:[];n(`${s}.${p}`,l)}return!1}function n(r,i){let s=it(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new f(`Argument "${r}(${o}:)" can only be defined once.`,{nodes:a.map(c=>c.name)}));return!1}}function dn(e){return{Field:t,Directive:t};function t(n){var r;let i=(r=n.arguments)!==null&&r!==void 0?r:[],s=it(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new f(`There can be only one argument named "${o}".`,{nodes:a.map(c=>c.name)}))}}function Sr(e){let t=Object.create(null),n=e.getSchema();return{DirectiveDefinition(r){let i=r.name.value;if(n!=null&&n.getDirective(i)){e.reportError(new f(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:r.name}));return}return t[i]?e.reportError(new f(`There can be only one directive named "@${i}".`,{nodes:[t[i],r.name]})):t[i]=r.name,!1}}}function mn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let a of r)t[a.name]=!a.isRepeatable;let i=e.getDocument().definitions;for(let a of i)a.kind===u.DIRECTIVE_DEFINITION&&(t[a.name.value]=!a.repeatable);let s=Object.create(null),o=Object.create(null);return{enter(a){if(!("directives"in a)||!a.directives)return;let c;if(a.kind===u.SCHEMA_DEFINITION||a.kind===u.SCHEMA_EXTENSION)c=s;else if(Se(a)||en(a)){let p=a.name.value;c=o[p],c===void 0&&(o[p]=c=Object.create(null))}else c=Object.create(null);for(let p of a.directives){let l=p.name.value;t[l]&&(c[l]?e.reportError(new f(`The directive "@${l}" can only be used once at this location.`,{nodes:[c[l],p]})):c[l]=p)}}}}function _r(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(s){var o;let a=s.name.value;r[a]||(r[a]=Object.create(null));let c=(o=s.values)!==null&&o!==void 0?o:[],p=r[a];for(let l of c){let d=l.name.value,h=n[a];Q(h)&&h.getValue(d)?e.reportError(new f(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function xr(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{InputObjectTypeDefinition:i,InputObjectTypeExtension:i,InterfaceTypeDefinition:i,InterfaceTypeExtension:i,ObjectTypeDefinition:i,ObjectTypeExtension:i};function i(s){var o;let a=s.name.value;r[a]||(r[a]=Object.create(null));let c=(o=s.fields)!==null&&o!==void 0?o:[],p=r[a];for(let l of c){let d=l.name.value;to(n[a],d)?e.reportError(new f(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function to(e,t){return O(e)||L(e)||F(e)?e.getFields()[t]!=null:!1}function Lr(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(n){let r=n.name.value;return t[r]?e.reportError(new f(`There can be only one fragment named "${r}".`,{nodes:[t[r],n.name]})):t[r]=n.name,!1}}}function hn(e){let t=[],n=Object.create(null);return{ObjectValue:{enter(){t.push(n),n=Object.create(null)},leave(){let r=t.pop();r||V(!1),n=r}},ObjectField(r){let i=r.name.value;n[i]?e.reportError(new f(`There can be only one input field named "${i}".`,{nodes:[n[i],r.name]})):n[i]=r.name}}}function Ar(e){let t=Object.create(null);return{OperationDefinition(n){let r=n.name;return r&&(t[r.value]?e.reportError(new f(`There can be only one operation named "${r.value}".`,{nodes:[t[r.value],r]})):t[r.value]=r),!1},FragmentDefinition:()=>!1}}function wr(e){let t=e.getSchema(),n=Object.create(null),r=t?{query:t.getQueryType(),mutation:t.getMutationType(),subscription:t.getSubscriptionType()}:{};return{SchemaDefinition:i,SchemaExtension:i};function i(s){var o;let a=(o=s.operationTypes)!==null&&o!==void 0?o:[];for(let c of a){let p=c.operation,l=n[p];r[p]?e.reportError(new f(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):l?e.reportError(new f(`There can be only one ${p} type in schema.`,{nodes:[l,c]})):n[p]=c}return!1}}function Dr(e){let t=Object.create(null),n=e.getSchema();return{ScalarTypeDefinition:r,ObjectTypeDefinition:r,InterfaceTypeDefinition:r,UnionTypeDefinition:r,EnumTypeDefinition:r,InputObjectTypeDefinition:r};function r(i){let s=i.name.value;if(n!=null&&n.getType(s)){e.reportError(new f(`Type "${s}" already exists in the schema. It cannot also be defined in this type definition.`,{nodes:i.name}));return}return t[s]?e.reportError(new f(`There can be only one type named "${s}".`,{nodes:[t[s],i.name]})):t[s]=i.name,!1}}function Fr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=it(r,s=>s.variable.name.value);for(let[s,o]of i)o.length>1&&e.reportError(new f(`There can be only one variable named "$${s}".`,{nodes:o.map(a=>a.variable.name)}))}}}function kr(e){return{ListValue(t){let n=Ze(e.getParentInputType());if(!k(n))return Me(e,t),!1},ObjectValue(t){let n=z(e.getInputType());if(!F(n))return Me(e,t),!1;let r=de(t.fields,i=>i.name.value);for(let i of Object.values(n.getFields()))if(!r[i.name]&&et(i)){let o=y(i.type);e.reportError(new f(`Field "${n.name}.${i.name}" of required type "${o}" was not provided.`,{nodes:t}))}},ObjectField(t){let n=z(e.getParentInputType());if(!e.getInputType()&&F(n)){let i=te(t.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${t.name.value}" is not defined by type "${n.name}".`+Z(i),{nodes:t}))}},NullValue(t){let n=e.getInputType();b(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${A(t)}.`,{nodes:t}))},EnumValue:t=>Me(e,t),IntValue:t=>Me(e,t),FloatValue:t=>Me(e,t),StringValue:t=>Me(e,t),BooleanValue:t=>Me(e,t)}}function Me(e,t){let n=e.getInputType();if(!n)return;let r=z(n);if(!W(r)){let i=y(n);e.reportError(new f(`Expected value of type "${i}", found ${A(t)}.`,{nodes:t}));return}try{if(r.parseLiteral(t,void 0)===void 0){let s=y(n);e.reportError(new f(`Expected value of type "${s}", found ${A(t)}.`,{nodes:t}))}}catch(i){let s=y(n);i instanceof f?e.reportError(i):e.reportError(new f(`Expected value of type "${s}", found ${A(t)}; `+i.message,{nodes:t,originalError:i}))}}function Cr(e){return{VariableDefinition(t){let n=M(e.getSchema(),t.type);if(n!==void 0&&!X(n)){let r=t.variable.name.value,i=A(t.type);e.reportError(new f(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i,type:s,defaultValue:o}of r){let a=i.name.value,c=t[a];if(c&&s){let p=e.getSchema(),l=M(p,c.type);if(l&&!no(p,l,c.defaultValue,s,o)){let d=y(l),h=y(s);e.reportError(new f(`Variable "$${a}" of type "${d}" used in position expecting type "${h}".`,{nodes:[c,i]}))}}}}},VariableDefinition(n){t[n.variable.name.value]=n}}}function no(e,t,n,r,i){if(b(r)&&!b(t)){if(!(n!=null&&n.kind!==u.NULL)&&!(i!==void 0))return!1;let a=r.ofType;return Re(e,t,a)}return Re(e,t,r)}var st=Object.freeze([er,Ar,or,Rr,nn,nr,Cr,vr,tr,Lr,sr,pr,Tr,cr,Fr,ur,lr,tn,mn,rr,dn,kr,Er,Pr,hr,hn]),ro=Object.freeze([ar,wr,Dr,_r,xr,Or,Sr,nn,tn,mn,gr,ir,dn,hn,Nr]);var Ur=class{constructor(t,n){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=n}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let n;if(this._fragments)n=this._fragments;else{n=Object.create(null);for(let r of this.getDocument().definitions)r.kind===u.FRAGMENT_DEFINITION&&(n[r.name.value]=r);this._fragments=n}return n[t]}getFragmentSpreads(t){let n=this._fragmentSpreads.get(t);if(!n){n=[];let r=[t],i;for(;i=r.pop();)for(let s of i.selections)s.kind===u.FRAGMENT_SPREAD?n.push(s):s.selectionSet&&r.push(s.selectionSet);this._fragmentSpreads.set(t,n)}return n}getRecursivelyReferencedFragments(t){let n=this._recursivelyReferencedFragments.get(t);if(!n){n=[];let r=Object.create(null),i=[t.selectionSet],s;for(;s=i.pop();)for(let o of this.getFragmentSpreads(s)){let a=o.name.value;if(r[a]!==!0){r[a]=!0;let c=this.getFragment(a);c&&(n.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,n)}return n}};var Ot=class extends Ur{constructor(t,n,r,i){super(n,i),this._schema=t,this._typeInfo=r,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let n=this._variableUsages.get(t);if(!n){let r=[],i=new rt(this._schema);Ae(t,Zt(i,{VariableDefinition:()=>!1,Variable(s){r.push({node:s,type:i.getInputType(),defaultValue:i.getDefaultValue()})}})),n=r,this._variableUsages.set(t,n)}return n}getRecursiveVariableUsages(t){let n=this._recursiveVariableUsages.get(t);if(!n){n=this.getVariableUsages(t);for(let r of this.getRecursivelyReferencedFragments(t))n=n.concat(this.getVariableUsages(r));this._recursiveVariableUsages.set(t,n)}return n}getType(){return this._typeInfo.getType()}getParentType(){return this._typeInfo.getParentType()}getInputType(){return this._typeInfo.getInputType()}getParentInputType(){return this._typeInfo.getParentInputType()}getFieldDef(){return this._typeInfo.getFieldDef()}getDirective(){return this._typeInfo.getDirective()}getArgument(){return this._typeInfo.getArgument()}getEnumValue(){return this._typeInfo.getEnumValue()}};function yn(e,t,n=st,r,i=new rt(e)){var s;let o=(s=r?.maxErrors)!==null&&s!==void 0?s:100;t||R(!1,"Must provide document."),bt(e);let a=Object.freeze({}),c=[],p=new Ot(e,t,i,d=>{if(c.length>=o)throw c.push(new f("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),l=Cn(n.map(d=>d(p)));try{Ae(t,Zt(i,l))}catch(d){if(d!==a)throw d}return c}function Di(e){let t;return function(r,i,s){t===void 0&&(t=new WeakMap);let o=t.get(r);o===void 0&&(o=new WeakMap,t.set(r,o));let a=o.get(i);a===void 0&&(a=new WeakMap,o.set(i,a));let c=a.get(s);return c===void 0&&(c=e(r,i,s),a.set(s,c)),c}}function Vr(e){return Promise.all(Object.values(e)).then(t=>{let n=Object.create(null);for(let[r,i]of Object.keys(e).entries())n[i]=t[r];return n})}function Fi(e,t,n){let r=n;for(let i of e)r=ae(r)?r.then(s=>t(s,i)):t(r,i);return r}function ki(e){return e instanceof Error?e:new $r(e)}var $r=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function ot(e,t,n){var r;let i=ki(e);return io(i)?i:new f(i.message,{nodes:(r=i.nodes)!==null&&r!==void 0?r:t,source:i.source,positions:i.positions,path:n,originalError:i})}function io(e){return Array.isArray(e.path)}var so=Di((e,t,n)=>wi(e.schema,e.fragments,e.variableValues,t,n));function vn(e){arguments.length<2||R(!1,"graphql@16 dropped long-deprecated support for positional arguments, please pass an object instead.");let{schema:t,document:n,variableValues:r,rootValue:i}=e;oo(t,n,r);let s=ao(e);if(!("schema"in s))return{errors:s};try{let{operation:o}=s,a=co(s,o,i);return ae(a)?a.then(c=>Tn(c,s.errors),c=>(s.errors.push(c),Tn(null,s.errors))):Tn(a,s.errors)}catch(o){return s.errors.push(o),Tn(null,s.errors)}}function Tn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function oo(e,t,n){t||R(!1,"Must provide document."),bt(e),n==null||q(n)||R(!1,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function ao(e){var t,n;let{schema:r,document:i,rootValue:s,contextValue:o,variableValues:a,operationName:c,fieldResolver:p,typeResolver:l,subscribeFieldResolver:d}=e,h,T=Object.create(null);for(let B of i.definitions)switch(B.kind){case u.OPERATION_DEFINITION:if(c==null){if(h!==void 0)return[new f("Must provide operation name if query contains multiple operations.")];h=B}else((t=B.name)===null||t===void 0?void 0:t.value)===c&&(h=B);break;case u.FRAGMENT_DEFINITION:T[B.name.value]=B;break;default:}if(!h)return c!=null?[new f(`Unknown operation named "${c}".`)]:[new f("Must provide an operation.")];let N=(n=h.variableDefinitions)!==null&&n!==void 0?n:[],P=Ir(r,N,a??{},{maxErrors:50});return P.errors?P.errors:{schema:r,fragments:T,rootValue:s,contextValue:o,operation:h,variableValues:P.coerced,fieldResolver:p??Nn,typeResolver:l??Gr,subscribeFieldResolver:d??Nn,errors:[]}}function co(e,t,n){let r=e.schema.getRootType(t.operation);if(r==null)throw new f(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=fn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),s=void 0;switch(t.operation){case U.QUERY:return gn(e,r,n,s,i);case U.MUTATION:return uo(e,r,n,s,i);case U.SUBSCRIPTION:return gn(e,r,n,s,i)}}function uo(e,t,n,r,i){return Fi(i.entries(),(s,[o,a])=>{let c=Ve(r,o,t.name),p=Ui(e,t,n,a,c);return p===void 0?s:ae(p)?p.then(l=>(s[o]=l,s)):(s[o]=p,s)},Object.create(null))}function gn(e,t,n,r,i){let s=Object.create(null),o=!1;try{for(let[a,c]of i.entries()){let p=Ve(r,a,t.name),l=Ui(e,t,n,c,p);l!==void 0&&(s[a]=l,ae(l)&&(o=!0))}}catch(a){if(o)return Vr(s).finally(()=>{throw a});throw a}return o?Vr(s):s}function Ui(e,t,n,r,i){var s;let o=ho(e.schema,t,r[0]);if(!o)return;let a=o.type,c=(s=o.resolve)!==null&&s!==void 0?s:e.fieldResolver,p=po(e,o,r,t,i);try{let l=un(o,r[0],e.variableValues),d=e.contextValue,h=c(n,l,d,p),T;return ae(h)?T=h.then(N=>St(e,a,r,p,i,N)):T=St(e,a,r,p,i,h),ae(T)?T.then(void 0,N=>{let P=ot(N,r,oe(i));return En(P,a,e)}):T}catch(l){let d=ot(l,r,oe(i));return En(d,a,e)}}function po(e,t,n,r,i){return{fieldName:t.name,fieldNodes:n,returnType:t.type,parentType:r,path:i,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function En(e,t,n){if(b(t))throw e;return n.errors.push(e),null}function St(e,t,n,r,i,s){if(s instanceof Error)throw s;if(b(t)){let o=St(e,t.ofType,n,r,i,s);if(o===null)throw new Error(`Cannot return null for non-nullable field ${r.parentType.name}.${r.fieldName}.`);return o}if(s==null)return null;if(k(t))return lo(e,t,n,r,i,s);if(W(t))return fo(t,s);if(re(t))return mo(e,t,n,r,i,s);if(O(t))return Mr(e,t,n,r,i,s);V(!1,"Cannot complete value of unexpected output type: "+y(t))}function lo(e,t,n,r,i,s){if(!tt(s))throw new f(`Expected Iterable, but did not find one for field "${r.parentType.name}.${r.fieldName}".`);let o=t.ofType,a=!1,c=Array.from(s,(p,l)=>{let d=Ve(i,l,void 0);try{let h;return ae(p)?h=p.then(T=>St(e,o,n,r,d,T)):h=St(e,o,n,r,d,p),ae(h)?(a=!0,h.then(void 0,T=>{let N=ot(T,n,oe(d));return En(N,o,e)})):h}catch(h){let T=ot(h,n,oe(d));return En(T,o,e)}});return a?Promise.all(c):c}function fo(e,t){let n=e.serialize(t);if(n==null)throw new Error(`Expected \`${y(e)}.serialize(${y(t)})\` to return non-nullable value, returned: ${y(n)}`);return n}function mo(e,t,n,r,i,s){var o;let a=(o=t.resolveType)!==null&&o!==void 0?o:e.typeResolver,c=e.contextValue,p=a(s,c,r,t);return ae(p)?p.then(l=>Mr(e,Ci(l,e,t,n,r,s),n,r,i,s)):Mr(e,Ci(p,e,t,n,r,s),n,r,i,s)}function Ci(e,t,n,r,i,s){if(e==null)throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}". Either the "${n.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`,r);if(O(e))throw new f("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");if(typeof e!="string")throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}" with value ${y(s)}, received "${y(e)}".`);let o=t.schema.getType(e);if(o==null)throw new f(`Abstract type "${n.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:r});if(!O(o))throw new f(`Abstract type "${n.name}" was resolved to a non-object type "${e}".`,{nodes:r});if(!t.schema.isSubType(n,o))throw new f(`Runtime Object type "${o.name}" is not a possible type for "${n.name}".`,{nodes:r});return o}function Mr(e,t,n,r,i,s){let o=so(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(s,e.contextValue,r);if(ae(a))return a.then(c=>{if(!c)throw Pi(t,s,n);return gn(e,t,s,i,o)});if(!a)throw Pi(t,s,n)}return gn(e,t,s,i,o)}function Pi(e,t,n){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var Gr=function(e,t,n,r){if(q(e)&&typeof e.__typename=="string")return e.__typename;let i=n.schema.getPossibleTypes(r),s=[];for(let o=0;o<i.length;o++){let a=i[o];if(a.isTypeOf){let c=a.isTypeOf(e,t,n);if(ae(c))s[o]=c;else if(c)return a.name}}if(s.length)return Promise.all(s).then(o=>{for(let a=0;a<o.length;a++)if(o[a])return i[a].name})},Nn=function(e,t,n,r){if(q(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function ho(e,t,n){let r=n.name.value;return r===Fe.name&&e.getQueryType()===t?Fe:r===ke.name&&e.getQueryType()===t?ke:r===Ce.name?Ce:t.getFields()[r]}var Ge=require("@medplum/core");var _e=require("@medplum/core");var In={base64Binary:E,boolean:J,canonical:E,code:E,date:E,dateTime:E,decimal:pe,id:Te,instant:E,integer:pe,markdown:E,number:pe,oid:E,positiveInt:pe,string:E,time:E,unsignedInt:pe,uri:E,url:E,uuid:E,xhtml:E,"http://hl7.org/fhirpath/System.Boolean":J,"http://hl7.org/fhirpath/System.Date":E,"http://hl7.org/fhirpath/System.DateTime":E,"http://hl7.org/fhirpath/System.Decimal":pe,"http://hl7.org/fhirpath/System.Integer":pe,"http://hl7.org/fhirpath/System.String":E,"http://hl7.org/fhirpath/System.Time":E};function jr(e,t,n){let r;if(t){let s=n._reference;delete n._reference,r={code:s,operator:_e.Operator.EQUALS,value:(0,_e.getReferenceString)(t)}}n=Object.fromEntries(Object.entries(n).map(([s,o])=>[Mo(s),o]));let i=(0,_e.parseSearchRequest)(e,n);if(r){let s=i.filters||[];i.filters=[r,...s]}return i}function Mo(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Qr(e){return e.replaceAll("-","_")}async function bn(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-4),o=jr(s,e,t);return(await n.repo.search(o)).entry?.map(c=>c.resource)}function _t(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."},_sort:{type:E,description:"Specify the sort order by comma-separated list of sort rules in priority order."},_id:{type:E,description:"Select resources based on the logical id of the resource."},_lastUpdated:{type:E,description:"Select resources based on the last time they were changed."},_filter:{type:E,description:" The _filter parameter provides a syntax for expressing a set of query expressions on the underlying resources."}},n=(0,_e.getSearchParameters)(e);if(n)for(let[r,i]of Object.entries(n))t[Qr(r)]={type:E,description:i.description};return t}function Vi(e){return e.filter(t=>t==="selections").length}function $i(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function Mi(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var Gi={...In};function xt(e,t){let n=Gi[e];return n||(n=Go(e,t),Gi[e]=n),n}function Go(e,t){let n=(0,Ge.getDataType)(e);return new De({name:e+t,description:n.description,fields:()=>jo(e,t)})}function jo(e,t){let n={};if((0,Ge.isResourceType)(e)){let r={description:"The type of resource",type:E};n.resourceType=r}return Qo(e,n,t),n}function Qo(e,t,n){let r=(0,Ge.getDataType)(e);for(let[i,s]of Object.entries(r.elements))for(let o of s.type)Bo(t,i,s,o,n)}function Bo(e,t,n,r,i){let s=r.code;if(s==="Resource")return;(s==="Element"||s==="BackboneElement")&&(s=n.type[0].code);let o={description:n.description,type:xt(s,i)};n.max>1&&(o.type=new C(new I(xt(s,i)))),n.min>0&&!t.endsWith("[x]")&&(o.type=new I(o.type));let a=t.split(".").pop().replace("[x]",(0,Ge.capitalize)(r.code));e[a]=o}var w=require("@medplum/core");var Rn={...In};function je(e){let t=Rn[e];return t||(t=Br(e),Rn[e]=t),t}function Br(e){if(e==="ResourceList")return new we({name:"ResourceList",types:()=>(0,w.getResourceTypes)().map(je).filter(n=>!!n),resolveType:ea});let t=(0,w.getDataType)(e);return new Y({name:e,description:t.description,fields:()=>qo(e)})}function qo(e){let t={};return Yo(e,t),Ko(e,t),t}function Yo(e,t){let n=(0,w.getDataType)(e);(0,w.isResourceTypeSchema)(n)&&(t.resourceType={type:new I(E),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:je("ResourceList"),resolve:Zo});for(let[r,i]of Object.entries(n.elements))for(let s of i.type)Jo(t,r,i,s)}function Jo(e,t,n,r){let i=r.code;(i==="Element"||i==="BackboneElement")&&(i=n.type[0].code),i==="Resource"&&(i="ResourceList");let s={description:n.description,type:Xo(n,i,t),resolve:Wo};n.max>1&&(s.args=Ho(i));let o=t.split(".").pop().replace("[x]",(0,w.capitalize)(r.code));e[o]=s}function Ho(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."}};if(!(0,w.isLowerCase)(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=(0,w.tryGetDataType)(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let s of i.type)zo(t,r,i,s)}return t}function zo(e,t,n,r){let i=r.code,s=t.replace("[x]",(0,w.capitalize)(i));switch(i){case"canonical":case"code":case"id":case"oid":case"string":case"uri":case"url":case"uuid":case"http://hl7.org/fhirpath/System.String":e[s]={type:E,description:n.description};break}}function Ko(e,t){for(let n of(0,w.getResourceTypes)()){let r=je(n),i=(0,w.getSearchParameters)(n),s={},o=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(s[Qr(a)]={value:a},o++);if(o>0){let a=new Ne({name:e+"_"+n+"_reference",values:s}),c=_t(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new C(r),args:c,resolve:bn}}}}function Xo(e,t,n){let r=je(t);return e.max>1&&(r=new C(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function Wo(e,t,n,r){let i=e?.[r.fieldName];if(!t||!i)return i;let{_offset:s,_count:o,fhirpath:a,...c}=t,p=i;for(let[l,d]of Object.entries(c))p=p.filter(h=>h[l]===d);return a&&(p=p.filter(l=>(0,w.toJsBoolean)((0,w.evalFhirPathTyped)(a,[(0,w.toTypedValue)(l)])))),s&&(p=p.slice(s)),o&&(p=p.slice(0,o)),p}async function Zo(e,t,n){if((0,w.isReference)(e))try{return await n.dataLoader.load(e)}catch(r){throw new w.OperationOutcomeError((0,w.normalizeOperationOutcome)(r),r)}}function ea(e){let t=e?.resourceType;if(t)return je(t).name}var ta=new G.LRUCache,qr;async function Qi(e,t,n){let{query:r,operationName:i,variables:s}=e.body;if(!r)return[(0,G.badRequest)("Must provide query.")];let o;try{o=Vt(r)}catch{return[(0,G.badRequest)("GraphQL syntax error.")]}let a=ra(),c=[...st,da],p=yn(a,o,c);if(p.length>0)return[Mi(p)];let l=na(r);if(l&&!n.options?.introspectionEnabled)return[G.forbidden];let d=new ji.default(T=>t.readReferences(T)),h=l&&ta.get(r);return h||(h=await vn({schema:a,document:o,contextValue:{repo:t,dataLoader:d},operationName:i,variableValues:s})),[G.allOk,h]}function na(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function ra(){return qr||(qr=ia()),qr}function ia(){for(let n of(0,G.getResourceTypes)())Rn[n]=Br(n);let e={},t={};for(let n of(0,G.getResourceTypes)()){let r=je(n);e[n]={type:r,args:{id:{type:new I(Te),description:n+" ID"}},resolve:ua},e[n+"List"]={type:new C(r),args:_t(n),resolve:bn},e[n+"Connection"]={type:aa(n,r),args:_t(n),resolve:ca},t[n+"Create"]={type:r,args:sa(n),resolve:pa},t[n+"Update"]={type:r,args:oa(n),resolve:la},t[n+"Delete"]={type:r,args:{id:{type:new I(Te),description:n+" ID"}},resolve:fa}}return new Pe({query:new Y({name:"QueryType",fields:e}),mutation:new Y({name:"MutationType",fields:t})})}function sa(e){return{res:{type:new I(xt(e,"Create")),description:e+" Create"}}}function oa(e){return{id:{type:new I(Te),description:e+" ID"},res:{type:new I(xt(e,"Update")),description:e+" Update"}}}function aa(e,t){return new Y({name:e+"Connection",fields:{count:{type:ue},offset:{type:ue},pageSize:{type:ue},first:{type:E},previous:{type:E},next:{type:E},last:{type:E},edges:{type:new C(new Y({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:pe},resource:{type:t}}}))}}})}async function ca(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-10),o=jr(s,e,t);$i(r,"count")&&(o.total="accurate");let a=await n.repo.search(o);return{count:a.total,offset:o.offset||0,pageSize:o.count||G.DEFAULT_SEARCH_COUNT,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource}))}}async function ua(e,t,n,r){try{return await n.dataLoader.load({reference:`${r.fieldName}/${t.id}`})}catch(i){throw new G.OperationOutcomeError((0,G.normalizeOperationOutcome)(i),i)}}async function pa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res;return o.resourceType!==s?[(0,G.badRequest)("Invalid resourceType")]:await n.repo.createResource(o)}async function la(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res,a=t.id;return o.resourceType!==s?[(0,G.badRequest)("Invalid resourceType")]:a!==o.id?[(0,G.badRequest)("Incorrect ID")]:await n.repo.updateResource(o)}async function fa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6);await n.repo.deleteResource(s,t.id)}var da=e=>({Field(t,n,r,i){let s=Vi(i),o=12;if(s>o){let a=t.name.value;e.reportError(new f(`Field "${a}" exceeds max depth (depth=${s}, max=${o})`,{nodes:t}))}}});var Lt=class{constructor(){this.routes=[]}add(t,n,r){let i=n.split("/").filter(s=>!!s).map(s=>s.startsWith(":")?{value:s.substring(1),param:!0}:{value:s});this.routes.push({method:t,path:i,handler:r})}find(t,n){let r=n.split("/").filter(o=>!!o),i,s=-1;for(let o of this.routes){let a=ma(o,t,r);a>s&&(i=o,s=a)}if(i)return{handler:i.handler,params:ha(i,r)}}};function ma(e,t,n){if(t!==e.method||n.length!==e.path.length)return-1;let r=0;for(let i=0;i<n.length;i++)if(!e.path[i].param){if(n[i]!==e.path[i].value)return-1;r++}return r}function ha(e,t){let n=Object.create(null);for(let r=0;r<t.length;r++)e.path[r].param&&(n[e.path[r].value]=t[r]);return n}async function ya(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[(0,D.badRequest)("Not a bundle")];let i=await Xr(n,t,r);return[D.allOk,i]}async function Ta(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search((0,D.parseSearchRequest)(n,r));return[D.allOk,i]}async function ga(e,t){let n=e.query,r=(0,D.parseSearchRequest)("MultipleTypes",n);if(!r.types||r.types.length===0)return[(0,D.badRequest)("No types specified")];let i=await t.search(r);return[D.allOk,i]}async function Ea(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search((0,D.parseSearchRequest)(n,r));return[D.allOk,i]}async function Na(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[(0,D.badRequest)(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[D.created,i]}async function va(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[D.allOk,i]}async function Ia(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[D.allOk,i]}async function ba(e,t){let{resourceType:n,id:r,vid:i}=e.params,s=await t.readVersion(n,r,i);return[D.allOk,s]}async function Ra(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[(0,D.badRequest)("Incorrect resource type")];if(i.id!==r)return[(0,D.badRequest)("Incorrect ID")];let s=await t.updateResource(i,_a(e.headers?.["if-match"]));return[D.allOk,s]}async function Oa(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[D.allOk]}async function Sa(e,t){let{resourceType:n,id:r}=e.params,i=e.body,s=await t.patchResource(n,r,i);return[D.allOk,s]}var Yr=class extends D.EventTarget{constructor(n={}){super();this.router=new Lt;this.options=n,this.router.add("GET","",ga),this.router.add("POST","",ya),this.router.add("GET",":resourceType",Ta),this.router.add("POST",":resourceType/_search",Ea),this.router.add("POST",":resourceType",Na),this.router.add("GET",":resourceType/:id",va),this.router.add("GET",":resourceType/:id/_history",Ia),this.router.add("GET",":resourceType/:id/_history/:vid",ba),this.router.add("PUT",":resourceType/:id",Ra),this.router.add("DELETE",":resourceType/:id",Oa),this.router.add("PATCH",":resourceType/:id",Sa),this.router.add("POST","$graphql",Qi)}async handleRequest(n,r){let i=this.router.find(n.method,n.pathname);if(!i)return[D.notFound];let{handler:s,params:o}=i;n.params=o;try{return await s(n,r,this)}catch(a){return[(0,D.normalizeOperationOutcome)(a)]}}};function _a(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}var S=require("@medplum/core"),Bi=require("rfc6902"),On=class{async searchOne(t){return(await this.search({...t,count:1})).entry?.[0]?.resource}async searchResources(t){return(await this.search(t)).entry?.map(r=>r.resource)??[]}},Jr=class extends On{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}async createResource(t){let n=(0,S.deepClone)(t);n.id||(n.id=(0,S.generateId)()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=(0,S.generateId)()),n.meta.lastUpdated||(n.meta.lastUpdated=new Date().toISOString());let{resourceType:r,id:i}=n,s=this.resources.get(r);s||(s=new Map,this.resources.set(r,s)),s.set(i,n);let o=this.history.get(r);o||(o=new Map,this.history.set(r,o));let a=o.get(i);return a||(a=[],o.set(i,a)),a.push(n),(0,S.deepClone)(n)}updateResource(t,n){let r=(0,S.deepClone)(t);if(n&&r.meta?.versionId!==n)throw new S.OperationOutcomeError(S.preconditionFailed);return r.meta&&(r.meta.versionId&&delete r.meta.versionId,r.meta.lastUpdated&&delete r.meta.lastUpdated),this.createResource(r)}async patchResource(t,n,r){let i=await this.readResource(t,n);try{let s=(0,Bi.applyPatch)(i,r).filter(Boolean);if(s.length>0)throw new S.OperationOutcomeError((0,S.badRequest)(s.map(o=>o.message).join(`
53
+ `))}var zn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,n){let r=Array.isArray(n)?n.filter(Boolean):n;this._errors.push(new f(t,{nodes:r}))}getErrors(){return this._errors}};function Ss(e){let t=e.schema,n=t.getQueryType();if(!n)e.reportError("Query root type must be provided.",t.astNode);else if(!O(n)){var r;e.reportError(`Query root type must be Object type, it cannot be ${y(n)}.`,(r=Hn(t,U.QUERY))!==null&&r!==void 0?r:n.astNode)}let i=t.getMutationType();if(i&&!O(i)){var s;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(s=Hn(t,U.MUTATION))!==null&&s!==void 0?s:i.astNode)}let o=t.getSubscriptionType();if(o&&!O(o)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(o)}.`,(a=Hn(t,U.SUBSCRIPTION))!==null&&a!==void 0?a:o.astNode)}}function Hn(e,t){var n;return(n=[e.astNode,...e.extensionASTNodes].flatMap(r=>{var i;return(i=r?.operationTypes)!==null&&i!==void 0?i:[]}).find(r=>r.operation===t))===null||n===void 0?void 0:n.type}function _s(e){for(let n of e.schema.getDirectives()){if(!Et(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}Ue(e,n);for(let r of n.args)if(Ue(e,r),X(r.type)||e.reportError(`The type of @${n.name}(${r.name}:) must be Input Type but got: ${y(r.type)}.`,r.astNode),Ie(r)&&r.deprecationReason!=null){var t;e.reportError(`Required argument @${n.name}(${r.name}:) cannot be deprecated.`,[Kn(r.astNode),(t=r.astNode)===null||t===void 0?void 0:t.type])}}}function Ue(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function xs(e){let t=ks(e),n=e.schema.getTypeMap();for(let r of Object.values(n)){if(!Qt(r)){e.reportError(`Expected GraphQL named type but got: ${y(r)}.`,r.astNode);continue}Yn(r)||Ue(e,r),O(r)||L(r)?(gi(e,r),Ei(e,r)):K(r)?ws(e,r):Q(r)?Ds(e,r):F(r)&&(Fs(e,r),t(r))}}function gi(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let o of n){if(Ue(e,o),!ve(o.type)){var r;e.reportError(`The type of ${t.name}.${o.name} must be Output Type but got: ${y(o.type)}.`,(r=o.astNode)===null||r===void 0?void 0:r.type)}for(let a of o.args){let c=a.name;if(Ue(e,a),!X(a.type)){var i;e.reportError(`The type of ${t.name}.${o.name}(${c}:) must be Input Type but got: ${y(a.type)}.`,(i=a.astNode)===null||i===void 0?void 0:i.type)}if(Ie(a)&&a.deprecationReason!=null){var s;e.reportError(`Required argument ${t.name}.${o.name}(${c}:) cannot be deprecated.`,[Kn(a.astNode),(s=a.astNode)===null||s===void 0?void 0:s.type])}}}}function Ei(e,t){let n=Object.create(null);for(let r of t.getInterfaces()){if(!L(r)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(r)}.`,It(t,r));continue}if(t===r){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,It(t,r));continue}if(n[r.name]){e.reportError(`Type ${t.name} can only implement ${r.name} once.`,It(t,r));continue}n[r.name]=!0,As(e,t,r),Ls(e,t,r)}}function Ls(e,t,n){let r=t.getFields();for(let c of Object.values(n.getFields())){let p=c.name,l=r[p];if(!l){e.reportError(`Interface field ${n.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!Re(e.schema,l.type,c.type)){var i,s;e.reportError(`Interface field ${n.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(l.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(s=l.astNode)===null||s===void 0?void 0:s.type])}for(let d of c.args){let h=d.name,T=l.args.find(N=>N.name===h);if(!T){e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,l.astNode]);continue}if(!Yt(d.type,T.type)){var o,a;e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expects type ${y(d.type)} but ${t.name}.${p}(${h}:) is type ${y(T.type)}.`,[(o=d.astNode)===null||o===void 0?void 0:o.type,(a=T.astNode)===null||a===void 0?void 0:a.type])}}for(let d of l.args){let h=d.name;!c.args.find(N=>N.name===h)&&Ie(d)&&e.reportError(`Object field ${t.name}.${p} includes required argument ${h} that is missing from the Interface field ${n.name}.${p}.`,[d.astNode,c.astNode])}}}function As(e,t,n){let r=t.getInterfaces();for(let i of n.getInterfaces())r.includes(i)||e.reportError(i===t?`Type ${t.name} cannot implement ${n.name} because it would create a circular reference.`:`Type ${t.name} must implement ${i.name} because it is implemented by ${n.name}.`,[...It(n,i),...It(t,n)])}function ws(e,t){let n=t.getTypes();n.length===0&&e.reportError(`Union type ${t.name} must define one or more member types.`,[t.astNode,...t.extensionASTNodes]);let r=Object.create(null);for(let i of n){if(r[i.name]){e.reportError(`Union type ${t.name} can only include type ${i.name} once.`,Ni(t,i.name));continue}r[i.name]=!0,O(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,Ni(t,String(i)))}}function Ds(e,t){let n=t.getValues();n.length===0&&e.reportError(`Enum type ${t.name} must define one or more values.`,[t.astNode,...t.extensionASTNodes]);for(let r of n)Ue(e,r)}function Fs(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Input Object type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let s of n){if(Ue(e,s),!X(s.type)){var r;e.reportError(`The type of ${t.name}.${s.name} must be Input Type but got: ${y(s.type)}.`,(r=s.astNode)===null||r===void 0?void 0:r.type)}if(et(s)&&s.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${s.name} cannot be deprecated.`,[Kn(s.astNode),(i=s.astNode)===null||i===void 0?void 0:i.type])}}}function ks(e){let t=Object.create(null),n=[],r=Object.create(null);return i;function i(s){if(t[s.name])return;t[s.name]=!0,r[s.name]=n.length;let o=Object.values(s.getFields());for(let a of o)if(b(a.type)&&F(a.type.ofType)){let c=a.type.ofType,p=r[c.name];if(n.push(a),p===void 0)i(c);else{let l=n.slice(p),d=l.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,l.map(h=>h.astNode))}n.pop()}r[s.name]=void 0}}function It(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(s=>{var o;return(o=s.interfaces)!==null&&o!==void 0?o:[]}).filter(s=>s.name.value===t.name)}function Ni(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(s=>{var o;return(o=s.types)!==null&&o!==void 0?o:[]}).filter(s=>s.name.value===t)}function Kn(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(n=>n.name.value===Kt.name)}function M(e,t){switch(t.kind){case u.LIST_TYPE:{let n=M(e,t.type);return n&&new C(n)}case u.NON_NULL_TYPE:{let n=M(e,t.type);return n&&new I(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var rt=class{constructor(t,n,r){this._schema=t,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=r??Cs,n&&(X(n)&&this._inputTypeStack.push(n),ce(n)&&this._parentTypeStack.push(n),ve(n)&&this._typeStack.push(n))}get[Symbol.toStringTag](){return"TypeInfo"}getType(){if(this._typeStack.length>0)return this._typeStack[this._typeStack.length-1]}getParentType(){if(this._parentTypeStack.length>0)return this._parentTypeStack[this._parentTypeStack.length-1]}getInputType(){if(this._inputTypeStack.length>0)return this._inputTypeStack[this._inputTypeStack.length-1]}getParentInputType(){if(this._inputTypeStack.length>1)return this._inputTypeStack[this._inputTypeStack.length-2]}getFieldDef(){if(this._fieldDefStack.length>0)return this._fieldDefStack[this._fieldDefStack.length-1]}getDefaultValue(){if(this._defaultValueStack.length>0)return this._defaultValueStack[this._defaultValueStack.length-1]}getDirective(){return this._directive}getArgument(){return this._argument}getEnumValue(){return this._enumValue}enter(t){let n=this._schema;switch(t.kind){case u.SELECTION_SET:{let i=z(this.getType());this._parentTypeStack.push(ce(i)?i:void 0);break}case u.FIELD:{let i=this.getParentType(),s,o;i&&(s=this._getFieldDef(n,i,t),s&&(o=s.type)),this._fieldDefStack.push(s),this._typeStack.push(ve(o)?o:void 0);break}case u.DIRECTIVE:this._directive=n.getDirective(t.name.value);break;case u.OPERATION_DEFINITION:{let i=n.getRootType(t.operation);this._typeStack.push(O(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,s=i?M(n,i):z(this.getType());this._typeStack.push(ve(s)?s:void 0);break}case u.VARIABLE_DEFINITION:{let i=M(n,t.type);this._inputTypeStack.push(X(i)?i:void 0);break}case u.ARGUMENT:{var r;let i,s,o=(r=this.getDirective())!==null&&r!==void 0?r:this.getFieldDef();o&&(i=o.args.find(a=>a.name===t.name.value),i&&(s=i.type)),this._argument=i,this._defaultValueStack.push(i?i.defaultValue:void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.LIST:{let i=Ze(this.getInputType()),s=k(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.OBJECT_FIELD:{let i=z(this.getInputType()),s,o;F(i)&&(o=i.getFields()[t.name.value],o&&(s=o.type)),this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(X(s)?s:void 0);break}case u.ENUM:{let i=z(this.getInputType()),s;Q(i)&&(s=i.getValue(t.value)),this._enumValue=s;break}default:}}leave(t){switch(t.kind){case u.SELECTION_SET:this._parentTypeStack.pop();break;case u.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case u.DIRECTIVE:this._directive=null;break;case u.OPERATION_DEFINITION:case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:this._typeStack.pop();break;case u.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case u.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case u.LIST:case u.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case u.ENUM:this._enumValue=null;break;default:}}};function Cs(e,t,n){let r=n.name.value;if(r===Fe.name&&e.getQueryType()===t)return Fe;if(r===ke.name&&e.getQueryType()===t)return ke;if(r===Ce.name&&ce(t))return Ce;if(O(t)||L(t))return t.getFields()[r]}function Zt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=Ke(t,r.kind).enter;if(i){let s=i.apply(t,n);return s!==void 0&&(e.leave(r),ct(s)&&e.enter(s)),s}},leave(...n){let r=n[0],i=Ke(t,r.kind).leave,s;return i&&(s=i.apply(t,n)),e.leave(r),s}}}function Xn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Wn(e){return e.kind===u.SCHEMA_DEFINITION||Se(e)||e.kind===u.DIRECTIVE_DEFINITION}function Se(e){return e.kind===u.SCALAR_TYPE_DEFINITION||e.kind===u.OBJECT_TYPE_DEFINITION||e.kind===u.INTERFACE_TYPE_DEFINITION||e.kind===u.UNION_TYPE_DEFINITION||e.kind===u.ENUM_TYPE_DEFINITION||e.kind===u.INPUT_OBJECT_TYPE_DEFINITION}function Zn(e){return e.kind===u.SCHEMA_EXTENSION||en(e)}function en(e){return e.kind===u.SCALAR_TYPE_EXTENSION||e.kind===u.OBJECT_TYPE_EXTENSION||e.kind===u.INTERFACE_TYPE_EXTENSION||e.kind===u.UNION_TYPE_EXTENSION||e.kind===u.ENUM_TYPE_EXTENSION||e.kind===u.INPUT_OBJECT_TYPE_EXTENSION}function er(e){return{Document(t){for(let n of t.definitions)if(!Xn(n)){let r=n.kind===u.SCHEMA_DEFINITION||n.kind===u.SCHEMA_EXTENSION?"schema":'"'+n.name.value+'"';e.reportError(new f(`The ${r} definition is not executable.`,{nodes:n}))}return!1}}}function tr(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),s=t.name.value,o=Z("to use an inline fragment on",Ps(i,n,s));o===""&&(o=Z(Us(n,s))),e.reportError(new f(`Cannot query field "${s}" on type "${n.name}".`+o,{nodes:t}))}}}}function Ps(e,t,n){if(!re(t))return[];let r=new Set,i=Object.create(null);for(let o of e.getPossibleTypes(t))if(o.getFields()[n]){r.add(o),i[o.name]=1;for(let a of o.getInterfaces()){var s;a.getFields()[n]&&(r.add(a),i[a.name]=((s=i[a.name])!==null&&s!==void 0?s:0)+1)}}return[...r].sort((o,a)=>{let c=i[a.name]-i[o.name];return c!==0?c:L(o)&&e.isSubType(o,a)?-1:L(a)&&e.isSubType(a,o)?1:He(o.name,a.name)}).map(o=>o.name)}function Us(e,t){if(O(e)||L(e)){let n=Object.keys(e.getFields());return te(t,n)}return[]}function nr(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=M(e.getSchema(),n);if(r&&!ce(r)){let i=A(n);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=M(e.getSchema(),t.typeCondition);if(n&&!ce(n)){let r=A(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function rr(e){return{...ir(e),Argument(t){let n=e.getArgument(),r=e.getFieldDef(),i=e.getParentType();if(!n&&r&&i){let s=t.name.value,o=r.args.map(c=>c.name),a=te(s,o);e.reportError(new f(`Unknown argument "${s}" on field "${i.name}.${r.name}".`+Z(a),{nodes:t}))}}}}function ir(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let o of r)t[o.name]=o.args.map(a=>a.name);let i=e.getDocument().definitions;for(let o of i)if(o.kind===u.DIRECTIVE_DEFINITION){var s;let a=(s=o.arguments)!==null&&s!==void 0?s:[];t[o.name.value]=a.map(c=>c.name.value)}return{Directive(o){let a=o.name.value,c=t[a];if(o.arguments&&c)for(let p of o.arguments){let l=p.name.value;if(!c.includes(l)){let d=te(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+Z(d),{nodes:p}))}}return!1}}}function tn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let s of r)t[s.name]=s.locations;let i=e.getDocument().definitions;for(let s of i)s.kind===u.DIRECTIVE_DEFINITION&&(t[s.name.value]=s.locations.map(o=>o.value));return{Directive(s,o,a,c,p){let l=s.name.value,d=t[l];if(!d){e.reportError(new f(`Unknown directive "@${l}".`,{nodes:s}));return}let h=Vs(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:s}))}}}function Vs(e){let t=e[e.length-1];switch("kind"in t||V(!1),t.kind){case u.OPERATION_DEFINITION:return $s(t.operation);case u.FIELD:return v.FIELD;case u.FRAGMENT_SPREAD:return v.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return v.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return v.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return v.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return v.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return v.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return v.OBJECT;case u.FIELD_DEFINITION:return v.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return v.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return v.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return v.ENUM;case u.ENUM_VALUE_DEFINITION:return v.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return v.INPUT_OBJECT;case u.INPUT_VALUE_DEFINITION:{let n=e[e.length-3];return"kind"in n||V(!1),n.kind===u.INPUT_OBJECT_TYPE_DEFINITION?v.INPUT_FIELD_DEFINITION:v.ARGUMENT_DEFINITION}default:V(!1,"Unexpected kind: "+y(t.kind))}}function $s(e){switch(e){case U.QUERY:return v.QUERY;case U.MUTATION:return v.MUTATION;case U.SUBSCRIPTION:return v.SUBSCRIPTION}}function sr(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new f(`Unknown fragment "${n}".`,{nodes:t.name}))}}}function nn(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);for(let s of e.getDocument().definitions)Se(s)&&(r[s.name.value]=!0);let i=[...Object.keys(n),...Object.keys(r)];return{NamedType(s,o,a,c,p){let l=s.name.value;if(!n[l]&&!r[l]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&Ms(h);if(T&&Ii.includes(l))return;let N=te(l,T?Ii.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+Z(N),{nodes:s}))}}}}var Ii=[...Jt,...Xt].map(e=>e.name);function Ms(e){return"kind"in e&&(Wn(e)||Zn(e))}function or(e){let t=0;return{Document(n){t=n.definitions.filter(r=>r.kind===u.OPERATION_DEFINITION).length},OperationDefinition(n){!n.name&&t>1&&e.reportError(new f("This anonymous operation must be the only defined operation.",{nodes:n}))}}}function ar(e){var t,n,r;let i=e.getSchema(),s=(t=(n=(r=i?.astNode)!==null&&r!==void 0?r:i?.getQueryType())!==null&&n!==void 0?n:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),o=0;return{SchemaDefinition(a){if(s){e.reportError(new f("Cannot define a new schema within a schema extension.",{nodes:a}));return}o>0&&e.reportError(new f("Must provide only one schema definition.",{nodes:a})),++o}}}function cr(e){let t=Object.create(null),n=[],r=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(s){return i(s),!1}};function i(s){if(t[s.name.value])return;let o=s.name.value;t[o]=!0;let a=e.getFragmentSpreads(s.selectionSet);if(a.length!==0){r[o]=n.length;for(let c of a){let p=c.name.value,l=r[p];if(n.push(c),l===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=n.slice(l),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new f(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}n.pop()}r[o]=void 0}}}function ur(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i}of r){let s=i.name.value;t[s]!==!0&&e.reportError(new f(n.name?`Variable "$${s}" is not defined by operation "${n.name.value}".`:`Variable "$${s}" is not defined.`,{nodes:[i,n]}))}}},VariableDefinition(n){t[n.variable.name.value]=!0}}}function pr(e){let t=[],n=[];return{OperationDefinition(r){return t.push(r),!1},FragmentDefinition(r){return n.push(r),!1},Document:{leave(){let r=Object.create(null);for(let i of t)for(let s of e.getRecursivelyReferencedFragments(i))r[s.name.value]=!0;for(let i of n){let s=i.name.value;r[s]!==!0&&e.reportError(new f(`Fragment "${s}" is never used.`,{nodes:i}))}}}}}function lr(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(n){let r=Object.create(null),i=e.getRecursiveVariableUsages(n);for(let{node:s}of i)r[s.name.value]=!0;for(let s of t){let o=s.variable.name.value;r[o]!==!0&&e.reportError(new f(n.name?`Variable "$${o}" is never used in operation "${n.name.value}".`:`Variable "$${o}" is never used.`,{nodes:s}))}}},VariableDefinition(n){t.push(n)}}}function rn(e){switch(e.kind){case u.OBJECT:return{...e,fields:Gs(e.fields)};case u.LIST:return{...e,values:e.values.map(rn)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function Gs(e){return e.map(t=>({...t,value:rn(t.value)})).sort((t,n)=>He(t.name.value,n.name.value))}function Ri(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+Ri(n)).join(" and "):e}function hr(e){let t=new mr,n=new Map;return{SelectionSet(r){let i=js(e,n,t,e.getParentType(),r);for(let[[s,o],a,c]of i){let p=Ri(o);e.reportError(new f(`Fields "${s}" conflict because ${p}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:a.concat(c)}))}}}}function js(e,t,n,r,i){let s=[],[o,a]=an(e,t,r,i);if(Bs(e,s,t,n,o),a.length!==0)for(let c=0;c<a.length;c++){sn(e,s,t,n,!1,o,a[c]);for(let p=c+1;p<a.length;p++)on(e,s,t,n,!1,a[c],a[p])}return s}function sn(e,t,n,r,i,s,o){let a=e.getFragment(o);if(!a)return;let[c,p]=dr(e,n,a);if(s!==c){yr(e,t,n,r,i,s,c);for(let l of p)r.has(l,o,i)||(r.add(l,o,i),sn(e,t,n,r,i,s,l))}}function on(e,t,n,r,i,s,o){if(s===o||r.has(s,o,i))return;r.add(s,o,i);let a=e.getFragment(s),c=e.getFragment(o);if(!a||!c)return;let[p,l]=dr(e,n,a),[d,h]=dr(e,n,c);yr(e,t,n,r,i,p,d);for(let T of h)on(e,t,n,r,i,s,T);for(let T of l)on(e,t,n,r,i,T,o)}function Qs(e,t,n,r,i,s,o,a){let c=[],[p,l]=an(e,t,i,s),[d,h]=an(e,t,o,a);yr(e,c,t,n,r,p,d);for(let T of h)sn(e,c,t,n,r,p,T);for(let T of l)sn(e,c,t,n,r,d,T);for(let T of l)for(let N of h)on(e,c,t,n,r,T,N);return c}function Bs(e,t,n,r,i){for(let[s,o]of Object.entries(i))if(o.length>1)for(let a=0;a<o.length;a++)for(let c=a+1;c<o.length;c++){let p=Oi(e,n,r,!1,s,o[a],o[c]);p&&t.push(p)}}function yr(e,t,n,r,i,s,o){for(let[a,c]of Object.entries(s)){let p=o[a];if(p)for(let l of c)for(let d of p){let h=Oi(e,n,r,i,a,l,d);h&&t.push(h)}}}function Oi(e,t,n,r,i,s,o){let[a,c,p]=s,[l,d,h]=o,T=r||a!==l&&O(a)&&O(l);if(!T){let xe=c.name.value,fe=d.name.value;if(xe!==fe)return[[i,`"${xe}" and "${fe}" are different fields`],[c],[d]];if(!qs(c,d))return[[i,"they have differing arguments"],[c],[d]]}let N=p?.type,P=h?.type;if(N&&P&&fr(N,P))return[[i,`they return conflicting types "${y(N)}" and "${y(P)}"`],[c],[d]];let B=c.selectionSet,ie=d.selectionSet;if(B&&ie){let xe=Qs(e,t,n,T,z(N),B,z(P),ie);return Ys(xe,i,c,d)}}function qs(e,t){let n=e.arguments,r=t.arguments;if(n===void 0||n.length===0)return r===void 0||r.length===0;if(r===void 0||r.length===0||n.length!==r.length)return!1;let i=new Map(r.map(({name:s,value:o})=>[s.value,o]));return n.every(s=>{let o=s.value,a=i.get(s.name.value);return a===void 0?!1:bi(o)===bi(a)})}function bi(e){return A(rn(e))}function fr(e,t){return k(e)?k(t)?fr(e.ofType,t.ofType):!0:k(t)?!0:b(e)?b(t)?fr(e.ofType,t.ofType):!0:b(t)?!0:W(e)||W(t)?e!==t:!1}function an(e,t,n,r){let i=t.get(r);if(i)return i;let s=Object.create(null),o=Object.create(null);Si(e,n,r,s,o);let a=[s,Object.keys(o)];return t.set(r,a),a}function dr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=M(e.getSchema(),n.typeCondition);return an(e,t,i,n.selectionSet)}function Si(e,t,n,r,i){for(let s of n.selections)switch(s.kind){case u.FIELD:{let o=s.name.value,a;(O(t)||L(t))&&(a=t.getFields()[o]);let c=s.alias?s.alias.value:o;r[c]||(r[c]=[]),r[c].push([t,s,a]);break}case u.FRAGMENT_SPREAD:i[s.name.value]=!0;break;case u.INLINE_FRAGMENT:{let o=s.typeCondition,a=o?M(e.getSchema(),o):t;Si(e,a,s.selectionSet,r,i);break}}}function Ys(e,t,n,r){if(e.length>0)return[[t,e.map(([i])=>i)],[n,...e.map(([,i])=>i).flat()],[r,...e.map(([,,i])=>i).flat()]]}var mr=class{constructor(){this._data=new Map}has(t,n,r){var i;let[s,o]=t<n?[t,n]:[n,t],a=(i=this._data.get(s))===null||i===void 0?void 0:i.get(o);return a===void 0?!1:r?!0:r===a}add(t,n,r){let[i,s]=t<n?[t,n]:[n,t],o=this._data.get(i);o===void 0?this._data.set(i,new Map([[s,r]])):o.set(s,r)}};function Tr(e){return{InlineFragment(t){let n=e.getType(),r=e.getParentType();if(ce(n)&&ce(r)&&!Mn(e.getSchema(),n,r)){let i=y(r),s=y(n);e.reportError(new f(`Fragment cannot be spread here as objects of type "${i}" can never be of type "${s}".`,{nodes:t}))}},FragmentSpread(t){let n=t.name.value,r=Js(e,n),i=e.getParentType();if(r&&i&&!Mn(e.getSchema(),r,i)){let s=y(i),o=y(r);e.reportError(new f(`Fragment "${n}" cannot be spread here as objects of type "${s}" can never be of type "${o}".`,{nodes:t}))}}}}function Js(e,t){let n=e.getFragment(t);if(n){let r=M(e.getSchema(),n.typeCondition);if(ce(r))return r}}function gr(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Se(i)&&(n[i.name.value]=i);return{ScalarTypeExtension:r,ObjectTypeExtension:r,InterfaceTypeExtension:r,UnionTypeExtension:r,EnumTypeExtension:r,InputObjectTypeExtension:r};function r(i){let s=i.name.value,o=n[s],a=t?.getType(s),c;if(o?c=Hs[o.kind]:a&&(c=zs(a)),c){if(c!==i.kind){let p=Ks(i.kind);e.reportError(new f(`Cannot extend non-${p} type "${s}".`,{nodes:o?[o,i]:i}))}}else{let p=Object.keys({...n,...t?.getTypeMap()}),l=te(s,p);e.reportError(new f(`Cannot extend type "${s}" because it is not defined.`+Z(l),{nodes:i.name}))}}}var Hs={[u.SCALAR_TYPE_DEFINITION]:u.SCALAR_TYPE_EXTENSION,[u.OBJECT_TYPE_DEFINITION]:u.OBJECT_TYPE_EXTENSION,[u.INTERFACE_TYPE_DEFINITION]:u.INTERFACE_TYPE_EXTENSION,[u.UNION_TYPE_DEFINITION]:u.UNION_TYPE_EXTENSION,[u.ENUM_TYPE_DEFINITION]:u.ENUM_TYPE_EXTENSION,[u.INPUT_OBJECT_TYPE_DEFINITION]:u.INPUT_OBJECT_TYPE_EXTENSION};function zs(e){if(ye(e))return u.SCALAR_TYPE_EXTENSION;if(O(e))return u.OBJECT_TYPE_EXTENSION;if(L(e))return u.INTERFACE_TYPE_EXTENSION;if(K(e))return u.UNION_TYPE_EXTENSION;if(Q(e))return u.ENUM_TYPE_EXTENSION;if(F(e))return u.INPUT_OBJECT_TYPE_EXTENSION;V(!1,"Unexpected type: "+y(e))}function Ks(e){switch(e){case u.SCALAR_TYPE_EXTENSION:return"scalar";case u.OBJECT_TYPE_EXTENSION:return"object";case u.INTERFACE_TYPE_EXTENSION:return"interface";case u.UNION_TYPE_EXTENSION:return"union";case u.ENUM_TYPE_EXTENSION:return"enum";case u.INPUT_OBJECT_TYPE_EXTENSION:return"input object";default:V(!1,"Unexpected kind: "+y(e))}}function Er(e){return{...Nr(e),Field:{leave(t){var n;let r=e.getFieldDef();if(!r)return!1;let i=new Set((n=t.arguments)===null||n===void 0?void 0:n.map(s=>s.name.value));for(let s of r.args)if(!i.has(s.name)&&Ie(s)){let o=y(s.type);e.reportError(new f(`Field "${r.name}" argument "${s.name}" of type "${o}" is required, but it was not provided.`,{nodes:t}))}}}}}function Nr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:ge;for(let a of i)n[a.name]=de(a.args.filter(Ie),c=>c.name);let s=e.getDocument().definitions;for(let a of s)if(a.kind===u.DIRECTIVE_DEFINITION){var o;let c=(o=a.arguments)!==null&&o!==void 0?o:[];n[a.name.value]=de(c.filter(Xs),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=n[c];if(p){var l;let d=(l=a.arguments)!==null&&l!==void 0?l:[],h=new Set(d.map(T=>T.name.value));for(let[T,N]of Object.entries(p))if(!h.has(T)){let P=We(N.type)?y(N.type):A(N.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${P}" is required, but it was not provided.`,{nodes:a}))}}}}}}function Xs(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function vr(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(W(z(n))){if(r){let i=t.name.value,s=y(n);e.reportError(new f(`Field "${i}" must not have a selection since type "${s}" has no subfields.`,{nodes:r}))}}else if(!r){let i=t.name.value,s=y(n);e.reportError(new f(`Field "${i}" of type "${s}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}}function cn(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Ve(e,t,n){return{prev:e,key:t,typename:n}}function oe(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function _i(e,t,n=Ws){return Rt(e,t,n,void 0)}function Ws(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${cn(e)}"`),n.message=r+": "+n.message,n}function Rt(e,t,n,r){if(b(t)){if(e!=null)return Rt(e,t.ofType,n,r);n(oe(r),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(k(t)){let i=t.ofType;return tt(e)?Array.from(e,(s,o)=>{let a=Ve(r,o,void 0);return Rt(s,i,n,a)}):[Rt(e,i,n,r)]}if(F(t)){if(!q(e)){n(oe(r),e,new f(`Expected type "${t.name}" to be an object.`));return}let i={},s=t.getFields();for(let o of Object.values(s)){let a=e[o.name];if(a===void 0){if(o.defaultValue!==void 0)i[o.name]=o.defaultValue;else if(b(o.type)){let c=y(o.type);n(oe(r),e,new f(`Field "${o.name}" of required type "${c}" was not provided.`))}continue}i[o.name]=Rt(a,o.type,n,Ve(r,o.name,t.name))}for(let o of Object.keys(e))if(!s[o]){let a=te(o,Object.keys(t.getFields()));n(oe(r),e,new f(`Field "${o}" is not defined by type "${t.name}".`+Z(a)))}return i}if(W(t)){let i;try{i=t.parseValue(e)}catch(s){s instanceof f?n(oe(r),e,s):n(oe(r),e,new f(`Expected type "${t.name}". `+s.message,{originalError:s}));return}return i===void 0&&n(oe(r),e,new f(`Expected type "${t.name}".`)),i}V(!1,"Unexpected input type: "+y(t))}function $e(e,t,n){if(e){if(e.kind===u.VARIABLE){let r=e.name.value;if(n==null||n[r]===void 0)return;let i=n[r];return i===null&&b(t)?void 0:i}if(b(t))return e.kind===u.NULL?void 0:$e(e,t.ofType,n);if(e.kind===u.NULL)return null;if(k(t)){let r=t.ofType;if(e.kind===u.LIST){let s=[];for(let o of e.values)if(xi(o,n)){if(b(r))return;s.push(null)}else{let a=$e(o,r,n);if(a===void 0)return;s.push(a)}return s}let i=$e(e,r,n);return i===void 0?void 0:[i]}if(F(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=de(e.fields,s=>s.name.value);for(let s of Object.values(t.getFields())){let o=i[s.name];if(!o||xi(o.value,n)){if(s.defaultValue!==void 0)r[s.name]=s.defaultValue;else if(b(s.type))return;continue}let a=$e(o.value,s.type,n);if(a===void 0)return;r[s.name]=a}return r}if(W(t)){let r;try{r=t.parseLiteral(e,n)}catch{return}return r===void 0?void 0:r}V(!1,"Unexpected input type: "+y(t))}}function xi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function Ir(e,t,n,r){let i=[],s=r?.maxErrors;try{let o=Zs(e,t,n,a=>{if(s!=null&&i.length>=s)throw new f("Too many errors processing variables, error limit reached. Execution aborted.");i.push(a)});if(i.length===0)return{coerced:o}}catch(o){i.push(o)}return{errors:i}}function Zs(e,t,n,r){let i={};for(let s of t){let o=s.variable.name.value,a=M(e,s.type);if(!X(a)){let p=A(s.type);r(new f(`Variable "$${o}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:s.type}));continue}if(!Li(n,o)){if(s.defaultValue)i[o]=$e(s.defaultValue,a);else if(b(a)){let p=y(a);r(new f(`Variable "$${o}" of required type "${p}" was not provided.`,{nodes:s}))}continue}let c=n[o];if(c===null&&b(a)){let p=y(a);r(new f(`Variable "$${o}" of non-null type "${p}" must not be null.`,{nodes:s}));continue}i[o]=_i(c,a,(p,l,d)=>{let h=`Variable "$${o}" got invalid value `+y(l);p.length>0&&(h+=` at "${o}${cn(p)}"`),r(new f(h+"; "+d.message,{nodes:s,originalError:d}))})}return i}function un(e,t,n){var r;let i={},s=(r=t.arguments)!==null&&r!==void 0?r:[],o=de(s,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,l=o[c];if(!l){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new f(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=l.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let N=d.name.value;if(n==null||!Li(n,N)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new f(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${N}" which was not provided a runtime value.`,{nodes:d});continue}h=n[N]==null}if(h&&b(p))throw new f(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=$e(d,p,n);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${A(d)}.`,{nodes:d});i[c]=T}return i}function pn(e,t,n){var r;let i=(r=t.directives)===null||r===void 0?void 0:r.find(s=>s.name.value===e.name);if(i)return un(e,i,n)}function Li(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function fn(e,t,n,r,i){let s=new Map;return ln(e,t,n,r,i,s,new Set),s}function wi(e,t,n,r,i){let s=new Map,o=new Set;for(let a of i)a.selectionSet&&ln(e,t,n,r,a.selectionSet,s,o);return s}function ln(e,t,n,r,i,s,o){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!br(n,a))continue;let c=eo(a),p=s.get(c);p!==void 0?p.push(a):s.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!br(n,a)||!Ai(e,a,r))continue;ln(e,t,n,r,a.selectionSet,s,o);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(o.has(c)||!br(n,a))continue;o.add(c);let p=t[c];if(!p||!Ai(e,p,r))continue;ln(e,t,n,r,p.selectionSet,s,o);break}}}function br(e,t){let n=pn(zt,t,e);if(n?.if===!0)return!1;let r=pn(Ht,t,e);return r?.if!==!1}function Ai(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=M(e,r);return i===n?!0:re(i)?e.isSubType(i,n):!1}function eo(e){return e.alias?e.alias.value:e.name.value}function Rr(e){return{OperationDefinition(t){if(t.operation==="subscription"){let n=e.getSchema(),r=n.getSubscriptionType();if(r){let i=t.name?t.name.value:null,s=Object.create(null),o=e.getDocument(),a=Object.create(null);for(let p of o.definitions)p.kind===u.FRAGMENT_DEFINITION&&(a[p.name.value]=p);let c=fn(n,a,s,r,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new f(i!=null?`Subscription "${i}" must select only one top level field.`:"Anonymous Subscription must select only one top level field.",{nodes:d}))}for(let p of c.values())p[0].name.value.startsWith("__")&&e.reportError(new f(i!=null?`Subscription "${i}" must not select an introspection top level field.`:"Anonymous Subscription must not select an introspection top level field.",{nodes:p}))}}}}}function it(e,t){let n=new Map;for(let r of e){let i=t(r),s=n.get(i);s===void 0?n.set(i,[r]):s.push(r)}return n}function Or(e){return{DirectiveDefinition(r){var i;let s=(i=r.arguments)!==null&&i!==void 0?i:[];return n(`@${r.name.value}`,s)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(r){var i;let s=r.name.value,o=(i=r.fields)!==null&&i!==void 0?i:[];for(let c of o){var a;let p=c.name.value,l=(a=c.arguments)!==null&&a!==void 0?a:[];n(`${s}.${p}`,l)}return!1}function n(r,i){let s=it(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new f(`Argument "${r}(${o}:)" can only be defined once.`,{nodes:a.map(c=>c.name)}));return!1}}function dn(e){return{Field:t,Directive:t};function t(n){var r;let i=(r=n.arguments)!==null&&r!==void 0?r:[],s=it(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new f(`There can be only one argument named "${o}".`,{nodes:a.map(c=>c.name)}))}}function Sr(e){let t=Object.create(null),n=e.getSchema();return{DirectiveDefinition(r){let i=r.name.value;if(n!=null&&n.getDirective(i)){e.reportError(new f(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:r.name}));return}return t[i]?e.reportError(new f(`There can be only one directive named "@${i}".`,{nodes:[t[i],r.name]})):t[i]=r.name,!1}}}function mn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():ge;for(let a of r)t[a.name]=!a.isRepeatable;let i=e.getDocument().definitions;for(let a of i)a.kind===u.DIRECTIVE_DEFINITION&&(t[a.name.value]=!a.repeatable);let s=Object.create(null),o=Object.create(null);return{enter(a){if(!("directives"in a)||!a.directives)return;let c;if(a.kind===u.SCHEMA_DEFINITION||a.kind===u.SCHEMA_EXTENSION)c=s;else if(Se(a)||en(a)){let p=a.name.value;c=o[p],c===void 0&&(o[p]=c=Object.create(null))}else c=Object.create(null);for(let p of a.directives){let l=p.name.value;t[l]&&(c[l]?e.reportError(new f(`The directive "@${l}" can only be used once at this location.`,{nodes:[c[l],p]})):c[l]=p)}}}}function _r(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(s){var o;let a=s.name.value;r[a]||(r[a]=Object.create(null));let c=(o=s.values)!==null&&o!==void 0?o:[],p=r[a];for(let l of c){let d=l.name.value,h=n[a];Q(h)&&h.getValue(d)?e.reportError(new f(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function xr(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{InputObjectTypeDefinition:i,InputObjectTypeExtension:i,InterfaceTypeDefinition:i,InterfaceTypeExtension:i,ObjectTypeDefinition:i,ObjectTypeExtension:i};function i(s){var o;let a=s.name.value;r[a]||(r[a]=Object.create(null));let c=(o=s.fields)!==null&&o!==void 0?o:[],p=r[a];for(let l of c){let d=l.name.value;to(n[a],d)?e.reportError(new f(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function to(e,t){return O(e)||L(e)||F(e)?e.getFields()[t]!=null:!1}function Lr(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(n){let r=n.name.value;return t[r]?e.reportError(new f(`There can be only one fragment named "${r}".`,{nodes:[t[r],n.name]})):t[r]=n.name,!1}}}function hn(e){let t=[],n=Object.create(null);return{ObjectValue:{enter(){t.push(n),n=Object.create(null)},leave(){let r=t.pop();r||V(!1),n=r}},ObjectField(r){let i=r.name.value;n[i]?e.reportError(new f(`There can be only one input field named "${i}".`,{nodes:[n[i],r.name]})):n[i]=r.name}}}function Ar(e){let t=Object.create(null);return{OperationDefinition(n){let r=n.name;return r&&(t[r.value]?e.reportError(new f(`There can be only one operation named "${r.value}".`,{nodes:[t[r.value],r]})):t[r.value]=r),!1},FragmentDefinition:()=>!1}}function wr(e){let t=e.getSchema(),n=Object.create(null),r=t?{query:t.getQueryType(),mutation:t.getMutationType(),subscription:t.getSubscriptionType()}:{};return{SchemaDefinition:i,SchemaExtension:i};function i(s){var o;let a=(o=s.operationTypes)!==null&&o!==void 0?o:[];for(let c of a){let p=c.operation,l=n[p];r[p]?e.reportError(new f(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):l?e.reportError(new f(`There can be only one ${p} type in schema.`,{nodes:[l,c]})):n[p]=c}return!1}}function Dr(e){let t=Object.create(null),n=e.getSchema();return{ScalarTypeDefinition:r,ObjectTypeDefinition:r,InterfaceTypeDefinition:r,UnionTypeDefinition:r,EnumTypeDefinition:r,InputObjectTypeDefinition:r};function r(i){let s=i.name.value;if(n!=null&&n.getType(s)){e.reportError(new f(`Type "${s}" already exists in the schema. It cannot also be defined in this type definition.`,{nodes:i.name}));return}return t[s]?e.reportError(new f(`There can be only one type named "${s}".`,{nodes:[t[s],i.name]})):t[s]=i.name,!1}}function Fr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=it(r,s=>s.variable.name.value);for(let[s,o]of i)o.length>1&&e.reportError(new f(`There can be only one variable named "$${s}".`,{nodes:o.map(a=>a.variable.name)}))}}}function kr(e){return{ListValue(t){let n=Ze(e.getParentInputType());if(!k(n))return Me(e,t),!1},ObjectValue(t){let n=z(e.getInputType());if(!F(n))return Me(e,t),!1;let r=de(t.fields,i=>i.name.value);for(let i of Object.values(n.getFields()))if(!r[i.name]&&et(i)){let o=y(i.type);e.reportError(new f(`Field "${n.name}.${i.name}" of required type "${o}" was not provided.`,{nodes:t}))}},ObjectField(t){let n=z(e.getParentInputType());if(!e.getInputType()&&F(n)){let i=te(t.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${t.name.value}" is not defined by type "${n.name}".`+Z(i),{nodes:t}))}},NullValue(t){let n=e.getInputType();b(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${A(t)}.`,{nodes:t}))},EnumValue:t=>Me(e,t),IntValue:t=>Me(e,t),FloatValue:t=>Me(e,t),StringValue:t=>Me(e,t),BooleanValue:t=>Me(e,t)}}function Me(e,t){let n=e.getInputType();if(!n)return;let r=z(n);if(!W(r)){let i=y(n);e.reportError(new f(`Expected value of type "${i}", found ${A(t)}.`,{nodes:t}));return}try{if(r.parseLiteral(t,void 0)===void 0){let s=y(n);e.reportError(new f(`Expected value of type "${s}", found ${A(t)}.`,{nodes:t}))}}catch(i){let s=y(n);i instanceof f?e.reportError(i):e.reportError(new f(`Expected value of type "${s}", found ${A(t)}; `+i.message,{nodes:t,originalError:i}))}}function Cr(e){return{VariableDefinition(t){let n=M(e.getSchema(),t.type);if(n!==void 0&&!X(n)){let r=t.variable.name.value,i=A(t.type);e.reportError(new f(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i,type:s,defaultValue:o}of r){let a=i.name.value,c=t[a];if(c&&s){let p=e.getSchema(),l=M(p,c.type);if(l&&!no(p,l,c.defaultValue,s,o)){let d=y(l),h=y(s);e.reportError(new f(`Variable "$${a}" of type "${d}" used in position expecting type "${h}".`,{nodes:[c,i]}))}}}}},VariableDefinition(n){t[n.variable.name.value]=n}}}function no(e,t,n,r,i){if(b(r)&&!b(t)){if(!(n!=null&&n.kind!==u.NULL)&&!(i!==void 0))return!1;let a=r.ofType;return Re(e,t,a)}return Re(e,t,r)}var st=Object.freeze([er,Ar,or,Rr,nn,nr,Cr,vr,tr,Lr,sr,pr,Tr,cr,Fr,ur,lr,tn,mn,rr,dn,kr,Er,Pr,hr,hn]),ro=Object.freeze([ar,wr,Dr,_r,xr,Or,Sr,nn,tn,mn,gr,ir,dn,hn,Nr]);var Ur=class{constructor(t,n){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=n}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let n;if(this._fragments)n=this._fragments;else{n=Object.create(null);for(let r of this.getDocument().definitions)r.kind===u.FRAGMENT_DEFINITION&&(n[r.name.value]=r);this._fragments=n}return n[t]}getFragmentSpreads(t){let n=this._fragmentSpreads.get(t);if(!n){n=[];let r=[t],i;for(;i=r.pop();)for(let s of i.selections)s.kind===u.FRAGMENT_SPREAD?n.push(s):s.selectionSet&&r.push(s.selectionSet);this._fragmentSpreads.set(t,n)}return n}getRecursivelyReferencedFragments(t){let n=this._recursivelyReferencedFragments.get(t);if(!n){n=[];let r=Object.create(null),i=[t.selectionSet],s;for(;s=i.pop();)for(let o of this.getFragmentSpreads(s)){let a=o.name.value;if(r[a]!==!0){r[a]=!0;let c=this.getFragment(a);c&&(n.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,n)}return n}};var Ot=class extends Ur{constructor(t,n,r,i){super(n,i),this._schema=t,this._typeInfo=r,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let n=this._variableUsages.get(t);if(!n){let r=[],i=new rt(this._schema);Ae(t,Zt(i,{VariableDefinition:()=>!1,Variable(s){r.push({node:s,type:i.getInputType(),defaultValue:i.getDefaultValue()})}})),n=r,this._variableUsages.set(t,n)}return n}getRecursiveVariableUsages(t){let n=this._recursiveVariableUsages.get(t);if(!n){n=this.getVariableUsages(t);for(let r of this.getRecursivelyReferencedFragments(t))n=n.concat(this.getVariableUsages(r));this._recursiveVariableUsages.set(t,n)}return n}getType(){return this._typeInfo.getType()}getParentType(){return this._typeInfo.getParentType()}getInputType(){return this._typeInfo.getInputType()}getParentInputType(){return this._typeInfo.getParentInputType()}getFieldDef(){return this._typeInfo.getFieldDef()}getDirective(){return this._typeInfo.getDirective()}getArgument(){return this._typeInfo.getArgument()}getEnumValue(){return this._typeInfo.getEnumValue()}};function yn(e,t,n=st,r,i=new rt(e)){var s;let o=(s=r?.maxErrors)!==null&&s!==void 0?s:100;t||R(!1,"Must provide document."),bt(e);let a=Object.freeze({}),c=[],p=new Ot(e,t,i,d=>{if(c.length>=o)throw c.push(new f("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),l=Cn(n.map(d=>d(p)));try{Ae(t,Zt(i,l))}catch(d){if(d!==a)throw d}return c}function Di(e){let t;return function(r,i,s){t===void 0&&(t=new WeakMap);let o=t.get(r);o===void 0&&(o=new WeakMap,t.set(r,o));let a=o.get(i);a===void 0&&(a=new WeakMap,o.set(i,a));let c=a.get(s);return c===void 0&&(c=e(r,i,s),a.set(s,c)),c}}function Vr(e){return Promise.all(Object.values(e)).then(t=>{let n=Object.create(null);for(let[r,i]of Object.keys(e).entries())n[i]=t[r];return n})}function Fi(e,t,n){let r=n;for(let i of e)r=ae(r)?r.then(s=>t(s,i)):t(r,i);return r}function ki(e){return e instanceof Error?e:new $r(e)}var $r=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function ot(e,t,n){var r;let i=ki(e);return io(i)?i:new f(i.message,{nodes:(r=i.nodes)!==null&&r!==void 0?r:t,source:i.source,positions:i.positions,path:n,originalError:i})}function io(e){return Array.isArray(e.path)}var so=Di((e,t,n)=>wi(e.schema,e.fragments,e.variableValues,t,n));function vn(e){arguments.length<2||R(!1,"graphql@16 dropped long-deprecated support for positional arguments, please pass an object instead.");let{schema:t,document:n,variableValues:r,rootValue:i}=e;oo(t,n,r);let s=ao(e);if(!("schema"in s))return{errors:s};try{let{operation:o}=s,a=co(s,o,i);return ae(a)?a.then(c=>Tn(c,s.errors),c=>(s.errors.push(c),Tn(null,s.errors))):Tn(a,s.errors)}catch(o){return s.errors.push(o),Tn(null,s.errors)}}function Tn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function oo(e,t,n){t||R(!1,"Must provide document."),bt(e),n==null||q(n)||R(!1,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function ao(e){var t,n;let{schema:r,document:i,rootValue:s,contextValue:o,variableValues:a,operationName:c,fieldResolver:p,typeResolver:l,subscribeFieldResolver:d}=e,h,T=Object.create(null);for(let B of i.definitions)switch(B.kind){case u.OPERATION_DEFINITION:if(c==null){if(h!==void 0)return[new f("Must provide operation name if query contains multiple operations.")];h=B}else((t=B.name)===null||t===void 0?void 0:t.value)===c&&(h=B);break;case u.FRAGMENT_DEFINITION:T[B.name.value]=B;break;default:}if(!h)return c!=null?[new f(`Unknown operation named "${c}".`)]:[new f("Must provide an operation.")];let N=(n=h.variableDefinitions)!==null&&n!==void 0?n:[],P=Ir(r,N,a??{},{maxErrors:50});return P.errors?P.errors:{schema:r,fragments:T,rootValue:s,contextValue:o,operation:h,variableValues:P.coerced,fieldResolver:p??Nn,typeResolver:l??Gr,subscribeFieldResolver:d??Nn,errors:[]}}function co(e,t,n){let r=e.schema.getRootType(t.operation);if(r==null)throw new f(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=fn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),s=void 0;switch(t.operation){case U.QUERY:return gn(e,r,n,s,i);case U.MUTATION:return uo(e,r,n,s,i);case U.SUBSCRIPTION:return gn(e,r,n,s,i)}}function uo(e,t,n,r,i){return Fi(i.entries(),(s,[o,a])=>{let c=Ve(r,o,t.name),p=Ui(e,t,n,a,c);return p===void 0?s:ae(p)?p.then(l=>(s[o]=l,s)):(s[o]=p,s)},Object.create(null))}function gn(e,t,n,r,i){let s=Object.create(null),o=!1;try{for(let[a,c]of i.entries()){let p=Ve(r,a,t.name),l=Ui(e,t,n,c,p);l!==void 0&&(s[a]=l,ae(l)&&(o=!0))}}catch(a){if(o)return Vr(s).finally(()=>{throw a});throw a}return o?Vr(s):s}function Ui(e,t,n,r,i){var s;let o=ho(e.schema,t,r[0]);if(!o)return;let a=o.type,c=(s=o.resolve)!==null&&s!==void 0?s:e.fieldResolver,p=po(e,o,r,t,i);try{let l=un(o,r[0],e.variableValues),d=e.contextValue,h=c(n,l,d,p),T;return ae(h)?T=h.then(N=>St(e,a,r,p,i,N)):T=St(e,a,r,p,i,h),ae(T)?T.then(void 0,N=>{let P=ot(N,r,oe(i));return En(P,a,e)}):T}catch(l){let d=ot(l,r,oe(i));return En(d,a,e)}}function po(e,t,n,r,i){return{fieldName:t.name,fieldNodes:n,returnType:t.type,parentType:r,path:i,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function En(e,t,n){if(b(t))throw e;return n.errors.push(e),null}function St(e,t,n,r,i,s){if(s instanceof Error)throw s;if(b(t)){let o=St(e,t.ofType,n,r,i,s);if(o===null)throw new Error(`Cannot return null for non-nullable field ${r.parentType.name}.${r.fieldName}.`);return o}if(s==null)return null;if(k(t))return lo(e,t,n,r,i,s);if(W(t))return fo(t,s);if(re(t))return mo(e,t,n,r,i,s);if(O(t))return Mr(e,t,n,r,i,s);V(!1,"Cannot complete value of unexpected output type: "+y(t))}function lo(e,t,n,r,i,s){if(!tt(s))throw new f(`Expected Iterable, but did not find one for field "${r.parentType.name}.${r.fieldName}".`);let o=t.ofType,a=!1,c=Array.from(s,(p,l)=>{let d=Ve(i,l,void 0);try{let h;return ae(p)?h=p.then(T=>St(e,o,n,r,d,T)):h=St(e,o,n,r,d,p),ae(h)?(a=!0,h.then(void 0,T=>{let N=ot(T,n,oe(d));return En(N,o,e)})):h}catch(h){let T=ot(h,n,oe(d));return En(T,o,e)}});return a?Promise.all(c):c}function fo(e,t){let n=e.serialize(t);if(n==null)throw new Error(`Expected \`${y(e)}.serialize(${y(t)})\` to return non-nullable value, returned: ${y(n)}`);return n}function mo(e,t,n,r,i,s){var o;let a=(o=t.resolveType)!==null&&o!==void 0?o:e.typeResolver,c=e.contextValue,p=a(s,c,r,t);return ae(p)?p.then(l=>Mr(e,Ci(l,e,t,n,r,s),n,r,i,s)):Mr(e,Ci(p,e,t,n,r,s),n,r,i,s)}function Ci(e,t,n,r,i,s){if(e==null)throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}". Either the "${n.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`,r);if(O(e))throw new f("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");if(typeof e!="string")throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}" with value ${y(s)}, received "${y(e)}".`);let o=t.schema.getType(e);if(o==null)throw new f(`Abstract type "${n.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:r});if(!O(o))throw new f(`Abstract type "${n.name}" was resolved to a non-object type "${e}".`,{nodes:r});if(!t.schema.isSubType(n,o))throw new f(`Runtime Object type "${o.name}" is not a possible type for "${n.name}".`,{nodes:r});return o}function Mr(e,t,n,r,i,s){let o=so(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(s,e.contextValue,r);if(ae(a))return a.then(c=>{if(!c)throw Pi(t,s,n);return gn(e,t,s,i,o)});if(!a)throw Pi(t,s,n)}return gn(e,t,s,i,o)}function Pi(e,t,n){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var Gr=function(e,t,n,r){if(q(e)&&typeof e.__typename=="string")return e.__typename;let i=n.schema.getPossibleTypes(r),s=[];for(let o=0;o<i.length;o++){let a=i[o];if(a.isTypeOf){let c=a.isTypeOf(e,t,n);if(ae(c))s[o]=c;else if(c)return a.name}}if(s.length)return Promise.all(s).then(o=>{for(let a=0;a<o.length;a++)if(o[a])return i[a].name})},Nn=function(e,t,n,r){if(q(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function ho(e,t,n){let r=n.name.value;return r===Fe.name&&e.getQueryType()===t?Fe:r===ke.name&&e.getQueryType()===t?ke:r===Ce.name?Ce:t.getFields()[r]}var Ge=require("@medplum/core");var _e=require("@medplum/core");var In={base64Binary:E,boolean:J,canonical:E,code:E,date:E,dateTime:E,decimal:pe,id:Te,instant:E,integer:pe,markdown:E,number:pe,oid:E,positiveInt:pe,string:E,time:E,unsignedInt:pe,uri:E,url:E,uuid:E,xhtml:E,"http://hl7.org/fhirpath/System.Boolean":J,"http://hl7.org/fhirpath/System.Date":E,"http://hl7.org/fhirpath/System.DateTime":E,"http://hl7.org/fhirpath/System.Decimal":pe,"http://hl7.org/fhirpath/System.Integer":pe,"http://hl7.org/fhirpath/System.String":E,"http://hl7.org/fhirpath/System.Time":E};function jr(e,t,n){let r;if(t){let s=n._reference;delete n._reference,r={code:s,operator:_e.Operator.EQUALS,value:(0,_e.getReferenceString)(t)}}n=Object.fromEntries(Object.entries(n).map(([s,o])=>[Mo(s),o]));let i=(0,_e.parseSearchRequest)(e,n);if(r){let s=i.filters||[];i.filters=[r,...s]}return i}function Mo(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Qr(e){return e.replaceAll("-","_")}async function bn(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-4),o=jr(s,e,t);return(await n.repo.search(o)).entry?.map(c=>c.resource)}function _t(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."},_sort:{type:E,description:"Specify the sort order by comma-separated list of sort rules in priority order."},_id:{type:E,description:"Select resources based on the logical id of the resource."},_lastUpdated:{type:E,description:"Select resources based on the last time they were changed."},_filter:{type:E,description:" The _filter parameter provides a syntax for expressing a set of query expressions on the underlying resources."}},n=(0,_e.getSearchParameters)(e);if(n)for(let[r,i]of Object.entries(n))t[Qr(r)]={type:E,description:i.description};return t}function Vi(e){return e.filter(t=>t==="selections").length}function $i(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function Mi(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var Gi={...In};function xt(e,t){let n=Gi[e];return n||(n=Go(e,t),Gi[e]=n),n}function Go(e,t){let n=(0,Ge.getDataType)(e);return new De({name:e+t,description:n.description,fields:()=>jo(e,t)})}function jo(e,t){let n={};if((0,Ge.isResourceType)(e)){let r={description:"The type of resource",type:E};n.resourceType=r}return Qo(e,n,t),n}function Qo(e,t,n){let r=(0,Ge.getDataType)(e);for(let[i,s]of Object.entries(r.elements))for(let o of s.type)Bo(t,i,s,o,n)}function Bo(e,t,n,r,i){let s=r.code;if(s==="Resource")return;(s==="Element"||s==="BackboneElement")&&(s=n.type[0].code);let o={description:n.description,type:xt(s,i)};n.max>1&&(o.type=new C(new I(xt(s,i)))),n.min>0&&!t.endsWith("[x]")&&(o.type=new I(o.type));let a=t.split(".").pop().replace("[x]",(0,Ge.capitalize)(r.code));e[a]=o}var w=require("@medplum/core");var Rn={...In};function je(e){let t=Rn[e];return t||(t=Br(e),Rn[e]=t),t}function Br(e){if(e==="ResourceList")return new we({name:"ResourceList",types:()=>(0,w.getResourceTypes)().map(je).filter(n=>!!n),resolveType:ea});let t=(0,w.getDataType)(e);return new Y({name:e,description:t.description,fields:()=>qo(e)})}function qo(e){let t={};return Yo(e,t),Ko(e,t),t}function Yo(e,t){let n=(0,w.getDataType)(e);(0,w.isResourceTypeSchema)(n)&&(t.resourceType={type:new I(E),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:je("ResourceList"),resolve:Zo});for(let[r,i]of Object.entries(n.elements))for(let s of i.type)Jo(t,r,i,s)}function Jo(e,t,n,r){let i=r.code;(i==="Element"||i==="BackboneElement")&&(i=n.type[0].code),i==="Resource"&&(i="ResourceList");let s={description:n.description,type:Xo(n,i,t),resolve:Wo};n.max>1&&(s.args=Ho(i));let o=t.split(".").pop().replace("[x]",(0,w.capitalize)(r.code));e[o]=s}function Ho(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."}};if(!(0,w.isLowerCase)(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=(0,w.tryGetDataType)(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let s of i.type)zo(t,r,i,s)}return t}function zo(e,t,n,r){let i=r.code,s=t.replace("[x]",(0,w.capitalize)(i));switch(i){case"canonical":case"code":case"id":case"oid":case"string":case"uri":case"url":case"uuid":case"http://hl7.org/fhirpath/System.String":e[s]={type:E,description:n.description};break}}function Ko(e,t){for(let n of(0,w.getResourceTypes)()){let r=je(n),i=(0,w.getSearchParameters)(n),s={},o=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(s[Qr(a)]={value:a},o++);if(o>0){let a=new Ne({name:e+"_"+n+"_reference",values:s}),c=_t(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new C(r),args:c,resolve:bn}}}}function Xo(e,t,n){let r=je(t);return e.max>1&&(r=new C(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function Wo(e,t,n,r){let i=e?.[r.fieldName];if(!t||!i)return i;let{_offset:s,_count:o,fhirpath:a,...c}=t,p=i;for(let[l,d]of Object.entries(c))p=p.filter(h=>h[l]===d);return a&&(p=p.filter(l=>(0,w.toJsBoolean)((0,w.evalFhirPathTyped)(a,[(0,w.toTypedValue)(l)])))),s&&(p=p.slice(s)),o&&(p=p.slice(0,o)),p}async function Zo(e,t,n){if((0,w.isReference)(e))try{return await n.dataLoader.load(e)}catch(r){throw new w.OperationOutcomeError((0,w.normalizeOperationOutcome)(r),r)}}function ea(e){let t=e?.resourceType;if(t)return je(t).name}var ta=new G.LRUCache,qr;async function Qi(e,t,n){let{query:r,operationName:i,variables:s}=e.body;if(!r)return[(0,G.badRequest)("Must provide query.")];let o;try{o=Vt(r)}catch{return[(0,G.badRequest)("GraphQL syntax error.")]}let a=ra(),c=[...st,da],p=yn(a,o,c);if(p.length>0)return[Mi(p)];let l=na(r);if(l&&!n.options?.introspectionEnabled)return[G.forbidden];let d=new ji.default(T=>t.readReferences(T)),h=l&&ta.get(r);return h||(h=await vn({schema:a,document:o,contextValue:{repo:t,dataLoader:d},operationName:i,variableValues:s})),[G.allOk,h]}function na(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function ra(){return qr||(qr=ia()),qr}function ia(){for(let n of(0,G.getResourceTypes)())Rn[n]=Br(n);let e={},t={};for(let n of(0,G.getResourceTypes)()){let r=je(n);e[n]={type:r,args:{id:{type:new I(Te),description:n+" ID"}},resolve:ua},e[n+"List"]={type:new C(r),args:_t(n),resolve:bn},e[n+"Connection"]={type:aa(n,r),args:_t(n),resolve:ca},t[n+"Create"]={type:r,args:sa(n),resolve:pa},t[n+"Update"]={type:r,args:oa(n),resolve:la},t[n+"Delete"]={type:r,args:{id:{type:new I(Te),description:n+" ID"}},resolve:fa}}return new Pe({query:new Y({name:"QueryType",fields:e}),mutation:new Y({name:"MutationType",fields:t})})}function sa(e){return{res:{type:new I(xt(e,"Create")),description:e+" Create"}}}function oa(e){return{id:{type:new I(Te),description:e+" ID"},res:{type:new I(xt(e,"Update")),description:e+" Update"}}}function aa(e,t){return new Y({name:e+"Connection",fields:{count:{type:ue},offset:{type:ue},pageSize:{type:ue},first:{type:E},previous:{type:E},next:{type:E},last:{type:E},edges:{type:new C(new Y({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:pe},resource:{type:t}}}))}}})}async function ca(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-10),o=jr(s,e,t);$i(r,"count")&&(o.total="accurate");let a=await n.repo.search(o);return{count:a.total,offset:o.offset||0,pageSize:o.count||G.DEFAULT_SEARCH_COUNT,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource}))}}async function ua(e,t,n,r){try{return await n.dataLoader.load({reference:`${r.fieldName}/${t.id}`})}catch(i){throw new G.OperationOutcomeError((0,G.normalizeOperationOutcome)(i),i)}}async function pa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res;return o.resourceType!==s?[(0,G.badRequest)("Invalid resourceType")]:await n.repo.createResource(o)}async function la(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res,a=t.id;return o.resourceType!==s?[(0,G.badRequest)("Invalid resourceType")]:a!==o.id?[(0,G.badRequest)("Incorrect ID")]:await n.repo.updateResource(o)}async function fa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6);await n.repo.deleteResource(s,t.id)}var da=e=>({Field(t,n,r,i){let s=Vi(i),o=12;if(s>o){let a=t.name.value;e.reportError(new f(`Field "${a}" exceeds max depth (depth=${s}, max=${o})`,{nodes:t}))}}});var Lt=class{constructor(){this.routes=[]}add(t,n,r){let i=n.split("/").filter(s=>!!s).map(s=>s.startsWith(":")?{value:s.substring(1),param:!0}:{value:s});this.routes.push({method:t,path:i,handler:r})}find(t,n){let r=n.split("/").filter(o=>!!o),i,s=-1;for(let o of this.routes){let a=ma(o,t,r);a>s&&(i=o,s=a)}if(i)return{handler:i.handler,params:ha(i,r)}}};function ma(e,t,n){if(t!==e.method||n.length!==e.path.length)return-1;let r=0;for(let i=0;i<n.length;i++)if(!e.path[i].param){if(n[i]!==e.path[i].value)return-1;r++}return r}function ha(e,t){let n=Object.create(null);for(let r=0;r<t.length;r++)e.path[r].param&&(n[e.path[r].value]=t[r]);return n}async function ya(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[(0,D.badRequest)("Not a bundle")];let i=await Xr(n,t,r);return[D.allOk,i]}async function Ta(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search((0,D.parseSearchRequest)(n,r));return[D.allOk,i]}async function ga(e,t){let n=e.query,r=(0,D.parseSearchRequest)("MultipleTypes",n);if(!r.types||r.types.length===0)return[(0,D.badRequest)("No types specified")];let i=await t.search(r);return[D.allOk,i]}async function Ea(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search((0,D.parseSearchRequest)(n,r));return[D.allOk,i]}async function Na(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[(0,D.badRequest)(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[D.created,i]}async function va(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[D.allOk,i]}async function Ia(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[D.allOk,i]}async function ba(e,t){let{resourceType:n,id:r,vid:i}=e.params,s=await t.readVersion(n,r,i);return[D.allOk,s]}async function Ra(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[(0,D.badRequest)("Incorrect resource type")];if(i.id!==r)return[(0,D.badRequest)("Incorrect ID")];let s=await t.updateResource(i,_a(e.headers?.["if-match"]));return[D.allOk,s]}async function Oa(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[D.allOk]}async function Sa(e,t){let{resourceType:n,id:r}=e.params,i=e.body,s=await t.patchResource(n,r,i);return[D.allOk,s]}var Yr=class extends D.EventTarget{constructor(n={}){super();this.router=new Lt;this.options=n,this.router.add("GET","",ga),this.router.add("POST","",ya),this.router.add("GET",":resourceType",Ta),this.router.add("POST",":resourceType/_search",Ea),this.router.add("POST",":resourceType",Na),this.router.add("GET",":resourceType/:id",va),this.router.add("GET",":resourceType/:id/_history",Ia),this.router.add("GET",":resourceType/:id/_history/:vid",ba),this.router.add("PUT",":resourceType/:id",Ra),this.router.add("DELETE",":resourceType/:id",Oa),this.router.add("PATCH",":resourceType/:id",Sa),this.router.add("POST","$graphql",Qi)}add(n,r,i){this.router.add(n,r,i)}async handleRequest(n,r){let i=this.router.find(n.method,n.pathname);if(!i)return[D.notFound];let{handler:s,params:o}=i;n.params=o;try{return await s(n,r,this)}catch(a){return[(0,D.normalizeOperationOutcome)(a)]}}};function _a(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}var S=require("@medplum/core"),Bi=require("rfc6902"),On=class{async searchOne(t){return(await this.search({...t,count:1})).entry?.[0]?.resource}async searchResources(t){return(await this.search(t)).entry?.map(r=>r.resource)??[]}},Jr=class extends On{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}async createResource(t){let n=(0,S.deepClone)(t);n.id||(n.id=(0,S.generateId)()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=(0,S.generateId)()),n.meta.lastUpdated||(n.meta.lastUpdated=new Date().toISOString());let{resourceType:r,id:i}=n,s=this.resources.get(r);s||(s=new Map,this.resources.set(r,s)),s.set(i,n);let o=this.history.get(r);o||(o=new Map,this.history.set(r,o));let a=o.get(i);return a||(a=[],o.set(i,a)),a.push(n),(0,S.deepClone)(n)}updateResource(t,n){let r=(0,S.deepClone)(t);if(n&&r.meta?.versionId!==n)throw new S.OperationOutcomeError(S.preconditionFailed);return r.meta&&(r.meta.versionId&&delete r.meta.versionId,r.meta.lastUpdated&&delete r.meta.lastUpdated),this.createResource(r)}async patchResource(t,n,r){let i=await this.readResource(t,n);try{let s=(0,Bi.applyPatch)(i,r).filter(Boolean);if(s.length>0)throw new S.OperationOutcomeError((0,S.badRequest)(s.map(o=>o.message).join(`
54
54
  `)))}catch(s){throw new S.OperationOutcomeError((0,S.normalizeOperationOutcome)(s))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new S.OperationOutcomeError(S.notFound);return(0,S.deepClone)(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new S.OperationOutcomeError((0,S.badRequest)("Invalid reference"));return this.readResource(n[0],n[1])}async readReferences(t){return Promise.all(t.map(n=>this.readReference(n)))}async readHistory(t,n){return await this.readResource(t,n),{resourceType:"Bundle",type:"history",entry:(this.history.get(t)?.get(n)??[]).reverse().map(r=>({resource:(0,S.deepClone)(r)}))}}async readVersion(t,n,r){await this.readResource(t,n);let i=this.history.get(t)?.get(n)?.find(s=>s.meta?.versionId===r);if(!i)throw new S.OperationOutcomeError(S.notFound);return(0,S.deepClone)(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let o of r.values())(0,S.matchesSearchRequest)(o,t)&&i.push(o);let s=i.map(o=>({resource:(0,S.deepClone)(o)}));if(t.sortRules)for(let o of t.sortRules)s=s.sort((a,c)=>xa(a.resource,c.resource,o));return t.offset!==void 0&&(s=s.slice(t.offset)),t.count!==void 0&&(s=s.slice(0,t.count)),{resourceType:"Bundle",type:"searchset",entry:s,total:i.length}}async deleteResource(t,n){if(!this.resources.get(t)?.get(n))throw new S.OperationOutcomeError(S.notFound);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},xa=(e,t,n)=>{let i=S.globalSchema.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let s=JSON.stringify((0,S.evalFhirPath)(i,e)),o=JSON.stringify((0,S.evalFhirPath)(i,t));return s.localeCompare(o)*(n.descending?-1:1)};0&&(module.exports={BaseRepository,FhirRouter,MemoryRepository,Router});
55
55
  //# sourceMappingURL=index.cjs.map