@medplum/fhir-router 3.0.13 → 3.1.1

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.
@@ -1,14 +1,14 @@
1
- import{EventTarget as Ba,allOk as Te,badRequest as xt,created as qa,normalizeOperationOutcome as Ya,notFound as Ja,parseSearchRequest as Br}from"@medplum/core";import{allOk as Wi,badRequest as he,getReferenceString as zr,getStatus as Zi,isOk as es,normalizeOperationOutcome as ts,OperationOutcomeError as ge,parseSearchRequest as ns,resolveId as rs}from"@medplum/core";async function Kr(e,t,n){return new On(e,t,n).processBatch()}var On=class{constructor(t,n,r){this.router=t;this.repo=n;this.bundle=r;this.ids={}}async processBatch(){let t=this.bundle.type;if(!t)throw new ge(he("Missing bundle type"));if(t!=="batch"&&t!=="transaction")throw new ge(he("Unrecognized bundle type"));let n=this.bundle.entry;if(!n)throw new ge(he("Missing bundle entry"));let r=[],i=0,s=0;for(let a of n){let c=this.rewriteIdsInObject(a);a.resource?.id&&(c.resource.id=this.rewriteIdsInString(a.resource.id,!0));try{i++,r.push(await this.processBatchEntry(c))}catch(p){s++,r.push(Lt(ts(p)))}}let o={type:"batch",bundleType:t,count:i,errors:s,size:JSON.stringify(this.bundle).length};return this.router.dispatchEvent(o),{resourceType:"Bundle",type:`${t}-response`,entry:r}}async processBatchEntry(t){this.validateEntry(t);let n=t.request;if(t.resource?.resourceType&&n.ifNoneExist){let a=(await this.repo.search(ns(`${t.resource.resourceType}?${n.ifNoneExist}`))).entry;if(a.length>1)return Lt(he("Multiple matches"));if(a.length===1){let c=a[0].resource;return t.fullUrl&&this.addReplacementId(t.fullUrl,c),Lt(Wi,c)}}let r=t.resource;n.method==="PATCH"&&(r=this.parsePatchBody(t));let i=new URL(n.url,"https://example.com/"),s=await this.router.handleRequest({method:n.method,pathname:i.pathname,params:Object.create(null),query:Object.fromEntries(i.searchParams),body:r},this.repo);return t.fullUrl&&s.length===2&&this.addReplacementId(t.fullUrl,s[1]),Lt(s[0],s[1])}validateEntry(t){if(!t.request)throw new ge(he("Missing entry.request"));if(!t.request.method)throw new ge(he("Missing entry.request.method"));if(!t.request.url)throw new ge(he("Missing entry.request.url"))}parsePatchBody(t){let n=t.resource;if(!n)throw new ge(he("Missing entry.resource"));if(n.resourceType!=="Binary")throw new ge(he("Patch resource must be a Binary"));if(!n.data)throw new ge(he("Missing entry.resource.data"));return this.rewriteIdsInArray(JSON.parse(Buffer.from(n.data,"base64").toString("utf8")))}addReplacementId(t,n){t.startsWith("urn:uuid:")&&(this.ids[t]=n)}rewriteIds(t){return Array.isArray(t)?this.rewriteIdsInArray(t):typeof t=="string"?this.rewriteIdsInString(t):typeof t=="object"&&t!==null?this.rewriteIdsInObject(t):t}rewriteIdsInArray(t){return t.map(n=>this.rewriteIds(n))}rewriteIdsInObject(t){return Object.fromEntries(Object.entries(t).map(([n,r])=>[n,this.rewriteIds(r)]))}rewriteIdsInString(t,n=!1){let r=/urn:uuid:\w{8}-\w{4}-\w{4}-\w{4}-\w{12}/.exec(t);if(r){if(this.bundle.type!=="transaction"){let o={type:"warn",message:"Invalid internal reference in batch"};this.router.dispatchEvent(o)}let i=r[0],s=this.ids[i];if(s){let o=zr(s);return n&&(o=rs({reference:o})),o?t.replaceAll(i,o):t}}return t}};function Lt(e,t){return{response:{outcome:e,status:Zi(e).toString(),location:es(e)&&t?.id?zr(t):void 0},resource:t}}import{allOk as Ia,badRequest as _t,DEFAULT_SEARCH_COUNT as ba,forbidden as Ra,getResourceTypes as qi,LRUCache as Oa,normalizeOperationOutcome as Sa,OperationOutcomeError as _a}from"@medplum/core";import xa from"dataloader";function R(e,t){if(!!!e)throw new Error(t)}function ne(e){return typeof e?.then=="function"}function M(e){return typeof e=="object"&&e!==null}function k(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var is=/\r\n|[\n\r]/g;function Ge(e,t){let n=0,r=1;for(let i of e.body.matchAll(is)){if(typeof i.index=="number"||k(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function Sn(e){return At(e.source,Ge(e.source,e.start))}function At(e,t){let n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,s=e.locationOffset.line-1,o=t.line+s,a=t.line===1?n:0,c=t.column+a,p=`${e.name}:${o}:${c}
2
- `,l=r.split(/\r\n|[\n\r]/g),d=l[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,N=[];for(let D=0;D<d.length;D+=80)N.push(d.slice(D,D+80));return p+Xr([[`${o} |`,N[0]],...N.slice(1,h+1).map(D=>["|",D]),["|","^".padStart(T)],["|",N[h+1]]])}return p+Xr([[`${o-1} |`,l[i-1]],[`${o} |`,d],["|","^".padStart(c)],[`${o+1} |`,l[i+1]]])}function Xr(e){let t=e.filter(([r,i])=>i!==void 0),n=Math.max(...t.map(([r])=>r.length));return t.map(([r,i])=>r.padStart(n)+(i?" "+i:"")).join(`
3
- `)}function ss(e){let t=e[0];return t==null||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}var f=class e extends Error{constructor(t,...n){var r,i,s;let{nodes:o,source:a,positions:c,path:p,originalError:l,extensions:d}=ss(n);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=l??void 0,this.nodes=Wr(Array.isArray(o)?o:o?[o]:void 0);let h=Wr((r=this.nodes)===null||r===void 0?void 0:r.map(N=>N.loc).filter(N=>N!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(N=>N.start),this.locations=c&&a?c.map(N=>Ge(a,N)):h?.map(N=>Ge(N.source,N.start));let T=M(l?.extensions)?l?.extensions:void 0;this.extensions=(s=d??T)!==null&&s!==void 0?s:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),l!=null&&l.stack?Object.defineProperty(this,"stack",{value:l.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,e):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(let n of this.nodes)n.loc&&(t+=`
1
+ import{EventTarget as Ba,allOk as Te,badRequest as xt,created as qa,normalizeOperationOutcome as Ya,notFound as Ja,parseSearchRequest as qr}from"@medplum/core";import{allOk as Zi,badRequest as he,getReferenceString as Kr,getStatus as es,isOk as ts,normalizeOperationOutcome as ns,OperationOutcomeError as ge,parseSearchRequest as rs,resolveId as is}from"@medplum/core";async function Xr(e,t,n){return new Sn(e,t,n).processBatch()}var Sn=class{constructor(t,n,r){this.router=t;this.repo=n;this.bundle=r;this.ids={}}async processBatch(){let t=this.bundle.type;if(!t)throw new ge(he("Missing bundle type"));if(t!=="batch"&&t!=="transaction")throw new ge(he("Unrecognized bundle type"));let n=this.bundle.entry;if(!n)throw new ge(he("Missing bundle entry"));let r=[],i=0,s=0;for(let a of n){let c=this.rewriteIdsInObject(a);a.resource?.id&&(c.resource.id=this.rewriteIdsInString(a.resource.id,!0));try{i++,r.push(await this.processBatchEntry(c))}catch(p){s++,r.push(Lt(ns(p)))}}let o={type:"batch",bundleType:t,count:i,errors:s,size:JSON.stringify(this.bundle).length};return this.router.dispatchEvent(o),{resourceType:"Bundle",type:`${t}-response`,entry:r}}async processBatchEntry(t){this.validateEntry(t);let n=t.request;if(t.resource?.resourceType&&n.ifNoneExist){let a=(await this.repo.search(rs(`${t.resource.resourceType}?${n.ifNoneExist}`))).entry;if(a.length>1)return Lt(he("Multiple matches"));if(a.length===1){let c=a[0].resource;return t.fullUrl&&this.addReplacementId(t.fullUrl,c),Lt(Zi,c)}}let r=t.resource;n.method==="PATCH"&&(r=this.parsePatchBody(t));let i=new URL(n.url,"https://example.com/"),s=await this.router.handleRequest({method:n.method,pathname:i.pathname,params:Object.create(null),query:Object.fromEntries(i.searchParams),body:r},this.repo);return t.fullUrl&&s.length===2&&this.addReplacementId(t.fullUrl,s[1]),Lt(s[0],s[1])}validateEntry(t){if(!t.request)throw new ge(he("Missing entry.request"));if(!t.request.method)throw new ge(he("Missing entry.request.method"));if(!t.request.url)throw new ge(he("Missing entry.request.url"))}parsePatchBody(t){let n=t.resource;if(!n)throw new ge(he("Missing entry.resource"));if(n.resourceType!=="Binary")throw new ge(he("Patch resource must be a Binary"));if(!n.data)throw new ge(he("Missing entry.resource.data"));return this.rewriteIdsInArray(JSON.parse(Buffer.from(n.data,"base64").toString("utf8")))}addReplacementId(t,n){t.startsWith("urn:uuid:")&&(this.ids[t]=n)}rewriteIds(t){return Array.isArray(t)?this.rewriteIdsInArray(t):typeof t=="string"?this.rewriteIdsInString(t):typeof t=="object"&&t!==null?this.rewriteIdsInObject(t):t}rewriteIdsInArray(t){return t.map(n=>this.rewriteIds(n))}rewriteIdsInObject(t){return Object.fromEntries(Object.entries(t).map(([n,r])=>[n,this.rewriteIds(r)]))}rewriteIdsInString(t,n=!1){let r=/urn:uuid:\w{8}-\w{4}-\w{4}-\w{4}-\w{12}/.exec(t);if(r){if(this.bundle.type!=="transaction"){let o={type:"warn",message:"Invalid internal reference in batch"};this.router.dispatchEvent(o)}let i=r[0],s=this.ids[i];if(s){let o=Kr(s);return n&&(o=is({reference:o})),o?t.replaceAll(i,o):t}}return t}};function Lt(e,t){return{response:{outcome:e,status:es(e).toString(),location:ts(e)&&t?.id?Kr(t):void 0},resource:t}}import{allOk as ba,badRequest as _t,DEFAULT_SEARCH_COUNT as Ra,forbidden as Oa,getResourceTypes as Yi,LRUCache as Sa,normalizeOperationOutcome as _a,OperationOutcomeError as bn}from"@medplum/core";import xa from"dataloader";function R(e,t){if(!!!e)throw new Error(t)}function ne(e){return typeof e?.then=="function"}function M(e){return typeof e=="object"&&e!==null}function k(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var ss=/\r\n|[\n\r]/g;function Ge(e,t){let n=0,r=1;for(let i of e.body.matchAll(ss)){if(typeof i.index=="number"||k(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function _n(e){return At(e.source,Ge(e.source,e.start))}function At(e,t){let n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,s=e.locationOffset.line-1,o=t.line+s,a=t.line===1?n:0,c=t.column+a,p=`${e.name}:${o}:${c}
2
+ `,l=r.split(/\r\n|[\n\r]/g),d=l[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,N=[];for(let D=0;D<d.length;D+=80)N.push(d.slice(D,D+80));return p+Wr([[`${o} |`,N[0]],...N.slice(1,h+1).map(D=>["|",D]),["|","^".padStart(T)],["|",N[h+1]]])}return p+Wr([[`${o-1} |`,l[i-1]],[`${o} |`,d],["|","^".padStart(c)],[`${o+1} |`,l[i+1]]])}function Wr(e){let t=e.filter(([r,i])=>i!==void 0),n=Math.max(...t.map(([r])=>r.length));return t.map(([r,i])=>r.padStart(n)+(i?" "+i:"")).join(`
3
+ `)}function os(e){let t=e[0];return t==null||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}var f=class e extends Error{constructor(t,...n){var r,i,s;let{nodes:o,source:a,positions:c,path:p,originalError:l,extensions:d}=os(n);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=l??void 0,this.nodes=Zr(Array.isArray(o)?o:o?[o]:void 0);let h=Zr((r=this.nodes)===null||r===void 0?void 0:r.map(N=>N.loc).filter(N=>N!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(N=>N.start),this.locations=c&&a?c.map(N=>Ge(a,N)):h?.map(N=>Ge(N.source,N.start));let T=M(l?.extensions)?l?.extensions:void 0;this.extensions=(s=d??T)!==null&&s!==void 0?s:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),l!=null&&l.stack?Object.defineProperty(this,"stack",{value:l.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,e):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(let n of this.nodes)n.loc&&(t+=`
4
4
 
5
- `+Sn(n.loc));else if(this.source&&this.locations)for(let n of this.locations)t+=`
5
+ `+_n(n.loc));else if(this.source&&this.locations)for(let n of this.locations)t+=`
6
6
 
7
- `+At(this.source,n);return t}toJSON(){let t={message:this.message};return this.locations!=null&&(t.locations=this.locations),this.path!=null&&(t.path=this.path),this.extensions!=null&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}};function Wr(e){return e===void 0||e.length===0?void 0:e}function C(e,t,n){return new f(`Syntax Error: ${n}`,{source:e,positions:[t]})}var st=class{constructor(t,n,r){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}},je=class{constructor(t,n,r,i,s,o){this.kind=t,this.start=n,this.end=r,this.line=i,this.column=s,this.value=o,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}},_n={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},os=new Set(Object.keys(_n));function ot(e){let t=e?.kind;return typeof t=="string"&&os.has(t)}var F;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(F||(F={}));var v;(function(e){e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION"})(v||(v={}));var u;(function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"})(u||(u={}));function wt(e){return e===9||e===32}function Qe(e){return e>=48&&e<=57}function Zr(e){return e>=97&&e<=122||e>=65&&e<=90}function at(e){return Zr(e)||e===95}function Dt(e){return Zr(e)||Qe(e)||e===95}function ei(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let o=0;o<e.length;++o){var s;let a=e[o],c=as(a);c!==a.length&&(r=(s=r)!==null&&s!==void 0?s:o,i=o,o!==0&&c<n&&(n=c))}return e.map((o,a)=>a===0?o:o.slice(n)).slice((t=r)!==null&&t!==void 0?t:0,i+1)}function as(e){let t=0;for(;t<e.length&&wt(e.charCodeAt(t));)++t;return t}function ti(e,t){let n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),i=r.length===1,s=r.length>1&&r.slice(1).every(T=>T.length===0||wt(T.charCodeAt(0))),o=n.endsWith('\\"""'),a=e.endsWith('"')&&!o,c=e.endsWith("\\"),p=a||c,l=!(t!=null&&t.minimize)&&(!i||e.length>70||p||s||o),d="",h=i&&wt(e.charCodeAt(0));return(l&&!h||s)&&(d+=`
7
+ `+At(this.source,n);return t}toJSON(){let t={message:this.message};return this.locations!=null&&(t.locations=this.locations),this.path!=null&&(t.path=this.path),this.extensions!=null&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}};function Zr(e){return e===void 0||e.length===0?void 0:e}function C(e,t,n){return new f(`Syntax Error: ${n}`,{source:e,positions:[t]})}var st=class{constructor(t,n,r){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}},je=class{constructor(t,n,r,i,s,o){this.kind=t,this.start=n,this.end=r,this.line=i,this.column=s,this.value=o,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}},xn={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},as=new Set(Object.keys(xn));function ot(e){let t=e?.kind;return typeof t=="string"&&as.has(t)}var F;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(F||(F={}));var v;(function(e){e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION"})(v||(v={}));var u;(function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"})(u||(u={}));function wt(e){return e===9||e===32}function Qe(e){return e>=48&&e<=57}function ei(e){return e>=97&&e<=122||e>=65&&e<=90}function at(e){return ei(e)||e===95}function Dt(e){return ei(e)||Qe(e)||e===95}function ti(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let o=0;o<e.length;++o){var s;let a=e[o],c=cs(a);c!==a.length&&(r=(s=r)!==null&&s!==void 0?s:o,i=o,o!==0&&c<n&&(n=c))}return e.map((o,a)=>a===0?o:o.slice(n)).slice((t=r)!==null&&t!==void 0?t:0,i+1)}function cs(e){let t=0;for(;t<e.length&&wt(e.charCodeAt(t));)++t;return t}function ni(e,t){let n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),i=r.length===1,s=r.length>1&&r.slice(1).every(T=>T.length===0||wt(T.charCodeAt(0))),o=n.endsWith('\\"""'),a=e.endsWith('"')&&!o,c=e.endsWith("\\"),p=a||c,l=!(t!=null&&t.minimize)&&(!i||e.length>70||p||s||o),d="",h=i&&wt(e.charCodeAt(0));return(l&&!h||s)&&(d+=`
8
8
  `),d+=n,(l||p)&&(d+=`
9
- `),'"""'+d+'"""'}var m;(function(e){e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment"})(m||(m={}));var ut=class{constructor(t){let n=new je(m.SOF,0,0,0,0);this.source=t,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==m.EOF)do if(t.next)t=t.next;else{let n=cs(this,t.end);t.next=n,n.prev=t,t=n}while(t.kind===m.COMMENT);return t}};function ri(e){return e===m.BANG||e===m.DOLLAR||e===m.AMP||e===m.PAREN_L||e===m.PAREN_R||e===m.SPREAD||e===m.COLON||e===m.EQUALS||e===m.AT||e===m.BRACKET_L||e===m.BRACKET_R||e===m.BRACE_L||e===m.PIPE||e===m.BRACE_R}function Be(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Ft(e,t){return ii(e.charCodeAt(t))&&si(e.charCodeAt(t+1))}function ii(e){return e>=55296&&e<=56319}function si(e){return e>=56320&&e<=57343}function Se(e,t){let n=e.source.body.codePointAt(t);if(n===void 0)return m.EOF;if(n>=32&&n<=126){let r=String.fromCodePoint(n);return r==='"'?`'"'`:`"${r}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function U(e,t,n,r,i){let s=e.line,o=1+n-e.lineStart;return new je(t,n,r,s,o,i)}function cs(e,t){let n=e.source.body,r=n.length,i=t;for(;i<r;){let s=n.charCodeAt(i);switch(s){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:n.charCodeAt(i+1)===10?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return us(e,i);case 33:return U(e,m.BANG,i,i+1);case 36:return U(e,m.DOLLAR,i,i+1);case 38:return U(e,m.AMP,i,i+1);case 40:return U(e,m.PAREN_L,i,i+1);case 41:return U(e,m.PAREN_R,i,i+1);case 46:if(n.charCodeAt(i+1)===46&&n.charCodeAt(i+2)===46)return U(e,m.SPREAD,i,i+3);break;case 58:return U(e,m.COLON,i,i+1);case 61:return U(e,m.EQUALS,i,i+1);case 64:return U(e,m.AT,i,i+1);case 91:return U(e,m.BRACKET_L,i,i+1);case 93:return U(e,m.BRACKET_R,i,i+1);case 123:return U(e,m.BRACE_L,i,i+1);case 124:return U(e,m.PIPE,i,i+1);case 125:return U(e,m.BRACE_R,i,i+1);case 34:return n.charCodeAt(i+1)===34&&n.charCodeAt(i+2)===34?hs(e,i):ls(e,i)}if(Qe(s)||s===45)return ps(e,i,s);if(at(s))return ys(e,i);throw C(e.source,i,s===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:Be(s)||Ft(n,i)?`Unexpected character: ${Se(e,i)}.`:`Invalid character: ${Se(e,i)}.`)}return U(e,m.EOF,r,r)}function us(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let s=n.charCodeAt(i);if(s===10||s===13)break;if(Be(s))++i;else if(Ft(n,i))i+=2;else break}return U(e,m.COMMENT,t,i,n.slice(t+1,i))}function ps(e,t,n){let r=e.source.body,i=t,s=n,o=!1;if(s===45&&(s=r.charCodeAt(++i)),s===48){if(s=r.charCodeAt(++i),Qe(s))throw C(e.source,i,`Invalid number, unexpected digit after 0: ${Se(e,i)}.`)}else i=xn(e,i,s),s=r.charCodeAt(i);if(s===46&&(o=!0,s=r.charCodeAt(++i),i=xn(e,i,s),s=r.charCodeAt(i)),(s===69||s===101)&&(o=!0,s=r.charCodeAt(++i),(s===43||s===45)&&(s=r.charCodeAt(++i)),i=xn(e,i,s),s=r.charCodeAt(i)),s===46||at(s))throw C(e.source,i,`Invalid number, expected digit but got: ${Se(e,i)}.`);return U(e,o?m.FLOAT:m.INT,t,i,r.slice(t,i))}function xn(e,t,n){if(!Qe(n))throw C(e.source,t,`Invalid number, expected digit but got: ${Se(e,t)}.`);let r=e.source.body,i=t+1;for(;Qe(r.charCodeAt(i));)++i;return i}function ls(e,t){let n=e.source.body,r=n.length,i=t+1,s=i,o="";for(;i<r;){let a=n.charCodeAt(i);if(a===34)return o+=n.slice(s,i),U(e,m.STRING,t,i+1,o);if(a===92){o+=n.slice(s,i);let c=n.charCodeAt(i+1)===117?n.charCodeAt(i+2)===123?fs(e,i):ds(e,i):ms(e,i);o+=c.value,i+=c.size,s=i;continue}if(a===10||a===13)break;if(Be(a))++i;else if(Ft(n,i))i+=2;else throw C(e.source,i,`Invalid character within String: ${Se(e,i)}.`)}throw C(e.source,i,"Unterminated string.")}function fs(e,t){let n=e.source.body,r=0,i=3;for(;i<12;){let s=n.charCodeAt(t+i++);if(s===125){if(i<5||!Be(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ct(s),r<0)break}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function ds(e,t){let n=e.source.body,r=ni(n,t+2);if(Be(r))return{value:String.fromCodePoint(r),size:6};if(ii(r)&&n.charCodeAt(t+6)===92&&n.charCodeAt(t+7)===117){let i=ni(n,t+8);if(si(i))return{value:String.fromCodePoint(r,i),size:12}}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function ni(e,t){return ct(e.charCodeAt(t))<<12|ct(e.charCodeAt(t+1))<<8|ct(e.charCodeAt(t+2))<<4|ct(e.charCodeAt(t+3))}function ct(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function ms(e,t){let n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:`
10
- `,size:2};case 114:return{value:"\r",size:2};case 116:return{value:" ",size:2}}throw C(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function hs(e,t){let n=e.source.body,r=n.length,i=e.lineStart,s=t+3,o=s,a="",c=[];for(;s<r;){let p=n.charCodeAt(s);if(p===34&&n.charCodeAt(s+1)===34&&n.charCodeAt(s+2)===34){a+=n.slice(o,s),c.push(a);let l=U(e,m.BLOCK_STRING,t,s+3,ei(c).join(`
11
- `));return e.line+=c.length-1,e.lineStart=i,l}if(p===92&&n.charCodeAt(s+1)===34&&n.charCodeAt(s+2)===34&&n.charCodeAt(s+3)===34){a+=n.slice(o,s),o=s+1,s+=4;continue}if(p===10||p===13){a+=n.slice(o,s),c.push(a),p===13&&n.charCodeAt(s+1)===10?s+=2:++s,a="",o=s,i=s;continue}if(Be(p))++s;else if(Ft(n,s))s+=2;else throw C(e.source,s,`Invalid character within String: ${Se(e,s)}.`)}throw C(e.source,s,"Unterminated string.")}function ys(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let s=n.charCodeAt(i);if(Dt(s))++i;else break}return U(e,m.NAME,t,i,n.slice(t,i))}function y(e){return kt(e,[])}function kt(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return Ts(e,t);default:return String(e)}}function Ts(e,t){if(e===null)return"null";if(t.includes(e))return"[Circular]";let n=[...t,e];if(gs(e)){let r=e.toJSON();if(r!==e)return typeof r=="string"?r:kt(r,n)}else if(Array.isArray(e))return Ns(e,n);return Es(e,n)}function gs(e){return typeof e.toJSON=="function"}function Es(e,t){let n=Object.entries(e);return n.length===0?"{}":t.length>2?"["+vs(e)+"]":"{ "+n.map(([i,s])=>i+": "+kt(s,t)).join(", ")+" }"}function Ns(e,t){if(e.length===0)return"[]";if(t.length>2)return"[Array]";let n=Math.min(10,e.length),r=e.length-n,i=[];for(let s=0;s<n;++s)i.push(kt(e[s],t));return r===1?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`),"["+i.join(", ")+"]"}function vs(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor=="function"){let n=e.constructor.name;if(typeof n=="string"&&n!=="")return n}return t}var z=globalThis.process&&globalThis.process.env.NODE_ENV==="production"?function(t,n){return t instanceof n}:function(t,n){if(t instanceof n)return!0;if(typeof t=="object"&&t!==null){var r;let i=n.prototype[Symbol.toStringTag],s=Symbol.toStringTag in t?t[Symbol.toStringTag]:(r=t.constructor)===null||r===void 0?void 0:r.name;if(i===s){let o=y(t);throw new Error(`Cannot use ${i} "${o}" from another module or realm.
9
+ `),'"""'+d+'"""'}var m;(function(e){e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment"})(m||(m={}));var ut=class{constructor(t){let n=new je(m.SOF,0,0,0,0);this.source=t,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==m.EOF)do if(t.next)t=t.next;else{let n=us(this,t.end);t.next=n,n.prev=t,t=n}while(t.kind===m.COMMENT);return t}};function ii(e){return e===m.BANG||e===m.DOLLAR||e===m.AMP||e===m.PAREN_L||e===m.PAREN_R||e===m.SPREAD||e===m.COLON||e===m.EQUALS||e===m.AT||e===m.BRACKET_L||e===m.BRACKET_R||e===m.BRACE_L||e===m.PIPE||e===m.BRACE_R}function Be(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Ft(e,t){return si(e.charCodeAt(t))&&oi(e.charCodeAt(t+1))}function si(e){return e>=55296&&e<=56319}function oi(e){return e>=56320&&e<=57343}function Se(e,t){let n=e.source.body.codePointAt(t);if(n===void 0)return m.EOF;if(n>=32&&n<=126){let r=String.fromCodePoint(n);return r==='"'?`'"'`:`"${r}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function U(e,t,n,r,i){let s=e.line,o=1+n-e.lineStart;return new je(t,n,r,s,o,i)}function us(e,t){let n=e.source.body,r=n.length,i=t;for(;i<r;){let s=n.charCodeAt(i);switch(s){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:n.charCodeAt(i+1)===10?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return ps(e,i);case 33:return U(e,m.BANG,i,i+1);case 36:return U(e,m.DOLLAR,i,i+1);case 38:return U(e,m.AMP,i,i+1);case 40:return U(e,m.PAREN_L,i,i+1);case 41:return U(e,m.PAREN_R,i,i+1);case 46:if(n.charCodeAt(i+1)===46&&n.charCodeAt(i+2)===46)return U(e,m.SPREAD,i,i+3);break;case 58:return U(e,m.COLON,i,i+1);case 61:return U(e,m.EQUALS,i,i+1);case 64:return U(e,m.AT,i,i+1);case 91:return U(e,m.BRACKET_L,i,i+1);case 93:return U(e,m.BRACKET_R,i,i+1);case 123:return U(e,m.BRACE_L,i,i+1);case 124:return U(e,m.PIPE,i,i+1);case 125:return U(e,m.BRACE_R,i,i+1);case 34:return n.charCodeAt(i+1)===34&&n.charCodeAt(i+2)===34?ys(e,i):fs(e,i)}if(Qe(s)||s===45)return ls(e,i,s);if(at(s))return Ts(e,i);throw C(e.source,i,s===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:Be(s)||Ft(n,i)?`Unexpected character: ${Se(e,i)}.`:`Invalid character: ${Se(e,i)}.`)}return U(e,m.EOF,r,r)}function ps(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let s=n.charCodeAt(i);if(s===10||s===13)break;if(Be(s))++i;else if(Ft(n,i))i+=2;else break}return U(e,m.COMMENT,t,i,n.slice(t+1,i))}function ls(e,t,n){let r=e.source.body,i=t,s=n,o=!1;if(s===45&&(s=r.charCodeAt(++i)),s===48){if(s=r.charCodeAt(++i),Qe(s))throw C(e.source,i,`Invalid number, unexpected digit after 0: ${Se(e,i)}.`)}else i=Ln(e,i,s),s=r.charCodeAt(i);if(s===46&&(o=!0,s=r.charCodeAt(++i),i=Ln(e,i,s),s=r.charCodeAt(i)),(s===69||s===101)&&(o=!0,s=r.charCodeAt(++i),(s===43||s===45)&&(s=r.charCodeAt(++i)),i=Ln(e,i,s),s=r.charCodeAt(i)),s===46||at(s))throw C(e.source,i,`Invalid number, expected digit but got: ${Se(e,i)}.`);return U(e,o?m.FLOAT:m.INT,t,i,r.slice(t,i))}function Ln(e,t,n){if(!Qe(n))throw C(e.source,t,`Invalid number, expected digit but got: ${Se(e,t)}.`);let r=e.source.body,i=t+1;for(;Qe(r.charCodeAt(i));)++i;return i}function fs(e,t){let n=e.source.body,r=n.length,i=t+1,s=i,o="";for(;i<r;){let a=n.charCodeAt(i);if(a===34)return o+=n.slice(s,i),U(e,m.STRING,t,i+1,o);if(a===92){o+=n.slice(s,i);let c=n.charCodeAt(i+1)===117?n.charCodeAt(i+2)===123?ds(e,i):ms(e,i):hs(e,i);o+=c.value,i+=c.size,s=i;continue}if(a===10||a===13)break;if(Be(a))++i;else if(Ft(n,i))i+=2;else throw C(e.source,i,`Invalid character within String: ${Se(e,i)}.`)}throw C(e.source,i,"Unterminated string.")}function ds(e,t){let n=e.source.body,r=0,i=3;for(;i<12;){let s=n.charCodeAt(t+i++);if(s===125){if(i<5||!Be(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ct(s),r<0)break}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function ms(e,t){let n=e.source.body,r=ri(n,t+2);if(Be(r))return{value:String.fromCodePoint(r),size:6};if(si(r)&&n.charCodeAt(t+6)===92&&n.charCodeAt(t+7)===117){let i=ri(n,t+8);if(oi(i))return{value:String.fromCodePoint(r,i),size:12}}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function ri(e,t){return ct(e.charCodeAt(t))<<12|ct(e.charCodeAt(t+1))<<8|ct(e.charCodeAt(t+2))<<4|ct(e.charCodeAt(t+3))}function ct(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function hs(e,t){let n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:`
10
+ `,size:2};case 114:return{value:"\r",size:2};case 116:return{value:" ",size:2}}throw C(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function ys(e,t){let n=e.source.body,r=n.length,i=e.lineStart,s=t+3,o=s,a="",c=[];for(;s<r;){let p=n.charCodeAt(s);if(p===34&&n.charCodeAt(s+1)===34&&n.charCodeAt(s+2)===34){a+=n.slice(o,s),c.push(a);let l=U(e,m.BLOCK_STRING,t,s+3,ti(c).join(`
11
+ `));return e.line+=c.length-1,e.lineStart=i,l}if(p===92&&n.charCodeAt(s+1)===34&&n.charCodeAt(s+2)===34&&n.charCodeAt(s+3)===34){a+=n.slice(o,s),o=s+1,s+=4;continue}if(p===10||p===13){a+=n.slice(o,s),c.push(a),p===13&&n.charCodeAt(s+1)===10?s+=2:++s,a="",o=s,i=s;continue}if(Be(p))++s;else if(Ft(n,s))s+=2;else throw C(e.source,s,`Invalid character within String: ${Se(e,s)}.`)}throw C(e.source,s,"Unterminated string.")}function Ts(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let s=n.charCodeAt(i);if(Dt(s))++i;else break}return U(e,m.NAME,t,i,n.slice(t,i))}function y(e){return kt(e,[])}function kt(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return gs(e,t);default:return String(e)}}function gs(e,t){if(e===null)return"null";if(t.includes(e))return"[Circular]";let n=[...t,e];if(Es(e)){let r=e.toJSON();if(r!==e)return typeof r=="string"?r:kt(r,n)}else if(Array.isArray(e))return vs(e,n);return Ns(e,n)}function Es(e){return typeof e.toJSON=="function"}function Ns(e,t){let n=Object.entries(e);return n.length===0?"{}":t.length>2?"["+Is(e)+"]":"{ "+n.map(([i,s])=>i+": "+kt(s,t)).join(", ")+" }"}function vs(e,t){if(e.length===0)return"[]";if(t.length>2)return"[Array]";let n=Math.min(10,e.length),r=e.length-n,i=[];for(let s=0;s<n;++s)i.push(kt(e[s],t));return r===1?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`),"["+i.join(", ")+"]"}function Is(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor=="function"){let n=e.constructor.name;if(typeof n=="string"&&n!=="")return n}return t}var z=globalThis.process&&globalThis.process.env.NODE_ENV==="production"?function(t,n){return t instanceof n}:function(t,n){if(t instanceof n)return!0;if(typeof t=="object"&&t!==null){var r;let i=n.prototype[Symbol.toStringTag],s=Symbol.toStringTag in t?t[Symbol.toStringTag]:(r=t.constructor)===null||r===void 0?void 0:r.name;if(i===s){let o=y(t);throw new Error(`Cannot use ${i} "${o}" from another module or realm.
12
12
 
13
13
  Ensure that there is only one instance of "graphql" in the node_modules
14
14
  directory. If different versions of "graphql" are the dependencies of other
@@ -19,16 +19,16 @@ https://yarnpkg.com/en/docs/selective-version-resolutions
19
19
  Duplicate "graphql" modules cannot be used at the same time since different
20
20
  versions may have different capabilities and behavior. The data from one
21
21
  version used in the function from another could produce confusing and
22
- spurious results.`)}}return!1};var qe=class{constructor(t,n="GraphQL request",r={line:1,column:1}){typeof t=="string"||R(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||R(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||R(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}};function oi(e){return z(e,qe)}function Pt(e,t){return new Ln(e,t).parseDocument()}var Ln=class{constructor(t,n={}){let r=oi(t)?t:new qe(t);this._lexer=new ut(r),this._options=n,this._tokenCounter=0}parseName(){let t=this.expectToken(m.NAME);return this.node(t,{kind:u.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:u.DOCUMENT,definitions:this.many(m.SOF,this.parseDefinition,m.EOF)})}parseDefinition(){if(this.peek(m.BRACE_L))return this.parseOperationDefinition();let t=this.peekDescription(),n=t?this._lexer.lookahead():this._lexer.token;if(n.kind===m.NAME){switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(t)throw C(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(n.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(n)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(m.BRACE_L))return this.node(t,{kind:u.OPERATION_DEFINITION,operation:F.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let n=this.parseOperationType(),r;return this.peek(m.NAME)&&(r=this.parseName()),this.node(t,{kind:u.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(m.NAME);switch(t.value){case"query":return F.QUERY;case"mutation":return F.MUTATION;case"subscription":return F.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(m.PAREN_L,this.parseVariableDefinition,m.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:u.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(m.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(m.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let t=this._lexer.token;return this.expectToken(m.DOLLAR),this.node(t,{kind:u.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:u.SELECTION_SET,selections:this.many(m.BRACE_L,this.parseSelection,m.BRACE_R)})}parseSelection(){return this.peek(m.SPREAD)?this.parseFragment():this.parseField()}parseField(){let t=this._lexer.token,n=this.parseName(),r,i;return this.expectOptionalToken(m.COLON)?(r=n,i=this.parseName()):i=n,this.node(t,{kind:u.FIELD,alias:r,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(m.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(m.PAREN_L,n,m.PAREN_R)}parseArgument(t=!1){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.ARGUMENT,name:r,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(m.SPREAD);let n=this.expectOptionalKeyword("on");return!n&&this.peek(m.NAME)?this.node(t,{kind:u.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:u.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token;return this.expectKeyword("fragment"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if(this._lexer.token.value==="on")throw this.unexpected();return this.parseName()}parseValueLiteral(t){let n=this._lexer.token;switch(n.kind){case m.BRACKET_L:return this.parseList(t);case m.BRACE_L:return this.parseObject(t);case m.INT:return this.advanceLexer(),this.node(n,{kind:u.INT,value:n.value});case m.FLOAT:return this.advanceLexer(),this.node(n,{kind:u.FLOAT,value:n.value});case m.STRING:case m.BLOCK_STRING:return this.parseStringLiteral();case m.NAME:switch(this.advanceLexer(),n.value){case"true":return this.node(n,{kind:u.BOOLEAN,value:!0});case"false":return this.node(n,{kind:u.BOOLEAN,value:!1});case"null":return this.node(n,{kind:u.NULL});default:return this.node(n,{kind:u.ENUM,value:n.value})}case m.DOLLAR:if(t)if(this.expectToken(m.DOLLAR),this._lexer.token.kind===m.NAME){let r=this._lexer.token.value;throw C(this._lexer.source,n.start,`Unexpected variable "$${r}" in constant value.`)}else throw this.unexpected(n);return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:u.STRING,value:t.value,block:t.kind===m.BLOCK_STRING})}parseList(t){let n=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:u.LIST,values:this.any(m.BRACKET_L,n,m.BRACKET_R)})}parseObject(t){let n=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:u.OBJECT,fields:this.any(m.BRACE_L,n,m.BRACE_R)})}parseObjectField(t){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t)})}parseDirectives(t){let n=[];for(;this.peek(m.AT);)n.push(this.parseDirective(t));return n}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let n=this._lexer.token;return this.expectToken(m.AT),this.node(n,{kind:u.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,n;if(this.expectOptionalToken(m.BRACKET_L)){let r=this.parseTypeReference();this.expectToken(m.BRACKET_R),n=this.node(t,{kind:u.LIST_TYPE,type:r})}else n=this.parseNamedType();return this.expectOptionalToken(m.BANG)?this.node(t,{kind:u.NON_NULL_TYPE,type:n}):n}parseNamedType(){return this.node(this._lexer.token,{kind:u.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(m.STRING)||this.peek(m.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");let r=this.parseConstDirectives(),i=this.many(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);return this.node(t,{kind:u.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,n=this.parseOperationType();this.expectToken(m.COLON);let r=this.parseNamedType();return this.node(t,{kind:u.OPERATION_TYPE_DEFINITION,operation:n,type:r})}parseScalarTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");let r=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:u.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("type");let r=this.parseName(),i=this.parseImplementsInterfaces(),s=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:s,fields:o})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(m.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseFieldDefinition,m.BRACE_R)}parseFieldDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName(),i=this.parseArgumentDefs();this.expectToken(m.COLON);let s=this.parseTypeReference(),o=this.parseConstDirectives();return this.node(t,{kind:u.FIELD_DEFINITION,description:n,name:r,arguments:i,type:s,directives:o})}parseArgumentDefs(){return this.optionalMany(m.PAREN_L,this.parseInputValueDef,m.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(m.COLON);let i=this.parseTypeReference(),s;this.expectOptionalToken(m.EQUALS)&&(s=this.parseConstValueLiteral());let o=this.parseConstDirectives();return this.node(t,{kind:u.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:s,directives:o})}parseInterfaceTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),i=this.parseImplementsInterfaces(),s=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:s,fields:o})}parseUnionTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:s})}parseUnionMemberTypes(){return this.expectOptionalToken(m.EQUALS)?this.delimitedMany(m.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:s})}parseEnumValuesDefinition(){return this.optionalMany(m.BRACE_L,this.parseEnumValueDefinition,m.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:u.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i})}parseEnumValueName(){if(this._lexer.token.value==="true"||this._lexer.token.value==="false"||this._lexer.token.value==="null")throw C(this._lexer.source,this._lexer.token.start,`${Ct(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("input");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:s})}parseInputFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseInputValueDef,m.BRACE_R)}parseTypeSystemExtension(){let t=this._lexer.lookahead();if(t.kind===m.NAME)switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(t)}parseSchemaExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let n=this.parseConstDirectives(),r=this.optionalMany(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);if(n.length===0&&r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCHEMA_EXTENSION,directives:n,operationTypes:r})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let n=this.parseName(),r=this.parseConstDirectives();if(r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCALAR_TYPE_EXTENSION,name:n,directives:r})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&s.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:s})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&s.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:s})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.UNION_TYPE_EXTENSION,name:n,directives:r,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("directive"),this.expectToken(m.AT);let r=this.parseName(),i=this.parseArgumentDefs(),s=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let o=this.parseDirectiveLocations();return this.node(t,{kind:u.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:s,locations:o})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(v,n.value))return n;throw this.unexpected(t)}node(t,n){return this._options.noLocation!==!0&&(n.loc=new st(t,this._lexer.lastToken,this._lexer.source)),n}peek(t){return this._lexer.token.kind===t}expectToken(t){let n=this._lexer.token;if(n.kind===t)return this.advanceLexer(),n;throw C(this._lexer.source,n.start,`Expected ${ai(t)}, found ${Ct(n)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let n=this._lexer.token;if(n.kind===m.NAME&&n.value===t)this.advanceLexer();else throw C(this._lexer.source,n.start,`Expected "${t}", found ${Ct(n)}.`)}expectOptionalKeyword(t){let n=this._lexer.token;return n.kind===m.NAME&&n.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let n=t??this._lexer.token;return C(this._lexer.source,n.start,`Unexpected ${Ct(n)}.`)}any(t,n,r){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(r);)i.push(n.call(this));return i}optionalMany(t,n,r){if(this.expectOptionalToken(t)){let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}return[]}many(t,n,r){this.expectToken(t);let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}delimitedMany(t,n){this.expectOptionalToken(t);let r=[];do r.push(n.call(this));while(this.expectOptionalToken(t));return r}advanceLexer(){let{maxTokens:t}=this._options,n=this._lexer.advance();if(t!==void 0&&n.kind!==m.EOF&&(++this._tokenCounter,this._tokenCounter>t))throw C(this._lexer.source,n.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function Ct(e){let t=e.value;return ai(e.kind)+(t!=null?` "${t}"`:"")}function ai(e){return ri(e)?`"${e}"`:e}function H(e,t){let[n,r]=t?[e,t]:[void 0,e],i=" Did you mean ";n&&(i+=n+" ");let s=r.map(c=>`"${c}"`);switch(s.length){case 0:return"";case 1:return i+s[0]+"?";case 2:return i+s[0]+" or "+s[1]+"?"}let o=s.slice(0,5),a=o.pop();return i+o.join(", ")+", or "+a+"?"}function An(e){return e}function ce(e,t){let n=Object.create(null);for(let r of e)n[t(r)]=r;return n}function pt(e,t,n){let r=Object.create(null);for(let i of e)r[t(i)]=n(i);return r}function lt(e,t){let n=Object.create(null);for(let r of Object.keys(e))n[r]=t(e[r],r);return n}function Ye(e,t){let n=0,r=0;for(;n<e.length&&r<t.length;){let i=e.charCodeAt(n),s=t.charCodeAt(r);if(Ut(i)&&Ut(s)){let o=0;do++n,o=o*10+i-wn,i=e.charCodeAt(n);while(Ut(i)&&o>0);let a=0;do++r,a=a*10+s-wn,s=t.charCodeAt(r);while(Ut(s)&&a>0);if(o<a)return-1;if(o>a)return 1}else{if(i<s)return-1;if(i>s)return 1;++n,++r}}return e.length-t.length}var wn=48,Is=57;function Ut(e){return!isNaN(e)&&wn<=e&&e<=Is}function K(e,t){let n=Object.create(null),r=new Dn(e),i=Math.floor(e.length*.4)+1;for(let s of t){let o=r.measure(s,i);o!==void 0&&(n[s]=o)}return Object.keys(n).sort((s,o)=>{let a=n[s]-n[o];return a!==0?a:Ye(s,o)})}var Dn=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=ci(this._inputLowerCase),this._rows=[new Array(t.length+1).fill(0),new Array(t.length+1).fill(0),new Array(t.length+1).fill(0)]}measure(t,n){if(this._input===t)return 0;let r=t.toLowerCase();if(this._inputLowerCase===r)return 1;let i=ci(r),s=this._inputArray;if(i.length<s.length){let l=i;i=s,s=l}let o=i.length,a=s.length;if(o-a>n)return;let c=this._rows;for(let l=0;l<=a;l++)c[0][l]=l;for(let l=1;l<=o;l++){let d=c[(l-1)%3],h=c[l%3],T=h[0]=l;for(let N=1;N<=a;N++){let D=i[l-1]===s[N-1]?0:1,$=Math.min(d[N]+1,h[N-1]+1,d[N-1]+D);if(l>1&&N>1&&i[l-1]===s[N-2]&&i[l-2]===s[N-1]){let Z=c[(l-2)%3][N-2];$=Math.min($,Z+1)}$<T&&(T=$),h[N]=$}if(T>n)return}let p=c[o%3][a];return p<=n?p:void 0}};function ci(e){let t=e.length,n=new Array(t);for(let r=0;r<t;++r)n[r]=e.charCodeAt(r);return n}function X(e){if(e==null)return Object.create(null);if(Object.getPrototypeOf(e)===null)return e;let t=Object.create(null);for(let[n,r]of Object.entries(e))t[n]=r;return t}function ui(e){return`"${e.replace(bs,Rs)}"`}var bs=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function Rs(e){return Os[e.charCodeAt(0)]}var Os=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\u007F","\\u0080","\\u0081","\\u0082","\\u0083","\\u0084","\\u0085","\\u0086","\\u0087","\\u0088","\\u0089","\\u008A","\\u008B","\\u008C","\\u008D","\\u008E","\\u008F","\\u0090","\\u0091","\\u0092","\\u0093","\\u0094","\\u0095","\\u0096","\\u0097","\\u0098","\\u0099","\\u009A","\\u009B","\\u009C","\\u009D","\\u009E","\\u009F"];var Je=Object.freeze({});function _e(e,t,n=_n){let r=new Map;for(let Z of Object.values(u))r.set(Z,He(t,Z));let i,s=Array.isArray(e),o=[e],a=-1,c=[],p=e,l,d,h=[],T=[];do{a++;let Z=a===o.length,Oe=Z&&c.length!==0;if(Z){if(l=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),Oe)if(s){p=p.slice();let ve=0;for(let[Rn,Jr]of c){let Hr=Rn-ve;Jr===null?(p.splice(Hr,1),ve++):p[Hr]=Jr}}else{p=Object.defineProperties({},Object.getOwnPropertyDescriptors(p));for(let[ve,Rn]of c)p[ve]=Rn}a=i.index,o=i.keys,c=i.edits,s=i.inArray,i=i.prev}else if(d){if(l=s?a:o[a],p=d[l],p==null)continue;h.push(l)}let ae;if(!Array.isArray(p)){var N,D;ot(p)||R(!1,`Invalid AST Node: ${y(p)}.`);let ve=Z?(N=r.get(p.kind))===null||N===void 0?void 0:N.leave:(D=r.get(p.kind))===null||D===void 0?void 0:D.enter;if(ae=ve?.call(t,p,l,d,h,T),ae===Je)break;if(ae===!1){if(!Z){h.pop();continue}}else if(ae!==void 0&&(c.push([l,ae]),!Z))if(ot(ae))p=ae;else{h.pop();continue}}if(ae===void 0&&Oe&&c.push([l,p]),Z)h.pop();else{var $;i={inArray:s,index:a,keys:o,edits:c,prev:i},s=Array.isArray(p),o=s?p:($=n[p.kind])!==null&&$!==void 0?$:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function Fn(e){let t=new Array(e.length).fill(null),n=Object.create(null);for(let r of Object.values(u)){let i=!1,s=new Array(e.length).fill(void 0),o=new Array(e.length).fill(void 0);for(let c=0;c<e.length;++c){let{enter:p,leave:l}=He(e[c],r);i||(i=p!=null||l!=null),s[c]=p,o[c]=l}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=s[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===!1)t[d]=p;else if(h===Je)t[d]=Je;else if(h!==void 0)return h}},leave(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=o[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===Je)t[d]=Je;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};n[r]=a}return n}function He(e,t){let n=e[t];return typeof n=="object"?n:typeof n=="function"?{enter:n,leave:void 0}:{enter:e.enter,leave:e.leave}}function x(e){return _e(e,_s)}var Ss=80,_s={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>g(e.definitions,`
22
+ spurious results.`)}}return!1};var qe=class{constructor(t,n="GraphQL request",r={line:1,column:1}){typeof t=="string"||R(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||R(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||R(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}};function ai(e){return z(e,qe)}function Pt(e,t){return new An(e,t).parseDocument()}var An=class{constructor(t,n={}){let r=ai(t)?t:new qe(t);this._lexer=new ut(r),this._options=n,this._tokenCounter=0}parseName(){let t=this.expectToken(m.NAME);return this.node(t,{kind:u.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:u.DOCUMENT,definitions:this.many(m.SOF,this.parseDefinition,m.EOF)})}parseDefinition(){if(this.peek(m.BRACE_L))return this.parseOperationDefinition();let t=this.peekDescription(),n=t?this._lexer.lookahead():this._lexer.token;if(n.kind===m.NAME){switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(t)throw C(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(n.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(n)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(m.BRACE_L))return this.node(t,{kind:u.OPERATION_DEFINITION,operation:F.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let n=this.parseOperationType(),r;return this.peek(m.NAME)&&(r=this.parseName()),this.node(t,{kind:u.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(m.NAME);switch(t.value){case"query":return F.QUERY;case"mutation":return F.MUTATION;case"subscription":return F.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(m.PAREN_L,this.parseVariableDefinition,m.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:u.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(m.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(m.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let t=this._lexer.token;return this.expectToken(m.DOLLAR),this.node(t,{kind:u.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:u.SELECTION_SET,selections:this.many(m.BRACE_L,this.parseSelection,m.BRACE_R)})}parseSelection(){return this.peek(m.SPREAD)?this.parseFragment():this.parseField()}parseField(){let t=this._lexer.token,n=this.parseName(),r,i;return this.expectOptionalToken(m.COLON)?(r=n,i=this.parseName()):i=n,this.node(t,{kind:u.FIELD,alias:r,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(m.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(m.PAREN_L,n,m.PAREN_R)}parseArgument(t=!1){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.ARGUMENT,name:r,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(m.SPREAD);let n=this.expectOptionalKeyword("on");return!n&&this.peek(m.NAME)?this.node(t,{kind:u.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:u.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token;return this.expectKeyword("fragment"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if(this._lexer.token.value==="on")throw this.unexpected();return this.parseName()}parseValueLiteral(t){let n=this._lexer.token;switch(n.kind){case m.BRACKET_L:return this.parseList(t);case m.BRACE_L:return this.parseObject(t);case m.INT:return this.advanceLexer(),this.node(n,{kind:u.INT,value:n.value});case m.FLOAT:return this.advanceLexer(),this.node(n,{kind:u.FLOAT,value:n.value});case m.STRING:case m.BLOCK_STRING:return this.parseStringLiteral();case m.NAME:switch(this.advanceLexer(),n.value){case"true":return this.node(n,{kind:u.BOOLEAN,value:!0});case"false":return this.node(n,{kind:u.BOOLEAN,value:!1});case"null":return this.node(n,{kind:u.NULL});default:return this.node(n,{kind:u.ENUM,value:n.value})}case m.DOLLAR:if(t)if(this.expectToken(m.DOLLAR),this._lexer.token.kind===m.NAME){let r=this._lexer.token.value;throw C(this._lexer.source,n.start,`Unexpected variable "$${r}" in constant value.`)}else throw this.unexpected(n);return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:u.STRING,value:t.value,block:t.kind===m.BLOCK_STRING})}parseList(t){let n=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:u.LIST,values:this.any(m.BRACKET_L,n,m.BRACKET_R)})}parseObject(t){let n=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:u.OBJECT,fields:this.any(m.BRACE_L,n,m.BRACE_R)})}parseObjectField(t){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t)})}parseDirectives(t){let n=[];for(;this.peek(m.AT);)n.push(this.parseDirective(t));return n}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let n=this._lexer.token;return this.expectToken(m.AT),this.node(n,{kind:u.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,n;if(this.expectOptionalToken(m.BRACKET_L)){let r=this.parseTypeReference();this.expectToken(m.BRACKET_R),n=this.node(t,{kind:u.LIST_TYPE,type:r})}else n=this.parseNamedType();return this.expectOptionalToken(m.BANG)?this.node(t,{kind:u.NON_NULL_TYPE,type:n}):n}parseNamedType(){return this.node(this._lexer.token,{kind:u.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(m.STRING)||this.peek(m.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");let r=this.parseConstDirectives(),i=this.many(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);return this.node(t,{kind:u.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,n=this.parseOperationType();this.expectToken(m.COLON);let r=this.parseNamedType();return this.node(t,{kind:u.OPERATION_TYPE_DEFINITION,operation:n,type:r})}parseScalarTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");let r=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:u.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("type");let r=this.parseName(),i=this.parseImplementsInterfaces(),s=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:s,fields:o})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(m.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseFieldDefinition,m.BRACE_R)}parseFieldDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName(),i=this.parseArgumentDefs();this.expectToken(m.COLON);let s=this.parseTypeReference(),o=this.parseConstDirectives();return this.node(t,{kind:u.FIELD_DEFINITION,description:n,name:r,arguments:i,type:s,directives:o})}parseArgumentDefs(){return this.optionalMany(m.PAREN_L,this.parseInputValueDef,m.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(m.COLON);let i=this.parseTypeReference(),s;this.expectOptionalToken(m.EQUALS)&&(s=this.parseConstValueLiteral());let o=this.parseConstDirectives();return this.node(t,{kind:u.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:s,directives:o})}parseInterfaceTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),i=this.parseImplementsInterfaces(),s=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:s,fields:o})}parseUnionTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:s})}parseUnionMemberTypes(){return this.expectOptionalToken(m.EQUALS)?this.delimitedMany(m.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:s})}parseEnumValuesDefinition(){return this.optionalMany(m.BRACE_L,this.parseEnumValueDefinition,m.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:u.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i})}parseEnumValueName(){if(this._lexer.token.value==="true"||this._lexer.token.value==="false"||this._lexer.token.value==="null")throw C(this._lexer.source,this._lexer.token.start,`${Ct(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("input");let r=this.parseName(),i=this.parseConstDirectives(),s=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:s})}parseInputFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseInputValueDef,m.BRACE_R)}parseTypeSystemExtension(){let t=this._lexer.lookahead();if(t.kind===m.NAME)switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(t)}parseSchemaExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let n=this.parseConstDirectives(),r=this.optionalMany(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);if(n.length===0&&r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCHEMA_EXTENSION,directives:n,operationTypes:r})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let n=this.parseName(),r=this.parseConstDirectives();if(r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCALAR_TYPE_EXTENSION,name:n,directives:r})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&s.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:s})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&s.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:s})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.UNION_TYPE_EXTENSION,name:n,directives:r,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("directive"),this.expectToken(m.AT);let r=this.parseName(),i=this.parseArgumentDefs(),s=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let o=this.parseDirectiveLocations();return this.node(t,{kind:u.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:s,locations:o})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(v,n.value))return n;throw this.unexpected(t)}node(t,n){return this._options.noLocation!==!0&&(n.loc=new st(t,this._lexer.lastToken,this._lexer.source)),n}peek(t){return this._lexer.token.kind===t}expectToken(t){let n=this._lexer.token;if(n.kind===t)return this.advanceLexer(),n;throw C(this._lexer.source,n.start,`Expected ${ci(t)}, found ${Ct(n)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let n=this._lexer.token;if(n.kind===m.NAME&&n.value===t)this.advanceLexer();else throw C(this._lexer.source,n.start,`Expected "${t}", found ${Ct(n)}.`)}expectOptionalKeyword(t){let n=this._lexer.token;return n.kind===m.NAME&&n.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let n=t??this._lexer.token;return C(this._lexer.source,n.start,`Unexpected ${Ct(n)}.`)}any(t,n,r){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(r);)i.push(n.call(this));return i}optionalMany(t,n,r){if(this.expectOptionalToken(t)){let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}return[]}many(t,n,r){this.expectToken(t);let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}delimitedMany(t,n){this.expectOptionalToken(t);let r=[];do r.push(n.call(this));while(this.expectOptionalToken(t));return r}advanceLexer(){let{maxTokens:t}=this._options,n=this._lexer.advance();if(t!==void 0&&n.kind!==m.EOF&&(++this._tokenCounter,this._tokenCounter>t))throw C(this._lexer.source,n.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function Ct(e){let t=e.value;return ci(e.kind)+(t!=null?` "${t}"`:"")}function ci(e){return ii(e)?`"${e}"`:e}function H(e,t){let[n,r]=t?[e,t]:[void 0,e],i=" Did you mean ";n&&(i+=n+" ");let s=r.map(c=>`"${c}"`);switch(s.length){case 0:return"";case 1:return i+s[0]+"?";case 2:return i+s[0]+" or "+s[1]+"?"}let o=s.slice(0,5),a=o.pop();return i+o.join(", ")+", or "+a+"?"}function wn(e){return e}function ce(e,t){let n=Object.create(null);for(let r of e)n[t(r)]=r;return n}function pt(e,t,n){let r=Object.create(null);for(let i of e)r[t(i)]=n(i);return r}function lt(e,t){let n=Object.create(null);for(let r of Object.keys(e))n[r]=t(e[r],r);return n}function Ye(e,t){let n=0,r=0;for(;n<e.length&&r<t.length;){let i=e.charCodeAt(n),s=t.charCodeAt(r);if(Ut(i)&&Ut(s)){let o=0;do++n,o=o*10+i-Dn,i=e.charCodeAt(n);while(Ut(i)&&o>0);let a=0;do++r,a=a*10+s-Dn,s=t.charCodeAt(r);while(Ut(s)&&a>0);if(o<a)return-1;if(o>a)return 1}else{if(i<s)return-1;if(i>s)return 1;++n,++r}}return e.length-t.length}var Dn=48,bs=57;function Ut(e){return!isNaN(e)&&Dn<=e&&e<=bs}function K(e,t){let n=Object.create(null),r=new Fn(e),i=Math.floor(e.length*.4)+1;for(let s of t){let o=r.measure(s,i);o!==void 0&&(n[s]=o)}return Object.keys(n).sort((s,o)=>{let a=n[s]-n[o];return a!==0?a:Ye(s,o)})}var Fn=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=ui(this._inputLowerCase),this._rows=[new Array(t.length+1).fill(0),new Array(t.length+1).fill(0),new Array(t.length+1).fill(0)]}measure(t,n){if(this._input===t)return 0;let r=t.toLowerCase();if(this._inputLowerCase===r)return 1;let i=ui(r),s=this._inputArray;if(i.length<s.length){let l=i;i=s,s=l}let o=i.length,a=s.length;if(o-a>n)return;let c=this._rows;for(let l=0;l<=a;l++)c[0][l]=l;for(let l=1;l<=o;l++){let d=c[(l-1)%3],h=c[l%3],T=h[0]=l;for(let N=1;N<=a;N++){let D=i[l-1]===s[N-1]?0:1,$=Math.min(d[N]+1,h[N-1]+1,d[N-1]+D);if(l>1&&N>1&&i[l-1]===s[N-2]&&i[l-2]===s[N-1]){let Z=c[(l-2)%3][N-2];$=Math.min($,Z+1)}$<T&&(T=$),h[N]=$}if(T>n)return}let p=c[o%3][a];return p<=n?p:void 0}};function ui(e){let t=e.length,n=new Array(t);for(let r=0;r<t;++r)n[r]=e.charCodeAt(r);return n}function X(e){if(e==null)return Object.create(null);if(Object.getPrototypeOf(e)===null)return e;let t=Object.create(null);for(let[n,r]of Object.entries(e))t[n]=r;return t}function pi(e){return`"${e.replace(Rs,Os)}"`}var Rs=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function Os(e){return Ss[e.charCodeAt(0)]}var Ss=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\u007F","\\u0080","\\u0081","\\u0082","\\u0083","\\u0084","\\u0085","\\u0086","\\u0087","\\u0088","\\u0089","\\u008A","\\u008B","\\u008C","\\u008D","\\u008E","\\u008F","\\u0090","\\u0091","\\u0092","\\u0093","\\u0094","\\u0095","\\u0096","\\u0097","\\u0098","\\u0099","\\u009A","\\u009B","\\u009C","\\u009D","\\u009E","\\u009F"];var Je=Object.freeze({});function _e(e,t,n=xn){let r=new Map;for(let Z of Object.values(u))r.set(Z,He(t,Z));let i,s=Array.isArray(e),o=[e],a=-1,c=[],p=e,l,d,h=[],T=[];do{a++;let Z=a===o.length,Oe=Z&&c.length!==0;if(Z){if(l=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),Oe)if(s){p=p.slice();let ve=0;for(let[On,Hr]of c){let zr=On-ve;Hr===null?(p.splice(zr,1),ve++):p[zr]=Hr}}else{p=Object.defineProperties({},Object.getOwnPropertyDescriptors(p));for(let[ve,On]of c)p[ve]=On}a=i.index,o=i.keys,c=i.edits,s=i.inArray,i=i.prev}else if(d){if(l=s?a:o[a],p=d[l],p==null)continue;h.push(l)}let ae;if(!Array.isArray(p)){var N,D;ot(p)||R(!1,`Invalid AST Node: ${y(p)}.`);let ve=Z?(N=r.get(p.kind))===null||N===void 0?void 0:N.leave:(D=r.get(p.kind))===null||D===void 0?void 0:D.enter;if(ae=ve?.call(t,p,l,d,h,T),ae===Je)break;if(ae===!1){if(!Z){h.pop();continue}}else if(ae!==void 0&&(c.push([l,ae]),!Z))if(ot(ae))p=ae;else{h.pop();continue}}if(ae===void 0&&Oe&&c.push([l,p]),Z)h.pop();else{var $;i={inArray:s,index:a,keys:o,edits:c,prev:i},s=Array.isArray(p),o=s?p:($=n[p.kind])!==null&&$!==void 0?$:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function kn(e){let t=new Array(e.length).fill(null),n=Object.create(null);for(let r of Object.values(u)){let i=!1,s=new Array(e.length).fill(void 0),o=new Array(e.length).fill(void 0);for(let c=0;c<e.length;++c){let{enter:p,leave:l}=He(e[c],r);i||(i=p!=null||l!=null),s[c]=p,o[c]=l}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=s[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===!1)t[d]=p;else if(h===Je)t[d]=Je;else if(h!==void 0)return h}},leave(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=o[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===Je)t[d]=Je;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};n[r]=a}return n}function He(e,t){let n=e[t];return typeof n=="object"?n:typeof n=="function"?{enter:n,leave:void 0}:{enter:e.enter,leave:e.leave}}function x(e){return _e(e,xs)}var _s=80,xs={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>g(e.definitions,`
23
23
 
24
- `)},OperationDefinition:{leave(e){let t=S("(",g(e.variableDefinitions,", "),")"),n=g([e.operation,g([e.name,t]),g(e.directives," ")]," ");return(n==="query"?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r})=>e+": "+t+S(" = ",n)+S(" ",g(r," "))},SelectionSet:{leave:({selections:e})=>ue(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:i}){let s=S("",e,": ")+t,o=s+S("(",g(n,", "),")");return o.length>Ss&&(o=s+S(`(
24
+ `)},OperationDefinition:{leave(e){let t=S("(",g(e.variableDefinitions,", "),")"),n=g([e.operation,g([e.name,t]),g(e.directives," ")]," ");return(n==="query"?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r})=>e+": "+t+S(" = ",n)+S(" ",g(r," "))},SelectionSet:{leave:({selections:e})=>ue(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:i}){let s=S("",e,": ")+t,o=s+S("(",g(n,", "),")");return o.length>_s&&(o=s+S(`(
25
25
  `,Vt(g(n,`
26
26
  `)),`
27
- )`)),g([o,g(r," "),i]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+S(" ",g(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>g(["...",S("on ",e),g(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:i})=>`fragment ${e}${S("(",g(n,", "),")")} on ${t} ${S("",g(r," ")," ")}`+i},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?ti(e):ui(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+g(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+g(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+S("(",g(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>S("",e,`
27
+ )`)),g([o,g(r," "),i]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+S(" ",g(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>g(["...",S("on ",e),g(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:i})=>`fragment ${e}${S("(",g(n,", "),")")} on ${t} ${S("",g(r," ")," ")}`+i},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?ni(e):pi(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+g(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+g(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+S("(",g(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>S("",e,`
28
28
  `)+g(["schema",g(t," "),ue(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+": "+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:n})=>S("",e,`
29
29
  `)+g(["scalar",t,g(n," ")]," ")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>S("",e,`
30
30
  `)+g(["type",t,S("implements ",g(n," & ")),g(r," "),ue(i)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:i})=>S("",e,`
31
- `)+t+(pi(n)?S(`(
31
+ `)+t+(li(n)?S(`(
32
32
  `,Vt(g(n,`
33
33
  `)),`
34
34
  )`):S("(",g(n,", "),")"))+": "+r+S(" ",g(i," "))},InputValueDefinition:{leave:({description:e,name:t,type:n,defaultValue:r,directives:i})=>S("",e,`
@@ -38,18 +38,18 @@ spurious results.`)}}return!1};var qe=class{constructor(t,n="GraphQL request",r=
38
38
  `)+g(["enum",t,g(n," "),ue(r)]," ")},EnumValueDefinition:{leave:({description:e,name:t,directives:n})=>S("",e,`
39
39
  `)+g([t,g(n," ")]," ")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:n,fields:r})=>S("",e,`
40
40
  `)+g(["input",t,g(n," "),ue(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,repeatable:r,locations:i})=>S("",e,`
41
- `)+"directive @"+t+(pi(n)?S(`(
41
+ `)+"directive @"+t+(li(n)?S(`(
42
42
  `,Vt(g(n,`
43
43
  `)),`
44
44
  )`):S("(",g(n,", "),")"))+(r?" repeatable":"")+" on "+g(i," | ")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>g(["extend schema",g(e," "),ue(t)]," ")},ScalarTypeExtension:{leave:({name:e,directives:t})=>g(["extend scalar",e,g(t," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>g(["extend type",e,S("implements ",g(t," & ")),g(n," "),ue(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>g(["extend interface",e,S("implements ",g(t," & ")),g(n," "),ue(r)]," ")},UnionTypeExtension:{leave:({name:e,directives:t,types:n})=>g(["extend union",e,g(t," "),S("= ",g(n," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:t,values:n})=>g(["extend enum",e,g(t," "),ue(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>g(["extend input",e,g(t," "),ue(n)]," ")}};function g(e,t=""){var n;return(n=e?.filter(r=>r).join(t))!==null&&n!==void 0?n:""}function ue(e){return S(`{
45
45
  `,Vt(g(e,`
46
46
  `)),`
47
47
  }`)}function S(e,t,n=""){return t!=null&&t!==""?e+t+n:""}function Vt(e){return S(" ",e.replace(/\n/g,`
48
- `))}function pi(e){var t;return(t=e?.some(n=>n.includes(`
49
- `)))!==null&&t!==void 0?t:!1}function $t(e,t){switch(e.kind){case u.NULL:return null;case u.INT:return parseInt(e.value,10);case u.FLOAT:return parseFloat(e.value);case u.STRING:case u.ENUM:case u.BOOLEAN:return e.value;case u.LIST:return e.values.map(n=>$t(n,t));case u.OBJECT:return pt(e.fields,n=>n.name.value,n=>$t(n.value,t));case u.VARIABLE:return t?.[e.name.value]}}function ee(e){if(e!=null||R(!1,"Must provide name."),typeof e=="string"||R(!1,"Expected name to be a string."),e.length===0)throw new f("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!Dt(e.charCodeAt(t)))throw new f(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!at(e.charCodeAt(0)))throw new f(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function kn(e){if(e==="true"||e==="false"||e==="null")throw new f(`Enum values cannot be named: ${e}`);return ee(e)}function Ke(e){return le(e)||O(e)||_(e)||q(e)||V(e)||L(e)||A(e)||b(e)}function le(e){return z(e,pe)}function O(e){return z(e,G)}function _(e){return z(e,ft)}function q(e){return z(e,xe)}function V(e){return z(e,ye)}function L(e){return z(e,Le)}function A(e){return z(e,w)}function b(e){return z(e,I)}function Y(e){return le(e)||V(e)||L(e)||dt(e)&&Y(e.ofType)}function Ee(e){return le(e)||O(e)||_(e)||q(e)||V(e)||dt(e)&&Ee(e.ofType)}function J(e){return le(e)||V(e)}function re(e){return O(e)||_(e)||q(e)}function W(e){return _(e)||q(e)}var w=class{constructor(t){Ke(t)||R(!1,`Expected ${y(t)} to be a GraphQL type.`),this.ofType=t}get[Symbol.toStringTag](){return"GraphQLList"}toString(){return"["+String(this.ofType)+"]"}toJSON(){return this.toString()}},I=class{constructor(t){Cn(t)||R(!1,`Expected ${y(t)} to be a GraphQL nullable type.`),this.ofType=t}get[Symbol.toStringTag](){return"GraphQLNonNull"}toString(){return String(this.ofType)+"!"}toJSON(){return this.toString()}};function dt(e){return A(e)||b(e)}function Cn(e){return Ke(e)&&!b(e)}function Xe(e){if(e)return b(e)?e.ofType:e}function Gt(e){return le(e)||O(e)||_(e)||q(e)||V(e)||L(e)}function B(e){if(e){let t=e;for(;dt(t);)t=t.ofType;return t}}function jt(e){return typeof e=="function"?e():e}function Qt(e){return typeof e=="function"?e():e}var pe=class{constructor(t){var n,r,i,s;let o=(n=t.parseValue)!==null&&n!==void 0?n:An;this.name=ee(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(r=t.serialize)!==null&&r!==void 0?r:An,this.parseValue=o,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>o($t(a,c)),this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(s=t.extensionASTNodes)!==null&&s!==void 0?s:[],t.specifiedByURL==null||typeof t.specifiedByURL=="string"||R(!1,`${this.name} must provide "specifiedByURL" as a string, but got: ${y(t.specifiedByURL)}.`),t.serialize==null||typeof t.serialize=="function"||R(!1,`${this.name} must provide "serialize" function. If this custom Scalar is also used as an input type, ensure "parseValue" and "parseLiteral" functions are also provided.`),t.parseLiteral&&(typeof t.parseValue=="function"&&typeof t.parseLiteral=="function"||R(!1,`${this.name} must provide both "parseValue" and "parseLiteral" functions.`))}get[Symbol.toStringTag](){return"GraphQLScalarType"}toConfig(){return{name:this.name,description:this.description,specifiedByURL:this.specifiedByURL,serialize:this.serialize,parseValue:this.parseValue,parseLiteral:this.parseLiteral,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},G=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=()=>fi(t),this._interfaces=()=>li(t),t.isTypeOf==null||typeof t.isTypeOf=="function"||R(!1,`${this.name} must provide "isTypeOf" as a function, but got: ${y(t.isTypeOf)}.`)}get[Symbol.toStringTag](){return"GraphQLObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}getInterfaces(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces}toConfig(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:di(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function li(e){var t;let n=jt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(n)||R(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),n}function fi(e){let t=Qt(e.fields);return ze(t)||R(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),lt(t,(n,r)=>{var i;ze(n)||R(!1,`${e.name}.${r} field config must be an object.`),n.resolve==null||typeof n.resolve=="function"||R(!1,`${e.name}.${r} field resolver must be a function if provided, but got: ${y(n.resolve)}.`);let s=(i=n.args)!==null&&i!==void 0?i:{};return ze(s)||R(!1,`${e.name}.${r} args must be an object with argument names as keys.`),{name:ee(r),description:n.description,type:n.type,args:Pn(s),resolve:n.resolve,subscribe:n.subscribe,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}})}function Pn(e){return Object.entries(e).map(([t,n])=>({name:ee(t),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}))}function ze(e){return M(e)&&!Array.isArray(e)}function di(e){return lt(e,t=>({description:t.description,type:t.type,args:Un(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Un(e){return pt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Ne(e){return b(e.type)&&e.defaultValue===void 0}var ft=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=fi.bind(void 0,t),this._interfaces=li.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||R(!1,`${this.name} must provide "resolveType" as a function, but got: ${y(t.resolveType)}.`)}get[Symbol.toStringTag](){return"GraphQLInterfaceType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}getInterfaces(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces}toConfig(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:di(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},xe=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._types=xs.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||R(!1,`${this.name} must provide "resolveType" as a function, but got: ${y(t.resolveType)}.`)}get[Symbol.toStringTag](){return"GraphQLUnionType"}getTypes(){return typeof this._types=="function"&&(this._types=this._types()),this._types}toConfig(){return{name:this.name,description:this.description,types:this.getTypes(),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function xs(e){let t=jt(e.types);return Array.isArray(t)||R(!1,`Must provide Array of types or a function which returns such an array for Union ${e.name}.`),t}var ye=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._values=Ls(this.name,t.values),this._valueLookup=new Map(this._values.map(r=>[r.value,r])),this._nameLookup=ce(this._values,r=>r.name)}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return this._values}getValue(t){return this._nameLookup[t]}serialize(t){let n=this._valueLookup.get(t);if(n===void 0)throw new f(`Enum "${this.name}" cannot represent value: ${y(t)}`);return n.name}parseValue(t){if(typeof t!="string"){let r=y(t);throw new f(`Enum "${this.name}" cannot represent non-string value: ${r}.`+Mt(this,r))}let n=this.getValue(t);if(n==null)throw new f(`Value "${t}" does not exist in "${this.name}" enum.`+Mt(this,t));return n.value}parseLiteral(t,n){if(t.kind!==u.ENUM){let i=x(t);throw new f(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Mt(this,i),{nodes:t})}let r=this.getValue(t.value);if(r==null){let i=x(t);throw new f(`Value "${i}" does not exist in "${this.name}" enum.`+Mt(this,i),{nodes:t})}return r.value}toConfig(){let t=pt(this.getValues(),n=>n.name,n=>({description:n.description,value:n.value,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,values:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Mt(e,t){let n=e.getValues().map(i=>i.name),r=K(t,n);return H("the enum value",r)}function Ls(e,t){return ze(t)||R(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([n,r])=>(ze(r)||R(!1,`${e}.${n} must refer to an object with a "value" key representing an internal value but got: ${y(r)}.`),{name:kn(n),description:r.description,value:r.value!==void 0?r.value:n,deprecationReason:r.deprecationReason,extensions:X(r.extensions),astNode:r.astNode}))}var Le=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=As.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=lt(this.getFields(),n=>({description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,fields:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function As(e){let t=Qt(e.fields);return ze(t)||R(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),lt(t,(n,r)=>(!("resolve"in n)||R(!1,`${e.name}.${r} field has a resolve property, but Input Types cannot define resolvers.`),{name:ee(r),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}))}function We(e){return b(e.type)&&e.defaultValue===void 0}function Bt(e,t){return e===t?!0:b(e)&&b(t)||A(e)&&A(t)?Bt(e.ofType,t.ofType):!1}function Ie(e,t,n){return t===n?!0:b(n)?b(t)?Ie(e,t.ofType,n.ofType):!1:b(t)?Ie(e,t.ofType,n):A(n)?A(t)?Ie(e,t.ofType,n.ofType):!1:A(t)?!1:W(n)&&(_(t)||O(t))&&e.isSubType(n,t)}function Vn(e,t,n){return t===n?!0:W(t)?W(n)?e.getPossibleTypes(t).some(r=>e.isSubType(n,r)):e.isSubType(t,n):W(n)?e.isSubType(n,t):!1}var mt=2147483647,ht=-2147483648,ie=new pe({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize(e){let t=yt(e);if(typeof t=="boolean")return t?1:0;let n=t;if(typeof t=="string"&&t!==""&&(n=Number(t)),typeof n!="number"||!Number.isInteger(n))throw new f(`Int cannot represent non-integer value: ${y(t)}`);if(n>mt||n<ht)throw new f("Int cannot represent non 32-bit signed integer value: "+y(t));return n},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new f(`Int cannot represent non-integer value: ${y(e)}`);if(e>mt||e<ht)throw new f(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new f(`Int cannot represent non-integer value: ${x(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>mt||t<ht)throw new f(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),se=new pe({name:"Float",description:"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",serialize(e){let t=yt(e);if(typeof t=="boolean")return t?1:0;let n=t;if(typeof t=="string"&&t!==""&&(n=Number(t)),typeof n!="number"||!Number.isFinite(n))throw new f(`Float cannot represent non numeric value: ${y(t)}`);return n},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new f(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new f(`Float cannot represent non numeric value: ${x(e)}`,e);return parseFloat(e.value)}}),E=new pe({name:"String",description:"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",serialize(e){let t=yt(e);if(typeof t=="string")return t;if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"&&Number.isFinite(t))return t.toString();throw new f(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new f(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new f(`String cannot represent a non string value: ${x(e)}`,{nodes:e});return e.value}}),j=new pe({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=yt(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new f(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new f(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new f(`Boolean cannot represent a non boolean value: ${x(e)}`,{nodes:e});return e.value}}),fe=new pe({name:"ID",description:'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',serialize(e){let t=yt(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new f(`ID cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e=="string")return e;if(typeof e=="number"&&Number.isInteger(e))return e.toString();throw new f(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new f("ID cannot represent a non-string and non-integer value: "+x(e),{nodes:e});return e.value}}),qt=Object.freeze([E,ie,se,j,fe]);function yt(e){if(M(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!M(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function Tt(e){return z(e,be)}var be=class{constructor(t){var n,r;this.name=ee(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(n=t.isRepeatable)!==null&&n!==void 0?n:!1,this.extensions=X(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||R(!1,`@${t.name} locations must be an Array.`);let i=(r=t.args)!==null&&r!==void 0?r:{};M(i)&&!Array.isArray(i)||R(!1,`@${t.name} args must be an object with argument names as keys.`),this.args=Pn(i)}get[Symbol.toStringTag](){return"GraphQLDirective"}toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:Un(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}}toString(){return"@"+this.name}toJSON(){return this.toString()}},Yt=new be({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[v.FIELD,v.FRAGMENT_SPREAD,v.INLINE_FRAGMENT],args:{if:{type:new I(j),description:"Included when true."}}}),Jt=new be({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[v.FIELD,v.FRAGMENT_SPREAD,v.INLINE_FRAGMENT],args:{if:{type:new I(j),description:"Skipped when true."}}}),mi="No longer supported",Ht=new be({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[v.FIELD_DEFINITION,v.ARGUMENT_DEFINITION,v.INPUT_FIELD_DEFINITION,v.ENUM_VALUE],args:{reason:{type:E,description:"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",defaultValue:mi}}}),hi=new be({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[v.SCALAR],args:{url:{type:new I(E),description:"The URL that specifies the behavior of this scalar."}}}),de=Object.freeze([Yt,Jt,Ht,hi]);function Ze(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function et(e,t){if(b(t)){let n=et(e,t.ofType);return n?.kind===u.NULL?null:n}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(A(t)){let n=t.ofType;if(Ze(e)){let r=[];for(let i of e){let s=et(i,n);s!=null&&r.push(s)}return{kind:u.LIST,values:r}}return et(e,n)}if(L(t)){if(!M(e))return null;let n=[];for(let r of Object.values(t.getFields())){let i=et(e[r.name],r.type);i&&n.push({kind:u.OBJECT_FIELD,name:{kind:u.NAME,value:r.name},value:i})}return{kind:u.OBJECT,fields:n}}if(J(t)){let n=t.serialize(e);if(n==null)return null;if(typeof n=="boolean")return{kind:u.BOOLEAN,value:n};if(typeof n=="number"&&Number.isFinite(n)){let r=String(n);return yi.test(r)?{kind:u.INT,value:r}:{kind:u.FLOAT,value:r}}if(typeof n=="string")return V(t)?{kind:u.ENUM,value:n}:t===fe&&yi.test(n)?{kind:u.INT,value:n}:{kind:u.STRING,value:n};throw new TypeError(`Cannot convert value to AST: ${y(n)}.`)}k(!1,"Unexpected input type: "+y(t))}var yi=/^-?(?:0|[1-9][0-9]*)$/;var gt=new G({name:"__Schema",description:"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",fields:()=>({description:{type:E,resolve:e=>e.description},types:{description:"A list of all types supported by this server.",type:new I(new w(new I(oe))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new I(oe),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:oe,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:oe,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new I(new w(new I($n))),resolve:e=>e.getDirectives()}})}),$n=new G({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
48
+ `))}function li(e){var t;return(t=e?.some(n=>n.includes(`
49
+ `)))!==null&&t!==void 0?t:!1}function $t(e,t){switch(e.kind){case u.NULL:return null;case u.INT:return parseInt(e.value,10);case u.FLOAT:return parseFloat(e.value);case u.STRING:case u.ENUM:case u.BOOLEAN:return e.value;case u.LIST:return e.values.map(n=>$t(n,t));case u.OBJECT:return pt(e.fields,n=>n.name.value,n=>$t(n.value,t));case u.VARIABLE:return t?.[e.name.value]}}function ee(e){if(e!=null||R(!1,"Must provide name."),typeof e=="string"||R(!1,"Expected name to be a string."),e.length===0)throw new f("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!Dt(e.charCodeAt(t)))throw new f(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!at(e.charCodeAt(0)))throw new f(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function Cn(e){if(e==="true"||e==="false"||e==="null")throw new f(`Enum values cannot be named: ${e}`);return ee(e)}function Ke(e){return le(e)||O(e)||_(e)||q(e)||V(e)||L(e)||A(e)||b(e)}function le(e){return z(e,pe)}function O(e){return z(e,G)}function _(e){return z(e,ft)}function q(e){return z(e,xe)}function V(e){return z(e,ye)}function L(e){return z(e,Le)}function A(e){return z(e,w)}function b(e){return z(e,I)}function Y(e){return le(e)||V(e)||L(e)||dt(e)&&Y(e.ofType)}function Ee(e){return le(e)||O(e)||_(e)||q(e)||V(e)||dt(e)&&Ee(e.ofType)}function J(e){return le(e)||V(e)}function re(e){return O(e)||_(e)||q(e)}function W(e){return _(e)||q(e)}var w=class{constructor(t){Ke(t)||R(!1,`Expected ${y(t)} to be a GraphQL type.`),this.ofType=t}get[Symbol.toStringTag](){return"GraphQLList"}toString(){return"["+String(this.ofType)+"]"}toJSON(){return this.toString()}},I=class{constructor(t){Pn(t)||R(!1,`Expected ${y(t)} to be a GraphQL nullable type.`),this.ofType=t}get[Symbol.toStringTag](){return"GraphQLNonNull"}toString(){return String(this.ofType)+"!"}toJSON(){return this.toString()}};function dt(e){return A(e)||b(e)}function Pn(e){return Ke(e)&&!b(e)}function Xe(e){if(e)return b(e)?e.ofType:e}function Gt(e){return le(e)||O(e)||_(e)||q(e)||V(e)||L(e)}function B(e){if(e){let t=e;for(;dt(t);)t=t.ofType;return t}}function jt(e){return typeof e=="function"?e():e}function Qt(e){return typeof e=="function"?e():e}var pe=class{constructor(t){var n,r,i,s;let o=(n=t.parseValue)!==null&&n!==void 0?n:wn;this.name=ee(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(r=t.serialize)!==null&&r!==void 0?r:wn,this.parseValue=o,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>o($t(a,c)),this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(s=t.extensionASTNodes)!==null&&s!==void 0?s:[],t.specifiedByURL==null||typeof t.specifiedByURL=="string"||R(!1,`${this.name} must provide "specifiedByURL" as a string, but got: ${y(t.specifiedByURL)}.`),t.serialize==null||typeof t.serialize=="function"||R(!1,`${this.name} must provide "serialize" function. If this custom Scalar is also used as an input type, ensure "parseValue" and "parseLiteral" functions are also provided.`),t.parseLiteral&&(typeof t.parseValue=="function"&&typeof t.parseLiteral=="function"||R(!1,`${this.name} must provide both "parseValue" and "parseLiteral" functions.`))}get[Symbol.toStringTag](){return"GraphQLScalarType"}toConfig(){return{name:this.name,description:this.description,specifiedByURL:this.specifiedByURL,serialize:this.serialize,parseValue:this.parseValue,parseLiteral:this.parseLiteral,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},G=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=()=>di(t),this._interfaces=()=>fi(t),t.isTypeOf==null||typeof t.isTypeOf=="function"||R(!1,`${this.name} must provide "isTypeOf" as a function, but got: ${y(t.isTypeOf)}.`)}get[Symbol.toStringTag](){return"GraphQLObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}getInterfaces(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces}toConfig(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:mi(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function fi(e){var t;let n=jt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(n)||R(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),n}function di(e){let t=Qt(e.fields);return ze(t)||R(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),lt(t,(n,r)=>{var i;ze(n)||R(!1,`${e.name}.${r} field config must be an object.`),n.resolve==null||typeof n.resolve=="function"||R(!1,`${e.name}.${r} field resolver must be a function if provided, but got: ${y(n.resolve)}.`);let s=(i=n.args)!==null&&i!==void 0?i:{};return ze(s)||R(!1,`${e.name}.${r} args must be an object with argument names as keys.`),{name:ee(r),description:n.description,type:n.type,args:Un(s),resolve:n.resolve,subscribe:n.subscribe,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}})}function Un(e){return Object.entries(e).map(([t,n])=>({name:ee(t),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}))}function ze(e){return M(e)&&!Array.isArray(e)}function mi(e){return lt(e,t=>({description:t.description,type:t.type,args:Vn(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Vn(e){return pt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Ne(e){return b(e.type)&&e.defaultValue===void 0}var ft=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=di.bind(void 0,t),this._interfaces=fi.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||R(!1,`${this.name} must provide "resolveType" as a function, but got: ${y(t.resolveType)}.`)}get[Symbol.toStringTag](){return"GraphQLInterfaceType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}getInterfaces(){return typeof this._interfaces=="function"&&(this._interfaces=this._interfaces()),this._interfaces}toConfig(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:mi(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},xe=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._types=Ls.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||R(!1,`${this.name} must provide "resolveType" as a function, but got: ${y(t.resolveType)}.`)}get[Symbol.toStringTag](){return"GraphQLUnionType"}getTypes(){return typeof this._types=="function"&&(this._types=this._types()),this._types}toConfig(){return{name:this.name,description:this.description,types:this.getTypes(),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Ls(e){let t=jt(e.types);return Array.isArray(t)||R(!1,`Must provide Array of types or a function which returns such an array for Union ${e.name}.`),t}var ye=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._values=As(this.name,t.values),this._valueLookup=new Map(this._values.map(r=>[r.value,r])),this._nameLookup=ce(this._values,r=>r.name)}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return this._values}getValue(t){return this._nameLookup[t]}serialize(t){let n=this._valueLookup.get(t);if(n===void 0)throw new f(`Enum "${this.name}" cannot represent value: ${y(t)}`);return n.name}parseValue(t){if(typeof t!="string"){let r=y(t);throw new f(`Enum "${this.name}" cannot represent non-string value: ${r}.`+Mt(this,r))}let n=this.getValue(t);if(n==null)throw new f(`Value "${t}" does not exist in "${this.name}" enum.`+Mt(this,t));return n.value}parseLiteral(t,n){if(t.kind!==u.ENUM){let i=x(t);throw new f(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Mt(this,i),{nodes:t})}let r=this.getValue(t.value);if(r==null){let i=x(t);throw new f(`Value "${i}" does not exist in "${this.name}" enum.`+Mt(this,i),{nodes:t})}return r.value}toConfig(){let t=pt(this.getValues(),n=>n.name,n=>({description:n.description,value:n.value,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,values:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Mt(e,t){let n=e.getValues().map(i=>i.name),r=K(t,n);return H("the enum value",r)}function As(e,t){return ze(t)||R(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([n,r])=>(ze(r)||R(!1,`${e}.${n} must refer to an object with a "value" key representing an internal value but got: ${y(r)}.`),{name:Cn(n),description:r.description,value:r.value!==void 0?r.value:n,deprecationReason:r.deprecationReason,extensions:X(r.extensions),astNode:r.astNode}))}var Le=class{constructor(t){var n;this.name=ee(t.name),this.description=t.description,this.extensions=X(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=ws.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=lt(this.getFields(),n=>({description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,fields:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function ws(e){let t=Qt(e.fields);return ze(t)||R(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),lt(t,(n,r)=>(!("resolve"in n)||R(!1,`${e.name}.${r} field has a resolve property, but Input Types cannot define resolvers.`),{name:ee(r),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:X(n.extensions),astNode:n.astNode}))}function We(e){return b(e.type)&&e.defaultValue===void 0}function Bt(e,t){return e===t?!0:b(e)&&b(t)||A(e)&&A(t)?Bt(e.ofType,t.ofType):!1}function Ie(e,t,n){return t===n?!0:b(n)?b(t)?Ie(e,t.ofType,n.ofType):!1:b(t)?Ie(e,t.ofType,n):A(n)?A(t)?Ie(e,t.ofType,n.ofType):!1:A(t)?!1:W(n)&&(_(t)||O(t))&&e.isSubType(n,t)}function $n(e,t,n){return t===n?!0:W(t)?W(n)?e.getPossibleTypes(t).some(r=>e.isSubType(n,r)):e.isSubType(t,n):W(n)?e.isSubType(n,t):!1}var mt=2147483647,ht=-2147483648,ie=new pe({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize(e){let t=yt(e);if(typeof t=="boolean")return t?1:0;let n=t;if(typeof t=="string"&&t!==""&&(n=Number(t)),typeof n!="number"||!Number.isInteger(n))throw new f(`Int cannot represent non-integer value: ${y(t)}`);if(n>mt||n<ht)throw new f("Int cannot represent non 32-bit signed integer value: "+y(t));return n},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new f(`Int cannot represent non-integer value: ${y(e)}`);if(e>mt||e<ht)throw new f(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new f(`Int cannot represent non-integer value: ${x(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>mt||t<ht)throw new f(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),se=new pe({name:"Float",description:"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",serialize(e){let t=yt(e);if(typeof t=="boolean")return t?1:0;let n=t;if(typeof t=="string"&&t!==""&&(n=Number(t)),typeof n!="number"||!Number.isFinite(n))throw new f(`Float cannot represent non numeric value: ${y(t)}`);return n},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new f(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new f(`Float cannot represent non numeric value: ${x(e)}`,e);return parseFloat(e.value)}}),E=new pe({name:"String",description:"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",serialize(e){let t=yt(e);if(typeof t=="string")return t;if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"&&Number.isFinite(t))return t.toString();throw new f(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new f(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new f(`String cannot represent a non string value: ${x(e)}`,{nodes:e});return e.value}}),j=new pe({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=yt(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new f(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new f(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new f(`Boolean cannot represent a non boolean value: ${x(e)}`,{nodes:e});return e.value}}),fe=new pe({name:"ID",description:'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',serialize(e){let t=yt(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new f(`ID cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e=="string")return e;if(typeof e=="number"&&Number.isInteger(e))return e.toString();throw new f(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new f("ID cannot represent a non-string and non-integer value: "+x(e),{nodes:e});return e.value}}),qt=Object.freeze([E,ie,se,j,fe]);function yt(e){if(M(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!M(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function Tt(e){return z(e,be)}var be=class{constructor(t){var n,r;this.name=ee(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(n=t.isRepeatable)!==null&&n!==void 0?n:!1,this.extensions=X(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||R(!1,`@${t.name} locations must be an Array.`);let i=(r=t.args)!==null&&r!==void 0?r:{};M(i)&&!Array.isArray(i)||R(!1,`@${t.name} args must be an object with argument names as keys.`),this.args=Un(i)}get[Symbol.toStringTag](){return"GraphQLDirective"}toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:Vn(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}}toString(){return"@"+this.name}toJSON(){return this.toString()}},Yt=new be({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[v.FIELD,v.FRAGMENT_SPREAD,v.INLINE_FRAGMENT],args:{if:{type:new I(j),description:"Included when true."}}}),Jt=new be({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[v.FIELD,v.FRAGMENT_SPREAD,v.INLINE_FRAGMENT],args:{if:{type:new I(j),description:"Skipped when true."}}}),hi="No longer supported",Ht=new be({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[v.FIELD_DEFINITION,v.ARGUMENT_DEFINITION,v.INPUT_FIELD_DEFINITION,v.ENUM_VALUE],args:{reason:{type:E,description:"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",defaultValue:hi}}}),yi=new be({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[v.SCALAR],args:{url:{type:new I(E),description:"The URL that specifies the behavior of this scalar."}}}),de=Object.freeze([Yt,Jt,Ht,yi]);function Ze(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function et(e,t){if(b(t)){let n=et(e,t.ofType);return n?.kind===u.NULL?null:n}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(A(t)){let n=t.ofType;if(Ze(e)){let r=[];for(let i of e){let s=et(i,n);s!=null&&r.push(s)}return{kind:u.LIST,values:r}}return et(e,n)}if(L(t)){if(!M(e))return null;let n=[];for(let r of Object.values(t.getFields())){let i=et(e[r.name],r.type);i&&n.push({kind:u.OBJECT_FIELD,name:{kind:u.NAME,value:r.name},value:i})}return{kind:u.OBJECT,fields:n}}if(J(t)){let n=t.serialize(e);if(n==null)return null;if(typeof n=="boolean")return{kind:u.BOOLEAN,value:n};if(typeof n=="number"&&Number.isFinite(n)){let r=String(n);return Ti.test(r)?{kind:u.INT,value:r}:{kind:u.FLOAT,value:r}}if(typeof n=="string")return V(t)?{kind:u.ENUM,value:n}:t===fe&&Ti.test(n)?{kind:u.INT,value:n}:{kind:u.STRING,value:n};throw new TypeError(`Cannot convert value to AST: ${y(n)}.`)}k(!1,"Unexpected input type: "+y(t))}var Ti=/^-?(?:0|[1-9][0-9]*)$/;var gt=new G({name:"__Schema",description:"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",fields:()=>({description:{type:E,resolve:e=>e.description},types:{description:"A list of all types supported by this server.",type:new I(new w(new I(oe))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new I(oe),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:oe,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:oe,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new I(new w(new I(Mn))),resolve:e=>e.getDirectives()}})}),Mn=new G({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
50
50
 
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 w(new I(Mn))),resolve:e=>e.locations},args:{type:new I(new w(new I(Et))),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),Mn=new ye({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."}}}),oe=new G({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(le(e))return Q.SCALAR;if(O(e))return Q.OBJECT;if(_(e))return Q.INTERFACE;if(q(e))return Q.UNION;if(V(e))return Q.ENUM;if(L(e))return Q.INPUT_OBJECT;if(A(e))return Q.LIST;if(b(e))return Q.NON_NULL;k(!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 w(new I(Gn)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(O(e)||_(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new w(new I(oe)),resolve(e){if(O(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new w(new I(oe)),resolve(e,t,n,{schema:r}){if(W(e))return r.getPossibleTypes(e)}},enumValues:{type:new w(new I(jn)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(V(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new w(new I(Et)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(L(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},ofType:{type:oe,resolve:e=>"ofType"in e?e.ofType:void 0}})}),Gn=new G({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 w(new I(Et))),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(oe),resolve:e=>e.type},isDeprecated:{type:new I(j),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Et=new G({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(oe),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=et(n,t);return r?x(r):null}},isDeprecated:{type:new I(j),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),jn=new G({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}})}),Q;(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"})(Q||(Q={}));var Qn=new ye({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:Q.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:Q.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:Q.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:Q.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:Q.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:Q.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:Q.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:Q.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Ae={name:"__schema",type:new I(gt),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},we={name:"__type",type:oe,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},De={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},zt=Object.freeze([gt,$n,Mn,oe,Gn,Et,jn,Qn]);function Bn(e){return zt.some(({name:t})=>e.name===t)}function qn(e){return z(e,Fe)}function Kt(e){if(!qn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Fe=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,M(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=X(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:de;let i=new Set(t.types);if(t.types!=null)for(let s of t.types)i.delete(s),me(s,i);this._queryType!=null&&me(this._queryType,i),this._mutationType!=null&&me(this._mutationType,i),this._subscriptionType!=null&&me(this._subscriptionType,i);for(let s of this._directives)if(Tt(s))for(let o of s.args)me(o.type,i);me(gt,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,_(s)){for(let a of s.getInterfaces())if(_(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(_(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 F.QUERY:return this.getQueryType();case F.MUTATION:return this.getMutationType();case F.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return q(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),q(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 me(e,t){let n=B(e);if(!t.has(n)){if(t.add(n),q(n))for(let r of n.getTypes())me(r,t);else if(O(n)||_(n)){for(let r of n.getInterfaces())me(r,t);for(let r of Object.values(n.getFields())){me(r.type,t);for(let i of r.args)me(i.type,t)}}else if(L(n))for(let r of Object.values(n.getFields()))me(r.type,t)}return t}function Ni(e){if(Kt(e),e.__validationErrors)return e.__validationErrors;let t=new Jn(e);ws(t),Ds(t),Fs(t);let n=t.getErrors();return e.__validationErrors=n,n}function vt(e){let t=Ni(e);if(t.length!==0)throw new Error(t.map(n=>n.message).join(`
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 w(new I(Gn))),resolve:e=>e.locations},args:{type:new I(new w(new I(Et))),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),Gn=new ye({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."}}}),oe=new G({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(Bn),resolve(e){if(le(e))return Q.SCALAR;if(O(e))return Q.OBJECT;if(_(e))return Q.INTERFACE;if(q(e))return Q.UNION;if(V(e))return Q.ENUM;if(L(e))return Q.INPUT_OBJECT;if(A(e))return Q.LIST;if(b(e))return Q.NON_NULL;k(!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 w(new I(jn)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(O(e)||_(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new w(new I(oe)),resolve(e){if(O(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new w(new I(oe)),resolve(e,t,n,{schema:r}){if(W(e))return r.getPossibleTypes(e)}},enumValues:{type:new w(new I(Qn)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(V(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new w(new I(Et)),args:{includeDeprecated:{type:j,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(L(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},ofType:{type:oe,resolve:e=>"ofType"in e?e.ofType:void 0}})}),jn=new G({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 w(new I(Et))),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(oe),resolve:e=>e.type},isDeprecated:{type:new I(j),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Et=new G({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(oe),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=et(n,t);return r?x(r):null}},isDeprecated:{type:new I(j),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Qn=new G({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}})}),Q;(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"})(Q||(Q={}));var Bn=new ye({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:Q.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:Q.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:Q.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:Q.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:Q.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:Q.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:Q.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:Q.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Ae={name:"__schema",type:new I(gt),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},we={name:"__type",type:oe,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},De={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},zt=Object.freeze([gt,Mn,Gn,oe,jn,Et,Qn,Bn]);function qn(e){return zt.some(({name:t})=>e.name===t)}function Yn(e){return z(e,Fe)}function Kt(e){if(!Yn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Fe=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,M(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=X(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:de;let i=new Set(t.types);if(t.types!=null)for(let s of t.types)i.delete(s),me(s,i);this._queryType!=null&&me(this._queryType,i),this._mutationType!=null&&me(this._mutationType,i),this._subscriptionType!=null&&me(this._subscriptionType,i);for(let s of this._directives)if(Tt(s))for(let o of s.args)me(o.type,i);me(gt,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,_(s)){for(let a of s.getInterfaces())if(_(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(_(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 F.QUERY:return this.getQueryType();case F.MUTATION:return this.getMutationType();case F.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return q(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),q(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 me(e,t){let n=B(e);if(!t.has(n)){if(t.add(n),q(n))for(let r of n.getTypes())me(r,t);else if(O(n)||_(n)){for(let r of n.getInterfaces())me(r,t);for(let r of Object.values(n.getFields())){me(r.type,t);for(let i of r.args)me(i.type,t)}}else if(L(n))for(let r of Object.values(n.getFields()))me(r.type,t)}return t}function vi(e){if(Kt(e),e.__validationErrors)return e.__validationErrors;let t=new Hn(e);Ds(t),Fs(t),ks(t);let n=t.getErrors();return e.__validationErrors=n,n}function vt(e){let t=vi(e);if(t.length!==0)throw new Error(t.map(n=>n.message).join(`
52
52
 
53
- `))}var Jn=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 ws(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=Yn(t,F.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=Yn(t,F.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=Yn(t,F.SUBSCRIPTION))!==null&&a!==void 0?a:o.astNode)}}function Yn(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 Ds(e){for(let n of e.schema.getDirectives()){if(!Tt(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}ke(e,n);for(let r of n.args)if(ke(e,r),Y(r.type)||e.reportError(`The type of @${n.name}(${r.name}:) must be Input Type but got: ${y(r.type)}.`,r.astNode),Ne(r)&&r.deprecationReason!=null){var t;e.reportError(`Required argument @${n.name}(${r.name}:) cannot be deprecated.`,[Hn(r.astNode),(t=r.astNode)===null||t===void 0?void 0:t.type])}}}function ke(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function Fs(e){let t=$s(e),n=e.schema.getTypeMap();for(let r of Object.values(n)){if(!Gt(r)){e.reportError(`Expected GraphQL named type but got: ${y(r)}.`,r.astNode);continue}Bn(r)||ke(e,r),O(r)||_(r)?(Ti(e,r),gi(e,r)):q(r)?Ps(e,r):V(r)?Us(e,r):L(r)&&(Vs(e,r),t(r))}}function Ti(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(ke(e,o),!Ee(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(ke(e,a),!Y(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(Ne(a)&&a.deprecationReason!=null){var s;e.reportError(`Required argument ${t.name}.${o.name}(${c}:) cannot be deprecated.`,[Hn(a.astNode),(s=a.astNode)===null||s===void 0?void 0:s.type])}}}}function gi(e,t){let n=Object.create(null);for(let r of t.getInterfaces()){if(!_(r)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(r)}.`,Nt(t,r));continue}if(t===r){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,Nt(t,r));continue}if(n[r.name]){e.reportError(`Type ${t.name} can only implement ${r.name} once.`,Nt(t,r));continue}n[r.name]=!0,Cs(e,t,r),ks(e,t,r)}}function ks(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(!Ie(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(!Bt(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)&&Ne(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 Cs(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}.`,[...Nt(n,i),...Nt(t,n)])}function Ps(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.`,Ei(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)}.`,Ei(t,String(i)))}}function Us(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)ke(e,r)}function Vs(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(ke(e,s),!Y(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(We(s)&&s.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${s.name} cannot be deprecated.`,[Hn(s.astNode),(i=s.astNode)===null||i===void 0?void 0:i.type])}}}function $s(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)&&L(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 Nt(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 Ei(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 Hn(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(n=>n.name.value===Ht.name)}function P(e,t){switch(t.kind){case u.LIST_TYPE:{let n=P(e,t.type);return n&&new w(n)}case u.NON_NULL_TYPE:{let n=P(e,t.type);return n&&new I(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var tt=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??Ms,n&&(Y(n)&&this._inputTypeStack.push(n),re(n)&&this._parentTypeStack.push(n),Ee(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=B(this.getType());this._parentTypeStack.push(re(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(Ee(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?P(n,i):B(this.getType());this._typeStack.push(Ee(s)?s:void 0);break}case u.VARIABLE_DEFINITION:{let i=P(n,t.type);this._inputTypeStack.push(Y(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(Y(s)?s:void 0);break}case u.LIST:{let i=Xe(this.getInputType()),s=A(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(Y(s)?s:void 0);break}case u.OBJECT_FIELD:{let i=B(this.getInputType()),s,o;L(i)&&(o=i.getFields()[t.name.value],o&&(s=o.type)),this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(Y(s)?s:void 0);break}case u.ENUM:{let i=B(this.getInputType()),s;V(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 Ms(e,t,n){let r=n.name.value;if(r===Ae.name&&e.getQueryType()===t)return Ae;if(r===we.name&&e.getQueryType()===t)return we;if(r===De.name&&re(t))return De;if(O(t)||_(t))return t.getFields()[r]}function Xt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=He(t,r.kind).enter;if(i){let s=i.apply(t,n);return s!==void 0&&(e.leave(r),ot(s)&&e.enter(s)),s}},leave(...n){let r=n[0],i=He(t,r.kind).leave,s;return i&&(s=i.apply(t,n)),e.leave(r),s}}}function zn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Kn(e){return e.kind===u.SCHEMA_DEFINITION||Re(e)||e.kind===u.DIRECTIVE_DEFINITION}function Re(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 Xn(e){return e.kind===u.SCHEMA_EXTENSION||Wt(e)}function Wt(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 Wn(e){return{Document(t){for(let n of t.definitions)if(!zn(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 Zn(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),s=t.name.value,o=H("to use an inline fragment on",Gs(i,n,s));o===""&&(o=H(js(n,s))),e.reportError(new f(`Cannot query field "${s}" on type "${n.name}".`+o,{nodes:t}))}}}}function Gs(e,t,n){if(!W(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:_(o)&&e.isSubType(o,a)?-1:_(a)&&e.isSubType(a,o)?1:Ye(o.name,a.name)}).map(o=>o.name)}function js(e,t){if(O(e)||_(e)){let n=Object.keys(e.getFields());return K(t,n)}return[]}function er(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=P(e.getSchema(),n);if(r&&!re(r)){let i=x(n);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=P(e.getSchema(),t.typeCondition);if(n&&!re(n)){let r=x(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function tr(e){return{...nr(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=K(s,o);e.reportError(new f(`Unknown argument "${s}" on field "${i.name}.${r.name}".`+H(a),{nodes:t}))}}}}function nr(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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=K(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+H(d),{nodes:p}))}}return!1}}}function Zt(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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=Qs(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:s}))}}}function Qs(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return Bs(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||k(!1),n.kind===u.INPUT_OBJECT_TYPE_DEFINITION?v.INPUT_FIELD_DEFINITION:v.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function Bs(e){switch(e){case F.QUERY:return v.QUERY;case F.MUTATION:return v.MUTATION;case F.SUBSCRIPTION:return v.SUBSCRIPTION}}function rr(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new f(`Unknown fragment "${n}".`,{nodes:t.name}))}}}function en(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);for(let s of e.getDocument().definitions)Re(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&&qs(h);if(T&&vi.includes(l))return;let N=K(l,T?vi.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+H(N),{nodes:s}))}}}}var vi=[...qt,...zt].map(e=>e.name);function qs(e){return"kind"in e&&(Kn(e)||Xn(e))}function ir(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 sr(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 or(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 ar(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 cr(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 ur(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 tn(e){switch(e.kind){case u.OBJECT:return{...e,fields:Ys(e.fields)};case u.LIST:return{...e,values:e.values.map(tn)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function Ys(e){return e.map(t=>({...t,value:tn(t.value)})).sort((t,n)=>Ye(t.name.value,n.name.value))}function bi(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+bi(n)).join(" and "):e}function dr(e){let t=new fr,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=bi(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]=sn(e,t,r,i);if(zs(e,s,t,n,o),a.length!==0)for(let c=0;c<a.length;c++){nn(e,s,t,n,!1,o,a[c]);for(let p=c+1;p<a.length;p++)rn(e,s,t,n,!1,a[c],a[p])}return s}function nn(e,t,n,r,i,s,o){let a=e.getFragment(o);if(!a)return;let[c,p]=lr(e,n,a);if(s!==c){mr(e,t,n,r,i,s,c);for(let l of p)r.has(l,o,i)||(r.add(l,o,i),nn(e,t,n,r,i,s,l))}}function rn(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]=lr(e,n,a),[d,h]=lr(e,n,c);mr(e,t,n,r,i,p,d);for(let T of h)rn(e,t,n,r,i,s,T);for(let T of l)rn(e,t,n,r,i,T,o)}function Hs(e,t,n,r,i,s,o,a){let c=[],[p,l]=sn(e,t,i,s),[d,h]=sn(e,t,o,a);mr(e,c,t,n,r,p,d);for(let T of h)nn(e,c,t,n,r,p,T);for(let T of l)nn(e,c,t,n,r,d,T);for(let T of l)for(let N of h)rn(e,c,t,n,r,T,N);return c}function zs(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=Ri(e,n,r,!1,s,o[a],o[c]);p&&t.push(p)}}function mr(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=Ri(e,n,r,i,a,l,d);h&&t.push(h)}}}function Ri(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 Oe=c.name.value,ae=d.name.value;if(Oe!==ae)return[[i,`"${Oe}" and "${ae}" are different fields`],[c],[d]];if(!Ks(c,d))return[[i,"they have differing arguments"],[c],[d]]}let N=p?.type,D=h?.type;if(N&&D&&pr(N,D))return[[i,`they return conflicting types "${y(N)}" and "${y(D)}"`],[c],[d]];let $=c.selectionSet,Z=d.selectionSet;if($&&Z){let Oe=Hs(e,t,n,T,B(N),$,B(D),Z);return Xs(Oe,i,c,d)}}function Ks(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:Ii(o)===Ii(a)})}function Ii(e){return x(tn(e))}function pr(e,t){return A(e)?A(t)?pr(e.ofType,t.ofType):!0:A(t)?!0:b(e)?b(t)?pr(e.ofType,t.ofType):!0:b(t)?!0:J(e)||J(t)?e!==t:!1}function sn(e,t,n,r){let i=t.get(r);if(i)return i;let s=Object.create(null),o=Object.create(null);Oi(e,n,r,s,o);let a=[s,Object.keys(o)];return t.set(r,a),a}function lr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=P(e.getSchema(),n.typeCondition);return sn(e,t,i,n.selectionSet)}function Oi(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)||_(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?P(e.getSchema(),o):t;Oi(e,a,s.selectionSet,r,i);break}}}function Xs(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 fr=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 hr(e){return{InlineFragment(t){let n=e.getType(),r=e.getParentType();if(re(n)&&re(r)&&!Vn(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=Ws(e,n),i=e.getParentType();if(r&&i&&!Vn(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 Ws(e,t){let n=e.getFragment(t);if(n){let r=P(e.getSchema(),n.typeCondition);if(re(r))return r}}function yr(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Re(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=Zs[o.kind]:a&&(c=eo(a)),c){if(c!==i.kind){let p=to(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=K(s,p);e.reportError(new f(`Cannot extend type "${s}" because it is not defined.`+H(l),{nodes:i.name}))}}}var Zs={[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 eo(e){if(le(e))return u.SCALAR_TYPE_EXTENSION;if(O(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(q(e))return u.UNION_TYPE_EXTENSION;if(V(e))return u.ENUM_TYPE_EXTENSION;if(L(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function to(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:k(!1,"Unexpected kind: "+y(e))}}function Tr(e){return{...gr(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)&&Ne(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 gr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:de;for(let a of i)n[a.name]=ce(a.args.filter(Ne),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]=ce(c.filter(no),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 D=Ke(N.type)?y(N.type):x(N.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${D}" is required, but it was not provided.`,{nodes:a}))}}}}}}function no(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Er(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(J(B(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 on(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Ce(e,t,n){return{prev:e,key:t,typename:n}}function te(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function Si(e,t,n=ro){return It(e,t,n,void 0)}function ro(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${on(e)}"`),n.message=r+": "+n.message,n}function It(e,t,n,r){if(b(t)){if(e!=null)return It(e,t.ofType,n,r);n(te(r),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(A(t)){let i=t.ofType;return Ze(e)?Array.from(e,(s,o)=>{let a=Ce(r,o,void 0);return It(s,i,n,a)}):[It(e,i,n,r)]}if(L(t)){if(!M(e)){n(te(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(te(r),e,new f(`Field "${o.name}" of required type "${c}" was not provided.`))}continue}i[o.name]=It(a,o.type,n,Ce(r,o.name,t.name))}for(let o of Object.keys(e))if(!s[o]){let a=K(o,Object.keys(t.getFields()));n(te(r),e,new f(`Field "${o}" is not defined by type "${t.name}".`+H(a)))}return i}if(J(t)){let i;try{i=t.parseValue(e)}catch(s){s instanceof f?n(te(r),e,s):n(te(r),e,new f(`Expected type "${t.name}". `+s.message,{originalError:s}));return}return i===void 0&&n(te(r),e,new f(`Expected type "${t.name}".`)),i}k(!1,"Unexpected input type: "+y(t))}function Pe(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:Pe(e,t.ofType,n);if(e.kind===u.NULL)return null;if(A(t)){let r=t.ofType;if(e.kind===u.LIST){let s=[];for(let o of e.values)if(_i(o,n)){if(b(r))return;s.push(null)}else{let a=Pe(o,r,n);if(a===void 0)return;s.push(a)}return s}let i=Pe(e,r,n);return i===void 0?void 0:[i]}if(L(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=ce(e.fields,s=>s.name.value);for(let s of Object.values(t.getFields())){let o=i[s.name];if(!o||_i(o.value,n)){if(s.defaultValue!==void 0)r[s.name]=s.defaultValue;else if(b(s.type))return;continue}let a=Pe(o.value,s.type,n);if(a===void 0)return;r[s.name]=a}return r}if(J(t)){let r;try{r=t.parseLiteral(e,n)}catch{return}return r===void 0?void 0:r}k(!1,"Unexpected input type: "+y(t))}}function _i(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function Nr(e,t,n,r){let i=[],s=r?.maxErrors;try{let o=io(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 io(e,t,n,r){let i={};for(let s of t){let o=s.variable.name.value,a=P(e,s.type);if(!Y(a)){let p=x(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(!xi(n,o)){if(s.defaultValue)i[o]=Pe(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]=Si(c,a,(p,l,d)=>{let h=`Variable "$${o}" got invalid value `+y(l);p.length>0&&(h+=` at "${o}${on(p)}"`),r(new f(h+"; "+d.message,{nodes:s,originalError:d}))})}return i}function an(e,t,n){var r;let i={},s=(r=t.arguments)!==null&&r!==void 0?r:[],o=ce(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||!xi(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=Pe(d,p,n);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${x(d)}.`,{nodes:d});i[c]=T}return i}function cn(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 an(e,i,n)}function xi(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function pn(e,t,n,r,i){let s=new Map;return un(e,t,n,r,i,s,new Set),s}function Ai(e,t,n,r,i){let s=new Map,o=new Set;for(let a of i)a.selectionSet&&un(e,t,n,r,a.selectionSet,s,o);return s}function un(e,t,n,r,i,s,o){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!vr(n,a))continue;let c=so(a),p=s.get(c);p!==void 0?p.push(a):s.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!vr(n,a)||!Li(e,a,r))continue;un(e,t,n,r,a.selectionSet,s,o);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(o.has(c)||!vr(n,a))continue;o.add(c);let p=t[c];if(!p||!Li(e,p,r))continue;un(e,t,n,r,p.selectionSet,s,o);break}}}function vr(e,t){let n=cn(Jt,t,e);if(n?.if===!0)return!1;let r=cn(Yt,t,e);return r?.if!==!1}function Li(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=P(e,r);return i===n?!0:W(i)?e.isSubType(i,n):!1}function so(e){return e.alias?e.alias.value:e.name.value}function Ir(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=pn(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 nt(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 br(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=nt(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 ln(e){return{Field:t,Directive:t};function t(n){var r;let i=(r=n.arguments)!==null&&r!==void 0?r:[],s=nt(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 Rr(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 fn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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(Re(a)||Wt(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 Or(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];V(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 Sr(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;oo(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 oo(e,t){return O(e)||_(e)||L(e)?e.getFields()[t]!=null:!1}function _r(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 dn(e){let t=[],n=Object.create(null);return{ObjectValue:{enter(){t.push(n),n=Object.create(null)},leave(){let r=t.pop();r||k(!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 xr(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 Lr(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 Ar(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 wr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=nt(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 Dr(e){return{ListValue(t){let n=Xe(e.getParentInputType());if(!A(n))return Ue(e,t),!1},ObjectValue(t){let n=B(e.getInputType());if(!L(n))return Ue(e,t),!1;let r=ce(t.fields,i=>i.name.value);for(let i of Object.values(n.getFields()))if(!r[i.name]&&We(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=B(e.getParentInputType());if(!e.getInputType()&&L(n)){let i=K(t.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${t.name.value}" is not defined by type "${n.name}".`+H(i),{nodes:t}))}},NullValue(t){let n=e.getInputType();b(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${x(t)}.`,{nodes:t}))},EnumValue:t=>Ue(e,t),IntValue:t=>Ue(e,t),FloatValue:t=>Ue(e,t),StringValue:t=>Ue(e,t),BooleanValue:t=>Ue(e,t)}}function Ue(e,t){let n=e.getInputType();if(!n)return;let r=B(n);if(!J(r)){let i=y(n);e.reportError(new f(`Expected value of type "${i}", found ${x(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 ${x(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 ${x(t)}; `+i.message,{nodes:t,originalError:i}))}}function Fr(e){return{VariableDefinition(t){let n=P(e.getSchema(),t.type);if(n!==void 0&&!Y(n)){let r=t.variable.name.value,i=x(t.type);e.reportError(new f(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function kr(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=P(p,c.type);if(l&&!ao(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 ao(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 Ie(e,t,a)}return Ie(e,t,r)}var rt=Object.freeze([Wn,xr,ir,Ir,en,er,Fr,Er,Zn,_r,rr,cr,hr,or,wr,ar,ur,Zt,fn,tr,ln,Dr,Tr,kr,dr,dn]),co=Object.freeze([sr,Lr,Ar,Or,Sr,br,Rr,en,Zt,fn,yr,nr,ln,dn,gr]);var Cr=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 bt=class extends Cr{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 tt(this._schema);_e(t,Xt(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 mn(e,t,n=rt,r,i=new tt(e)){var s;let o=(s=r?.maxErrors)!==null&&s!==void 0?s:100;t||R(!1,"Must provide document."),vt(e);let a=Object.freeze({}),c=[],p=new bt(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=Fn(n.map(d=>d(p)));try{_e(t,Xt(i,l))}catch(d){if(d!==a)throw d}return c}function wi(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 Pr(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 Di(e,t,n){let r=n;for(let i of e)r=ne(r)?r.then(s=>t(s,i)):t(r,i);return r}function Fi(e){return e instanceof Error?e:new Ur(e)}var Ur=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function it(e,t,n){var r;let i=Fi(e);return uo(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 uo(e){return Array.isArray(e.path)}var po=wi((e,t,n)=>Ai(e.schema,e.fragments,e.variableValues,t,n));function En(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;lo(t,n,r);let s=fo(e);if(!("schema"in s))return{errors:s};try{let{operation:o}=s,a=mo(s,o,i);return ne(a)?a.then(c=>hn(c,s.errors),c=>(s.errors.push(c),hn(null,s.errors))):hn(a,s.errors)}catch(o){return s.errors.push(o),hn(null,s.errors)}}function hn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function lo(e,t,n){t||R(!1,"Must provide document."),vt(e),n==null||M(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 fo(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 $ of i.definitions)switch($.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=$}else((t=$.name)===null||t===void 0?void 0:t.value)===c&&(h=$);break;case u.FRAGMENT_DEFINITION:T[$.name.value]=$;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:[],D=Nr(r,N,a??{},{maxErrors:50});return D.errors?D.errors:{schema:r,fragments:T,rootValue:s,contextValue:o,operation:h,variableValues:D.coerced,fieldResolver:p??gn,typeResolver:l??$r,subscribeFieldResolver:d??gn,errors:[]}}function mo(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=pn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),s=void 0;switch(t.operation){case F.QUERY:return yn(e,r,n,s,i);case F.MUTATION:return ho(e,r,n,s,i);case F.SUBSCRIPTION:return yn(e,r,n,s,i)}}function ho(e,t,n,r,i){return Di(i.entries(),(s,[o,a])=>{let c=Ce(r,o,t.name),p=Pi(e,t,n,a,c);return p===void 0?s:ne(p)?p.then(l=>(s[o]=l,s)):(s[o]=p,s)},Object.create(null))}function yn(e,t,n,r,i){let s=Object.create(null),o=!1;try{for(let[a,c]of i.entries()){let p=Ce(r,a,t.name),l=Pi(e,t,n,c,p);l!==void 0&&(s[a]=l,ne(l)&&(o=!0))}}catch(a){if(o)return Pr(s).finally(()=>{throw a});throw a}return o?Pr(s):s}function Pi(e,t,n,r,i){var s;let o=No(e.schema,t,r[0]);if(!o)return;let a=o.type,c=(s=o.resolve)!==null&&s!==void 0?s:e.fieldResolver,p=yo(e,o,r,t,i);try{let l=an(o,r[0],e.variableValues),d=e.contextValue,h=c(n,l,d,p),T;return ne(h)?T=h.then(N=>Rt(e,a,r,p,i,N)):T=Rt(e,a,r,p,i,h),ne(T)?T.then(void 0,N=>{let D=it(N,r,te(i));return Tn(D,a,e)}):T}catch(l){let d=it(l,r,te(i));return Tn(d,a,e)}}function yo(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 Tn(e,t,n){if(b(t))throw e;return n.errors.push(e),null}function Rt(e,t,n,r,i,s){if(s instanceof Error)throw s;if(b(t)){let o=Rt(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(A(t))return To(e,t,n,r,i,s);if(J(t))return go(t,s);if(W(t))return Eo(e,t,n,r,i,s);if(O(t))return Vr(e,t,n,r,i,s);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function To(e,t,n,r,i,s){if(!Ze(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=Ce(i,l,void 0);try{let h;return ne(p)?h=p.then(T=>Rt(e,o,n,r,d,T)):h=Rt(e,o,n,r,d,p),ne(h)?(a=!0,h.then(void 0,T=>{let N=it(T,n,te(d));return Tn(N,o,e)})):h}catch(h){let T=it(h,n,te(d));return Tn(T,o,e)}});return a?Promise.all(c):c}function go(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 Eo(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 ne(p)?p.then(l=>Vr(e,ki(l,e,t,n,r,s),n,r,i,s)):Vr(e,ki(p,e,t,n,r,s),n,r,i,s)}function ki(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 Vr(e,t,n,r,i,s){let o=po(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(s,e.contextValue,r);if(ne(a))return a.then(c=>{if(!c)throw Ci(t,s,n);return yn(e,t,s,i,o)});if(!a)throw Ci(t,s,n)}return yn(e,t,s,i,o)}function Ci(e,t,n){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var $r=function(e,t,n,r){if(M(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(ne(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})},gn=function(e,t,n,r){if(M(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function No(e,t,n){let r=n.name.value;return r===Ae.name&&e.getQueryType()===t?Ae:r===we.name&&e.getQueryType()===t?we:r===De.name?De:t.getFields()[r]}import{capitalize as Ko,getDataType as Gi,isResourceType as Xo}from"@medplum/core";import{getReferenceString as qo,getSearchParameters as Yo,Operator as Jo,parseSearchRequest as Ho}from"@medplum/core";var Nn={base64Binary:E,boolean:j,canonical:E,code:E,date:E,dateTime:E,decimal:se,id:fe,instant:E,integer:se,markdown:E,number:se,oid:E,positiveInt:se,string:E,time:E,unsignedInt:se,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":se,"http://hl7.org/fhirpath/System.Integer":se,"http://hl7.org/fhirpath/System.String":E,"http://hl7.org/fhirpath/System.Time":E};function Mr(e,t,n){let r;if(t){let s=n._reference;delete n._reference,r={code:s,operator:Jo.EQUALS,value:qo(t)}}n=Object.fromEntries(Object.entries(n).map(([s,o])=>[zo(s),o]));let i=Ho(e,n);if(r){let s=i.filters||[];i.filters=[r,...s]}return i}function zo(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Gr(e){return e.replaceAll("-","_")}async function vn(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-4),o=Mr(s,e,t);return(await n.repo.search(o)).entry?.map(c=>c.resource)}function Ot(e){let t={_count:{type:ie,description:"Specify how many elements to return from a repeating list."},_offset:{type:ie,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=Yo(e);if(n)for(let[r,i]of Object.entries(n))t[Gr(r)]={type:E,description:i.description};return t}function Ui(e){return e.filter(t=>t==="selections").length}function Vi(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function $i(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var Mi={...Nn};function St(e,t){let n=Mi[e];return n||(n=Wo(e,t),Mi[e]=n),n}function Wo(e,t){let n=Gi(e);return new Le({name:e+t,description:n.description,fields:()=>Zo(e,t)})}function Zo(e,t){let n={};if(Xo(e)){let r={description:"The type of resource",type:E};n.resourceType=r}return ea(e,n,t),n}function ea(e,t,n){let r=Gi(e);for(let[i,s]of Object.entries(r.elements))for(let o of s.type)ta(t,i,s,o,n)}function ta(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:St(s,i)};n.max>1&&(o.type=new w(new I(St(s,i)))),n.min>0&&!t.endsWith("[x]")&&(o.type=new I(o.type));let a=t.split(".").pop().replace("[x]",Ko(r.code));e[a]=o}import{capitalize as ji,evalFhirPathTyped as na,getDataType as Qi,getResourceTypes as Bi,getSearchParameters as ra,isLowerCase as ia,isReference as sa,isResourceTypeSchema as oa,normalizeOperationOutcome as aa,OperationOutcomeError as ca,toJsBoolean as ua,toTypedValue as pa,tryGetDataType as la}from"@medplum/core";var In={...Nn};function Ve(e){let t=In[e];return t||(t=jr(e),In[e]=t),t}function jr(e){if(e==="ResourceList")return new xe({name:"ResourceList",types:()=>Bi().map(Ve).filter(n=>!!n),resolveType:va});let t=Qi(e);return new G({name:e,description:t.description,fields:()=>fa(e)})}function fa(e){let t={};return da(e,t),Ta(e,t),t}function da(e,t){let n=Qi(e);oa(n)&&(t.resourceType={type:new I(E),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:Ve("ResourceList"),resolve:Na});for(let[r,i]of Object.entries(n.elements))for(let s of i.type)ma(t,r,i,s)}function ma(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:ga(n,i,t),resolve:Ea};n.max>1&&(s.args=ha(i));let o=t.split(".").pop().replace("[x]",ji(r.code));e[o]=s}function ha(e){let t={_count:{type:ie,description:"Specify how many elements to return from a repeating list."},_offset:{type:ie,description:"Specify the offset to start at for a repeating element."}};if(!ia(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=la(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let s of i.type)ya(t,r,i,s)}return t}function ya(e,t,n,r){let i=r.code,s=t.replace("[x]",ji(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 Ta(e,t){for(let n of Bi()){let r=Ve(n),i=ra(n),s={},o=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(s[Gr(a)]={value:a},o++);if(o>0){let a=new ye({name:e+"_"+n+"_reference",values:s}),c=Ot(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new w(r),args:c,resolve:vn}}}}function ga(e,t,n){let r=Ve(t);return e.max>1&&(r=new w(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function Ea(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=>ua(na(a,[pa(l)])))),s&&(p=p.slice(s)),o&&(p=p.slice(0,o)),p}async function Na(e,t,n){if(sa(e))try{return await n.dataLoader.load(e)}catch(r){throw new ca(aa(r),r)}}function va(e){let t=e?.resourceType;if(t)return Ve(t).name}var La=new Oa,Qr;async function Yi(e,t,n){let{query:r,operationName:i,variables:s}=e.body;if(!r)return[_t("Must provide query.")];let o;try{o=Pt(r)}catch{return[_t("GraphQL syntax error.")]}let a=wa(),c=[...rt,Ga],p=mn(a,o,c);if(p.length>0)return[$i(p)];let l=Aa(r);if(l&&!n.options?.introspectionEnabled)return[Ra];let d=new xa(T=>t.readReferences(T)),h=l&&La.get(r);return h||(h=await En({schema:a,document:o,contextValue:{repo:t,dataLoader:d},operationName:i,variableValues:s})),[Ia,h]}function Aa(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function wa(){return Qr||(Qr=Da()),Qr}function Da(){for(let n of qi())In[n]=jr(n);let e={},t={};for(let n of qi()){let r=Ve(n);e[n]={type:r,args:{id:{type:new I(fe),description:n+" ID"}},resolve:Ua},e[n+"List"]={type:new w(r),args:Ot(n),resolve:vn},e[n+"Connection"]={type:Ca(n,r),args:Ot(n),resolve:Pa},t[n+"Create"]={type:r,args:Fa(n),resolve:Va},t[n+"Update"]={type:r,args:ka(n),resolve:$a},t[n+"Delete"]={type:r,args:{id:{type:new I(fe),description:n+" ID"}},resolve:Ma}}return new Fe({query:new G({name:"QueryType",fields:e}),mutation:new G({name:"MutationType",fields:t})})}function Fa(e){return{res:{type:new I(St(e,"Create")),description:e+" Create"}}}function ka(e){return{id:{type:new I(fe),description:e+" ID"},res:{type:new I(St(e,"Update")),description:e+" Update"}}}function Ca(e,t){return new G({name:e+"Connection",fields:{count:{type:ie},offset:{type:ie},pageSize:{type:ie},first:{type:E},previous:{type:E},next:{type:E},last:{type:E},edges:{type:new w(new G({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:se},resource:{type:t}}}))}}})}async function Pa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-10),o=Mr(s,e,t);Vi(r,"count")&&(o.total="accurate");let a=await n.repo.search(o);return{count:a.total,offset:o.offset||0,pageSize:o.count||ba,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 _a(Sa(i),i)}}async function Va(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res;return o.resourceType!==s?[_t("Invalid resourceType")]:await n.repo.createResource(o)}async function $a(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?[_t("Invalid resourceType")]:a!==o.id?[_t("Incorrect ID")]:await n.repo.updateResource(o)}async function Ma(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6);await n.repo.deleteResource(s,t.id)}var Ga=e=>({Field(t,n,r,i){let s=Ui(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 bn=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=ja(o,t,r);a>s&&(i=o,s=a)}if(i)return{handler:i.handler,params:Qa(i,r)}}};function ja(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 Qa(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 Ha(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[xt("Not a bundle")];let i=await Kr(n,t,r);return[Te,i]}async function za(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search(Br(n,r));return[Te,i]}async function Ka(e,t){let n=e.query,r=Br("MultipleTypes",n);if(!r.types||r.types.length===0)return[xt("No types specified")];let i=await t.search(r);return[Te,i]}async function Xa(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search(Br(n,r));return[Te,i]}async function Wa(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[xt(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[qa,i]}async function Za(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[Te,i]}async function ec(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[Te,i]}async function tc(e,t){let{resourceType:n,id:r,vid:i}=e.params,s=await t.readVersion(n,r,i);return[Te,s]}async function nc(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[xt("Incorrect resource type")];if(i.id!==r)return[xt("Incorrect ID")];let s=await t.updateResource(i,sc(e.headers?.["if-match"]));return[Te,s]}async function rc(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[Te]}async function ic(e,t){let{resourceType:n,id:r}=e.params,i=e.body,s=await t.patchResource(n,r,i);return[Te,s]}var Ji=class extends Ba{constructor(n={}){super();this.router=new bn;this.options=n,this.router.add("GET","",Ka),this.router.add("POST","",Ha),this.router.add("GET",":resourceType",za),this.router.add("POST",":resourceType/_search",Xa),this.router.add("POST",":resourceType",Wa),this.router.add("GET",":resourceType/:id",Za),this.router.add("GET",":resourceType/:id/_history",ec),this.router.add("GET",":resourceType/:id/_history/:vid",tc),this.router.add("PUT",":resourceType/:id",nc),this.router.add("DELETE",":resourceType/:id",rc),this.router.add("PATCH",":resourceType/:id",ic),this.router.add("POST","$graphql",Yi)}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[Ja];let{handler:s,params:o}=i;n.params=o;try{return await s(n,r,this)}catch(a){return[Ya(a)]}}};function sc(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}import{OperationOutcomeError as $e,badRequest as Hi,deepClone as Me,evalFhirPath as zi,generateId as Ki,globalSchema as oc,matchesSearchRequest as ac,normalizeOperationOutcome as cc,notFound as qr,preconditionFailed as uc}from"@medplum/core";import{applyPatch as pc}from"rfc6902";var Yr=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)??[]}},Xi=class extends Yr{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}async createResource(t){let n=Me(t);n.id||(n.id=Ki()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=Ki()),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),Me(n)}updateResource(t,n){let r=Me(t);if(n&&r.meta?.versionId!==n)throw new $e(uc);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=pc(i,r).filter(Boolean);if(s.length>0)throw new $e(Hi(s.map(o=>o.message).join(`
54
- `)))}catch(s){throw new $e(cc(s))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new $e(qr);return Me(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new $e(Hi("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:Me(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 $e(qr);return Me(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let o of r.values())ac(o,t)&&i.push(o);let s=i.map(o=>({resource:Me(o)}));if(t.sortRules)for(let o of t.sortRules)s=s.sort((a,c)=>lc(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 $e(qr);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},lc=(e,t,n)=>{let i=oc.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let s=JSON.stringify(zi(i,e)),o=JSON.stringify(zi(i,t));return s.localeCompare(o)*(n.descending?-1:1)};export{Yr as BaseRepository,Ji as FhirRouter,Xi as MemoryRepository,bn as Router};
53
+ `))}var Hn=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 Ds(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=Jn(t,F.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=Jn(t,F.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=Jn(t,F.SUBSCRIPTION))!==null&&a!==void 0?a:o.astNode)}}function Jn(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 Fs(e){for(let n of e.schema.getDirectives()){if(!Tt(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}ke(e,n);for(let r of n.args)if(ke(e,r),Y(r.type)||e.reportError(`The type of @${n.name}(${r.name}:) must be Input Type but got: ${y(r.type)}.`,r.astNode),Ne(r)&&r.deprecationReason!=null){var t;e.reportError(`Required argument @${n.name}(${r.name}:) cannot be deprecated.`,[zn(r.astNode),(t=r.astNode)===null||t===void 0?void 0:t.type])}}}function ke(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function ks(e){let t=Ms(e),n=e.schema.getTypeMap();for(let r of Object.values(n)){if(!Gt(r)){e.reportError(`Expected GraphQL named type but got: ${y(r)}.`,r.astNode);continue}qn(r)||ke(e,r),O(r)||_(r)?(gi(e,r),Ei(e,r)):q(r)?Us(e,r):V(r)?Vs(e,r):L(r)&&($s(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(ke(e,o),!Ee(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(ke(e,a),!Y(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(Ne(a)&&a.deprecationReason!=null){var s;e.reportError(`Required argument ${t.name}.${o.name}(${c}:) cannot be deprecated.`,[zn(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(!_(r)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(r)}.`,Nt(t,r));continue}if(t===r){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,Nt(t,r));continue}if(n[r.name]){e.reportError(`Type ${t.name} can only implement ${r.name} once.`,Nt(t,r));continue}n[r.name]=!0,Ps(e,t,r),Cs(e,t,r)}}function Cs(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(!Ie(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(!Bt(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)&&Ne(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 Ps(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}.`,[...Nt(n,i),...Nt(t,n)])}function Us(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 Vs(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)ke(e,r)}function $s(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(ke(e,s),!Y(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(We(s)&&s.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${s.name} cannot be deprecated.`,[zn(s.astNode),(i=s.astNode)===null||i===void 0?void 0:i.type])}}}function Ms(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)&&L(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 Nt(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 zn(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(n=>n.name.value===Ht.name)}function P(e,t){switch(t.kind){case u.LIST_TYPE:{let n=P(e,t.type);return n&&new w(n)}case u.NON_NULL_TYPE:{let n=P(e,t.type);return n&&new I(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var tt=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??Gs,n&&(Y(n)&&this._inputTypeStack.push(n),re(n)&&this._parentTypeStack.push(n),Ee(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=B(this.getType());this._parentTypeStack.push(re(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(Ee(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?P(n,i):B(this.getType());this._typeStack.push(Ee(s)?s:void 0);break}case u.VARIABLE_DEFINITION:{let i=P(n,t.type);this._inputTypeStack.push(Y(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(Y(s)?s:void 0);break}case u.LIST:{let i=Xe(this.getInputType()),s=A(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(Y(s)?s:void 0);break}case u.OBJECT_FIELD:{let i=B(this.getInputType()),s,o;L(i)&&(o=i.getFields()[t.name.value],o&&(s=o.type)),this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(Y(s)?s:void 0);break}case u.ENUM:{let i=B(this.getInputType()),s;V(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 Gs(e,t,n){let r=n.name.value;if(r===Ae.name&&e.getQueryType()===t)return Ae;if(r===we.name&&e.getQueryType()===t)return we;if(r===De.name&&re(t))return De;if(O(t)||_(t))return t.getFields()[r]}function Xt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=He(t,r.kind).enter;if(i){let s=i.apply(t,n);return s!==void 0&&(e.leave(r),ot(s)&&e.enter(s)),s}},leave(...n){let r=n[0],i=He(t,r.kind).leave,s;return i&&(s=i.apply(t,n)),e.leave(r),s}}}function Kn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Xn(e){return e.kind===u.SCHEMA_DEFINITION||Re(e)||e.kind===u.DIRECTIVE_DEFINITION}function Re(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 Wn(e){return e.kind===u.SCHEMA_EXTENSION||Wt(e)}function Wt(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 Zn(e){return{Document(t){for(let n of t.definitions)if(!Kn(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 er(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),s=t.name.value,o=H("to use an inline fragment on",js(i,n,s));o===""&&(o=H(Qs(n,s))),e.reportError(new f(`Cannot query field "${s}" on type "${n.name}".`+o,{nodes:t}))}}}}function js(e,t,n){if(!W(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:_(o)&&e.isSubType(o,a)?-1:_(a)&&e.isSubType(a,o)?1:Ye(o.name,a.name)}).map(o=>o.name)}function Qs(e,t){if(O(e)||_(e)){let n=Object.keys(e.getFields());return K(t,n)}return[]}function tr(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=P(e.getSchema(),n);if(r&&!re(r)){let i=x(n);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=P(e.getSchema(),t.typeCondition);if(n&&!re(n)){let r=x(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function nr(e){return{...rr(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=K(s,o);e.reportError(new f(`Unknown argument "${s}" on field "${i.name}.${r.name}".`+H(a),{nodes:t}))}}}}function rr(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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=K(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+H(d),{nodes:p}))}}return!1}}}function Zt(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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=Bs(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:s}))}}}function Bs(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return qs(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||k(!1),n.kind===u.INPUT_OBJECT_TYPE_DEFINITION?v.INPUT_FIELD_DEFINITION:v.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function qs(e){switch(e){case F.QUERY:return v.QUERY;case F.MUTATION:return v.MUTATION;case F.SUBSCRIPTION:return v.SUBSCRIPTION}}function ir(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new f(`Unknown fragment "${n}".`,{nodes:t.name}))}}}function en(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);for(let s of e.getDocument().definitions)Re(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&&Ys(h);if(T&&Ii.includes(l))return;let N=K(l,T?Ii.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+H(N),{nodes:s}))}}}}var Ii=[...qt,...zt].map(e=>e.name);function Ys(e){return"kind"in e&&(Xn(e)||Wn(e))}function sr(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 or(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 ar(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 cr(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 ur(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 pr(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 tn(e){switch(e.kind){case u.OBJECT:return{...e,fields:Js(e.fields)};case u.LIST:return{...e,values:e.values.map(tn)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function Js(e){return e.map(t=>({...t,value:tn(t.value)})).sort((t,n)=>Ye(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 mr(e){let t=new dr,n=new Map;return{SelectionSet(r){let i=Hs(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 Hs(e,t,n,r,i){let s=[],[o,a]=sn(e,t,r,i);if(Ks(e,s,t,n,o),a.length!==0)for(let c=0;c<a.length;c++){nn(e,s,t,n,!1,o,a[c]);for(let p=c+1;p<a.length;p++)rn(e,s,t,n,!1,a[c],a[p])}return s}function nn(e,t,n,r,i,s,o){let a=e.getFragment(o);if(!a)return;let[c,p]=fr(e,n,a);if(s!==c){hr(e,t,n,r,i,s,c);for(let l of p)r.has(l,o,i)||(r.add(l,o,i),nn(e,t,n,r,i,s,l))}}function rn(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]=fr(e,n,a),[d,h]=fr(e,n,c);hr(e,t,n,r,i,p,d);for(let T of h)rn(e,t,n,r,i,s,T);for(let T of l)rn(e,t,n,r,i,T,o)}function zs(e,t,n,r,i,s,o,a){let c=[],[p,l]=sn(e,t,i,s),[d,h]=sn(e,t,o,a);hr(e,c,t,n,r,p,d);for(let T of h)nn(e,c,t,n,r,p,T);for(let T of l)nn(e,c,t,n,r,d,T);for(let T of l)for(let N of h)rn(e,c,t,n,r,T,N);return c}function Ks(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 hr(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 Oe=c.name.value,ae=d.name.value;if(Oe!==ae)return[[i,`"${Oe}" and "${ae}" are different fields`],[c],[d]];if(!Xs(c,d))return[[i,"they have differing arguments"],[c],[d]]}let N=p?.type,D=h?.type;if(N&&D&&lr(N,D))return[[i,`they return conflicting types "${y(N)}" and "${y(D)}"`],[c],[d]];let $=c.selectionSet,Z=d.selectionSet;if($&&Z){let Oe=zs(e,t,n,T,B(N),$,B(D),Z);return Ws(Oe,i,c,d)}}function Xs(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 x(tn(e))}function lr(e,t){return A(e)?A(t)?lr(e.ofType,t.ofType):!0:A(t)?!0:b(e)?b(t)?lr(e.ofType,t.ofType):!0:b(t)?!0:J(e)||J(t)?e!==t:!1}function sn(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 fr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=P(e.getSchema(),n.typeCondition);return sn(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)||_(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?P(e.getSchema(),o):t;Si(e,a,s.selectionSet,r,i);break}}}function Ws(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 dr=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 yr(e){return{InlineFragment(t){let n=e.getType(),r=e.getParentType();if(re(n)&&re(r)&&!$n(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=Zs(e,n),i=e.getParentType();if(r&&i&&!$n(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 Zs(e,t){let n=e.getFragment(t);if(n){let r=P(e.getSchema(),n.typeCondition);if(re(r))return r}}function Tr(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Re(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=eo[o.kind]:a&&(c=to(a)),c){if(c!==i.kind){let p=no(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=K(s,p);e.reportError(new f(`Cannot extend type "${s}" because it is not defined.`+H(l),{nodes:i.name}))}}}var eo={[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 to(e){if(le(e))return u.SCALAR_TYPE_EXTENSION;if(O(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(q(e))return u.UNION_TYPE_EXTENSION;if(V(e))return u.ENUM_TYPE_EXTENSION;if(L(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function no(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:k(!1,"Unexpected kind: "+y(e))}}function gr(e){return{...Er(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)&&Ne(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 Er(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:de;for(let a of i)n[a.name]=ce(a.args.filter(Ne),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]=ce(c.filter(ro),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 D=Ke(N.type)?y(N.type):x(N.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${D}" is required, but it was not provided.`,{nodes:a}))}}}}}}function ro(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Nr(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(J(B(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 on(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Ce(e,t,n){return{prev:e,key:t,typename:n}}function te(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function _i(e,t,n=io){return It(e,t,n,void 0)}function io(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${on(e)}"`),n.message=r+": "+n.message,n}function It(e,t,n,r){if(b(t)){if(e!=null)return It(e,t.ofType,n,r);n(te(r),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(A(t)){let i=t.ofType;return Ze(e)?Array.from(e,(s,o)=>{let a=Ce(r,o,void 0);return It(s,i,n,a)}):[It(e,i,n,r)]}if(L(t)){if(!M(e)){n(te(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(te(r),e,new f(`Field "${o.name}" of required type "${c}" was not provided.`))}continue}i[o.name]=It(a,o.type,n,Ce(r,o.name,t.name))}for(let o of Object.keys(e))if(!s[o]){let a=K(o,Object.keys(t.getFields()));n(te(r),e,new f(`Field "${o}" is not defined by type "${t.name}".`+H(a)))}return i}if(J(t)){let i;try{i=t.parseValue(e)}catch(s){s instanceof f?n(te(r),e,s):n(te(r),e,new f(`Expected type "${t.name}". `+s.message,{originalError:s}));return}return i===void 0&&n(te(r),e,new f(`Expected type "${t.name}".`)),i}k(!1,"Unexpected input type: "+y(t))}function Pe(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:Pe(e,t.ofType,n);if(e.kind===u.NULL)return null;if(A(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=Pe(o,r,n);if(a===void 0)return;s.push(a)}return s}let i=Pe(e,r,n);return i===void 0?void 0:[i]}if(L(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=ce(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=Pe(o.value,s.type,n);if(a===void 0)return;r[s.name]=a}return r}if(J(t)){let r;try{r=t.parseLiteral(e,n)}catch{return}return r===void 0?void 0:r}k(!1,"Unexpected input type: "+y(t))}}function xi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function vr(e,t,n,r){let i=[],s=r?.maxErrors;try{let o=so(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 so(e,t,n,r){let i={};for(let s of t){let o=s.variable.name.value,a=P(e,s.type);if(!Y(a)){let p=x(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]=Pe(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}${on(p)}"`),r(new f(h+"; "+d.message,{nodes:s,originalError:d}))})}return i}function an(e,t,n){var r;let i={},s=(r=t.arguments)!==null&&r!==void 0?r:[],o=ce(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=Pe(d,p,n);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${x(d)}.`,{nodes:d});i[c]=T}return i}function cn(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 an(e,i,n)}function Li(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function pn(e,t,n,r,i){let s=new Map;return un(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&&un(e,t,n,r,a.selectionSet,s,o);return s}function un(e,t,n,r,i,s,o){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!Ir(n,a))continue;let c=oo(a),p=s.get(c);p!==void 0?p.push(a):s.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Ir(n,a)||!Ai(e,a,r))continue;un(e,t,n,r,a.selectionSet,s,o);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(o.has(c)||!Ir(n,a))continue;o.add(c);let p=t[c];if(!p||!Ai(e,p,r))continue;un(e,t,n,r,p.selectionSet,s,o);break}}}function Ir(e,t){let n=cn(Jt,t,e);if(n?.if===!0)return!1;let r=cn(Yt,t,e);return r?.if!==!1}function Ai(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=P(e,r);return i===n?!0:W(i)?e.isSubType(i,n):!1}function oo(e){return e.alias?e.alias.value:e.name.value}function br(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=pn(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 nt(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 Rr(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=nt(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 ln(e){return{Field:t,Directive:t};function t(n){var r;let i=(r=n.arguments)!==null&&r!==void 0?r:[],s=nt(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 Or(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 fn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():de;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(Re(a)||Wt(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 Sr(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];V(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 _r(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;ao(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 ao(e,t){return O(e)||_(e)||L(e)?e.getFields()[t]!=null:!1}function xr(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 dn(e){let t=[],n=Object.create(null);return{ObjectValue:{enter(){t.push(n),n=Object.create(null)},leave(){let r=t.pop();r||k(!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 Lr(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 Ar(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 wr(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 Dr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=nt(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 Fr(e){return{ListValue(t){let n=Xe(e.getParentInputType());if(!A(n))return Ue(e,t),!1},ObjectValue(t){let n=B(e.getInputType());if(!L(n))return Ue(e,t),!1;let r=ce(t.fields,i=>i.name.value);for(let i of Object.values(n.getFields()))if(!r[i.name]&&We(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=B(e.getParentInputType());if(!e.getInputType()&&L(n)){let i=K(t.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${t.name.value}" is not defined by type "${n.name}".`+H(i),{nodes:t}))}},NullValue(t){let n=e.getInputType();b(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${x(t)}.`,{nodes:t}))},EnumValue:t=>Ue(e,t),IntValue:t=>Ue(e,t),FloatValue:t=>Ue(e,t),StringValue:t=>Ue(e,t),BooleanValue:t=>Ue(e,t)}}function Ue(e,t){let n=e.getInputType();if(!n)return;let r=B(n);if(!J(r)){let i=y(n);e.reportError(new f(`Expected value of type "${i}", found ${x(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 ${x(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 ${x(t)}; `+i.message,{nodes:t,originalError:i}))}}function kr(e){return{VariableDefinition(t){let n=P(e.getSchema(),t.type);if(n!==void 0&&!Y(n)){let r=t.variable.name.value,i=x(t.type);e.reportError(new f(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Cr(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=P(p,c.type);if(l&&!co(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 co(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 Ie(e,t,a)}return Ie(e,t,r)}var rt=Object.freeze([Zn,Lr,sr,br,en,tr,kr,Nr,er,xr,ir,ur,yr,ar,Dr,cr,pr,Zt,fn,nr,ln,Fr,gr,Cr,mr,dn]),uo=Object.freeze([or,Ar,wr,Sr,_r,Rr,Or,en,Zt,fn,Tr,rr,ln,dn,Er]);var Pr=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 bt=class extends Pr{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 tt(this._schema);_e(t,Xt(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 mn(e,t,n=rt,r,i=new tt(e)){var s;let o=(s=r?.maxErrors)!==null&&s!==void 0?s:100;t||R(!1,"Must provide document."),vt(e);let a=Object.freeze({}),c=[],p=new bt(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=kn(n.map(d=>d(p)));try{_e(t,Xt(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 Ur(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=ne(r)?r.then(s=>t(s,i)):t(r,i);return r}function ki(e){return e instanceof Error?e:new Vr(e)}var Vr=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function it(e,t,n){var r;let i=ki(e);return po(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 po(e){return Array.isArray(e.path)}var lo=Di((e,t,n)=>wi(e.schema,e.fragments,e.variableValues,t,n));function En(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;fo(t,n,r);let s=mo(e);if(!("schema"in s))return{errors:s};try{let{operation:o}=s,a=ho(s,o,i);return ne(a)?a.then(c=>hn(c,s.errors),c=>(s.errors.push(c),hn(null,s.errors))):hn(a,s.errors)}catch(o){return s.errors.push(o),hn(null,s.errors)}}function hn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function fo(e,t,n){t||R(!1,"Must provide document."),vt(e),n==null||M(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 mo(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 $ of i.definitions)switch($.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=$}else((t=$.name)===null||t===void 0?void 0:t.value)===c&&(h=$);break;case u.FRAGMENT_DEFINITION:T[$.name.value]=$;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:[],D=vr(r,N,a??{},{maxErrors:50});return D.errors?D.errors:{schema:r,fragments:T,rootValue:s,contextValue:o,operation:h,variableValues:D.coerced,fieldResolver:p??gn,typeResolver:l??Mr,subscribeFieldResolver:d??gn,errors:[]}}function ho(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=pn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),s=void 0;switch(t.operation){case F.QUERY:return yn(e,r,n,s,i);case F.MUTATION:return yo(e,r,n,s,i);case F.SUBSCRIPTION:return yn(e,r,n,s,i)}}function yo(e,t,n,r,i){return Fi(i.entries(),(s,[o,a])=>{let c=Ce(r,o,t.name),p=Ui(e,t,n,a,c);return p===void 0?s:ne(p)?p.then(l=>(s[o]=l,s)):(s[o]=p,s)},Object.create(null))}function yn(e,t,n,r,i){let s=Object.create(null),o=!1;try{for(let[a,c]of i.entries()){let p=Ce(r,a,t.name),l=Ui(e,t,n,c,p);l!==void 0&&(s[a]=l,ne(l)&&(o=!0))}}catch(a){if(o)return Ur(s).finally(()=>{throw a});throw a}return o?Ur(s):s}function Ui(e,t,n,r,i){var s;let o=vo(e.schema,t,r[0]);if(!o)return;let a=o.type,c=(s=o.resolve)!==null&&s!==void 0?s:e.fieldResolver,p=To(e,o,r,t,i);try{let l=an(o,r[0],e.variableValues),d=e.contextValue,h=c(n,l,d,p),T;return ne(h)?T=h.then(N=>Rt(e,a,r,p,i,N)):T=Rt(e,a,r,p,i,h),ne(T)?T.then(void 0,N=>{let D=it(N,r,te(i));return Tn(D,a,e)}):T}catch(l){let d=it(l,r,te(i));return Tn(d,a,e)}}function To(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 Tn(e,t,n){if(b(t))throw e;return n.errors.push(e),null}function Rt(e,t,n,r,i,s){if(s instanceof Error)throw s;if(b(t)){let o=Rt(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(A(t))return go(e,t,n,r,i,s);if(J(t))return Eo(t,s);if(W(t))return No(e,t,n,r,i,s);if(O(t))return $r(e,t,n,r,i,s);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function go(e,t,n,r,i,s){if(!Ze(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=Ce(i,l,void 0);try{let h;return ne(p)?h=p.then(T=>Rt(e,o,n,r,d,T)):h=Rt(e,o,n,r,d,p),ne(h)?(a=!0,h.then(void 0,T=>{let N=it(T,n,te(d));return Tn(N,o,e)})):h}catch(h){let T=it(h,n,te(d));return Tn(T,o,e)}});return a?Promise.all(c):c}function Eo(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 No(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 ne(p)?p.then(l=>$r(e,Ci(l,e,t,n,r,s),n,r,i,s)):$r(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 $r(e,t,n,r,i,s){let o=lo(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(s,e.contextValue,r);if(ne(a))return a.then(c=>{if(!c)throw Pi(t,s,n);return yn(e,t,s,i,o)});if(!a)throw Pi(t,s,n)}return yn(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 Mr=function(e,t,n,r){if(M(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(ne(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})},gn=function(e,t,n,r){if(M(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function vo(e,t,n){let r=n.name.value;return r===Ae.name&&e.getQueryType()===t?Ae:r===we.name&&e.getQueryType()===t?we:r===De.name?De:t.getFields()[r]}import{capitalize as Xo,getDataType as ji,isResourceType as Wo}from"@medplum/core";import{getReferenceString as Yo,getSearchParameters as Jo,Operator as Ho,parseSearchRequest as zo}from"@medplum/core";var Nn={base64Binary:E,boolean:j,canonical:E,code:E,date:E,dateTime:E,decimal:se,id:fe,instant:E,integer:se,markdown:E,number:se,oid:E,positiveInt:se,string:E,time:E,unsignedInt:se,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":se,"http://hl7.org/fhirpath/System.Integer":se,"http://hl7.org/fhirpath/System.String":E,"http://hl7.org/fhirpath/System.Time":E};function Gr(e,t,n){let r;if(t){let s=n._reference;delete n._reference,r={code:s,operator:Ho.EQUALS,value:Yo(t)}}n=Object.fromEntries(Object.entries(n).map(([s,o])=>[Ko(s),o]));let i=zo(e,n);if(r){let s=i.filters||[];i.filters=[r,...s]}return i}function Ko(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function jr(e){return e.replaceAll("-","_")}async function vn(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-4),o=Gr(s,e,t);return(await n.repo.search(o)).entry?.map(c=>c.resource)}function Ot(e){let t={_count:{type:ie,description:"Specify how many elements to return from a repeating list."},_offset:{type:ie,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=Jo(e);if(n)for(let[r,i]of Object.entries(n))t[jr(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={...Nn};function St(e,t){let n=Gi[e];return n||(n=Zo(e,t),Gi[e]=n),n}function Zo(e,t){let n=ji(e);return new Le({name:e+t,description:n.description,fields:()=>ea(e,t)})}function ea(e,t){let n={};if(Wo(e)){let r={description:"The type of resource",type:E};n.resourceType=r}return ta(e,n,t),n}function ta(e,t,n){let r=ji(e);for(let[i,s]of Object.entries(r.elements))for(let o of s.type)na(t,i,s,o,n)}function na(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:St(s,i)};n.max>1&&(o.type=new w(new I(St(s,i)))),n.min>0&&!t.endsWith("[x]")&&(o.type=new I(o.type));let a=t.split(".").pop().replace("[x]",Xo(r.code));e[a]=o}import{capitalize as Qi,evalFhirPathTyped as ra,getDataType as Bi,getResourceTypes as qi,getSearchParameters as ia,isLowerCase as sa,isReference as oa,isResourceTypeSchema as aa,normalizeOperationOutcome as ca,OperationOutcomeError as ua,toJsBoolean as pa,toTypedValue as la,tryGetDataType as fa}from"@medplum/core";var In={...Nn};function Ve(e){let t=In[e];return t||(t=Qr(e),In[e]=t),t}function Qr(e){if(e==="ResourceList")return new xe({name:"ResourceList",types:()=>qi().map(Ve).filter(n=>!!n),resolveType:Ia});let t=Bi(e);return new G({name:e,description:t.description,fields:()=>da(e)})}function da(e){let t={};return ma(e,t),ga(e,t),t}function ma(e,t){let n=Bi(e);aa(n)&&(t.resourceType={type:new I(E),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:Ve("ResourceList"),resolve:va});for(let[r,i]of Object.entries(n.elements))for(let s of i.type)ha(t,r,i,s)}function ha(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:Ea(n,i,t),resolve:Na};n.max>1&&(s.args=ya(i));let o=t.split(".").pop().replace("[x]",Qi(r.code));e[o]=s}function ya(e){let t={_count:{type:ie,description:"Specify how many elements to return from a repeating list."},_offset:{type:ie,description:"Specify the offset to start at for a repeating element."}};if(!sa(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=fa(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let s of i.type)Ta(t,r,i,s)}return t}function Ta(e,t,n,r){let i=r.code,s=t.replace("[x]",Qi(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 ga(e,t){for(let n of qi()){let r=Ve(n),i=ia(n),s={},o=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(s[jr(a)]={value:a},o++);if(o>0){let a=new ye({name:e+"_"+n+"_reference",values:s}),c=Ot(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new w(r),args:c,resolve:vn}}}}function Ea(e,t,n){let r=Ve(t);return e.max>1&&(r=new w(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function Na(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=>pa(ra(a,[la(l)])))),s&&(p=p.slice(s)),o&&(p=p.slice(0,o)),p}async function va(e,t,n){if(oa(e))try{return await n.dataLoader.load(e)}catch(r){throw new ua(ca(r),r)}}function Ia(e){let t=e?.resourceType;if(t)return Ve(t).name}var La=new Sa,Br;async function Ji(e,t,n){let{query:r,operationName:i,variables:s}=e.body;if(!r)return[_t("Must provide query.")];let o;try{o=Pt(r)}catch{return[_t("GraphQL syntax error.")]}let a=wa(),c=[...rt,Ga],p=mn(a,o,c);if(p.length>0)return[Mi(p)];let l=Aa(r);if(l&&!n.options?.introspectionEnabled)return[Oa];let d=new xa(T=>t.readReferences(T)),h=l&&La.get(r);return h||(h=await En({schema:a,document:o,contextValue:{repo:t,dataLoader:d},operationName:i,variableValues:s})),[ba,h]}function Aa(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function wa(){return Br||(Br=Da()),Br}function Da(){for(let n of Yi())In[n]=Qr(n);let e={},t={};for(let n of Yi()){let r=Ve(n);e[n]={type:r,args:{id:{type:new I(fe),description:n+" ID"}},resolve:Ua},e[n+"List"]={type:new w(r),args:Ot(n),resolve:vn},e[n+"Connection"]={type:Ca(n,r),args:Ot(n),resolve:Pa},t[n+"Create"]={type:r,args:Fa(n),resolve:Va},t[n+"Update"]={type:r,args:ka(n),resolve:$a},t[n+"Delete"]={type:r,args:{id:{type:new I(fe),description:n+" ID"}},resolve:Ma}}return new Fe({query:new G({name:"QueryType",fields:e}),mutation:new G({name:"MutationType",fields:t})})}function Fa(e){return{res:{type:new I(St(e,"Create")),description:e+" Create"}}}function ka(e){return{id:{type:new I(fe),description:e+" ID"},res:{type:new I(St(e,"Update")),description:e+" Update"}}}function Ca(e,t){return new G({name:e+"Connection",fields:{count:{type:ie},offset:{type:ie},pageSize:{type:ie},first:{type:E},previous:{type:E},next:{type:E},last:{type:E},edges:{type:new w(new G({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:se},resource:{type:t}}}))}}})}async function Pa(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-10),o=Gr(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||Ra,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 bn(_a(i),i)}}async function Va(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res;if(o.resourceType!==s)throw new bn(_t("Invalid resourceType"));return n.repo.createResource(o)}async function $a(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6),o=t.res,a=t.id;if(o.resourceType!==s)throw new bn(_t("Invalid resourceType"));if(a!==o.id)throw new bn(_t("Invalid ID"));return n.repo.updateResource(o)}async function Ma(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6);await n.repo.deleteResource(s,t.id)}var Ga=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 Rn=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=ja(o,t,r);a>s&&(i=o,s=a)}if(i)return{handler:i.handler,params:Qa(i,r)}}};function ja(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 Qa(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 Ha(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[xt("Not a bundle")];let i=await Xr(n,t,r);return[Te,i]}async function za(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search(qr(n,r));return[Te,i]}async function Ka(e,t){let n=e.query,r=qr("MultipleTypes",n);if(!r.types||r.types.length===0)return[xt("No types specified")];let i=await t.search(r);return[Te,i]}async function Xa(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search(qr(n,r));return[Te,i]}async function Wa(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[xt(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[qa,i]}async function Za(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[Te,i]}async function ec(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[Te,i]}async function tc(e,t){let{resourceType:n,id:r,vid:i}=e.params,s=await t.readVersion(n,r,i);return[Te,s]}async function nc(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[xt("Incorrect resource type")];if(i.id!==r)return[xt("Incorrect ID")];let s=await t.updateResource(i,sc(e.headers?.["if-match"]));return[Te,s]}async function rc(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[Te]}async function ic(e,t){let{resourceType:n,id:r}=e.params,i=e.body,s=await t.patchResource(n,r,i);return[Te,s]}var Hi=class extends Ba{constructor(n={}){super();this.router=new Rn;this.options=n,this.router.add("GET","",Ka),this.router.add("POST","",Ha),this.router.add("GET",":resourceType",za),this.router.add("POST",":resourceType/_search",Xa),this.router.add("POST",":resourceType",Wa),this.router.add("GET",":resourceType/:id",Za),this.router.add("GET",":resourceType/:id/_history",ec),this.router.add("GET",":resourceType/:id/_history/:vid",tc),this.router.add("PUT",":resourceType/:id",nc),this.router.add("DELETE",":resourceType/:id",rc),this.router.add("PATCH",":resourceType/:id",ic),this.router.add("POST","$graphql",Ji)}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[Ja];let{handler:s,params:o}=i;n.params=o;try{return await s(n,r,this)}catch(a){return[Ya(a)]}}};function sc(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}import{OperationOutcomeError as $e,badRequest as zi,deepClone as Me,evalFhirPath as Ki,generateId as Xi,globalSchema as oc,matchesSearchRequest as ac,normalizeOperationOutcome as cc,notFound as Yr,preconditionFailed as uc}from"@medplum/core";import{applyPatch as pc}from"rfc6902";var Jr=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)??[]}},Wi=class extends Jr{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}async createResource(t){let n=Me(t);n.id||(n.id=Xi()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=Xi()),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),Me(n)}updateResource(t,n){let r=Me(t);if(n&&r.meta?.versionId!==n)throw new $e(uc);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=pc(i,r).filter(Boolean);if(s.length>0)throw new $e(zi(s.map(o=>o.message).join(`
54
+ `)))}catch(s){throw new $e(cc(s))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new $e(Yr);return Me(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new $e(zi("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:Me(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 $e(Yr);return Me(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let o of r.values())ac(o,t)&&i.push(o);let s=i.map(o=>({resource:Me(o)}));if(t.sortRules)for(let o of t.sortRules)s=s.sort((a,c)=>lc(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 $e(Yr);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},lc=(e,t,n)=>{let i=oc.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let s=JSON.stringify(Ki(i,e)),o=JSON.stringify(Ki(i,t));return s.localeCompare(o)*(n.descending?-1:1)};export{Jr as BaseRepository,Hi as FhirRouter,Wi as MemoryRepository,Rn as Router};
55
55
  //# sourceMappingURL=index.mjs.map