@medplum/fhir-router 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
- import{EventTarget as ac,allOk as ge,badRequest as Ge,created as cc,normalizeOperationOutcome as uc,notFound as pc,parseSearchRequest as Rn}from"@medplum/core";import{allOk as rs,badRequest as oe,getReferenceString as Zr,getStatus as is,isOk as ss,normalizeOperationOutcome as os,OperationOutcomeError as ue,parseSearchRequest as as,resolveId as cs}from"@medplum/core";async function ei(e,t,n){return new _n(e,t,n).processBatch()}var _n=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 ue(oe("Missing bundle type"));if(t!=="batch"&&t!=="transaction")throw new ue(oe("Unrecognized bundle type"));let n=this.bundle.entry;if(!n)throw new ue(oe("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(os(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(as(`${t.resource.resourceType}?${n.ifNoneExist}`))).entry;if(a.length>1)return Lt(oe("Multiple matches"));if(a.length===1){let p=a[0].resource;return t.fullUrl&&this.addReplacementId(t.fullUrl,p),Lt(rs,p)}let c={type:"warn",message:"Conditional mutation in batch",data:{method:n.method,url:n.url}};this.router.dispatchEvent(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 ue(oe("Missing entry.request"));if(!t.request.method)throw new ue(oe("Missing entry.request.method"));if(!t.request.url)throw new ue(oe("Missing entry.request.url"))}parsePatchBody(t){let n=t.resource;if(!n)throw new ue(oe("Missing entry.resource"));if(n.resourceType!=="Binary")throw new ue(oe("Patch resource must be a Binary"));if(!n.data)throw new ue(oe("Missing entry.resource.data"));let r=JSON.parse(Buffer.from(n.data,"base64").toString("utf8"));if(!r)throw new ue(oe("Empty patch body"));if(!Array.isArray(r))throw new ue(oe("Patch body must be an array"));return this.rewriteIdsInArray(r)}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=cs({reference:o})),o?t.replaceAll(i,o):t}}return t}};function Lt(e,t){return{response:{outcome:e,status:is(e).toString(),location:ss(e)&&t?.id?Zr(t):void 0},resource:t}}import{allOk as Ua,badRequest as xt,DEFAULT_SEARCH_COUNT as Va,forbidden as Ga,getResourceTypes as es,LRUCache as ja,normalizeOperationOutcome as Qa,OperationOutcomeError as bn}from"@medplum/core";import Ba from"dataloader";function O(e,t){if(!!!e)throw new Error(t)}function ne(e){return typeof e?.then=="function"}function G(e){return typeof e=="object"&&e!==null}function k(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var us=/\r\n|[\n\r]/g;function je(e,t){let n=0,r=1;for(let i of e.body.matchAll(us)){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 xn(e){return wt(e.source,je(e.source,e.start))}function wt(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
- `,f=r.split(/\r\n|[\n\r]/g),d=f[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,v=[];for(let D=0;D<d.length;D+=80)v.push(d.slice(D,D+80));return p+ti([[`${o} |`,v[0]],...v.slice(1,h+1).map(D=>["|",D]),["|","^".padStart(T)],["|",v[h+1]]])}return p+ti([[`${o-1} |`,f[i-1]],[`${o} |`,d],["|","^".padStart(c)],[`${o+1} |`,f[i+1]]])}function ti(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 ps(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 l=class e extends Error{constructor(t,...n){var r,i,s;let{nodes:o,source:a,positions:c,path:p,originalError:f,extensions:d}=ps(n);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=f??void 0,this.nodes=ni(Array.isArray(o)?o:o?[o]:void 0);let h=ni((r=this.nodes)===null||r===void 0?void 0:r.map(v=>v.loc).filter(v=>v!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(v=>v.start),this.locations=c&&a?c.map(v=>je(a,v)):h?.map(v=>je(v.source,v.start));let T=G(f?.extensions)?f?.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}}),f!=null&&f.stack?Object.defineProperty(this,"stack",{value:f.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 lc,allOk as ge,badRequest as Ge,created as fc,normalizeOperationOutcome as dc,notFound as mc,parseSearchRequest as Rn}from"@medplum/core";import{allOk as io,badRequest as se,getReferenceString as ti,getStatus as oo,isOk as so,normalizeOperationOutcome as ao,OperationOutcomeError as ue,parseSearchRequest as co,resolveId as uo}from"@medplum/core";async function ni(e,t,n){return new _n(e,t,n).processBatch()}var _n=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 ue(se("Missing bundle type"));if(t!=="batch"&&t!=="transaction")throw new ue(se("Unrecognized bundle type"));let n=this.bundle.entry;if(!n)throw new ue(se("Missing bundle entry"));let r=[],i=0,o=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){o++,r.push(Lt(ao(p)))}}let s={type:"batch",bundleType:t,count:i,errors:o,size:JSON.stringify(this.bundle).length};return this.router.dispatchEvent(s),{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(co(`${t.resource.resourceType}?${n.ifNoneExist}`))).entry;if(a.length>1)return Lt(se("Multiple matches"));if(a.length===1){let p=a[0].resource;return t.fullUrl&&this.addReplacementId(t.fullUrl,p),Lt(io,p)}let c={type:"warn",message:"Conditional mutation in batch",data:{method:n.method,url:n.url}};this.router.dispatchEvent(c)}let r=t.resource;n.method==="PATCH"&&(r=this.parsePatchBody(t));let i=new URL(n.url,"https://example.com/"),o=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&&o.length===2&&this.addReplacementId(t.fullUrl,o[1]),Lt(o[0],o[1])}validateEntry(t){if(!t.request)throw new ue(se("Missing entry.request"));if(!t.request.method)throw new ue(se("Missing entry.request.method"));if(!t.request.url)throw new ue(se("Missing entry.request.url"))}parsePatchBody(t){let n=t.resource;if(!n)throw new ue(se("Missing entry.resource"));if(n.resourceType!=="Binary")throw new ue(se("Patch resource must be a Binary"));if(!n.data)throw new ue(se("Missing entry.resource.data"));let r=JSON.parse(Buffer.from(n.data,"base64").toString("utf8"));if(!r)throw new ue(se("Empty patch body"));if(!Array.isArray(r))throw new ue(se("Patch body must be an array"));return this.rewriteIdsInArray(r)}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 s={type:"warn",message:"Invalid internal reference in batch"};this.router.dispatchEvent(s)}let i=r[0],o=this.ids[i];if(o){let s=ti(o);return n&&(s=uo({reference:s})),s?t.replaceAll(i,s):t}}return t}};function Lt(e,t){return{response:{outcome:e,status:oo(e).toString(),location:so(e)&&t?.id?ti(t):void 0},resource:t}}import{allOk as ja,badRequest as xt,DEFAULT_SEARCH_COUNT as Qa,forbidden as Ba,getResourceTypes as to,LRUCache as qa,normalizeOperationOutcome as Ya,OperationOutcomeError as bn}from"@medplum/core";import Ja from"dataloader";function O(e,t){if(!!!e)throw new Error(t)}function ne(e){return typeof e?.then=="function"}function G(e){return typeof e=="object"&&e!==null}function k(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var po=/\r\n|[\n\r]/g;function je(e,t){let n=0,r=1;for(let i of e.body.matchAll(po)){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 xn(e){return wt(e.source,je(e.source,e.start))}function wt(e,t){let n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,o=e.locationOffset.line-1,s=t.line+o,a=t.line===1?n:0,c=t.column+a,p=`${e.name}:${s}:${c}
2
+ `,f=r.split(/\r\n|[\n\r]/g),d=f[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,v=[];for(let D=0;D<d.length;D+=80)v.push(d.slice(D,D+80));return p+ri([[`${s} |`,v[0]],...v.slice(1,h+1).map(D=>["|",D]),["|","^".padStart(T)],["|",v[h+1]]])}return p+ri([[`${s-1} |`,f[i-1]],[`${s} |`,d],["|","^".padStart(c)],[`${s+1} |`,f[i+1]]])}function ri(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 lo(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 l=class e extends Error{constructor(t,...n){var r,i,o;let{nodes:s,source:a,positions:c,path:p,originalError:f,extensions:d}=lo(n);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=f??void 0,this.nodes=ii(Array.isArray(s)?s:s?[s]:void 0);let h=ii((r=this.nodes)===null||r===void 0?void 0:r.map(v=>v.loc).filter(v=>v!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(v=>v.start),this.locations=c&&a?c.map(v=>je(a,v)):h?.map(v=>je(v.source,v.start));let T=G(f?.extensions)?f?.extensions:void 0;this.extensions=(o=d??T)!==null&&o!==void 0?o: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}}),f!=null&&f.stack?Object.defineProperty(this,"stack",{value:f.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
5
  `+xn(n.loc));else if(this.source&&this.locations)for(let n of this.locations)t+=`
6
6
 
7
- `+wt(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 ni(e){return e===void 0||e.length===0?void 0:e}function C(e,t,n){return new l(`Syntax Error: ${n}`,{source:e,positions:[t]})}var ot=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}}},Qe=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}}},Ln={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"]},ls=new Set(Object.keys(Ln));function at(e){let t=e?.kind;return typeof t=="string"&&ls.has(t)}var F;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(F||(F={}));var N;(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"})(N||(N={}));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 At(e){return e===9||e===32}function Be(e){return e>=48&&e<=57}function ri(e){return e>=97&&e<=122||e>=65&&e<=90}function ct(e){return ri(e)||e===95}function Dt(e){return ri(e)||Be(e)||e===95}function ii(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=fs(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 fs(e){let t=0;for(;t<e.length&&At(e.charCodeAt(t));)++t;return t}function si(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||At(T.charCodeAt(0))),o=n.endsWith('\\"""'),a=e.endsWith('"')&&!o,c=e.endsWith("\\"),p=a||c,f=!(t!=null&&t.minimize)&&(!i||e.length>70||p||s||o),d="",h=i&&At(e.charCodeAt(0));return(f&&!h||s)&&(d+=`
7
+ `+wt(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 ii(e){return e===void 0||e.length===0?void 0:e}function C(e,t,n){return new l(`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}}},Qe=class{constructor(t,n,r,i,o,s){this.kind=t,this.start=n,this.end=r,this.line=i,this.column=o,this.value=s,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}}},Ln={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"]},fo=new Set(Object.keys(Ln));function at(e){let t=e?.kind;return typeof t=="string"&&fo.has(t)}var F;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(F||(F={}));var N;(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"})(N||(N={}));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 At(e){return e===9||e===32}function Be(e){return e>=48&&e<=57}function oi(e){return e>=97&&e<=122||e>=65&&e<=90}function ct(e){return oi(e)||e===95}function Dt(e){return oi(e)||Be(e)||e===95}function si(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let s=0;s<e.length;++s){var o;let a=e[s],c=mo(a);c!==a.length&&(r=(o=r)!==null&&o!==void 0?o:s,i=s,s!==0&&c<n&&(n=c))}return e.map((s,a)=>a===0?s:s.slice(n)).slice((t=r)!==null&&t!==void 0?t:0,i+1)}function mo(e){let t=0;for(;t<e.length&&At(e.charCodeAt(t));)++t;return t}function ai(e,t){let n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),i=r.length===1,o=r.length>1&&r.slice(1).every(T=>T.length===0||At(T.charCodeAt(0))),s=n.endsWith('\\"""'),a=e.endsWith('"')&&!s,c=e.endsWith("\\"),p=a||c,f=!(t!=null&&t.minimize)&&(!i||e.length>70||p||o||s),d="",h=i&&At(e.charCodeAt(0));return(f&&!h||o)&&(d+=`
8
8
  `),d+=n,(f||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 pt=class{constructor(t){let n=new Qe(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=ds(this,t.end);t.next=n,n.prev=t,t=n}while(t.kind===m.COMMENT);return t}};function ai(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 qe(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Ft(e,t){return ci(e.charCodeAt(t))&&ui(e.charCodeAt(t+1))}function ci(e){return e>=55296&&e<=56319}function ui(e){return e>=56320&&e<=57343}function _e(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 $(e,t,n,r,i){let s=e.line,o=1+n-e.lineStart;return new Qe(t,n,r,s,o,i)}function ds(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 ms(e,i);case 33:return $(e,m.BANG,i,i+1);case 36:return $(e,m.DOLLAR,i,i+1);case 38:return $(e,m.AMP,i,i+1);case 40:return $(e,m.PAREN_L,i,i+1);case 41:return $(e,m.PAREN_R,i,i+1);case 46:if(n.charCodeAt(i+1)===46&&n.charCodeAt(i+2)===46)return $(e,m.SPREAD,i,i+3);break;case 58:return $(e,m.COLON,i,i+1);case 61:return $(e,m.EQUALS,i,i+1);case 64:return $(e,m.AT,i,i+1);case 91:return $(e,m.BRACKET_L,i,i+1);case 93:return $(e,m.BRACKET_R,i,i+1);case 123:return $(e,m.BRACE_L,i,i+1);case 124:return $(e,m.PIPE,i,i+1);case 125:return $(e,m.BRACE_R,i,i+1);case 34:return n.charCodeAt(i+1)===34&&n.charCodeAt(i+2)===34?vs(e,i):ys(e,i)}if(Be(s)||s===45)return hs(e,i,s);if(ct(s))return Ns(e,i);throw C(e.source,i,s===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:qe(s)||Ft(n,i)?`Unexpected character: ${_e(e,i)}.`:`Invalid character: ${_e(e,i)}.`)}return $(e,m.EOF,r,r)}function ms(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(qe(s))++i;else if(Ft(n,i))i+=2;else break}return $(e,m.COMMENT,t,i,n.slice(t+1,i))}function hs(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),Be(s))throw C(e.source,i,`Invalid number, unexpected digit after 0: ${_e(e,i)}.`)}else i=wn(e,i,s),s=r.charCodeAt(i);if(s===46&&(o=!0,s=r.charCodeAt(++i),i=wn(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=wn(e,i,s),s=r.charCodeAt(i)),s===46||ct(s))throw C(e.source,i,`Invalid number, expected digit but got: ${_e(e,i)}.`);return $(e,o?m.FLOAT:m.INT,t,i,r.slice(t,i))}function wn(e,t,n){if(!Be(n))throw C(e.source,t,`Invalid number, expected digit but got: ${_e(e,t)}.`);let r=e.source.body,i=t+1;for(;Be(r.charCodeAt(i));)++i;return i}function ys(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),$(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?Ts(e,i):gs(e,i):Es(e,i);o+=c.value,i+=c.size,s=i;continue}if(a===10||a===13)break;if(qe(a))++i;else if(Ft(n,i))i+=2;else throw C(e.source,i,`Invalid character within String: ${_e(e,i)}.`)}throw C(e.source,i,"Unterminated string.")}function Ts(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||!qe(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ut(s),r<0)break}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function gs(e,t){let n=e.source.body,r=oi(n,t+2);if(qe(r))return{value:String.fromCodePoint(r),size:6};if(ci(r)&&n.charCodeAt(t+6)===92&&n.charCodeAt(t+7)===117){let i=oi(n,t+8);if(ui(i))return{value:String.fromCodePoint(r,i),size:12}}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function oi(e,t){return ut(e.charCodeAt(t))<<12|ut(e.charCodeAt(t+1))<<8|ut(e.charCodeAt(t+2))<<4|ut(e.charCodeAt(t+3))}function ut(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Es(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 vs(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 f=$(e,m.BLOCK_STRING,t,s+3,ii(c).join(`
11
- `));return e.line+=c.length-1,e.lineStart=i,f}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(qe(p))++s;else if(Ft(n,s))s+=2;else throw C(e.source,s,`Invalid character within String: ${_e(e,s)}.`)}throw C(e.source,s,"Unterminated string.")}function Ns(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 $(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 Is(e,t);default:return String(e)}}function Is(e,t){if(e===null)return"null";if(t.includes(e))return"[Circular]";let n=[...t,e];if(bs(e)){let r=e.toJSON();if(r!==e)return typeof r=="string"?r:kt(r,n)}else if(Array.isArray(e))return Rs(e,n);return Os(e,n)}function bs(e){return typeof e.toJSON=="function"}function Os(e,t){let n=Object.entries(e);return n.length===0?"{}":t.length>2?"["+Ss(e)+"]":"{ "+n.map(([i,s])=>i+": "+kt(s,t)).join(", ")+" }"}function Rs(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 Ss(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 _s=globalThis.process&&process.env.NODE_ENV==="production",z=_s?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 pt=class{constructor(t){let n=new Qe(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=ho(this,t.end);t.next=n,n.prev=t,t=n}while(t.kind===m.COMMENT);return t}};function ui(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 qe(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Ft(e,t){return pi(e.charCodeAt(t))&&li(e.charCodeAt(t+1))}function pi(e){return e>=55296&&e<=56319}function li(e){return e>=56320&&e<=57343}function _e(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 P(e,t,n,r,i){let o=e.line,s=1+n-e.lineStart;return new Qe(t,n,r,o,s,i)}function ho(e,t){let n=e.source.body,r=n.length,i=t;for(;i<r;){let o=n.charCodeAt(i);switch(o){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 yo(e,i);case 33:return P(e,m.BANG,i,i+1);case 36:return P(e,m.DOLLAR,i,i+1);case 38:return P(e,m.AMP,i,i+1);case 40:return P(e,m.PAREN_L,i,i+1);case 41:return P(e,m.PAREN_R,i,i+1);case 46:if(n.charCodeAt(i+1)===46&&n.charCodeAt(i+2)===46)return P(e,m.SPREAD,i,i+3);break;case 58:return P(e,m.COLON,i,i+1);case 61:return P(e,m.EQUALS,i,i+1);case 64:return P(e,m.AT,i,i+1);case 91:return P(e,m.BRACKET_L,i,i+1);case 93:return P(e,m.BRACKET_R,i,i+1);case 123:return P(e,m.BRACE_L,i,i+1);case 124:return P(e,m.PIPE,i,i+1);case 125:return P(e,m.BRACE_R,i,i+1);case 34:return n.charCodeAt(i+1)===34&&n.charCodeAt(i+2)===34?Io(e,i):go(e,i)}if(Be(o)||o===45)return To(e,i,o);if(ct(o))return bo(e,i);throw C(e.source,i,o===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:qe(o)||Ft(n,i)?`Unexpected character: ${_e(e,i)}.`:`Invalid character: ${_e(e,i)}.`)}return P(e,m.EOF,r,r)}function yo(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let o=n.charCodeAt(i);if(o===10||o===13)break;if(qe(o))++i;else if(Ft(n,i))i+=2;else break}return P(e,m.COMMENT,t,i,n.slice(t+1,i))}function To(e,t,n){let r=e.source.body,i=t,o=n,s=!1;if(o===45&&(o=r.charCodeAt(++i)),o===48){if(o=r.charCodeAt(++i),Be(o))throw C(e.source,i,`Invalid number, unexpected digit after 0: ${_e(e,i)}.`)}else i=wn(e,i,o),o=r.charCodeAt(i);if(o===46&&(s=!0,o=r.charCodeAt(++i),i=wn(e,i,o),o=r.charCodeAt(i)),(o===69||o===101)&&(s=!0,o=r.charCodeAt(++i),(o===43||o===45)&&(o=r.charCodeAt(++i)),i=wn(e,i,o),o=r.charCodeAt(i)),o===46||ct(o))throw C(e.source,i,`Invalid number, expected digit but got: ${_e(e,i)}.`);return P(e,s?m.FLOAT:m.INT,t,i,r.slice(t,i))}function wn(e,t,n){if(!Be(n))throw C(e.source,t,`Invalid number, expected digit but got: ${_e(e,t)}.`);let r=e.source.body,i=t+1;for(;Be(r.charCodeAt(i));)++i;return i}function go(e,t){let n=e.source.body,r=n.length,i=t+1,o=i,s="";for(;i<r;){let a=n.charCodeAt(i);if(a===34)return s+=n.slice(o,i),P(e,m.STRING,t,i+1,s);if(a===92){s+=n.slice(o,i);let c=n.charCodeAt(i+1)===117?n.charCodeAt(i+2)===123?Eo(e,i):vo(e,i):No(e,i);s+=c.value,i+=c.size,o=i;continue}if(a===10||a===13)break;if(qe(a))++i;else if(Ft(n,i))i+=2;else throw C(e.source,i,`Invalid character within String: ${_e(e,i)}.`)}throw C(e.source,i,"Unterminated string.")}function Eo(e,t){let n=e.source.body,r=0,i=3;for(;i<12;){let o=n.charCodeAt(t+i++);if(o===125){if(i<5||!qe(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ut(o),r<0)break}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function vo(e,t){let n=e.source.body,r=ci(n,t+2);if(qe(r))return{value:String.fromCodePoint(r),size:6};if(pi(r)&&n.charCodeAt(t+6)===92&&n.charCodeAt(t+7)===117){let i=ci(n,t+8);if(li(i))return{value:String.fromCodePoint(r,i),size:12}}throw C(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function ci(e,t){return ut(e.charCodeAt(t))<<12|ut(e.charCodeAt(t+1))<<8|ut(e.charCodeAt(t+2))<<4|ut(e.charCodeAt(t+3))}function ut(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function No(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 Io(e,t){let n=e.source.body,r=n.length,i=e.lineStart,o=t+3,s=o,a="",c=[];for(;o<r;){let p=n.charCodeAt(o);if(p===34&&n.charCodeAt(o+1)===34&&n.charCodeAt(o+2)===34){a+=n.slice(s,o),c.push(a);let f=P(e,m.BLOCK_STRING,t,o+3,si(c).join(`
11
+ `));return e.line+=c.length-1,e.lineStart=i,f}if(p===92&&n.charCodeAt(o+1)===34&&n.charCodeAt(o+2)===34&&n.charCodeAt(o+3)===34){a+=n.slice(s,o),s=o+1,o+=4;continue}if(p===10||p===13){a+=n.slice(s,o),c.push(a),p===13&&n.charCodeAt(o+1)===10?o+=2:++o,a="",s=o,i=o;continue}if(qe(p))++o;else if(Ft(n,o))o+=2;else throw C(e.source,o,`Invalid character within String: ${_e(e,o)}.`)}throw C(e.source,o,"Unterminated string.")}function bo(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let o=n.charCodeAt(i);if(Dt(o))++i;else break}return P(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 Oo(e,t);default:return String(e)}}function Oo(e,t){if(e===null)return"null";if(t.includes(e))return"[Circular]";let n=[...t,e];if(Ro(e)){let r=e.toJSON();if(r!==e)return typeof r=="string"?r:kt(r,n)}else if(Array.isArray(e))return _o(e,n);return So(e,n)}function Ro(e){return typeof e.toJSON=="function"}function So(e,t){let n=Object.entries(e);return n.length===0?"{}":t.length>2?"["+xo(e)+"]":"{ "+n.map(([i,o])=>i+": "+kt(o,t)).join(", ")+" }"}function _o(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 o=0;o<n;++o)i.push(kt(e[o],t));return r===1?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`),"["+i.join(", ")+"]"}function xo(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 Lo=globalThis.process&&process.env.NODE_ENV==="production",z=Lo?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],o=Symbol.toStringTag in t?t[Symbol.toStringTag]:(r=t.constructor)===null||r===void 0?void 0:r.name;if(i===o){let s=y(t);throw new Error(`Cannot use ${i} "${s}" 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,17 +19,17 @@ 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 Ye=class{constructor(t,n="GraphQL request",r={line:1,column:1}){typeof t=="string"||O(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||O(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||O(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}};function pi(e){return z(e,Ye)}function Pt(e,t){return new An(e,t).parseDocument()}var An=class{constructor(t,n={}){let r=pi(t)?t:new Ye(t);this._lexer=new pt(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(N,n.value))return n;throw this.unexpected(t)}node(t,n){return this._options.noLocation!==!0&&(n.loc=new ot(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 ${li(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 li(e.kind)+(t!=null?` "${t}"`:"")}function li(e){return ai(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 Dn(e){return e}function pe(e,t){let n=Object.create(null);for(let r of e)n[t(r)]=r;return n}function lt(e,t,n){let r=Object.create(null);for(let i of e)r[t(i)]=n(i);return r}function ft(e,t){let n=Object.create(null);for(let r of Object.keys(e))n[r]=t(e[r],r);return n}function Je(e,t){let n=0,r=0;for(;n<e.length&&r<t.length;){let i=e.charCodeAt(n),s=t.charCodeAt(r);if($t(i)&&$t(s)){let o=0;do++n,o=o*10+i-Fn,i=e.charCodeAt(n);while($t(i)&&o>0);let a=0;do++r,a=a*10+s-Fn,s=t.charCodeAt(r);while($t(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 Fn=48,xs=57;function $t(e){return!isNaN(e)&&Fn<=e&&e<=xs}function X(e,t){let n=Object.create(null),r=new kn(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:Je(s,o)})}var kn=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=fi(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=fi(r),s=this._inputArray;if(i.length<s.length){let f=i;i=s,s=f}let o=i.length,a=s.length;if(o-a>n)return;let c=this._rows;for(let f=0;f<=a;f++)c[0][f]=f;for(let f=1;f<=o;f++){let d=c[(f-1)%3],h=c[f%3],T=h[0]=f;for(let v=1;v<=a;v++){let D=i[f-1]===s[v-1]?0:1,V=Math.min(d[v]+1,h[v-1]+1,d[v-1]+D);if(f>1&&v>1&&i[f-1]===s[v-2]&&i[f-2]===s[v-1]){let ee=c[(f-2)%3][v-2];V=Math.min(V,ee+1)}V<T&&(T=V),h[v]=V}if(T>n)return}let p=c[o%3][a];return p<=n?p:void 0}};function fi(e){let t=e.length,n=new Array(t);for(let r=0;r<t;++r)n[r]=e.charCodeAt(r);return n}function W(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 di(e){return`"${e.replace(Ls,ws)}"`}var Ls=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function ws(e){return As[e.charCodeAt(0)]}var As=["\\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 He=Object.freeze({});function xe(e,t,n=Ln){let r=new Map;for(let ee of Object.values(u))r.set(ee,Ke(t,ee));let i,s=Array.isArray(e),o=[e],a=-1,c=[],p=e,f,d,h=[],T=[];do{a++;let ee=a===o.length,Se=ee&&c.length!==0;if(ee){if(f=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),Se)if(s){p=p.slice();let Ie=0;for(let[Sn,Xr]of c){let Wr=Sn-Ie;Xr===null?(p.splice(Wr,1),Ie++):p[Wr]=Xr}}else{p=Object.defineProperties({},Object.getOwnPropertyDescriptors(p));for(let[Ie,Sn]of c)p[Ie]=Sn}a=i.index,o=i.keys,c=i.edits,s=i.inArray,i=i.prev}else if(d){if(f=s?a:o[a],p=d[f],p==null)continue;h.push(f)}let ce;if(!Array.isArray(p)){var v,D;at(p)||O(!1,`Invalid AST Node: ${y(p)}.`);let Ie=ee?(v=r.get(p.kind))===null||v===void 0?void 0:v.leave:(D=r.get(p.kind))===null||D===void 0?void 0:D.enter;if(ce=Ie?.call(t,p,f,d,h,T),ce===He)break;if(ce===!1){if(!ee){h.pop();continue}}else if(ce!==void 0&&(c.push([f,ce]),!ee))if(at(ce))p=ce;else{h.pop();continue}}if(ce===void 0&&Se&&c.push([f,p]),ee)h.pop();else{var V;i={inArray:s,index:a,keys:o,edits:c,prev:i},s=Array.isArray(p),o=s?p:(V=n[p.kind])!==null&&V!==void 0?V:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function Cn(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:f}=Ke(e[c],r);i||(i=p!=null||f!=null),s[c]=p,o[c]=f}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var f;let h=(f=s[d])===null||f===void 0?void 0:f.apply(e[d],c);if(h===!1)t[d]=p;else if(h===He)t[d]=He;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 f;let h=(f=o[d])===null||f===void 0?void 0:f.apply(e[d],c);if(h===He)t[d]=He;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};n[r]=a}return n}function Ke(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 xe(e,Fs)}var Ds=80,Fs={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>g(e.definitions,`
22
+ spurious results.`)}}return!1};var Ye=class{constructor(t,n="GraphQL request",r={line:1,column:1}){typeof t=="string"||O(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||O(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||O(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}};function fi(e){return z(e,Ye)}function Mt(e,t){return new An(e,t).parseDocument()}var An=class{constructor(t,n={}){let r=fi(t)?t:new Ye(t);this._lexer=new pt(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(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:o,fields:s})}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 o=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(t,{kind:u.FIELD_DEFINITION,description:n,name:r,arguments:i,type:o,directives:s})}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(),o;this.expectOptionalToken(m.EQUALS)&&(o=this.parseConstValueLiteral());let s=this.parseConstDirectives();return this.node(t,{kind:u.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:o,directives:s})}parseInterfaceTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:o,fields:s})}parseUnionTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),i=this.parseConstDirectives(),o=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:o})}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(),o=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:o})}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(),o=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:o})}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(),o=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:o})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:o})}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(),o=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let s=this.parseDirectiveLocations();return this.node(t,{kind:u.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:o,locations:s})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(N,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 ${di(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 di(e.kind)+(t!=null?` "${t}"`:"")}function di(e){return ui(e)?`"${e}"`:e}function H(e,t){let[n,r]=t?[e,t]:[void 0,e],i=" Did you mean ";n&&(i+=n+" ");let o=r.map(c=>`"${c}"`);switch(o.length){case 0:return"";case 1:return i+o[0]+"?";case 2:return i+o[0]+" or "+o[1]+"?"}let s=o.slice(0,5),a=s.pop();return i+s.join(", ")+", or "+a+"?"}function Dn(e){return e}function pe(e,t){let n=Object.create(null);for(let r of e)n[t(r)]=r;return n}function lt(e,t,n){let r=Object.create(null);for(let i of e)r[t(i)]=n(i);return r}function ft(e,t){let n=Object.create(null);for(let r of Object.keys(e))n[r]=t(e[r],r);return n}function Je(e,t){let n=0,r=0;for(;n<e.length&&r<t.length;){let i=e.charCodeAt(n),o=t.charCodeAt(r);if(Pt(i)&&Pt(o)){let s=0;do++n,s=s*10+i-Fn,i=e.charCodeAt(n);while(Pt(i)&&s>0);let a=0;do++r,a=a*10+o-Fn,o=t.charCodeAt(r);while(Pt(o)&&a>0);if(s<a)return-1;if(s>a)return 1}else{if(i<o)return-1;if(i>o)return 1;++n,++r}}return e.length-t.length}var Fn=48,wo=57;function Pt(e){return!isNaN(e)&&Fn<=e&&e<=wo}function K(e,t){let n=Object.create(null),r=new kn(e),i=Math.floor(e.length*.4)+1;for(let o of t){let s=r.measure(o,i);s!==void 0&&(n[o]=s)}return Object.keys(n).sort((o,s)=>{let a=n[o]-n[s];return a!==0?a:Je(o,s)})}var kn=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=mi(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=mi(r),o=this._inputArray;if(i.length<o.length){let f=i;i=o,o=f}let s=i.length,a=o.length;if(s-a>n)return;let c=this._rows;for(let f=0;f<=a;f++)c[0][f]=f;for(let f=1;f<=s;f++){let d=c[(f-1)%3],h=c[f%3],T=h[0]=f;for(let v=1;v<=a;v++){let D=i[f-1]===o[v-1]?0:1,V=Math.min(d[v]+1,h[v-1]+1,d[v-1]+D);if(f>1&&v>1&&i[f-1]===o[v-2]&&i[f-2]===o[v-1]){let ee=c[(f-2)%3][v-2];V=Math.min(V,ee+1)}V<T&&(T=V),h[v]=V}if(T>n)return}let p=c[s%3][a];return p<=n?p:void 0}};function mi(e){let t=e.length,n=new Array(t);for(let r=0;r<t;++r)n[r]=e.charCodeAt(r);return n}function W(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 hi(e){return`"${e.replace(Ao,Do)}"`}var Ao=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function Do(e){return Fo[e.charCodeAt(0)]}var Fo=["\\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 He=Object.freeze({});function xe(e,t,n=Ln){let r=new Map;for(let ee of Object.values(u))r.set(ee,Xe(t,ee));let i,o=Array.isArray(e),s=[e],a=-1,c=[],p=e,f,d,h=[],T=[];do{a++;let ee=a===s.length,Se=ee&&c.length!==0;if(ee){if(f=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),Se)if(o){p=p.slice();let Ie=0;for(let[Sn,Zr]of c){let ei=Sn-Ie;Zr===null?(p.splice(ei,1),Ie++):p[ei]=Zr}}else{p=Object.defineProperties({},Object.getOwnPropertyDescriptors(p));for(let[Ie,Sn]of c)p[Ie]=Sn}a=i.index,s=i.keys,c=i.edits,o=i.inArray,i=i.prev}else if(d){if(f=o?a:s[a],p=d[f],p==null)continue;h.push(f)}let ce;if(!Array.isArray(p)){var v,D;at(p)||O(!1,`Invalid AST Node: ${y(p)}.`);let Ie=ee?(v=r.get(p.kind))===null||v===void 0?void 0:v.leave:(D=r.get(p.kind))===null||D===void 0?void 0:D.enter;if(ce=Ie?.call(t,p,f,d,h,T),ce===He)break;if(ce===!1){if(!ee){h.pop();continue}}else if(ce!==void 0&&(c.push([f,ce]),!ee))if(at(ce))p=ce;else{h.pop();continue}}if(ce===void 0&&Se&&c.push([f,p]),ee)h.pop();else{var V;i={inArray:o,index:a,keys:s,edits:c,prev:i},o=Array.isArray(p),s=o?p:(V=n[p.kind])!==null&&V!==void 0?V:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function Cn(e){let t=new Array(e.length).fill(null),n=Object.create(null);for(let r of Object.values(u)){let i=!1,o=new Array(e.length).fill(void 0),s=new Array(e.length).fill(void 0);for(let c=0;c<e.length;++c){let{enter:p,leave:f}=Xe(e[c],r);i||(i=p!=null||f!=null),o[c]=p,s[c]=f}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var f;let h=(f=o[d])===null||f===void 0?void 0:f.apply(e[d],c);if(h===!1)t[d]=p;else if(h===He)t[d]=He;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 f;let h=(f=s[d])===null||f===void 0?void 0:f.apply(e[d],c);if(h===He)t[d]=He;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};n[r]=a}return n}function Xe(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 xe(e,Co)}var ko=80,Co={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})=>le(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>Ds&&(o=s+S(`(
25
- `,Mt(g(n,`
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})=>le(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:i}){let o=S("",e,": ")+t,s=o+S("(",g(n,", "),")");return s.length>ko&&(s=o+S(`(
25
+ `,Ut(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?si(e):di(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([s,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?ai(e):hi(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," "),le(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," "),le(i)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:i})=>S("",e,`
31
- `)+t+(mi(n)?S(`(
32
- `,Mt(g(n,`
31
+ `)+t+(yi(n)?S(`(
32
+ `,Ut(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,`
35
35
  `)+g([t+": "+n,S("= ",r),g(i," ")]," ")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>S("",e,`
@@ -38,18 +38,18 @@ spurious results.`)}}return!1};var Ye=class{constructor(t,n="GraphQL request",r=
38
38
  `)+g(["enum",t,g(n," "),le(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," "),le(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,repeatable:r,locations:i})=>S("",e,`
41
- `)+"directive @"+t+(mi(n)?S(`(
42
- `,Mt(g(n,`
41
+ `)+"directive @"+t+(yi(n)?S(`(
42
+ `,Ut(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," "),le(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," "),le(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>g(["extend interface",e,S("implements ",g(t," & ")),g(n," "),le(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," "),le(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>g(["extend input",e,g(t," "),le(n)]," ")}};function g(e,t=""){var n;return(n=e?.filter(r=>r).join(t))!==null&&n!==void 0?n:""}function le(e){return S(`{
45
- `,Mt(g(e,`
45
+ `,Ut(g(e,`
46
46
  `)),`
47
- }`)}function S(e,t,n=""){return t!=null&&t!==""?e+t+n:""}function Mt(e){return S(" ",e.replace(/\n/g,`
48
- `))}function mi(e){var t;return(t=e?.some(n=>n.includes(`
49
- `)))!==null&&t!==void 0?t:!1}function Ut(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=>Ut(n,t));case u.OBJECT:return lt(e.fields,n=>n.name.value,n=>Ut(n.value,t));case u.VARIABLE:return t?.[e.name.value]}}function te(e){if(e!=null||O(!1,"Must provide name."),typeof e=="string"||O(!1,"Expected name to be a string."),e.length===0)throw new l("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!Dt(e.charCodeAt(t)))throw new l(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!ct(e.charCodeAt(0)))throw new l(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function Pn(e){if(e==="true"||e==="false"||e==="null")throw new l(`Enum values cannot be named: ${e}`);return te(e)}function Xe(e){return de(e)||R(e)||_(e)||q(e)||M(e)||L(e)||w(e)||b(e)}function de(e){return z(e,fe)}function R(e){return z(e,j)}function _(e){return z(e,dt)}function q(e){return z(e,Le)}function M(e){return z(e,Te)}function L(e){return z(e,we)}function w(e){return z(e,A)}function b(e){return z(e,I)}function Y(e){return de(e)||M(e)||L(e)||mt(e)&&Y(e.ofType)}function Ee(e){return de(e)||R(e)||_(e)||q(e)||M(e)||mt(e)&&Ee(e.ofType)}function J(e){return de(e)||M(e)}function re(e){return R(e)||_(e)||q(e)}function Z(e){return _(e)||q(e)}var A=class{constructor(t){Xe(t)||O(!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){$n(t)||O(!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 mt(e){return w(e)||b(e)}function $n(e){return Xe(e)&&!b(e)}function We(e){if(e)return b(e)?e.ofType:e}function Gt(e){return de(e)||R(e)||_(e)||q(e)||M(e)||L(e)}function B(e){if(e){let t=e;for(;mt(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 fe=class{constructor(t){var n,r,i,s;let o=(n=t.parseValue)!==null&&n!==void 0?n:Dn;this.name=te(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(r=t.serialize)!==null&&r!==void 0?r:Dn,this.parseValue=o,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>o(Ut(a,c)),this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(s=t.extensionASTNodes)!==null&&s!==void 0?s:[],t.specifiedByURL==null||typeof t.specifiedByURL=="string"||O(!1,`${this.name} must provide "specifiedByURL" as a string, but got: ${y(t.specifiedByURL)}.`),t.serialize==null||typeof t.serialize=="function"||O(!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"||O(!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()}},j=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=()=>Ti(t),this._interfaces=()=>yi(t),t.isTypeOf==null||typeof t.isTypeOf=="function"||O(!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:gi(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function yi(e){var t;let n=jt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(n)||O(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),n}function Ti(e){let t=Qt(e.fields);return ze(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>{var i;ze(n)||O(!1,`${e.name}.${r} field config must be an object.`),n.resolve==null||typeof n.resolve=="function"||O(!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)||O(!1,`${e.name}.${r} args must be an object with argument names as keys.`),{name:te(r),description:n.description,type:n.type,args:Mn(s),resolve:n.resolve,subscribe:n.subscribe,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}})}function Mn(e){return Object.entries(e).map(([t,n])=>({name:te(t),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}))}function ze(e){return G(e)&&!Array.isArray(e)}function gi(e){return ft(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 lt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function ve(e){return b(e.type)&&e.defaultValue===void 0}var dt=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=Ti.bind(void 0,t),this._interfaces=yi.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||O(!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:gi(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},Le=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._types=ks.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||O(!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 ks(e){let t=jt(e.types);return Array.isArray(t)||O(!1,`Must provide Array of types or a function which returns such an array for Union ${e.name}.`),t}var Te=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._values=typeof t.values=="function"?t.values:hi(this.name,t.values),this._valueLookup=null,this._nameLookup=null}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return typeof this._values=="function"&&(this._values=hi(this.name,this._values())),this._values}getValue(t){return this._nameLookup===null&&(this._nameLookup=pe(this.getValues(),n=>n.name)),this._nameLookup[t]}serialize(t){this._valueLookup===null&&(this._valueLookup=new Map(this.getValues().map(r=>[r.value,r])));let n=this._valueLookup.get(t);if(n===void 0)throw new l(`Enum "${this.name}" cannot represent value: ${y(t)}`);return n.name}parseValue(t){if(typeof t!="string"){let r=y(t);throw new l(`Enum "${this.name}" cannot represent non-string value: ${r}.`+Vt(this,r))}let n=this.getValue(t);if(n==null)throw new l(`Value "${t}" does not exist in "${this.name}" enum.`+Vt(this,t));return n.value}parseLiteral(t,n){if(t.kind!==u.ENUM){let i=x(t);throw new l(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Vt(this,i),{nodes:t})}let r=this.getValue(t.value);if(r==null){let i=x(t);throw new l(`Value "${i}" does not exist in "${this.name}" enum.`+Vt(this,i),{nodes:t})}return r.value}toConfig(){let t=lt(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 Vt(e,t){let n=e.getValues().map(i=>i.name),r=X(t,n);return H("the enum value",r)}function hi(e,t){return ze(t)||O(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([n,r])=>(ze(r)||O(!1,`${e}.${n} must refer to an object with a "value" key representing an internal value but got: ${y(r)}.`),{name:Pn(n),description:r.description,value:r.value!==void 0?r.value:n,deprecationReason:r.deprecationReason,extensions:W(r.extensions),astNode:r.astNode}))}var we=class{constructor(t){var n,r;this.name=te(t.name),this.description=t.description,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this.isOneOf=(r=t.isOneOf)!==null&&r!==void 0?r:!1,this._fields=Cs.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=ft(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,isOneOf:this.isOneOf}}toString(){return this.name}toJSON(){return this.toString()}};function Cs(e){let t=Qt(e.fields);return ze(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>(!("resolve"in n)||O(!1,`${e.name}.${r} field has a resolve property, but Input Types cannot define resolvers.`),{name:te(r),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}))}function Ze(e){return b(e.type)&&e.defaultValue===void 0}function Bt(e,t){return e===t?!0:b(e)&&b(t)||w(e)&&w(t)?Bt(e.ofType,t.ofType):!1}function be(e,t,n){return t===n?!0:b(n)?b(t)?be(e,t.ofType,n.ofType):!1:b(t)?be(e,t.ofType,n):w(n)?w(t)?be(e,t.ofType,n.ofType):!1:w(t)?!1:Z(n)&&(_(t)||R(t))&&e.isSubType(n,t)}function Vn(e,t,n){return t===n?!0:Z(t)?Z(n)?e.getPossibleTypes(t).some(r=>e.isSubType(n,r)):e.isSubType(t,n):Z(n)?e.isSubType(n,t):!1}var ht=2147483647,yt=-2147483648,ie=new fe({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=Tt(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 l(`Int cannot represent non-integer value: ${y(t)}`);if(n>ht||n<yt)throw new l("Int cannot represent non 32-bit signed integer value: "+y(t));return n},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new l(`Int cannot represent non-integer value: ${y(e)}`);if(e>ht||e<yt)throw new l(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new l(`Int cannot represent non-integer value: ${x(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>ht||t<yt)throw new l(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),se=new fe({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=Tt(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 l(`Float cannot represent non numeric value: ${y(t)}`);return n},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new l(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new l(`Float cannot represent non numeric value: ${x(e)}`,e);return parseFloat(e.value)}}),E=new fe({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=Tt(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 l(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new l(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new l(`String cannot represent a non string value: ${x(e)}`,{nodes:e});return e.value}}),U=new fe({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=Tt(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new l(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new l(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new l(`Boolean cannot represent a non boolean value: ${x(e)}`,{nodes:e});return e.value}}),me=new fe({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=Tt(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new l(`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 l(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new l("ID cannot represent a non-string and non-integer value: "+x(e),{nodes:e});return e.value}}),qt=Object.freeze([E,ie,se,U,me]);function Tt(e){if(G(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!G(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function gt(e){return z(e,Ne)}var Ne=class{constructor(t){var n,r;this.name=te(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(n=t.isRepeatable)!==null&&n!==void 0?n:!1,this.extensions=W(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||O(!1,`@${t.name} locations must be an Array.`);let i=(r=t.args)!==null&&r!==void 0?r:{};G(i)&&!Array.isArray(i)||O(!1,`@${t.name} args must be an object with argument names as keys.`),this.args=Mn(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 Ne({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[N.FIELD,N.FRAGMENT_SPREAD,N.INLINE_FRAGMENT],args:{if:{type:new I(U),description:"Included when true."}}}),Jt=new Ne({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[N.FIELD,N.FRAGMENT_SPREAD,N.INLINE_FRAGMENT],args:{if:{type:new I(U),description:"Skipped when true."}}}),Ei="No longer supported",Ht=new Ne({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[N.FIELD_DEFINITION,N.ARGUMENT_DEFINITION,N.INPUT_FIELD_DEFINITION,N.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:Ei}}}),vi=new Ne({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[N.SCALAR],args:{url:{type:new I(E),description:"The URL that specifies the behavior of this scalar."}}}),Ni=new Ne({name:"oneOf",description:"Indicates exactly one field must be supplied and this field must not be `null`.",locations:[N.INPUT_OBJECT],args:{}}),he=Object.freeze([Yt,Jt,Ht,vi,Ni]);function et(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function tt(e,t){if(b(t)){let n=tt(e,t.ofType);return n?.kind===u.NULL?null:n}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(w(t)){let n=t.ofType;if(et(e)){let r=[];for(let i of e){let s=tt(i,n);s!=null&&r.push(s)}return{kind:u.LIST,values:r}}return tt(e,n)}if(L(t)){if(!G(e))return null;let n=[];for(let r of Object.values(t.getFields())){let i=tt(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 Ii.test(r)?{kind:u.INT,value:r}:{kind:u.FLOAT,value:r}}if(typeof n=="string")return M(t)?{kind:u.ENUM,value:n}:t===me&&Ii.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 Ii=/^-?(?:0|[1-9][0-9]*)$/;var Et=new j({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 A(new I(ae))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new I(ae),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:ae,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:ae,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new I(new A(new I(Gn))),resolve:e=>e.getDirectives()}})}),Gn=new j({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
47
+ }`)}function S(e,t,n=""){return t!=null&&t!==""?e+t+n:""}function Ut(e){return S(" ",e.replace(/\n/g,`
48
+ `))}function yi(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 lt(e.fields,n=>n.name.value,n=>$t(n.value,t));case u.VARIABLE:return t?.[e.name.value]}}function te(e){if(e!=null||O(!1,"Must provide name."),typeof e=="string"||O(!1,"Expected name to be a string."),e.length===0)throw new l("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!Dt(e.charCodeAt(t)))throw new l(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!ct(e.charCodeAt(0)))throw new l(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function Mn(e){if(e==="true"||e==="false"||e==="null")throw new l(`Enum values cannot be named: ${e}`);return te(e)}function Ke(e){return de(e)||R(e)||_(e)||q(e)||U(e)||L(e)||w(e)||b(e)}function de(e){return z(e,fe)}function R(e){return z(e,j)}function _(e){return z(e,dt)}function q(e){return z(e,Le)}function U(e){return z(e,Te)}function L(e){return z(e,we)}function w(e){return z(e,A)}function b(e){return z(e,I)}function Y(e){return de(e)||U(e)||L(e)||mt(e)&&Y(e.ofType)}function Ee(e){return de(e)||R(e)||_(e)||q(e)||U(e)||mt(e)&&Ee(e.ofType)}function J(e){return de(e)||U(e)}function re(e){return R(e)||_(e)||q(e)}function Z(e){return _(e)||q(e)}var A=class{constructor(t){Ke(t)||O(!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)||O(!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 mt(e){return w(e)||b(e)}function Pn(e){return Ke(e)&&!b(e)}function We(e){if(e)return b(e)?e.ofType:e}function Gt(e){return de(e)||R(e)||_(e)||q(e)||U(e)||L(e)}function B(e){if(e){let t=e;for(;mt(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 fe=class{constructor(t){var n,r,i,o;let s=(n=t.parseValue)!==null&&n!==void 0?n:Dn;this.name=te(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(r=t.serialize)!==null&&r!==void 0?r:Dn,this.parseValue=s,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>s($t(a,c)),this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(o=t.extensionASTNodes)!==null&&o!==void 0?o:[],t.specifiedByURL==null||typeof t.specifiedByURL=="string"||O(!1,`${this.name} must provide "specifiedByURL" as a string, but got: ${y(t.specifiedByURL)}.`),t.serialize==null||typeof t.serialize=="function"||O(!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"||O(!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()}},j=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=()=>Ei(t),this._interfaces=()=>gi(t),t.isTypeOf==null||typeof t.isTypeOf=="function"||O(!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:vi(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function gi(e){var t;let n=jt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(n)||O(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),n}function Ei(e){let t=Qt(e.fields);return ze(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>{var i;ze(n)||O(!1,`${e.name}.${r} field config must be an object.`),n.resolve==null||typeof n.resolve=="function"||O(!1,`${e.name}.${r} field resolver must be a function if provided, but got: ${y(n.resolve)}.`);let o=(i=n.args)!==null&&i!==void 0?i:{};return ze(o)||O(!1,`${e.name}.${r} args must be an object with argument names as keys.`),{name:te(r),description:n.description,type:n.type,args:Un(o),resolve:n.resolve,subscribe:n.subscribe,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}})}function Un(e){return Object.entries(e).map(([t,n])=>({name:te(t),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}))}function ze(e){return G(e)&&!Array.isArray(e)}function vi(e){return ft(e,t=>({description:t.description,type:t.type,args:$n(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function $n(e){return lt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function ve(e){return b(e.type)&&e.defaultValue===void 0}var dt=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=Ei.bind(void 0,t),this._interfaces=gi.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||O(!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:vi(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},Le=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._types=Mo.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||O(!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 Mo(e){let t=jt(e.types);return Array.isArray(t)||O(!1,`Must provide Array of types or a function which returns such an array for Union ${e.name}.`),t}var Te=class{constructor(t){var n;this.name=te(t.name),this.description=t.description,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._values=typeof t.values=="function"?t.values:Ti(this.name,t.values),this._valueLookup=null,this._nameLookup=null}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return typeof this._values=="function"&&(this._values=Ti(this.name,this._values())),this._values}getValue(t){return this._nameLookup===null&&(this._nameLookup=pe(this.getValues(),n=>n.name)),this._nameLookup[t]}serialize(t){this._valueLookup===null&&(this._valueLookup=new Map(this.getValues().map(r=>[r.value,r])));let n=this._valueLookup.get(t);if(n===void 0)throw new l(`Enum "${this.name}" cannot represent value: ${y(t)}`);return n.name}parseValue(t){if(typeof t!="string"){let r=y(t);throw new l(`Enum "${this.name}" cannot represent non-string value: ${r}.`+Vt(this,r))}let n=this.getValue(t);if(n==null)throw new l(`Value "${t}" does not exist in "${this.name}" enum.`+Vt(this,t));return n.value}parseLiteral(t,n){if(t.kind!==u.ENUM){let i=x(t);throw new l(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Vt(this,i),{nodes:t})}let r=this.getValue(t.value);if(r==null){let i=x(t);throw new l(`Value "${i}" does not exist in "${this.name}" enum.`+Vt(this,i),{nodes:t})}return r.value}toConfig(){let t=lt(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 Vt(e,t){let n=e.getValues().map(i=>i.name),r=K(t,n);return H("the enum value",r)}function Ti(e,t){return ze(t)||O(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([n,r])=>(ze(r)||O(!1,`${e}.${n} must refer to an object with a "value" key representing an internal value but got: ${y(r)}.`),{name:Mn(n),description:r.description,value:r.value!==void 0?r.value:n,deprecationReason:r.deprecationReason,extensions:W(r.extensions),astNode:r.astNode}))}var we=class{constructor(t){var n,r;this.name=te(t.name),this.description=t.description,this.extensions=W(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this.isOneOf=(r=t.isOneOf)!==null&&r!==void 0?r:!1,this._fields=Po.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=ft(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,isOneOf:this.isOneOf}}toString(){return this.name}toJSON(){return this.toString()}};function Po(e){let t=Qt(e.fields);return ze(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>(!("resolve"in n)||O(!1,`${e.name}.${r} field has a resolve property, but Input Types cannot define resolvers.`),{name:te(r),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:W(n.extensions),astNode:n.astNode}))}function Ze(e){return b(e.type)&&e.defaultValue===void 0}function Bt(e,t){return e===t?!0:b(e)&&b(t)||w(e)&&w(t)?Bt(e.ofType,t.ofType):!1}function be(e,t,n){return t===n?!0:b(n)?b(t)?be(e,t.ofType,n.ofType):!1:b(t)?be(e,t.ofType,n):w(n)?w(t)?be(e,t.ofType,n.ofType):!1:w(t)?!1:Z(n)&&(_(t)||R(t))&&e.isSubType(n,t)}function Vn(e,t,n){return t===n?!0:Z(t)?Z(n)?e.getPossibleTypes(t).some(r=>e.isSubType(n,r)):e.isSubType(t,n):Z(n)?e.isSubType(n,t):!1}var ht=2147483647,yt=-2147483648,ie=new fe({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=Tt(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 l(`Int cannot represent non-integer value: ${y(t)}`);if(n>ht||n<yt)throw new l("Int cannot represent non 32-bit signed integer value: "+y(t));return n},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new l(`Int cannot represent non-integer value: ${y(e)}`);if(e>ht||e<yt)throw new l(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new l(`Int cannot represent non-integer value: ${x(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>ht||t<yt)throw new l(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),oe=new fe({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=Tt(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 l(`Float cannot represent non numeric value: ${y(t)}`);return n},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new l(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new l(`Float cannot represent non numeric value: ${x(e)}`,e);return parseFloat(e.value)}}),E=new fe({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=Tt(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 l(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new l(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new l(`String cannot represent a non string value: ${x(e)}`,{nodes:e});return e.value}}),$=new fe({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=Tt(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new l(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new l(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new l(`Boolean cannot represent a non boolean value: ${x(e)}`,{nodes:e});return e.value}}),me=new fe({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=Tt(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new l(`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 l(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new l("ID cannot represent a non-string and non-integer value: "+x(e),{nodes:e});return e.value}}),qt=Object.freeze([E,ie,oe,$,me]);function Tt(e){if(G(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!G(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function gt(e){return z(e,Ne)}var Ne=class{constructor(t){var n,r;this.name=te(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(n=t.isRepeatable)!==null&&n!==void 0?n:!1,this.extensions=W(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||O(!1,`@${t.name} locations must be an Array.`);let i=(r=t.args)!==null&&r!==void 0?r:{};G(i)&&!Array.isArray(i)||O(!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:$n(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}}toString(){return"@"+this.name}toJSON(){return this.toString()}},Yt=new Ne({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[N.FIELD,N.FRAGMENT_SPREAD,N.INLINE_FRAGMENT],args:{if:{type:new I($),description:"Included when true."}}}),Jt=new Ne({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[N.FIELD,N.FRAGMENT_SPREAD,N.INLINE_FRAGMENT],args:{if:{type:new I($),description:"Skipped when true."}}}),Ni="No longer supported",Ht=new Ne({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[N.FIELD_DEFINITION,N.ARGUMENT_DEFINITION,N.INPUT_FIELD_DEFINITION,N.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:Ni}}}),Ii=new Ne({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[N.SCALAR],args:{url:{type:new I(E),description:"The URL that specifies the behavior of this scalar."}}}),bi=new Ne({name:"oneOf",description:"Indicates exactly one field must be supplied and this field must not be `null`.",locations:[N.INPUT_OBJECT],args:{}}),he=Object.freeze([Yt,Jt,Ht,Ii,bi]);function et(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function tt(e,t){if(b(t)){let n=tt(e,t.ofType);return n?.kind===u.NULL?null:n}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(w(t)){let n=t.ofType;if(et(e)){let r=[];for(let i of e){let o=tt(i,n);o!=null&&r.push(o)}return{kind:u.LIST,values:r}}return tt(e,n)}if(L(t)){if(!G(e))return null;let n=[];for(let r of Object.values(t.getFields())){let i=tt(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 Oi.test(r)?{kind:u.INT,value:r}:{kind:u.FLOAT,value:r}}if(typeof n=="string")return U(t)?{kind:u.ENUM,value:n}:t===me&&Oi.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 Oi=/^-?(?:0|[1-9][0-9]*)$/;var Et=new j({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 A(new I(ae))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new I(ae),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:ae,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:ae,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new I(new A(new I(Gn))),resolve:e=>e.getDirectives()}})}),Gn=new j({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(U),resolve:e=>e.isRepeatable},locations:{type:new I(new A(new I(jn))),resolve:e=>e.locations},args:{type:new I(new A(new I(vt))),args:{includeDeprecated:{type:U,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),jn=new Te({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:N.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:N.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:N.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:N.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:N.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:N.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:N.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:N.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:N.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:N.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:N.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:N.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:N.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:N.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:N.UNION,description:"Location adjacent to a union definition."},ENUM:{value:N.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:N.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:N.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:N.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),ae=new j({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(de(e))return Q.SCALAR;if(R(e))return Q.OBJECT;if(_(e))return Q.INTERFACE;if(q(e))return Q.UNION;if(M(e))return Q.ENUM;if(L(e))return Q.INPUT_OBJECT;if(w(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 A(new I(Qn)),args:{includeDeprecated:{type:U,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(R(e)||_(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new A(new I(ae)),resolve(e){if(R(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new A(new I(ae)),resolve(e,t,n,{schema:r}){if(Z(e))return r.getPossibleTypes(e)}},enumValues:{type:new A(new I(Bn)),args:{includeDeprecated:{type:U,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(M(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new A(new I(vt)),args:{includeDeprecated:{type:U,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:ae,resolve:e=>"ofType"in e?e.ofType:void 0},isOneOf:{type:U,resolve:e=>{if(L(e))return e.isOneOf}}})}),Qn=new j({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 A(new I(vt))),args:{includeDeprecated:{type:U,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}},type:{type:new I(ae),resolve:e=>e.type},isDeprecated:{type:new I(U),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),vt=new j({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(ae),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=tt(n,t);return r?x(r):null}},isDeprecated:{type:new I(U),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Bn=new j({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(U),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 Te({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(Et),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},De={name:"__type",type:ae,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},Fe={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},Kt=Object.freeze([Et,Gn,jn,ae,Qn,vt,Bn,qn]);function Yn(e){return Kt.some(({name:t})=>e.name===t)}function Jn(e){return z(e,ke)}function zt(e){if(!Jn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var ke=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,G(t)||O(!1,"Must provide configuration object."),!t.types||Array.isArray(t.types)||O(!1,`"types" must be Array if provided but got: ${y(t.types)}.`),!t.directives||Array.isArray(t.directives)||O(!1,`"directives" must be Array if provided but got: ${y(t.directives)}.`),this.description=t.description,this.extensions=W(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:he;let i=new Set(t.types);if(t.types!=null)for(let s of t.types)i.delete(s),ye(s,i);this._queryType!=null&&ye(this._queryType,i),this._mutationType!=null&&ye(this._mutationType,i),this._subscriptionType!=null&&ye(this._subscriptionType,i);for(let s of this._directives)if(gt(s))for(let o of s.args)ye(o.type,i);ye(Et,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||O(!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(R(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 ye(e,t){let n=B(e);if(!t.has(n)){if(t.add(n),q(n))for(let r of n.getTypes())ye(r,t);else if(R(n)||_(n)){for(let r of n.getInterfaces())ye(r,t);for(let r of Object.values(n.getFields())){ye(r.type,t);for(let i of r.args)ye(i.type,t)}}else if(L(n))for(let r of Object.values(n.getFields()))ye(r.type,t)}return t}function Si(e){if(zt(e),e.__validationErrors)return e.__validationErrors;let t=new Kn(e);Ps(t),$s(t),Ms(t);let n=t.getErrors();return e.__validationErrors=n,n}function It(e){let t=Si(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($),resolve:e=>e.isRepeatable},locations:{type:new I(new A(new I(jn))),resolve:e=>e.locations},args:{type:new I(new A(new I(vt))),args:{includeDeprecated:{type:$,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),jn=new Te({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:N.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:N.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:N.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:N.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:N.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:N.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:N.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:N.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:N.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:N.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:N.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:N.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:N.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:N.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:N.UNION,description:"Location adjacent to a union definition."},ENUM:{value:N.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:N.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:N.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:N.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),ae=new j({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(de(e))return Q.SCALAR;if(R(e))return Q.OBJECT;if(_(e))return Q.INTERFACE;if(q(e))return Q.UNION;if(U(e))return Q.ENUM;if(L(e))return Q.INPUT_OBJECT;if(w(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 A(new I(Qn)),args:{includeDeprecated:{type:$,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(R(e)||_(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new A(new I(ae)),resolve(e){if(R(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new A(new I(ae)),resolve(e,t,n,{schema:r}){if(Z(e))return r.getPossibleTypes(e)}},enumValues:{type:new A(new I(Bn)),args:{includeDeprecated:{type:$,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(U(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new A(new I(vt)),args:{includeDeprecated:{type:$,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:ae,resolve:e=>"ofType"in e?e.ofType:void 0},isOneOf:{type:$,resolve:e=>{if(L(e))return e.isOneOf}}})}),Qn=new j({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 A(new I(vt))),args:{includeDeprecated:{type:$,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}},type:{type:new I(ae),resolve:e=>e.type},isDeprecated:{type:new I($),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),vt=new j({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(ae),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=tt(n,t);return r?x(r):null}},isDeprecated:{type:new I($),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:E,resolve:e=>e.deprecationReason}})}),Bn=new j({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($),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 Te({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(Et),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},De={name:"__type",type:ae,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},Fe={name:"__typename",type:new I(E),description:"The name of the current Object type at runtime.",args:[],resolve:(e,t,n,{parentType:r})=>r.name,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Xt=Object.freeze([Et,Gn,jn,ae,Qn,vt,Bn,qn]);function Yn(e){return Xt.some(({name:t})=>e.name===t)}function Jn(e){return z(e,ke)}function zt(e){if(!Jn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var ke=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,G(t)||O(!1,"Must provide configuration object."),!t.types||Array.isArray(t.types)||O(!1,`"types" must be Array if provided but got: ${y(t.types)}.`),!t.directives||Array.isArray(t.directives)||O(!1,`"directives" must be Array if provided but got: ${y(t.directives)}.`),this.description=t.description,this.extensions=W(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:he;let i=new Set(t.types);if(t.types!=null)for(let o of t.types)i.delete(o),ye(o,i);this._queryType!=null&&ye(this._queryType,i),this._mutationType!=null&&ye(this._mutationType,i),this._subscriptionType!=null&&ye(this._subscriptionType,i);for(let o of this._directives)if(gt(o))for(let s of o.args)ye(s.type,i);ye(Et,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(let o of i){if(o==null)continue;let s=o.name;if(s||O(!1,"One of the provided types for building the Schema is missing a name."),this._typeMap[s]!==void 0)throw new Error(`Schema must contain uniquely named types but contains multiple types named "${s}".`);if(this._typeMap[s]=o,_(o)){for(let a of o.getInterfaces())if(_(a)){let c=this._implementationsMap[a.name];c===void 0&&(c=this._implementationsMap[a.name]={objects:[],interfaces:[]}),c.interfaces.push(o)}}else if(R(o)){for(let a of o.getInterfaces())if(_(a)){let c=this._implementationsMap[a.name];c===void 0&&(c=this._implementationsMap[a.name]={objects:[],interfaces:[]}),c.objects.push(o)}}}}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 o of i.objects)r[o.name]=!0;for(let o of i.interfaces)r[o.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 ye(e,t){let n=B(e);if(!t.has(n)){if(t.add(n),q(n))for(let r of n.getTypes())ye(r,t);else if(R(n)||_(n)){for(let r of n.getInterfaces())ye(r,t);for(let r of Object.values(n.getFields())){ye(r.type,t);for(let i of r.args)ye(i.type,t)}}else if(L(n))for(let r of Object.values(n.getFields()))ye(r.type,t)}return t}function xi(e){if(zt(e),e.__validationErrors)return e.__validationErrors;let t=new Xn(e);Uo(t),$o(t),Vo(t);let n=t.getErrors();return e.__validationErrors=n,n}function It(e){let t=xi(e);if(t.length!==0)throw new Error(t.map(n=>n.message).join(`
52
52
 
53
- `))}var Kn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,n){let r=Array.isArray(n)?n.filter(Boolean):n;this._errors.push(new l(t,{nodes:r}))}getErrors(){return this._errors}};function Ps(e){let t=e.schema,n=t.getQueryType();if(!n)e.reportError("Query root type must be provided.",t.astNode);else if(!R(n)){var r;e.reportError(`Query root type must be Object type, it cannot be ${y(n)}.`,(r=Hn(t,F.QUERY))!==null&&r!==void 0?r:n.astNode)}let i=t.getMutationType();if(i&&!R(i)){var s;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(s=Hn(t,F.MUTATION))!==null&&s!==void 0?s:i.astNode)}let o=t.getSubscriptionType();if(o&&!R(o)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(o)}.`,(a=Hn(t,F.SUBSCRIPTION))!==null&&a!==void 0?a:o.astNode)}}function Hn(e,t){var n;return(n=[e.astNode,...e.extensionASTNodes].flatMap(r=>{var i;return(i=r?.operationTypes)!==null&&i!==void 0?i:[]}).find(r=>r.operation===t))===null||n===void 0?void 0:n.type}function $s(e){for(let n of e.schema.getDirectives()){if(!gt(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}Ce(e,n);for(let r of n.args)if(Ce(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),ve(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 Ce(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function Ms(e){let t=qs(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}Yn(r)||Ce(e,r),R(r)||_(r)?(bi(e,r),Oi(e,r)):q(r)?Gs(e,r):M(r)?js(e,r):L(r)&&(Qs(e,r),t(r))}}function bi(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(Ce(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(Ce(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(ve(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 Oi(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,Vs(e,t,r),Us(e,t,r)}}function Us(e,t,n){let r=t.getFields();for(let c of Object.values(n.getFields())){let p=c.name,f=r[p];if(!f){e.reportError(`Interface field ${n.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!be(e.schema,f.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(f.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(s=f.astNode)===null||s===void 0?void 0:s.type])}for(let d of c.args){let h=d.name,T=f.args.find(v=>v.name===h);if(!T){e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,f.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 f.args){let h=d.name;!c.args.find(v=>v.name===h)&&ve(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 Vs(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 Gs(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.`,Ri(t,i.name));continue}r[i.name]=!0,R(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,Ri(t,String(i)))}}function js(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)Ce(e,r)}function Qs(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(Ce(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(Ze(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])}t.isOneOf&&Bs(t,s,e)}}function Bs(e,t,n){if(b(t.type)){var r;n.reportError(`OneOf input field ${e.name}.${t.name} must be nullable.`,(r=t.astNode)===null||r===void 0?void 0:r.type)}t.defaultValue!==void 0&&n.reportError(`OneOf input field ${e.name}.${t.name} cannot have a default value.`,t.astNode)}function qs(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 f=n.slice(p),d=f.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,f.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 Ri(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 A(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 nt=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??Ys,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(R(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=We(this.getInputType()),s=w(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;M(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 Ys(e,t,n){let r=n.name.value;if(r===Ae.name&&e.getQueryType()===t)return Ae;if(r===De.name&&e.getQueryType()===t)return De;if(r===Fe.name&&re(t))return Fe;if(R(t)||_(t))return t.getFields()[r]}function Xt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=Ke(t,r.kind).enter;if(i){let s=i.apply(t,n);return s!==void 0&&(e.leave(r),at(s)&&e.enter(s)),s}},leave(...n){let r=n[0],i=Ke(t,r.kind).leave,s;return i&&(s=i.apply(t,n)),e.leave(r),s}}}function Xn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Wn(e){return e.kind===u.SCHEMA_DEFINITION||Oe(e)||e.kind===u.DIRECTIVE_DEFINITION}function Oe(e){return e.kind===u.SCALAR_TYPE_DEFINITION||e.kind===u.OBJECT_TYPE_DEFINITION||e.kind===u.INTERFACE_TYPE_DEFINITION||e.kind===u.UNION_TYPE_DEFINITION||e.kind===u.ENUM_TYPE_DEFINITION||e.kind===u.INPUT_OBJECT_TYPE_DEFINITION}function Zn(e){return e.kind===u.SCHEMA_EXTENSION||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 er(e){return{Document(t){for(let n of t.definitions)if(!Xn(n)){let r=n.kind===u.SCHEMA_DEFINITION||n.kind===u.SCHEMA_EXTENSION?"schema":'"'+n.name.value+'"';e.reportError(new l(`The ${r} definition is not executable.`,{nodes:n}))}return!1}}}function tr(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),s=t.name.value,o=H("to use an inline fragment on",Js(i,n,s));o===""&&(o=H(Hs(n,s))),e.reportError(new l(`Cannot query field "${s}" on type "${n.name}".`+o,{nodes:t}))}}}}function Js(e,t,n){if(!Z(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:Je(o.name,a.name)}).map(o=>o.name)}function Hs(e,t){if(R(e)||_(e)){let n=Object.keys(e.getFields());return X(t,n)}return[]}function nr(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 l(`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 l(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function rr(e){return{...ir(e),Argument(t){let n=e.getArgument(),r=e.getFieldDef(),i=e.getParentType();if(!n&&r&&i){let s=t.name.value,o=r.args.map(c=>c.name),a=X(s,o);e.reportError(new l(`Unknown argument "${s}" on field "${i.name}.${r.name}".`+H(a),{nodes:t}))}}}}function ir(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():he;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 f=p.name.value;if(!c.includes(f)){let d=X(f,c);e.reportError(new l(`Unknown argument "${f}" on directive "@${a}".`+H(d),{nodes:p}))}}return!1}}}function Zt(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():he;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 f=s.name.value,d=t[f];if(!d){e.reportError(new l(`Unknown directive "@${f}".`,{nodes:s}));return}let h=Ks(p);h&&!d.includes(h)&&e.reportError(new l(`Directive "@${f}" may not be used on ${h}.`,{nodes:s}))}}}function Ks(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return zs(t.operation);case u.FIELD:return N.FIELD;case u.FRAGMENT_SPREAD:return N.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return N.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return N.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return N.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return N.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return N.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return N.OBJECT;case u.FIELD_DEFINITION:return N.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return N.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return N.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return N.ENUM;case u.ENUM_VALUE_DEFINITION:return N.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return N.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?N.INPUT_FIELD_DEFINITION:N.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function zs(e){switch(e){case F.QUERY:return N.QUERY;case F.MUTATION:return N.MUTATION;case F.SUBSCRIPTION:return N.SUBSCRIPTION}}function sr(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new l(`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)Oe(s)&&(r[s.name.value]=!0);let i=[...Object.keys(n),...Object.keys(r)];return{NamedType(s,o,a,c,p){let f=s.name.value;if(!n[f]&&!r[f]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&Xs(h);if(T&&_i.includes(f))return;let v=X(f,T?_i.concat(i):i);e.reportError(new l(`Unknown type "${f}".`+H(v),{nodes:s}))}}}}var _i=[...qt,...Kt].map(e=>e.name);function Xs(e){return"kind"in e&&(Wn(e)||Zn(e))}function or(e){let t=0;return{Document(n){t=n.definitions.filter(r=>r.kind===u.OPERATION_DEFINITION).length},OperationDefinition(n){!n.name&&t>1&&e.reportError(new l("This anonymous operation must be the only defined operation.",{nodes:n}))}}}function ar(e){var t,n,r;let i=e.getSchema(),s=(t=(n=(r=i?.astNode)!==null&&r!==void 0?r:i?.getQueryType())!==null&&n!==void 0?n:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),o=0;return{SchemaDefinition(a){if(s){e.reportError(new l("Cannot define a new schema within a schema extension.",{nodes:a}));return}o>0&&e.reportError(new l("Must provide only one schema definition.",{nodes:a})),++o}}}var Ws=3;function cr(e){function t(n,r=Object.create(null),i=0){if(n.kind===u.FRAGMENT_SPREAD){let s=n.name.value;if(r[s]===!0)return!1;let o=e.getFragment(s);if(!o)return!1;try{return r[s]=!0,t(o,r,i)}finally{r[s]=void 0}}if(n.kind===u.FIELD&&(n.name.value==="fields"||n.name.value==="interfaces"||n.name.value==="possibleTypes"||n.name.value==="inputFields")&&(i++,i>=Ws))return!0;if("selectionSet"in n&&n.selectionSet){for(let s of n.selectionSet.selections)if(t(s,r,i))return!0}return!1}return{Field(n){if((n.name.value==="__schema"||n.name.value==="__type")&&t(n))return e.reportError(new l("Maximum introspection depth exceeded",{nodes:[n]})),!1}}}function ur(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,f=r[p];if(n.push(c),f===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=n.slice(f),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new l(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}n.pop()}r[o]=void 0}}}function pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i}of r){let s=i.name.value;t[s]!==!0&&e.reportError(new l(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 lr(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 l(`Fragment "${s}" is never used.`,{nodes:i}))}}}}}function fr(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 l(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:Zs(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 Zs(e){return e.map(t=>({...t,value:tn(t.value)})).sort((t,n)=>Je(t.name.value,n.name.value))}function Li(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+Li(n)).join(" and "):e}function yr(e){let t=new hr,n=new Map;return{SelectionSet(r){let i=eo(e,n,t,e.getParentType(),r);for(let[[s,o],a,c]of i){let p=Li(o);e.reportError(new l(`Fields "${s}" conflict because ${p}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:a.concat(c)}))}}}}function eo(e,t,n,r,i){let s=[],[o,a]=sn(e,t,r,i);if(no(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]=mr(e,n,a);if(s!==c){Tr(e,t,n,r,i,s,c);for(let f of p)r.has(f,o,i)||(r.add(f,o,i),nn(e,t,n,r,i,s,f))}}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,f]=mr(e,n,a),[d,h]=mr(e,n,c);Tr(e,t,n,r,i,p,d);for(let T of h)rn(e,t,n,r,i,s,T);for(let T of f)rn(e,t,n,r,i,T,o)}function to(e,t,n,r,i,s,o,a){let c=[],[p,f]=sn(e,t,i,s),[d,h]=sn(e,t,o,a);Tr(e,c,t,n,r,p,d);for(let T of h)nn(e,c,t,n,r,p,T);for(let T of f)nn(e,c,t,n,r,d,T);for(let T of f)for(let v of h)rn(e,c,t,n,r,T,v);return c}function no(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=wi(e,n,r,!1,s,o[a],o[c]);p&&t.push(p)}}function Tr(e,t,n,r,i,s,o){for(let[a,c]of Object.entries(s)){let p=o[a];if(p)for(let f of c)for(let d of p){let h=wi(e,n,r,i,a,f,d);h&&t.push(h)}}}function wi(e,t,n,r,i,s,o){let[a,c,p]=s,[f,d,h]=o,T=r||a!==f&&R(a)&&R(f);if(!T){let Se=c.name.value,ce=d.name.value;if(Se!==ce)return[[i,`"${Se}" and "${ce}" are different fields`],[c],[d]];if(!ro(c,d))return[[i,"they have differing arguments"],[c],[d]]}let v=p?.type,D=h?.type;if(v&&D&&dr(v,D))return[[i,`they return conflicting types "${y(v)}" and "${y(D)}"`],[c],[d]];let V=c.selectionSet,ee=d.selectionSet;if(V&&ee){let Se=to(e,t,n,T,B(v),V,B(D),ee);return io(Se,i,c,d)}}function ro(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:xi(o)===xi(a)})}function xi(e){return x(tn(e))}function dr(e,t){return w(e)?w(t)?dr(e.ofType,t.ofType):!0:w(t)?!0:b(e)?b(t)?dr(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);Ai(e,n,r,s,o);let a=[s,Object.keys(o)];return t.set(r,a),a}function mr(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 Ai(e,t,n,r,i){for(let s of n.selections)switch(s.kind){case u.FIELD:{let o=s.name.value,a;(R(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;Ai(e,a,s.selectionSet,r,i);break}}}function io(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 hr=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 gr(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 l(`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=so(e,n),i=e.getParentType();if(r&&i&&!Vn(e.getSchema(),r,i)){let s=y(i),o=y(r);e.reportError(new l(`Fragment "${n}" cannot be spread here as objects of type "${s}" can never be of type "${o}".`,{nodes:t}))}}}}function so(e,t){let n=e.getFragment(t);if(n){let r=P(e.getSchema(),n.typeCondition);if(re(r))return r}}function Er(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Oe(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=oo[o.kind]:a&&(c=ao(a)),c){if(c!==i.kind){let p=co(i.kind);e.reportError(new l(`Cannot extend non-${p} type "${s}".`,{nodes:o?[o,i]:i}))}}else{let p=Object.keys({...n,...t?.getTypeMap()}),f=X(s,p);e.reportError(new l(`Cannot extend type "${s}" because it is not defined.`+H(f),{nodes:i.name}))}}}var oo={[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 ao(e){if(de(e))return u.SCALAR_TYPE_EXTENSION;if(R(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(q(e))return u.UNION_TYPE_EXTENSION;if(M(e))return u.ENUM_TYPE_EXTENSION;if(L(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function co(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 vr(e){return{...Nr(e),Field:{leave(t){var n;let r=e.getFieldDef();if(!r)return!1;let i=new Set((n=t.arguments)===null||n===void 0?void 0:n.map(s=>s.name.value));for(let s of r.args)if(!i.has(s.name)&&ve(s)){let o=y(s.type);e.reportError(new l(`Field "${r.name}" argument "${s.name}" of type "${o}" is required, but it was not provided.`,{nodes:t}))}}}}}function Nr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:he;for(let a of i)n[a.name]=pe(a.args.filter(ve),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]=pe(c.filter(uo),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=n[c];if(p){var f;let d=(f=a.arguments)!==null&&f!==void 0?f:[],h=new Set(d.map(T=>T.name.value));for(let[T,v]of Object.entries(p))if(!h.has(T)){let D=Xe(v.type)?y(v.type):x(v.type);e.reportError(new l(`Directive "@${c}" argument "${T}" of type "${D}" is required, but it was not provided.`,{nodes:a}))}}}}}}function uo(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Ir(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 l(`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 l(`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 Pe(e,t,n){return{prev:e,key:t,typename:n}}function K(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function Di(e,t,n=po){return bt(e,t,n,void 0)}function po(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 bt(e,t,n,r){if(b(t)){if(e!=null)return bt(e,t.ofType,n,r);n(K(r),e,new l(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(w(t)){let i=t.ofType;return et(e)?Array.from(e,(s,o)=>{let a=Pe(r,o,void 0);return bt(s,i,n,a)}):[bt(e,i,n,r)]}if(L(t)){if(!G(e)){n(K(r),e,new l(`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(K(r),e,new l(`Field "${o.name}" of required type "${c}" was not provided.`))}continue}i[o.name]=bt(a,o.type,n,Pe(r,o.name,t.name))}for(let o of Object.keys(e))if(!s[o]){let a=X(o,Object.keys(t.getFields()));n(K(r),e,new l(`Field "${o}" is not defined by type "${t.name}".`+H(a)))}if(t.isOneOf){let o=Object.keys(i);o.length!==1&&n(K(r),e,new l(`Exactly one key must be specified for OneOf type "${t.name}".`));let a=o[0],c=i[a];c===null&&n(K(r).concat(a),c,new l(`Field "${a}" must be non-null.`))}return i}if(J(t)){let i;try{i=t.parseValue(e)}catch(s){s instanceof l?n(K(r),e,s):n(K(r),e,new l(`Expected type "${t.name}". `+s.message,{originalError:s}));return}return i===void 0&&n(K(r),e,new l(`Expected type "${t.name}".`)),i}k(!1,"Unexpected input type: "+y(t))}function $e(e,t,n){if(e){if(e.kind===u.VARIABLE){let r=e.name.value;if(n==null||n[r]===void 0)return;let i=n[r];return i===null&&b(t)?void 0:i}if(b(t))return e.kind===u.NULL?void 0:$e(e,t.ofType,n);if(e.kind===u.NULL)return null;if(w(t)){let r=t.ofType;if(e.kind===u.LIST){let s=[];for(let o of e.values)if(Fi(o,n)){if(b(r))return;s.push(null)}else{let a=$e(o,r,n);if(a===void 0)return;s.push(a)}return s}let i=$e(e,r,n);return i===void 0?void 0:[i]}if(L(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=pe(e.fields,s=>s.name.value);for(let s of Object.values(t.getFields())){let o=i[s.name];if(!o||Fi(o.value,n)){if(s.defaultValue!==void 0)r[s.name]=s.defaultValue;else if(b(s.type))return;continue}let a=$e(o.value,s.type,n);if(a===void 0)return;r[s.name]=a}if(t.isOneOf){let s=Object.keys(r);if(s.length!==1||r[s[0]]===null)return}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 Fi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function br(e,t,n,r){let i=[],s=r?.maxErrors;try{let o=lo(e,t,n,a=>{if(s!=null&&i.length>=s)throw new l("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 lo(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 l(`Variable "$${o}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:s.type}));continue}if(!ki(n,o)){if(s.defaultValue)i[o]=$e(s.defaultValue,a);else if(b(a)){let p=y(a);r(new l(`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 l(`Variable "$${o}" of non-null type "${p}" must not be null.`,{nodes:s}));continue}i[o]=Di(c,a,(p,f,d)=>{let h=`Variable "$${o}" got invalid value `+y(f);p.length>0&&(h+=` at "${o}${on(p)}"`),r(new l(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=pe(s,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,f=o[c];if(!f){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new l(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=f.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let v=d.name.value;if(n==null||!ki(n,v)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new l(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${v}" which was not provided a runtime value.`,{nodes:d});continue}h=n[v]==null}if(h&&b(p))throw new l(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=$e(d,p,n);if(T===void 0)throw new l(`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 ki(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 Pi(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(!Or(n,a))continue;let c=fo(a),p=s.get(c);p!==void 0?p.push(a):s.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Or(n,a)||!Ci(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)||!Or(n,a))continue;o.add(c);let p=t[c];if(!p||!Ci(e,p,r))continue;un(e,t,n,r,p.selectionSet,s,o);break}}}function Or(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 Ci(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=P(e,r);return i===n?!0:Z(i)?e.isSubType(i,n):!1}function fo(e){return e.alias?e.alias.value:e.name.value}function Rr(e){return{OperationDefinition(t){if(t.operation==="subscription"){let n=e.getSchema(),r=n.getSubscriptionType();if(r){let i=t.name?t.name.value:null,s=Object.create(null),o=e.getDocument(),a=Object.create(null);for(let p of o.definitions)p.kind===u.FRAGMENT_DEFINITION&&(a[p.name.value]=p);let c=pn(n,a,s,r,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new l(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 l(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 rt(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 Sr(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,f=(a=c.arguments)!==null&&a!==void 0?a:[];n(`${s}.${p}`,f)}return!1}function n(r,i){let s=rt(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new l(`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=rt(i,o=>o.name.value);for(let[o,a]of s)a.length>1&&e.reportError(new l(`There can be only one argument named "${o}".`,{nodes:a.map(c=>c.name)}))}}function _r(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 l(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:r.name}));return}return t[i]?e.reportError(new l(`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():he;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(Oe(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 f=p.name.value;t[f]&&(c[f]?e.reportError(new l(`The directive "@${f}" can only be used once at this location.`,{nodes:[c[f],p]})):c[f]=p)}}}}function xr(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 f of c){let d=f.name.value,h=n[a];M(h)&&h.getValue(d)?e.reportError(new l(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:f.name})):p[d]?e.reportError(new l(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],f.name]})):p[d]=f.name}return!1}}function Lr(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 f of c){let d=f.name.value;mo(n[a],d)?e.reportError(new l(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:f.name})):p[d]?e.reportError(new l(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],f.name]})):p[d]=f.name}return!1}}function mo(e,t){return R(e)||_(e)||L(e)?e.getFields()[t]!=null:!1}function wr(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(n){let r=n.name.value;return t[r]?e.reportError(new l(`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 l(`There can be only one input field named "${i}".`,{nodes:[n[i],r.name]})):n[i]=r.name}}}function Ar(e){let t=Object.create(null);return{OperationDefinition(n){let r=n.name;return r&&(t[r.value]?e.reportError(new l(`There can be only one operation named "${r.value}".`,{nodes:[t[r.value],r]})):t[r.value]=r),!1},FragmentDefinition:()=>!1}}function Dr(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,f=n[p];r[p]?e.reportError(new l(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):f?e.reportError(new l(`There can be only one ${p} type in schema.`,{nodes:[f,c]})):n[p]=c}return!1}}function Fr(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 l(`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 l(`There can be only one type named "${s}".`,{nodes:[t[s],i.name]})):t[s]=i.name,!1}}function kr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=rt(r,s=>s.variable.name.value);for(let[s,o]of i)o.length>1&&e.reportError(new l(`There can be only one variable named "$${s}".`,{nodes:o.map(a=>a.variable.name)}))}}}function Cr(e){let t={};return{OperationDefinition:{enter(){t={}}},VariableDefinition(n){t[n.variable.name.value]=n},ListValue(n){let r=We(e.getParentInputType());if(!w(r))return Me(e,n),!1},ObjectValue(n){let r=B(e.getInputType());if(!L(r))return Me(e,n),!1;let i=pe(n.fields,s=>s.name.value);for(let s of Object.values(r.getFields()))if(!i[s.name]&&Ze(s)){let a=y(s.type);e.reportError(new l(`Field "${r.name}.${s.name}" of required type "${a}" was not provided.`,{nodes:n}))}r.isOneOf&&ho(e,n,r,i,t)},ObjectField(n){let r=B(e.getParentInputType());if(!e.getInputType()&&L(r)){let s=X(n.name.value,Object.keys(r.getFields()));e.reportError(new l(`Field "${n.name.value}" is not defined by type "${r.name}".`+H(s),{nodes:n}))}},NullValue(n){let r=e.getInputType();b(r)&&e.reportError(new l(`Expected value of type "${y(r)}", found ${x(n)}.`,{nodes:n}))},EnumValue:n=>Me(e,n),IntValue:n=>Me(e,n),FloatValue:n=>Me(e,n),StringValue:n=>Me(e,n),BooleanValue:n=>Me(e,n)}}function Me(e,t){let n=e.getInputType();if(!n)return;let r=B(n);if(!J(r)){let i=y(n);e.reportError(new l(`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 l(`Expected value of type "${s}", found ${x(t)}.`,{nodes:t}))}}catch(i){let s=y(n);i instanceof l?e.reportError(i):e.reportError(new l(`Expected value of type "${s}", found ${x(t)}; `+i.message,{nodes:t,originalError:i}))}}function ho(e,t,n,r,i){var s;let o=Object.keys(r);if(o.length!==1){e.reportError(new l(`OneOf Input Object "${n.name}" must specify exactly one key.`,{nodes:[t]}));return}let c=(s=r[o[0]])===null||s===void 0?void 0:s.value,p=!c||c.kind===u.NULL,f=c?.kind===u.VARIABLE;if(p){e.reportError(new l(`Field "${n.name}.${o[0]}" must be non-null.`,{nodes:[t]}));return}if(f){let d=c.name.value;i[d].type.kind!==u.NON_NULL_TYPE&&e.reportError(new l(`Variable "${d}" must be non-nullable to be used for OneOf Input Object "${n.name}".`,{nodes:[t]}))}}function Pr(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 l(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function $r(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(),f=P(p,c.type);if(f&&!yo(p,f,c.defaultValue,s,o)){let d=y(f),h=y(s);e.reportError(new l(`Variable "$${a}" of type "${d}" used in position expecting type "${h}".`,{nodes:[c,i]}))}}}}},VariableDefinition(n){t[n.variable.name.value]=n}}}function yo(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 be(e,t,a)}return be(e,t,r)}var Mr=Object.freeze([cr]),it=Object.freeze([er,Ar,or,Rr,en,nr,Pr,Ir,tr,wr,sr,lr,gr,ur,kr,pr,fr,Zt,fn,rr,ln,Cr,vr,$r,yr,dn,...Mr]),To=Object.freeze([ar,Dr,Fr,xr,Lr,Sr,_r,en,Zt,fn,Er,ir,ln,dn,Nr]);var Ur=class{constructor(t,n){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=n}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let n;if(this._fragments)n=this._fragments;else{n=Object.create(null);for(let r of this.getDocument().definitions)r.kind===u.FRAGMENT_DEFINITION&&(n[r.name.value]=r);this._fragments=n}return n[t]}getFragmentSpreads(t){let n=this._fragmentSpreads.get(t);if(!n){n=[];let r=[t],i;for(;i=r.pop();)for(let s of i.selections)s.kind===u.FRAGMENT_SPREAD?n.push(s):s.selectionSet&&r.push(s.selectionSet);this._fragmentSpreads.set(t,n)}return n}getRecursivelyReferencedFragments(t){let n=this._recursivelyReferencedFragments.get(t);if(!n){n=[];let r=Object.create(null),i=[t.selectionSet],s;for(;s=i.pop();)for(let o of this.getFragmentSpreads(s)){let a=o.name.value;if(r[a]!==!0){r[a]=!0;let c=this.getFragment(a);c&&(n.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,n)}return n}};var Ot=class extends Ur{constructor(t,n,r,i){super(n,i),this._schema=t,this._typeInfo=r,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let n=this._variableUsages.get(t);if(!n){let r=[],i=new nt(this._schema);xe(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=it,r,i=new nt(e)){var s;let o=(s=r?.maxErrors)!==null&&s!==void 0?s:100;t||O(!1,"Must provide document."),It(e);let a=Object.freeze({}),c=[],p=new Ot(e,t,i,d=>{if(c.length>=o)throw c.push(new l("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),f=Cn(n.map(d=>d(p)));try{xe(t,Xt(i,f))}catch(d){if(d!==a)throw d}return c}function $i(e){let t;return function(r,i,s){t===void 0&&(t=new WeakMap);let o=t.get(r);o===void 0&&(o=new WeakMap,t.set(r,o));let a=o.get(i);a===void 0&&(a=new WeakMap,o.set(i,a));let c=a.get(s);return c===void 0&&(c=e(r,i,s),a.set(s,c)),c}}function Vr(e){return Promise.all(Object.values(e)).then(t=>{let n=Object.create(null);for(let[r,i]of Object.keys(e).entries())n[i]=t[r];return n})}function Mi(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 Ui(e){return e instanceof Error?e:new Gr(e)}var Gr=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function st(e,t,n){var r;let i=Ui(e);return go(i)?i:new l(i.message,{nodes:(r=i.nodes)!==null&&r!==void 0?r:t,source:i.source,positions:i.positions,path:n,originalError:i})}function go(e){return Array.isArray(e.path)}var Eo=$i((e,t,n)=>Pi(e.schema,e.fragments,e.variableValues,t,n));function En(e){arguments.length<2||O(!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;vo(t,n,r);let s=No(e);if(!("schema"in s))return{errors:s};try{let{operation:o}=s,a=Io(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 vo(e,t,n){t||O(!1,"Must provide document."),It(e),n==null||G(n)||O(!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 No(e){var t,n;let{schema:r,document:i,rootValue:s,contextValue:o,variableValues:a,operationName:c,fieldResolver:p,typeResolver:f,subscribeFieldResolver:d}=e,h,T=Object.create(null);for(let V of i.definitions)switch(V.kind){case u.OPERATION_DEFINITION:if(c==null){if(h!==void 0)return[new l("Must provide operation name if query contains multiple operations.")];h=V}else((t=V.name)===null||t===void 0?void 0:t.value)===c&&(h=V);break;case u.FRAGMENT_DEFINITION:T[V.name.value]=V;break;default:}if(!h)return c!=null?[new l(`Unknown operation named "${c}".`)]:[new l("Must provide an operation.")];let v=(n=h.variableDefinitions)!==null&&n!==void 0?n:[],D=br(r,v,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:f??Qr,subscribeFieldResolver:d??gn,errors:[]}}function Io(e,t,n){let r=e.schema.getRootType(t.operation);if(r==null)throw new l(`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 bo(e,r,n,s,i);case F.SUBSCRIPTION:return yn(e,r,n,s,i)}}function bo(e,t,n,r,i){return Mi(i.entries(),(s,[o,a])=>{let c=Pe(r,o,t.name),p=ji(e,t,n,a,c);return p===void 0?s:ne(p)?p.then(f=>(s[o]=f,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=Pe(r,a,t.name),f=ji(e,t,n,c,p);f!==void 0&&(s[a]=f,ne(f)&&(o=!0))}}catch(a){if(o)return Vr(s).finally(()=>{throw a});throw a}return o?Vr(s):s}function ji(e,t,n,r,i){var s;let o=xo(e.schema,t,r[0]);if(!o)return;let a=o.type,c=(s=o.resolve)!==null&&s!==void 0?s:e.fieldResolver,p=Oo(e,o,r,t,i);try{let f=an(o,r[0],e.variableValues),d=e.contextValue,h=c(n,f,d,p),T;return ne(h)?T=h.then(v=>Rt(e,a,r,p,i,v)):T=Rt(e,a,r,p,i,h),ne(T)?T.then(void 0,v=>{let D=st(v,r,K(i));return Tn(D,a,e)}):T}catch(f){let d=st(f,r,K(i));return Tn(d,a,e)}}function Oo(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(w(t))return Ro(e,t,n,r,i,s);if(J(t))return So(t,s);if(Z(t))return _o(e,t,n,r,i,s);if(R(t))return jr(e,t,n,r,i,s);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function Ro(e,t,n,r,i,s){if(!et(s))throw new l(`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,f)=>{let d=Pe(i,f,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 v=st(T,n,K(d));return Tn(v,o,e)})):h}catch(h){let T=st(h,n,K(d));return Tn(T,o,e)}});return a?Promise.all(c):c}function So(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 _o(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(f=>jr(e,Vi(f,e,t,n,r,s),n,r,i,s)):jr(e,Vi(p,e,t,n,r,s),n,r,i,s)}function Vi(e,t,n,r,i,s){if(e==null)throw new l(`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(R(e))throw new l("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 l(`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 l(`Abstract type "${n.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:r});if(!R(o))throw new l(`Abstract type "${n.name}" was resolved to a non-object type "${e}".`,{nodes:r});if(!t.schema.isSubType(n,o))throw new l(`Runtime Object type "${o.name}" is not a possible type for "${n.name}".`,{nodes:r});return o}function jr(e,t,n,r,i,s){let o=Eo(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(s,e.contextValue,r);if(ne(a))return a.then(c=>{if(!c)throw Gi(t,s,n);return yn(e,t,s,i,o)});if(!a)throw Gi(t,s,n)}return yn(e,t,s,i,o)}function Gi(e,t,n){return new l(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var Qr=function(e,t,n,r){if(G(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(G(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function xo(e,t,n){let r=n.name.value;return r===Ae.name&&e.getQueryType()===t?Ae:r===De.name&&e.getQueryType()===t?De:r===Fe.name?Fe:t.getFields()[r]}import{OperationOutcomeError as Re,allOk as Zo,badRequest as Br,created as ea,deepClone as Ue,evalFhirPath as Qi,generateId as Bi,globalSchema as ta,matchesSearchRequest as na,normalizeOperationOutcome as ra,notFound as qr,preconditionFailed as ia}from"@medplum/core";import{applyPatch as sa}from"rfc6902";var oa=(n=>(n.READER="reader",n.WRITER="writer",n))(oa||{}),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)??[]}},qi=class extends Yr{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}setMode(t){}async createResource(t){let n=Ue(t);n.id||(n.id=Bi()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=Bi()),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),Ue(n)}updateResource(t,n){let r=Ue(t);if(n&&r.meta?.versionId!==n)throw new Re(ia);return r.meta&&(r.meta.versionId&&delete r.meta.versionId,r.meta.lastUpdated&&delete r.meta.lastUpdated),this.createResource(r)}async conditionalUpdate(t,n){let r=await this.searchResources({resourceType:n.resourceType,filters:n.filters});if(r.length===1)return t.id=r[0].id,{resource:await this.updateResource(t),outcome:Zo};if(r.length===0)return delete t.id,{resource:await this.createResource(t),outcome:ea};throw new Re(Br("Multiple matches for resource"))}async patchResource(t,n,r){let i=await this.readResource(t,n);try{let s=sa(i,r).filter(Boolean);if(s.length>0)throw new Re(Br(s.map(o=>o.message).join(`
54
- `)))}catch(s){throw new Re(ra(s))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new Re(qr);return Ue(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new Re(Br("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:Ue(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 Re(qr);return Ue(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let o of r.values())na(o,t)&&i.push(o);let s=i.map(o=>({resource:Ue(o)}));if(t.sortRules)for(let o of t.sortRules)s=s.sort((a,c)=>aa(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 Re(qr);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},aa=(e,t,n)=>{let i=ta.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let s=JSON.stringify(Qi(i,e)),o=JSON.stringify(Qi(i,t));return s.localeCompare(o)*(n.descending?-1:1)};import{capitalize as da,getDataType as zi,isResourceType as ma}from"@medplum/core";import{getReferenceString as ca,getSearchParameters as ua,Operator as pa,parseSearchRequest as la}from"@medplum/core";var vn={base64Binary:E,boolean:U,canonical:E,code:E,date:E,dateTime:E,decimal:se,id:me,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":U,"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 Jr(e,t,n){let r;if(t){let s=n._reference;delete n._reference,r={code:s,operator:pa.EQUALS,value:ca(t)}}n=Object.fromEntries(Object.entries(n).map(([s,o])=>[fa(s),o]));let i=la(e,n);if(r){let s=i.filters||[];i.filters=[r,...s]}return i}function fa(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Hr(e){return e.replaceAll("-","_")}async function Nn(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-4),o=Jr(s,e,t);return(await n.repo.search(o)).entry?.map(c=>c.resource)}function St(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=ua(e);if(n)for(let[r,i]of Object.entries(n))t[Hr(r)]={type:E,description:i.description};return t}function Yi(e){return e.filter(t=>t==="selections").length}function Ji(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function Hi(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var Ki={...vn};function _t(e,t){let n=Ki[e];return n||(n=ha(e,t),Ki[e]=n),n}function ha(e,t){let n=zi(e);return new we({name:e+t,description:n.description,fields:()=>ya(e,t)})}function ya(e,t){let n={};if(ma(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=zi(e);for(let[i,s]of Object.entries(r.elements))for(let o of s.type)ga(t,i,s,o,n)}function ga(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:_t(s,i)};n.max>1&&(o.type=new A(new I(_t(s,i)))),n.min>0&&!t.endsWith("[x]")&&(o.type=new I(o.type));let a=t.split(".").pop().replace("[x]",da(r.code));e[a]=o}import{capitalize as Xi,evalFhirPathTyped as Ea,getDataType as Wi,getResourceTypes as Zi,getSearchParameters as va,isLowerCase as Na,isReference as Ia,isResourceTypeSchema as ba,normalizeOperationOutcome as Oa,OperationOutcomeError as Ra,toJsBoolean as Sa,toTypedValue as _a,tryGetDataType as xa}from"@medplum/core";var In={...vn};function Ve(e){let t=In[e];return t||(t=Kr(e),In[e]=t),t}function Kr(e){if(e==="ResourceList")return new Le({name:"ResourceList",types:()=>Zi().map(Ve).filter(n=>!!n),resolveType:Ma});let t=Wi(e);return new j({name:e,description:t.description,fields:()=>La(e)})}function La(e){let t={};return wa(e,t),ka(e,t),t}function wa(e,t){let n=Wi(e);ba(n)&&(t.resourceType={type:new I(E),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:Ve("ResourceList"),resolve:$a});for(let[r,i]of Object.entries(n.elements))for(let s of i.type)Aa(t,r,i,s)}function Aa(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:Ca(n,i,t),resolve:Pa};n.max>1&&(s.args=Da(i));let o=t.split(".").pop().replace("[x]",Xi(r.code));e[o]=s}function Da(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(!Na(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=xa(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let s of i.type)Fa(t,r,i,s)}return t}function Fa(e,t,n,r){let i=r.code,s=t.replace("[x]",Xi(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 ka(e,t){for(let n of Zi()){let r=Ve(n),i=va(n),s={},o=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(s[Hr(a)]={value:a},o++);if(o>0){let a=new Te({name:e+"_"+n+"_reference",values:s}),c=St(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new A(r),args:c,resolve:Nn}}}}function Ca(e,t,n){let r=Ve(t);return e.max>1&&(r=new A(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function Pa(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[f,d]of Object.entries(c))p=p.filter(h=>h[f]===d);return a&&(p=p.filter(f=>Sa(Ea(a,[_a(f)])))),s&&(p=p.slice(s)),o&&(p=p.slice(0,o)),p}async function $a(e,t,n){if(Ia(e))try{return await n.dataLoader.load(e)}catch(r){throw new Ra(Oa(r),r)}}function Ma(e){let t=e?.resourceType;if(t)return Ve(t).name}var qa=new ja,zr;async function ts(e,t,n){let{query:r,operationName:i,variables:s}=e.body;if(!r)return[xt("Must provide query.")];let o;try{o=Pt(r)}catch{return[xt("GraphQL syntax error.")]}let a=Ha(),c=[...it,ic],p=mn(a,o,c);if(p.length>0)return[Hi(p)];let f=Ya(r);if(f&&!n.options?.introspectionEnabled)return[Ga];Ja(r)&&t.setMode("writer");let d=new Ba(T=>t.readReferences(T)),h=f&&qa.get(r);return h||(h=await En({schema:a,document:o,contextValue:{repo:t,dataLoader:d},operationName:i,variableValues:s})),[Ua,h]}function Ya(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function Ja(e){return e.includes("mutation")}function Ha(){return zr||(zr=Ka()),zr}function Ka(){for(let n of es())In[n]=Kr(n);let e={},t={};for(let n of es()){let r=Ve(n);e[n]={type:r,args:{id:{type:new I(me),description:n+" ID"}},resolve:ec},e[n+"List"]={type:new A(r),args:St(n),resolve:Nn},e[n+"Connection"]={type:Wa(n,r),args:St(n),resolve:Za},t[n+"Create"]={type:r,args:za(n),resolve:tc},t[n+"Update"]={type:r,args:Xa(n),resolve:nc},t[n+"Delete"]={type:r,args:{id:{type:new I(me),description:n+" ID"}},resolve:rc}}return new ke({query:new j({name:"QueryType",fields:e}),mutation:new j({name:"MutationType",fields:t})})}function za(e){return{res:{type:new I(_t(e,"Create")),description:e+" Create"}}}function Xa(e){return{id:{type:new I(me),description:e+" ID"},res:{type:new I(_t(e,"Update")),description:e+" Update"}}}function Wa(e,t){return new j({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 A(new j({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:se},resource:{type:t}}}))}}})}async function Za(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-10),o=Jr(s,e,t);Ji(r,"count")&&(o.total="accurate");let a=await n.repo.search(o);return{count:a.total,offset:o.offset||0,pageSize:o.count||Va,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource}))}}async function ec(e,t,n,r){try{return await n.dataLoader.load({reference:`${r.fieldName}/${t.id}`})}catch(i){throw new bn(Qa(i),i)}}async function tc(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(xt("Invalid resourceType"));return n.repo.createResource(o)}async function nc(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(xt("Invalid resourceType"));if(a!==o.id)throw new bn(xt("Invalid ID"));return n.repo.updateResource(o)}async function rc(e,t,n,r){let i=r.fieldName,s=i.substring(0,i.length-6);await n.repo.deleteResource(s,t.id)}var ic=e=>({Field(t,n,r,i){let s=Yi(i),o=12;if(s>o){let a=t.name.value;e.reportError(new l(`Field "${a}" exceeds max depth (depth=${s}, max=${o})`,{nodes:t}))}}});var On=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=sc(o,t,r);a>s&&(i=o,s=a)}if(i)return{handler:i.handler,params:oc(i,r)}}};function sc(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 oc(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 lc(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[Ge("Not a bundle")];let i=await ei(n,t,r);return[ge,i]}async function fc(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search(Rn(n,r));return[ge,i]}async function dc(e,t){let n=e.query,r=Rn("MultipleTypes",n);if(!r.types||r.types.length===0)return[Ge("No types specified")];let i=await t.search(r);return[ge,i]}async function mc(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search(Rn(n,r));return[ge,i]}async function hc(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[Ge(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[cc,i]}async function yc(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[ge,i]}async function Tc(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[ge,i]}async function gc(e,t){let{resourceType:n,id:r,vid:i}=e.params,s=await t.readVersion(n,r,i);return[ge,s]}async function Ec(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[Ge("Incorrect resource type")];if(i.id!==r)return[Ge("Incorrect ID")];let s=await t.updateResource(i,bc(e.headers?.["if-match"]));return[ge,s]}async function vc(e,t){let{resourceType:n}=e.params,r=e.query,i=e.body,s=Rn(n,r),o=await t.conditionalUpdate(i,s);return[o.outcome,o.resource]}async function Nc(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[ge]}async function Ic(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(!i)return[Ge("Empty patch body")];if(!Array.isArray(i))return[Ge("Patch body must be an array")];let s=await t.patchResource(n,r,i);return[ge,s]}var ns=class extends ac{constructor(n={}){super();this.router=new On;this.options=n,this.router.add("GET","",dc),this.router.add("POST","",lc),this.router.add("GET",":resourceType",fc),this.router.add("POST",":resourceType/_search",mc),this.router.add("POST",":resourceType",hc),this.router.add("GET",":resourceType/:id",yc),this.router.add("GET",":resourceType/:id/_history",Tc),this.router.add("GET",":resourceType/:id/_history/:vid",gc),this.router.add("PUT",":resourceType",vc),this.router.add("PUT",":resourceType/:id",Ec),this.router.add("DELETE",":resourceType/:id",Nc),this.router.add("PATCH",":resourceType/:id",Ic),this.router.add("POST","$graphql",ts)}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[pc];let{handler:s,params:o}=i;n.params=o;try{return await s(n,r,this)}catch(a){return[uc(a)]}}};function bc(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}export{Yr as BaseRepository,ns as FhirRouter,qi as MemoryRepository,oa as RepositoryMode,On as Router};
53
+ `))}var Xn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,n){let r=Array.isArray(n)?n.filter(Boolean):n;this._errors.push(new l(t,{nodes:r}))}getErrors(){return this._errors}};function Uo(e){let t=e.schema,n=t.getQueryType();if(!n)e.reportError("Query root type must be provided.",t.astNode);else if(!R(n)){var r;e.reportError(`Query root type must be Object type, it cannot be ${y(n)}.`,(r=Hn(t,F.QUERY))!==null&&r!==void 0?r:n.astNode)}let i=t.getMutationType();if(i&&!R(i)){var o;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(o=Hn(t,F.MUTATION))!==null&&o!==void 0?o:i.astNode)}let s=t.getSubscriptionType();if(s&&!R(s)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(s)}.`,(a=Hn(t,F.SUBSCRIPTION))!==null&&a!==void 0?a:s.astNode)}}function Hn(e,t){var n;return(n=[e.astNode,...e.extensionASTNodes].flatMap(r=>{var i;return(i=r?.operationTypes)!==null&&i!==void 0?i:[]}).find(r=>r.operation===t))===null||n===void 0?void 0:n.type}function $o(e){for(let n of e.schema.getDirectives()){if(!gt(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}Ce(e,n);for(let r of n.args)if(Ce(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),ve(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 Ce(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function Vo(e){let t=Jo(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}Yn(r)||Ce(e,r),R(r)||_(r)?(Ri(e,r),Si(e,r)):q(r)?Qo(e,r):U(r)?Bo(e,r):L(r)&&(qo(e,r),t(r))}}function Ri(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 s of n){if(Ce(e,s),!Ee(s.type)){var r;e.reportError(`The type of ${t.name}.${s.name} must be Output Type but got: ${y(s.type)}.`,(r=s.astNode)===null||r===void 0?void 0:r.type)}for(let a of s.args){let c=a.name;if(Ce(e,a),!Y(a.type)){var i;e.reportError(`The type of ${t.name}.${s.name}(${c}:) must be Input Type but got: ${y(a.type)}.`,(i=a.astNode)===null||i===void 0?void 0:i.type)}if(ve(a)&&a.deprecationReason!=null){var o;e.reportError(`Required argument ${t.name}.${s.name}(${c}:) cannot be deprecated.`,[zn(a.astNode),(o=a.astNode)===null||o===void 0?void 0:o.type])}}}}function Si(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,jo(e,t,r),Go(e,t,r)}}function Go(e,t,n){let r=t.getFields();for(let c of Object.values(n.getFields())){let p=c.name,f=r[p];if(!f){e.reportError(`Interface field ${n.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!be(e.schema,f.type,c.type)){var i,o;e.reportError(`Interface field ${n.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(f.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(o=f.astNode)===null||o===void 0?void 0:o.type])}for(let d of c.args){let h=d.name,T=f.args.find(v=>v.name===h);if(!T){e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,f.astNode]);continue}if(!Bt(d.type,T.type)){var s,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)}.`,[(s=d.astNode)===null||s===void 0?void 0:s.type,(a=T.astNode)===null||a===void 0?void 0:a.type])}}for(let d of f.args){let h=d.name;!c.args.find(v=>v.name===h)&&ve(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 jo(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 Qo(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.`,_i(t,i.name));continue}r[i.name]=!0,R(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,_i(t,String(i)))}}function Bo(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)Ce(e,r)}function qo(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 o of n){if(Ce(e,o),!Y(o.type)){var r;e.reportError(`The type of ${t.name}.${o.name} must be Input Type but got: ${y(o.type)}.`,(r=o.astNode)===null||r===void 0?void 0:r.type)}if(Ze(o)&&o.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${o.name} cannot be deprecated.`,[zn(o.astNode),(i=o.astNode)===null||i===void 0?void 0:i.type])}t.isOneOf&&Yo(t,o,e)}}function Yo(e,t,n){if(b(t.type)){var r;n.reportError(`OneOf input field ${e.name}.${t.name} must be nullable.`,(r=t.astNode)===null||r===void 0?void 0:r.type)}t.defaultValue!==void 0&&n.reportError(`OneOf input field ${e.name}.${t.name} cannot have a default value.`,t.astNode)}function Jo(e){let t=Object.create(null),n=[],r=Object.create(null);return i;function i(o){if(t[o.name])return;t[o.name]=!0,r[o.name]=n.length;let s=Object.values(o.getFields());for(let a of s)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 f=n.slice(p),d=f.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,f.map(h=>h.astNode))}n.pop()}r[o.name]=void 0}}function Nt(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(o=>{var s;return(s=o.interfaces)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t.name)}function _i(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(o=>{var s;return(s=o.types)!==null&&s!==void 0?s:[]}).filter(o=>o.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 M(e,t){switch(t.kind){case u.LIST_TYPE:{let n=M(e,t.type);return n&&new A(n)}case u.NON_NULL_TYPE:{let n=M(e,t.type);return n&&new I(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var nt=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??Ho,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(),o,s;i&&(o=this._getFieldDef(n,i,t),o&&(s=o.type)),this._fieldDefStack.push(o),this._typeStack.push(Ee(s)?s: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(R(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,o=i?M(n,i):B(this.getType());this._typeStack.push(Ee(o)?o:void 0);break}case u.VARIABLE_DEFINITION:{let i=M(n,t.type);this._inputTypeStack.push(Y(i)?i:void 0);break}case u.ARGUMENT:{var r;let i,o,s=(r=this.getDirective())!==null&&r!==void 0?r:this.getFieldDef();s&&(i=s.args.find(a=>a.name===t.name.value),i&&(o=i.type)),this._argument=i,this._defaultValueStack.push(i?i.defaultValue:void 0),this._inputTypeStack.push(Y(o)?o:void 0);break}case u.LIST:{let i=We(this.getInputType()),o=w(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(Y(o)?o:void 0);break}case u.OBJECT_FIELD:{let i=B(this.getInputType()),o,s;L(i)&&(s=i.getFields()[t.name.value],s&&(o=s.type)),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(Y(o)?o:void 0);break}case u.ENUM:{let i=B(this.getInputType()),o;U(i)&&(o=i.getValue(t.value)),this._enumValue=o;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 Ho(e,t,n){let r=n.name.value;if(r===Ae.name&&e.getQueryType()===t)return Ae;if(r===De.name&&e.getQueryType()===t)return De;if(r===Fe.name&&re(t))return Fe;if(R(t)||_(t))return t.getFields()[r]}function Kt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=Xe(t,r.kind).enter;if(i){let o=i.apply(t,n);return o!==void 0&&(e.leave(r),at(o)&&e.enter(o)),o}},leave(...n){let r=n[0],i=Xe(t,r.kind).leave,o;return i&&(o=i.apply(t,n)),e.leave(r),o}}}function Kn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Wn(e){return e.kind===u.SCHEMA_DEFINITION||Oe(e)||e.kind===u.DIRECTIVE_DEFINITION}function Oe(e){return e.kind===u.SCALAR_TYPE_DEFINITION||e.kind===u.OBJECT_TYPE_DEFINITION||e.kind===u.INTERFACE_TYPE_DEFINITION||e.kind===u.UNION_TYPE_DEFINITION||e.kind===u.ENUM_TYPE_DEFINITION||e.kind===u.INPUT_OBJECT_TYPE_DEFINITION}function Zn(e){return e.kind===u.SCHEMA_EXTENSION||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 er(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 l(`The ${r} definition is not executable.`,{nodes:n}))}return!1}}}function tr(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),o=t.name.value,s=H("to use an inline fragment on",Xo(i,n,o));s===""&&(s=H(zo(n,o))),e.reportError(new l(`Cannot query field "${o}" on type "${n.name}".`+s,{nodes:t}))}}}}function Xo(e,t,n){if(!Z(t))return[];let r=new Set,i=Object.create(null);for(let s of e.getPossibleTypes(t))if(s.getFields()[n]){r.add(s),i[s.name]=1;for(let a of s.getInterfaces()){var o;a.getFields()[n]&&(r.add(a),i[a.name]=((o=i[a.name])!==null&&o!==void 0?o:0)+1)}}return[...r].sort((s,a)=>{let c=i[a.name]-i[s.name];return c!==0?c:_(s)&&e.isSubType(s,a)?-1:_(a)&&e.isSubType(a,s)?1:Je(s.name,a.name)}).map(s=>s.name)}function zo(e,t){if(R(e)||_(e)){let n=Object.keys(e.getFields());return K(t,n)}return[]}function nr(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=M(e.getSchema(),n);if(r&&!re(r)){let i=x(n);e.reportError(new l(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=M(e.getSchema(),t.typeCondition);if(n&&!re(n)){let r=x(t.typeCondition);e.reportError(new l(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function rr(e){return{...ir(e),Argument(t){let n=e.getArgument(),r=e.getFieldDef(),i=e.getParentType();if(!n&&r&&i){let o=t.name.value,s=r.args.map(c=>c.name),a=K(o,s);e.reportError(new l(`Unknown argument "${o}" on field "${i.name}.${r.name}".`+H(a),{nodes:t}))}}}}function ir(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():he;for(let s of r)t[s.name]=s.args.map(a=>a.name);let i=e.getDocument().definitions;for(let s of i)if(s.kind===u.DIRECTIVE_DEFINITION){var o;let a=(o=s.arguments)!==null&&o!==void 0?o:[];t[s.name.value]=a.map(c=>c.name.value)}return{Directive(s){let a=s.name.value,c=t[a];if(s.arguments&&c)for(let p of s.arguments){let f=p.name.value;if(!c.includes(f)){let d=K(f,c);e.reportError(new l(`Unknown argument "${f}" on directive "@${a}".`+H(d),{nodes:p}))}}return!1}}}function Zt(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():he;for(let o of r)t[o.name]=o.locations;let i=e.getDocument().definitions;for(let o of i)o.kind===u.DIRECTIVE_DEFINITION&&(t[o.name.value]=o.locations.map(s=>s.value));return{Directive(o,s,a,c,p){let f=o.name.value,d=t[f];if(!d){e.reportError(new l(`Unknown directive "@${f}".`,{nodes:o}));return}let h=Ko(p);h&&!d.includes(h)&&e.reportError(new l(`Directive "@${f}" may not be used on ${h}.`,{nodes:o}))}}}function Ko(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return Wo(t.operation);case u.FIELD:return N.FIELD;case u.FRAGMENT_SPREAD:return N.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return N.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return N.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return N.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return N.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return N.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return N.OBJECT;case u.FIELD_DEFINITION:return N.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return N.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return N.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return N.ENUM;case u.ENUM_VALUE_DEFINITION:return N.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return N.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?N.INPUT_FIELD_DEFINITION:N.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function Wo(e){switch(e){case F.QUERY:return N.QUERY;case F.MUTATION:return N.MUTATION;case F.SUBSCRIPTION:return N.SUBSCRIPTION}}function or(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new l(`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 o of e.getDocument().definitions)Oe(o)&&(r[o.name.value]=!0);let i=[...Object.keys(n),...Object.keys(r)];return{NamedType(o,s,a,c,p){let f=o.name.value;if(!n[f]&&!r[f]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&Zo(h);if(T&&Li.includes(f))return;let v=K(f,T?Li.concat(i):i);e.reportError(new l(`Unknown type "${f}".`+H(v),{nodes:o}))}}}}var Li=[...qt,...Xt].map(e=>e.name);function Zo(e){return"kind"in e&&(Wn(e)||Zn(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 l("This anonymous operation must be the only defined operation.",{nodes:n}))}}}function ar(e){var t,n,r;let i=e.getSchema(),o=(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(),s=0;return{SchemaDefinition(a){if(o){e.reportError(new l("Cannot define a new schema within a schema extension.",{nodes:a}));return}s>0&&e.reportError(new l("Must provide only one schema definition.",{nodes:a})),++s}}}var es=3;function cr(e){function t(n,r=Object.create(null),i=0){if(n.kind===u.FRAGMENT_SPREAD){let o=n.name.value;if(r[o]===!0)return!1;let s=e.getFragment(o);if(!s)return!1;try{return r[o]=!0,t(s,r,i)}finally{r[o]=void 0}}if(n.kind===u.FIELD&&(n.name.value==="fields"||n.name.value==="interfaces"||n.name.value==="possibleTypes"||n.name.value==="inputFields")&&(i++,i>=es))return!0;if("selectionSet"in n&&n.selectionSet){for(let o of n.selectionSet.selections)if(t(o,r,i))return!0}return!1}return{Field(n){if((n.name.value==="__schema"||n.name.value==="__type")&&t(n))return e.reportError(new l("Maximum introspection depth exceeded",{nodes:[n]})),!1}}}function ur(e){let t=Object.create(null),n=[],r=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(o){return i(o),!1}};function i(o){if(t[o.name.value])return;let s=o.name.value;t[s]=!0;let a=e.getFragmentSpreads(o.selectionSet);if(a.length!==0){r[s]=n.length;for(let c of a){let p=c.name.value,f=r[p];if(n.push(c),f===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=n.slice(f),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new l(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}n.pop()}r[s]=void 0}}}function pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i}of r){let o=i.name.value;t[o]!==!0&&e.reportError(new l(n.name?`Variable "$${o}" is not defined by operation "${n.name.value}".`:`Variable "$${o}" is not defined.`,{nodes:[i,n]}))}}},VariableDefinition(n){t[n.variable.name.value]=!0}}}function lr(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 o of e.getRecursivelyReferencedFragments(i))r[o.name.value]=!0;for(let i of n){let o=i.name.value;r[o]!==!0&&e.reportError(new l(`Fragment "${o}" is never used.`,{nodes:i}))}}}}}function fr(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(n){let r=Object.create(null),i=e.getRecursiveVariableUsages(n);for(let{node:o}of i)r[o.name.value]=!0;for(let o of t){let s=o.variable.name.value;r[s]!==!0&&e.reportError(new l(n.name?`Variable "$${s}" is never used in operation "${n.name.value}".`:`Variable "$${s}" is never used.`,{nodes:o}))}}},VariableDefinition(n){t.push(n)}}}function tn(e){switch(e.kind){case u.OBJECT:return{...e,fields:ts(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 ts(e){return e.map(t=>({...t,value:tn(t.value)})).sort((t,n)=>Je(t.name.value,n.name.value))}function Ai(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+Ai(n)).join(" and "):e}function yr(e){let t=new hr,n=new Map;return{SelectionSet(r){let i=ns(e,n,t,e.getParentType(),r);for(let[[o,s],a,c]of i){let p=Ai(s);e.reportError(new l(`Fields "${o}" conflict because ${p}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:a.concat(c)}))}}}}function ns(e,t,n,r,i){let o=[],[s,a]=on(e,t,r,i);if(is(e,o,t,n,s),a.length!==0)for(let c=0;c<a.length;c++){nn(e,o,t,n,!1,s,a[c]);for(let p=c+1;p<a.length;p++)rn(e,o,t,n,!1,a[c],a[p])}return o}function nn(e,t,n,r,i,o,s){let a=e.getFragment(s);if(!a)return;let[c,p]=mr(e,n,a);if(o!==c){Tr(e,t,n,r,i,o,c);for(let f of p)r.has(f,s,i)||(r.add(f,s,i),nn(e,t,n,r,i,o,f))}}function rn(e,t,n,r,i,o,s){if(o===s||r.has(o,s,i))return;r.add(o,s,i);let a=e.getFragment(o),c=e.getFragment(s);if(!a||!c)return;let[p,f]=mr(e,n,a),[d,h]=mr(e,n,c);Tr(e,t,n,r,i,p,d);for(let T of h)rn(e,t,n,r,i,o,T);for(let T of f)rn(e,t,n,r,i,T,s)}function rs(e,t,n,r,i,o,s,a){let c=[],[p,f]=on(e,t,i,o),[d,h]=on(e,t,s,a);Tr(e,c,t,n,r,p,d);for(let T of h)nn(e,c,t,n,r,p,T);for(let T of f)nn(e,c,t,n,r,d,T);for(let T of f)for(let v of h)rn(e,c,t,n,r,T,v);return c}function is(e,t,n,r,i){for(let[o,s]of Object.entries(i))if(s.length>1)for(let a=0;a<s.length;a++)for(let c=a+1;c<s.length;c++){let p=Di(e,n,r,!1,o,s[a],s[c]);p&&t.push(p)}}function Tr(e,t,n,r,i,o,s){for(let[a,c]of Object.entries(o)){let p=s[a];if(p)for(let f of c)for(let d of p){let h=Di(e,n,r,i,a,f,d);h&&t.push(h)}}}function Di(e,t,n,r,i,o,s){let[a,c,p]=o,[f,d,h]=s,T=r||a!==f&&R(a)&&R(f);if(!T){let Se=c.name.value,ce=d.name.value;if(Se!==ce)return[[i,`"${Se}" and "${ce}" are different fields`],[c],[d]];if(!os(c,d))return[[i,"they have differing arguments"],[c],[d]]}let v=p?.type,D=h?.type;if(v&&D&&dr(v,D))return[[i,`they return conflicting types "${y(v)}" and "${y(D)}"`],[c],[d]];let V=c.selectionSet,ee=d.selectionSet;if(V&&ee){let Se=rs(e,t,n,T,B(v),V,B(D),ee);return ss(Se,i,c,d)}}function os(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:o,value:s})=>[o.value,s]));return n.every(o=>{let s=o.value,a=i.get(o.name.value);return a===void 0?!1:wi(s)===wi(a)})}function wi(e){return x(tn(e))}function dr(e,t){return w(e)?w(t)?dr(e.ofType,t.ofType):!0:w(t)?!0:b(e)?b(t)?dr(e.ofType,t.ofType):!0:b(t)?!0:J(e)||J(t)?e!==t:!1}function on(e,t,n,r){let i=t.get(r);if(i)return i;let o=Object.create(null),s=Object.create(null);Fi(e,n,r,o,s);let a=[o,Object.keys(s)];return t.set(r,a),a}function mr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=M(e.getSchema(),n.typeCondition);return on(e,t,i,n.selectionSet)}function Fi(e,t,n,r,i){for(let o of n.selections)switch(o.kind){case u.FIELD:{let s=o.name.value,a;(R(t)||_(t))&&(a=t.getFields()[s]);let c=o.alias?o.alias.value:s;r[c]||(r[c]=[]),r[c].push([t,o,a]);break}case u.FRAGMENT_SPREAD:i[o.name.value]=!0;break;case u.INLINE_FRAGMENT:{let s=o.typeCondition,a=s?M(e.getSchema(),s):t;Fi(e,a,o.selectionSet,r,i);break}}}function ss(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 hr=class{constructor(){this._data=new Map}has(t,n,r){var i;let[o,s]=t<n?[t,n]:[n,t],a=(i=this._data.get(o))===null||i===void 0?void 0:i.get(s);return a===void 0?!1:r?!0:r===a}add(t,n,r){let[i,o]=t<n?[t,n]:[n,t],s=this._data.get(i);s===void 0?this._data.set(i,new Map([[o,r]])):s.set(o,r)}};function gr(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),o=y(n);e.reportError(new l(`Fragment cannot be spread here as objects of type "${i}" can never be of type "${o}".`,{nodes:t}))}},FragmentSpread(t){let n=t.name.value,r=as(e,n),i=e.getParentType();if(r&&i&&!Vn(e.getSchema(),r,i)){let o=y(i),s=y(r);e.reportError(new l(`Fragment "${n}" cannot be spread here as objects of type "${o}" can never be of type "${s}".`,{nodes:t}))}}}}function as(e,t){let n=e.getFragment(t);if(n){let r=M(e.getSchema(),n.typeCondition);if(re(r))return r}}function Er(e){let t=e.getSchema(),n=Object.create(null);for(let i of e.getDocument().definitions)Oe(i)&&(n[i.name.value]=i);return{ScalarTypeExtension:r,ObjectTypeExtension:r,InterfaceTypeExtension:r,UnionTypeExtension:r,EnumTypeExtension:r,InputObjectTypeExtension:r};function r(i){let o=i.name.value,s=n[o],a=t?.getType(o),c;if(s?c=cs[s.kind]:a&&(c=us(a)),c){if(c!==i.kind){let p=ps(i.kind);e.reportError(new l(`Cannot extend non-${p} type "${o}".`,{nodes:s?[s,i]:i}))}}else{let p=Object.keys({...n,...t?.getTypeMap()}),f=K(o,p);e.reportError(new l(`Cannot extend type "${o}" because it is not defined.`+H(f),{nodes:i.name}))}}}var cs={[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 us(e){if(de(e))return u.SCALAR_TYPE_EXTENSION;if(R(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(q(e))return u.UNION_TYPE_EXTENSION;if(U(e))return u.ENUM_TYPE_EXTENSION;if(L(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function ps(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 vr(e){return{...Nr(e),Field:{leave(t){var n;let r=e.getFieldDef();if(!r)return!1;let i=new Set((n=t.arguments)===null||n===void 0?void 0:n.map(o=>o.name.value));for(let o of r.args)if(!i.has(o.name)&&ve(o)){let s=y(o.type);e.reportError(new l(`Field "${r.name}" argument "${o.name}" of type "${s}" is required, but it was not provided.`,{nodes:t}))}}}}}function Nr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:he;for(let a of i)n[a.name]=pe(a.args.filter(ve),c=>c.name);let o=e.getDocument().definitions;for(let a of o)if(a.kind===u.DIRECTIVE_DEFINITION){var s;let c=(s=a.arguments)!==null&&s!==void 0?s:[];n[a.name.value]=pe(c.filter(ls),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=n[c];if(p){var f;let d=(f=a.arguments)!==null&&f!==void 0?f:[],h=new Set(d.map(T=>T.name.value));for(let[T,v]of Object.entries(p))if(!h.has(T)){let D=Ke(v.type)?y(v.type):x(v.type);e.reportError(new l(`Directive "@${c}" argument "${T}" of type "${D}" is required, but it was not provided.`,{nodes:a}))}}}}}}function ls(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Ir(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(J(B(n))){if(r){let i=t.name.value,o=y(n);e.reportError(new l(`Field "${i}" must not have a selection since type "${o}" has no subfields.`,{nodes:r}))}}else if(!r){let i=t.name.value,o=y(n);e.reportError(new l(`Field "${i}" of type "${o}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}}function sn(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Me(e,t,n){return{prev:e,key:t,typename:n}}function X(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function ki(e,t,n=fs){return bt(e,t,n,void 0)}function fs(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${sn(e)}"`),n.message=r+": "+n.message,n}function bt(e,t,n,r){if(b(t)){if(e!=null)return bt(e,t.ofType,n,r);n(X(r),e,new l(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(w(t)){let i=t.ofType;return et(e)?Array.from(e,(o,s)=>{let a=Me(r,s,void 0);return bt(o,i,n,a)}):[bt(e,i,n,r)]}if(L(t)){if(!G(e)){n(X(r),e,new l(`Expected type "${t.name}" to be an object.`));return}let i={},o=t.getFields();for(let s of Object.values(o)){let a=e[s.name];if(a===void 0){if(s.defaultValue!==void 0)i[s.name]=s.defaultValue;else if(b(s.type)){let c=y(s.type);n(X(r),e,new l(`Field "${s.name}" of required type "${c}" was not provided.`))}continue}i[s.name]=bt(a,s.type,n,Me(r,s.name,t.name))}for(let s of Object.keys(e))if(!o[s]){let a=K(s,Object.keys(t.getFields()));n(X(r),e,new l(`Field "${s}" is not defined by type "${t.name}".`+H(a)))}if(t.isOneOf){let s=Object.keys(i);s.length!==1&&n(X(r),e,new l(`Exactly one key must be specified for OneOf type "${t.name}".`));let a=s[0],c=i[a];c===null&&n(X(r).concat(a),c,new l(`Field "${a}" must be non-null.`))}return i}if(J(t)){let i;try{i=t.parseValue(e)}catch(o){o instanceof l?n(X(r),e,o):n(X(r),e,new l(`Expected type "${t.name}". `+o.message,{originalError:o}));return}return i===void 0&&n(X(r),e,new l(`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(w(t)){let r=t.ofType;if(e.kind===u.LIST){let o=[];for(let s of e.values)if(Ci(s,n)){if(b(r))return;o.push(null)}else{let a=Pe(s,r,n);if(a===void 0)return;o.push(a)}return o}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=pe(e.fields,o=>o.name.value);for(let o of Object.values(t.getFields())){let s=i[o.name];if(!s||Ci(s.value,n)){if(o.defaultValue!==void 0)r[o.name]=o.defaultValue;else if(b(o.type))return;continue}let a=Pe(s.value,o.type,n);if(a===void 0)return;r[o.name]=a}if(t.isOneOf){let o=Object.keys(r);if(o.length!==1||r[o[0]]===null)return}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 Ci(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function br(e,t,n,r){let i=[],o=r?.maxErrors;try{let s=ds(e,t,n,a=>{if(o!=null&&i.length>=o)throw new l("Too many errors processing variables, error limit reached. Execution aborted.");i.push(a)});if(i.length===0)return{coerced:s}}catch(s){i.push(s)}return{errors:i}}function ds(e,t,n,r){let i={};for(let o of t){let s=o.variable.name.value,a=M(e,o.type);if(!Y(a)){let p=x(o.type);r(new l(`Variable "$${s}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:o.type}));continue}if(!Mi(n,s)){if(o.defaultValue)i[s]=Pe(o.defaultValue,a);else if(b(a)){let p=y(a);r(new l(`Variable "$${s}" of required type "${p}" was not provided.`,{nodes:o}))}continue}let c=n[s];if(c===null&&b(a)){let p=y(a);r(new l(`Variable "$${s}" of non-null type "${p}" must not be null.`,{nodes:o}));continue}i[s]=ki(c,a,(p,f,d)=>{let h=`Variable "$${s}" got invalid value `+y(f);p.length>0&&(h+=` at "${s}${sn(p)}"`),r(new l(h+"; "+d.message,{nodes:o,originalError:d}))})}return i}function an(e,t,n){var r;let i={},o=(r=t.arguments)!==null&&r!==void 0?r:[],s=pe(o,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,f=s[c];if(!f){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new l(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=f.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let v=d.name.value;if(n==null||!Mi(n,v)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(b(p))throw new l(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${v}" which was not provided a runtime value.`,{nodes:d});continue}h=n[v]==null}if(h&&b(p))throw new l(`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 l(`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(o=>o.name.value===e.name);if(i)return an(e,i,n)}function Mi(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function pn(e,t,n,r,i){let o=new Map;return un(e,t,n,r,i,o,new Set),o}function Ui(e,t,n,r,i){let o=new Map,s=new Set;for(let a of i)a.selectionSet&&un(e,t,n,r,a.selectionSet,o,s);return o}function un(e,t,n,r,i,o,s){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!Or(n,a))continue;let c=ms(a),p=o.get(c);p!==void 0?p.push(a):o.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Or(n,a)||!Pi(e,a,r))continue;un(e,t,n,r,a.selectionSet,o,s);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(s.has(c)||!Or(n,a))continue;s.add(c);let p=t[c];if(!p||!Pi(e,p,r))continue;un(e,t,n,r,p.selectionSet,o,s);break}}}function Or(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 Pi(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=M(e,r);return i===n?!0:Z(i)?e.isSubType(i,n):!1}function ms(e){return e.alias?e.alias.value:e.name.value}function Rr(e){return{OperationDefinition(t){if(t.operation==="subscription"){let n=e.getSchema(),r=n.getSubscriptionType();if(r){let i=t.name?t.name.value:null,o=Object.create(null),s=e.getDocument(),a=Object.create(null);for(let p of s.definitions)p.kind===u.FRAGMENT_DEFINITION&&(a[p.name.value]=p);let c=pn(n,a,o,r,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new l(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 l(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 rt(e,t){let n=new Map;for(let r of e){let i=t(r),o=n.get(i);o===void 0?n.set(i,[r]):o.push(r)}return n}function Sr(e){return{DirectiveDefinition(r){var i;let o=(i=r.arguments)!==null&&i!==void 0?i:[];return n(`@${r.name.value}`,o)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(r){var i;let o=r.name.value,s=(i=r.fields)!==null&&i!==void 0?i:[];for(let c of s){var a;let p=c.name.value,f=(a=c.arguments)!==null&&a!==void 0?a:[];n(`${o}.${p}`,f)}return!1}function n(r,i){let o=rt(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new l(`Argument "${r}(${s}:)" 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:[],o=rt(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new l(`There can be only one argument named "${s}".`,{nodes:a.map(c=>c.name)}))}}function _r(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 l(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:r.name}));return}return t[i]?e.reportError(new l(`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():he;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 o=Object.create(null),s=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=o;else if(Oe(a)||Wt(a)){let p=a.name.value;c=s[p],c===void 0&&(s[p]=c=Object.create(null))}else c=Object.create(null);for(let p of a.directives){let f=p.name.value;t[f]&&(c[f]?e.reportError(new l(`The directive "@${f}" can only be used once at this location.`,{nodes:[c[f],p]})):c[f]=p)}}}}function xr(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(o){var s;let a=o.name.value;r[a]||(r[a]=Object.create(null));let c=(s=o.values)!==null&&s!==void 0?s:[],p=r[a];for(let f of c){let d=f.name.value,h=n[a];U(h)&&h.getValue(d)?e.reportError(new l(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:f.name})):p[d]?e.reportError(new l(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],f.name]})):p[d]=f.name}return!1}}function Lr(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(o){var s;let a=o.name.value;r[a]||(r[a]=Object.create(null));let c=(s=o.fields)!==null&&s!==void 0?s:[],p=r[a];for(let f of c){let d=f.name.value;hs(n[a],d)?e.reportError(new l(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:f.name})):p[d]?e.reportError(new l(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],f.name]})):p[d]=f.name}return!1}}function hs(e,t){return R(e)||_(e)||L(e)?e.getFields()[t]!=null:!1}function wr(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(n){let r=n.name.value;return t[r]?e.reportError(new l(`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 l(`There can be only one input field named "${i}".`,{nodes:[n[i],r.name]})):n[i]=r.name}}}function Ar(e){let t=Object.create(null);return{OperationDefinition(n){let r=n.name;return r&&(t[r.value]?e.reportError(new l(`There can be only one operation named "${r.value}".`,{nodes:[t[r.value],r]})):t[r.value]=r),!1},FragmentDefinition:()=>!1}}function Dr(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(o){var s;let a=(s=o.operationTypes)!==null&&s!==void 0?s:[];for(let c of a){let p=c.operation,f=n[p];r[p]?e.reportError(new l(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):f?e.reportError(new l(`There can be only one ${p} type in schema.`,{nodes:[f,c]})):n[p]=c}return!1}}function Fr(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 o=i.name.value;if(n!=null&&n.getType(o)){e.reportError(new l(`Type "${o}" already exists in the schema. It cannot also be defined in this type definition.`,{nodes:i.name}));return}return t[o]?e.reportError(new l(`There can be only one type named "${o}".`,{nodes:[t[o],i.name]})):t[o]=i.name,!1}}function kr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=rt(r,o=>o.variable.name.value);for(let[o,s]of i)s.length>1&&e.reportError(new l(`There can be only one variable named "$${o}".`,{nodes:s.map(a=>a.variable.name)}))}}}function Cr(e){let t={};return{OperationDefinition:{enter(){t={}}},VariableDefinition(n){t[n.variable.name.value]=n},ListValue(n){let r=We(e.getParentInputType());if(!w(r))return Ue(e,n),!1},ObjectValue(n){let r=B(e.getInputType());if(!L(r))return Ue(e,n),!1;let i=pe(n.fields,o=>o.name.value);for(let o of Object.values(r.getFields()))if(!i[o.name]&&Ze(o)){let a=y(o.type);e.reportError(new l(`Field "${r.name}.${o.name}" of required type "${a}" was not provided.`,{nodes:n}))}r.isOneOf&&ys(e,n,r,i,t)},ObjectField(n){let r=B(e.getParentInputType());if(!e.getInputType()&&L(r)){let o=K(n.name.value,Object.keys(r.getFields()));e.reportError(new l(`Field "${n.name.value}" is not defined by type "${r.name}".`+H(o),{nodes:n}))}},NullValue(n){let r=e.getInputType();b(r)&&e.reportError(new l(`Expected value of type "${y(r)}", found ${x(n)}.`,{nodes:n}))},EnumValue:n=>Ue(e,n),IntValue:n=>Ue(e,n),FloatValue:n=>Ue(e,n),StringValue:n=>Ue(e,n),BooleanValue:n=>Ue(e,n)}}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 l(`Expected value of type "${i}", found ${x(t)}.`,{nodes:t}));return}try{if(r.parseLiteral(t,void 0)===void 0){let o=y(n);e.reportError(new l(`Expected value of type "${o}", found ${x(t)}.`,{nodes:t}))}}catch(i){let o=y(n);i instanceof l?e.reportError(i):e.reportError(new l(`Expected value of type "${o}", found ${x(t)}; `+i.message,{nodes:t,originalError:i}))}}function ys(e,t,n,r,i){var o;let s=Object.keys(r);if(s.length!==1){e.reportError(new l(`OneOf Input Object "${n.name}" must specify exactly one key.`,{nodes:[t]}));return}let c=(o=r[s[0]])===null||o===void 0?void 0:o.value,p=!c||c.kind===u.NULL,f=c?.kind===u.VARIABLE;if(p){e.reportError(new l(`Field "${n.name}.${s[0]}" must be non-null.`,{nodes:[t]}));return}if(f){let d=c.name.value;i[d].type.kind!==u.NON_NULL_TYPE&&e.reportError(new l(`Variable "${d}" must be non-nullable to be used for OneOf Input Object "${n.name}".`,{nodes:[t]}))}}function Mr(e){return{VariableDefinition(t){let n=M(e.getSchema(),t.type);if(n!==void 0&&!Y(n)){let r=t.variable.name.value,i=x(t.type);e.reportError(new l(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i,type:o,defaultValue:s}of r){let a=i.name.value,c=t[a];if(c&&o){let p=e.getSchema(),f=M(p,c.type);if(f&&!Ts(p,f,c.defaultValue,o,s)){let d=y(f),h=y(o);e.reportError(new l(`Variable "$${a}" of type "${d}" used in position expecting type "${h}".`,{nodes:[c,i]}))}}}}},VariableDefinition(n){t[n.variable.name.value]=n}}}function Ts(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 be(e,t,a)}return be(e,t,r)}var Ur=Object.freeze([cr]),it=Object.freeze([er,Ar,sr,Rr,en,nr,Mr,Ir,tr,wr,or,lr,gr,ur,kr,pr,fr,Zt,fn,rr,ln,Cr,vr,Pr,yr,dn,...Ur]),gs=Object.freeze([ar,Dr,Fr,xr,Lr,Sr,_r,en,Zt,fn,Er,ir,ln,dn,Nr]);var $r=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 o of i.selections)o.kind===u.FRAGMENT_SPREAD?n.push(o):o.selectionSet&&r.push(o.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],o;for(;o=i.pop();)for(let s of this.getFragmentSpreads(o)){let a=s.name.value;if(r[a]!==!0){r[a]=!0;let c=this.getFragment(a);c&&(n.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,n)}return n}};var Ot=class extends $r{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 nt(this._schema);xe(t,Kt(i,{VariableDefinition:()=>!1,Variable(o){r.push({node:o,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=it,r,i=new nt(e)){var o;let s=(o=r?.maxErrors)!==null&&o!==void 0?o:100;t||O(!1,"Must provide document."),It(e);let a=Object.freeze({}),c=[],p=new Ot(e,t,i,d=>{if(c.length>=s)throw c.push(new l("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),f=Cn(n.map(d=>d(p)));try{xe(t,Kt(i,f))}catch(d){if(d!==a)throw d}return c}function $i(e){let t;return function(r,i,o){t===void 0&&(t=new WeakMap);let s=t.get(r);s===void 0&&(s=new WeakMap,t.set(r,s));let a=s.get(i);a===void 0&&(a=new WeakMap,s.set(i,a));let c=a.get(o);return c===void 0&&(c=e(r,i,o),a.set(o,c)),c}}function Vr(e){return Promise.all(Object.values(e)).then(t=>{let n=Object.create(null);for(let[r,i]of Object.keys(e).entries())n[i]=t[r];return n})}function Vi(e,t,n){let r=n;for(let i of e)r=ne(r)?r.then(o=>t(o,i)):t(r,i);return r}function Gi(e){return e instanceof Error?e:new Gr(e)}var Gr=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function ot(e,t,n){var r;let i=Gi(e);return Es(i)?i:new l(i.message,{nodes:(r=i.nodes)!==null&&r!==void 0?r:t,source:i.source,positions:i.positions,path:n,originalError:i})}function Es(e){return Array.isArray(e.path)}var vs=$i((e,t,n)=>Ui(e.schema,e.fragments,e.variableValues,t,n));function En(e){arguments.length<2||O(!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;Ns(t,n,r);let o=Is(e);if(!("schema"in o))return{errors:o};try{let{operation:s}=o,a=bs(o,s,i);return ne(a)?a.then(c=>hn(c,o.errors),c=>(o.errors.push(c),hn(null,o.errors))):hn(a,o.errors)}catch(s){return o.errors.push(s),hn(null,o.errors)}}function hn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function Ns(e,t,n){t||O(!1,"Must provide document."),It(e),n==null||G(n)||O(!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 Is(e){var t,n;let{schema:r,document:i,rootValue:o,contextValue:s,variableValues:a,operationName:c,fieldResolver:p,typeResolver:f,subscribeFieldResolver:d}=e,h,T=Object.create(null);for(let V of i.definitions)switch(V.kind){case u.OPERATION_DEFINITION:if(c==null){if(h!==void 0)return[new l("Must provide operation name if query contains multiple operations.")];h=V}else((t=V.name)===null||t===void 0?void 0:t.value)===c&&(h=V);break;case u.FRAGMENT_DEFINITION:T[V.name.value]=V;break;default:}if(!h)return c!=null?[new l(`Unknown operation named "${c}".`)]:[new l("Must provide an operation.")];let v=(n=h.variableDefinitions)!==null&&n!==void 0?n:[],D=br(r,v,a??{},{maxErrors:50});return D.errors?D.errors:{schema:r,fragments:T,rootValue:o,contextValue:s,operation:h,variableValues:D.coerced,fieldResolver:p??gn,typeResolver:f??Qr,subscribeFieldResolver:d??gn,errors:[]}}function bs(e,t,n){let r=e.schema.getRootType(t.operation);if(r==null)throw new l(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=pn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),o=void 0;switch(t.operation){case F.QUERY:return yn(e,r,n,o,i);case F.MUTATION:return Os(e,r,n,o,i);case F.SUBSCRIPTION:return yn(e,r,n,o,i)}}function Os(e,t,n,r,i){return Vi(i.entries(),(o,[s,a])=>{let c=Me(r,s,t.name),p=Bi(e,t,n,a,c);return p===void 0?o:ne(p)?p.then(f=>(o[s]=f,o)):(o[s]=p,o)},Object.create(null))}function yn(e,t,n,r,i){let o=Object.create(null),s=!1;try{for(let[a,c]of i.entries()){let p=Me(r,a,t.name),f=Bi(e,t,n,c,p);f!==void 0&&(o[a]=f,ne(f)&&(s=!0))}}catch(a){if(s)return Vr(o).finally(()=>{throw a});throw a}return s?Vr(o):o}function Bi(e,t,n,r,i){var o;let s=Ls(e.schema,t,r[0]);if(!s)return;let a=s.type,c=(o=s.resolve)!==null&&o!==void 0?o:e.fieldResolver,p=Rs(e,s,r,t,i);try{let f=an(s,r[0],e.variableValues),d=e.contextValue,h=c(n,f,d,p),T;return ne(h)?T=h.then(v=>Rt(e,a,r,p,i,v)):T=Rt(e,a,r,p,i,h),ne(T)?T.then(void 0,v=>{let D=ot(v,r,X(i));return Tn(D,a,e)}):T}catch(f){let d=ot(f,r,X(i));return Tn(d,a,e)}}function Rs(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,o){if(o instanceof Error)throw o;if(b(t)){let s=Rt(e,t.ofType,n,r,i,o);if(s===null)throw new Error(`Cannot return null for non-nullable field ${r.parentType.name}.${r.fieldName}.`);return s}if(o==null)return null;if(w(t))return Ss(e,t,n,r,i,o);if(J(t))return _s(t,o);if(Z(t))return xs(e,t,n,r,i,o);if(R(t))return jr(e,t,n,r,i,o);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function Ss(e,t,n,r,i,o){if(!et(o))throw new l(`Expected Iterable, but did not find one for field "${r.parentType.name}.${r.fieldName}".`);let s=t.ofType,a=!1,c=Array.from(o,(p,f)=>{let d=Me(i,f,void 0);try{let h;return ne(p)?h=p.then(T=>Rt(e,s,n,r,d,T)):h=Rt(e,s,n,r,d,p),ne(h)?(a=!0,h.then(void 0,T=>{let v=ot(T,n,X(d));return Tn(v,s,e)})):h}catch(h){let T=ot(h,n,X(d));return Tn(T,s,e)}});return a?Promise.all(c):c}function _s(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 xs(e,t,n,r,i,o){var s;let a=(s=t.resolveType)!==null&&s!==void 0?s:e.typeResolver,c=e.contextValue,p=a(o,c,r,t);return ne(p)?p.then(f=>jr(e,ji(f,e,t,n,r,o),n,r,i,o)):jr(e,ji(p,e,t,n,r,o),n,r,i,o)}function ji(e,t,n,r,i,o){if(e==null)throw new l(`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(R(e))throw new l("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 l(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}" with value ${y(o)}, received "${y(e)}".`);let s=t.schema.getType(e);if(s==null)throw new l(`Abstract type "${n.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:r});if(!R(s))throw new l(`Abstract type "${n.name}" was resolved to a non-object type "${e}".`,{nodes:r});if(!t.schema.isSubType(n,s))throw new l(`Runtime Object type "${s.name}" is not a possible type for "${n.name}".`,{nodes:r});return s}function jr(e,t,n,r,i,o){let s=vs(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(o,e.contextValue,r);if(ne(a))return a.then(c=>{if(!c)throw Qi(t,o,n);return yn(e,t,o,i,s)});if(!a)throw Qi(t,o,n)}return yn(e,t,o,i,s)}function Qi(e,t,n){return new l(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var Qr=function(e,t,n,r){if(G(e)&&typeof e.__typename=="string")return e.__typename;let i=n.schema.getPossibleTypes(r),o=[];for(let s=0;s<i.length;s++){let a=i[s];if(a.isTypeOf){let c=a.isTypeOf(e,t,n);if(ne(c))o[s]=c;else if(c)return a.name}}if(o.length)return Promise.all(o).then(s=>{for(let a=0;a<s.length;a++)if(s[a])return i[a].name})},gn=function(e,t,n,r){if(G(e)||typeof e=="function"){let i=e[r.fieldName];return typeof i=="function"?e[r.fieldName](t,n,r):i}};function Ls(e,t,n){let r=n.name.value;return r===Ae.name&&e.getQueryType()===t?Ae:r===De.name&&e.getQueryType()===t?De:r===Fe.name?Fe:t.getFields()[r]}import{OperationOutcomeError as Re,allOk as ea,badRequest as Br,created as ta,deepClone as $e,evalFhirPath as qi,generateId as Yi,globalSchema as na,matchesSearchRequest as ra,normalizeOperationOutcome as ia,notFound as qr,preconditionFailed as oa}from"@medplum/core";import{applyPatch as sa}from"rfc6902";var aa=(n=>(n.READER="reader",n.WRITER="writer",n))(aa||{}),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)??[]}},Ji=class extends Yr{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}setMode(t){}async createResource(t){let n=$e(t);n.id||(n.id=Yi()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=Yi()),n.meta.lastUpdated||(n.meta.lastUpdated=new Date().toISOString());let{resourceType:r,id:i}=n,o=this.resources.get(r);o||(o=new Map,this.resources.set(r,o)),o.set(i,n);let s=this.history.get(r);s||(s=new Map,this.history.set(r,s));let a=s.get(i);return a||(a=[],s.set(i,a)),a.push(n),$e(n)}updateResource(t,n){let r=$e(t);if(n&&r.meta?.versionId!==n)throw new Re(oa);return r.meta&&(r.meta.versionId&&delete r.meta.versionId,r.meta.lastUpdated&&delete r.meta.lastUpdated),this.createResource(r)}async conditionalUpdate(t,n){let r=await this.searchResources({resourceType:n.resourceType,filters:n.filters});if(r.length===1)return t.id=r[0].id,{resource:await this.updateResource(t),outcome:ea};if(r.length===0)return delete t.id,{resource:await this.createResource(t),outcome:ta};throw new Re(Br("Multiple matches for resource"))}async patchResource(t,n,r){let i=await this.readResource(t,n);try{let o=sa(i,r).filter(Boolean);if(o.length>0)throw new Re(Br(o.map(s=>s.message).join(`
54
+ `)))}catch(o){throw new Re(ia(o))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new Re(qr);return $e(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new Re(Br("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:$e(r)}))}}async readVersion(t,n,r){await this.readResource(t,n);let i=this.history.get(t)?.get(n)?.find(o=>o.meta?.versionId===r);if(!i)throw new Re(qr);return $e(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let s of r.values())ra(s,t)&&i.push(s);let o=i.map(s=>({resource:$e(s)}));if(t.sortRules)for(let s of t.sortRules)o=o.sort((a,c)=>ca(a.resource,c.resource,s));return t.offset!==void 0&&(o=o.slice(t.offset)),t.count!==void 0&&(o=o.slice(0,t.count)),{resourceType:"Bundle",type:"searchset",entry:o,total:i.length}}async deleteResource(t,n){if(!this.resources.get(t)?.get(n))throw new Re(qr);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},ca=(e,t,n)=>{let i=na.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let o=JSON.stringify(qi(i,e)),s=JSON.stringify(qi(i,t));return o.localeCompare(s)*(n.descending?-1:1)};import{capitalize as ya,getDataType as Ki,isResourceType as Ta}from"@medplum/core";import{DEFAULT_MAX_SEARCH_COUNT as ua,DEFAULT_SEARCH_COUNT as pa,getReferenceString as la,getSearchParameters as fa,Operator as da,parseSearchRequest as ma}from"@medplum/core";var vn={base64Binary:E,boolean:$,canonical:E,code:E,date:E,dateTime:E,decimal:oe,id:me,instant:E,integer:oe,markdown:E,number:oe,oid:E,positiveInt:oe,string:E,time:E,unsignedInt:oe,uri:E,url:E,uuid:E,xhtml:E,"http://hl7.org/fhirpath/System.Boolean":$,"http://hl7.org/fhirpath/System.Date":E,"http://hl7.org/fhirpath/System.DateTime":E,"http://hl7.org/fhirpath/System.Decimal":oe,"http://hl7.org/fhirpath/System.Integer":oe,"http://hl7.org/fhirpath/System.String":E,"http://hl7.org/fhirpath/System.Time":E};function Jr(e,t,n){let r;if(t){let o=n._reference;delete n._reference,r={code:o,operator:da.EQUALS,value:la(t)}}n=Object.fromEntries(Object.entries(n).map(([o,s])=>[ha(o),s]));let i=ma(e,n);if(r){let o=i.filters||[];i.filters=[r,...o]}return i}function Hr(e,t){e.count=Math.min(e.count??pa,t??ua)}function ha(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Xr(e){return e.replaceAll("-","_")}async function Nn(e,t,n,r){if(n.searchCount++,n.config?.graphqlMaxSearches&&n.searchCount>n.config.graphqlMaxSearches)throw new Error("Maximum number of searches exceeded");let i=r.fieldName,o=i.substring(0,i.length-4),s=Jr(o,e,t);return Hr(s,n.config?.graphqlMaxSearches),(await n.repo.search(s)).entry?.map(c=>c.resource)}function St(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=fa(e);if(n)for(let[r,i]of Object.entries(n))t[Xr(r)]={type:E,description:i.description};return t}function Hi(e){return e.filter(t=>t==="selections").length}function zr(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function Xi(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var zi={...vn};function _t(e,t){let n=zi[e];return n||(n=ga(e,t),zi[e]=n),n}function ga(e,t){let n=Ki(e);return new we({name:e+t,description:n.description,fields:()=>Ea(e,t)})}function Ea(e,t){let n={};if(Ta(e)){let r={description:"The type of resource",type:E};n.resourceType=r}return va(e,n,t),n}function va(e,t,n){let r=Ki(e);for(let[i,o]of Object.entries(r.elements))for(let s of o.type)Na(t,i,o,s,n)}function Na(e,t,n,r,i){let o=r.code;if(o==="Resource")return;(o==="Element"||o==="BackboneElement")&&(o=n.type[0].code);let s={description:n.description,type:_t(o,i)};n.max>1&&(s.type=new A(new I(_t(o,i)))),n.min>0&&!t.endsWith("[x]")&&(s.type=new I(s.type));let a=t.split(".").pop().replace("[x]",ya(r.code));e[a]=s}import{capitalize as Wi,evalFhirPathTyped as Ia,getDataType as Zi,getResourceTypes as eo,getSearchParameters as ba,isLowerCase as Oa,isReference as Ra,isResourceTypeSchema as Sa,normalizeOperationOutcome as _a,OperationOutcomeError as xa,toJsBoolean as La,toTypedValue as wa,tryGetDataType as Aa}from"@medplum/core";var In={...vn};function Ve(e){let t=In[e];return t||(t=Kr(e),In[e]=t),t}function Kr(e){if(e==="ResourceList")return new Le({name:"ResourceList",types:()=>eo().map(Ve).filter(n=>!!n),resolveType:Ga});let t=Zi(e);return new j({name:e,description:t.description,fields:()=>Da(e)})}function Da(e){let t={};return Fa(e,t),Pa(e,t),t}function Fa(e,t){let n=Zi(e);Sa(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 o of i.type)ka(t,r,i,o)}function ka(e,t,n,r){let i=r.code;(i==="Element"||i==="BackboneElement")&&(i=n.type[0].code),i==="Resource"&&(i="ResourceList");let o={description:n.description,type:Ua(n,i,t),resolve:$a};n.max>1&&(o.args=Ca(i));let s=t.split(".").pop().replace("[x]",Wi(r.code));e[s]=o}function Ca(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(!Oa(e.charAt(0))){t.fhirpath={type:E,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=Aa(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let o of i.type)Ma(t,r,i,o)}return t}function Ma(e,t,n,r){let i=r.code,o=t.replace("[x]",Wi(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[o]={type:E,description:n.description};break}}function Pa(e,t){for(let n of eo()){let r=Ve(n),i=ba(n),o={},s=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(o[Xr(a)]={value:a},s++);if(s>0){let a=new Te({name:e+"_"+n+"_reference",values:o}),c=St(n);c._reference={type:new I(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new A(r),args:c,resolve:Nn}}}}function Ua(e,t,n){let r=Ve(t);return e.max>1&&(r=new A(new I(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new I(r)),r}async function $a(e,t,n,r){let i=e?.[r.fieldName];if(!t||!i)return i;let{_offset:o,_count:s,fhirpath:a,...c}=t,p=i;for(let[f,d]of Object.entries(c))p=p.filter(h=>h[f]===d);return a&&(p=p.filter(f=>La(Ia(a,[wa(f)])))),o&&(p=p.slice(o)),s&&(p=p.slice(0,s)),p}async function Va(e,t,n){if(Ra(e))try{return await n.dataLoader.load(e)}catch(r){throw new xa(_a(r),r)}}function Ga(e){let t=e?.resourceType;if(t)return Ve(t).name}var Ha=new qa,Wr;async function no(e,t,n){let{query:r,operationName:i,variables:o}=e.body;if(!r)return[xt("Must provide query.")];let s;try{s=Mt(r)}catch{return[xt("GraphQL syntax error.")]}let a=Ka(),c=[...it,cc(e.config?.graphqlMaxDepth)],p=mn(a,s,c);if(p.length>0)return[Xi(p)];let f=Xa(r);if(f&&!n.options?.introspectionEnabled)return[Ba];za(r)&&t.setMode("writer");let d=new Ja(T=>t.readReferences(T)),h=f&&Ha.get(r);if(!h){let T={repo:t,config:e.config,dataLoader:d,searchCount:0};h=await En({schema:a,document:s,contextValue:T,operationName:i,variableValues:o})}return[ja,h]}function Xa(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function za(e){return e.includes("mutation")}function Ka(){return Wr||(Wr=Wa()),Wr}function Wa(){for(let n of to())In[n]=Kr(n);let e={},t={};for(let n of to()){let r=Ve(n);e[n]={type:r,args:{id:{type:new I(me),description:n+" ID"}},resolve:rc},e[n+"List"]={type:new A(r),args:St(n),resolve:Nn},e[n+"Connection"]={type:tc(n,r),args:St(n),resolve:nc},t[n+"Create"]={type:r,args:Za(n),resolve:ic},t[n+"Update"]={type:r,args:ec(n),resolve:oc},t[n+"Delete"]={type:r,args:{id:{type:new I(me),description:n+" ID"}},resolve:sc}}return new ke({query:new j({name:"QueryType",fields:e}),mutation:new j({name:"MutationType",fields:t})})}function Za(e){return{res:{type:new I(_t(e,"Create")),description:e+" Create"}}}function ec(e){return{id:{type:new I(me),description:e+" ID"},res:{type:new I(_t(e,"Update")),description:e+" Update"}}}function tc(e,t){return new j({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 A(new j({name:e+"ConnectionEdge",fields:{mode:{type:E},score:{type:oe},resource:{type:t}}}))}}})}async function nc(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-10),s=Jr(o,e,t);zr(r,"count")&&(s.total="accurate"),zr(r,"edges")||(s.count=0),Hr(s,n.config?.graphqlMaxSearches);let a=await n.repo.search(s);return{count:a.total,offset:s.offset??0,pageSize:s.count??Qa,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource}))}}async function rc(e,t,n,r){try{return await n.dataLoader.load({reference:`${r.fieldName}/${t.id}`})}catch(i){throw new bn(Ya(i),i)}}async function ic(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6),s=t.res;if(s.resourceType!==o)throw new bn(xt("Invalid resourceType"));return n.repo.createResource(s)}async function oc(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6),s=t.res,a=t.id;if(s.resourceType!==o)throw new bn(xt("Invalid resourceType"));if(a!==s.id)throw new bn(xt("Invalid ID"));return n.repo.updateResource(s)}async function sc(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6);await n.repo.deleteResource(o,t.id)}var ac=12,cc=(e=ac)=>t=>({Field(n,r,i,o){let s=Hi(o);if(s>e){let a=n.name.value;t.reportError(new l(`Field "${a}" exceeds max depth (depth=${s}, max=${e})`,{nodes:n}))}}});var On=class{constructor(){this.routes=[]}add(t,n,r){let i=n.split("/").filter(o=>!!o).map(o=>o.startsWith(":")?{value:o.substring(1),param:!0}:{value:o});this.routes.push({method:t,path:i,handler:r})}find(t,n){let r=n.split("/").filter(s=>!!s),i,o=-1;for(let s of this.routes){let a=uc(s,t,r);a>o&&(i=s,o=a)}if(i)return{handler:i.handler,params:pc(i,r)}}};function uc(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 pc(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 hc(e,t,n){let r=e.body;if(r.resourceType!=="Bundle")return[Ge("Not a bundle")];let i=await ni(n,t,r);return[ge,i]}async function yc(e,t){let{resourceType:n}=e.params,r=e.query,i=await t.search(Rn(n,r));return[ge,i]}async function Tc(e,t){let n=e.query,r=Rn("MultipleTypes",n);if(!r.types||r.types.length===0)return[Ge("No types specified")];let i=await t.search(r);return[ge,i]}async function gc(e,t){let{resourceType:n}=e.params,r=e.body,i=await t.search(Rn(n,r));return[ge,i]}async function Ec(e,t){let{resourceType:n}=e.params,r=e.body;if(r.resourceType!==n)return[Ge(`Incorrect resource type: expected ${n}, but found ${r.resourceType||"<EMPTY>"}`)];let i=await t.createResource(r);return[fc,i]}async function vc(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[ge,i]}async function Nc(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[ge,i]}async function Ic(e,t){let{resourceType:n,id:r,vid:i}=e.params,o=await t.readVersion(n,r,i);return[ge,o]}async function bc(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(i.resourceType!==n)return[Ge("Incorrect resource type")];if(i.id!==r)return[Ge("Incorrect ID")];let o=await t.updateResource(i,_c(e.headers?.["if-match"]));return[ge,o]}async function Oc(e,t){let{resourceType:n}=e.params,r=e.query,i=e.body,o=Rn(n,r),s=await t.conditionalUpdate(i,o);return[s.outcome,s.resource]}async function Rc(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[ge]}async function Sc(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(!i)return[Ge("Empty patch body")];if(!Array.isArray(i))return[Ge("Patch body must be an array")];let o=await t.patchResource(n,r,i);return[ge,o]}var ro=class extends lc{constructor(n={}){super();this.router=new On;this.options=n,this.router.add("GET","",Tc),this.router.add("POST","",hc),this.router.add("GET",":resourceType",yc),this.router.add("POST",":resourceType/_search",gc),this.router.add("POST",":resourceType",Ec),this.router.add("GET",":resourceType/:id",vc),this.router.add("GET",":resourceType/:id/_history",Nc),this.router.add("GET",":resourceType/:id/_history/:vid",Ic),this.router.add("PUT",":resourceType",Oc),this.router.add("PUT",":resourceType/:id",bc),this.router.add("DELETE",":resourceType/:id",Rc),this.router.add("PATCH",":resourceType/:id",Sc),this.router.add("POST","$graphql",no)}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[mc];let{handler:o,params:s}=i;n.params=s;try{return await o(n,r,this)}catch(a){return[dc(a)]}}};function _c(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}export{Yr as BaseRepository,ro as FhirRouter,Ji as MemoryRepository,aa as RepositoryMode,On as Router};
55
55
  //# sourceMappingURL=index.mjs.map