@medplum/fhir-router 5.0.10 → 5.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +3 -3
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +3 -1
- package/dist/esm/index.d.ts +3 -1
- package/dist/esm/index.mjs +12 -12
- package/dist/esm/index.mjs.map +3 -3
- package/package.json +5 -5
package/dist/esm/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
var
|
|
1
|
+
var bo=Object.defineProperty;var Oo=(e,t,r)=>t in e?bo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var F=(e,t,r)=>Oo(e,typeof t!="symbol"?t+"":t,r);import{append as So,badRequest as K,getReferenceString as ut,getStatus as di,isOk as mi,normalizeOperationOutcome as _o,notFound as li,OperationOutcomeError as U,parseSearchRequest as fi}from"@medplum/core";var xo=50,Lo=8,wo=/urn(:|%3A)uuid(:|%3A)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/;async function kr(e,t,r,n){return new Cr(r,t,n,e).run()}var Cr=class{constructor(t,r,n,i){F(this,"router");F(this,"repo");F(this,"bundle");F(this,"req");F(this,"resolvedIdentities");this.router=t,this.repo=r,this.bundle=n,this.req=i,this.resolvedIdentities=Object.create(null)}async run(){let t=this.bundle.type;if(t!=="batch"&&t!=="transaction")throw new U(K("Unrecognized bundle type: "+t));let r=new Array(this.bundle.entry?.length??0),n=await this.preprocessBundle(r);if(!this.isTransaction())return this.processBatch(n,r);if(n.updates>xo)throw new U(K("Transaction contains more update operations than allowed"));if(n.requiresStrongTransaction&&r.length>Lo)throw new U(K("Transaction requires strict isolation but has too many entries"));return this.repo.withTransaction(()=>this.processBatch(n,r),{serializable:n.requiresStrongTransaction})}async preprocessBundle(t){let r=this.bundle.entry;if(!r?.length)throw new U(K("Missing bundle entries"));let n={transaction:[],batch:[],delete:[],create:[],update:[],patch:[],operation:[],"search-system":[],"search-type":[],read:[],vread:[],"history-system":[],"history-type":[],"history-instance":[]},i=new Set,o=!1,s=0;for(let c=0;c<r.length;c++){let p=r[c];if(!p.request?.method){t[c]=ct(K("Missing Bundle entry request method",`Bundle.entry[${c}].request.method`));continue}let d=await this.preprocessEntry(p,c,i);if(d){if(!this.isTransaction()){t[c]=ct(d);continue}throw new U(d)}let T=this.getRouteForEntry(p)?.data?.interaction;if(!T||!n[T])throw new U(K(`Invalid REST interaction in batch: ${p.request?.method} ${p.request?.url}`));T==="create"&&p.request?.ifNoneExist?o=!0:T==="update"?(p.request?.url.includes("?")&&(o=!0),s++):T==="delete"&&p.request?.url.includes("?")&&(o=!0),n[T].push(c)}let a=[];for(let c of Object.values(n))a.push(...c);return{ordering:a,requiresStrongTransaction:o,updates:s}}async preprocessEntry(t,r,n){if(!t.request?.url)return K("Missing Bundle entry request URL",`Bundle.entry[${r}].request.url`);let i;try{i=await this.resolveIdentity(t,`Bundle.entry[${r}]`)}catch(o){if(o instanceof U)return o.outcome;throw o}if(i&&(this.resolvedIdentities[i.placeholder]=i.reference,this.isTransaction())){if(n.has(i.reference))throw new U(K("Duplicate resource identity found in Bundle"));n.add(i.reference)}}async resolveIdentity(t,r){let i=this.getRouteForEntry(t)?.data?.interaction;if(!i)throw new U(li);switch(i){case"create":return this.resolveCreateIdentity(t);case"delete":case"update":case"patch":return this.resolveModificationIdentity(t,r);default:return}}getRouteForEntry(t){return this.router.find(t.request?.method,t.request?.url??"")}async resolveCreateIdentity(t){let r=t.fullUrl??"";if(t.request?.ifNoneExist){let n=await this.repo.searchResources(fi(t.request.url+"?"+t.request.ifNoneExist));if(n.length===1)return{placeholder:r,reference:ut(n[0])}}if(t.resource)return t.resource.id=this.repo.generateId(),{placeholder:r,reference:ut(t.resource)}}async resolveModificationIdentity(t,r){let n=t.fullUrl??"";if(t.request?.url?.includes("?")){let i=t.request.method,o=fi(t.request.url);o.count=2,o.offset=0,o.sortRules=void 0;let[s,a]=await this.repo.searchResources(o);if(!s)switch(i){case"DELETE":return;case"PUT":if(t.resource){if(t.resource.id)throw new U(K("Cannot provide ID for create by update"));return t.resource.id=this.repo.generateId(),{placeholder:n,reference:ut(t.resource)}}return;default:throw new U(K(`Conditional ${t.request.method} did not match any resources`,r+".request.url"))}if(a)throw new U(K(`Conditional ${t.request.method} matched multiple resources`,r+".request.url"));let c=ut(s);return t.request.url=c,t.resource&&(t.resource.id=s.id),{placeholder:n,reference:c}}if(t.request?.url.includes("/"))return{placeholder:n,reference:t.request.url}}async processBatch(t,r){let n=this.bundle.type,i=this.bundle.entry;if(!i)throw new U(K("Missing bundle entry"));let o={type:"batch",bundleType:n,count:i.length,size:JSON.stringify(this.bundle).length};this.router.dispatchEvent(o);let s;for(let c=0;c<t.ordering.length;c++){let p=t.ordering[c],l=i[p],d=this.rewriteIdsInObject(l);try{r[p]=await this.processBatchEntry(d)}catch(h){if(this.isTransaction())throw h;if(s=So(s,h.message),h instanceof U&&di(h.outcome)===429){for(let T=c;T<t.ordering.length;T++){let g=t.ordering[T];r[g]=ct(h.outcome)}break}r[p]=ct(_o(h));continue}}let a={type:"batch",bundleType:n,errors:s};return this.router.dispatchEvent(a),{resourceType:"Bundle",type:`${n}-response`,entry:r}}async processBatchEntry(t){let r=this.getRouteForEntry(t);if(!r)throw new U(li);let n=this.parseBatchRequest(t,r),[i,o]=await r.handler(n,this.repo,this.router,{batch:!0});if(!mi(i)&&this.isTransaction())throw new U(i);return ct(i,o)}parseBatchRequest(t,r){let n=t.request,i=Object.create(null);n.ifNoneExist&&(i["if-none-exist"]=n.ifNoneExist),n.ifMatch&&(i["if-match"]=n.ifMatch),n.ifNoneMatch&&(i["if-none-match"]=n.ifNoneMatch),n.ifModifiedSince&&(i["if-modified-since"]=n.ifModifiedSince);let o;return n.method==="PATCH"?o=this.parsePatchBody(t):o=t.resource,{method:n.method,url:r?.query?n.url.slice(0,n.url.indexOf("?")):n.url,pathname:"",params:r?.params??Object.create(null),query:r?.query??Object.create(null),body:o,headers:i,config:this.req.config}}parsePatchBody(t){let r=t.resource,n;if(r?.resourceType==="Binary"){if(!r.data)throw new U(K("Missing entry.resource.data"));n=JSON.parse(Buffer.from(r.data,"base64").toString("utf8"))}else if(r?.resourceType==="Parameters"){if(r.parameter){n=[];for(let i of r.parameter)if(i.name==="operation"){let o=this.parsePatchParameter(i);n.push(o)}}}else throw new U(K("Patch entry must include a Binary or Parameters resource"));if(!Array.isArray(n))throw new U(K("Decoded PATCH body must be an array"));return this.rewriteIdsInArray(n)}parsePatchParameter(t){let r=t.part?.find(i=>i.name==="op")?.valueCode;if(!r)throw new U(K("PATCH Parameters missing op"));let n={op:r};switch(r){case"add":case"replace":case"test":for(let i of t.part)i.name==="path"?n.path=i.valueString:i.name==="value"&&(n.value=JSON.parse(i.valueString??""));break;case"copy":case"move":for(let i of t.part)i.name==="path"?n.path=i.valueString:i.name==="from"&&(n.from=i.valueString);break;case"remove":n.path=t.part?.find(i=>i.name==="path")?.valueString;break}return 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(r=>this.rewriteIds(r))}rewriteIdsInObject(t){return Object.fromEntries(Object.entries(t).map(([r,n])=>[r,this.rewriteIds(n)]))}rewriteIdsInString(t){let r=wo.exec(t)?.[0];if(!r)return t;let n=r.replaceAll("%3A",":"),i=this.resolvedIdentities[n];return i?t.replaceAll(r,i):t}isTransaction(){return this.bundle.type==="transaction"&&!!this.req.config?.transactions}};function ct(e,t){return{response:{outcome:e,status:di(e).toString(),location:mi(e)&&t?.id?ut(t):void 0},resource:t}}import{EventTarget as Gc,OperationOutcomeError as jc,allOk as me,badRequest as Re,created as Qc,normalizeOperationOutcome as Bc,notFound as qc,parseSearchRequest as Qe,singularize as Yc}from"@medplum/core";import{allOk as uc,badRequest as at,ContentType as pc,deepClone as vo,DEFAULT_SEARCH_COUNT as lc,forbidden as fc,getResourceTypes as Eo,LRUCache as dc,normalizeOperationOutcome as mc,OperationOutcomeError as Mt}from"@medplum/core";import hc from"dataloader";function O(e,t){if(!!!e)throw new Error(t)}function ae(e){return typeof e?.then=="function"}function Q(e){return typeof e=="object"&&e!==null}function k(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var Do=/\r\n|[\n\r]/g;function Be(e,t){let r=0,n=1;for(let i of e.body.matchAll(Do)){if(typeof i.index=="number"||k(!1),i.index>=t)break;r=i.index+i[0].length,n+=1}return{line:n,column:t+1-r}}function Mr(e){return Pt(e.source,Be(e.source,e.start))}function Pt(e,t){let r=e.locationOffset.column-1,n="".padStart(r)+e.body,i=t.line-1,o=e.locationOffset.line-1,s=t.line+o,a=t.line===1?r:0,c=t.column+a,p=`${e.name}:${s}:${c}
|
|
2
2
|
`,l=n.split(/\r\n|[\n\r]/g),d=l[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,g=[];for(let A=0;A<d.length;A+=80)g.push(d.slice(A,A+80));return p+hi([[`${s} |`,g[0]],...g.slice(1,h+1).map(A=>["|",A]),["|","^".padStart(T)],["|",g[h+1]]])}return p+hi([[`${s-1} |`,l[i-1]],[`${s} |`,d],["|","^".padStart(c)],[`${s+1} |`,l[i+1]]])}function hi(e){let t=e.filter(([n,i])=>i!==void 0),r=Math.max(...t.map(([n])=>n.length));return t.map(([n,i])=>n.padStart(r)+(i?" "+i:"")).join(`
|
|
3
|
-
`)}function
|
|
3
|
+
`)}function Ao(e){let t=e[0];return t==null||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}var f=class e extends Error{constructor(t,...r){var n,i,o;let{nodes:s,source:a,positions:c,path:p,originalError:l,extensions:d}=Ao(r);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=l??void 0,this.nodes=yi(Array.isArray(s)?s:s?[s]:void 0);let h=yi((n=this.nodes)===null||n===void 0?void 0:n.map(g=>g.loc).filter(g=>g!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(g=>g.start),this.locations=c&&a?c.map(g=>Be(a,g)):h?.map(g=>Be(g.source,g.start));let T=Q(l?.extensions)?l?.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}}),l!=null&&l.stack?Object.defineProperty(this,"stack",{value:l.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,e):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(let r of this.nodes)r.loc&&(t+=`
|
|
4
4
|
|
|
5
5
|
`+Mr(r.loc));else if(this.source&&this.locations)for(let r of this.locations)t+=`
|
|
6
6
|
|
|
7
|
-
`+Pt(this.source,r);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 yi(e){return e===void 0||e.length===0?void 0:e}function M(e,t,r){return new f(`Syntax Error: ${r}`,{source:e,positions:[t]})}var
|
|
7
|
+
`+Pt(this.source,r);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 yi(e){return e===void 0||e.length===0?void 0:e}function M(e,t,r){return new f(`Syntax Error: ${r}`,{source:e,positions:[t]})}var pt=class{constructor(t,r,n){this.start=t.start,this.end=r.end,this.startToken=t,this.endToken=r,this.source=n}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}},qe=class{constructor(t,r,n,i,o,s){this.kind=t,this.start=r,this.end=n,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}}},Pr={Name:[],Document:["definitions"],OperationDefinition:["description","name","variableDefinitions","directives","selectionSet"],VariableDefinition:["description","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:["description","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"],TypeCoordinate:["name"],MemberCoordinate:["name","memberName"],ArgumentCoordinate:["name","fieldName","argumentName"],DirectiveCoordinate:["name"],DirectiveArgumentCoordinate:["name","argumentName"]},Fo=new Set(Object.keys(Pr));function lt(e){let t=e?.kind;return typeof t=="string"&&Fo.has(t)}var C;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(C||(C={}));var I;(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"})(I||(I={}));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",e.TYPE_COORDINATE="TypeCoordinate",e.MEMBER_COORDINATE="MemberCoordinate",e.ARGUMENT_COORDINATE="ArgumentCoordinate",e.DIRECTIVE_COORDINATE="DirectiveCoordinate",e.DIRECTIVE_ARGUMENT_COORDINATE="DirectiveArgumentCoordinate"})(u||(u={}));function Ut(e){return e===9||e===32}function Ye(e){return e>=48&&e<=57}function Ti(e){return e>=97&&e<=122||e>=65&&e<=90}function ft(e){return Ti(e)||e===95}function $t(e){return Ti(e)||Ye(e)||e===95}function gi(e){var t;let r=Number.MAX_SAFE_INTEGER,n=null,i=-1;for(let s=0;s<e.length;++s){var o;let a=e[s],c=Co(a);c!==a.length&&(n=(o=n)!==null&&o!==void 0?o:s,i=s,s!==0&&c<r&&(r=c))}return e.map((s,a)=>a===0?s:s.slice(r)).slice((t=n)!==null&&t!==void 0?t:0,i+1)}function Co(e){let t=0;for(;t<e.length&&Ut(e.charCodeAt(t));)++t;return t}function Ei(e,t){let r=e.replace(/"""/g,'\\"""'),n=r.split(/\r\n|[\n\r]/g),i=n.length===1,o=n.length>1&&n.slice(1).every(T=>T.length===0||Ut(T.charCodeAt(0))),s=r.endsWith('\\"""'),a=e.endsWith('"')&&!s,c=e.endsWith("\\"),p=a||c,l=!(t!=null&&t.minimize)&&(!i||e.length>70||p||o||s),d="",h=i&&Ut(e.charCodeAt(0));return(l&&!h||o)&&(d+=`
|
|
8
8
|
`),d+=r,(l||p)&&(d+=`
|
|
9
|
-
`),'"""'+d+'"""'}var m;(function(e){e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.DOT=".",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
|
|
10
|
-
`,size:2};case 114:return{value:"\r",size:2};case 116:return{value:" ",size:2}}throw M(e.source,t,`Invalid character escape sequence: "${r.slice(t,t+2)}".`)}function
|
|
11
|
-
`));return e.line+=c.length-1,e.lineStart=i,l}if(p===92&&r.charCodeAt(o+1)===34&&r.charCodeAt(o+2)===34&&r.charCodeAt(o+3)===34){a+=r.slice(s,o),s=o+1,o+=4;continue}if(p===10||p===13){a+=r.slice(s,o),c.push(a),p===13&&r.charCodeAt(o+1)===10?o+=2:++o,a="",s=o,i=o;continue}if(He(p))++o;else if(Vt(r,o))o+=2;else throw M(e.source,o,`Invalid character within String: ${De(e,o)}.`)}throw M(e.source,o,"Unterminated string.")}function
|
|
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.DOT=".",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 mt=class{constructor(t){let r=new qe(m.SOF,0,0,0,0);this.source=t,this.lastToken=r,this.token=r,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 r=ko(this,t.end);t.next=r,r.prev=t,t=r}while(t.kind===m.COMMENT);return t}};function Ni(e){return e===m.BANG||e===m.DOLLAR||e===m.AMP||e===m.PAREN_L||e===m.PAREN_R||e===m.DOT||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 He(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Vt(e,t){return Ii(e.charCodeAt(t))&&Ri(e.charCodeAt(t+1))}function Ii(e){return e>=55296&&e<=56319}function Ri(e){return e>=56320&&e<=57343}function De(e,t){let r=e.source.body.codePointAt(t);if(r===void 0)return m.EOF;if(r>=32&&r<=126){let n=String.fromCodePoint(r);return n==='"'?`'"'`:`"${n}"`}return"U+"+r.toString(16).toUpperCase().padStart(4,"0")}function $(e,t,r,n,i){let o=e.line,s=1+r-e.lineStart;return new qe(t,r,n,o,s,i)}function ko(e,t){let r=e.source.body,n=r.length,i=t;for(;i<n;){let o=r.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:r.charCodeAt(i+1)===10?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return Mo(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(r.charCodeAt(i+1)===46&&r.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 r.charCodeAt(i+1)===34&&r.charCodeAt(i+2)===34?jo(e,i):Uo(e,i)}if(Ye(o)||o===45)return Po(e,i,o);if(ft(o))return Qo(e,i);throw M(e.source,i,o===39?`Unexpected single quote character ('), did you mean to use a double quote (")?`:He(o)||Vt(r,i)?`Unexpected character: ${De(e,i)}.`:`Invalid character: ${De(e,i)}.`)}return $(e,m.EOF,n,n)}function Mo(e,t){let r=e.source.body,n=r.length,i=t+1;for(;i<n;){let o=r.charCodeAt(i);if(o===10||o===13)break;if(He(o))++i;else if(Vt(r,i))i+=2;else break}return $(e,m.COMMENT,t,i,r.slice(t+1,i))}function Po(e,t,r){let n=e.source.body,i=t,o=r,s=!1;if(o===45&&(o=n.charCodeAt(++i)),o===48){if(o=n.charCodeAt(++i),Ye(o))throw M(e.source,i,`Invalid number, unexpected digit after 0: ${De(e,i)}.`)}else i=Ur(e,i,o),o=n.charCodeAt(i);if(o===46&&(s=!0,o=n.charCodeAt(++i),i=Ur(e,i,o),o=n.charCodeAt(i)),(o===69||o===101)&&(s=!0,o=n.charCodeAt(++i),(o===43||o===45)&&(o=n.charCodeAt(++i)),i=Ur(e,i,o),o=n.charCodeAt(i)),o===46||ft(o))throw M(e.source,i,`Invalid number, expected digit but got: ${De(e,i)}.`);return $(e,s?m.FLOAT:m.INT,t,i,n.slice(t,i))}function Ur(e,t,r){if(!Ye(r))throw M(e.source,t,`Invalid number, expected digit but got: ${De(e,t)}.`);let n=e.source.body,i=t+1;for(;Ye(n.charCodeAt(i));)++i;return i}function Uo(e,t){let r=e.source.body,n=r.length,i=t+1,o=i,s="";for(;i<n;){let a=r.charCodeAt(i);if(a===34)return s+=r.slice(o,i),$(e,m.STRING,t,i+1,s);if(a===92){s+=r.slice(o,i);let c=r.charCodeAt(i+1)===117?r.charCodeAt(i+2)===123?$o(e,i):Vo(e,i):Go(e,i);s+=c.value,i+=c.size,o=i;continue}if(a===10||a===13)break;if(He(a))++i;else if(Vt(r,i))i+=2;else throw M(e.source,i,`Invalid character within String: ${De(e,i)}.`)}throw M(e.source,i,"Unterminated string.")}function $o(e,t){let r=e.source.body,n=0,i=3;for(;i<12;){let o=r.charCodeAt(t+i++);if(o===125){if(i<5||!He(n))break;return{value:String.fromCodePoint(n),size:i}}if(n=n<<4|dt(o),n<0)break}throw M(e.source,t,`Invalid Unicode escape sequence: "${r.slice(t,t+i)}".`)}function Vo(e,t){let r=e.source.body,n=vi(r,t+2);if(He(n))return{value:String.fromCodePoint(n),size:6};if(Ii(n)&&r.charCodeAt(t+6)===92&&r.charCodeAt(t+7)===117){let i=vi(r,t+8);if(Ri(i))return{value:String.fromCodePoint(n,i),size:12}}throw M(e.source,t,`Invalid Unicode escape sequence: "${r.slice(t,t+6)}".`)}function vi(e,t){return dt(e.charCodeAt(t))<<12|dt(e.charCodeAt(t+1))<<8|dt(e.charCodeAt(t+2))<<4|dt(e.charCodeAt(t+3))}function dt(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Go(e,t){let r=e.source.body;switch(r.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 M(e.source,t,`Invalid character escape sequence: "${r.slice(t,t+2)}".`)}function jo(e,t){let r=e.source.body,n=r.length,i=e.lineStart,o=t+3,s=o,a="",c=[];for(;o<n;){let p=r.charCodeAt(o);if(p===34&&r.charCodeAt(o+1)===34&&r.charCodeAt(o+2)===34){a+=r.slice(s,o),c.push(a);let l=$(e,m.BLOCK_STRING,t,o+3,gi(c).join(`
|
|
11
|
+
`));return e.line+=c.length-1,e.lineStart=i,l}if(p===92&&r.charCodeAt(o+1)===34&&r.charCodeAt(o+2)===34&&r.charCodeAt(o+3)===34){a+=r.slice(s,o),s=o+1,o+=4;continue}if(p===10||p===13){a+=r.slice(s,o),c.push(a),p===13&&r.charCodeAt(o+1)===10?o+=2:++o,a="",s=o,i=o;continue}if(He(p))++o;else if(Vt(r,o))o+=2;else throw M(e.source,o,`Invalid character within String: ${De(e,o)}.`)}throw M(e.source,o,"Unterminated string.")}function Qo(e,t){let r=e.source.body,n=r.length,i=t+1;for(;i<n;){let o=r.charCodeAt(i);if($t(o))++i;else break}return $(e,m.NAME,t,i,r.slice(t,i))}function y(e){return Gt(e,[])}function Gt(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return Bo(e,t);default:return String(e)}}function Bo(e,t){if(e===null)return"null";if(t.includes(e))return"[Circular]";let r=[...t,e];if(qo(e)){let n=e.toJSON();if(n!==e)return typeof n=="string"?n:Gt(n,r)}else if(Array.isArray(e))return Ho(e,r);return Yo(e,r)}function qo(e){return typeof e.toJSON=="function"}function Yo(e,t){let r=Object.entries(e);return r.length===0?"{}":t.length>2?"["+Jo(e)+"]":"{ "+r.map(([i,o])=>i+": "+Gt(o,t)).join(", ")+" }"}function Ho(e,t){if(e.length===0)return"[]";if(t.length>2)return"[Array]";let r=Math.min(10,e.length),n=e.length-r,i=[];for(let o=0;o<r;++o)i.push(Gt(e[o],t));return n===1?i.push("... 1 more item"):n>1&&i.push(`... ${n} more items`),"["+i.join(", ")+"]"}function Jo(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor=="function"){let r=e.constructor.name;if(typeof r=="string"&&r!=="")return r}return t}var zo=globalThis.process&&process.env.NODE_ENV==="production",te=zo?function(t,r){return t instanceof r}:function(t,r){if(t instanceof r)return!0;if(typeof t=="object"&&t!==null){var n;let i=r.prototype[Symbol.toStringTag],o=Symbol.toStringTag in t?t[Symbol.toStringTag]:(n=t.constructor)===null||n===void 0?void 0:n.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,14 +19,14 @@ 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 Je=class{constructor(t,r="GraphQL request",n={line:1,column:1}){typeof t=="string"||O(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=r,this.locationOffset=n,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 bi(e){return te(e,Je)}function Qt(e,t){let r=new $r(e,t),n=r.parseDocument();return Object.defineProperty(n,"tokenCount",{enumerable:!1,value:r.tokenCount}),n}var $r=class{constructor(t,r={}){let{lexer:n,...i}=r;if(n)this._lexer=n;else{let o=bi(t)?t:new Je(t);this._lexer=new ht(o)}this._options=i,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}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(),r=t?this._lexer.lookahead():this._lexer.token;if(t&&r.kind===m.BRACE_L)throw M(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are not supported on shorthand queries.");if(r.kind===m.NAME){switch(r.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()}switch(r.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition()}if(t)throw M(this._lexer.source,this._lexer.token.start,"Unexpected description, only GraphQL definitions support descriptions.");switch(r.value){case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(r)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(m.BRACE_L))return this.node(t,{kind:u.OPERATION_DEFINITION,operation:C.QUERY,description:void 0,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let r=this.parseDescription(),n=this.parseOperationType(),i;return this.peek(m.NAME)&&(i=this.parseName()),this.node(t,{kind:u.OPERATION_DEFINITION,operation:n,description:r,name:i,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(m.NAME);switch(t.value){case"query":return C.QUERY;case"mutation":return C.MUTATION;case"subscription":return C.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,description:this.parseDescription(),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,r=this.parseName(),n,i;return this.expectOptionalToken(m.COLON)?(n=r,i=this.parseName()):i=r,this.node(t,{kind:u.FIELD,alias:n,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(m.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let r=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(m.PAREN_L,r,m.PAREN_R)}parseArgument(t=!1){let r=this._lexer.token,n=this.parseName();return this.expectToken(m.COLON),this.node(r,{kind:u.ARGUMENT,name:n,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(m.SPREAD);let r=this.expectOptionalKeyword("on");return!r&&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:r?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token,r=this.parseDescription();return this.expectKeyword("fragment"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:u.FRAGMENT_DEFINITION,description:r,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,description:r,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 r=this._lexer.token;switch(r.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(r,{kind:u.INT,value:r.value});case m.FLOAT:return this.advanceLexer(),this.node(r,{kind:u.FLOAT,value:r.value});case m.STRING:case m.BLOCK_STRING:return this.parseStringLiteral();case m.NAME:switch(this.advanceLexer(),r.value){case"true":return this.node(r,{kind:u.BOOLEAN,value:!0});case"false":return this.node(r,{kind:u.BOOLEAN,value:!1});case"null":return this.node(r,{kind:u.NULL});default:return this.node(r,{kind:u.ENUM,value:r.value})}case m.DOLLAR:if(t)if(this.expectToken(m.DOLLAR),this._lexer.token.kind===m.NAME){let n=this._lexer.token.value;throw M(this._lexer.source,r.start,`Unexpected variable "$${n}" in constant value.`)}else throw this.unexpected(r);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 r=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:u.LIST,values:this.any(m.BRACKET_L,r,m.BRACKET_R)})}parseObject(t){let r=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:u.OBJECT,fields:this.any(m.BRACE_L,r,m.BRACE_R)})}parseObjectField(t){let r=this._lexer.token,n=this.parseName();return this.expectToken(m.COLON),this.node(r,{kind:u.OBJECT_FIELD,name:n,value:this.parseValueLiteral(t)})}parseDirectives(t){let r=[];for(;this.peek(m.AT);)r.push(this.parseDirective(t));return r}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let r=this._lexer.token;return this.expectToken(m.AT),this.node(r,{kind:u.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,r;if(this.expectOptionalToken(m.BRACKET_L)){let n=this.parseTypeReference();this.expectToken(m.BRACKET_R),r=this.node(t,{kind:u.LIST_TYPE,type:n})}else r=this.parseNamedType();return this.expectOptionalToken(m.BANG)?this.node(t,{kind:u.NON_NULL_TYPE,type:r}):r}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,r=this.parseDescription();this.expectKeyword("schema");let n=this.parseConstDirectives(),i=this.many(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);return this.node(t,{kind:u.SCHEMA_DEFINITION,description:r,directives:n,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,r=this.parseOperationType();this.expectToken(m.COLON);let n=this.parseNamedType();return this.node(t,{kind:u.OPERATION_TYPE_DEFINITION,operation:r,type:n})}parseScalarTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("scalar");let n=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:u.SCALAR_TYPE_DEFINITION,description:r,name:n,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("type");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:r,name:n,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,r=this.parseDescription(),n=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:r,name:n,arguments:i,type:o,directives:s})}parseArgumentDefs(){return this.optionalMany(m.PAREN_L,this.parseInputValueDef,m.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,r=this.parseDescription(),n=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:r,name:n,type:i,defaultValue:o,directives:s})}parseInterfaceTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("interface");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:r,name:n,interfaces:i,directives:o,fields:s})}parseUnionTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("union");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:r,name:n,directives:i,types:o})}parseUnionMemberTypes(){return this.expectOptionalToken(m.EQUALS)?this.delimitedMany(m.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("enum");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:r,name:n,directives:i,values:o})}parseEnumValuesDefinition(){return this.optionalMany(m.BRACE_L,this.parseEnumValueDefinition,m.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,r=this.parseDescription(),n=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:u.ENUM_VALUE_DEFINITION,description:r,name:n,directives:i})}parseEnumValueName(){if(this._lexer.token.value==="true"||this._lexer.token.value==="false"||this._lexer.token.value==="null")throw M(this._lexer.source,this._lexer.token.start,`${jt(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("input");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:r,name:n,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 r=this.parseConstDirectives(),n=this.optionalMany(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);if(r.length===0&&n.length===0)throw this.unexpected();return this.node(t,{kind:u.SCHEMA_EXTENSION,directives:r,operationTypes:n})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let r=this.parseName(),n=this.parseConstDirectives();if(n.length===0)throw this.unexpected();return this.node(t,{kind:u.SCALAR_TYPE_EXTENSION,name:r,directives:n})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.UNION_TYPE_EXTENSION,name:r,directives:n,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.ENUM_TYPE_EXTENSION,name:r,directives:n,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_EXTENSION,name:r,directives:n,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("directive"),this.expectToken(m.AT);let n=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:r,name:n,arguments:i,repeatable:o,locations:s})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,r=this.parseName();if(Object.prototype.hasOwnProperty.call(I,r.value))return r;throw this.unexpected(t)}parseSchemaCoordinate(){let t=this._lexer.token,r=this.expectOptionalToken(m.AT),n=this.parseName(),i;!r&&this.expectOptionalToken(m.DOT)&&(i=this.parseName());let o;return(r||i)&&this.expectOptionalToken(m.PAREN_L)&&(o=this.parseName(),this.expectToken(m.COLON),this.expectToken(m.PAREN_R)),r?o?this.node(t,{kind:u.DIRECTIVE_ARGUMENT_COORDINATE,name:n,argumentName:o}):this.node(t,{kind:u.DIRECTIVE_COORDINATE,name:n}):i?o?this.node(t,{kind:u.ARGUMENT_COORDINATE,name:n,fieldName:i,argumentName:o}):this.node(t,{kind:u.MEMBER_COORDINATE,name:n,memberName:i}):this.node(t,{kind:u.TYPE_COORDINATE,name:n})}node(t,r){return this._options.noLocation!==!0&&(r.loc=new lt(t,this._lexer.lastToken,this._lexer.source)),r}peek(t){return this._lexer.token.kind===t}expectToken(t){let r=this._lexer.token;if(r.kind===t)return this.advanceLexer(),r;throw M(this._lexer.source,r.start,`Expected ${Oi(t)}, found ${jt(r)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let r=this._lexer.token;if(r.kind===m.NAME&&r.value===t)this.advanceLexer();else throw M(this._lexer.source,r.start,`Expected "${t}", found ${jt(r)}.`)}expectOptionalKeyword(t){let r=this._lexer.token;return r.kind===m.NAME&&r.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let r=t??this._lexer.token;return M(this._lexer.source,r.start,`Unexpected ${jt(r)}.`)}any(t,r,n){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(n);)i.push(r.call(this));return i}optionalMany(t,r,n){if(this.expectOptionalToken(t)){let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}return[]}many(t,r,n){this.expectToken(t);let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}delimitedMany(t,r){this.expectOptionalToken(t);let n=[];do n.push(r.call(this));while(this.expectOptionalToken(t));return n}advanceLexer(){let{maxTokens:t}=this._options,r=this._lexer.advance();if(r.kind!==m.EOF&&(++this._tokenCounter,t!==void 0&&this._tokenCounter>t))throw M(this._lexer.source,r.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function jt(e){let t=e.value;return Oi(e.kind)+(t!=null?` "${t}"`:"")}function Oi(e){return Ni(e)?`"${e}"`:e}function Z(e,t){let[r,n]=t?[e,t]:[void 0,e],i=" Did you mean ";r&&(i+=r+" ");let o=n.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 Vr(e){return e}function ye(e,t){let r=Object.create(null);for(let n of e)r[t(n)]=n;return r}function yt(e,t,r){let n=Object.create(null);for(let i of e)n[t(i)]=r(i);return n}function Tt(e,t){let r=Object.create(null);for(let n of Object.keys(e))r[n]=t(e[n],n);return r}function ze(e,t){let r=0,n=0;for(;r<e.length&&n<t.length;){let i=e.charCodeAt(r),o=t.charCodeAt(n);if(Bt(i)&&Bt(o)){let s=0;do++r,s=s*10+i-Gr,i=e.charCodeAt(r);while(Bt(i)&&s>0);let a=0;do++n,a=a*10+o-Gr,o=t.charCodeAt(n);while(Bt(o)&&a>0);if(s<a)return-1;if(s>a)return 1}else{if(i<o)return-1;if(i>o)return 1;++r,++n}}return e.length-t.length}var Gr=48,zo=57;function Bt(e){return!isNaN(e)&&Gr<=e&&e<=zo}function re(e,t){let r=Object.create(null),n=new jr(e),i=Math.floor(e.length*.4)+1;for(let o of t){let s=n.measure(o,i);s!==void 0&&(r[o]=s)}return Object.keys(r).sort((o,s)=>{let a=r[o]-r[s];return a!==0?a:ze(o,s)})}var jr=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=Si(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,r){if(this._input===t)return 0;let n=t.toLowerCase();if(this._inputLowerCase===n)return 1;let i=Si(n),o=this._inputArray;if(i.length<o.length){let l=i;i=o,o=l}let s=i.length,a=o.length;if(s-a>r)return;let c=this._rows;for(let l=0;l<=a;l++)c[0][l]=l;for(let l=1;l<=s;l++){let d=c[(l-1)%3],h=c[l%3],T=h[0]=l;for(let g=1;g<=a;g++){let A=i[l-1]===o[g-1]?0:1,W=Math.min(d[g]+1,h[g-1]+1,d[g-1]+A);if(l>1&&g>1&&i[l-1]===o[g-2]&&i[l-2]===o[g-1]){let Y=c[(l-2)%3][g-2];W=Math.min(W,Y+1)}W<T&&(T=W),h[g]=W}if(T>r)return}let p=c[s%3][a];return p<=r?p:void 0}};function Si(e){let t=e.length,r=new Array(t);for(let n=0;n<t;++n)r[n]=e.charCodeAt(n);return r}function ne(e){if(e==null)return Object.create(null);if(Object.getPrototypeOf(e)===null)return e;let t=Object.create(null);for(let[r,n]of Object.entries(e))t[r]=n;return t}function _i(e){return`"${e.replace(Xo,Wo)}"`}var Xo=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function Wo(e){return Ko[e.charCodeAt(0)]}var Ko=["\\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 Xe=Object.freeze({});function Ae(e,t,r=Pr){let n=new Map;for(let Y of Object.values(u))n.set(Y,We(t,Y));let i,o=Array.isArray(e),s=[e],a=-1,c=[],p=e,l,d,h=[],T=[];do{a++;let Y=a===s.length,le=Y&&c.length!==0;if(Y){if(l=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),le)if(o){p=p.slice();let he=0;for(let[Fr,ui]of c){let pi=Fr-he;ui===null?(p.splice(pi,1),he++):p[pi]=ui}}else{p={...p};for(let[he,Fr]of c)p[he]=Fr}a=i.index,s=i.keys,c=i.edits,o=i.inArray,i=i.prev}else if(d){if(l=o?a:s[a],p=d[l],p==null)continue;h.push(l)}let se;if(!Array.isArray(p)){var g,A;ft(p)||O(!1,`Invalid AST Node: ${y(p)}.`);let he=Y?(g=n.get(p.kind))===null||g===void 0?void 0:g.leave:(A=n.get(p.kind))===null||A===void 0?void 0:A.enter;if(se=he?.call(t,p,l,d,h,T),se===Xe)break;if(se===!1){if(!Y){h.pop();continue}}else if(se!==void 0&&(c.push([l,se]),!Y))if(ft(se))p=se;else{h.pop();continue}}if(se===void 0&&le&&c.push([l,p]),Y)h.pop();else{var W;i={inArray:o,index:a,keys:s,edits:c,prev:i},o=Array.isArray(p),s=o?p:(W=r[p.kind])!==null&&W!==void 0?W:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function Qr(e){let t=new Array(e.length).fill(null),r=Object.create(null);for(let n 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:l}=We(e[c],n);i||(i=p!=null||l!=null),o[c]=p,s[c]=l}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=o[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===!1)t[d]=p;else if(h===Xe)t[d]=Xe;else if(h!==void 0)return h}},leave(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=s[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===Xe)t[d]=Xe;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};r[n]=a}return r}function We(e,t){let r=e[t];return typeof r=="object"?r:typeof r=="function"?{enter:r,leave:void 0}:{enter:e.enter,leave:e.leave}}function L(e){return Ae(e,es)}var Zo=80,es={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>E(e.definitions,`
|
|
22
|
+
spurious results.`)}}return!1};var Je=class{constructor(t,r="GraphQL request",n={line:1,column:1}){typeof t=="string"||O(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=r,this.locationOffset=n,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 bi(e){return te(e,Je)}function Qt(e,t){let r=new $r(e,t),n=r.parseDocument();return Object.defineProperty(n,"tokenCount",{enumerable:!1,value:r.tokenCount}),n}var $r=class{constructor(t,r={}){let{lexer:n,...i}=r;if(n)this._lexer=n;else{let o=bi(t)?t:new Je(t);this._lexer=new mt(o)}this._options=i,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}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(),r=t?this._lexer.lookahead():this._lexer.token;if(t&&r.kind===m.BRACE_L)throw M(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are not supported on shorthand queries.");if(r.kind===m.NAME){switch(r.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()}switch(r.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition()}if(t)throw M(this._lexer.source,this._lexer.token.start,"Unexpected description, only GraphQL definitions support descriptions.");if(r.value==="extend")return this.parseTypeSystemExtension()}throw this.unexpected(r)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(m.BRACE_L))return this.node(t,{kind:u.OPERATION_DEFINITION,operation:C.QUERY,description:void 0,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let r=this.parseDescription(),n=this.parseOperationType(),i;return this.peek(m.NAME)&&(i=this.parseName()),this.node(t,{kind:u.OPERATION_DEFINITION,operation:n,description:r,name:i,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(m.NAME);switch(t.value){case"query":return C.QUERY;case"mutation":return C.MUTATION;case"subscription":return C.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,description:this.parseDescription(),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,r=this.parseName(),n,i;return this.expectOptionalToken(m.COLON)?(n=r,i=this.parseName()):i=r,this.node(t,{kind:u.FIELD,alias:n,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(m.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let r=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(m.PAREN_L,r,m.PAREN_R)}parseArgument(t=!1){let r=this._lexer.token,n=this.parseName();return this.expectToken(m.COLON),this.node(r,{kind:u.ARGUMENT,name:n,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(m.SPREAD);let r=this.expectOptionalKeyword("on");return!r&&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:r?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token,r=this.parseDescription();return this.expectKeyword("fragment"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:u.FRAGMENT_DEFINITION,description:r,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,description:r,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 r=this._lexer.token;switch(r.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(r,{kind:u.INT,value:r.value});case m.FLOAT:return this.advanceLexer(),this.node(r,{kind:u.FLOAT,value:r.value});case m.STRING:case m.BLOCK_STRING:return this.parseStringLiteral();case m.NAME:switch(this.advanceLexer(),r.value){case"true":return this.node(r,{kind:u.BOOLEAN,value:!0});case"false":return this.node(r,{kind:u.BOOLEAN,value:!1});case"null":return this.node(r,{kind:u.NULL});default:return this.node(r,{kind:u.ENUM,value:r.value})}case m.DOLLAR:if(t)if(this.expectToken(m.DOLLAR),this._lexer.token.kind===m.NAME){let n=this._lexer.token.value;throw M(this._lexer.source,r.start,`Unexpected variable "$${n}" in constant value.`)}else throw this.unexpected(r);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 r=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:u.LIST,values:this.any(m.BRACKET_L,r,m.BRACKET_R)})}parseObject(t){let r=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:u.OBJECT,fields:this.any(m.BRACE_L,r,m.BRACE_R)})}parseObjectField(t){let r=this._lexer.token,n=this.parseName();return this.expectToken(m.COLON),this.node(r,{kind:u.OBJECT_FIELD,name:n,value:this.parseValueLiteral(t)})}parseDirectives(t){let r=[];for(;this.peek(m.AT);)r.push(this.parseDirective(t));return r}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let r=this._lexer.token;return this.expectToken(m.AT),this.node(r,{kind:u.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,r;if(this.expectOptionalToken(m.BRACKET_L)){let n=this.parseTypeReference();this.expectToken(m.BRACKET_R),r=this.node(t,{kind:u.LIST_TYPE,type:n})}else r=this.parseNamedType();return this.expectOptionalToken(m.BANG)?this.node(t,{kind:u.NON_NULL_TYPE,type:r}):r}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,r=this.parseDescription();this.expectKeyword("schema");let n=this.parseConstDirectives(),i=this.many(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);return this.node(t,{kind:u.SCHEMA_DEFINITION,description:r,directives:n,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,r=this.parseOperationType();this.expectToken(m.COLON);let n=this.parseNamedType();return this.node(t,{kind:u.OPERATION_TYPE_DEFINITION,operation:r,type:n})}parseScalarTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("scalar");let n=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:u.SCALAR_TYPE_DEFINITION,description:r,name:n,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("type");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:r,name:n,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,r=this.parseDescription(),n=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:r,name:n,arguments:i,type:o,directives:s})}parseArgumentDefs(){return this.optionalMany(m.PAREN_L,this.parseInputValueDef,m.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,r=this.parseDescription(),n=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:r,name:n,type:i,defaultValue:o,directives:s})}parseInterfaceTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("interface");let n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:r,name:n,interfaces:i,directives:o,fields:s})}parseUnionTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("union");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:r,name:n,directives:i,types:o})}parseUnionMemberTypes(){return this.expectOptionalToken(m.EQUALS)?this.delimitedMany(m.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("enum");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:r,name:n,directives:i,values:o})}parseEnumValuesDefinition(){return this.optionalMany(m.BRACE_L,this.parseEnumValueDefinition,m.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,r=this.parseDescription(),n=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:u.ENUM_VALUE_DEFINITION,description:r,name:n,directives:i})}parseEnumValueName(){if(this._lexer.token.value==="true"||this._lexer.token.value==="false"||this._lexer.token.value==="null")throw M(this._lexer.source,this._lexer.token.start,`${jt(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("input");let n=this.parseName(),i=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:r,name:n,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 r=this.parseConstDirectives(),n=this.optionalMany(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);if(r.length===0&&n.length===0)throw this.unexpected();return this.node(t,{kind:u.SCHEMA_EXTENSION,directives:r,operationTypes:n})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let r=this.parseName(),n=this.parseConstDirectives();if(n.length===0)throw this.unexpected();return this.node(t,{kind:u.SCALAR_TYPE_EXTENSION,name:r,directives:n})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(n.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:r,interfaces:n,directives:i,fields:o})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.UNION_TYPE_EXTENSION,name:r,directives:n,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.ENUM_TYPE_EXTENSION,name:r,directives:n,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(n.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_EXTENSION,name:r,directives:n,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,r=this.parseDescription();this.expectKeyword("directive"),this.expectToken(m.AT);let n=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:r,name:n,arguments:i,repeatable:o,locations:s})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,r=this.parseName();if(Object.prototype.hasOwnProperty.call(I,r.value))return r;throw this.unexpected(t)}parseSchemaCoordinate(){let t=this._lexer.token,r=this.expectOptionalToken(m.AT),n=this.parseName(),i;!r&&this.expectOptionalToken(m.DOT)&&(i=this.parseName());let o;return(r||i)&&this.expectOptionalToken(m.PAREN_L)&&(o=this.parseName(),this.expectToken(m.COLON),this.expectToken(m.PAREN_R)),r?o?this.node(t,{kind:u.DIRECTIVE_ARGUMENT_COORDINATE,name:n,argumentName:o}):this.node(t,{kind:u.DIRECTIVE_COORDINATE,name:n}):i?o?this.node(t,{kind:u.ARGUMENT_COORDINATE,name:n,fieldName:i,argumentName:o}):this.node(t,{kind:u.MEMBER_COORDINATE,name:n,memberName:i}):this.node(t,{kind:u.TYPE_COORDINATE,name:n})}node(t,r){return this._options.noLocation!==!0&&(r.loc=new pt(t,this._lexer.lastToken,this._lexer.source)),r}peek(t){return this._lexer.token.kind===t}expectToken(t){let r=this._lexer.token;if(r.kind===t)return this.advanceLexer(),r;throw M(this._lexer.source,r.start,`Expected ${Oi(t)}, found ${jt(r)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let r=this._lexer.token;if(r.kind===m.NAME&&r.value===t)this.advanceLexer();else throw M(this._lexer.source,r.start,`Expected "${t}", found ${jt(r)}.`)}expectOptionalKeyword(t){let r=this._lexer.token;return r.kind===m.NAME&&r.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let r=t??this._lexer.token;return M(this._lexer.source,r.start,`Unexpected ${jt(r)}.`)}any(t,r,n){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(n);)i.push(r.call(this));return i}optionalMany(t,r,n){if(this.expectOptionalToken(t)){let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}return[]}many(t,r,n){this.expectToken(t);let i=[];do i.push(r.call(this));while(!this.expectOptionalToken(n));return i}delimitedMany(t,r){this.expectOptionalToken(t);let n=[];do n.push(r.call(this));while(this.expectOptionalToken(t));return n}advanceLexer(){let{maxTokens:t}=this._options,r=this._lexer.advance();if(r.kind!==m.EOF&&(++this._tokenCounter,t!==void 0&&this._tokenCounter>t))throw M(this._lexer.source,r.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function jt(e){let t=e.value;return Oi(e.kind)+(t!=null?` "${t}"`:"")}function Oi(e){return Ni(e)?`"${e}"`:e}function Z(e,t){let[r,n]=t?[e,t]:[void 0,e],i=" Did you mean ";r&&(i+=r+" ");let o=n.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 Vr(e){return e}function ye(e,t){let r=Object.create(null);for(let n of e)r[t(n)]=n;return r}function ht(e,t,r){let n=Object.create(null);for(let i of e)n[t(i)]=r(i);return n}function yt(e,t){let r=Object.create(null);for(let n of Object.keys(e))r[n]=t(e[n],n);return r}function ze(e,t){let r=0,n=0;for(;r<e.length&&n<t.length;){let i=e.charCodeAt(r),o=t.charCodeAt(n);if(Bt(i)&&Bt(o)){let s=0;do++r,s=s*10+i-Gr,i=e.charCodeAt(r);while(Bt(i)&&s>0);let a=0;do++n,a=a*10+o-Gr,o=t.charCodeAt(n);while(Bt(o)&&a>0);if(s<a)return-1;if(s>a)return 1}else{if(i<o)return-1;if(i>o)return 1;++r,++n}}return e.length-t.length}var Gr=48,Xo=57;function Bt(e){return!isNaN(e)&&Gr<=e&&e<=Xo}function re(e,t){let r=Object.create(null),n=new jr(e),i=Math.floor(e.length*.4)+1;for(let o of t){let s=n.measure(o,i);s!==void 0&&(r[o]=s)}return Object.keys(r).sort((o,s)=>{let a=r[o]-r[s];return a!==0?a:ze(o,s)})}var jr=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=Si(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,r){if(this._input===t)return 0;let n=t.toLowerCase();if(this._inputLowerCase===n)return 1;let i=Si(n),o=this._inputArray;if(i.length<o.length){let l=i;i=o,o=l}let s=i.length,a=o.length;if(s-a>r)return;let c=this._rows;for(let l=0;l<=a;l++)c[0][l]=l;for(let l=1;l<=s;l++){let d=c[(l-1)%3],h=c[l%3],T=h[0]=l;for(let g=1;g<=a;g++){let A=i[l-1]===o[g-1]?0:1,W=Math.min(d[g]+1,h[g-1]+1,d[g-1]+A);if(l>1&&g>1&&i[l-1]===o[g-2]&&i[l-2]===o[g-1]){let Y=c[(l-2)%3][g-2];W=Math.min(W,Y+1)}W<T&&(T=W),h[g]=W}if(T>r)return}let p=c[s%3][a];return p<=r?p:void 0}};function Si(e){let t=e.length,r=new Array(t);for(let n=0;n<t;++n)r[n]=e.charCodeAt(n);return r}function ne(e){if(e==null)return Object.create(null);if(Object.getPrototypeOf(e)===null)return e;let t=Object.create(null);for(let[r,n]of Object.entries(e))t[r]=n;return t}function _i(e){return`"${e.replace(Wo,Ko)}"`}var Wo=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function Ko(e){return Zo[e.charCodeAt(0)]}var Zo=["\\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 Xe=Object.freeze({});function Ae(e,t,r=Pr){let n=new Map;for(let Y of Object.values(u))n.set(Y,We(t,Y));let i,o=Array.isArray(e),s=[e],a=-1,c=[],p=e,l,d,h=[],T=[];do{a++;let Y=a===s.length,le=Y&&c.length!==0;if(Y){if(l=T.length===0?void 0:h[h.length-1],p=d,d=T.pop(),le)if(o){p=p.slice();let he=0;for(let[Fr,ui]of c){let pi=Fr-he;ui===null?(p.splice(pi,1),he++):p[pi]=ui}}else{p={...p};for(let[he,Fr]of c)p[he]=Fr}a=i.index,s=i.keys,c=i.edits,o=i.inArray,i=i.prev}else if(d){if(l=o?a:s[a],p=d[l],p==null)continue;h.push(l)}let se;if(!Array.isArray(p)){var g,A;lt(p)||O(!1,`Invalid AST Node: ${y(p)}.`);let he=Y?(g=n.get(p.kind))===null||g===void 0?void 0:g.leave:(A=n.get(p.kind))===null||A===void 0?void 0:A.enter;if(se=he?.call(t,p,l,d,h,T),se===Xe)break;if(se===!1){if(!Y){h.pop();continue}}else if(se!==void 0&&(c.push([l,se]),!Y))if(lt(se))p=se;else{h.pop();continue}}if(se===void 0&&le&&c.push([l,p]),Y)h.pop();else{var W;i={inArray:o,index:a,keys:s,edits:c,prev:i},o=Array.isArray(p),s=o?p:(W=r[p.kind])!==null&&W!==void 0?W:[],a=-1,c=[],d&&T.push(d),d=p}}while(i!==void 0);return c.length!==0?c[c.length-1][1]:e}function Qr(e){let t=new Array(e.length).fill(null),r=Object.create(null);for(let n 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:l}=We(e[c],n);i||(i=p!=null||l!=null),o[c]=p,s[c]=l}if(!i)continue;let a={enter(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=o[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===!1)t[d]=p;else if(h===Xe)t[d]=Xe;else if(h!==void 0)return h}},leave(...c){let p=c[0];for(let d=0;d<e.length;d++)if(t[d]===null){var l;let h=(l=s[d])===null||l===void 0?void 0:l.apply(e[d],c);if(h===Xe)t[d]=Xe;else if(h!==void 0&&h!==!1)return h}else t[d]===p&&(t[d]=null)}};r[n]=a}return r}function We(e,t){let r=e[t];return typeof r=="object"?r:typeof r=="function"?{enter:r,leave:void 0}:{enter:e.enter,leave:e.leave}}function L(e){return Ae(e,ts)}var es=80,ts={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>E(e.definitions,`
|
|
23
23
|
|
|
24
24
|
`)},OperationDefinition:{leave(e){let t=Br(e.variableDefinitions)?b(`(
|
|
25
25
|
`,E(e.variableDefinitions,`
|
|
26
26
|
`),`
|
|
27
27
|
)`):b("(",E(e.variableDefinitions,", "),")"),r=b("",e.description,`
|
|
28
28
|
`)+E([e.operation,E([e.name,t]),E(e.directives," ")]," ");return(r==="query"?"":r+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:r,directives:n,description:i})=>b("",i,`
|
|
29
|
-
`)+e+": "+t+b(" = ",r)+b(" ",E(n," "))},SelectionSet:{leave:({selections:e})=>Te(e)},Field:{leave({alias:e,name:t,arguments:r,directives:n,selectionSet:i}){let o=b("",e,": ")+t,s=o+b("(",E(r,", "),")");return s.length>
|
|
29
|
+
`)+e+": "+t+b(" = ",r)+b(" ",E(n," "))},SelectionSet:{leave:({selections:e})=>Te(e)},Field:{leave({alias:e,name:t,arguments:r,directives:n,selectionSet:i}){let o=b("",e,": ")+t,s=o+b("(",E(r,", "),")");return s.length>es&&(s=o+b(`(
|
|
30
30
|
`,qt(E(r,`
|
|
31
31
|
`)),`
|
|
32
32
|
)`)),E([s,E(n," "),i]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+b(" ",E(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:r})=>E(["...",b("on ",e),E(t," "),r]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:r,directives:n,selectionSet:i,description:o})=>b("",o,`
|
|
@@ -52,10 +52,10 @@ spurious results.`)}}return!1};var Je=class{constructor(t,r="GraphQL request",n=
|
|
|
52
52
|
`)),`
|
|
53
53
|
}`)}function b(e,t,r=""){return t!=null&&t!==""?e+t+r:""}function qt(e){return b(" ",e.replace(/\n/g,`
|
|
54
54
|
`))}function Br(e){var t;return(t=e?.some(r=>r.includes(`
|
|
55
|
-
`)))!==null&&t!==void 0?t:!1}function Yt(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(r=>Yt(r,t));case u.OBJECT:return yt(e.fields,r=>r.name.value,r=>Yt(r.value,t));case u.VARIABLE:return t?.[e.name.value]}}function oe(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 f("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!$t(e.charCodeAt(t)))throw new f(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!dt(e.charCodeAt(0)))throw new f(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function qr(e){if(e==="true"||e==="false"||e==="null")throw new f(`Enum values cannot be named: ${e}`);return oe(e)}function Ze(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||x(e)||w(e)||R(e)}function Ee(e){return te(e,ge)}function S(e){return te(e,Q)}function _(e){return te(e,gt)}function J(e){return te(e,Fe)}function V(e){return te(e,Ie)}function x(e){return te(e,_e)}function w(e){return te(e,D)}function R(e){return te(e,N)}function z(e){return Ee(e)||V(e)||x(e)||Et(e)&&z(e.ofType)}function be(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||Et(e)&&be(e.ofType)}function X(e){return Ee(e)||V(e)}function ce(e){return S(e)||_(e)||J(e)}function ie(e){return _(e)||J(e)}var D=class{constructor(t){Ze(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()}},N=class{constructor(t){vt(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 Et(e){return w(e)||R(e)}function vt(e){return Ze(e)&&!R(e)}function et(e){if(e)return R(e)?e.ofType:e}function Jt(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||x(e)}function H(e){if(e){let t=e;for(;Et(t);)t=t.ofType;return t}}function zt(e){return typeof e=="function"?e():e}function Xt(e){return typeof e=="function"?e():e}var ge=class{constructor(t){var r,n,i,o;let s=(r=t.parseValue)!==null&&r!==void 0?r:Vr;this.name=oe(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(n=t.serialize)!==null&&n!==void 0?n:Vr,this.parseValue=s,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>s(Yt(a,c)),this.extensions=ne(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()}},Q=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._fields=()=>wi(t),this._interfaces=()=>Li(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:Di(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Li(e){var t;let r=zt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(r)||O(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),r}function wi(e){let t=Xt(e.fields);return Ke(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),Tt(t,(r,n)=>{var i;Ke(r)||O(!1,`${e.name}.${n} field config must be an object.`),r.resolve==null||typeof r.resolve=="function"||O(!1,`${e.name}.${n} field resolver must be a function if provided, but got: ${y(r.resolve)}.`);let o=(i=r.args)!==null&&i!==void 0?i:{};return Ke(o)||O(!1,`${e.name}.${n} args must be an object with argument names as keys.`),{name:oe(n),description:r.description,type:r.type,args:Yr(o),resolve:r.resolve,subscribe:r.subscribe,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}})}function Yr(e){return Object.entries(e).map(([t,r])=>({name:oe(t),description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}))}function Ke(e){return j(e)&&!Array.isArray(e)}function Di(e){return Tt(e,t=>({description:t.description,type:t.type,args:Hr(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Hr(e){return yt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Oe(e){return R(e.type)&&e.defaultValue===void 0}var gt=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._fields=wi.bind(void 0,t),this._interfaces=Li.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:Di(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},Fe=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._types=ts.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 ts(e){let t=zt(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 Ie=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._values=typeof t.values=="function"?t.values:xi(this.name,t.values),this._valueLookup=null,this._nameLookup=null}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return typeof this._values=="function"&&(this._values=xi(this.name,this._values())),this._values}getValue(t){return this._nameLookup===null&&(this._nameLookup=ye(this.getValues(),r=>r.name)),this._nameLookup[t]}serialize(t){this._valueLookup===null&&(this._valueLookup=new Map(this.getValues().map(n=>[n.value,n])));let r=this._valueLookup.get(t);if(r===void 0)throw new f(`Enum "${this.name}" cannot represent value: ${y(t)}`);return r.name}parseValue(t){if(typeof t!="string"){let n=y(t);throw new f(`Enum "${this.name}" cannot represent non-string value: ${n}.`+Ht(this,n))}let r=this.getValue(t);if(r==null)throw new f(`Value "${t}" does not exist in "${this.name}" enum.`+Ht(this,t));return r.value}parseLiteral(t,r){if(t.kind!==u.ENUM){let i=L(t);throw new f(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Ht(this,i),{nodes:t})}let n=this.getValue(t.value);if(n==null){let i=L(t);throw new f(`Value "${i}" does not exist in "${this.name}" enum.`+Ht(this,i),{nodes:t})}return n.value}toConfig(){let t=yt(this.getValues(),r=>r.name,r=>({description:r.description,value:r.value,deprecationReason:r.deprecationReason,extensions:r.extensions,astNode:r.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 Ht(e,t){let r=e.getValues().map(i=>i.name),n=re(t,r);return Z("the enum value",n)}function xi(e,t){return Ke(t)||O(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([r,n])=>(Ke(n)||O(!1,`${e}.${r} must refer to an object with a "value" key representing an internal value but got: ${y(n)}.`),{name:qr(r),description:n.description,value:n.value!==void 0?n.value:r,deprecationReason:n.deprecationReason,extensions:ne(n.extensions),astNode:n.astNode}))}var _e=class{constructor(t){var r,n;this.name=oe(t.name),this.description=t.description,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this.isOneOf=(n=t.isOneOf)!==null&&n!==void 0?n:!1,this._fields=rs.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=Tt(this.getFields(),r=>({description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:r.extensions,astNode:r.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 rs(e){let t=Xt(e.fields);return Ke(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),Tt(t,(r,n)=>(!("resolve"in r)||O(!1,`${e.name}.${n} field has a resolve property, but Input Types cannot define resolvers.`),{name:oe(n),description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}))}function tt(e){return R(e.type)&&e.defaultValue===void 0}function Wt(e,t){return e===t?!0:R(e)&&R(t)||w(e)&&w(t)?Wt(e.ofType,t.ofType):!1}function xe(e,t,r){return t===r?!0:R(r)?R(t)?xe(e,t.ofType,r.ofType):!1:R(t)?xe(e,t.ofType,r):w(r)?w(t)?xe(e,t.ofType,r.ofType):!1:w(t)?!1:ie(r)&&(_(t)||S(t))&&e.isSubType(r,t)}function Jr(e,t,r){return t===r?!0:ie(t)?ie(r)?e.getPossibleTypes(t).some(n=>e.isSubType(r,n)):e.isSubType(t,r):ie(r)?e.isSubType(r,t):!1}var Nt=2147483647,It=-2147483648,ue=new ge({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=Rt(e);if(typeof t=="boolean")return t?1:0;let r=t;if(typeof t=="string"&&t!==""&&(r=Number(t)),typeof r!="number"||!Number.isInteger(r))throw new f(`Int cannot represent non-integer value: ${y(t)}`);if(r>Nt||r<It)throw new f("Int cannot represent non 32-bit signed integer value: "+y(t));return r},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new f(`Int cannot represent non-integer value: ${y(e)}`);if(e>Nt||e<It)throw new f(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new f(`Int cannot represent non-integer value: ${L(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>Nt||t<It)throw new f(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),pe=new ge({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=Rt(e);if(typeof t=="boolean")return t?1:0;let r=t;if(typeof t=="string"&&t!==""&&(r=Number(t)),typeof r!="number"||!Number.isFinite(r))throw new f(`Float cannot represent non numeric value: ${y(t)}`);return r},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new f(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new f(`Float cannot represent non numeric value: ${L(e)}`,e);return parseFloat(e.value)}}),v=new ge({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=Rt(e);if(typeof t=="string")return t;if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"&&Number.isFinite(t))return t.toString();throw new f(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new f(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new f(`String cannot represent a non string value: ${L(e)}`,{nodes:e});return e.value}}),G=new ge({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=Rt(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new f(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new f(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new f(`Boolean cannot represent a non boolean value: ${L(e)}`,{nodes:e});return e.value}}),fe=new ge({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=Rt(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new f(`ID cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e=="string")return e;if(typeof e=="number"&&Number.isInteger(e))return e.toString();throw new f(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new f("ID cannot represent a non-string and non-integer value: "+L(e),{nodes:e});return e.value}}),Kt=Object.freeze([v,ue,pe,G,fe]);function Rt(e){if(j(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!j(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function bt(e){return te(e,Se)}var Se=class{constructor(t){var r,n;this.name=oe(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(r=t.isRepeatable)!==null&&r!==void 0?r:!1,this.extensions=ne(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||O(!1,`@${t.name} locations must be an Array.`);let i=(n=t.args)!==null&&n!==void 0?n:{};j(i)&&!Array.isArray(i)||O(!1,`@${t.name} args must be an object with argument names as keys.`),this.args=Yr(i)}get[Symbol.toStringTag](){return"GraphQLDirective"}toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:Hr(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}}toString(){return"@"+this.name}toJSON(){return this.toString()}},Zt=new Se({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[I.FIELD,I.FRAGMENT_SPREAD,I.INLINE_FRAGMENT],args:{if:{type:new N(G),description:"Included when true."}}}),er=new Se({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[I.FIELD,I.FRAGMENT_SPREAD,I.INLINE_FRAGMENT],args:{if:{type:new N(G),description:"Skipped when true."}}}),Ai="No longer supported",tr=new Se({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[I.FIELD_DEFINITION,I.ARGUMENT_DEFINITION,I.INPUT_FIELD_DEFINITION,I.ENUM_VALUE],args:{reason:{type:v,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:Ai}}}),Fi=new Se({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[I.SCALAR],args:{url:{type:new N(v),description:"The URL that specifies the behavior of this scalar."}}}),Ci=new Se({name:"oneOf",description:"Indicates exactly one field must be supplied and this field must not be `null`.",locations:[I.INPUT_OBJECT],args:{}}),ve=Object.freeze([Zt,er,tr,Fi,Ci]);function rt(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function nt(e,t){if(R(t)){let r=nt(e,t.ofType);return r?.kind===u.NULL?null:r}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(w(t)){let r=t.ofType;if(rt(e)){let n=[];for(let i of e){let o=nt(i,r);o!=null&&n.push(o)}return{kind:u.LIST,values:n}}return nt(e,r)}if(x(t)){if(!j(e))return null;let r=[];for(let n of Object.values(t.getFields())){let i=nt(e[n.name],n.type);i&&r.push({kind:u.OBJECT_FIELD,name:{kind:u.NAME,value:n.name},value:i})}return{kind:u.OBJECT,fields:r}}if(X(t)){let r=t.serialize(e);if(r==null)return null;if(typeof r=="boolean")return{kind:u.BOOLEAN,value:r};if(typeof r=="number"&&Number.isFinite(r)){let n=String(r);return ki.test(n)?{kind:u.INT,value:n}:{kind:u.FLOAT,value:n}}if(typeof r=="string")return V(t)?{kind:u.ENUM,value:r}:t===fe&&ki.test(r)?{kind:u.INT,value:r}:{kind:u.STRING,value:r};throw new TypeError(`Cannot convert value to AST: ${y(r)}.`)}k(!1,"Unexpected input type: "+y(t))}var ki=/^-?(?:0|[1-9][0-9]*)$/;var Ot=new Q({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:v,resolve:e=>e.description},types:{description:"A list of all types supported by this server.",type:new N(new D(new N(de))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new N(de),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:de,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:de,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new N(new D(new N(zr))),resolve:e=>e.getDirectives()}})}),zr=new Q({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
|
|
55
|
+
`)))!==null&&t!==void 0?t:!1}function Yt(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(r=>Yt(r,t));case u.OBJECT:return ht(e.fields,r=>r.name.value,r=>Yt(r.value,t));case u.VARIABLE:return t?.[e.name.value]}}function oe(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 f("Expected name to be a non-empty string.");for(let t=1;t<e.length;++t)if(!$t(e.charCodeAt(t)))throw new f(`Names must only contain [_a-zA-Z0-9] but "${e}" does not.`);if(!ft(e.charCodeAt(0)))throw new f(`Names must start with [_a-zA-Z] but "${e}" does not.`);return e}function qr(e){if(e==="true"||e==="false"||e==="null")throw new f(`Enum values cannot be named: ${e}`);return oe(e)}function Ze(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||x(e)||w(e)||R(e)}function Ee(e){return te(e,ge)}function S(e){return te(e,B)}function _(e){return te(e,Tt)}function J(e){return te(e,Fe)}function V(e){return te(e,Ie)}function x(e){return te(e,xe)}function w(e){return te(e,D)}function R(e){return te(e,N)}function z(e){return Ee(e)||V(e)||x(e)||gt(e)&&z(e.ofType)}function be(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||gt(e)&&be(e.ofType)}function X(e){return Ee(e)||V(e)}function ce(e){return S(e)||_(e)||J(e)}function ie(e){return _(e)||J(e)}var D=class{constructor(t){Ze(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()}},N=class{constructor(t){Et(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 gt(e){return w(e)||R(e)}function Et(e){return Ze(e)&&!R(e)}function et(e){if(e)return R(e)?e.ofType:e}function Jt(e){return Ee(e)||S(e)||_(e)||J(e)||V(e)||x(e)}function H(e){if(e){let t=e;for(;gt(t);)t=t.ofType;return t}}function zt(e){return typeof e=="function"?e():e}function Xt(e){return typeof e=="function"?e():e}var ge=class{constructor(t){var r,n,i,o;let s=(r=t.parseValue)!==null&&r!==void 0?r:Vr;this.name=oe(t.name),this.description=t.description,this.specifiedByURL=t.specifiedByURL,this.serialize=(n=t.serialize)!==null&&n!==void 0?n:Vr,this.parseValue=s,this.parseLiteral=(i=t.parseLiteral)!==null&&i!==void 0?i:(a,c)=>s(Yt(a,c)),this.extensions=ne(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()}},B=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._fields=()=>wi(t),this._interfaces=()=>Li(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:Di(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Li(e){var t;let r=zt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(r)||O(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),r}function wi(e){let t=Xt(e.fields);return Ke(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),yt(t,(r,n)=>{var i;Ke(r)||O(!1,`${e.name}.${n} field config must be an object.`),r.resolve==null||typeof r.resolve=="function"||O(!1,`${e.name}.${n} field resolver must be a function if provided, but got: ${y(r.resolve)}.`);let o=(i=r.args)!==null&&i!==void 0?i:{};return Ke(o)||O(!1,`${e.name}.${n} args must be an object with argument names as keys.`),{name:oe(n),description:r.description,type:r.type,args:Yr(o),resolve:r.resolve,subscribe:r.subscribe,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}})}function Yr(e){return Object.entries(e).map(([t,r])=>({name:oe(t),description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}))}function Ke(e){return Q(e)&&!Array.isArray(e)}function Di(e){return yt(e,t=>({description:t.description,type:t.type,args:Hr(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Hr(e){return ht(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function Oe(e){return R(e.type)&&e.defaultValue===void 0}var Tt=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._fields=wi.bind(void 0,t),this._interfaces=Li.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:Di(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},Fe=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._types=rs.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 rs(e){let t=zt(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 Ie=class{constructor(t){var r;this.name=oe(t.name),this.description=t.description,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._values=typeof t.values=="function"?t.values:xi(this.name,t.values),this._valueLookup=null,this._nameLookup=null}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return typeof this._values=="function"&&(this._values=xi(this.name,this._values())),this._values}getValue(t){return this._nameLookup===null&&(this._nameLookup=ye(this.getValues(),r=>r.name)),this._nameLookup[t]}serialize(t){this._valueLookup===null&&(this._valueLookup=new Map(this.getValues().map(n=>[n.value,n])));let r=this._valueLookup.get(t);if(r===void 0)throw new f(`Enum "${this.name}" cannot represent value: ${y(t)}`);return r.name}parseValue(t){if(typeof t!="string"){let n=y(t);throw new f(`Enum "${this.name}" cannot represent non-string value: ${n}.`+Ht(this,n))}let r=this.getValue(t);if(r==null)throw new f(`Value "${t}" does not exist in "${this.name}" enum.`+Ht(this,t));return r.value}parseLiteral(t,r){if(t.kind!==u.ENUM){let i=L(t);throw new f(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+Ht(this,i),{nodes:t})}let n=this.getValue(t.value);if(n==null){let i=L(t);throw new f(`Value "${i}" does not exist in "${this.name}" enum.`+Ht(this,i),{nodes:t})}return n.value}toConfig(){let t=ht(this.getValues(),r=>r.name,r=>({description:r.description,value:r.value,deprecationReason:r.deprecationReason,extensions:r.extensions,astNode:r.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 Ht(e,t){let r=e.getValues().map(i=>i.name),n=re(t,r);return Z("the enum value",n)}function xi(e,t){return Ke(t)||O(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([r,n])=>(Ke(n)||O(!1,`${e}.${r} must refer to an object with a "value" key representing an internal value but got: ${y(n)}.`),{name:qr(r),description:n.description,value:n.value!==void 0?n.value:r,deprecationReason:n.deprecationReason,extensions:ne(n.extensions),astNode:n.astNode}))}var xe=class{constructor(t){var r,n;this.name=oe(t.name),this.description=t.description,this.extensions=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this.isOneOf=(n=t.isOneOf)!==null&&n!==void 0?n:!1,this._fields=ns.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=yt(this.getFields(),r=>({description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:r.extensions,astNode:r.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 ns(e){let t=Xt(e.fields);return Ke(t)||O(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),yt(t,(r,n)=>(!("resolve"in r)||O(!1,`${e.name}.${n} field has a resolve property, but Input Types cannot define resolvers.`),{name:oe(n),description:r.description,type:r.type,defaultValue:r.defaultValue,deprecationReason:r.deprecationReason,extensions:ne(r.extensions),astNode:r.astNode}))}function tt(e){return R(e.type)&&e.defaultValue===void 0}function Wt(e,t){return e===t?!0:R(e)&&R(t)||w(e)&&w(t)?Wt(e.ofType,t.ofType):!1}function Le(e,t,r){return t===r?!0:R(r)?R(t)?Le(e,t.ofType,r.ofType):!1:R(t)?Le(e,t.ofType,r):w(r)?w(t)?Le(e,t.ofType,r.ofType):!1:w(t)?!1:ie(r)&&(_(t)||S(t))&&e.isSubType(r,t)}function Jr(e,t,r){return t===r?!0:ie(t)?ie(r)?e.getPossibleTypes(t).some(n=>e.isSubType(r,n)):e.isSubType(t,r):ie(r)?e.isSubType(r,t):!1}var vt=2147483647,Nt=-2147483648,ue=new ge({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=It(e);if(typeof t=="boolean")return t?1:0;let r=t;if(typeof t=="string"&&t!==""&&(r=Number(t)),typeof r!="number"||!Number.isInteger(r))throw new f(`Int cannot represent non-integer value: ${y(t)}`);if(r>vt||r<Nt)throw new f("Int cannot represent non 32-bit signed integer value: "+y(t));return r},parseValue(e){if(typeof e!="number"||!Number.isInteger(e))throw new f(`Int cannot represent non-integer value: ${y(e)}`);if(e>vt||e<Nt)throw new f(`Int cannot represent non 32-bit signed integer value: ${e}`);return e},parseLiteral(e){if(e.kind!==u.INT)throw new f(`Int cannot represent non-integer value: ${L(e)}`,{nodes:e});let t=parseInt(e.value,10);if(t>vt||t<Nt)throw new f(`Int cannot represent non 32-bit signed integer value: ${e.value}`,{nodes:e});return t}}),pe=new ge({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=It(e);if(typeof t=="boolean")return t?1:0;let r=t;if(typeof t=="string"&&t!==""&&(r=Number(t)),typeof r!="number"||!Number.isFinite(r))throw new f(`Float cannot represent non numeric value: ${y(t)}`);return r},parseValue(e){if(typeof e!="number"||!Number.isFinite(e))throw new f(`Float cannot represent non numeric value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.FLOAT&&e.kind!==u.INT)throw new f(`Float cannot represent non numeric value: ${L(e)}`,e);return parseFloat(e.value)}}),v=new ge({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=It(e);if(typeof t=="string")return t;if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"&&Number.isFinite(t))return t.toString();throw new f(`String cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e!="string")throw new f(`String cannot represent a non string value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.STRING)throw new f(`String cannot represent a non string value: ${L(e)}`,{nodes:e});return e.value}}),G=new ge({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize(e){let t=It(e);if(typeof t=="boolean")return t;if(Number.isFinite(t))return t!==0;throw new f(`Boolean cannot represent a non boolean value: ${y(t)}`)},parseValue(e){if(typeof e!="boolean")throw new f(`Boolean cannot represent a non boolean value: ${y(e)}`);return e},parseLiteral(e){if(e.kind!==u.BOOLEAN)throw new f(`Boolean cannot represent a non boolean value: ${L(e)}`,{nodes:e});return e.value}}),fe=new ge({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=It(e);if(typeof t=="string")return t;if(Number.isInteger(t))return String(t);throw new f(`ID cannot represent value: ${y(e)}`)},parseValue(e){if(typeof e=="string")return e;if(typeof e=="number"&&Number.isInteger(e))return e.toString();throw new f(`ID cannot represent value: ${y(e)}`)},parseLiteral(e){if(e.kind!==u.STRING&&e.kind!==u.INT)throw new f("ID cannot represent a non-string and non-integer value: "+L(e),{nodes:e});return e.value}}),Kt=Object.freeze([v,ue,pe,G,fe]);function It(e){if(Q(e)){if(typeof e.valueOf=="function"){let t=e.valueOf();if(!Q(t))return t}if(typeof e.toJSON=="function")return e.toJSON()}return e}function Rt(e){return te(e,Se)}var Se=class{constructor(t){var r,n;this.name=oe(t.name),this.description=t.description,this.locations=t.locations,this.isRepeatable=(r=t.isRepeatable)!==null&&r!==void 0?r:!1,this.extensions=ne(t.extensions),this.astNode=t.astNode,Array.isArray(t.locations)||O(!1,`@${t.name} locations must be an Array.`);let i=(n=t.args)!==null&&n!==void 0?n:{};Q(i)&&!Array.isArray(i)||O(!1,`@${t.name} args must be an object with argument names as keys.`),this.args=Yr(i)}get[Symbol.toStringTag](){return"GraphQLDirective"}toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:Hr(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}}toString(){return"@"+this.name}toJSON(){return this.toString()}},Zt=new Se({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[I.FIELD,I.FRAGMENT_SPREAD,I.INLINE_FRAGMENT],args:{if:{type:new N(G),description:"Included when true."}}}),er=new Se({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[I.FIELD,I.FRAGMENT_SPREAD,I.INLINE_FRAGMENT],args:{if:{type:new N(G),description:"Skipped when true."}}}),Ai="No longer supported",tr=new Se({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[I.FIELD_DEFINITION,I.ARGUMENT_DEFINITION,I.INPUT_FIELD_DEFINITION,I.ENUM_VALUE],args:{reason:{type:v,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:Ai}}}),Fi=new Se({name:"specifiedBy",description:"Exposes a URL that specifies the behavior of this scalar.",locations:[I.SCALAR],args:{url:{type:new N(v),description:"The URL that specifies the behavior of this scalar."}}}),Ci=new Se({name:"oneOf",description:"Indicates exactly one field must be supplied and this field must not be `null`.",locations:[I.INPUT_OBJECT],args:{}}),ve=Object.freeze([Zt,er,tr,Fi,Ci]);function rt(e){return typeof e=="object"&&typeof e?.[Symbol.iterator]=="function"}function nt(e,t){if(R(t)){let r=nt(e,t.ofType);return r?.kind===u.NULL?null:r}if(e===null)return{kind:u.NULL};if(e===void 0)return null;if(w(t)){let r=t.ofType;if(rt(e)){let n=[];for(let i of e){let o=nt(i,r);o!=null&&n.push(o)}return{kind:u.LIST,values:n}}return nt(e,r)}if(x(t)){if(!Q(e))return null;let r=[];for(let n of Object.values(t.getFields())){let i=nt(e[n.name],n.type);i&&r.push({kind:u.OBJECT_FIELD,name:{kind:u.NAME,value:n.name},value:i})}return{kind:u.OBJECT,fields:r}}if(X(t)){let r=t.serialize(e);if(r==null)return null;if(typeof r=="boolean")return{kind:u.BOOLEAN,value:r};if(typeof r=="number"&&Number.isFinite(r)){let n=String(r);return ki.test(n)?{kind:u.INT,value:n}:{kind:u.FLOAT,value:n}}if(typeof r=="string")return V(t)?{kind:u.ENUM,value:r}:t===fe&&ki.test(r)?{kind:u.INT,value:r}:{kind:u.STRING,value:r};throw new TypeError(`Cannot convert value to AST: ${y(r)}.`)}k(!1,"Unexpected input type: "+y(t))}var ki=/^-?(?:0|[1-9][0-9]*)$/;var bt=new B({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:v,resolve:e=>e.description},types:{description:"A list of all types supported by this server.",type:new N(new D(new N(de))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new N(de),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:de,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:de,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new N(new D(new N(zr))),resolve:e=>e.getDirectives()}})}),zr=new B({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
|
|
56
56
|
|
|
57
|
-
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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},isRepeatable:{type:new N(G),resolve:e=>e.isRepeatable},locations:{type:new N(new D(new N(Xr))),resolve:e=>e.locations},args:{type:new N(new D(new N(St))),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(r=>r.deprecationReason==null)}}})}),Xr=new Ie({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:I.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:I.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:I.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:I.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:I.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:I.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:I.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:I.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:I.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:I.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:I.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:I.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:I.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:I.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:I.UNION,description:"Location adjacent to a union definition."},ENUM:{value:I.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:I.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:I.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:I.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),de=new Q({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 N(Zr),resolve(e){if(Ee(e))return B.SCALAR;if(S(e))return B.OBJECT;if(_(e))return B.INTERFACE;if(J(e))return B.UNION;if(V(e))return B.ENUM;if(x(e))return B.INPUT_OBJECT;if(w(e))return B.LIST;if(R(e))return B.NON_NULL;k(!1,`Unexpected type: "${y(e)}".`)}},name:{type:v,resolve:e=>"name"in e?e.name:void 0},description:{type:v,resolve:e=>"description"in e?e.description:void 0},specifiedByURL:{type:v,resolve:e=>"specifiedByURL"in e?e.specifiedByURL:void 0},fields:{type:new D(new N(Wr)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(S(e)||_(e)){let r=Object.values(e.getFields());return t?r:r.filter(n=>n.deprecationReason==null)}}},interfaces:{type:new D(new N(de)),resolve(e){if(S(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new D(new N(de)),resolve(e,t,r,{schema:n}){if(ie(e))return n.getPossibleTypes(e)}},enumValues:{type:new D(new N(Kr)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(V(e)){let r=e.getValues();return t?r:r.filter(n=>n.deprecationReason==null)}}},inputFields:{type:new D(new N(St)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(x(e)){let r=Object.values(e.getFields());return t?r:r.filter(n=>n.deprecationReason==null)}}},ofType:{type:de,resolve:e=>"ofType"in e?e.ofType:void 0},isOneOf:{type:G,resolve:e=>{if(x(e))return e.isOneOf}}})}),Wr=new Q({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},args:{type:new N(new D(new N(St))),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(r=>r.deprecationReason==null)}},type:{type:new N(de),resolve:e=>e.type},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,resolve:e=>e.deprecationReason}})}),St=new Q({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},type:{type:new N(de),resolve:e=>e.type},defaultValue:{type:v,description:"A GraphQL-formatted string representing the default value for this input value.",resolve(e){let{type:t,defaultValue:r}=e,n=nt(r,t);return n?L(n):null}},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,resolve:e=>e.deprecationReason}})}),Kr=new Q({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,resolve:e=>e.deprecationReason}})}),B;(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"})(B||(B={}));var Zr=new Ie({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:B.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:B.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:B.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:B.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:B.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:B.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:B.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:B.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Ce={name:"__schema",type:new N(Ot),description:"Access the current type schema of this server.",args:[],resolve:(e,t,r,{schema:n})=>n,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},ke={name:"__type",type:de,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new N(v),defaultValue:void 0,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0}],resolve:(e,{name:t},r,{schema:n})=>n.getType(t),deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Me={name:"__typename",type:new N(v),description:"The name of the current Object type at runtime.",args:[],resolve:(e,t,r,{parentType:n})=>n.name,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},rr=Object.freeze([Ot,zr,Xr,de,Wr,St,Kr,Zr]);function en(e){return rr.some(({name:t})=>e.name===t)}function tn(e){return te(e,Pe)}function nr(e){if(!tn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Pe=class{constructor(t){var r,n;this.__validationErrors=t.assumeValid===!0?[]:void 0,j(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=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._queryType=t.query,this._mutationType=t.mutation,this._subscriptionType=t.subscription,this._directives=(n=t.directives)!==null&&n!==void 0?n:ve;let i=new Set(t.types);if(t.types!=null)for(let o of t.types)i.delete(o),Ne(o,i);this._queryType!=null&&Ne(this._queryType,i),this._mutationType!=null&&Ne(this._mutationType,i),this._subscriptionType!=null&&Ne(this._subscriptionType,i);for(let o of this._directives)if(bt(o))for(let s of o.args)Ne(s.type,i);Ne(Ot,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(S(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 C.QUERY:return this.getQueryType();case C.MUTATION:return this.getMutationType();case C.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return J(t)?t.getTypes():this.getImplementations(t).objects}getImplementations(t){let r=this._implementationsMap[t.name];return r??{objects:[],interfaces:[]}}isSubType(t,r){let n=this._subTypeMap[t.name];if(n===void 0){if(n=Object.create(null),J(t))for(let i of t.getTypes())n[i.name]=!0;else{let i=this.getImplementations(t);for(let o of i.objects)n[o.name]=!0;for(let o of i.interfaces)n[o.name]=!0}this._subTypeMap[t.name]=n}return n[r.name]!==void 0}getDirectives(){return this._directives}getDirective(t){return this.getDirectives().find(r=>r.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 Ne(e,t){let r=H(e);if(!t.has(r)){if(t.add(r),J(r))for(let n of r.getTypes())Ne(n,t);else if(S(r)||_(r)){for(let n of r.getInterfaces())Ne(n,t);for(let n of Object.values(r.getFields())){Ne(n.type,t);for(let i of n.args)Ne(i.type,t)}}else if(x(r))for(let n of Object.values(r.getFields()))Ne(n.type,t)}return t}function $i(e){if(nr(e),e.__validationErrors)return e.__validationErrors;let t=new nn(e);ns(t),is(t),os(t);let r=t.getErrors();return e.__validationErrors=r,r}function xt(e){let t=$i(e);if(t.length!==0)throw new Error(t.map(r=>r.message).join(`
|
|
57
|
+
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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},isRepeatable:{type:new N(G),resolve:e=>e.isRepeatable},locations:{type:new N(new D(new N(Xr))),resolve:e=>e.locations},args:{type:new N(new D(new N(Ot))),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(r=>r.deprecationReason==null)}}})}),Xr=new Ie({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:I.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:I.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:I.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:I.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:I.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:I.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:I.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:I.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:I.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:I.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:I.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:I.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:I.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:I.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:I.UNION,description:"Location adjacent to a union definition."},ENUM:{value:I.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:I.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:I.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:I.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),de=new B({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 N(Zr),resolve(e){if(Ee(e))return q.SCALAR;if(S(e))return q.OBJECT;if(_(e))return q.INTERFACE;if(J(e))return q.UNION;if(V(e))return q.ENUM;if(x(e))return q.INPUT_OBJECT;if(w(e))return q.LIST;if(R(e))return q.NON_NULL;k(!1,`Unexpected type: "${y(e)}".`)}},name:{type:v,resolve:e=>"name"in e?e.name:void 0},description:{type:v,resolve:e=>"description"in e?e.description:void 0},specifiedByURL:{type:v,resolve:e=>"specifiedByURL"in e?e.specifiedByURL:void 0},fields:{type:new D(new N(Wr)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(S(e)||_(e)){let r=Object.values(e.getFields());return t?r:r.filter(n=>n.deprecationReason==null)}}},interfaces:{type:new D(new N(de)),resolve(e){if(S(e)||_(e))return e.getInterfaces()}},possibleTypes:{type:new D(new N(de)),resolve(e,t,r,{schema:n}){if(ie(e))return n.getPossibleTypes(e)}},enumValues:{type:new D(new N(Kr)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(V(e)){let r=e.getValues();return t?r:r.filter(n=>n.deprecationReason==null)}}},inputFields:{type:new D(new N(Ot)),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(x(e)){let r=Object.values(e.getFields());return t?r:r.filter(n=>n.deprecationReason==null)}}},ofType:{type:de,resolve:e=>"ofType"in e?e.ofType:void 0},isOneOf:{type:G,resolve:e=>{if(x(e))return e.isOneOf}}})}),Wr=new B({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},args:{type:new N(new D(new N(Ot))),args:{includeDeprecated:{type:G,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(r=>r.deprecationReason==null)}},type:{type:new N(de),resolve:e=>e.type},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,resolve:e=>e.deprecationReason}})}),Ot=new B({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},type:{type:new N(de),resolve:e=>e.type},defaultValue:{type:v,description:"A GraphQL-formatted string representing the default value for this input value.",resolve(e){let{type:t,defaultValue:r}=e,n=nt(r,t);return n?L(n):null}},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,resolve:e=>e.deprecationReason}})}),Kr=new B({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 N(v),resolve:e=>e.name},description:{type:v,resolve:e=>e.description},isDeprecated:{type:new N(G),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:v,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 Zr=new Ie({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."}}}),Ce={name:"__schema",type:new N(bt),description:"Access the current type schema of this server.",args:[],resolve:(e,t,r,{schema:n})=>n,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},ke={name:"__type",type:de,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new N(v),defaultValue:void 0,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0}],resolve:(e,{name:t},r,{schema:n})=>n.getType(t),deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Me={name:"__typename",type:new N(v),description:"The name of the current Object type at runtime.",args:[],resolve:(e,t,r,{parentType:n})=>n.name,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},rr=Object.freeze([bt,zr,Xr,de,Wr,Ot,Kr,Zr]);function en(e){return rr.some(({name:t})=>e.name===t)}function tn(e){return te(e,Pe)}function nr(e){if(!tn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Pe=class{constructor(t){var r,n;this.__validationErrors=t.assumeValid===!0?[]:void 0,Q(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=ne(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(r=t.extensionASTNodes)!==null&&r!==void 0?r:[],this._queryType=t.query,this._mutationType=t.mutation,this._subscriptionType=t.subscription,this._directives=(n=t.directives)!==null&&n!==void 0?n:ve;let i=new Set(t.types);if(t.types!=null)for(let o of t.types)i.delete(o),Ne(o,i);this._queryType!=null&&Ne(this._queryType,i),this._mutationType!=null&&Ne(this._mutationType,i),this._subscriptionType!=null&&Ne(this._subscriptionType,i);for(let o of this._directives)if(Rt(o))for(let s of o.args)Ne(s.type,i);Ne(bt,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(S(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 C.QUERY:return this.getQueryType();case C.MUTATION:return this.getMutationType();case C.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return J(t)?t.getTypes():this.getImplementations(t).objects}getImplementations(t){let r=this._implementationsMap[t.name];return r??{objects:[],interfaces:[]}}isSubType(t,r){let n=this._subTypeMap[t.name];if(n===void 0){if(n=Object.create(null),J(t))for(let i of t.getTypes())n[i.name]=!0;else{let i=this.getImplementations(t);for(let o of i.objects)n[o.name]=!0;for(let o of i.interfaces)n[o.name]=!0}this._subTypeMap[t.name]=n}return n[r.name]!==void 0}getDirectives(){return this._directives}getDirective(t){return this.getDirectives().find(r=>r.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 Ne(e,t){let r=H(e);if(!t.has(r)){if(t.add(r),J(r))for(let n of r.getTypes())Ne(n,t);else if(S(r)||_(r)){for(let n of r.getInterfaces())Ne(n,t);for(let n of Object.values(r.getFields())){Ne(n.type,t);for(let i of n.args)Ne(i.type,t)}}else if(x(r))for(let n of Object.values(r.getFields()))Ne(n.type,t)}return t}function $i(e){if(nr(e),e.__validationErrors)return e.__validationErrors;let t=new nn(e);is(t),os(t),ss(t);let r=t.getErrors();return e.__validationErrors=r,r}function _t(e){let t=$i(e);if(t.length!==0)throw new Error(t.map(r=>r.message).join(`
|
|
58
58
|
|
|
59
|
-
`))}var nn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,r){let n=Array.isArray(r)?r.filter(Boolean):r;this._errors.push(new f(t,{nodes:n}))}getErrors(){return this._errors}};function ns(e){let t=e.schema,r=t.getQueryType();if(!r)e.reportError("Query root type must be provided.",t.astNode);else if(!S(r)){var n;e.reportError(`Query root type must be Object type, it cannot be ${y(r)}.`,(n=rn(t,C.QUERY))!==null&&n!==void 0?n:r.astNode)}let i=t.getMutationType();if(i&&!S(i)){var o;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(o=rn(t,C.MUTATION))!==null&&o!==void 0?o:i.astNode)}let s=t.getSubscriptionType();if(s&&!S(s)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(s)}.`,(a=rn(t,C.SUBSCRIPTION))!==null&&a!==void 0?a:s.astNode)}}function rn(e,t){var r;return(r=[e.astNode,...e.extensionASTNodes].flatMap(n=>{var i;return(i=n?.operationTypes)!==null&&i!==void 0?i:[]}).find(n=>n.operation===t))===null||r===void 0?void 0:r.type}function is(e){for(let r of e.schema.getDirectives()){if(!bt(r)){e.reportError(`Expected directive but got: ${y(r)}.`,r?.astNode);continue}Ue(e,r),r.locations.length===0&&e.reportError(`Directive @${r.name} must include 1 or more locations.`,r.astNode);for(let n of r.args)if(Ue(e,n),z(n.type)||e.reportError(`The type of @${r.name}(${n.name}:) must be Input Type but got: ${y(n.type)}.`,n.astNode),Oe(n)&&n.deprecationReason!=null){var t;e.reportError(`Required argument @${r.name}(${n.name}:) cannot be deprecated.`,[on(n.astNode),(t=n.astNode)===null||t===void 0?void 0:t.type])}}}function Ue(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function os(e){let t=fs(e),r=e.schema.getTypeMap();for(let n of Object.values(r)){if(!Jt(n)){e.reportError(`Expected GraphQL named type but got: ${y(n)}.`,n.astNode);continue}en(n)||Ue(e,n),S(n)||_(n)?(Mi(e,n),Pi(e,n)):J(n)?cs(e,n):V(n)?us(e,n):x(n)&&(ps(e,n),t(n))}}function Mi(e,t){let r=Object.values(t.getFields());r.length===0&&e.reportError(`Type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let s of r){if(Ue(e,s),!be(s.type)){var n;e.reportError(`The type of ${t.name}.${s.name} must be Output Type but got: ${y(s.type)}.`,(n=s.astNode)===null||n===void 0?void 0:n.type)}for(let a of s.args){let c=a.name;if(Ue(e,a),!z(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(Oe(a)&&a.deprecationReason!=null){var o;e.reportError(`Required argument ${t.name}.${s.name}(${c}:) cannot be deprecated.`,[on(a.astNode),(o=a.astNode)===null||o===void 0?void 0:o.type])}}}}function Pi(e,t){let r=Object.create(null);for(let n of t.getInterfaces()){if(!_(n)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(n)}.`,_t(t,n));continue}if(t===n){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,_t(t,n));continue}if(r[n.name]){e.reportError(`Type ${t.name} can only implement ${n.name} once.`,_t(t,n));continue}r[n.name]=!0,as(e,t,n),ss(e,t,n)}}function ss(e,t,r){let n=t.getFields();for(let c of Object.values(r.getFields())){let p=c.name,l=n[p];if(!l){e.reportError(`Interface field ${r.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!xe(e.schema,l.type,c.type)){var i,o;e.reportError(`Interface field ${r.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(l.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(o=l.astNode)===null||o===void 0?void 0:o.type])}for(let d of c.args){let h=d.name,T=l.args.find(g=>g.name===h);if(!T){e.reportError(`Interface field argument ${r.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,l.astNode]);continue}if(!Wt(d.type,T.type)){var s,a;e.reportError(`Interface field argument ${r.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 l.args){let h=d.name;!c.args.find(g=>g.name===h)&&Oe(d)&&e.reportError(`Object field ${t.name}.${p} includes required argument ${h} that is missing from the Interface field ${r.name}.${p}.`,[d.astNode,c.astNode])}}}function as(e,t,r){let n=t.getInterfaces();for(let i of r.getInterfaces())n.includes(i)||e.reportError(i===t?`Type ${t.name} cannot implement ${r.name} because it would create a circular reference.`:`Type ${t.name} must implement ${i.name} because it is implemented by ${r.name}.`,[..._t(r,i),..._t(t,r)])}function cs(e,t){let r=t.getTypes();r.length===0&&e.reportError(`Union type ${t.name} must define one or more member types.`,[t.astNode,...t.extensionASTNodes]);let n=Object.create(null);for(let i of r){if(n[i.name]){e.reportError(`Union type ${t.name} can only include type ${i.name} once.`,Ui(t,i.name));continue}n[i.name]=!0,S(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,Ui(t,String(i)))}}function us(e,t){let r=t.getValues();r.length===0&&e.reportError(`Enum type ${t.name} must define one or more values.`,[t.astNode,...t.extensionASTNodes]);for(let n of r)Ue(e,n)}function ps(e,t){let r=Object.values(t.getFields());r.length===0&&e.reportError(`Input Object type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let o of r){if(Ue(e,o),!z(o.type)){var n;e.reportError(`The type of ${t.name}.${o.name} must be Input Type but got: ${y(o.type)}.`,(n=o.astNode)===null||n===void 0?void 0:n.type)}if(tt(o)&&o.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${o.name} cannot be deprecated.`,[on(o.astNode),(i=o.astNode)===null||i===void 0?void 0:i.type])}t.isOneOf&&ls(t,o,e)}}function ls(e,t,r){if(R(t.type)){var n;r.reportError(`OneOf input field ${e.name}.${t.name} must be nullable.`,(n=t.astNode)===null||n===void 0?void 0:n.type)}t.defaultValue!==void 0&&r.reportError(`OneOf input field ${e.name}.${t.name} cannot have a default value.`,t.astNode)}function fs(e){let t=Object.create(null),r=[],n=Object.create(null);return i;function i(o){if(t[o.name])return;t[o.name]=!0,n[o.name]=r.length;let s=Object.values(o.getFields());for(let a of s)if(R(a.type)&&x(a.type.ofType)){let c=a.type.ofType,p=n[c.name];if(r.push(a),p===void 0)i(c);else{let l=r.slice(p),d=l.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,l.map(h=>h.astNode))}r.pop()}n[o.name]=void 0}}function _t(e,t){let{astNode:r,extensionASTNodes:n}=e;return(r!=null?[r,...n]:n).flatMap(o=>{var s;return(s=o.interfaces)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t.name)}function Ui(e,t){let{astNode:r,extensionASTNodes:n}=e;return(r!=null?[r,...n]:n).flatMap(o=>{var s;return(s=o.types)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t)}function on(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(r=>r.name.value===tr.name)}function P(e,t){switch(t.kind){case u.LIST_TYPE:{let r=P(e,t.type);return r&&new D(r)}case u.NON_NULL_TYPE:{let r=P(e,t.type);return r&&new N(r)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var it=class{constructor(t,r,n){this._schema=t,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=n??ds,r&&(z(r)&&this._inputTypeStack.push(r),ce(r)&&this._parentTypeStack.push(r),be(r)&&this._typeStack.push(r))}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 r=this._schema;switch(t.kind){case u.SELECTION_SET:{let i=H(this.getType());this._parentTypeStack.push(ce(i)?i:void 0);break}case u.FIELD:{let i=this.getParentType(),o,s;i&&(o=this._getFieldDef(r,i,t),o&&(s=o.type)),this._fieldDefStack.push(o),this._typeStack.push(be(s)?s:void 0);break}case u.DIRECTIVE:this._directive=r.getDirective(t.name.value);break;case u.OPERATION_DEFINITION:{let i=r.getRootType(t.operation);this._typeStack.push(S(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,o=i?P(r,i):H(this.getType());this._typeStack.push(be(o)?o:void 0);break}case u.VARIABLE_DEFINITION:{let i=P(r,t.type);this._inputTypeStack.push(z(i)?i:void 0);break}case u.ARGUMENT:{var n;let i,o,s=(n=this.getDirective())!==null&&n!==void 0?n: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(z(o)?o:void 0);break}case u.LIST:{let i=et(this.getInputType()),o=w(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(z(o)?o:void 0);break}case u.OBJECT_FIELD:{let i=H(this.getInputType()),o,s;x(i)&&(s=i.getFields()[t.name.value],s&&(o=s.type)),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(z(o)?o:void 0);break}case u.ENUM:{let i=H(this.getInputType()),o;V(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 ds(e,t,r){let n=r.name.value;if(n===Ce.name&&e.getQueryType()===t)return Ce;if(n===ke.name&&e.getQueryType()===t)return ke;if(n===Me.name&&ce(t))return Me;if(S(t)||_(t))return t.getFields()[n]}function ir(e,t){return{enter(...r){let n=r[0];e.enter(n);let i=We(t,n.kind).enter;if(i){let o=i.apply(t,r);return o!==void 0&&(e.leave(n),ft(o)&&e.enter(o)),o}},leave(...r){let n=r[0],i=We(t,n.kind).leave,o;return i&&(o=i.apply(t,r)),e.leave(n),o}}}function sn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function an(e){return e.kind===u.SCHEMA_DEFINITION||Le(e)||e.kind===u.DIRECTIVE_DEFINITION}function Le(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 cn(e){return e.kind===u.SCHEMA_EXTENSION||or(e)}function or(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 un(e){return{Document(t){for(let r of t.definitions)if(!sn(r)){let n=r.kind===u.SCHEMA_DEFINITION||r.kind===u.SCHEMA_EXTENSION?"schema":'"'+r.name.value+'"';e.reportError(new f(`The ${n} definition is not executable.`,{nodes:r}))}return!1}}}function pn(e){return{Field(t){let r=e.getParentType();if(r&&!e.getFieldDef()){let i=e.getSchema(),o=t.name.value,s=Z("to use an inline fragment on",ms(i,r,o));s===""&&(s=Z(hs(r,o))),e.reportError(new f(`Cannot query field "${o}" on type "${r.name}".`+s,{nodes:t}))}}}}function ms(e,t,r){if(!ie(t))return[];let n=new Set,i=Object.create(null);for(let s of e.getPossibleTypes(t))if(s.getFields()[r]){n.add(s),i[s.name]=1;for(let a of s.getInterfaces()){var o;a.getFields()[r]&&(n.add(a),i[a.name]=((o=i[a.name])!==null&&o!==void 0?o:0)+1)}}return[...n].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:ze(s.name,a.name)}).map(s=>s.name)}function hs(e,t){if(S(e)||_(e)){let r=Object.keys(e.getFields());return re(t,r)}return[]}function ln(e){return{InlineFragment(t){let r=t.typeCondition;if(r){let n=P(e.getSchema(),r);if(n&&!ce(n)){let i=L(r);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:r}))}}},FragmentDefinition(t){let r=P(e.getSchema(),t.typeCondition);if(r&&!ce(r)){let n=L(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${n}".`,{nodes:t.typeCondition}))}}}}function fn(e){return{...dn(e),Argument(t){let r=e.getArgument(),n=e.getFieldDef(),i=e.getParentType();if(!r&&n&&i){let o=t.name.value,s=n.args.map(c=>c.name),a=re(o,s);e.reportError(new f(`Unknown argument "${o}" on field "${i.name}.${n.name}".`+Z(a),{nodes:t}))}}}}function dn(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let s of n)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 l=p.name.value;if(!c.includes(l)){let d=re(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+Z(d),{nodes:p}))}}return!1}}}function sr(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let o of n)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 l=o.name.value,d=t[l];if(!d){e.reportError(new f(`Unknown directive "@${l}".`,{nodes:o}));return}let h=ys(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:o}))}}}function ys(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return Ts(t.operation);case u.FIELD:return I.FIELD;case u.FRAGMENT_SPREAD:return I.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return I.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return I.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return I.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return I.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return I.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return I.OBJECT;case u.FIELD_DEFINITION:return I.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return I.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return I.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return I.ENUM;case u.ENUM_VALUE_DEFINITION:return I.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return I.INPUT_OBJECT;case u.INPUT_VALUE_DEFINITION:{let r=e[e.length-3];return"kind"in r||k(!1),r.kind===u.INPUT_OBJECT_TYPE_DEFINITION?I.INPUT_FIELD_DEFINITION:I.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function Ts(e){switch(e){case C.QUERY:return I.QUERY;case C.MUTATION:return I.MUTATION;case C.SUBSCRIPTION:return I.SUBSCRIPTION}}function mn(e){return{FragmentSpread(t){let r=t.name.value;e.getFragment(r)||e.reportError(new f(`Unknown fragment "${r}".`,{nodes:t.name}))}}}function ar(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=Object.create(null);for(let o of e.getDocument().definitions)Le(o)&&(n[o.name.value]=!0);let i=[...Object.keys(r),...Object.keys(n)];return{NamedType(o,s,a,c,p){let l=o.name.value;if(!r[l]&&!n[l]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&gs(h);if(T&&Vi.includes(l))return;let g=re(l,T?Vi.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+Z(g),{nodes:o}))}}}}var Vi=[...Kt,...rr].map(e=>e.name);function gs(e){return"kind"in e&&(an(e)||cn(e))}function hn(e){let t=0;return{Document(r){t=r.definitions.filter(n=>n.kind===u.OPERATION_DEFINITION).length},OperationDefinition(r){!r.name&&t>1&&e.reportError(new f("This anonymous operation must be the only defined operation.",{nodes:r}))}}}function yn(e){var t,r,n;let i=e.getSchema(),o=(t=(r=(n=i?.astNode)!==null&&n!==void 0?n:i?.getQueryType())!==null&&r!==void 0?r:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),s=0;return{SchemaDefinition(a){if(o){e.reportError(new f("Cannot define a new schema within a schema extension.",{nodes:a}));return}s>0&&e.reportError(new f("Must provide only one schema definition.",{nodes:a})),++s}}}var Es=3;function Tn(e){function t(r,n=Object.create(null),i=0){if(r.kind===u.FRAGMENT_SPREAD){let o=r.name.value;if(n[o]===!0)return!1;let s=e.getFragment(o);if(!s)return!1;try{return n[o]=!0,t(s,n,i)}finally{n[o]=void 0}}if(r.kind===u.FIELD&&(r.name.value==="fields"||r.name.value==="interfaces"||r.name.value==="possibleTypes"||r.name.value==="inputFields")&&(i++,i>=Es))return!0;if("selectionSet"in r&&r.selectionSet){for(let o of r.selectionSet.selections)if(t(o,n,i))return!0}return!1}return{Field(r){if((r.name.value==="__schema"||r.name.value==="__type")&&t(r))return e.reportError(new f("Maximum introspection depth exceeded",{nodes:[r]})),!1}}}function gn(e){let t=Object.create(null),r=[],n=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){n[s]=r.length;for(let c of a){let p=c.name.value,l=n[p];if(r.push(c),l===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=r.slice(l),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new f(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}r.pop()}n[s]=void 0}}}function En(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(r){let n=e.getRecursiveVariableUsages(r);for(let{node:i}of n){let o=i.name.value;t[o]!==!0&&e.reportError(new f(r.name?`Variable "$${o}" is not defined by operation "${r.name.value}".`:`Variable "$${o}" is not defined.`,{nodes:[i,r]}))}}},VariableDefinition(r){t[r.variable.name.value]=!0}}}function vn(e){let t=[],r=[];return{OperationDefinition(n){return t.push(n),!1},FragmentDefinition(n){return r.push(n),!1},Document:{leave(){let n=Object.create(null);for(let i of t)for(let o of e.getRecursivelyReferencedFragments(i))n[o.name.value]=!0;for(let i of r){let o=i.name.value;n[o]!==!0&&e.reportError(new f(`Fragment "${o}" is never used.`,{nodes:i}))}}}}}function Nn(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(r){let n=Object.create(null),i=e.getRecursiveVariableUsages(r);for(let{node:o}of i)n[o.name.value]=!0;for(let o of t){let s=o.variable.name.value;n[s]!==!0&&e.reportError(new f(r.name?`Variable "$${s}" is never used in operation "${r.name.value}".`:`Variable "$${s}" is never used.`,{nodes:o}))}}},VariableDefinition(r){t.push(r)}}}function cr(e){switch(e.kind){case u.OBJECT:return{...e,fields:vs(e.fields)};case u.LIST:return{...e,values:e.values.map(cr)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function vs(e){return e.map(t=>({...t,value:cr(t.value)})).sort((t,r)=>ze(t.name.value,r.name.value))}function ji(e){return Array.isArray(e)?e.map(([t,r])=>`subfields "${t}" conflict because `+ji(r)).join(" and "):e}function On(e){let t=new fr,r=new bn,n=new Map;return{SelectionSet(i){let o=Ns(e,n,t,r,e.getParentType(),i);for(let[[s,a],c,p]of o){let l=ji(a);e.reportError(new f(`Fields "${s}" conflict because ${l}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:c.concat(p)}))}}}}function Ns(e,t,r,n,i,o){let s=[],[a,c]=lr(e,t,i,o);if(Rs(e,s,t,r,n,a),c.length!==0)for(let p=0;p<c.length;p++){ur(e,s,t,r,n,!1,a,c[p]);for(let l=p+1;l<c.length;l++)pr(e,s,t,r,n,!1,c[p],c[l])}return s}function ur(e,t,r,n,i,o,s,a){if(n.has(s,a,o))return;n.add(s,a,o);let c=e.getFragment(a);if(!c)return;let[p,l]=Rn(e,r,c);if(s!==p){Sn(e,t,r,n,i,o,s,p);for(let d of l)ur(e,t,r,n,i,o,s,d)}}function pr(e,t,r,n,i,o,s,a){if(s===a||i.has(s,a,o))return;i.add(s,a,o);let c=e.getFragment(s),p=e.getFragment(a);if(!c||!p)return;let[l,d]=Rn(e,r,c),[h,T]=Rn(e,r,p);Sn(e,t,r,n,i,o,l,h);for(let g of T)pr(e,t,r,n,i,o,s,g);for(let g of d)pr(e,t,r,n,i,o,g,a)}function Is(e,t,r,n,i,o,s,a,c){let p=[],[l,d]=lr(e,t,o,s),[h,T]=lr(e,t,a,c);Sn(e,p,t,r,n,i,l,h);for(let g of T)ur(e,p,t,r,n,i,l,g);for(let g of d)ur(e,p,t,r,n,i,h,g);for(let g of d)for(let A of T)pr(e,p,t,r,n,i,g,A);return p}function Rs(e,t,r,n,i,o){for(let[s,a]of Object.entries(o))if(a.length>1)for(let c=0;c<a.length;c++)for(let p=c+1;p<a.length;p++){let l=Qi(e,r,n,i,!1,s,a[c],a[p]);l&&t.push(l)}}function Sn(e,t,r,n,i,o,s,a){for(let[c,p]of Object.entries(s)){let l=a[c];if(l)for(let d of p)for(let h of l){let T=Qi(e,r,n,i,o,c,d,h);T&&t.push(T)}}}function Qi(e,t,r,n,i,o,s,a){let[c,p,l]=s,[d,h,T]=a,g=i||c!==d&&S(c)&&S(d);if(!g){let se=p.name.value,he=h.name.value;if(se!==he)return[[o,`"${se}" and "${he}" are different fields`],[p],[h]];if(!bs(p,h))return[[o,"they have differing arguments"],[p],[h]]}let A=l?.type,W=T?.type;if(A&&W&&In(A,W))return[[o,`they return conflicting types "${y(A)}" and "${y(W)}"`],[p],[h]];let Y=p.selectionSet,le=h.selectionSet;if(Y&&le){let se=Is(e,t,r,n,g,H(A),Y,H(W),le);return Os(se,o,p,h)}}function bs(e,t){let r=e.arguments,n=t.arguments;if(r===void 0||r.length===0)return n===void 0||n.length===0;if(n===void 0||n.length===0||r.length!==n.length)return!1;let i=new Map(n.map(({name:o,value:s})=>[o.value,s]));return r.every(o=>{let s=o.value,a=i.get(o.name.value);return a===void 0?!1:Gi(s)===Gi(a)})}function Gi(e){return L(cr(e))}function In(e,t){return w(e)?w(t)?In(e.ofType,t.ofType):!0:w(t)?!0:R(e)?R(t)?In(e.ofType,t.ofType):!0:R(t)?!0:X(e)||X(t)?e!==t:!1}function lr(e,t,r,n){let i=t.get(n);if(i)return i;let o=Object.create(null),s=Object.create(null);Bi(e,r,n,o,s);let a=[o,Object.keys(s)];return t.set(n,a),a}function Rn(e,t,r){let n=t.get(r.selectionSet);if(n)return n;let i=P(e.getSchema(),r.typeCondition);return lr(e,t,i,r.selectionSet)}function Bi(e,t,r,n,i){for(let o of r.selections)switch(o.kind){case u.FIELD:{let s=o.name.value,a;(S(t)||_(t))&&(a=t.getFields()[s]);let c=o.alias?o.alias.value:s;n[c]||(n[c]=[]),n[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?P(e.getSchema(),s):t;Bi(e,a,o.selectionSet,n,i);break}}}function Os(e,t,r,n){if(e.length>0)return[[t,e.map(([i])=>i)],[r,...e.map(([,i])=>i).flat()],[n,...e.map(([,,i])=>i).flat()]]}var fr=class{constructor(){this._data=new Map}has(t,r,n){var i;let o=(i=this._data.get(t))===null||i===void 0?void 0:i.get(r);return o===void 0?!1:n?!0:n===o}add(t,r,n){let i=this._data.get(t);i===void 0?this._data.set(t,new Map([[r,n]])):i.set(r,n)}},bn=class{constructor(){this._orderedPairSet=new fr}has(t,r,n){return t<r?this._orderedPairSet.has(t,r,n):this._orderedPairSet.has(r,t,n)}add(t,r,n){t<r?this._orderedPairSet.add(t,r,n):this._orderedPairSet.add(r,t,n)}};function _n(e){return{InlineFragment(t){let r=e.getType(),n=e.getParentType();if(ce(r)&&ce(n)&&!Jr(e.getSchema(),r,n)){let i=y(n),o=y(r);e.reportError(new f(`Fragment cannot be spread here as objects of type "${i}" can never be of type "${o}".`,{nodes:t}))}},FragmentSpread(t){let r=t.name.value,n=Ss(e,r),i=e.getParentType();if(n&&i&&!Jr(e.getSchema(),n,i)){let o=y(i),s=y(n);e.reportError(new f(`Fragment "${r}" cannot be spread here as objects of type "${o}" can never be of type "${s}".`,{nodes:t}))}}}}function Ss(e,t){let r=e.getFragment(t);if(r){let n=P(e.getSchema(),r.typeCondition);if(ce(n))return n}}function xn(e){let t=e.getSchema(),r=Object.create(null);for(let i of e.getDocument().definitions)Le(i)&&(r[i.name.value]=i);return{ScalarTypeExtension:n,ObjectTypeExtension:n,InterfaceTypeExtension:n,UnionTypeExtension:n,EnumTypeExtension:n,InputObjectTypeExtension:n};function n(i){let o=i.name.value,s=r[o],a=t?.getType(o),c;if(s?c=_s[s.kind]:a&&(c=xs(a)),c){if(c!==i.kind){let p=Ls(i.kind);e.reportError(new f(`Cannot extend non-${p} type "${o}".`,{nodes:s?[s,i]:i}))}}else{let p=Object.keys({...r,...t?.getTypeMap()}),l=re(o,p);e.reportError(new f(`Cannot extend type "${o}" because it is not defined.`+Z(l),{nodes:i.name}))}}}var _s={[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 xs(e){if(Ee(e))return u.SCALAR_TYPE_EXTENSION;if(S(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(J(e))return u.UNION_TYPE_EXTENSION;if(V(e))return u.ENUM_TYPE_EXTENSION;if(x(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function Ls(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 Ln(e){return{...wn(e),Field:{leave(t){var r;let n=e.getFieldDef();if(!n)return!1;let i=new Set((r=t.arguments)===null||r===void 0?void 0:r.map(o=>o.name.value));for(let o of n.args)if(!i.has(o.name)&&Oe(o)){let s=y(o.type);e.reportError(new f(`Field "${n.name}" argument "${o.name}" of type "${s}" is required, but it was not provided.`,{nodes:t}))}}}}}function wn(e){var t;let r=Object.create(null),n=e.getSchema(),i=(t=n?.getDirectives())!==null&&t!==void 0?t:ve;for(let a of i)r[a.name]=ye(a.args.filter(Oe),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:[];r[a.name.value]=ye(c.filter(ws),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=r[c];if(p){var l;let d=(l=a.arguments)!==null&&l!==void 0?l:[],h=new Set(d.map(T=>T.name.value));for(let[T,g]of Object.entries(p))if(!h.has(T)){let A=Ze(g.type)?y(g.type):L(g.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${A}" is required, but it was not provided.`,{nodes:a}))}}}}}}function ws(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Dn(e){return{Field(t){let r=e.getType(),n=t.selectionSet;if(r)if(X(H(r))){if(n){let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" must not have a selection since type "${o}" has no subfields.`,{nodes:n}))}}else if(n){if(n.selections.length===0){let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" of type "${o}" must have at least one field selected.`,{nodes:t}))}}else{let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" of type "${o}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}function dr(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function $e(e,t,r){return{prev:e,key:t,typename:r}}function ee(e){let t=[],r=e;for(;r;)t.push(r.key),r=r.prev;return t.reverse()}function qi(e,t,r=Ds){return Lt(e,t,r,void 0)}function Ds(e,t,r){let n="Invalid value "+y(t);throw e.length>0&&(n+=` at "value${dr(e)}"`),r.message=n+": "+r.message,r}function Lt(e,t,r,n){if(R(t)){if(e!=null)return Lt(e,t.ofType,r,n);r(ee(n),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(w(t)){let i=t.ofType;return rt(e)?Array.from(e,(o,s)=>{let a=$e(n,s,void 0);return Lt(o,i,r,a)}):[Lt(e,i,r,n)]}if(x(t)){if(!j(e)||Array.isArray(e)){r(ee(n),e,new f(`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(R(s.type)){let c=y(s.type);r(ee(n),e,new f(`Field "${s.name}" of required type "${c}" was not provided.`))}continue}i[s.name]=Lt(a,s.type,r,$e(n,s.name,t.name))}for(let s of Object.keys(e))if(!o[s]){let a=re(s,Object.keys(t.getFields()));r(ee(n),e,new f(`Field "${s}" is not defined by type "${t.name}".`+Z(a)))}if(t.isOneOf){let s=Object.keys(i);s.length!==1&&r(ee(n),e,new f(`Exactly one key must be specified for OneOf type "${t.name}".`));let a=s[0],c=i[a];c===null&&r(ee(n).concat(a),c,new f(`Field "${a}" must be non-null.`))}return i}if(X(t)){let i;try{i=t.parseValue(e)}catch(o){o instanceof f?r(ee(n),e,o):r(ee(n),e,new f(`Expected type "${t.name}". `+o.message,{originalError:o}));return}return i===void 0&&r(ee(n),e,new f(`Expected type "${t.name}".`)),i}k(!1,"Unexpected input type: "+y(t))}function Ve(e,t,r){if(e){if(e.kind===u.VARIABLE){let n=e.name.value;if(r==null||r[n]===void 0)return;let i=r[n];return i===null&&R(t)?void 0:i}if(R(t))return e.kind===u.NULL?void 0:Ve(e,t.ofType,r);if(e.kind===u.NULL)return null;if(w(t)){let n=t.ofType;if(e.kind===u.LIST){let o=[];for(let s of e.values)if(Yi(s,r)){if(R(n))return;o.push(null)}else{let a=Ve(s,n,r);if(a===void 0)return;o.push(a)}return o}let i=Ve(e,n,r);return i===void 0?void 0:[i]}if(x(t)){if(e.kind!==u.OBJECT)return;let n=Object.create(null),i=ye(e.fields,o=>o.name.value);for(let o of Object.values(t.getFields())){let s=i[o.name];if(!s||Yi(s.value,r)){if(o.defaultValue!==void 0)n[o.name]=o.defaultValue;else if(R(o.type))return;continue}let a=Ve(s.value,o.type,r);if(a===void 0)return;n[o.name]=a}if(t.isOneOf){let o=Object.keys(n);if(o.length!==1||n[o[0]]===null)return}return n}if(X(t)){let n;try{n=t.parseLiteral(e,r)}catch{return}return n===void 0?void 0:n}k(!1,"Unexpected input type: "+y(t))}}function Yi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function An(e,t,r,n){let i=[],o=n?.maxErrors;try{let s=As(e,t,r,a=>{if(o!=null&&i.length>=o)throw new f("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 As(e,t,r,n){let i={};for(let o of t){let s=o.variable.name.value,a=P(e,o.type);if(!z(a)){let p=L(o.type);n(new f(`Variable "$${s}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:o.type}));continue}if(!Hi(r,s)){if(o.defaultValue)i[s]=Ve(o.defaultValue,a);else if(R(a)){let p=y(a);n(new f(`Variable "$${s}" of required type "${p}" was not provided.`,{nodes:o}))}continue}let c=r[s];if(c===null&&R(a)){let p=y(a);n(new f(`Variable "$${s}" of non-null type "${p}" must not be null.`,{nodes:o}));continue}i[s]=qi(c,a,(p,l,d)=>{let h=`Variable "$${s}" got invalid value `+y(l);p.length>0&&(h+=` at "${s}${dr(p)}"`),n(new f(h+"; "+d.message,{nodes:o,originalError:d}))})}return i}function mr(e,t,r){var n;let i={},o=(n=t.arguments)!==null&&n!==void 0?n:[],s=ye(o,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,l=s[c];if(!l){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(R(p))throw new f(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=l.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let g=d.name.value;if(r==null||!Hi(r,g)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(R(p))throw new f(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${g}" which was not provided a runtime value.`,{nodes:d});continue}h=r[g]==null}if(h&&R(p))throw new f(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=Ve(d,p,r);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${L(d)}.`,{nodes:d});i[c]=T}return i}function hr(e,t,r){var n;let i=(n=t.directives)===null||n===void 0?void 0:n.find(o=>o.name.value===e.name);if(i)return mr(e,i,r)}function Hi(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Tr(e,t,r,n,i){let o=new Map;return yr(e,t,r,n,i,o,new Set),o}function zi(e,t,r,n,i){let o=new Map,s=new Set;for(let a of i)a.selectionSet&&yr(e,t,r,n,a.selectionSet,o,s);return o}function yr(e,t,r,n,i,o,s){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!Fn(r,a))continue;let c=Fs(a),p=o.get(c);p!==void 0?p.push(a):o.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Fn(r,a)||!Ji(e,a,n))continue;yr(e,t,r,n,a.selectionSet,o,s);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(s.has(c)||!Fn(r,a))continue;s.add(c);let p=t[c];if(!p||!Ji(e,p,n))continue;yr(e,t,r,n,p.selectionSet,o,s);break}}}function Fn(e,t){let r=hr(er,t,e);if(r?.if===!0)return!1;let n=hr(Zt,t,e);return n?.if!==!1}function Ji(e,t,r){let n=t.typeCondition;if(!n)return!0;let i=P(e,n);return i===r?!0:ie(i)?e.isSubType(i,r):!1}function Fs(e){return e.alias?e.alias.value:e.name.value}function Cn(e){return{OperationDefinition(t){if(t.operation==="subscription"){let r=e.getSchema(),n=r.getSubscriptionType();if(n){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=Tr(r,a,o,n,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new f(i!=null?`Subscription "${i}" must select only one top level field.`:"Anonymous Subscription must select only one top level field.",{nodes:d}))}for(let p of c.values())p[0].name.value.startsWith("__")&&e.reportError(new f(i!=null?`Subscription "${i}" must not select an introspection top level field.`:"Anonymous Subscription must not select an introspection top level field.",{nodes:p}))}}}}}function ot(e,t){let r=new Map;for(let n of e){let i=t(n),o=r.get(i);o===void 0?r.set(i,[n]):o.push(n)}return r}function kn(e){return{DirectiveDefinition(n){var i;let o=(i=n.arguments)!==null&&i!==void 0?i:[];return r(`@${n.name.value}`,o)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(n){var i;let o=n.name.value,s=(i=n.fields)!==null&&i!==void 0?i:[];for(let c of s){var a;let p=c.name.value,l=(a=c.arguments)!==null&&a!==void 0?a:[];r(`${o}.${p}`,l)}return!1}function r(n,i){let o=ot(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new f(`Argument "${n}(${s}:)" can only be defined once.`,{nodes:a.map(c=>c.name)}));return!1}}function gr(e){return{Field:t,Directive:t};function t(r){var n;let i=(n=r.arguments)!==null&&n!==void 0?n:[],o=ot(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new f(`There can be only one argument named "${s}".`,{nodes:a.map(c=>c.name)}))}}function Mn(e){let t=Object.create(null),r=e.getSchema();return{DirectiveDefinition(n){let i=n.name.value;if(r!=null&&r.getDirective(i)){e.reportError(new f(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:n.name}));return}return t[i]?e.reportError(new f(`There can be only one directive named "@${i}".`,{nodes:[t[i],n.name]})):t[i]=n.name,!1}}}function Er(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let a of n)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(Le(a)||or(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 l=p.name.value;t[l]&&(c[l]?e.reportError(new f(`The directive "@${l}" can only be used once at this location.`,{nodes:[c[l],p]})):c[l]=p)}}}}function Pn(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(o){var s;let a=o.name.value;n[a]||(n[a]=Object.create(null));let c=(s=o.values)!==null&&s!==void 0?s:[],p=n[a];for(let l of c){let d=l.name.value,h=r[a];V(h)&&h.getValue(d)?e.reportError(new f(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function Un(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=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;n[a]||(n[a]=Object.create(null));let c=(s=o.fields)!==null&&s!==void 0?s:[],p=n[a];for(let l of c){let d=l.name.value;Cs(r[a],d)?e.reportError(new f(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function Cs(e,t){return S(e)||_(e)||x(e)?e.getFields()[t]!=null:!1}function $n(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(r){let n=r.name.value;return t[n]?e.reportError(new f(`There can be only one fragment named "${n}".`,{nodes:[t[n],r.name]})):t[n]=r.name,!1}}}function vr(e){let t=[],r=Object.create(null);return{ObjectValue:{enter(){t.push(r),r=Object.create(null)},leave(){let n=t.pop();n||k(!1),r=n}},ObjectField(n){let i=n.name.value;r[i]?e.reportError(new f(`There can be only one input field named "${i}".`,{nodes:[r[i],n.name]})):r[i]=n.name}}}function Vn(e){let t=Object.create(null);return{OperationDefinition(r){let n=r.name;return n&&(t[n.value]?e.reportError(new f(`There can be only one operation named "${n.value}".`,{nodes:[t[n.value],n]})):t[n.value]=n),!1},FragmentDefinition:()=>!1}}function Gn(e){let t=e.getSchema(),r=Object.create(null),n=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,l=r[p];n[p]?e.reportError(new f(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):l?e.reportError(new f(`There can be only one ${p} type in schema.`,{nodes:[l,c]})):r[p]=c}return!1}}function jn(e){let t=Object.create(null),r=e.getSchema();return{ScalarTypeDefinition:n,ObjectTypeDefinition:n,InterfaceTypeDefinition:n,UnionTypeDefinition:n,EnumTypeDefinition:n,InputObjectTypeDefinition:n};function n(i){let o=i.name.value;if(r!=null&&r.getType(o)){e.reportError(new f(`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 f(`There can be only one type named "${o}".`,{nodes:[t[o],i.name]})):t[o]=i.name,!1}}function Qn(e){return{OperationDefinition(t){var r;let n=(r=t.variableDefinitions)!==null&&r!==void 0?r:[],i=ot(n,o=>o.variable.name.value);for(let[o,s]of i)s.length>1&&e.reportError(new f(`There can be only one variable named "$${o}".`,{nodes:s.map(a=>a.variable.name)}))}}}function Bn(e){let t={};return{OperationDefinition:{enter(){t={}}},VariableDefinition(r){t[r.variable.name.value]=r},ListValue(r){let n=et(e.getParentInputType());if(!w(n))return Ge(e,r),!1},ObjectValue(r){let n=H(e.getInputType());if(!x(n))return Ge(e,r),!1;let i=ye(r.fields,o=>o.name.value);for(let o of Object.values(n.getFields()))if(!i[o.name]&&tt(o)){let a=y(o.type);e.reportError(new f(`Field "${n.name}.${o.name}" of required type "${a}" was not provided.`,{nodes:r}))}n.isOneOf&&ks(e,r,n,i)},ObjectField(r){let n=H(e.getParentInputType());if(!e.getInputType()&&x(n)){let o=re(r.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${r.name.value}" is not defined by type "${n.name}".`+Z(o),{nodes:r}))}},NullValue(r){let n=e.getInputType();R(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${L(r)}.`,{nodes:r}))},EnumValue:r=>Ge(e,r),IntValue:r=>Ge(e,r),FloatValue:r=>Ge(e,r),StringValue:r=>Ge(e,r),BooleanValue:r=>Ge(e,r)}}function Ge(e,t){let r=e.getInputType();if(!r)return;let n=H(r);if(!X(n)){let i=y(r);e.reportError(new f(`Expected value of type "${i}", found ${L(t)}.`,{nodes:t}));return}try{if(n.parseLiteral(t,void 0)===void 0){let o=y(r);e.reportError(new f(`Expected value of type "${o}", found ${L(t)}.`,{nodes:t}))}}catch(i){let o=y(r);i instanceof f?e.reportError(i):e.reportError(new f(`Expected value of type "${o}", found ${L(t)}; `+i.message,{nodes:t,originalError:i}))}}function ks(e,t,r,n){var i;let o=Object.keys(n);if(o.length!==1){e.reportError(new f(`OneOf Input Object "${r.name}" must specify exactly one key.`,{nodes:[t]}));return}let a=(i=n[o[0]])===null||i===void 0?void 0:i.value;(!a||a.kind===u.NULL)&&e.reportError(new f(`Field "${r.name}.${o[0]}" must be non-null.`,{nodes:[t]}))}function qn(e){return{VariableDefinition(t){let r=P(e.getSchema(),t.type);if(r!==void 0&&!z(r)){let n=t.variable.name.value,i=L(t.type);e.reportError(new f(`Variable "$${n}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Yn(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(r){let n=e.getRecursiveVariableUsages(r);for(let{node:i,type:o,defaultValue:s,parentType:a}of n){let c=i.name.value,p=t[c];if(p&&o){let l=e.getSchema(),d=P(l,p.type);if(d&&!Ms(l,d,p.defaultValue,o,s)){let h=y(d),T=y(o);e.reportError(new f(`Variable "$${c}" of type "${h}" used in position expecting type "${T}".`,{nodes:[p,i]}))}x(a)&&a.isOneOf&&vt(d)&&e.reportError(new f(`Variable "$${c}" is of type "${d}" but must be non-nullable to be used for OneOf Input Object "${a}".`,{nodes:[p,i]}))}}}},VariableDefinition(r){t[r.variable.name.value]=r}}}function Ms(e,t,r,n,i){if(R(n)&&!R(t)){if(!(r!=null&&r.kind!==u.NULL)&&!(i!==void 0))return!1;let a=n.ofType;return xe(e,t,a)}return xe(e,t,n)}var Hn=Object.freeze([Tn]),st=Object.freeze([un,Vn,hn,Cn,ar,ln,qn,Dn,pn,$n,mn,vn,_n,gn,Qn,En,Nn,sr,Er,fn,gr,Bn,Ln,Yn,On,vr,...Hn]),Ps=Object.freeze([yn,Gn,jn,Pn,Un,kn,Mn,ar,sr,Er,xn,dn,gr,vr,wn]);var Jn=class{constructor(t,r){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=r}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let r;if(this._fragments)r=this._fragments;else{r=Object.create(null);for(let n of this.getDocument().definitions)n.kind===u.FRAGMENT_DEFINITION&&(r[n.name.value]=n);this._fragments=r}return r[t]}getFragmentSpreads(t){let r=this._fragmentSpreads.get(t);if(!r){r=[];let n=[t],i;for(;i=n.pop();)for(let o of i.selections)o.kind===u.FRAGMENT_SPREAD?r.push(o):o.selectionSet&&n.push(o.selectionSet);this._fragmentSpreads.set(t,r)}return r}getRecursivelyReferencedFragments(t){let r=this._recursivelyReferencedFragments.get(t);if(!r){r=[];let n=Object.create(null),i=[t.selectionSet],o;for(;o=i.pop();)for(let s of this.getFragmentSpreads(o)){let a=s.name.value;if(n[a]!==!0){n[a]=!0;let c=this.getFragment(a);c&&(r.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,r)}return r}};var wt=class extends Jn{constructor(t,r,n,i){super(r,i),this._schema=t,this._typeInfo=n,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let r=this._variableUsages.get(t);if(!r){let n=[],i=new it(this._schema);Ae(t,ir(i,{VariableDefinition:()=>!1,Variable(o){n.push({node:o,type:i.getInputType(),defaultValue:i.getDefaultValue(),parentType:i.getParentInputType()})}})),r=n,this._variableUsages.set(t,r)}return r}getRecursiveVariableUsages(t){let r=this._recursiveVariableUsages.get(t);if(!r){r=this.getVariableUsages(t);for(let n of this.getRecursivelyReferencedFragments(t))r=r.concat(this.getVariableUsages(n));this._recursiveVariableUsages.set(t,r)}return r}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 Nr(e,t,r=st,n,i=new it(e)){var o;let s=(o=n?.maxErrors)!==null&&o!==void 0?o:100;t||O(!1,"Must provide document."),xt(e);let a=Object.freeze({}),c=[],p=new wt(e,t,i,d=>{if(c.length>=s)throw c.push(new f("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),l=Qr(r.map(d=>d(p)));try{Ae(t,ir(i,l))}catch(d){if(d!==a)throw d}return c}function Xi(e){let t;return function(n,i,o){t===void 0&&(t=new WeakMap);let s=t.get(n);s===void 0&&(s=new WeakMap,t.set(n,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(n,i,o),a.set(o,c)),c}}function zn(e){return Promise.all(Object.values(e)).then(t=>{let r=Object.create(null);for(let[n,i]of Object.keys(e).entries())r[i]=t[n];return r})}function Wi(e,t,r){let n=r;for(let i of e)n=ae(n)?n.then(o=>t(o,i)):t(n,i);return n}function Ki(e){return e instanceof Error?e:new Xn(e)}var Xn=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function Dt(e,t,r){var n;let i=Ki(e);return Us(i)?i:new f(i.message,{nodes:(n=i.nodes)!==null&&n!==void 0?n:t,source:i.source,positions:i.positions,path:r,originalError:i})}function Us(e){return Array.isArray(e.path)}var $s=Xi((e,t,r)=>zi(e.schema,e.fragments,e.variableValues,t,r));function Sr(e){arguments.length<2||O(!1,"graphql@16 dropped long-deprecated support for positional arguments, please pass an object instead.");let{schema:t,document:r,variableValues:n,rootValue:i}=e;Vs(t,r,n);let o=Gs(e);if(!("schema"in o))return{errors:o};try{let{operation:s}=o,a=js(o,s,i);return ae(a)?a.then(c=>Ir(c,o.errors),c=>(o.errors.push(c),Ir(null,o.errors))):Ir(a,o.errors)}catch(s){return o.errors.push(s),Ir(null,o.errors)}}function Ir(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function Vs(e,t,r){t||O(!1,"Must provide document."),xt(e),r==null||j(r)||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 Gs(e){var t,r,n;let{schema:i,document:o,rootValue:s,contextValue:a,variableValues:c,operationName:p,fieldResolver:l,typeResolver:d,subscribeFieldResolver:h,options:T}=e,g,A=Object.create(null);for(let le of o.definitions)switch(le.kind){case u.OPERATION_DEFINITION:if(p==null){if(g!==void 0)return[new f("Must provide operation name if query contains multiple operations.")];g=le}else((t=le.name)===null||t===void 0?void 0:t.value)===p&&(g=le);break;case u.FRAGMENT_DEFINITION:A[le.name.value]=le;break;default:}if(!g)return p!=null?[new f(`Unknown operation named "${p}".`)]:[new f("Must provide an operation.")];let W=(r=g.variableDefinitions)!==null&&r!==void 0?r:[],Y=An(i,W,c??{},{maxErrors:(n=T?.maxCoercionErrors)!==null&&n!==void 0?n:50});return Y.errors?Y.errors:{schema:i,fragments:A,rootValue:s,contextValue:a,operation:g,variableValues:Y.coerced,fieldResolver:l??Or,typeResolver:d??Kn,subscribeFieldResolver:h??Or,errors:[]}}function js(e,t,r){let n=e.schema.getRootType(t.operation);if(n==null)throw new f(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=Tr(e.schema,e.fragments,e.variableValues,n,t.selectionSet),o=void 0;switch(t.operation){case C.QUERY:return Rr(e,n,r,o,i);case C.MUTATION:return Qs(e,n,r,o,i);case C.SUBSCRIPTION:return Rr(e,n,r,o,i)}}function Qs(e,t,r,n,i){return Wi(i.entries(),(o,[s,a])=>{let c=$e(n,s,t.name),p=to(e,t,r,a,c);return p===void 0?o:ae(p)?p.then(l=>(o[s]=l,o)):(o[s]=p,o)},Object.create(null))}function Rr(e,t,r,n,i){let o=Object.create(null),s=!1;try{for(let[a,c]of i.entries()){let p=$e(n,a,t.name),l=to(e,t,r,c,p);l!==void 0&&(o[a]=l,ae(l)&&(s=!0))}}catch(a){if(s)return zn(o).finally(()=>{throw a});throw a}return s?zn(o):o}function to(e,t,r,n,i){var o;let s=Js(e.schema,t,n[0]);if(!s)return;let a=s.type,c=(o=s.resolve)!==null&&o!==void 0?o:e.fieldResolver,p=Bs(e,s,n,t,i);try{let l=mr(s,n[0],e.variableValues),d=e.contextValue,h=c(r,l,d,p),T;return ae(h)?T=h.then(g=>At(e,a,n,p,i,g)):T=At(e,a,n,p,i,h),ae(T)?T.then(void 0,g=>{let A=Dt(g,n,ee(i));return br(A,a,e)}):T}catch(l){let d=Dt(l,n,ee(i));return br(d,a,e)}}function Bs(e,t,r,n,i){return{fieldName:t.name,fieldNodes:r,returnType:t.type,parentType:n,path:i,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function br(e,t,r){if(R(t))throw e;return r.errors.push(e),null}function At(e,t,r,n,i,o){if(o instanceof Error)throw o;if(R(t)){let s=At(e,t.ofType,r,n,i,o);if(s===null)throw new Error(`Cannot return null for non-nullable field ${n.parentType.name}.${n.fieldName}.`);return s}if(o==null)return null;if(w(t))return qs(e,t,r,n,i,o);if(X(t))return Ys(t,o);if(ie(t))return Hs(e,t,r,n,i,o);if(S(t))return Wn(e,t,r,n,i,o);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function qs(e,t,r,n,i,o){if(!rt(o))throw new f(`Expected Iterable, but did not find one for field "${n.parentType.name}.${n.fieldName}".`);let s=t.ofType,a=!1,c=Array.from(o,(p,l)=>{let d=$e(i,l,void 0);try{let h;return ae(p)?h=p.then(T=>At(e,s,r,n,d,T)):h=At(e,s,r,n,d,p),ae(h)?(a=!0,h.then(void 0,T=>{let g=Dt(T,r,ee(d));return br(g,s,e)})):h}catch(h){let T=Dt(h,r,ee(d));return br(T,s,e)}});return a?Promise.all(c):c}function Ys(e,t){let r=e.serialize(t);if(r==null)throw new Error(`Expected \`${y(e)}.serialize(${y(t)})\` to return non-nullable value, returned: ${y(r)}`);return r}function Hs(e,t,r,n,i,o){var s;let a=(s=t.resolveType)!==null&&s!==void 0?s:e.typeResolver,c=e.contextValue,p=a(o,c,n,t);return ae(p)?p.then(l=>Wn(e,Zi(l,e,t,r,n,o),r,n,i,o)):Wn(e,Zi(p,e,t,r,n,o),r,n,i,o)}function Zi(e,t,r,n,i,o){if(e==null)throw new f(`Abstract type "${r.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}". Either the "${r.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`,n);if(S(e))throw new f("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");if(typeof e!="string")throw new f(`Abstract type "${r.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 f(`Abstract type "${r.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:n});if(!S(s))throw new f(`Abstract type "${r.name}" was resolved to a non-object type "${e}".`,{nodes:n});if(!t.schema.isSubType(r,s))throw new f(`Runtime Object type "${s.name}" is not a possible type for "${r.name}".`,{nodes:n});return s}function Wn(e,t,r,n,i,o){let s=$s(e,t,r);if(t.isTypeOf){let a=t.isTypeOf(o,e.contextValue,n);if(ae(a))return a.then(c=>{if(!c)throw eo(t,o,r);return Rr(e,t,o,i,s)});if(!a)throw eo(t,o,r)}return Rr(e,t,o,i,s)}function eo(e,t,r){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:r})}var Kn=function(e,t,r,n){if(j(e)&&typeof e.__typename=="string")return e.__typename;let i=r.schema.getPossibleTypes(n),o=[];for(let s=0;s<i.length;s++){let a=i[s];if(a.isTypeOf){let c=a.isTypeOf(e,t,r);if(ae(c))o[s]=c;else if(c)return o.length&&Promise.allSettled(o).catch(()=>{}),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})},Or=function(e,t,r,n){if(j(e)||typeof e=="function"){let i=e[n.fieldName];return typeof i=="function"?e[n.fieldName](t,r,n):i}};function Js(e,t,r){let n=r.name.value;return n===Ce.name&&e.getQueryType()===t?Ce:n===ke.name&&e.getQueryType()===t?ke:n===Me.name?Me:t.getFields()[n]}import{OperationOutcomeError as q,Operator as ga,allOk as ro,badRequest as we,created as no,deepClone as at,evalFhirPath as io,generateId as oo,globalSchema as Ea,matchesSearchRequest as va,multipleMatches as _r,normalizeOperationOutcome as Na,notFound as Ft,preconditionFailed as Ia,stringify as Ra}from"@medplum/core";import{applyPatch as ba}from"rfc6902";var xr={READER:"reader",WRITER:"writer"},Zn=class{async searchOne(t){return(await this.search({...t,count:1})).entry?.[0]?.resource}async searchResources(t){return(await this.search(t)).entry?.map(n=>n.resource)??[]}async conditionalCreate(t,r,n){if(r.resourceType!==t.resourceType)throw new q(we("Search type must match resource type for conditional update"));return r.count=2,r.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(r);if(i.length===1){let s=i[0];if(!n?.assignedId&&t.id&&t.id!==s.id)throw new q(we("Resource ID did not match resolved ID",t.resourceType+".id"));return{resource:i[0],outcome:ro}}else if(i.length>1)throw new q(_r);return{resource:await this.createResource(t,n),outcome:no}},{serializable:!0})}async conditionalUpdate(t,r,n){if(r.resourceType!==t.resourceType)throw new q(we("Search type must match resource type for conditional update"));return r.count=2,r.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(r);if(i.length===0){if(t.id&&!n?.assignedId)throw new q(we("Cannot perform create as update with client-assigned ID",t.resourceType+".id"));return{resource:await this.createResource(t,n),outcome:no}}else if(i.length>1)throw new q(_r);let o=i[0];if(t.id&&t.id!==o.id)throw new q(we("Resource ID did not match resolved ID",t.resourceType+".id"));return{resource:await this.updateResource({...t,id:o.id},n),outcome:ro}},{serializable:!0})}async conditionalDelete(t){t.count=2,t.sortRules=void 0,await this.withTransaction(async()=>{let r=await this.searchResources(t);if(r.length>1)throw new q(_r);if(!r.length)return;let n=r[0];await this.deleteResource(n.resourceType,n.id)},{serializable:!0})}async conditionalPatch(t,r){return t.count=2,t.sortRules=void 0,this.withTransaction(async()=>{let n=await this.searchResources(t);if(n.length>1)throw new q(_r);if(!n.length)throw new q(Ft);let i=n[0];return this.patchResource(i.resourceType,i.id,r)},{serializable:!0})}},so=class extends Zn{constructor(){super();F(this,"resources");F(this,"history");this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}setMode(r){}async createResource(r){let n=JSON.parse(Ra(r));n.id||(n.id=this.generateId()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=oo()),n.meta.lastUpdated||(n.meta.lastUpdated=new Date().toISOString());let{resourceType:i,id:o}=n,s=this.resources.get(i);s||(s=new Map,this.resources.set(i,s)),s.set(o,n);let a=this.history.get(i);a||(a=new Map,this.history.set(i,a));let c=a.get(o);return c||(c=[],a.set(o,c)),c.push(n),at(n)}generateId(){return oo()}updateResource(r,n){if(!r.id)throw new q(we("Missing id"));if(n?.ifMatch){let o=n.ifMatch,s=this.resources.get(r.resourceType)?.get(r.id);if(!s)throw new q(Ft);if(s.meta?.versionId!==o)throw new q(Ia)}let i=at(r);return i.meta&&(i.meta.versionId&&delete i.meta.versionId,i.meta.lastUpdated&&delete i.meta.lastUpdated),this.createResource(i)}async patchResource(r,n,i){let o=await this.readResource(r,n);try{let s=ba(o,i).filter(Boolean);if(s.length>0)throw new q(we(s.map(a=>a.message).join(`
|
|
60
|
-
`)))}catch(s){throw new q(Na(s))}return this.updateResource(o)}async readResource(r,n){let i=this.resources.get(r)?.get(n);if(!i)throw new q(Ft);return at(i)}async readReference(r){let n=r.reference?.split("/");if(n?.length!==2)throw new q(we("Invalid reference"));return this.readResource(n[0],n[1])}async readReferences(r){return Promise.all(r.map(n=>this.readReference(n)))}async readHistory(r,n){await this.readResource(r,n);let i=(this.history.get(r)?.get(n)??[]).reverse().map(o=>({resource:at(o)}));return{resourceType:"Bundle",type:"history",...i.length?{entry:i}:void 0}}async readVersion(r,n,i){await this.readResource(r,n);let o=this.history.get(r)?.get(n)?.find(s=>s.meta?.versionId===i);if(!o)throw new q(Ft);return at(o)}async search(r){let{resourceType:n}=r,i=this.resources.get(n)??new Map,o=[];for(let a of i.values())va(a,r)&&o.push(a);let s=o.map(a=>({resource:at(a)}));if(r.sortRules)for(let a of r.sortRules)s=s.sort((c,p)=>Oa(c.resource,p.resource,a));return r.offset!==void 0&&(s=s.slice(r.offset)),r.count!==void 0&&(s=s.slice(0,r.count)),{resourceType:"Bundle",type:"searchset",entry:s.length?s:void 0,total:o.length}}async searchByReference(r,n,i){r.filters??=[];let o={};for(let s of i){r.filters.push({code:n,operator:ga.EQUALS,value:s});let a=await this.search(r);o[s]=[];for(let c of a.entry??[])c.resource&&o[s].push(c.resource);r.filters.pop()}return o}async deleteResource(r,n){if(!this.resources.get(r)?.get(n))throw new q(Ft);this.resources.get(r)?.delete(n)}withTransaction(r){return r(void 0)}},Oa=(e,t,r)=>{let i=Ea.types[e.resourceType]?.searchParams?.[r.code]?.expression;if(!i)return 0;let o=JSON.stringify(io(i,e)),s=JSON.stringify(io(i,t));return o.localeCompare(s)*(r.descending?-1:1)};import{capitalize as Ma,getDataType as fo,isResourceType as Pa}from"@medplum/core";import{DEFAULT_MAX_SEARCH_COUNT as Sa,DEFAULT_SEARCH_COUNT as _a,getReferenceString as xa,getSearchParameters as La,Operator as wa,parseSearchRequest as Da}from"@medplum/core";import Aa from"dataloader";var Lr={base64Binary:v,boolean:G,canonical:v,code:v,date:v,dateTime:v,decimal:pe,id:fe,instant:v,integer:pe,markdown:v,number:pe,oid:v,positiveInt:pe,string:v,time:v,unsignedInt:pe,uri:v,url:v,uuid:v,xhtml:v,"http://hl7.org/fhirpath/System.Boolean":G,"http://hl7.org/fhirpath/System.Date":v,"http://hl7.org/fhirpath/System.DateTime":v,"http://hl7.org/fhirpath/System.Decimal":pe,"http://hl7.org/fhirpath/System.Integer":pe,"http://hl7.org/fhirpath/System.String":v,"http://hl7.org/fhirpath/System.Time":v};function ao(e,t,r){let n;if(t){let o=r._reference;delete r._reference,n={code:o,operator:wa.EQUALS,value:xa(t)}}return r=Object.fromEntries(Object.entries(r).map(([o,s])=>[Fa(o),s])),{searchRequest:Da(e,r),referenceFilter:n}}function co(e,t){let r=e.filters||[];e.filters=[t,...r]}function uo(e,t,r){let{searchRequest:n,referenceFilter:i}=ao(e,t,r);return i&&co(n,i),n}function ei(e,t){e.count=Math.min(e.count??_a,t??Sa)}function Fa(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function ti(e){return e.replaceAll("-","_")}function Ca(e){return JSON.stringify(e,(r,n)=>n&&typeof n=="object"&&!Array.isArray(n)?Object.keys(n).sort((i,o)=>i.localeCompare(o)).reduce((i,o)=>(i[o]=n[o],i),{}):n)}async function wr(e,t,r,n){if(r.searchCount++,r.config?.graphqlMaxSearches&&r.searchCount>r.config.graphqlMaxSearches)throw new Error("Maximum number of searches exceeded");let i=n.fieldName,o=i.substring(0,i.length-4),{searchRequest:s,referenceFilter:a}=ao(o,e,t);ei(s,r.config?.graphqlMaxSearches);let c=r.config?.graphqlBatchedSearchSize??0;if(c===0||!a)return a&&co(s,a),(await r.repo.search(s)).entry?.map(h=>h.resource);let p=Ca(s);return(r.searchDataLoaders[p]??=ka(r.repo,s,c)).load(a)}function ka(e,t,r){return new Aa(async n=>{let i=await e.searchByReference(t,n[0].code,n.map(o=>o.value));return n.map(o=>i[o.value])},{maxBatchSize:r})}function Ct(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."},_sort:{type:v,description:"Specify the sort order by comma-separated list of sort rules in priority order."},_id:{type:v,description:"Select resources based on the logical id of the resource."},_lastUpdated:{type:v,description:"Select resources based on the last time they were changed."},_filter:{type:v,description:" The _filter parameter provides a syntax for expressing a set of query expressions on the underlying resources."},_cursor:{type:v,description:"The _cursor parameter is used to retrieve the next page of results from a previous search."}},r=La(e);if(r)for(let[n,i]of Object.entries(r))t[ti(n)]={type:v,description:i.description};return t}function ri(e,t){return e.fieldNodes.some(r=>r.selectionSet?.selections.some(n=>n.kind===u.FIELD&&n.name.value===t))}function po(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var lo={...Lr},ni;function kt(e,t){let r=lo[e];return r||(r=Ua(e,t),lo[e]=r),r}function Ua(e,t){let r=fo(e);return new _e({name:e+t,description:r.description,fields:()=>$a(e,t)})}function $a(e,t){let r={};if(Pa(e)){let n={description:"The type of resource",type:v};r.resourceType=n}return Va(e,r,t),r}function Va(e,t,r){let n=fo(e);for(let[i,o]of Object.entries(n.elements))for(let s of o.type)Ga(t,i,o,s,r)}function Ga(e,t,r,n,i){let o=n.code;if(o==="Resource")return;(o==="Element"||o==="BackboneElement")&&(o=r.type[0].code);let s={description:r.description,type:kt(o,i)};r.max>1&&(s.type=new D(new N(kt(o,i)))),r.min>0&&!t.endsWith("[x]")&&(s.type=new N(s.type));let a=t.split(".").pop().replace("[x]",Ma(n.code));e[a]=s}function mo(){return ni||(ni=new _e({name:"PatchOperationInput",description:"A JSON Patch operation as per RFC 6902",fields:{op:{type:new N(v),description:"The operation to perform"},path:{type:new N(v),description:"A JSON-Pointer"},value:{type:v,description:"The value to use within the operations. (May be any scalar, but GraphQL input types are limited.)"}}})),ni}import{capitalize as ho,evalFhirPathTyped as ja,getDataType as yo,getResourceTypes as To,getSearchParameters as Qa,isLowerCase as Ba,isReference as qa,isResourceTypeSchema as Ya,normalizeOperationOutcome as Ha,OperationOutcomeError as Ja,toJsBoolean as za,toTypedValue as Xa,tryGetDataType as Wa}from"@medplum/core";var Dr={...Lr};function je(e){let t=Dr[e];return t||(t=ii(e),Dr[e]=t),t}function ii(e){if(e==="ResourceList")return new Fe({name:"ResourceList",types:()=>To().map(je).filter(r=>!!r),resolveType:ac});let t=yo(e);return new Q({name:e,description:t.description,fields:()=>Ka(e)})}function Ka(e){let t={};return Za(e,t),nc(e,t),t}function Za(e,t){let r=yo(e);Ya(r)&&(t.resourceType={type:new N(v),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:je("ResourceList"),resolve:sc});for(let[n,i]of Object.entries(r.elements))for(let o of i.type)ec(t,n,i,o)}function ec(e,t,r,n){let i=n.code;(i==="Element"||i==="BackboneElement")&&(i=r.type[0].code),i==="Resource"&&(i="ResourceList");let o={description:r.description,type:ic(r,i,t),resolve:oc};r.max>1&&(o.args=tc(i));let s=t.split(".").pop().replace("[x]",ho(n.code));e[s]=o}function tc(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."}};if(!Ba(e.charAt(0))){t.fhirpath={type:v,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let r=Wa(e);if(r?.elements)for(let[n,i]of Object.entries(r.elements))for(let o of i.type)rc(t,n,i,o)}return t}function rc(e,t,r,n){let i=n.code,o=t.replace("[x]",ho(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:v,description:r.description};break}}function nc(e,t){for(let r of To()){let n=je(r),i=Qa(r),o={},s=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(o[ti(a)]={value:a},s++);if(s>0){let a=new Ie({name:e+"_"+r+"_reference",values:o}),c=Ct(r);c._reference={type:new N(a),description:`Specify which property to use for reverse lookup for ${r}`},t[r+"List"]={type:new D(n),args:c,resolve:wr}}}}function ic(e,t,r){let n=je(t);return e.max>1&&(n=new D(new N(n))),e.min!==0&&!r.endsWith("[x]")&&(n=new N(n)),n}async function oc(e,t,r,n){let i=e?.[n.fieldName];if(!t||!i)return i;let{_offset:o,_count:s,fhirpath:a,...c}=t,p=i;for(let[l,d]of Object.entries(c))p=p.filter(h=>h[l]===d);return a&&(p=p.filter(l=>za(ja(a,[Xa(l)])))),o&&(p=p.slice(o)),s&&(p=p.slice(0,s)),p}async function sc(e,t,r){if(qa(e))try{return await r.dataLoader.load(e)}catch(n){throw new Ja(Ha(n),{cause:n})}}function ac(e){let t=e?.resourceType;if(t)return je(t).name}var hc=new fc,oi;async function vo(e,t,r,n){let{query:i,operationName:o,variables:s}=e.body;if(!i)return[ct("Must provide query.")];let a;try{a=Qt(i)}catch{return[ct("GraphQL syntax error.")]}let c=gc(),p=[...st,wc(r,e.config?.graphqlMaxDepth),Ac(r)],l=Nr(c,a,p);if(l.length>0)return[po(l)];let d=yc(i);if(d&&!r.options?.introspectionEnabled)return[lc];!n?.batch&&!Tc(i)&&t.setMode(xr.READER);let h=new mc(g=>t.readReferences(g)),T=d&&hc.get(i);if(!T){let g={repo:t,config:e.config,dataLoader:h,searchCount:0,searchDataLoaders:Object.create(null)};T=await Sr({schema:c,document:a,contextValue:g,operationName:o,variableValues:s})}return[cc,T,{contentType:uc.JSON}]}function yc(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function Tc(e){return e.includes("mutation")}function gc(){return oi||(oi=Ec()),oi}function Ec(){for(let r of go())Dr[r]=ii(r);let e={},t={};for(let r of go()){let n=je(r);e[r]={type:n,args:{id:{type:new N(fe),description:r+" ID"}},resolve:bc},e[r+"List"]={type:new D(n),args:Ct(r),resolve:wr},e[r+"Connection"]={type:Ic(r,n),args:Ct(r),resolve:Rc},t[r+"Create"]={type:n,args:vc(r),resolve:Oc},t[r+"Update"]={type:n,args:Nc(r),resolve:Sc},t[r+"Patch"]={type:n,args:Mc(r),resolve:xc},t[r+"Delete"]={type:n,args:{id:{type:new N(fe),description:r+" ID"}},resolve:_c}}return new Pe({query:new Q({name:"QueryType",fields:e}),mutation:new Q({name:"MutationType",fields:t})})}function vc(e){return{res:{type:new N(kt(e,"Create")),description:e+" Create"}}}function Nc(e){return{id:{type:new N(fe),description:e+" ID"},res:{type:new N(kt(e,"Update")),description:e+" Update"}}}function Ic(e,t){return new Q({name:e+"Connection",fields:{count:{type:ue},offset:{type:ue},pageSize:{type:ue},first:{type:v},previous:{type:v},next:{type:v},last:{type:v},edges:{type:new D(new Q({name:e+"ConnectionEdge",fields:{mode:{type:v},score:{type:pe},resource:{type:t}}}))}}})}async function Rc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-10),s=uo(o,e,t);ri(n,"count")&&(s.total="accurate"),ri(n,"edges")||(s.count=0),ei(s,r.config?.graphqlMaxSearches);let a=await r.repo.search(s);return{count:a.total,offset:s.offset??0,pageSize:s.count??pc,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource})),next:kc(a)}}async function bc(e,t,r,n){try{return await r.dataLoader.load({reference:`${n.fieldName}/${t.id}`})}catch(i){throw new Mt(dc(i),{cause:i})}}async function Oc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6),s=t.res;if(s.resourceType!==o)throw new Mt(ct("Invalid resourceType"));return r.repo.createResource(Eo(s))}async function Sc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6),s=t.res,a=t.id;if(s.resourceType!==o)throw new Mt(ct("Invalid resourceType"));if(a!==s.id)throw new Mt(ct("Invalid ID"));return r.repo.updateResource(Eo(s))}async function _c(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6);await r.repo.deleteResource(o,t.id)}async function xc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-5),s=t.id,a=t.patch;if(!o||!s||!Array.isArray(a))throw new Mt(ct("Invalid patch arguments"));return r.repo.patchResource(o,s,a)}var Lc=12,wc=(e,t=Lc)=>r=>new si(r,e,t),si=class{constructor(t,r,n){F(this,"context");F(this,"maxDepth");F(this,"fragmentDepths");F(this,"router");this.context=t,this.router=r,this.fragmentDepths=Object.create(null),this.maxDepth=n}OperationDefinition(t){let r=this.getDepth(...t.selectionSet.selections);r.depth>this.maxDepth&&this.router.log("warn","Query max depth too high",{depth:r.depth,limit:this.maxDepth,query:t.loc?.source?.body})}getDepth(...t){let r={depth:-1};for(let n of t){let i={depth:0};if(n.kind===u.FIELD)n.selectionSet?.selections?(i=this.getDepth(...n.selectionSet.selections),i.depth+=1):i={depth:0,node:n};else if(n.kind===u.FRAGMENT_SPREAD){let o=n.name.value,s=this.context.getFragment(o),a=this.fragmentDepths[o];a?i=a:s&&(i=this.getDepth(...s.selectionSet.selections),this.fragmentDepths[o]=i)}else n.kind===u.INLINE_FRAGMENT&&(i=this.getDepth(...n.selectionSet.selections));if(i.depth>this.maxDepth)return i;i.depth>r.depth&&(r=i)}return r}},Dc=1e4,Ac=(e,t)=>r=>new ai(r,e,t),ai=class{constructor(t,r,n){F(this,"context");F(this,"maxCost");F(this,"debug");F(this,"router");F(this,"fragmentCosts");this.context=t,this.maxCost=n?.maxCost??Dc,this.debug=n?.debug??!1,this.router=r,this.fragmentCosts=Object.create(null)}OperationDefinition(t){let r=0;for(let n of t.selectionSet.selections){let i=performance.now(),o=this.calculateCost(n);r+=o,this.log(n.kind,"node has final cost",o,"(",performance.now()-i,"ms)"),r>this.maxCost&&this.router.log("warn","GraphQL query too complex",{cost:r,limit:this.maxCost,query:t.loc?.source?.body})}}calculateCost(...t){let r=0;for(let n of t){if(n.kind===u.FIELD&&n.selectionSet){let i=0,o=1;Fc(n)?(this.log("Found search field",n.name.value),i=8,o=this.getCount(n.arguments)??20):Cc(n)&&(this.log("Found linked resource"),i=1,o=2);let s=i+o*this.calculateCost(...n.selectionSet.selections);s&&this.log("Field",n.name.value,"costs",s),r+=s}else if(n.kind===u.FRAGMENT_SPREAD){let i=n.name.value,o=this.context.getFragment(i),s=this.fragmentCosts[i];if(s!==void 0)this.log("Fragment",i,"costs",s,"(cached)"),r+=s;else if(o){let a=this.calculateCost(...o.selectionSet.selections);this.fragmentCosts[i]=a,this.log("Fragment",i,"costs",a),r+=a}}else if(n.kind===u.INLINE_FRAGMENT){let i=this.calculateCost(...n.selectionSet.selections);this.log("Inline fragment on",n.typeCondition?.name.value,"costs",i),r+=i}if(r>this.maxCost)return r}return r}getCount(t){let r=t?.find(n=>n.name.value==="_count");if(r?.value.kind===u.INT)return Number.parseInt(r.value.value,10)}log(...t){this.debug&&console.log(...t)}};function Fc(e){return e.name.value.endsWith("List")}function Cc(e){return e.name.value==="resource"}function kc(e){let t=e.link?.find(r=>r.relation==="next")?.url;if(t)return new URL(t).searchParams.get("_cursor")||void 0}function Mc(e){return{id:{type:new N(fe),description:e+" ID"},patch:{type:new N(new D(new N(mo()))),description:"Array of patch operations"}}}var Ar=class{constructor(){F(this,"routes",[])}add(t,r,n,i){let o=r.split("/").filter(s=>!!s).map(s=>s.startsWith(":")?{value:s.substring(1),param:!0}:{value:s});this.routes.push({method:t,path:o,handler:n,data:i})}find(t,r){let n=r.indexOf("?"),i=n>-1,o=r.substring(0,i?n:r.length).split("/").filter(Boolean),s,a=-1;for(let c of this.routes){let p=Pc(c,t,o);p>a&&(s=c,a=p)}if(s)return{handler:s.handler,path:o.join("/"),params:Uc(s,o),query:i?$c(r):void 0,data:s.data}}};function Pc(e,t,r){if(t!==e.method||r.length!==e.path.length)return-1;let n=0;for(let i=0;i<r.length;i++)if(!e.path[i].param){if(r[i]!==e.path[i].value)return-1;n++}return n}function Uc(e,t){let r=Object.create(null);for(let n=0;n<t.length;n++)e.path[n].param&&(r[e.path[n].value]=t[n]);return r}function $c(e){let t=new URL(e,"https://example.com/"),r=Object.create(null),n=t.searchParams;for(let i of n.keys()){let o=n.getAll(i);r[i]=o.length===1?o[0]:o}return r}async function Yc(e,t,r){let n=e.body;if(n.resourceType!=="Bundle")return[Re("Not a bundle")];let i=await kr(e,t,r,n);return[me,i]}async function Hc(e,t,r,n){ci(e,t,n);let{resourceType:i}=e.params,o=await t.search(Qe(i,e.query));return[me,o]}async function Jc(e,t,r,n){ci(e,t,n);let i=Qe("MultipleTypes",e.query);if(!i.types||i.types.length===0)return[Re("No types specified")];let o=await t.search(i);return[me,o]}async function zc(e,t,r,n){ci(e,t,n);let{resourceType:i}=e.params,o=e.body,s=await t.search(Qe(i,o));return[me,s]}function ci(e,t,r){!r?.batch&&e.config?.searchOnReader&&t.setMode(xr.READER)}async function Xc(e,t,r,n){let{resourceType:i}=e.params,o=e.body,s=!!n?.batch;if(e.query?._account&&typeof e.query._account=="string"&&(o.meta=o.meta||{},o.meta.account={reference:e.query._account}),e.headers?.["if-none-exist"]){let a=qc(e.headers["if-none-exist"]),c=await t.conditionalCreate(o,Qe(`${i}?${a}`),{assignedId:s});return[c.outcome,c.resource]}return Wc(i,o,t,{assignedId:s})}async function Wc(e,t,r,n){if(t.resourceType!==e)return[Re(`Incorrect resource type: expected ${e}, but found ${t.resourceType||"<EMPTY>"}`)];let i=await r.createResource(t,n);return[jc,i]}async function Kc(e,t){let{resourceType:r,id:n}=e.params,i=await t.readResource(r,n);return[me,i]}async function Zc(e,t){let{resourceType:r,id:n}=e.params,i=Io(e.query,"_offset"),o=Io(e.query,"_count"),s=await t.readHistory(r,n,{offset:i,limit:o});return[me,s]}async function eu(e,t){let{resourceType:r,id:n,vid:i}=e.params,o=await t.readVersion(r,n,i);return[me,o]}async function tu(e,t){let{resourceType:r,id:n}=e.params,i=e.body;return ru(r,n,i,t,{ifMatch:cu(e.headers?.["if-match"])})}async function ru(e,t,r,n,i){if(r.resourceType!==e)return[Re("Incorrect resource type")];if(r.id!==t)return[Re("Incorrect resource ID")];let o=await n.updateResource(r,i);return[me,o]}async function nu(e,t,r,n){let{resourceType:i}=e.params,o=e.body,s=Qe(i,e.query),a=await t.conditionalUpdate(o,s,{assignedId:n?.batch});return[a.outcome,a.resource]}async function iu(e,t){let{resourceType:r,id:n}=e.params;return await t.deleteResource(r,n),[me]}async function ou(e,t){let{resourceType:r}=e.params,n=Qe(r,e.query);return await t.conditionalDelete(n),[me]}async function su(e,t){let{resourceType:r,id:n}=e.params,i=e.body;if(!i)return[Re("Empty patch body")];if(!Array.isArray(i))return[Re("Patch body must be an array")];let o=await t.patchResource(r,n,i);return[me,o]}async function au(e,t){let{resourceType:r}=e.params,n=e.body;if(!n)return[Re("Empty patch body")];if(!Array.isArray(n))return[Re("Patch body must be an array")];let i=Qe(r,e.query),o=await t.conditionalPatch(i,n);return[me,o]}var No=class extends Vc{constructor(r={}){super();F(this,"router",new Ar);F(this,"options");this.options=r,this.router.add("GET","",Jc,{interaction:"search-system"}),this.router.add("POST","",Yc,{interaction:"batch"}),this.router.add("GET",":resourceType",Hc,{interaction:"search-type"}),this.router.add("POST",":resourceType/_search",zc,{interaction:"search-type"}),this.router.add("POST",":resourceType",Xc,{interaction:"create"}),this.router.add("GET",":resourceType/:id",Kc,{interaction:"read"}),this.router.add("GET",":resourceType/:id/_history",Zc,{interaction:"history-instance"}),this.router.add("GET",":resourceType/:id/_history/:vid",eu,{interaction:"vread"}),this.router.add("PUT",":resourceType/:id",tu,{interaction:"update"}),this.router.add("PUT",":resourceType",nu,{interaction:"update"}),this.router.add("DELETE",":resourceType/:id",iu,{interaction:"delete"}),this.router.add("DELETE",":resourceType",ou,{interaction:"delete"}),this.router.add("PATCH",":resourceType/:id",su,{interaction:"patch"}),this.router.add("PATCH",":resourceType",au,{interaction:"patch"}),this.router.add("POST","$graphql",vo,{interaction:"operation"})}add(r,n,i,o){this.router.add(r,n,i,{interaction:o??"operation"})}find(r,n){return this.router.find(r,n)}async handleRequest(r,n){let i=r.url;if(r.pathname)throw new Gc(Re("FhirRequest must specify url instead of pathname"));let o=this.find(r.method,i);if(!o)return[Bc];let{handler:s,path:a,params:c,query:p}=o;r.params=c,r.pathname=a,p&&(r.query=p);try{return await s(r,n,this)}catch(l){return[Qc(l)]}}log(r,n,i){let o={type:r,message:n,data:i};this.dispatchEvent(o)}};function cu(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}function Io(e,t){let r=e[t],n;return Array.isArray(r)?n=r.at(-1):n=r,n?Number.parseInt(n,10):void 0}function sg(e,t,r){return{method:e,url:t,pathname:"",query:{},params:{},body:r}}export{Zn as FhirRepository,No as FhirRouter,so as MemoryRepository,xr as RepositoryMode,Ar as Router,Wc as createResourceImpl,sg as makeSimpleRequest,kr as processBatch,ru as updateResourceImpl};
|
|
59
|
+
`))}var nn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,r){let n=Array.isArray(r)?r.filter(Boolean):r;this._errors.push(new f(t,{nodes:n}))}getErrors(){return this._errors}};function is(e){let t=e.schema,r=t.getQueryType();if(!r)e.reportError("Query root type must be provided.",t.astNode);else if(!S(r)){var n;e.reportError(`Query root type must be Object type, it cannot be ${y(r)}.`,(n=rn(t,C.QUERY))!==null&&n!==void 0?n:r.astNode)}let i=t.getMutationType();if(i&&!S(i)){var o;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(o=rn(t,C.MUTATION))!==null&&o!==void 0?o:i.astNode)}let s=t.getSubscriptionType();if(s&&!S(s)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(s)}.`,(a=rn(t,C.SUBSCRIPTION))!==null&&a!==void 0?a:s.astNode)}}function rn(e,t){var r;return(r=[e.astNode,...e.extensionASTNodes].flatMap(n=>{var i;return(i=n?.operationTypes)!==null&&i!==void 0?i:[]}).find(n=>n.operation===t))===null||r===void 0?void 0:r.type}function os(e){for(let r of e.schema.getDirectives()){if(!Rt(r)){e.reportError(`Expected directive but got: ${y(r)}.`,r?.astNode);continue}Ue(e,r),r.locations.length===0&&e.reportError(`Directive @${r.name} must include 1 or more locations.`,r.astNode);for(let n of r.args)if(Ue(e,n),z(n.type)||e.reportError(`The type of @${r.name}(${n.name}:) must be Input Type but got: ${y(n.type)}.`,n.astNode),Oe(n)&&n.deprecationReason!=null){var t;e.reportError(`Required argument @${r.name}(${n.name}:) cannot be deprecated.`,[on(n.astNode),(t=n.astNode)===null||t===void 0?void 0:t.type])}}}function Ue(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function ss(e){let t=ds(e),r=e.schema.getTypeMap();for(let n of Object.values(r)){if(!Jt(n)){e.reportError(`Expected GraphQL named type but got: ${y(n)}.`,n.astNode);continue}en(n)||Ue(e,n),S(n)||_(n)?(Mi(e,n),Pi(e,n)):J(n)?us(e,n):V(n)?ps(e,n):x(n)&&(ls(e,n),t(n))}}function Mi(e,t){let r=Object.values(t.getFields());r.length===0&&e.reportError(`Type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let s of r){if(Ue(e,s),!be(s.type)){var n;e.reportError(`The type of ${t.name}.${s.name} must be Output Type but got: ${y(s.type)}.`,(n=s.astNode)===null||n===void 0?void 0:n.type)}for(let a of s.args){let c=a.name;if(Ue(e,a),!z(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(Oe(a)&&a.deprecationReason!=null){var o;e.reportError(`Required argument ${t.name}.${s.name}(${c}:) cannot be deprecated.`,[on(a.astNode),(o=a.astNode)===null||o===void 0?void 0:o.type])}}}}function Pi(e,t){let r=Object.create(null);for(let n of t.getInterfaces()){if(!_(n)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(n)}.`,St(t,n));continue}if(t===n){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,St(t,n));continue}if(r[n.name]){e.reportError(`Type ${t.name} can only implement ${n.name} once.`,St(t,n));continue}r[n.name]=!0,cs(e,t,n),as(e,t,n)}}function as(e,t,r){let n=t.getFields();for(let c of Object.values(r.getFields())){let p=c.name,l=n[p];if(!l){e.reportError(`Interface field ${r.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!Le(e.schema,l.type,c.type)){var i,o;e.reportError(`Interface field ${r.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(l.type)}.`,[(i=c.astNode)===null||i===void 0?void 0:i.type,(o=l.astNode)===null||o===void 0?void 0:o.type])}for(let d of c.args){let h=d.name,T=l.args.find(g=>g.name===h);if(!T){e.reportError(`Interface field argument ${r.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,l.astNode]);continue}if(!Wt(d.type,T.type)){var s,a;e.reportError(`Interface field argument ${r.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 l.args){let h=d.name;!c.args.find(g=>g.name===h)&&Oe(d)&&e.reportError(`Object field ${t.name}.${p} includes required argument ${h} that is missing from the Interface field ${r.name}.${p}.`,[d.astNode,c.astNode])}}}function cs(e,t,r){let n=t.getInterfaces();for(let i of r.getInterfaces())n.includes(i)||e.reportError(i===t?`Type ${t.name} cannot implement ${r.name} because it would create a circular reference.`:`Type ${t.name} must implement ${i.name} because it is implemented by ${r.name}.`,[...St(r,i),...St(t,r)])}function us(e,t){let r=t.getTypes();r.length===0&&e.reportError(`Union type ${t.name} must define one or more member types.`,[t.astNode,...t.extensionASTNodes]);let n=Object.create(null);for(let i of r){if(n[i.name]){e.reportError(`Union type ${t.name} can only include type ${i.name} once.`,Ui(t,i.name));continue}n[i.name]=!0,S(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,Ui(t,String(i)))}}function ps(e,t){let r=t.getValues();r.length===0&&e.reportError(`Enum type ${t.name} must define one or more values.`,[t.astNode,...t.extensionASTNodes]);for(let n of r)Ue(e,n)}function ls(e,t){let r=Object.values(t.getFields());r.length===0&&e.reportError(`Input Object type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let o of r){if(Ue(e,o),!z(o.type)){var n;e.reportError(`The type of ${t.name}.${o.name} must be Input Type but got: ${y(o.type)}.`,(n=o.astNode)===null||n===void 0?void 0:n.type)}if(tt(o)&&o.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${o.name} cannot be deprecated.`,[on(o.astNode),(i=o.astNode)===null||i===void 0?void 0:i.type])}t.isOneOf&&fs(t,o,e)}}function fs(e,t,r){if(R(t.type)){var n;r.reportError(`OneOf input field ${e.name}.${t.name} must be nullable.`,(n=t.astNode)===null||n===void 0?void 0:n.type)}t.defaultValue!==void 0&&r.reportError(`OneOf input field ${e.name}.${t.name} cannot have a default value.`,t.astNode)}function ds(e){let t=Object.create(null),r=[],n=Object.create(null);return i;function i(o){if(t[o.name])return;t[o.name]=!0,n[o.name]=r.length;let s=Object.values(o.getFields());for(let a of s)if(R(a.type)&&x(a.type.ofType)){let c=a.type.ofType,p=n[c.name];if(r.push(a),p===void 0)i(c);else{let l=r.slice(p),d=l.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,l.map(h=>h.astNode))}r.pop()}n[o.name]=void 0}}function St(e,t){let{astNode:r,extensionASTNodes:n}=e;return(r!=null?[r,...n]:n).flatMap(o=>{var s;return(s=o.interfaces)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t.name)}function Ui(e,t){let{astNode:r,extensionASTNodes:n}=e;return(r!=null?[r,...n]:n).flatMap(o=>{var s;return(s=o.types)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t)}function on(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(r=>r.name.value===tr.name)}function P(e,t){switch(t.kind){case u.LIST_TYPE:{let r=P(e,t.type);return r&&new D(r)}case u.NON_NULL_TYPE:{let r=P(e,t.type);return r&&new N(r)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var it=class{constructor(t,r,n){this._schema=t,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=n??ms,r&&(z(r)&&this._inputTypeStack.push(r),ce(r)&&this._parentTypeStack.push(r),be(r)&&this._typeStack.push(r))}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 r=this._schema;switch(t.kind){case u.SELECTION_SET:{let i=H(this.getType());this._parentTypeStack.push(ce(i)?i:void 0);break}case u.FIELD:{let i=this.getParentType(),o,s;i&&(o=this._getFieldDef(r,i,t),o&&(s=o.type)),this._fieldDefStack.push(o),this._typeStack.push(be(s)?s:void 0);break}case u.DIRECTIVE:this._directive=r.getDirective(t.name.value);break;case u.OPERATION_DEFINITION:{let i=r.getRootType(t.operation);this._typeStack.push(S(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,o=i?P(r,i):H(this.getType());this._typeStack.push(be(o)?o:void 0);break}case u.VARIABLE_DEFINITION:{let i=P(r,t.type);this._inputTypeStack.push(z(i)?i:void 0);break}case u.ARGUMENT:{var n;let i,o,s=(n=this.getDirective())!==null&&n!==void 0?n: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(z(o)?o:void 0);break}case u.LIST:{let i=et(this.getInputType()),o=w(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(z(o)?o:void 0);break}case u.OBJECT_FIELD:{let i=H(this.getInputType()),o,s;x(i)&&(s=i.getFields()[t.name.value],s&&(o=s.type)),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(z(o)?o:void 0);break}case u.ENUM:{let i=H(this.getInputType()),o;V(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 ms(e,t,r){let n=r.name.value;if(n===Ce.name&&e.getQueryType()===t)return Ce;if(n===ke.name&&e.getQueryType()===t)return ke;if(n===Me.name&&ce(t))return Me;if(S(t)||_(t))return t.getFields()[n]}function ir(e,t){return{enter(...r){let n=r[0];e.enter(n);let i=We(t,n.kind).enter;if(i){let o=i.apply(t,r);return o!==void 0&&(e.leave(n),lt(o)&&e.enter(o)),o}},leave(...r){let n=r[0],i=We(t,n.kind).leave,o;return i&&(o=i.apply(t,r)),e.leave(n),o}}}function sn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function an(e){return e.kind===u.SCHEMA_DEFINITION||we(e)||e.kind===u.DIRECTIVE_DEFINITION}function we(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 cn(e){return e.kind===u.SCHEMA_EXTENSION||or(e)}function or(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 un(e){return{Document(t){for(let r of t.definitions)if(!sn(r)){let n=r.kind===u.SCHEMA_DEFINITION||r.kind===u.SCHEMA_EXTENSION?"schema":'"'+r.name.value+'"';e.reportError(new f(`The ${n} definition is not executable.`,{nodes:r}))}return!1}}}function pn(e){return{Field(t){let r=e.getParentType();if(r&&!e.getFieldDef()){let i=e.getSchema(),o=t.name.value,s=Z("to use an inline fragment on",hs(i,r,o));s===""&&(s=Z(ys(r,o))),e.reportError(new f(`Cannot query field "${o}" on type "${r.name}".`+s,{nodes:t}))}}}}function hs(e,t,r){if(!ie(t))return[];let n=new Set,i=Object.create(null);for(let s of e.getPossibleTypes(t))if(s.getFields()[r]){n.add(s),i[s.name]=1;for(let a of s.getInterfaces()){var o;a.getFields()[r]&&(n.add(a),i[a.name]=((o=i[a.name])!==null&&o!==void 0?o:0)+1)}}return[...n].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:ze(s.name,a.name)}).map(s=>s.name)}function ys(e,t){if(S(e)||_(e)){let r=Object.keys(e.getFields());return re(t,r)}return[]}function ln(e){return{InlineFragment(t){let r=t.typeCondition;if(r){let n=P(e.getSchema(),r);if(n&&!ce(n)){let i=L(r);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:r}))}}},FragmentDefinition(t){let r=P(e.getSchema(),t.typeCondition);if(r&&!ce(r)){let n=L(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${n}".`,{nodes:t.typeCondition}))}}}}function fn(e){return{...dn(e),Argument(t){let r=e.getArgument(),n=e.getFieldDef(),i=e.getParentType();if(!r&&n&&i){let o=t.name.value,s=n.args.map(c=>c.name),a=re(o,s);e.reportError(new f(`Unknown argument "${o}" on field "${i.name}.${n.name}".`+Z(a),{nodes:t}))}}}}function dn(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let s of n)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 l=p.name.value;if(!c.includes(l)){let d=re(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+Z(d),{nodes:p}))}}return!1}}}function sr(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let o of n)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 l=o.name.value,d=t[l];if(!d){e.reportError(new f(`Unknown directive "@${l}".`,{nodes:o}));return}let h=Ts(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:o}))}}}function Ts(e){let t=e[e.length-1];switch("kind"in t||k(!1),t.kind){case u.OPERATION_DEFINITION:return gs(t.operation);case u.FIELD:return I.FIELD;case u.FRAGMENT_SPREAD:return I.FRAGMENT_SPREAD;case u.INLINE_FRAGMENT:return I.INLINE_FRAGMENT;case u.FRAGMENT_DEFINITION:return I.FRAGMENT_DEFINITION;case u.VARIABLE_DEFINITION:return I.VARIABLE_DEFINITION;case u.SCHEMA_DEFINITION:case u.SCHEMA_EXTENSION:return I.SCHEMA;case u.SCALAR_TYPE_DEFINITION:case u.SCALAR_TYPE_EXTENSION:return I.SCALAR;case u.OBJECT_TYPE_DEFINITION:case u.OBJECT_TYPE_EXTENSION:return I.OBJECT;case u.FIELD_DEFINITION:return I.FIELD_DEFINITION;case u.INTERFACE_TYPE_DEFINITION:case u.INTERFACE_TYPE_EXTENSION:return I.INTERFACE;case u.UNION_TYPE_DEFINITION:case u.UNION_TYPE_EXTENSION:return I.UNION;case u.ENUM_TYPE_DEFINITION:case u.ENUM_TYPE_EXTENSION:return I.ENUM;case u.ENUM_VALUE_DEFINITION:return I.ENUM_VALUE;case u.INPUT_OBJECT_TYPE_DEFINITION:case u.INPUT_OBJECT_TYPE_EXTENSION:return I.INPUT_OBJECT;case u.INPUT_VALUE_DEFINITION:{let r=e[e.length-3];return"kind"in r||k(!1),r.kind===u.INPUT_OBJECT_TYPE_DEFINITION?I.INPUT_FIELD_DEFINITION:I.ARGUMENT_DEFINITION}default:k(!1,"Unexpected kind: "+y(t.kind))}}function gs(e){switch(e){case C.QUERY:return I.QUERY;case C.MUTATION:return I.MUTATION;case C.SUBSCRIPTION:return I.SUBSCRIPTION}}function mn(e){return{FragmentSpread(t){let r=t.name.value;e.getFragment(r)||e.reportError(new f(`Unknown fragment "${r}".`,{nodes:t.name}))}}}function ar(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=Object.create(null);for(let o of e.getDocument().definitions)we(o)&&(n[o.name.value]=!0);let i=[...Object.keys(r),...Object.keys(n)];return{NamedType(o,s,a,c,p){let l=o.name.value;if(!r[l]&&!n[l]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&Es(h);if(T&&Vi.includes(l))return;let g=re(l,T?Vi.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+Z(g),{nodes:o}))}}}}var Vi=[...Kt,...rr].map(e=>e.name);function Es(e){return"kind"in e&&(an(e)||cn(e))}function hn(e){let t=0;return{Document(r){t=r.definitions.filter(n=>n.kind===u.OPERATION_DEFINITION).length},OperationDefinition(r){!r.name&&t>1&&e.reportError(new f("This anonymous operation must be the only defined operation.",{nodes:r}))}}}function yn(e){var t,r,n;let i=e.getSchema(),o=(t=(r=(n=i?.astNode)!==null&&n!==void 0?n:i?.getQueryType())!==null&&r!==void 0?r:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),s=0;return{SchemaDefinition(a){if(o){e.reportError(new f("Cannot define a new schema within a schema extension.",{nodes:a}));return}s>0&&e.reportError(new f("Must provide only one schema definition.",{nodes:a})),++s}}}var vs=3;function Tn(e){function t(r,n=Object.create(null),i=0){if(r.kind===u.FRAGMENT_SPREAD){let o=r.name.value;if(n[o]===!0)return!1;let s=e.getFragment(o);if(!s)return!1;try{return n[o]=!0,t(s,n,i)}finally{n[o]=void 0}}if(r.kind===u.FIELD&&(r.name.value==="fields"||r.name.value==="interfaces"||r.name.value==="possibleTypes"||r.name.value==="inputFields")&&(i++,i>=vs))return!0;if("selectionSet"in r&&r.selectionSet){for(let o of r.selectionSet.selections)if(t(o,n,i))return!0}return!1}return{Field(r){if((r.name.value==="__schema"||r.name.value==="__type")&&t(r))return e.reportError(new f("Maximum introspection depth exceeded",{nodes:[r]})),!1}}}function gn(e){let t=Object.create(null),r=[],n=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){n[s]=r.length;for(let c of a){let p=c.name.value,l=n[p];if(r.push(c),l===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=r.slice(l),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new f(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}r.pop()}n[s]=void 0}}}function En(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(r){let n=e.getRecursiveVariableUsages(r);for(let{node:i}of n){let o=i.name.value;t[o]!==!0&&e.reportError(new f(r.name?`Variable "$${o}" is not defined by operation "${r.name.value}".`:`Variable "$${o}" is not defined.`,{nodes:[i,r]}))}}},VariableDefinition(r){t[r.variable.name.value]=!0}}}function vn(e){let t=[],r=[];return{OperationDefinition(n){return t.push(n),!1},FragmentDefinition(n){return r.push(n),!1},Document:{leave(){let n=Object.create(null);for(let i of t)for(let o of e.getRecursivelyReferencedFragments(i))n[o.name.value]=!0;for(let i of r){let o=i.name.value;n[o]!==!0&&e.reportError(new f(`Fragment "${o}" is never used.`,{nodes:i}))}}}}}function Nn(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(r){let n=Object.create(null),i=e.getRecursiveVariableUsages(r);for(let{node:o}of i)n[o.name.value]=!0;for(let o of t){let s=o.variable.name.value;n[s]!==!0&&e.reportError(new f(r.name?`Variable "$${s}" is never used in operation "${r.name.value}".`:`Variable "$${s}" is never used.`,{nodes:o}))}}},VariableDefinition(r){t.push(r)}}}function cr(e){switch(e.kind){case u.OBJECT:return{...e,fields:Ns(e.fields)};case u.LIST:return{...e,values:e.values.map(cr)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function Ns(e){return e.map(t=>({...t,value:cr(t.value)})).sort((t,r)=>ze(t.name.value,r.name.value))}function ji(e){return Array.isArray(e)?e.map(([t,r])=>`subfields "${t}" conflict because `+ji(r)).join(" and "):e}function On(e){let t=new fr,r=new bn,n=new Map;return{SelectionSet(i){let o=Is(e,n,t,r,e.getParentType(),i);for(let[[s,a],c,p]of o){let l=ji(a);e.reportError(new f(`Fields "${s}" conflict because ${l}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:c.concat(p)}))}}}}function Is(e,t,r,n,i,o){let s=[],[a,c]=lr(e,t,i,o);if(bs(e,s,t,r,n,a),c.length!==0)for(let p=0;p<c.length;p++){ur(e,s,t,r,n,!1,a,c[p]);for(let l=p+1;l<c.length;l++)pr(e,s,t,r,n,!1,c[p],c[l])}return s}function ur(e,t,r,n,i,o,s,a){if(n.has(s,a,o))return;n.add(s,a,o);let c=e.getFragment(a);if(!c)return;let[p,l]=Rn(e,r,c);if(s!==p){Sn(e,t,r,n,i,o,s,p);for(let d of l)ur(e,t,r,n,i,o,s,d)}}function pr(e,t,r,n,i,o,s,a){if(s===a||i.has(s,a,o))return;i.add(s,a,o);let c=e.getFragment(s),p=e.getFragment(a);if(!c||!p)return;let[l,d]=Rn(e,r,c),[h,T]=Rn(e,r,p);Sn(e,t,r,n,i,o,l,h);for(let g of T)pr(e,t,r,n,i,o,s,g);for(let g of d)pr(e,t,r,n,i,o,g,a)}function Rs(e,t,r,n,i,o,s,a,c){let p=[],[l,d]=lr(e,t,o,s),[h,T]=lr(e,t,a,c);Sn(e,p,t,r,n,i,l,h);for(let g of T)ur(e,p,t,r,n,i,l,g);for(let g of d)ur(e,p,t,r,n,i,h,g);for(let g of d)for(let A of T)pr(e,p,t,r,n,i,g,A);return p}function bs(e,t,r,n,i,o){for(let[s,a]of Object.entries(o))if(a.length>1)for(let c=0;c<a.length;c++)for(let p=c+1;p<a.length;p++){let l=Qi(e,r,n,i,!1,s,a[c],a[p]);l&&t.push(l)}}function Sn(e,t,r,n,i,o,s,a){for(let[c,p]of Object.entries(s)){let l=a[c];if(l)for(let d of p)for(let h of l){let T=Qi(e,r,n,i,o,c,d,h);T&&t.push(T)}}}function Qi(e,t,r,n,i,o,s,a){let[c,p,l]=s,[d,h,T]=a,g=i||c!==d&&S(c)&&S(d);if(!g){let se=p.name.value,he=h.name.value;if(se!==he)return[[o,`"${se}" and "${he}" are different fields`],[p],[h]];if(!Os(p,h))return[[o,"they have differing arguments"],[p],[h]]}let A=l?.type,W=T?.type;if(A&&W&&In(A,W))return[[o,`they return conflicting types "${y(A)}" and "${y(W)}"`],[p],[h]];let Y=p.selectionSet,le=h.selectionSet;if(Y&&le){let se=Rs(e,t,r,n,g,H(A),Y,H(W),le);return Ss(se,o,p,h)}}function Os(e,t){let r=e.arguments,n=t.arguments;if(r===void 0||r.length===0)return n===void 0||n.length===0;if(n===void 0||n.length===0||r.length!==n.length)return!1;let i=new Map(n.map(({name:o,value:s})=>[o.value,s]));return r.every(o=>{let s=o.value,a=i.get(o.name.value);return a===void 0?!1:Gi(s)===Gi(a)})}function Gi(e){return L(cr(e))}function In(e,t){return w(e)?w(t)?In(e.ofType,t.ofType):!0:w(t)?!0:R(e)?R(t)?In(e.ofType,t.ofType):!0:R(t)?!0:X(e)||X(t)?e!==t:!1}function lr(e,t,r,n){let i=t.get(n);if(i)return i;let o=Object.create(null),s=Object.create(null);Bi(e,r,n,o,s);let a=[o,Object.keys(s)];return t.set(n,a),a}function Rn(e,t,r){let n=t.get(r.selectionSet);if(n)return n;let i=P(e.getSchema(),r.typeCondition);return lr(e,t,i,r.selectionSet)}function Bi(e,t,r,n,i){for(let o of r.selections)switch(o.kind){case u.FIELD:{let s=o.name.value,a;(S(t)||_(t))&&(a=t.getFields()[s]);let c=o.alias?o.alias.value:s;n[c]||(n[c]=[]),n[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?P(e.getSchema(),s):t;Bi(e,a,o.selectionSet,n,i);break}}}function Ss(e,t,r,n){if(e.length>0)return[[t,e.map(([i])=>i)],[r,...e.map(([,i])=>i).flat()],[n,...e.map(([,,i])=>i).flat()]]}var fr=class{constructor(){this._data=new Map}has(t,r,n){var i;let o=(i=this._data.get(t))===null||i===void 0?void 0:i.get(r);return o===void 0?!1:n?!0:n===o}add(t,r,n){let i=this._data.get(t);i===void 0?this._data.set(t,new Map([[r,n]])):i.set(r,n)}},bn=class{constructor(){this._orderedPairSet=new fr}has(t,r,n){return t<r?this._orderedPairSet.has(t,r,n):this._orderedPairSet.has(r,t,n)}add(t,r,n){t<r?this._orderedPairSet.add(t,r,n):this._orderedPairSet.add(r,t,n)}};function _n(e){return{InlineFragment(t){let r=e.getType(),n=e.getParentType();if(ce(r)&&ce(n)&&!Jr(e.getSchema(),r,n)){let i=y(n),o=y(r);e.reportError(new f(`Fragment cannot be spread here as objects of type "${i}" can never be of type "${o}".`,{nodes:t}))}},FragmentSpread(t){let r=t.name.value,n=_s(e,r),i=e.getParentType();if(n&&i&&!Jr(e.getSchema(),n,i)){let o=y(i),s=y(n);e.reportError(new f(`Fragment "${r}" cannot be spread here as objects of type "${o}" can never be of type "${s}".`,{nodes:t}))}}}}function _s(e,t){let r=e.getFragment(t);if(r){let n=P(e.getSchema(),r.typeCondition);if(ce(n))return n}}function xn(e){let t=e.getSchema(),r=Object.create(null);for(let i of e.getDocument().definitions)we(i)&&(r[i.name.value]=i);return{ScalarTypeExtension:n,ObjectTypeExtension:n,InterfaceTypeExtension:n,UnionTypeExtension:n,EnumTypeExtension:n,InputObjectTypeExtension:n};function n(i){let o=i.name.value,s=r[o],a=t?.getType(o),c;if(s?c=xs[s.kind]:a&&(c=Ls(a)),c){if(c!==i.kind){let p=ws(i.kind);e.reportError(new f(`Cannot extend non-${p} type "${o}".`,{nodes:s?[s,i]:i}))}}else{let p=Object.keys({...r,...t?.getTypeMap()}),l=re(o,p);e.reportError(new f(`Cannot extend type "${o}" because it is not defined.`+Z(l),{nodes:i.name}))}}}var xs={[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 Ls(e){if(Ee(e))return u.SCALAR_TYPE_EXTENSION;if(S(e))return u.OBJECT_TYPE_EXTENSION;if(_(e))return u.INTERFACE_TYPE_EXTENSION;if(J(e))return u.UNION_TYPE_EXTENSION;if(V(e))return u.ENUM_TYPE_EXTENSION;if(x(e))return u.INPUT_OBJECT_TYPE_EXTENSION;k(!1,"Unexpected type: "+y(e))}function ws(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 Ln(e){return{...wn(e),Field:{leave(t){var r;let n=e.getFieldDef();if(!n)return!1;let i=new Set((r=t.arguments)===null||r===void 0?void 0:r.map(o=>o.name.value));for(let o of n.args)if(!i.has(o.name)&&Oe(o)){let s=y(o.type);e.reportError(new f(`Field "${n.name}" argument "${o.name}" of type "${s}" is required, but it was not provided.`,{nodes:t}))}}}}}function wn(e){var t;let r=Object.create(null),n=e.getSchema(),i=(t=n?.getDirectives())!==null&&t!==void 0?t:ve;for(let a of i)r[a.name]=ye(a.args.filter(Oe),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:[];r[a.name.value]=ye(c.filter(Ds),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=r[c];if(p){var l;let d=(l=a.arguments)!==null&&l!==void 0?l:[],h=new Set(d.map(T=>T.name.value));for(let[T,g]of Object.entries(p))if(!h.has(T)){let A=Ze(g.type)?y(g.type):L(g.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${A}" is required, but it was not provided.`,{nodes:a}))}}}}}}function Ds(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Dn(e){return{Field(t){let r=e.getType(),n=t.selectionSet;if(r)if(X(H(r))){if(n){let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" must not have a selection since type "${o}" has no subfields.`,{nodes:n}))}}else if(n){if(n.selections.length===0){let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" of type "${o}" must have at least one field selected.`,{nodes:t}))}}else{let i=t.name.value,o=y(r);e.reportError(new f(`Field "${i}" of type "${o}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}function dr(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function $e(e,t,r){return{prev:e,key:t,typename:r}}function ee(e){let t=[],r=e;for(;r;)t.push(r.key),r=r.prev;return t.reverse()}function qi(e,t,r=As){return xt(e,t,r,void 0)}function As(e,t,r){let n="Invalid value "+y(t);throw e.length>0&&(n+=` at "value${dr(e)}"`),r.message=n+": "+r.message,r}function xt(e,t,r,n){if(R(t)){if(e!=null)return xt(e,t.ofType,r,n);r(ee(n),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(w(t)){let i=t.ofType;return rt(e)?Array.from(e,(o,s)=>{let a=$e(n,s,void 0);return xt(o,i,r,a)}):[xt(e,i,r,n)]}if(x(t)){if(!Q(e)||Array.isArray(e)){r(ee(n),e,new f(`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(R(s.type)){let c=y(s.type);r(ee(n),e,new f(`Field "${s.name}" of required type "${c}" was not provided.`))}continue}i[s.name]=xt(a,s.type,r,$e(n,s.name,t.name))}for(let s of Object.keys(e))if(!o[s]){let a=re(s,Object.keys(t.getFields()));r(ee(n),e,new f(`Field "${s}" is not defined by type "${t.name}".`+Z(a)))}if(t.isOneOf){let s=Object.keys(i);s.length!==1&&r(ee(n),e,new f(`Exactly one key must be specified for OneOf type "${t.name}".`));let a=s[0],c=i[a];c===null&&r(ee(n).concat(a),c,new f(`Field "${a}" must be non-null.`))}return i}if(X(t)){let i;try{i=t.parseValue(e)}catch(o){o instanceof f?r(ee(n),e,o):r(ee(n),e,new f(`Expected type "${t.name}". `+o.message,{originalError:o}));return}return i===void 0&&r(ee(n),e,new f(`Expected type "${t.name}".`)),i}k(!1,"Unexpected input type: "+y(t))}function Ve(e,t,r){if(e){if(e.kind===u.VARIABLE){let n=e.name.value;if(r==null||r[n]===void 0)return;let i=r[n];return i===null&&R(t)?void 0:i}if(R(t))return e.kind===u.NULL?void 0:Ve(e,t.ofType,r);if(e.kind===u.NULL)return null;if(w(t)){let n=t.ofType;if(e.kind===u.LIST){let o=[];for(let s of e.values)if(Yi(s,r)){if(R(n))return;o.push(null)}else{let a=Ve(s,n,r);if(a===void 0)return;o.push(a)}return o}let i=Ve(e,n,r);return i===void 0?void 0:[i]}if(x(t)){if(e.kind!==u.OBJECT)return;let n=Object.create(null),i=ye(e.fields,o=>o.name.value);for(let o of Object.values(t.getFields())){let s=i[o.name];if(!s||Yi(s.value,r)){if(o.defaultValue!==void 0)n[o.name]=o.defaultValue;else if(R(o.type))return;continue}let a=Ve(s.value,o.type,r);if(a===void 0)return;n[o.name]=a}if(t.isOneOf){let o=Object.keys(n);if(o.length!==1||n[o[0]]===null)return}return n}if(X(t)){let n;try{n=t.parseLiteral(e,r)}catch{return}return n===void 0?void 0:n}k(!1,"Unexpected input type: "+y(t))}}function Yi(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function An(e,t,r,n){let i=[],o=n?.maxErrors;try{let s=Fs(e,t,r,a=>{if(o!=null&&i.length>=o)throw new f("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 Fs(e,t,r,n){let i={};for(let o of t){let s=o.variable.name.value,a=P(e,o.type);if(!z(a)){let p=L(o.type);n(new f(`Variable "$${s}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:o.type}));continue}if(!Hi(r,s)){if(o.defaultValue)i[s]=Ve(o.defaultValue,a);else if(R(a)){let p=y(a);n(new f(`Variable "$${s}" of required type "${p}" was not provided.`,{nodes:o}))}continue}let c=r[s];if(c===null&&R(a)){let p=y(a);n(new f(`Variable "$${s}" of non-null type "${p}" must not be null.`,{nodes:o}));continue}i[s]=qi(c,a,(p,l,d)=>{let h=`Variable "$${s}" got invalid value `+y(l);p.length>0&&(h+=` at "${s}${dr(p)}"`),n(new f(h+"; "+d.message,{nodes:o,originalError:d}))})}return i}function mr(e,t,r){var n;let i={},o=(n=t.arguments)!==null&&n!==void 0?n:[],s=ye(o,a=>a.name.value);for(let a of e.args){let c=a.name,p=a.type,l=s[c];if(!l){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(R(p))throw new f(`Argument "${c}" of required type "${y(p)}" was not provided.`,{nodes:t});continue}let d=l.value,h=d.kind===u.NULL;if(d.kind===u.VARIABLE){let g=d.name.value;if(r==null||!Hi(r,g)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(R(p))throw new f(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${g}" which was not provided a runtime value.`,{nodes:d});continue}h=r[g]==null}if(h&&R(p))throw new f(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=Ve(d,p,r);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${L(d)}.`,{nodes:d});i[c]=T}return i}function hr(e,t,r){var n;let i=(n=t.directives)===null||n===void 0?void 0:n.find(o=>o.name.value===e.name);if(i)return mr(e,i,r)}function Hi(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Tr(e,t,r,n,i){let o=new Map;return yr(e,t,r,n,i,o,new Set),o}function zi(e,t,r,n,i){let o=new Map,s=new Set;for(let a of i)a.selectionSet&&yr(e,t,r,n,a.selectionSet,o,s);return o}function yr(e,t,r,n,i,o,s){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!Fn(r,a))continue;let c=Cs(a),p=o.get(c);p!==void 0?p.push(a):o.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Fn(r,a)||!Ji(e,a,n))continue;yr(e,t,r,n,a.selectionSet,o,s);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(s.has(c)||!Fn(r,a))continue;s.add(c);let p=t[c];if(!p||!Ji(e,p,n))continue;yr(e,t,r,n,p.selectionSet,o,s);break}}}function Fn(e,t){let r=hr(er,t,e);if(r?.if===!0)return!1;let n=hr(Zt,t,e);return n?.if!==!1}function Ji(e,t,r){let n=t.typeCondition;if(!n)return!0;let i=P(e,n);return i===r?!0:ie(i)?e.isSubType(i,r):!1}function Cs(e){return e.alias?e.alias.value:e.name.value}function Cn(e){return{OperationDefinition(t){if(t.operation==="subscription"){let r=e.getSchema(),n=r.getSubscriptionType();if(n){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=Tr(r,a,o,n,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new f(i!=null?`Subscription "${i}" must select only one top level field.`:"Anonymous Subscription must select only one top level field.",{nodes:d}))}for(let p of c.values())p[0].name.value.startsWith("__")&&e.reportError(new f(i!=null?`Subscription "${i}" must not select an introspection top level field.`:"Anonymous Subscription must not select an introspection top level field.",{nodes:p}))}}}}}function ot(e,t){let r=new Map;for(let n of e){let i=t(n),o=r.get(i);o===void 0?r.set(i,[n]):o.push(n)}return r}function kn(e){return{DirectiveDefinition(n){var i;let o=(i=n.arguments)!==null&&i!==void 0?i:[];return r(`@${n.name.value}`,o)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(n){var i;let o=n.name.value,s=(i=n.fields)!==null&&i!==void 0?i:[];for(let c of s){var a;let p=c.name.value,l=(a=c.arguments)!==null&&a!==void 0?a:[];r(`${o}.${p}`,l)}return!1}function r(n,i){let o=ot(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new f(`Argument "${n}(${s}:)" can only be defined once.`,{nodes:a.map(c=>c.name)}));return!1}}function gr(e){return{Field:t,Directive:t};function t(r){var n;let i=(n=r.arguments)!==null&&n!==void 0?n:[],o=ot(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new f(`There can be only one argument named "${s}".`,{nodes:a.map(c=>c.name)}))}}function Mn(e){let t=Object.create(null),r=e.getSchema();return{DirectiveDefinition(n){let i=n.name.value;if(r!=null&&r.getDirective(i)){e.reportError(new f(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:n.name}));return}return t[i]?e.reportError(new f(`There can be only one directive named "@${i}".`,{nodes:[t[i],n.name]})):t[i]=n.name,!1}}}function Er(e){let t=Object.create(null),r=e.getSchema(),n=r?r.getDirectives():ve;for(let a of n)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(we(a)||or(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 l=p.name.value;t[l]&&(c[l]?e.reportError(new f(`The directive "@${l}" can only be used once at this location.`,{nodes:[c[l],p]})):c[l]=p)}}}}function Pn(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(o){var s;let a=o.name.value;n[a]||(n[a]=Object.create(null));let c=(s=o.values)!==null&&s!==void 0?s:[],p=n[a];for(let l of c){let d=l.name.value,h=r[a];V(h)&&h.getValue(d)?e.reportError(new f(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function Un(e){let t=e.getSchema(),r=t?t.getTypeMap():Object.create(null),n=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;n[a]||(n[a]=Object.create(null));let c=(s=o.fields)!==null&&s!==void 0?s:[],p=n[a];for(let l of c){let d=l.name.value;ks(r[a],d)?e.reportError(new f(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function ks(e,t){return S(e)||_(e)||x(e)?e.getFields()[t]!=null:!1}function $n(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(r){let n=r.name.value;return t[n]?e.reportError(new f(`There can be only one fragment named "${n}".`,{nodes:[t[n],r.name]})):t[n]=r.name,!1}}}function vr(e){let t=[],r=Object.create(null);return{ObjectValue:{enter(){t.push(r),r=Object.create(null)},leave(){let n=t.pop();n||k(!1),r=n}},ObjectField(n){let i=n.name.value;r[i]?e.reportError(new f(`There can be only one input field named "${i}".`,{nodes:[r[i],n.name]})):r[i]=n.name}}}function Vn(e){let t=Object.create(null);return{OperationDefinition(r){let n=r.name;return n&&(t[n.value]?e.reportError(new f(`There can be only one operation named "${n.value}".`,{nodes:[t[n.value],n]})):t[n.value]=n),!1},FragmentDefinition:()=>!1}}function Gn(e){let t=e.getSchema(),r=Object.create(null),n=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,l=r[p];n[p]?e.reportError(new f(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):l?e.reportError(new f(`There can be only one ${p} type in schema.`,{nodes:[l,c]})):r[p]=c}return!1}}function jn(e){let t=Object.create(null),r=e.getSchema();return{ScalarTypeDefinition:n,ObjectTypeDefinition:n,InterfaceTypeDefinition:n,UnionTypeDefinition:n,EnumTypeDefinition:n,InputObjectTypeDefinition:n};function n(i){let o=i.name.value;if(r!=null&&r.getType(o)){e.reportError(new f(`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 f(`There can be only one type named "${o}".`,{nodes:[t[o],i.name]})):t[o]=i.name,!1}}function Qn(e){return{OperationDefinition(t){var r;let n=(r=t.variableDefinitions)!==null&&r!==void 0?r:[],i=ot(n,o=>o.variable.name.value);for(let[o,s]of i)s.length>1&&e.reportError(new f(`There can be only one variable named "$${o}".`,{nodes:s.map(a=>a.variable.name)}))}}}function Bn(e){let t={};return{OperationDefinition:{enter(){t={}}},VariableDefinition(r){t[r.variable.name.value]=r},ListValue(r){let n=et(e.getParentInputType());if(!w(n))return Ge(e,r),!1},ObjectValue(r){let n=H(e.getInputType());if(!x(n))return Ge(e,r),!1;let i=ye(r.fields,o=>o.name.value);for(let o of Object.values(n.getFields()))if(!i[o.name]&&tt(o)){let a=y(o.type);e.reportError(new f(`Field "${n.name}.${o.name}" of required type "${a}" was not provided.`,{nodes:r}))}n.isOneOf&&Ms(e,r,n,i)},ObjectField(r){let n=H(e.getParentInputType());if(!e.getInputType()&&x(n)){let o=re(r.name.value,Object.keys(n.getFields()));e.reportError(new f(`Field "${r.name.value}" is not defined by type "${n.name}".`+Z(o),{nodes:r}))}},NullValue(r){let n=e.getInputType();R(n)&&e.reportError(new f(`Expected value of type "${y(n)}", found ${L(r)}.`,{nodes:r}))},EnumValue:r=>Ge(e,r),IntValue:r=>Ge(e,r),FloatValue:r=>Ge(e,r),StringValue:r=>Ge(e,r),BooleanValue:r=>Ge(e,r)}}function Ge(e,t){let r=e.getInputType();if(!r)return;let n=H(r);if(!X(n)){let i=y(r);e.reportError(new f(`Expected value of type "${i}", found ${L(t)}.`,{nodes:t}));return}try{if(n.parseLiteral(t,void 0)===void 0){let o=y(r);e.reportError(new f(`Expected value of type "${o}", found ${L(t)}.`,{nodes:t}))}}catch(i){let o=y(r);i instanceof f?e.reportError(i):e.reportError(new f(`Expected value of type "${o}", found ${L(t)}; `+i.message,{nodes:t,originalError:i}))}}function Ms(e,t,r,n){var i;let o=Object.keys(n);if(o.length!==1){e.reportError(new f(`OneOf Input Object "${r.name}" must specify exactly one key.`,{nodes:[t]}));return}let a=(i=n[o[0]])===null||i===void 0?void 0:i.value;(!a||a.kind===u.NULL)&&e.reportError(new f(`Field "${r.name}.${o[0]}" must be non-null.`,{nodes:[t]}))}function qn(e){return{VariableDefinition(t){let r=P(e.getSchema(),t.type);if(r!==void 0&&!z(r)){let n=t.variable.name.value,i=L(t.type);e.reportError(new f(`Variable "$${n}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Yn(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(r){let n=e.getRecursiveVariableUsages(r);for(let{node:i,type:o,defaultValue:s,parentType:a}of n){let c=i.name.value,p=t[c];if(p&&o){let l=e.getSchema(),d=P(l,p.type);if(d&&!Ps(l,d,p.defaultValue,o,s)){let h=y(d),T=y(o);e.reportError(new f(`Variable "$${c}" of type "${h}" used in position expecting type "${T}".`,{nodes:[p,i]}))}x(a)&&a.isOneOf&&Et(d)&&e.reportError(new f(`Variable "$${c}" is of type "${d}" but must be non-nullable to be used for OneOf Input Object "${a}".`,{nodes:[p,i]}))}}}},VariableDefinition(r){t[r.variable.name.value]=r}}}function Ps(e,t,r,n,i){if(R(n)&&!R(t)){if(!(r!=null&&r.kind!==u.NULL)&&!(i!==void 0))return!1;let a=n.ofType;return Le(e,t,a)}return Le(e,t,n)}var Hn=Object.freeze([Tn]),st=Object.freeze([un,Vn,hn,Cn,ar,ln,qn,Dn,pn,$n,mn,vn,_n,gn,Qn,En,Nn,sr,Er,fn,gr,Bn,Ln,Yn,On,vr,...Hn]),Us=Object.freeze([yn,Gn,jn,Pn,Un,kn,Mn,ar,sr,Er,xn,dn,gr,vr,wn]);var Jn=class{constructor(t,r){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=r}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let r;if(this._fragments)r=this._fragments;else{r=Object.create(null);for(let n of this.getDocument().definitions)n.kind===u.FRAGMENT_DEFINITION&&(r[n.name.value]=n);this._fragments=r}return r[t]}getFragmentSpreads(t){let r=this._fragmentSpreads.get(t);if(!r){r=[];let n=[t],i;for(;i=n.pop();)for(let o of i.selections)o.kind===u.FRAGMENT_SPREAD?r.push(o):o.selectionSet&&n.push(o.selectionSet);this._fragmentSpreads.set(t,r)}return r}getRecursivelyReferencedFragments(t){let r=this._recursivelyReferencedFragments.get(t);if(!r){r=[];let n=Object.create(null),i=[t.selectionSet],o;for(;o=i.pop();)for(let s of this.getFragmentSpreads(o)){let a=s.name.value;if(n[a]!==!0){n[a]=!0;let c=this.getFragment(a);c&&(r.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,r)}return r}};var Lt=class extends Jn{constructor(t,r,n,i){super(r,i),this._schema=t,this._typeInfo=n,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let r=this._variableUsages.get(t);if(!r){let n=[],i=new it(this._schema);Ae(t,ir(i,{VariableDefinition:()=>!1,Variable(o){n.push({node:o,type:i.getInputType(),defaultValue:i.getDefaultValue(),parentType:i.getParentInputType()})}})),r=n,this._variableUsages.set(t,r)}return r}getRecursiveVariableUsages(t){let r=this._recursiveVariableUsages.get(t);if(!r){r=this.getVariableUsages(t);for(let n of this.getRecursivelyReferencedFragments(t))r=r.concat(this.getVariableUsages(n));this._recursiveVariableUsages.set(t,r)}return r}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 Nr(e,t,r=st,n,i=new it(e)){var o;let s=(o=n?.maxErrors)!==null&&o!==void 0?o:100;t||O(!1,"Must provide document."),_t(e);let a=Object.freeze({}),c=[],p=new Lt(e,t,i,d=>{if(c.length>=s)throw c.push(new f("Too many validation errors, error limit reached. Validation aborted.")),a;c.push(d)}),l=Qr(r.map(d=>d(p)));try{Ae(t,ir(i,l))}catch(d){if(d!==a)throw d}return c}function Xi(e){let t;return function(n,i,o){t===void 0&&(t=new WeakMap);let s=t.get(n);s===void 0&&(s=new WeakMap,t.set(n,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(n,i,o),a.set(o,c)),c}}function zn(e){return Promise.all(Object.values(e)).then(t=>{let r=Object.create(null);for(let[n,i]of Object.keys(e).entries())r[i]=t[n];return r})}function Wi(e,t,r){let n=r;for(let i of e)n=ae(n)?n.then(o=>t(o,i)):t(n,i);return n}function Ki(e){return e instanceof Error?e:new Xn(e)}var Xn=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function wt(e,t,r){var n;let i=Ki(e);return $s(i)?i:new f(i.message,{nodes:(n=i.nodes)!==null&&n!==void 0?n:t,source:i.source,positions:i.positions,path:r,originalError:i})}function $s(e){return Array.isArray(e.path)}var Vs=Xi((e,t,r)=>zi(e.schema,e.fragments,e.variableValues,t,r));function Sr(e){arguments.length<2||O(!1,"graphql@16 dropped long-deprecated support for positional arguments, please pass an object instead.");let{schema:t,document:r,variableValues:n,rootValue:i}=e;Gs(t,r,n);let o=js(e);if(!("schema"in o))return{errors:o};try{let{operation:s}=o,a=Qs(o,s,i);return ae(a)?a.then(c=>Ir(c,o.errors),c=>(o.errors.push(c),Ir(null,o.errors))):Ir(a,o.errors)}catch(s){return o.errors.push(s),Ir(null,o.errors)}}function Ir(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function Gs(e,t,r){t||O(!1,"Must provide document."),_t(e),r==null||Q(r)||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 js(e){var t,r,n;let{schema:i,document:o,rootValue:s,contextValue:a,variableValues:c,operationName:p,fieldResolver:l,typeResolver:d,subscribeFieldResolver:h,options:T}=e,g,A=Object.create(null);for(let le of o.definitions)switch(le.kind){case u.OPERATION_DEFINITION:if(p==null){if(g!==void 0)return[new f("Must provide operation name if query contains multiple operations.")];g=le}else((t=le.name)===null||t===void 0?void 0:t.value)===p&&(g=le);break;case u.FRAGMENT_DEFINITION:A[le.name.value]=le;break;default:}if(!g)return p!=null?[new f(`Unknown operation named "${p}".`)]:[new f("Must provide an operation.")];let W=(r=g.variableDefinitions)!==null&&r!==void 0?r:[],Y=An(i,W,c??{},{maxErrors:(n=T?.maxCoercionErrors)!==null&&n!==void 0?n:50});return Y.errors?Y.errors:{schema:i,fragments:A,rootValue:s,contextValue:a,operation:g,variableValues:Y.coerced,fieldResolver:l??Or,typeResolver:d??Kn,subscribeFieldResolver:h??Or,errors:[]}}function Qs(e,t,r){let n=e.schema.getRootType(t.operation);if(n==null)throw new f(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=Tr(e.schema,e.fragments,e.variableValues,n,t.selectionSet),o=void 0;switch(t.operation){case C.QUERY:return Rr(e,n,r,o,i);case C.MUTATION:return Bs(e,n,r,o,i);case C.SUBSCRIPTION:return Rr(e,n,r,o,i)}}function Bs(e,t,r,n,i){return Wi(i.entries(),(o,[s,a])=>{let c=$e(n,s,t.name),p=to(e,t,r,a,c);return p===void 0?o:ae(p)?p.then(l=>(o[s]=l,o)):(o[s]=p,o)},Object.create(null))}function Rr(e,t,r,n,i){let o=Object.create(null),s=!1;try{for(let[a,c]of i.entries()){let p=$e(n,a,t.name),l=to(e,t,r,c,p);l!==void 0&&(o[a]=l,ae(l)&&(s=!0))}}catch(a){if(s)return zn(o).finally(()=>{throw a});throw a}return s?zn(o):o}function to(e,t,r,n,i){var o;let s=zs(e.schema,t,n[0]);if(!s)return;let a=s.type,c=(o=s.resolve)!==null&&o!==void 0?o:e.fieldResolver,p=qs(e,s,n,t,i);try{let l=mr(s,n[0],e.variableValues),d=e.contextValue,h=c(r,l,d,p),T;return ae(h)?T=h.then(g=>Dt(e,a,n,p,i,g)):T=Dt(e,a,n,p,i,h),ae(T)?T.then(void 0,g=>{let A=wt(g,n,ee(i));return br(A,a,e)}):T}catch(l){let d=wt(l,n,ee(i));return br(d,a,e)}}function qs(e,t,r,n,i){return{fieldName:t.name,fieldNodes:r,returnType:t.type,parentType:n,path:i,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function br(e,t,r){if(R(t))throw e;return r.errors.push(e),null}function Dt(e,t,r,n,i,o){if(o instanceof Error)throw o;if(R(t)){let s=Dt(e,t.ofType,r,n,i,o);if(s===null)throw new Error(`Cannot return null for non-nullable field ${n.parentType.name}.${n.fieldName}.`);return s}if(o==null)return null;if(w(t))return Ys(e,t,r,n,i,o);if(X(t))return Hs(t,o);if(ie(t))return Js(e,t,r,n,i,o);if(S(t))return Wn(e,t,r,n,i,o);k(!1,"Cannot complete value of unexpected output type: "+y(t))}function Ys(e,t,r,n,i,o){if(!rt(o))throw new f(`Expected Iterable, but did not find one for field "${n.parentType.name}.${n.fieldName}".`);let s=t.ofType,a=!1,c=Array.from(o,(p,l)=>{let d=$e(i,l,void 0);try{let h;return ae(p)?h=p.then(T=>Dt(e,s,r,n,d,T)):h=Dt(e,s,r,n,d,p),ae(h)?(a=!0,h.then(void 0,T=>{let g=wt(T,r,ee(d));return br(g,s,e)})):h}catch(h){let T=wt(h,r,ee(d));return br(T,s,e)}});return a?Promise.all(c):c}function Hs(e,t){let r=e.serialize(t);if(r==null)throw new Error(`Expected \`${y(e)}.serialize(${y(t)})\` to return non-nullable value, returned: ${y(r)}`);return r}function Js(e,t,r,n,i,o){var s;let a=(s=t.resolveType)!==null&&s!==void 0?s:e.typeResolver,c=e.contextValue,p=a(o,c,n,t);return ae(p)?p.then(l=>Wn(e,Zi(l,e,t,r,n,o),r,n,i,o)):Wn(e,Zi(p,e,t,r,n,o),r,n,i,o)}function Zi(e,t,r,n,i,o){if(e==null)throw new f(`Abstract type "${r.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}". Either the "${r.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`,n);if(S(e))throw new f("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");if(typeof e!="string")throw new f(`Abstract type "${r.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 f(`Abstract type "${r.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:n});if(!S(s))throw new f(`Abstract type "${r.name}" was resolved to a non-object type "${e}".`,{nodes:n});if(!t.schema.isSubType(r,s))throw new f(`Runtime Object type "${s.name}" is not a possible type for "${r.name}".`,{nodes:n});return s}function Wn(e,t,r,n,i,o){let s=Vs(e,t,r);if(t.isTypeOf){let a=t.isTypeOf(o,e.contextValue,n);if(ae(a))return a.then(c=>{if(!c)throw eo(t,o,r);return Rr(e,t,o,i,s)});if(!a)throw eo(t,o,r)}return Rr(e,t,o,i,s)}function eo(e,t,r){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:r})}var Kn=function(e,t,r,n){if(Q(e)&&typeof e.__typename=="string")return e.__typename;let i=r.schema.getPossibleTypes(n),o=[];for(let s=0;s<i.length;s++){let a=i[s];if(a.isTypeOf){let c=a.isTypeOf(e,t,r);if(ae(c))o[s]=c;else if(c)return o.length&&Promise.allSettled(o).catch(()=>{}),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})},Or=function(e,t,r,n){if(Q(e)||typeof e=="function"){let i=e[n.fieldName];return typeof i=="function"?e[n.fieldName](t,r,n):i}};function zs(e,t,r){let n=r.name.value;return n===Ce.name&&e.getQueryType()===t?Ce:n===ke.name&&e.getQueryType()===t?ke:n===Me.name?Me:t.getFields()[n]}import{EMPTY as ro,OperationOutcomeError as j,Operator as Ea,allOk as no,badRequest as _e,created as io,deepClone as At,evalFhirPath as oo,generateId as so,globalSchema as va,matchesSearchRequest as Na,multipleMatches as _r,normalizeOperationOutcome as Ia,notFound as Ft,preconditionFailed as Ra,stringify as ba}from"@medplum/core";import{applyPatch as Oa}from"rfc6902";var xr={READER:"reader",WRITER:"writer"},Zn=class{async searchOne(t){return(await this.search({...t,count:1})).entry?.[0]?.resource}async searchResources(t){return(await this.search(t)).entry?.map(n=>n.resource)??[]}async conditionalCreate(t,r,n){if(r.resourceType!==t.resourceType)throw new j(_e("Search type must match resource type for conditional update"));return r.count=2,r.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(r);if(i.length===1){let s=i[0];if(!n?.assignedId&&t.id&&t.id!==s.id)throw new j(_e("Resource ID did not match resolved ID",t.resourceType+".id"));return{resource:i[0],outcome:no}}else if(i.length>1)throw new j(_r);return{resource:await this.createResource(t,n),outcome:io}},{serializable:!0})}async conditionalUpdate(t,r,n){if(r.resourceType!==t.resourceType)throw new j(_e("Search type must match resource type for conditional update"));return r.count=2,r.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(r);if(i.length===0){if(t.id&&!n?.assignedId)throw new j(_e("Cannot perform create as update with client-assigned ID",t.resourceType+".id"));return{resource:await this.createResource(t,n),outcome:io}}else if(i.length>1)throw new j(_r);let o=i[0];if(t.id&&t.id!==o.id)throw new j(_e("Resource ID did not match resolved ID",t.resourceType+".id"));return{resource:await this.updateResource({...t,id:o.id},n),outcome:no}},{serializable:!0})}async conditionalDelete(t){t.count=2,t.sortRules=void 0,await this.withTransaction(async()=>{let r=await this.searchResources(t);if(r.length>1)throw new j(_r);if(!r.length)return;let n=r[0];await this.deleteResource(n.resourceType,n.id)},{serializable:!0})}async conditionalPatch(t,r){return t.count=2,t.sortRules=void 0,this.withTransaction(async()=>{let n=await this.searchResources(t);if(n.length>1)throw new j(_r);if(!n.length)throw new j(Ft);let i=n[0];return this.patchResource(i.resourceType,i.id,r)},{serializable:!0})}},ao=class extends Zn{constructor(){super();F(this,"resources");F(this,"history");F(this,"seeding");this.resources=new Map,this.history=new Map,this.seeding=!1}async withSeeding(r){if(this.seeding)return r();this.seeding=!0;let n=await r();return this.seeding=!1,n}clear(){this.resources.clear(),this.history.clear()}setMode(r){}async createResource(r,n,i=!1){let o=JSON.parse(ba(r)),s={...o,id:o.id??this.generateId(),meta:o.meta??{}};this.seeding||(s.meta.versionId&&delete s.meta.versionId,s.meta.lastUpdated&&delete s.meta.lastUpdated),s.meta.versionId??=so(),s.meta.lastUpdated??=new Date().toISOString();let{resourceType:a,id:c}=s,p=this.resources.get(a);if(p||(p=new Map,this.resources.set(a,p)),!i&&p.has(c))throw new j(_e("Assigned ID is already in use"));p.set(c,s);let l=this.history.get(a);l||(l=new Map,this.history.set(a,l));let d=l.get(c);return d||(d=[],l.set(c,d)),d.push(s),At(s)}generateId(){return so()}updateResource(r,n){if(!r.id)throw new j(_e("Missing id"));if(n?.ifMatch){let i=n.ifMatch,o=this.resources.get(r.resourceType)?.get(r.id);if(!o)throw new j(Ft);if(o.meta?.versionId!==i)throw new j(Ra)}return this.createResource(r,void 0,!0)}async patchResource(r,n,i){let o=await this.readResource(r,n);try{let s=Oa(o,i).filter(Boolean);if(s.length>0)throw new j(_e(s.map(a=>a.message).join(`
|
|
60
|
+
`)))}catch(s){throw new j(Ia(s))}return o.meta&&(delete o.meta.versionId,delete o.meta.lastUpdated),this.updateResource(o)}async readResource(r,n){let i=this.resources.get(r)?.get(n);if(!i)throw new j(Ft);return At(i)}async readReference(r){let n=r.reference?.split("/");if(n?.length!==2)throw new j(_e("Invalid reference"));return this.readResource(n[0],n[1])}async readReferences(r){return Promise.all(r.map(n=>this.readReference(n)))}async readHistory(r,n){await this.readResource(r,n);let i=(this.history.get(r)?.get(n)??[]).reverse().map(o=>({resource:At(o)}));return{resourceType:"Bundle",type:"history",...i.length?{entry:i}:void 0}}async readVersion(r,n,i){await this.readResource(r,n);let o=this.history.get(r)?.get(n)?.find(s=>s.meta?.versionId===i);if(!o)throw new j(Ft);return At(o)}async search(r){let{resourceType:n}=r,i=this.resources.get(n)??new Map,o=[];for(let a of i.values())Na(a,r)&&o.push(a);let s=o.map(a=>({resource:At(a)}));for(let a of r.sortRules??ro)s=s.sort((c,p)=>Sa(c.resource,p.resource,a));return r.offset!==void 0&&(s=s.slice(r.offset)),r.count!==void 0&&(s=s.slice(0,r.count)),{resourceType:"Bundle",type:"searchset",entry:s.length?s:void 0,total:o.length}}async searchByReference(r,n,i){r.filters??=[];let o={};for(let s of i){r.filters.push({code:n,operator:Ea.EQUALS,value:s});let a=await this.search(r);o[s]=[];for(let c of a.entry??ro)c.resource&&o[s].push(c.resource);r.filters.pop()}return o}async deleteResource(r,n){if(!this.resources.get(r)?.get(n))throw new j(Ft);this.resources.get(r)?.delete(n)}withTransaction(r){return r(void 0)}},Sa=(e,t,r)=>{let i=va.types[e.resourceType]?.searchParams?.[r.code]?.expression;if(!i)return 0;let o=JSON.stringify(oo(i,e)),s=JSON.stringify(oo(i,t));return o.localeCompare(s)*(r.descending?-1:1)};import{capitalize as Pa,getDataType as mo,isResourceType as Ua}from"@medplum/core";import{DEFAULT_MAX_SEARCH_COUNT as _a,DEFAULT_SEARCH_COUNT as xa,getReferenceString as La,getSearchParameters as wa,Operator as Da,parseSearchRequest as Aa}from"@medplum/core";import Fa from"dataloader";var Lr={base64Binary:v,boolean:G,canonical:v,code:v,date:v,dateTime:v,decimal:pe,id:fe,instant:v,integer:pe,markdown:v,number:pe,oid:v,positiveInt:pe,string:v,time:v,unsignedInt:pe,uri:v,url:v,uuid:v,xhtml:v,"http://hl7.org/fhirpath/System.Boolean":G,"http://hl7.org/fhirpath/System.Date":v,"http://hl7.org/fhirpath/System.DateTime":v,"http://hl7.org/fhirpath/System.Decimal":pe,"http://hl7.org/fhirpath/System.Integer":pe,"http://hl7.org/fhirpath/System.String":v,"http://hl7.org/fhirpath/System.Time":v};function co(e,t,r){let n;if(t){let o=r._reference;delete r._reference,n={code:o,operator:Da.EQUALS,value:La(t)}}return r=Object.fromEntries(Object.entries(r).map(([o,s])=>[Ca(o),s])),{searchRequest:Aa(e,r),referenceFilter:n}}function uo(e,t){let r=e.filters||[];e.filters=[t,...r]}function po(e,t,r){let{searchRequest:n,referenceFilter:i}=co(e,t,r);return i&&uo(n,i),n}function ei(e,t){e.count=Math.min(e.count??xa,t??_a)}function Ca(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function ti(e){return e.replaceAll("-","_")}function ka(e){return JSON.stringify(e,(r,n)=>n&&typeof n=="object"&&!Array.isArray(n)?Object.keys(n).sort((i,o)=>i.localeCompare(o)).reduce((i,o)=>(i[o]=n[o],i),{}):n)}async function wr(e,t,r,n){if(r.searchCount++,r.config?.graphqlMaxSearches&&r.searchCount>r.config.graphqlMaxSearches)throw new Error("Maximum number of searches exceeded");let i=n.fieldName,o=i.substring(0,i.length-4),{searchRequest:s,referenceFilter:a}=co(o,e,t);ei(s,r.config?.graphqlMaxSearches);let c=r.config?.graphqlBatchedSearchSize??0;if(c===0||!a)return a&&uo(s,a),(await r.repo.search(s)).entry?.map(h=>h.resource);let p=ka(s);return(r.searchDataLoaders[p]??=Ma(r.repo,s,c)).load(a)}function Ma(e,t,r){return new Fa(async n=>{let i=await e.searchByReference(t,n[0].code,n.map(o=>o.value));return n.map(o=>i[o.value])},{maxBatchSize:r})}function Ct(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."},_sort:{type:v,description:"Specify the sort order by comma-separated list of sort rules in priority order."},_id:{type:v,description:"Select resources based on the logical id of the resource."},_lastUpdated:{type:v,description:"Select resources based on the last time they were changed."},_filter:{type:v,description:" The _filter parameter provides a syntax for expressing a set of query expressions on the underlying resources."},_cursor:{type:v,description:"The _cursor parameter is used to retrieve the next page of results from a previous search."}},r=wa(e);if(r)for(let[n,i]of Object.entries(r))t[ti(n)]={type:v,description:i.description};return t}function ri(e,t){return e.fieldNodes.some(r=>r.selectionSet?.selections.some(n=>n.kind===u.FIELD&&n.name.value===t))}function lo(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var fo={...Lr},ni;function kt(e,t){let r=fo[e];return r||(r=$a(e,t),fo[e]=r),r}function $a(e,t){let r=mo(e);return new xe({name:e+t,description:r.description,fields:()=>Va(e,t)})}function Va(e,t){let r={};if(Ua(e)){let n={description:"The type of resource",type:v};r.resourceType=n}return Ga(e,r,t),r}function Ga(e,t,r){let n=mo(e);for(let[i,o]of Object.entries(n.elements))for(let s of o.type)ja(t,i,o,s,r)}function ja(e,t,r,n,i){let o=n.code;if(o==="Resource")return;(o==="Element"||o==="BackboneElement")&&(o=r.type[0].code);let s={description:r.description,type:kt(o,i)};r.max>1&&(s.type=new D(new N(kt(o,i)))),r.min>0&&!t.endsWith("[x]")&&(s.type=new N(s.type));let a=t.split(".").pop().replace("[x]",Pa(n.code));e[a]=s}function ho(){return ni||(ni=new xe({name:"PatchOperationInput",description:"A JSON Patch operation as per RFC 6902",fields:{op:{type:new N(v),description:"The operation to perform"},path:{type:new N(v),description:"A JSON-Pointer"},value:{type:v,description:"The value to use within the operations. (May be any scalar, but GraphQL input types are limited.)"}}})),ni}import{capitalize as yo,evalFhirPathTyped as Qa,getDataType as To,getResourceTypes as go,getSearchParameters as Ba,isLowerCase as qa,isReference as Ya,isResourceTypeSchema as Ha,normalizeOperationOutcome as Ja,OperationOutcomeError as za,toJsBoolean as Xa,toTypedValue as Wa,tryGetDataType as Ka}from"@medplum/core";var Dr={...Lr};function je(e){let t=Dr[e];return t||(t=ii(e),Dr[e]=t),t}function ii(e){if(e==="ResourceList")return new Fe({name:"ResourceList",types:()=>go().map(je).filter(r=>!!r),resolveType:cc});let t=To(e);return new B({name:e,description:t.description,fields:()=>Za(e)})}function Za(e){let t={};return ec(e,t),ic(e,t),t}function ec(e,t){let r=To(e);Ha(r)&&(t.resourceType={type:new N(v),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:je("ResourceList"),resolve:ac});for(let[n,i]of Object.entries(r.elements))for(let o of i.type)tc(t,n,i,o)}function tc(e,t,r,n){let i=n.code;(i==="Element"||i==="BackboneElement")&&(i=r.type[0].code),i==="Resource"&&(i="ResourceList");let o={description:r.description,type:oc(r,i,t),resolve:sc};r.max>1&&(o.args=rc(i));let s=t.split(".").pop().replace("[x]",yo(n.code));e[s]=o}function rc(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."}};if(!qa(e.charAt(0))){t.fhirpath={type:v,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let r=Ka(e);if(r?.elements)for(let[n,i]of Object.entries(r.elements))for(let o of i.type)nc(t,n,i,o)}return t}function nc(e,t,r,n){let i=n.code,o=t.replace("[x]",yo(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:v,description:r.description};break}}function ic(e,t){for(let r of go()){let n=je(r),i=Ba(r),o={},s=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(o[ti(a)]={value:a},s++);if(s>0){let a=new Ie({name:e+"_"+r+"_reference",values:o}),c=Ct(r);c._reference={type:new N(a),description:`Specify which property to use for reverse lookup for ${r}`},t[r+"List"]={type:new D(n),args:c,resolve:wr}}}}function oc(e,t,r){let n=je(t);return e.max>1&&(n=new D(new N(n))),e.min!==0&&!r.endsWith("[x]")&&(n=new N(n)),n}async function sc(e,t,r,n){let i=e?.[n.fieldName];if(!t||!i)return i;let{_offset:o,_count:s,fhirpath:a,...c}=t,p=i;for(let[l,d]of Object.entries(c))p=p.filter(h=>h[l]===d);return a&&(p=p.filter(l=>Xa(Qa(a,[Wa(l)])))),o&&(p=p.slice(o)),s&&(p=p.slice(0,s)),p}async function ac(e,t,r){if(Ya(e))try{return await r.dataLoader.load(e)}catch(n){throw new za(Ja(n),{cause:n})}}function cc(e){let t=e?.resourceType;if(t)return je(t).name}var yc=new dc,oi;async function No(e,t,r,n){let{query:i,operationName:o,variables:s}=e.body;if(!i)return[at("Must provide query.")];let a;try{a=Qt(i)}catch{return[at("GraphQL syntax error.")]}let c=Ec(),p=[...st,Dc(r,e.config?.graphqlMaxDepth),Fc(r)],l=Nr(c,a,p);if(l.length>0)return[lo(l)];let d=Tc(i);if(d&&!r.options?.introspectionEnabled)return[fc];!n?.batch&&!gc(i)&&t.setMode(xr.READER);let h=new hc(g=>t.readReferences(g)),T=d&&yc.get(i);if(!T){let g={repo:t,config:e.config,dataLoader:h,searchCount:0,searchDataLoaders:Object.create(null)};T=await Sr({schema:c,document:a,contextValue:g,operationName:o,variableValues:s})}return[uc,T,{contentType:pc.JSON}]}function Tc(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function gc(e){return e.includes("mutation")}function Ec(){return oi||(oi=vc()),oi}function vc(){for(let r of Eo())Dr[r]=ii(r);let e={},t={};for(let r of Eo()){let n=je(r);e[r]={type:n,args:{id:{type:new N(fe),description:r+" ID"}},resolve:Oc},e[r+"List"]={type:new D(n),args:Ct(r),resolve:wr},e[r+"Connection"]={type:Rc(r,n),args:Ct(r),resolve:bc},t[r+"Create"]={type:n,args:Nc(r),resolve:Sc},t[r+"Update"]={type:n,args:Ic(r),resolve:_c},t[r+"Patch"]={type:n,args:Pc(r),resolve:Lc},t[r+"Delete"]={type:n,args:{id:{type:new N(fe),description:r+" ID"}},resolve:xc}}return new Pe({query:new B({name:"QueryType",fields:e}),mutation:new B({name:"MutationType",fields:t})})}function Nc(e){return{res:{type:new N(kt(e,"Create")),description:e+" Create"}}}function Ic(e){return{id:{type:new N(fe),description:e+" ID"},res:{type:new N(kt(e,"Update")),description:e+" Update"}}}function Rc(e,t){return new B({name:e+"Connection",fields:{count:{type:ue},offset:{type:ue},pageSize:{type:ue},first:{type:v},previous:{type:v},next:{type:v},last:{type:v},edges:{type:new D(new B({name:e+"ConnectionEdge",fields:{mode:{type:v},score:{type:pe},resource:{type:t}}}))}}})}async function bc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-10),s=po(o,e,t);ri(n,"count")&&(s.total="accurate"),ri(n,"edges")||(s.count=0),ei(s,r.config?.graphqlMaxSearches);let a=await r.repo.search(s);return{count:a.total,offset:s.offset??0,pageSize:s.count??lc,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource})),next:Mc(a)}}async function Oc(e,t,r,n){try{return await r.dataLoader.load({reference:`${n.fieldName}/${t.id}`})}catch(i){throw new Mt(mc(i),{cause:i})}}async function Sc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6),s=t.res;if(s.resourceType!==o)throw new Mt(at("Invalid resourceType"));return r.repo.createResource(vo(s))}async function _c(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6),s=t.res,a=t.id;if(s.resourceType!==o)throw new Mt(at("Invalid resourceType"));if(a!==s.id)throw new Mt(at("Invalid ID"));return r.repo.updateResource(vo(s))}async function xc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-6);await r.repo.deleteResource(o,t.id)}async function Lc(e,t,r,n){let i=n.fieldName,o=i.substring(0,i.length-5),s=t.id,a=t.patch;if(!o||!s||!Array.isArray(a))throw new Mt(at("Invalid patch arguments"));return r.repo.patchResource(o,s,a)}var wc=12,Dc=(e,t=wc)=>r=>new si(r,e,t),si=class{constructor(t,r,n){F(this,"context");F(this,"maxDepth");F(this,"fragmentDepths");F(this,"router");this.context=t,this.router=r,this.fragmentDepths=Object.create(null),this.maxDepth=n}OperationDefinition(t){let r=this.getDepth(...t.selectionSet.selections);r.depth>this.maxDepth&&this.router.log("warn","Query max depth too high",{depth:r.depth,limit:this.maxDepth,query:t.loc?.source?.body})}getDepth(...t){let r={depth:-1};for(let n of t){let i={depth:0};if(n.kind===u.FIELD)n.selectionSet?.selections?(i=this.getDepth(...n.selectionSet.selections),i.depth+=1):i={depth:0,node:n};else if(n.kind===u.FRAGMENT_SPREAD){let o=n.name.value,s=this.context.getFragment(o),a=this.fragmentDepths[o];a?i=a:s&&(i=this.getDepth(...s.selectionSet.selections),this.fragmentDepths[o]=i)}else n.kind===u.INLINE_FRAGMENT&&(i=this.getDepth(...n.selectionSet.selections));if(i.depth>this.maxDepth)return i;i.depth>r.depth&&(r=i)}return r}},Ac=1e4,Fc=(e,t)=>r=>new ai(r,e,t),ai=class{constructor(t,r,n){F(this,"context");F(this,"maxCost");F(this,"debug");F(this,"router");F(this,"fragmentCosts");this.context=t,this.maxCost=n?.maxCost??Ac,this.debug=n?.debug??!1,this.router=r,this.fragmentCosts=Object.create(null)}OperationDefinition(t){let r=0;for(let n of t.selectionSet.selections){let i=performance.now(),o=this.calculateCost(n);r+=o,this.log(n.kind,"node has final cost",o,"(",performance.now()-i,"ms)"),r>this.maxCost&&this.router.log("warn","GraphQL query too complex",{cost:r,limit:this.maxCost,query:t.loc?.source?.body})}}calculateCost(...t){let r=0;for(let n of t){if(n.kind===u.FIELD&&n.selectionSet){let i=0,o=1;Cc(n)?(this.log("Found search field",n.name.value),i=8,o=this.getCount(n.arguments)??20):kc(n)&&(this.log("Found linked resource"),i=1,o=2);let s=i+o*this.calculateCost(...n.selectionSet.selections);s&&this.log("Field",n.name.value,"costs",s),r+=s}else if(n.kind===u.FRAGMENT_SPREAD){let i=n.name.value,o=this.context.getFragment(i),s=this.fragmentCosts[i];if(s!==void 0)this.log("Fragment",i,"costs",s,"(cached)"),r+=s;else if(o){let a=this.calculateCost(...o.selectionSet.selections);this.fragmentCosts[i]=a,this.log("Fragment",i,"costs",a),r+=a}}else if(n.kind===u.INLINE_FRAGMENT){let i=this.calculateCost(...n.selectionSet.selections);this.log("Inline fragment on",n.typeCondition?.name.value,"costs",i),r+=i}if(r>this.maxCost)return r}return r}getCount(t){let r=t?.find(n=>n.name.value==="_count");if(r?.value.kind===u.INT)return Number.parseInt(r.value.value,10)}log(...t){this.debug&&console.log(...t)}};function Cc(e){return e.name.value.endsWith("List")}function kc(e){return e.name.value==="resource"}function Mc(e){let t=e.link?.find(r=>r.relation==="next")?.url;if(t)return new URL(t).searchParams.get("_cursor")||void 0}function Pc(e){return{id:{type:new N(fe),description:e+" ID"},patch:{type:new N(new D(new N(ho()))),description:"Array of patch operations"}}}var Ar=class{constructor(){F(this,"routes",[])}add(t,r,n,i){let o=r.split("/").filter(s=>!!s).map(s=>s.startsWith(":")?{value:s.substring(1),param:!0}:{value:s});this.routes.push({method:t,path:o,handler:n,data:i})}find(t,r){let n=r.indexOf("?"),i=n>-1,o=r.substring(0,i?n:r.length).split("/").filter(Boolean),s,a=-1;for(let c of this.routes){let p=Uc(c,t,o);p>a&&(s=c,a=p)}if(s)return{handler:s.handler,path:o.join("/"),params:$c(s,o),query:i?Vc(r):void 0,data:s.data}}};function Uc(e,t,r){if(t!==e.method||r.length!==e.path.length)return-1;let n=0;for(let i=0;i<r.length;i++)if(!e.path[i].param){if(r[i]!==e.path[i].value)return-1;n++}return n}function $c(e,t){let r=Object.create(null);for(let n=0;n<t.length;n++)e.path[n].param&&(r[e.path[n].value]=t[n]);return r}function Vc(e){let t=new URL(e,"https://example.com/"),r=Object.create(null),n=t.searchParams;for(let i of n.keys()){let o=n.getAll(i);r[i]=o.length===1?o[0]:o}return r}async function Hc(e,t,r){let n=e.body;if(n.resourceType!=="Bundle")return[Re("Not a bundle")];let i=await kr(e,t,r,n);return[me,i]}async function Jc(e,t,r,n){ci(e,t,n);let{resourceType:i}=e.params,o=await t.search(Qe(i,e.query));return[me,o]}async function zc(e,t,r,n){ci(e,t,n);let i=Qe("MultipleTypes",e.query);if(!i.types||i.types.length===0)return[Re("No types specified")];let o=await t.search(i);return[me,o]}async function Xc(e,t,r,n){ci(e,t,n);let{resourceType:i}=e.params,o=e.body,s=await t.search(Qe(i,o));return[me,s]}function ci(e,t,r){!r?.batch&&e.config?.searchOnReader&&t.setMode(xr.READER)}async function Wc(e,t,r,n){let{resourceType:i}=e.params,o=e.body,s=!!n?.batch;if(e.query?._account&&typeof e.query._account=="string"&&(o.meta=o.meta||{},o.meta.account={reference:e.query._account}),e.headers?.["if-none-exist"]){let a=Yc(e.headers["if-none-exist"]),c=await t.conditionalCreate(o,Qe(`${i}?${a}`),{assignedId:s});return[c.outcome,c.resource]}return Kc(i,o,t,{assignedId:s})}async function Kc(e,t,r,n){if(t.resourceType!==e)return[Re(`Incorrect resource type: expected ${e}, but found ${t.resourceType||"<EMPTY>"}`)];let i=await r.createResource(t,n);return[Qc,i]}async function Zc(e,t){let{resourceType:r,id:n}=e.params,i=await t.readResource(r,n);return[me,i]}async function eu(e,t){let{resourceType:r,id:n}=e.params,i=Ro(e.query,"_offset"),o=Ro(e.query,"_count"),s=await t.readHistory(r,n,{offset:i,limit:o});return[me,s]}async function tu(e,t){let{resourceType:r,id:n,vid:i}=e.params,o=await t.readVersion(r,n,i);return[me,o]}async function ru(e,t){let{resourceType:r,id:n}=e.params,i=e.body;return nu(r,n,i,t,{ifMatch:uu(e.headers?.["if-match"])})}async function nu(e,t,r,n,i){if(r.resourceType!==e)return[Re("Incorrect resource type")];if(r.id!==t)return[Re("Incorrect resource ID")];let o=await n.updateResource(r,i);return[me,o]}async function iu(e,t,r,n){let{resourceType:i}=e.params,o=e.body,s=Qe(i,e.query),a=await t.conditionalUpdate(o,s,{assignedId:n?.batch});return[a.outcome,a.resource]}async function ou(e,t){let{resourceType:r,id:n}=e.params;return await t.deleteResource(r,n),[me]}async function su(e,t){let{resourceType:r}=e.params,n=Qe(r,e.query);return await t.conditionalDelete(n),[me]}async function au(e,t){let{resourceType:r,id:n}=e.params,i=e.body;if(!i)return[Re("Empty patch body")];if(!Array.isArray(i))return[Re("Patch body must be an array")];let o=await t.patchResource(r,n,i);return[me,o]}async function cu(e,t){let{resourceType:r}=e.params,n=e.body;if(!n)return[Re("Empty patch body")];if(!Array.isArray(n))return[Re("Patch body must be an array")];let i=Qe(r,e.query),o=await t.conditionalPatch(i,n);return[me,o]}var Io=class extends Gc{constructor(r={}){super();F(this,"router",new Ar);F(this,"options");this.options=r,this.router.add("GET","",zc,{interaction:"search-system"}),this.router.add("POST","",Hc,{interaction:"batch"}),this.router.add("GET",":resourceType",Jc,{interaction:"search-type"}),this.router.add("POST",":resourceType/_search",Xc,{interaction:"search-type"}),this.router.add("POST",":resourceType",Wc,{interaction:"create"}),this.router.add("GET",":resourceType/:id",Zc,{interaction:"read"}),this.router.add("GET",":resourceType/:id/_history",eu,{interaction:"history-instance"}),this.router.add("GET",":resourceType/:id/_history/:vid",tu,{interaction:"vread"}),this.router.add("PUT",":resourceType/:id",ru,{interaction:"update"}),this.router.add("PUT",":resourceType",iu,{interaction:"update"}),this.router.add("DELETE",":resourceType/:id",ou,{interaction:"delete"}),this.router.add("DELETE",":resourceType",su,{interaction:"delete"}),this.router.add("PATCH",":resourceType/:id",au,{interaction:"patch"}),this.router.add("PATCH",":resourceType",cu,{interaction:"patch"}),this.router.add("POST","$graphql",No,{interaction:"operation"})}add(r,n,i,o){this.router.add(r,n,i,{interaction:o??"operation"})}find(r,n){return this.router.find(r,n)}async handleRequest(r,n){let i=r.url;if(r.pathname)throw new jc(Re("FhirRequest must specify url instead of pathname"));let o=this.find(r.method,i);if(!o)return[qc];let{handler:s,path:a,params:c,query:p}=o;r.params=c,r.pathname=a,p&&(r.query=p);try{return await s(r,n,this)}catch(l){return[Bc(l)]}}log(r,n,i){let o={type:r,message:n,data:i};this.dispatchEvent(o)}};function uu(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}function Ro(e,t){let r=e[t],n;return Array.isArray(r)?n=r.at(-1):n=r,n?Number.parseInt(n,10):void 0}function ag(e,t,r){return{method:e,url:t,pathname:"",query:{},params:{},body:r}}export{Zn as FhirRepository,Io as FhirRouter,ao as MemoryRepository,xr as RepositoryMode,Ar as Router,Kc as createResourceImpl,ag as makeSimpleRequest,kr as processBatch,nu as updateResourceImpl};
|
|
61
61
|
//# sourceMappingURL=index.mjs.map
|