"use strict";var so=Object.create;var wt=Object.defineProperty;var ao=Object.getOwnPropertyDescriptor;var co=Object.getOwnPropertyNames;var uo=Object.getPrototypeOf,po=Object.prototype.hasOwnProperty;var lo=(e,t)=>{for(var n in t)wt(e,n,{get:t[n],enumerable:!0})},ni=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of co(t))!po.call(e,i)&&i!==n&&wt(e,i,{get:()=>t[i],enumerable:!(r=ao(t,i))||r.enumerable});return e};var ri=(e,t,n)=>(n=e!=null?so(uo(e)):{},ni(t||!e||!e.__esModule?wt(n,"default",{value:e,enumerable:!0}):n,e)),fo=e=>ni(wt({},"__esModule",{value:!0}),e);var oc={};lo(oc,{FhirRepository:()=>In,FhirRouter:()=>Wr,MemoryRepository:()=>Br,RepositoryMode:()=>zi,Router:()=>Lt,createResourceImpl:()=>io,makeSimpleRequest:()=>ic,updateResourceImpl:()=>oo});module.exports=fo(oc);var _=require("@medplum/core");var b=require("@medplum/core"),mo=50,ho=8,yo=/urn(:|%3A)uuid(:|%3A)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/,ii="urn:uuid";async function oi(e,t,n,r){return new _n(n,t,r,e).run()}var _n=class{constructor(t,n,r,i){this.router=t;this.repo=n;this.bundle=r;this.req=i;this.resolvedIdentities=Object.create(null)}async run(){let t=this.bundle.type;if(t!=="batch"&&t!=="transaction")throw new b.OperationOutcomeError((0,b.badRequest)("Unrecognized bundle type: "+t));let n=new Array(this.bundle.entry?.length??0),r=await this.preprocessBundle(n);if(!this.isTransaction())return this.processBatch(r,n);if(r.updates>mo)throw new b.OperationOutcomeError((0,b.badRequest)("Transaction contains more update operations than allowed"));if(r.requiresStrongTransaction&&n.length>ho)throw new b.OperationOutcomeError((0,b.badRequest)("Transaction requires strict isolation but has too many entries"));return this.repo.withTransaction(()=>this.processBatch(r,n),{serializable:r.requiresStrongTransaction})}async preprocessBundle(t){let n=this.bundle.entry;if(!n?.length)throw new b.OperationOutcomeError((0,b.badRequest)("Missing bundle entries"));let r={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;ci.name==="op")?.valueCode;if(!n)throw new b.OperationOutcomeError((0,b.badRequest)("PATCH Parameters missing op"));let r={op:n};switch(n){case"add":case"replace":case"test":for(let i of t.part)i.name==="path"?r.path=i.valueString:i.name==="value"&&(r.value=JSON.parse(i.valueString??""));break;case"copy":case"move":for(let i of t.part)i.name==="path"?r.path=i.valueString:i.name==="from"&&(r.from=i.valueString);break;case"remove":r.path=t.part?.find(i=>i.name==="path")?.valueString;break}return r}rewriteIds(t){return Array.isArray(t)?this.rewriteIdsInArray(t):typeof t=="string"?this.rewriteIdsInString(t):typeof t=="object"&&t!==null?this.rewriteIdsInObject(t):t}rewriteIdsInArray(t){return t.map(n=>this.rewriteIds(n))}rewriteIdsInObject(t){return Object.fromEntries(Object.entries(t).map(([n,r])=>[n,this.rewriteIds(r)]))}rewriteIdsInString(t){let n=yo.exec(t)?.[0];if(!n)return t;let r=n.replaceAll("%3A",":"),i=this.resolvedIdentities[r];return i?t.replaceAll(n,i):t}isTransaction(){return this.bundle.type==="transaction"&&!!this.req.config?.transactions}};function Dt(e,t){return{response:{outcome:e,status:(0,b.getStatus)(e).toString(),location:(0,b.isOk)(e)&&t?.id?(0,b.getReferenceString)(t):void 0},resource:t}}var M=require("@medplum/core"),no=ri(require("dataloader"));function S(e,t){if(!!!e)throw new Error(t)}function ae(e){return typeof e?.then=="function"}function Y(e){return typeof e=="object"&&e!==null}function $(e,t){if(!!!e)throw new Error(t??"Unexpected invariant triggered.")}var To=/\r\n|[\n\r]/g;function Qe(e,t){let n=0,r=1;for(let i of e.body.matchAll(To)){if(typeof i.index=="number"||$(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function xn(e){return At(e.source,Qe(e.source,e.start))}function At(e,t){let n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,o=e.locationOffset.line-1,s=t.line+o,a=t.line===1?n:0,c=t.column+a,p=`${e.name}:${s}:${c} `,l=r.split(/\r\n|[\n\r]/g),d=l[i];if(d.length>120){let h=Math.floor(c/80),T=c%80,E=[];for(let P=0;P["|",P]),["|","^".padStart(T)],["|",E[h+1]]])}return p+si([[`${s-1} |`,l[i-1]],[`${s} |`,d],["|","^".padStart(c)],[`${s+1} |`,l[i+1]]])}function si(e){let t=e.filter(([r,i])=>i!==void 0),n=Math.max(...t.map(([r])=>r.length));return t.map(([r,i])=>r.padStart(n)+(i?" "+i:"")).join(` `)}function go(e){let t=e[0];return t==null||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}var f=class e extends Error{constructor(t,...n){var r,i,o;let{nodes:s,source:a,positions:c,path:p,originalError:l,extensions:d}=go(n);super(t),this.name="GraphQLError",this.path=p??void 0,this.originalError=l??void 0,this.nodes=ai(Array.isArray(s)?s:s?[s]:void 0);let h=ai((r=this.nodes)===null||r===void 0?void 0:r.map(E=>E.loc).filter(E=>E!=null));this.source=a??(h==null||(i=h[0])===null||i===void 0?void 0:i.source),this.positions=c??h?.map(E=>E.start),this.locations=c&&a?c.map(E=>Qe(a,E)):h?.map(E=>Qe(E.source,E.start));let T=Y(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 n of this.nodes)n.loc&&(t+=` `+xn(n.loc));else if(this.source&&this.locations)for(let n of this.locations)t+=` `+At(this.source,n);return t}toJSON(){let t={message:this.message};return this.locations!=null&&(t.locations=this.locations),this.path!=null&&(t.path=this.path),this.extensions!=null&&Object.keys(this.extensions).length>0&&(t.extensions=this.extensions),t}};function ai(e){return e===void 0||e.length===0?void 0:e}function G(e,t,n){return new f(`Syntax Error: ${n}`,{source:e,positions:[t]})}var st=class{constructor(t,n,r){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}},Be=class{constructor(t,n,r,i,o,s){this.kind=t,this.start=n,this.end=r,this.line=i,this.column=o,this.value=s,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}},Ln={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},Eo=new Set(Object.keys(Ln));function at(e){let t=e?.kind;return typeof t=="string"&&Eo.has(t)}var U;(function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"})(U||(U={}));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"})(u||(u={}));function Ft(e){return e===9||e===32}function qe(e){return e>=48&&e<=57}function ci(e){return e>=97&&e<=122||e>=65&&e<=90}function ct(e){return ci(e)||e===95}function kt(e){return ci(e)||qe(e)||e===95}function ui(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let s=0;sa===0?s:s.slice(n)).slice((t=r)!==null&&t!==void 0?t:0,i+1)}function vo(e){let t=0;for(;t1&&r.slice(1).every(T=>T.length===0||Ft(T.charCodeAt(0))),s=n.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&&Ft(e.charCodeAt(0));return(l&&!h||o)&&(d+=` `),d+=n,(l||p)&&(d+=` `),'"""'+d+'"""'}var m;(function(e){e.SOF="",e.EOF="",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment"})(m||(m={}));var pt=class{constructor(t){let n=new Be(m.SOF,0,0,0,0);this.source=t,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let t=this.token;if(t.kind!==m.EOF)do if(t.next)t=t.next;else{let n=No(this,t.end);t.next=n,n.prev=t,t=n}while(t.kind===m.COMMENT);return t}};function fi(e){return e===m.BANG||e===m.DOLLAR||e===m.AMP||e===m.PAREN_L||e===m.PAREN_R||e===m.SPREAD||e===m.COLON||e===m.EQUALS||e===m.AT||e===m.BRACKET_L||e===m.BRACKET_R||e===m.BRACE_L||e===m.PIPE||e===m.BRACE_R}function Ye(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function Ct(e,t){return di(e.charCodeAt(t))&&mi(e.charCodeAt(t+1))}function di(e){return e>=55296&&e<=56319}function mi(e){return e>=56320&&e<=57343}function Le(e,t){let n=e.source.body.codePointAt(t);if(n===void 0)return m.EOF;if(n>=32&&n<=126){let r=String.fromCodePoint(n);return r==='"'?`'"'`:`"${r}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function j(e,t,n,r,i){let o=e.line,s=1+n-e.lineStart;return new Be(t,n,r,o,s,i)}function No(e,t){let n=e.source.body,r=n.length,i=t;for(;i=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function _o(e,t){let n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:` `,size:2};case 114:return{value:"\r",size:2};case 116:return{value:" ",size:2}}throw G(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function xo(e,t){let n=e.source.body,r=n.length,i=e.lineStart,o=t+3,s=o,a="",c=[];for(;o2?"["+ko(e)+"]":"{ "+n.map(([i,o])=>i+": "+Mt(o,t)).join(", ")+" }"}function Fo(e,t){if(e.length===0)return"[]";if(t.length>2)return"[Array]";let n=Math.min(10,e.length),r=e.length-n,i=[];for(let o=0;o1&&i.push(`... ${r} more items`),"["+i.join(", ")+"]"}function ko(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor=="function"){let n=e.constructor.name;if(typeof n=="string"&&n!=="")return n}return t}var Co=globalThis.process&&process.env.NODE_ENV==="production",te=Co?function(t,n){return t instanceof n}:function(t,n){if(t instanceof n)return!0;if(typeof t=="object"&&t!==null){var r;let i=n.prototype[Symbol.toStringTag],o=Symbol.toStringTag in t?t[Symbol.toStringTag]:(r=t.constructor)===null||r===void 0?void 0:r.name;if(i===o){let s=y(t);throw new Error(`Cannot use ${i} "${s}" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed. https://yarnpkg.com/en/docs/selective-version-resolutions Duplicate "graphql" modules cannot be used at the same time since different versions may have different capabilities and behavior. The data from one version used in the function from another could produce confusing and spurious results.`)}}return!1};var He=class{constructor(t,n="GraphQL request",r={line:1,column:1}){typeof t=="string"||S(!1,`Body must be a string. Received: ${y(t)}.`),this.body=t,this.name=n,this.locationOffset=r,this.locationOffset.line>0||S(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||S(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}};function hi(e){return te(e,He)}function Ut(e,t){return new Dn(e,t).parseDocument()}var Dn=class{constructor(t,n={}){let r=hi(t)?t:new He(t);this._lexer=new pt(r),this._options=n,this._tokenCounter=0}parseName(){let t=this.expectToken(m.NAME);return this.node(t,{kind:u.NAME,value:t.value})}parseDocument(){return this.node(this._lexer.token,{kind:u.DOCUMENT,definitions:this.many(m.SOF,this.parseDefinition,m.EOF)})}parseDefinition(){if(this.peek(m.BRACE_L))return this.parseOperationDefinition();let t=this.peekDescription(),n=t?this._lexer.lookahead():this._lexer.token;if(n.kind===m.NAME){switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(t)throw G(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(n.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(n)}parseOperationDefinition(){let t=this._lexer.token;if(this.peek(m.BRACE_L))return this.node(t,{kind:u.OPERATION_DEFINITION,operation:U.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let n=this.parseOperationType(),r;return this.peek(m.NAME)&&(r=this.parseName()),this.node(t,{kind:u.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let t=this.expectToken(m.NAME);switch(t.value){case"query":return U.QUERY;case"mutation":return U.MUTATION;case"subscription":return U.SUBSCRIPTION}throw this.unexpected(t)}parseVariableDefinitions(){return this.optionalMany(m.PAREN_L,this.parseVariableDefinition,m.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:u.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(m.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(m.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let t=this._lexer.token;return this.expectToken(m.DOLLAR),this.node(t,{kind:u.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:u.SELECTION_SET,selections:this.many(m.BRACE_L,this.parseSelection,m.BRACE_R)})}parseSelection(){return this.peek(m.SPREAD)?this.parseFragment():this.parseField()}parseField(){let t=this._lexer.token,n=this.parseName(),r,i;return this.expectOptionalToken(m.COLON)?(r=n,i=this.parseName()):i=n,this.node(t,{kind:u.FIELD,alias:r,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(m.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(t){let n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(m.PAREN_L,n,m.PAREN_R)}parseArgument(t=!1){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.ARGUMENT,name:r,value:this.parseValueLiteral(t)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let t=this._lexer.token;this.expectToken(m.SPREAD);let n=this.expectOptionalKeyword("on");return!n&&this.peek(m.NAME)?this.node(t,{kind:u.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(t,{kind:u.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let t=this._lexer.token;return this.expectKeyword("fragment"),this._options.allowLegacyFragmentVariables===!0?this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(t,{kind:u.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if(this._lexer.token.value==="on")throw this.unexpected();return this.parseName()}parseValueLiteral(t){let n=this._lexer.token;switch(n.kind){case m.BRACKET_L:return this.parseList(t);case m.BRACE_L:return this.parseObject(t);case m.INT:return this.advanceLexer(),this.node(n,{kind:u.INT,value:n.value});case m.FLOAT:return this.advanceLexer(),this.node(n,{kind:u.FLOAT,value:n.value});case m.STRING:case m.BLOCK_STRING:return this.parseStringLiteral();case m.NAME:switch(this.advanceLexer(),n.value){case"true":return this.node(n,{kind:u.BOOLEAN,value:!0});case"false":return this.node(n,{kind:u.BOOLEAN,value:!1});case"null":return this.node(n,{kind:u.NULL});default:return this.node(n,{kind:u.ENUM,value:n.value})}case m.DOLLAR:if(t)if(this.expectToken(m.DOLLAR),this._lexer.token.kind===m.NAME){let r=this._lexer.token.value;throw G(this._lexer.source,n.start,`Unexpected variable "$${r}" in constant value.`)}else throw this.unexpected(n);return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let t=this._lexer.token;return this.advanceLexer(),this.node(t,{kind:u.STRING,value:t.value,block:t.kind===m.BLOCK_STRING})}parseList(t){let n=()=>this.parseValueLiteral(t);return this.node(this._lexer.token,{kind:u.LIST,values:this.any(m.BRACKET_L,n,m.BRACKET_R)})}parseObject(t){let n=()=>this.parseObjectField(t);return this.node(this._lexer.token,{kind:u.OBJECT,fields:this.any(m.BRACE_L,n,m.BRACE_R)})}parseObjectField(t){let n=this._lexer.token,r=this.parseName();return this.expectToken(m.COLON),this.node(n,{kind:u.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t)})}parseDirectives(t){let n=[];for(;this.peek(m.AT);)n.push(this.parseDirective(t));return n}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(t){let n=this._lexer.token;return this.expectToken(m.AT),this.node(n,{kind:u.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t)})}parseTypeReference(){let t=this._lexer.token,n;if(this.expectOptionalToken(m.BRACKET_L)){let r=this.parseTypeReference();this.expectToken(m.BRACKET_R),n=this.node(t,{kind:u.LIST_TYPE,type:r})}else n=this.parseNamedType();return this.expectOptionalToken(m.BANG)?this.node(t,{kind:u.NON_NULL_TYPE,type:n}):n}parseNamedType(){return this.node(this._lexer.token,{kind:u.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(m.STRING)||this.peek(m.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");let r=this.parseConstDirectives(),i=this.many(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);return this.node(t,{kind:u.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i})}parseOperationTypeDefinition(){let t=this._lexer.token,n=this.parseOperationType();this.expectToken(m.COLON);let r=this.parseNamedType();return this.node(t,{kind:u.OPERATION_TYPE_DEFINITION,operation:n,type:r})}parseScalarTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");let r=this.parseName(),i=this.parseConstDirectives();return this.node(t,{kind:u.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i})}parseObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("type");let r=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:o,fields:s})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(m.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseFieldDefinition,m.BRACE_R)}parseFieldDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName(),i=this.parseArgumentDefs();this.expectToken(m.COLON);let o=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(t,{kind:u.FIELD_DEFINITION,description:n,name:r,arguments:i,type:o,directives:s})}parseArgumentDefs(){return this.optionalMany(m.PAREN_L,this.parseInputValueDef,m.PAREN_R)}parseInputValueDef(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(m.COLON);let i=this.parseTypeReference(),o;this.expectOptionalToken(m.EQUALS)&&(o=this.parseConstValueLiteral());let s=this.parseConstDirectives();return this.node(t,{kind:u.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:o,directives:s})}parseInterfaceTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(t,{kind:u.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:o,fields:s})}parseUnionTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),i=this.parseConstDirectives(),o=this.parseUnionMemberTypes();return this.node(t,{kind:u.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:o})}parseUnionMemberTypes(){return this.expectOptionalToken(m.EQUALS)?this.delimitedMany(m.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");let r=this.parseName(),i=this.parseConstDirectives(),o=this.parseEnumValuesDefinition();return this.node(t,{kind:u.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:o})}parseEnumValuesDefinition(){return this.optionalMany(m.BRACE_L,this.parseEnumValueDefinition,m.BRACE_R)}parseEnumValueDefinition(){let t=this._lexer.token,n=this.parseDescription(),r=this.parseEnumValueName(),i=this.parseConstDirectives();return this.node(t,{kind:u.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i})}parseEnumValueName(){if(this._lexer.token.value==="true"||this._lexer.token.value==="false"||this._lexer.token.value==="null")throw G(this._lexer.source,this._lexer.token.start,`${Pt(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("input");let r=this.parseName(),i=this.parseConstDirectives(),o=this.parseInputFieldsDefinition();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:o})}parseInputFieldsDefinition(){return this.optionalMany(m.BRACE_L,this.parseInputValueDef,m.BRACE_R)}parseTypeSystemExtension(){let t=this._lexer.lookahead();if(t.kind===m.NAME)switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(t)}parseSchemaExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let n=this.parseConstDirectives(),r=this.optionalMany(m.BRACE_L,this.parseOperationTypeDefinition,m.BRACE_R);if(n.length===0&&r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCHEMA_EXTENSION,directives:n,operationTypes:r})}parseScalarTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let n=this.parseName(),r=this.parseConstDirectives();if(r.length===0)throw this.unexpected();return this.node(t,{kind:u.SCALAR_TYPE_EXTENSION,name:n,directives:r})}parseObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:o})}parseInterfaceTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&o.length===0)throw this.unexpected();return this.node(t,{kind:u.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:o})}parseUnionTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.UNION_TYPE_EXTENSION,name:n,directives:r,types:i})}parseEnumTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i})}parseInputObjectTypeExtension(){let t=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0)throw this.unexpected();return this.node(t,{kind:u.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i})}parseDirectiveDefinition(){let t=this._lexer.token,n=this.parseDescription();this.expectKeyword("directive"),this.expectToken(m.AT);let r=this.parseName(),i=this.parseArgumentDefs(),o=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let s=this.parseDirectiveLocations();return this.node(t,{kind:u.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:o,locations:s})}parseDirectiveLocations(){return this.delimitedMany(m.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let t=this._lexer.token,n=this.parseName();if(Object.prototype.hasOwnProperty.call(I,n.value))return n;throw this.unexpected(t)}node(t,n){return this._options.noLocation!==!0&&(n.loc=new st(t,this._lexer.lastToken,this._lexer.source)),n}peek(t){return this._lexer.token.kind===t}expectToken(t){let n=this._lexer.token;if(n.kind===t)return this.advanceLexer(),n;throw G(this._lexer.source,n.start,`Expected ${yi(t)}, found ${Pt(n)}.`)}expectOptionalToken(t){return this._lexer.token.kind===t?(this.advanceLexer(),!0):!1}expectKeyword(t){let n=this._lexer.token;if(n.kind===m.NAME&&n.value===t)this.advanceLexer();else throw G(this._lexer.source,n.start,`Expected "${t}", found ${Pt(n)}.`)}expectOptionalKeyword(t){let n=this._lexer.token;return n.kind===m.NAME&&n.value===t?(this.advanceLexer(),!0):!1}unexpected(t){let n=t??this._lexer.token;return G(this._lexer.source,n.start,`Unexpected ${Pt(n)}.`)}any(t,n,r){this.expectToken(t);let i=[];for(;!this.expectOptionalToken(r);)i.push(n.call(this));return i}optionalMany(t,n,r){if(this.expectOptionalToken(t)){let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}return[]}many(t,n,r){this.expectToken(t);let i=[];do i.push(n.call(this));while(!this.expectOptionalToken(r));return i}delimitedMany(t,n){this.expectOptionalToken(t);let r=[];do r.push(n.call(this));while(this.expectOptionalToken(t));return r}advanceLexer(){let{maxTokens:t}=this._options,n=this._lexer.advance();if(t!==void 0&&n.kind!==m.EOF&&(++this._tokenCounter,this._tokenCounter>t))throw G(this._lexer.source,n.start,`Document contains more that ${t} tokens. Parsing aborted.`)}};function Pt(e){let t=e.value;return yi(e.kind)+(t!=null?` "${t}"`:"")}function yi(e){return fi(e)?`"${e}"`:e}function Z(e,t){let[n,r]=t?[e,t]:[void 0,e],i=" Did you mean ";n&&(i+=n+" ");let o=r.map(c=>`"${c}"`);switch(o.length){case 0:return"";case 1:return i+o[0]+"?";case 2:return i+o[0]+" or "+o[1]+"?"}let s=o.slice(0,5),a=s.pop();return i+s.join(", ")+", or "+a+"?"}function An(e){return e}function me(e,t){let n=Object.create(null);for(let r of e)n[t(r)]=r;return n}function lt(e,t,n){let r=Object.create(null);for(let i of e)r[t(i)]=n(i);return r}function ft(e,t){let n=Object.create(null);for(let r of Object.keys(e))n[r]=t(e[r],r);return n}function Je(e,t){let n=0,r=0;for(;n0);let a=0;do++r,a=a*10+o-Fn,o=t.charCodeAt(r);while($t(o)&&a>0);if(sa)return 1}else{if(io)return 1;++n,++r}}return e.length-t.length}var Fn=48,Mo=57;function $t(e){return!isNaN(e)&&Fn<=e&&e<=Mo}function ne(e,t){let n=Object.create(null),r=new kn(e),i=Math.floor(e.length*.4)+1;for(let o of t){let s=r.measure(o,i);s!==void 0&&(n[o]=s)}return Object.keys(n).sort((o,s)=>{let a=n[o]-n[s];return a!==0?a:Je(o,s)})}var kn=class{constructor(t){this._input=t,this._inputLowerCase=t.toLowerCase(),this._inputArray=Ti(this._inputLowerCase),this._rows=[new Array(t.length+1).fill(0),new Array(t.length+1).fill(0),new Array(t.length+1).fill(0)]}measure(t,n){if(this._input===t)return 0;let r=t.toLowerCase();if(this._inputLowerCase===r)return 1;let i=Ti(r),o=this._inputArray;if(i.lengthn)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 E=1;E<=a;E++){let P=i[l-1]===o[E-1]?0:1,q=Math.min(d[E]+1,h[E-1]+1,d[E-1]+P);if(l>1&&E>1&&i[l-1]===o[E-2]&&i[l-2]===o[E-1]){let oe=c[(l-2)%3][E-2];q=Math.min(q,oe+1)}qn)return}let p=c[s%3][a];return p<=n?p:void 0}};function Ti(e){let t=e.length,n=new Array(t);for(let r=0;re.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>v(e.definitions,` `)},OperationDefinition:{leave(e){let t=L("(",v(e.variableDefinitions,", "),")"),n=v([e.operation,v([e.name,t]),v(e.directives," ")]," ");return(n==="query"?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r})=>e+": "+t+L(" = ",n)+L(" ",v(r," "))},SelectionSet:{leave:({selections:e})=>he(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:i}){let o=L("",e,": ")+t,s=o+L("(",v(n,", "),")");return s.length>Vo&&(s=o+L(`( `,Vt(v(n,` `)),` )`)),v([s,v(r," "),i]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+L(" ",v(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>v(["...",L("on ",e),v(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:i})=>`fragment ${e}${L("(",v(n,", "),")")} on ${t} ${L("",v(r," ")," ")}`+i},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?pi(e):gi(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+v(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+v(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+L("(",v(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>L("",e,` `)+v(["schema",v(t," "),he(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+": "+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:n})=>L("",e,` `)+v(["scalar",t,v(n," ")]," ")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>L("",e,` `)+v(["type",t,L("implements ",v(n," & ")),v(r," "),he(i)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:i})=>L("",e,` `)+t+(Ei(n)?L(`( `,Vt(v(n,` `)),` )`):L("(",v(n,", "),")"))+": "+r+L(" ",v(i," "))},InputValueDefinition:{leave:({description:e,name:t,type:n,defaultValue:r,directives:i})=>L("",e,` `)+v([t+": "+n,L("= ",r),v(i," ")]," ")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>L("",e,` `)+v(["interface",t,L("implements ",v(n," & ")),v(r," "),he(i)]," ")},UnionTypeDefinition:{leave:({description:e,name:t,directives:n,types:r})=>L("",e,` `)+v(["union",t,v(n," "),L("= ",v(r," | "))]," ")},EnumTypeDefinition:{leave:({description:e,name:t,directives:n,values:r})=>L("",e,` `)+v(["enum",t,v(n," "),he(r)]," ")},EnumValueDefinition:{leave:({description:e,name:t,directives:n})=>L("",e,` `)+v([t,v(n," ")]," ")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:n,fields:r})=>L("",e,` `)+v(["input",t,v(n," "),he(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,repeatable:r,locations:i})=>L("",e,` `)+"directive @"+t+(Ei(n)?L(`( `,Vt(v(n,` `)),` )`):L("(",v(n,", "),")"))+(r?" repeatable":"")+" on "+v(i," | ")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>v(["extend schema",v(e," "),he(t)]," ")},ScalarTypeExtension:{leave:({name:e,directives:t})=>v(["extend scalar",e,v(t," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>v(["extend type",e,L("implements ",v(t," & ")),v(n," "),he(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>v(["extend interface",e,L("implements ",v(t," & ")),v(n," "),he(r)]," ")},UnionTypeExtension:{leave:({name:e,directives:t,types:n})=>v(["extend union",e,v(t," "),L("= ",v(n," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:t,values:n})=>v(["extend enum",e,v(t," "),he(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>v(["extend input",e,v(t," "),he(n)]," ")}};function v(e,t=""){var n;return(n=e?.filter(r=>r).join(t))!==null&&n!==void 0?n:""}function he(e){return L(`{ `,Vt(v(e,` `)),` }`)}function L(e,t,n=""){return t!=null&&t!==""?e+t+n:""}function Vt(e){return L(" ",e.replace(/\n/g,` `))}function Ei(e){var t;return(t=e?.some(n=>n.includes(` `)))!==null&&t!==void 0?t:!1}function Gt(e,t){switch(e.kind){case u.NULL:return null;case u.INT:return parseInt(e.value,10);case u.FLOAT:return parseFloat(e.value);case u.STRING:case u.ENUM:case u.BOOLEAN:return e.value;case u.LIST:return e.values.map(n=>Gt(n,t));case u.OBJECT:return lt(e.fields,n=>n.name.value,n=>Gt(n.value,t));case u.VARIABLE:return t?.[e.name.value]}}function se(e){if(e!=null||S(!1,"Must provide name."),typeof e=="string"||S(!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;ts(Gt(a,c)),this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(o=t.extensionASTNodes)!==null&&o!==void 0?o:[],t.specifiedByURL==null||typeof t.specifiedByURL=="string"||S(!1,`${this.name} must provide "specifiedByURL" as a string, but got: ${y(t.specifiedByURL)}.`),t.serialize==null||typeof t.serialize=="function"||S(!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"||S(!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()}},H=class{constructor(t){var n;this.name=se(t.name),this.description=t.description,this.isTypeOf=t.isTypeOf,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=()=>Ii(t),this._interfaces=()=>Ni(t),t.isTypeOf==null||typeof t.isTypeOf=="function"||S(!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:bi(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function Ni(e){var t;let n=Bt((t=e.interfaces)!==null&&t!==void 0?t:[]);return Array.isArray(n)||S(!1,`${e.name} interfaces must be an Array or a function which returns an Array.`),n}function Ii(e){let t=qt(e.fields);return Ke(t)||S(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>{var i;Ke(n)||S(!1,`${e.name}.${r} field config must be an object.`),n.resolve==null||typeof n.resolve=="function"||S(!1,`${e.name}.${r} field resolver must be a function if provided, but got: ${y(n.resolve)}.`);let o=(i=n.args)!==null&&i!==void 0?i:{};return Ke(o)||S(!1,`${e.name}.${r} args must be an object with argument names as keys.`),{name:se(r),description:n.description,type:n.type,args:Un(o),resolve:n.resolve,subscribe:n.subscribe,deprecationReason:n.deprecationReason,extensions:re(n.extensions),astNode:n.astNode}})}function Un(e){return Object.entries(e).map(([t,n])=>({name:se(t),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:re(n.extensions),astNode:n.astNode}))}function Ke(e){return Y(e)&&!Array.isArray(e)}function bi(e){return ft(e,t=>({description:t.description,type:t.type,args:$n(t.args),resolve:t.resolve,subscribe:t.subscribe,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function $n(e){return lt(e,t=>t.name,t=>({description:t.description,type:t.type,defaultValue:t.defaultValue,deprecationReason:t.deprecationReason,extensions:t.extensions,astNode:t.astNode}))}function be(e){return O(e.type)&&e.defaultValue===void 0}var dt=class{constructor(t){var n;this.name=se(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._fields=Ii.bind(void 0,t),this._interfaces=Ni.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||S(!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:bi(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}},De=class{constructor(t){var n;this.name=se(t.name),this.description=t.description,this.resolveType=t.resolveType,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._types=jo.bind(void 0,t),t.resolveType==null||typeof t.resolveType=="function"||S(!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 jo(e){let t=Bt(e.types);return Array.isArray(t)||S(!1,`Must provide Array of types or a function which returns such an array for Union ${e.name}.`),t}var Ne=class{constructor(t){var n;this.name=se(t.name),this.description=t.description,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._values=typeof t.values=="function"?t.values:vi(this.name,t.values),this._valueLookup=null,this._nameLookup=null}get[Symbol.toStringTag](){return"GraphQLEnumType"}getValues(){return typeof this._values=="function"&&(this._values=vi(this.name,this._values())),this._values}getValue(t){return this._nameLookup===null&&(this._nameLookup=me(this.getValues(),n=>n.name)),this._nameLookup[t]}serialize(t){this._valueLookup===null&&(this._valueLookup=new Map(this.getValues().map(r=>[r.value,r])));let n=this._valueLookup.get(t);if(n===void 0)throw new f(`Enum "${this.name}" cannot represent value: ${y(t)}`);return n.name}parseValue(t){if(typeof t!="string"){let r=y(t);throw new f(`Enum "${this.name}" cannot represent non-string value: ${r}.`+jt(this,r))}let n=this.getValue(t);if(n==null)throw new f(`Value "${t}" does not exist in "${this.name}" enum.`+jt(this,t));return n.value}parseLiteral(t,n){if(t.kind!==u.ENUM){let i=D(t);throw new f(`Enum "${this.name}" cannot represent non-enum value: ${i}.`+jt(this,i),{nodes:t})}let r=this.getValue(t.value);if(r==null){let i=D(t);throw new f(`Value "${i}" does not exist in "${this.name}" enum.`+jt(this,i),{nodes:t})}return r.value}toConfig(){let t=lt(this.getValues(),n=>n.name,n=>({description:n.description,value:n.value,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,values:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes}}toString(){return this.name}toJSON(){return this.toString()}};function jt(e,t){let n=e.getValues().map(i=>i.name),r=ne(t,n);return Z("the enum value",r)}function vi(e,t){return Ke(t)||S(!1,`${e} values must be an object with value names as keys.`),Object.entries(t).map(([n,r])=>(Ke(r)||S(!1,`${e}.${n} must refer to an object with a "value" key representing an internal value but got: ${y(r)}.`),{name:Mn(n),description:r.description,value:r.value!==void 0?r.value:n,deprecationReason:r.deprecationReason,extensions:re(r.extensions),astNode:r.astNode}))}var Ae=class{constructor(t){var n,r;this.name=se(t.name),this.description=t.description,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this.isOneOf=(r=t.isOneOf)!==null&&r!==void 0?r:!1,this._fields=Qo.bind(void 0,t)}get[Symbol.toStringTag](){return"GraphQLInputObjectType"}getFields(){return typeof this._fields=="function"&&(this._fields=this._fields()),this._fields}toConfig(){let t=ft(this.getFields(),n=>({description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions,astNode:n.astNode}));return{name:this.name,description:this.description,fields:t,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes,isOneOf:this.isOneOf}}toString(){return this.name}toJSON(){return this.toString()}};function Qo(e){let t=qt(e.fields);return Ke(t)||S(!1,`${e.name} fields must be an object with field names as keys or a function which returns such an object.`),ft(t,(n,r)=>(!("resolve"in n)||S(!1,`${e.name}.${r} field has a resolve property, but Input Types cannot define resolvers.`),{name:se(r),description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:re(n.extensions),astNode:n.astNode}))}function et(e){return O(e.type)&&e.defaultValue===void 0}function Yt(e,t){return e===t?!0:O(e)&&O(t)||k(e)&&k(t)?Yt(e.ofType,t.ofType):!1}function Se(e,t,n){return t===n?!0:O(n)?O(t)?Se(e,t.ofType,n.ofType):!1:O(t)?Se(e,t.ofType,n):k(n)?k(t)?Se(e,t.ofType,n.ofType):!1:k(t)?!1:ie(n)&&(w(t)||x(t))&&e.isSubType(n,t)}function Vn(e,t,n){return t===n?!0:ie(t)?ie(n)?e.getPossibleTypes(t).some(r=>e.isSubType(n,r)):e.isSubType(t,n):ie(n)?e.isSubType(n,t):!1}var ht=2147483647,yt=-2147483648,ue=new ye({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize(e){let t=Tt(e);if(typeof t=="boolean")return t?1:0;let n=t;if(typeof t=="string"&&t!==""&&(n=Number(t)),typeof n!="number"||!Number.isInteger(n))throw new f(`Int cannot represent non-integer value: ${y(t)}`);if(n>ht||nht||eht||t({description:{type:N,resolve:e=>e.description},types:{description:"A list of all types supported by this server.",type:new R(new C(new R(le))),resolve(e){return Object.values(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new R(le),resolve:e=>e.getQueryType()},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:le,resolve:e=>e.getMutationType()},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:le,resolve:e=>e.getSubscriptionType()},directives:{description:"A list of all directives supported by this server.",type:new R(new C(new R(Gn))),resolve:e=>e.getDirectives()}})}),Gn=new H({name:"__Directive",description:`A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document. 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 R(N),resolve:e=>e.name},description:{type:N,resolve:e=>e.description},isRepeatable:{type:new R(B),resolve:e=>e.isRepeatable},locations:{type:new R(new C(new R(jn))),resolve:e=>e.locations},args:{type:new R(new C(new R(vt))),args:{includeDeprecated:{type:B,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}}})}),jn=new Ne({name:"__DirectiveLocation",description:"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",values:{QUERY:{value: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."}}}),le=new H({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 R(qn),resolve(e){if(Te(e))return J.SCALAR;if(x(e))return J.OBJECT;if(w(e))return J.INTERFACE;if(X(e))return J.UNION;if(Q(e))return J.ENUM;if(A(e))return J.INPUT_OBJECT;if(k(e))return J.LIST;if(O(e))return J.NON_NULL;$(!1,`Unexpected type: "${y(e)}".`)}},name:{type:N,resolve:e=>"name"in e?e.name:void 0},description:{type:N,resolve:e=>"description"in e?e.description:void 0},specifiedByURL:{type:N,resolve:e=>"specifiedByURL"in e?e.specifiedByURL:void 0},fields:{type:new C(new R(Qn)),args:{includeDeprecated:{type:B,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(x(e)||w(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},interfaces:{type:new C(new R(le)),resolve(e){if(x(e)||w(e))return e.getInterfaces()}},possibleTypes:{type:new C(new R(le)),resolve(e,t,n,{schema:r}){if(ie(e))return r.getPossibleTypes(e)}},enumValues:{type:new C(new R(Bn)),args:{includeDeprecated:{type:B,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(Q(e)){let n=e.getValues();return t?n:n.filter(r=>r.deprecationReason==null)}}},inputFields:{type:new C(new R(vt)),args:{includeDeprecated:{type:B,defaultValue:!1}},resolve(e,{includeDeprecated:t}){if(A(e)){let n=Object.values(e.getFields());return t?n:n.filter(r=>r.deprecationReason==null)}}},ofType:{type:le,resolve:e=>"ofType"in e?e.ofType:void 0},isOneOf:{type:B,resolve:e=>{if(A(e))return e.isOneOf}}})}),Qn=new H({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 R(N),resolve:e=>e.name},description:{type:N,resolve:e=>e.description},args:{type:new R(new C(new R(vt))),args:{includeDeprecated:{type:B,defaultValue:!1}},resolve(e,{includeDeprecated:t}){return t?e.args:e.args.filter(n=>n.deprecationReason==null)}},type:{type:new R(le),resolve:e=>e.type},isDeprecated:{type:new R(B),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:N,resolve:e=>e.deprecationReason}})}),vt=new H({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 R(N),resolve:e=>e.name},description:{type:N,resolve:e=>e.description},type:{type:new R(le),resolve:e=>e.type},defaultValue:{type:N,description:"A GraphQL-formatted string representing the default value for this input value.",resolve(e){let{type:t,defaultValue:n}=e,r=nt(n,t);return r?D(r):null}},isDeprecated:{type:new R(B),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:N,resolve:e=>e.deprecationReason}})}),Bn=new H({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 R(N),resolve:e=>e.name},description:{type:N,resolve:e=>e.description},isDeprecated:{type:new R(B),resolve:e=>e.deprecationReason!=null},deprecationReason:{type:N,resolve:e=>e.deprecationReason}})}),J;(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"})(J||(J={}));var qn=new Ne({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:J.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:J.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:J.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:J.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:J.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:J.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:J.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:J.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Fe={name:"__schema",type:new R(Et),description:"Access the current type schema of this server.",args:[],resolve:(e,t,n,{schema:r})=>r,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},ke={name:"__type",type:le,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new R(N),defaultValue:void 0,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0}],resolve:(e,{name:t},n,{schema:r})=>r.getType(t),deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Ce={name:"__typename",type:new R(N),description:"The name of the current Object type at runtime.",args:[],resolve:(e,t,n,{parentType:r})=>r.name,deprecationReason:void 0,extensions:Object.create(null),astNode:void 0},Kt=Object.freeze([Et,Gn,jn,le,Qn,vt,Bn,qn]);function Yn(e){return Kt.some(({name:t})=>e.name===t)}function Hn(e){return te(e,Me)}function Wt(e){if(!Hn(e))throw new Error(`Expected ${y(e)} to be a GraphQL schema.`);return e}var Me=class{constructor(t){var n,r;this.__validationErrors=t.assumeValid===!0?[]:void 0,Y(t)||S(!1,"Must provide configuration object."),!t.types||Array.isArray(t.types)||S(!1,`"types" must be Array if provided but got: ${y(t.types)}.`),!t.directives||Array.isArray(t.directives)||S(!1,`"directives" must be Array if provided but got: ${y(t.directives)}.`),this.description=t.description,this.extensions=re(t.extensions),this.astNode=t.astNode,this.extensionASTNodes=(n=t.extensionASTNodes)!==null&&n!==void 0?n:[],this._queryType=t.query,this._mutationType=t.mutation,this._subscriptionType=t.subscription,this._directives=(r=t.directives)!==null&&r!==void 0?r:Ee;let i=new Set(t.types);if(t.types!=null)for(let o of t.types)i.delete(o),ve(o,i);this._queryType!=null&&ve(this._queryType,i),this._mutationType!=null&&ve(this._mutationType,i),this._subscriptionType!=null&&ve(this._subscriptionType,i);for(let o of this._directives)if(gt(o))for(let s of o.args)ve(s.type,i);ve(Et,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(let o of i){if(o==null)continue;let s=o.name;if(s||S(!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,w(o)){for(let a of o.getInterfaces())if(w(a)){let c=this._implementationsMap[a.name];c===void 0&&(c=this._implementationsMap[a.name]={objects:[],interfaces:[]}),c.interfaces.push(o)}}else if(x(o)){for(let a of o.getInterfaces())if(w(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 U.QUERY:return this.getQueryType();case U.MUTATION:return this.getMutationType();case U.SUBSCRIPTION:return this.getSubscriptionType()}}getTypeMap(){return this._typeMap}getType(t){return this.getTypeMap()[t]}getPossibleTypes(t){return X(t)?t.getTypes():this.getImplementations(t).objects}getImplementations(t){let n=this._implementationsMap[t.name];return n??{objects:[],interfaces:[]}}isSubType(t,n){let r=this._subTypeMap[t.name];if(r===void 0){if(r=Object.create(null),X(t))for(let i of t.getTypes())r[i.name]=!0;else{let i=this.getImplementations(t);for(let o of i.objects)r[o.name]=!0;for(let o of i.interfaces)r[o.name]=!0}this._subTypeMap[t.name]=r}return r[n.name]!==void 0}getDirectives(){return this._directives}getDirective(t){return this.getDirectives().find(n=>n.name===t)}toConfig(){return{description:this.description,query:this.getQueryType(),mutation:this.getMutationType(),subscription:this.getSubscriptionType(),types:Object.values(this.getTypeMap()),directives:this.getDirectives(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes,assumeValid:this.__validationErrors!==void 0}}};function ve(e,t){let n=z(e);if(!t.has(n)){if(t.add(n),X(n))for(let r of n.getTypes())ve(r,t);else if(x(n)||w(n)){for(let r of n.getInterfaces())ve(r,t);for(let r of Object.values(n.getFields())){ve(r.type,t);for(let i of r.args)ve(i.type,t)}}else if(A(n))for(let r of Object.values(n.getFields()))ve(r.type,t)}return t}function Di(e){if(Wt(e),e.__validationErrors)return e.__validationErrors;let t=new zn(e);Bo(t),qo(t),Yo(t);let n=t.getErrors();return e.__validationErrors=n,n}function It(e){let t=Di(e);if(t.length!==0)throw new Error(t.map(n=>n.message).join(` `))}var zn=class{constructor(t){this._errors=[],this.schema=t}reportError(t,n){let r=Array.isArray(n)?n.filter(Boolean):n;this._errors.push(new f(t,{nodes:r}))}getErrors(){return this._errors}};function Bo(e){let t=e.schema,n=t.getQueryType();if(!n)e.reportError("Query root type must be provided.",t.astNode);else if(!x(n)){var r;e.reportError(`Query root type must be Object type, it cannot be ${y(n)}.`,(r=Jn(t,U.QUERY))!==null&&r!==void 0?r:n.astNode)}let i=t.getMutationType();if(i&&!x(i)){var o;e.reportError(`Mutation root type must be Object type if provided, it cannot be ${y(i)}.`,(o=Jn(t,U.MUTATION))!==null&&o!==void 0?o:i.astNode)}let s=t.getSubscriptionType();if(s&&!x(s)){var a;e.reportError(`Subscription root type must be Object type if provided, it cannot be ${y(s)}.`,(a=Jn(t,U.SUBSCRIPTION))!==null&&a!==void 0?a:s.astNode)}}function Jn(e,t){var n;return(n=[e.astNode,...e.extensionASTNodes].flatMap(r=>{var i;return(i=r?.operationTypes)!==null&&i!==void 0?i:[]}).find(r=>r.operation===t))===null||n===void 0?void 0:n.type}function qo(e){for(let n of e.schema.getDirectives()){if(!gt(n)){e.reportError(`Expected directive but got: ${y(n)}.`,n?.astNode);continue}Pe(e,n);for(let r of n.args)if(Pe(e,r),K(r.type)||e.reportError(`The type of @${n.name}(${r.name}:) must be Input Type but got: ${y(r.type)}.`,r.astNode),be(r)&&r.deprecationReason!=null){var t;e.reportError(`Required argument @${n.name}(${r.name}:) cannot be deprecated.`,[Xn(r.astNode),(t=r.astNode)===null||t===void 0?void 0:t.type])}}}function Pe(e,t){t.name.startsWith("__")&&e.reportError(`Name "${t.name}" must not begin with "__", which is reserved by GraphQL introspection.`,t.astNode)}function Yo(e){let t=Zo(e),n=e.schema.getTypeMap();for(let r of Object.values(n)){if(!Qt(r)){e.reportError(`Expected GraphQL named type but got: ${y(r)}.`,r.astNode);continue}Yn(r)||Pe(e,r),x(r)||w(r)?(xi(e,r),Li(e,r)):X(r)?zo(e,r):Q(r)?Xo(e,r):A(r)&&(Ko(e,r),t(r))}}function xi(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let s of n){if(Pe(e,s),!Ie(s.type)){var r;e.reportError(`The type of ${t.name}.${s.name} must be Output Type but got: ${y(s.type)}.`,(r=s.astNode)===null||r===void 0?void 0:r.type)}for(let a of s.args){let c=a.name;if(Pe(e,a),!K(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(be(a)&&a.deprecationReason!=null){var o;e.reportError(`Required argument ${t.name}.${s.name}(${c}:) cannot be deprecated.`,[Xn(a.astNode),(o=a.astNode)===null||o===void 0?void 0:o.type])}}}}function Li(e,t){let n=Object.create(null);for(let r of t.getInterfaces()){if(!w(r)){e.reportError(`Type ${y(t)} must only implement Interface types, it cannot implement ${y(r)}.`,Nt(t,r));continue}if(t===r){e.reportError(`Type ${t.name} cannot implement itself because it would create a circular reference.`,Nt(t,r));continue}if(n[r.name]){e.reportError(`Type ${t.name} can only implement ${r.name} once.`,Nt(t,r));continue}n[r.name]=!0,Jo(e,t,r),Ho(e,t,r)}}function Ho(e,t,n){let r=t.getFields();for(let c of Object.values(n.getFields())){let p=c.name,l=r[p];if(!l){e.reportError(`Interface field ${n.name}.${p} expected but ${t.name} does not provide it.`,[c.astNode,t.astNode,...t.extensionASTNodes]);continue}if(!Se(e.schema,l.type,c.type)){var i,o;e.reportError(`Interface field ${n.name}.${p} expects type ${y(c.type)} but ${t.name}.${p} is type ${y(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(E=>E.name===h);if(!T){e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expected but ${t.name}.${p} does not provide it.`,[d.astNode,l.astNode]);continue}if(!Yt(d.type,T.type)){var s,a;e.reportError(`Interface field argument ${n.name}.${p}(${h}:) expects type ${y(d.type)} but ${t.name}.${p}(${h}:) is type ${y(T.type)}.`,[(s=d.astNode)===null||s===void 0?void 0:s.type,(a=T.astNode)===null||a===void 0?void 0:a.type])}}for(let d of l.args){let h=d.name;!c.args.find(E=>E.name===h)&&be(d)&&e.reportError(`Object field ${t.name}.${p} includes required argument ${h} that is missing from the Interface field ${n.name}.${p}.`,[d.astNode,c.astNode])}}}function Jo(e,t,n){let r=t.getInterfaces();for(let i of n.getInterfaces())r.includes(i)||e.reportError(i===t?`Type ${t.name} cannot implement ${n.name} because it would create a circular reference.`:`Type ${t.name} must implement ${i.name} because it is implemented by ${n.name}.`,[...Nt(n,i),...Nt(t,n)])}function zo(e,t){let n=t.getTypes();n.length===0&&e.reportError(`Union type ${t.name} must define one or more member types.`,[t.astNode,...t.extensionASTNodes]);let r=Object.create(null);for(let i of n){if(r[i.name]){e.reportError(`Union type ${t.name} can only include type ${i.name} once.`,wi(t,i.name));continue}r[i.name]=!0,x(i)||e.reportError(`Union type ${t.name} can only include Object types, it cannot include ${y(i)}.`,wi(t,String(i)))}}function Xo(e,t){let n=t.getValues();n.length===0&&e.reportError(`Enum type ${t.name} must define one or more values.`,[t.astNode,...t.extensionASTNodes]);for(let r of n)Pe(e,r)}function Ko(e,t){let n=Object.values(t.getFields());n.length===0&&e.reportError(`Input Object type ${t.name} must define one or more fields.`,[t.astNode,...t.extensionASTNodes]);for(let o of n){if(Pe(e,o),!K(o.type)){var r;e.reportError(`The type of ${t.name}.${o.name} must be Input Type but got: ${y(o.type)}.`,(r=o.astNode)===null||r===void 0?void 0:r.type)}if(et(o)&&o.deprecationReason!=null){var i;e.reportError(`Required input field ${t.name}.${o.name} cannot be deprecated.`,[Xn(o.astNode),(i=o.astNode)===null||i===void 0?void 0:i.type])}t.isOneOf&&Wo(t,o,e)}}function Wo(e,t,n){if(O(t.type)){var r;n.reportError(`OneOf input field ${e.name}.${t.name} must be nullable.`,(r=t.astNode)===null||r===void 0?void 0:r.type)}t.defaultValue!==void 0&&n.reportError(`OneOf input field ${e.name}.${t.name} cannot have a default value.`,t.astNode)}function Zo(e){let t=Object.create(null),n=[],r=Object.create(null);return i;function i(o){if(t[o.name])return;t[o.name]=!0,r[o.name]=n.length;let s=Object.values(o.getFields());for(let a of s)if(O(a.type)&&A(a.type.ofType)){let c=a.type.ofType,p=r[c.name];if(n.push(a),p===void 0)i(c);else{let l=n.slice(p),d=l.map(h=>h.name).join(".");e.reportError(`Cannot reference Input Object "${c.name}" within itself through a series of non-null fields: "${d}".`,l.map(h=>h.astNode))}n.pop()}r[o.name]=void 0}}function Nt(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(o=>{var s;return(s=o.interfaces)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t.name)}function wi(e,t){let{astNode:n,extensionASTNodes:r}=e;return(n!=null?[n,...r]:r).flatMap(o=>{var s;return(s=o.types)!==null&&s!==void 0?s:[]}).filter(o=>o.name.value===t)}function Xn(e){var t;return e==null||(t=e.directives)===null||t===void 0?void 0:t.find(n=>n.name.value===Xt.name)}function V(e,t){switch(t.kind){case u.LIST_TYPE:{let n=V(e,t.type);return n&&new C(n)}case u.NON_NULL_TYPE:{let n=V(e,t.type);return n&&new R(n)}case u.NAMED_TYPE:return e.getType(t.name.value)}}var rt=class{constructor(t,n,r){this._schema=t,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=r??es,n&&(K(n)&&this._inputTypeStack.push(n),ce(n)&&this._parentTypeStack.push(n),Ie(n)&&this._typeStack.push(n))}get[Symbol.toStringTag](){return"TypeInfo"}getType(){if(this._typeStack.length>0)return this._typeStack[this._typeStack.length-1]}getParentType(){if(this._parentTypeStack.length>0)return this._parentTypeStack[this._parentTypeStack.length-1]}getInputType(){if(this._inputTypeStack.length>0)return this._inputTypeStack[this._inputTypeStack.length-1]}getParentInputType(){if(this._inputTypeStack.length>1)return this._inputTypeStack[this._inputTypeStack.length-2]}getFieldDef(){if(this._fieldDefStack.length>0)return this._fieldDefStack[this._fieldDefStack.length-1]}getDefaultValue(){if(this._defaultValueStack.length>0)return this._defaultValueStack[this._defaultValueStack.length-1]}getDirective(){return this._directive}getArgument(){return this._argument}getEnumValue(){return this._enumValue}enter(t){let n=this._schema;switch(t.kind){case u.SELECTION_SET:{let i=z(this.getType());this._parentTypeStack.push(ce(i)?i:void 0);break}case u.FIELD:{let i=this.getParentType(),o,s;i&&(o=this._getFieldDef(n,i,t),o&&(s=o.type)),this._fieldDefStack.push(o),this._typeStack.push(Ie(s)?s:void 0);break}case u.DIRECTIVE:this._directive=n.getDirective(t.name.value);break;case u.OPERATION_DEFINITION:{let i=n.getRootType(t.operation);this._typeStack.push(x(i)?i:void 0);break}case u.INLINE_FRAGMENT:case u.FRAGMENT_DEFINITION:{let i=t.typeCondition,o=i?V(n,i):z(this.getType());this._typeStack.push(Ie(o)?o:void 0);break}case u.VARIABLE_DEFINITION:{let i=V(n,t.type);this._inputTypeStack.push(K(i)?i:void 0);break}case u.ARGUMENT:{var r;let i,o,s=(r=this.getDirective())!==null&&r!==void 0?r:this.getFieldDef();s&&(i=s.args.find(a=>a.name===t.name.value),i&&(o=i.type)),this._argument=i,this._defaultValueStack.push(i?i.defaultValue:void 0),this._inputTypeStack.push(K(o)?o:void 0);break}case u.LIST:{let i=Ze(this.getInputType()),o=k(i)?i.ofType:i;this._defaultValueStack.push(void 0),this._inputTypeStack.push(K(o)?o:void 0);break}case u.OBJECT_FIELD:{let i=z(this.getInputType()),o,s;A(i)&&(s=i.getFields()[t.name.value],s&&(o=s.type)),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(K(o)?o:void 0);break}case u.ENUM:{let i=z(this.getInputType()),o;Q(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 es(e,t,n){let r=n.name.value;if(r===Fe.name&&e.getQueryType()===t)return Fe;if(r===ke.name&&e.getQueryType()===t)return ke;if(r===Ce.name&&ce(t))return Ce;if(x(t)||w(t))return t.getFields()[r]}function Zt(e,t){return{enter(...n){let r=n[0];e.enter(r);let i=Xe(t,r.kind).enter;if(i){let o=i.apply(t,n);return o!==void 0&&(e.leave(r),at(o)&&e.enter(o)),o}},leave(...n){let r=n[0],i=Xe(t,r.kind).leave,o;return i&&(o=i.apply(t,n)),e.leave(r),o}}}function Kn(e){return e.kind===u.OPERATION_DEFINITION||e.kind===u.FRAGMENT_DEFINITION}function Wn(e){return e.kind===u.SCHEMA_DEFINITION||_e(e)||e.kind===u.DIRECTIVE_DEFINITION}function _e(e){return e.kind===u.SCALAR_TYPE_DEFINITION||e.kind===u.OBJECT_TYPE_DEFINITION||e.kind===u.INTERFACE_TYPE_DEFINITION||e.kind===u.UNION_TYPE_DEFINITION||e.kind===u.ENUM_TYPE_DEFINITION||e.kind===u.INPUT_OBJECT_TYPE_DEFINITION}function Zn(e){return e.kind===u.SCHEMA_EXTENSION||en(e)}function en(e){return e.kind===u.SCALAR_TYPE_EXTENSION||e.kind===u.OBJECT_TYPE_EXTENSION||e.kind===u.INTERFACE_TYPE_EXTENSION||e.kind===u.UNION_TYPE_EXTENSION||e.kind===u.ENUM_TYPE_EXTENSION||e.kind===u.INPUT_OBJECT_TYPE_EXTENSION}function er(e){return{Document(t){for(let n of t.definitions)if(!Kn(n)){let r=n.kind===u.SCHEMA_DEFINITION||n.kind===u.SCHEMA_EXTENSION?"schema":'"'+n.name.value+'"';e.reportError(new f(`The ${r} definition is not executable.`,{nodes:n}))}return!1}}}function tr(e){return{Field(t){let n=e.getParentType();if(n&&!e.getFieldDef()){let i=e.getSchema(),o=t.name.value,s=Z("to use an inline fragment on",ts(i,n,o));s===""&&(s=Z(ns(n,o))),e.reportError(new f(`Cannot query field "${o}" on type "${n.name}".`+s,{nodes:t}))}}}}function ts(e,t,n){if(!ie(t))return[];let r=new Set,i=Object.create(null);for(let s of e.getPossibleTypes(t))if(s.getFields()[n]){r.add(s),i[s.name]=1;for(let a of s.getInterfaces()){var o;a.getFields()[n]&&(r.add(a),i[a.name]=((o=i[a.name])!==null&&o!==void 0?o:0)+1)}}return[...r].sort((s,a)=>{let c=i[a.name]-i[s.name];return c!==0?c:w(s)&&e.isSubType(s,a)?-1:w(a)&&e.isSubType(a,s)?1:Je(s.name,a.name)}).map(s=>s.name)}function ns(e,t){if(x(e)||w(e)){let n=Object.keys(e.getFields());return ne(t,n)}return[]}function nr(e){return{InlineFragment(t){let n=t.typeCondition;if(n){let r=V(e.getSchema(),n);if(r&&!ce(r)){let i=D(n);e.reportError(new f(`Fragment cannot condition on non composite type "${i}".`,{nodes:n}))}}},FragmentDefinition(t){let n=V(e.getSchema(),t.typeCondition);if(n&&!ce(n)){let r=D(t.typeCondition);e.reportError(new f(`Fragment "${t.name.value}" cannot condition on non composite type "${r}".`,{nodes:t.typeCondition}))}}}}function rr(e){return{...ir(e),Argument(t){let n=e.getArgument(),r=e.getFieldDef(),i=e.getParentType();if(!n&&r&&i){let o=t.name.value,s=r.args.map(c=>c.name),a=ne(o,s);e.reportError(new f(`Unknown argument "${o}" on field "${i.name}.${r.name}".`+Z(a),{nodes:t}))}}}}function ir(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():Ee;for(let s of r)t[s.name]=s.args.map(a=>a.name);let i=e.getDocument().definitions;for(let s of i)if(s.kind===u.DIRECTIVE_DEFINITION){var o;let a=(o=s.arguments)!==null&&o!==void 0?o:[];t[s.name.value]=a.map(c=>c.name.value)}return{Directive(s){let a=s.name.value,c=t[a];if(s.arguments&&c)for(let p of s.arguments){let l=p.name.value;if(!c.includes(l)){let d=ne(l,c);e.reportError(new f(`Unknown argument "${l}" on directive "@${a}".`+Z(d),{nodes:p}))}}return!1}}}function tn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():Ee;for(let o of r)t[o.name]=o.locations;let i=e.getDocument().definitions;for(let o of i)o.kind===u.DIRECTIVE_DEFINITION&&(t[o.name.value]=o.locations.map(s=>s.value));return{Directive(o,s,a,c,p){let l=o.name.value,d=t[l];if(!d){e.reportError(new f(`Unknown directive "@${l}".`,{nodes:o}));return}let h=rs(p);h&&!d.includes(h)&&e.reportError(new f(`Directive "@${l}" may not be used on ${h}.`,{nodes:o}))}}}function rs(e){let t=e[e.length-1];switch("kind"in t||$(!1),t.kind){case u.OPERATION_DEFINITION:return is(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 n=e[e.length-3];return"kind"in n||$(!1),n.kind===u.INPUT_OBJECT_TYPE_DEFINITION?I.INPUT_FIELD_DEFINITION:I.ARGUMENT_DEFINITION}default:$(!1,"Unexpected kind: "+y(t.kind))}}function is(e){switch(e){case U.QUERY:return I.QUERY;case U.MUTATION:return I.MUTATION;case U.SUBSCRIPTION:return I.SUBSCRIPTION}}function or(e){return{FragmentSpread(t){let n=t.name.value;e.getFragment(n)||e.reportError(new f(`Unknown fragment "${n}".`,{nodes:t.name}))}}}function nn(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);for(let o of e.getDocument().definitions)_e(o)&&(r[o.name.value]=!0);let i=[...Object.keys(n),...Object.keys(r)];return{NamedType(o,s,a,c,p){let l=o.name.value;if(!n[l]&&!r[l]){var d;let h=(d=p[2])!==null&&d!==void 0?d:a,T=h!=null&&os(h);if(T&&Ai.includes(l))return;let E=ne(l,T?Ai.concat(i):i);e.reportError(new f(`Unknown type "${l}".`+Z(E),{nodes:o}))}}}}var Ai=[...Ht,...Kt].map(e=>e.name);function os(e){return"kind"in e&&(Wn(e)||Zn(e))}function sr(e){let t=0;return{Document(n){t=n.definitions.filter(r=>r.kind===u.OPERATION_DEFINITION).length},OperationDefinition(n){!n.name&&t>1&&e.reportError(new f("This anonymous operation must be the only defined operation.",{nodes:n}))}}}function ar(e){var t,n,r;let i=e.getSchema(),o=(t=(n=(r=i?.astNode)!==null&&r!==void 0?r:i?.getQueryType())!==null&&n!==void 0?n:i?.getMutationType())!==null&&t!==void 0?t:i?.getSubscriptionType(),s=0;return{SchemaDefinition(a){if(o){e.reportError(new 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 ss=3;function cr(e){function t(n,r=Object.create(null),i=0){if(n.kind===u.FRAGMENT_SPREAD){let o=n.name.value;if(r[o]===!0)return!1;let s=e.getFragment(o);if(!s)return!1;try{return r[o]=!0,t(s,r,i)}finally{r[o]=void 0}}if(n.kind===u.FIELD&&(n.name.value==="fields"||n.name.value==="interfaces"||n.name.value==="possibleTypes"||n.name.value==="inputFields")&&(i++,i>=ss))return!0;if("selectionSet"in n&&n.selectionSet){for(let o of n.selectionSet.selections)if(t(o,r,i))return!0}return!1}return{Field(n){if((n.name.value==="__schema"||n.name.value==="__type")&&t(n))return e.reportError(new f("Maximum introspection depth exceeded",{nodes:[n]})),!1}}}function ur(e){let t=Object.create(null),n=[],r=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(o){return i(o),!1}};function i(o){if(t[o.name.value])return;let s=o.name.value;t[s]=!0;let a=e.getFragmentSpreads(o.selectionSet);if(a.length!==0){r[s]=n.length;for(let c of a){let p=c.name.value,l=r[p];if(n.push(c),l===void 0){let d=e.getFragment(p);d&&i(d)}else{let d=n.slice(l),h=d.slice(0,-1).map(T=>'"'+T.name.value+'"').join(", ");e.reportError(new f(`Cannot spread fragment "${p}" within itself`+(h!==""?` via ${h}.`:"."),{nodes:d}))}n.pop()}r[s]=void 0}}}function pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i}of r){let o=i.name.value;t[o]!==!0&&e.reportError(new f(n.name?`Variable "$${o}" is not defined by operation "${n.name.value}".`:`Variable "$${o}" is not defined.`,{nodes:[i,n]}))}}},VariableDefinition(n){t[n.variable.name.value]=!0}}}function lr(e){let t=[],n=[];return{OperationDefinition(r){return t.push(r),!1},FragmentDefinition(r){return n.push(r),!1},Document:{leave(){let r=Object.create(null);for(let i of t)for(let o of e.getRecursivelyReferencedFragments(i))r[o.name.value]=!0;for(let i of n){let o=i.name.value;r[o]!==!0&&e.reportError(new f(`Fragment "${o}" is never used.`,{nodes:i}))}}}}}function fr(e){let t=[];return{OperationDefinition:{enter(){t=[]},leave(n){let r=Object.create(null),i=e.getRecursiveVariableUsages(n);for(let{node:o}of i)r[o.name.value]=!0;for(let o of t){let s=o.variable.name.value;r[s]!==!0&&e.reportError(new f(n.name?`Variable "$${s}" is never used in operation "${n.name.value}".`:`Variable "$${s}" is never used.`,{nodes:o}))}}},VariableDefinition(n){t.push(n)}}}function rn(e){switch(e.kind){case u.OBJECT:return{...e,fields:as(e.fields)};case u.LIST:return{...e,values:e.values.map(rn)};case u.INT:case u.FLOAT:case u.STRING:case u.BOOLEAN:case u.NULL:case u.ENUM:case u.VARIABLE:return e}}function as(e){return e.map(t=>({...t,value:rn(t.value)})).sort((t,n)=>Je(t.name.value,n.name.value))}function ki(e){return Array.isArray(e)?e.map(([t,n])=>`subfields "${t}" conflict because `+ki(n)).join(" and "):e}function yr(e){let t=new hr,n=new Map;return{SelectionSet(r){let i=cs(e,n,t,e.getParentType(),r);for(let[[o,s],a,c]of i){let p=ki(s);e.reportError(new f(`Fields "${o}" conflict because ${p}. Use different aliases on the fields to fetch both if this was intentional.`,{nodes:a.concat(c)}))}}}}function cs(e,t,n,r,i){let o=[],[s,a]=an(e,t,r,i);if(ps(e,o,t,n,s),a.length!==0)for(let c=0;c1)for(let a=0;a[o.value,s]));return n.every(o=>{let s=o.value,a=i.get(o.name.value);return a===void 0?!1:Fi(s)===Fi(a)})}function Fi(e){return D(rn(e))}function dr(e,t){return k(e)?k(t)?dr(e.ofType,t.ofType):!0:k(t)?!0:O(e)?O(t)?dr(e.ofType,t.ofType):!0:O(t)?!0:W(e)||W(t)?e!==t:!1}function an(e,t,n,r){let i=t.get(r);if(i)return i;let o=Object.create(null),s=Object.create(null);Mi(e,n,r,o,s);let a=[o,Object.keys(s)];return t.set(r,a),a}function mr(e,t,n){let r=t.get(n.selectionSet);if(r)return r;let i=V(e.getSchema(),n.typeCondition);return an(e,t,i,n.selectionSet)}function Mi(e,t,n,r,i){for(let o of n.selections)switch(o.kind){case u.FIELD:{let s=o.name.value,a;(x(t)||w(t))&&(a=t.getFields()[s]);let c=o.alias?o.alias.value:s;r[c]||(r[c]=[]),r[c].push([t,o,a]);break}case u.FRAGMENT_SPREAD:i[o.name.value]=!0;break;case u.INLINE_FRAGMENT:{let s=o.typeCondition,a=s?V(e.getSchema(),s):t;Mi(e,a,o.selectionSet,r,i);break}}}function fs(e,t,n,r){if(e.length>0)return[[t,e.map(([i])=>i)],[n,...e.map(([,i])=>i).flat()],[r,...e.map(([,,i])=>i).flat()]]}var hr=class{constructor(){this._data=new Map}has(t,n,r){var i;let[o,s]=to.name.value));for(let o of r.args)if(!i.has(o.name)&&be(o)){let s=y(o.type);e.reportError(new f(`Field "${r.name}" argument "${o.name}" of type "${s}" is required, but it was not provided.`,{nodes:t}))}}}}}function Nr(e){var t;let n=Object.create(null),r=e.getSchema(),i=(t=r?.getDirectives())!==null&&t!==void 0?t:Ee;for(let a of i)n[a.name]=me(a.args.filter(be),c=>c.name);let o=e.getDocument().definitions;for(let a of o)if(a.kind===u.DIRECTIVE_DEFINITION){var s;let c=(s=a.arguments)!==null&&s!==void 0?s:[];n[a.name.value]=me(c.filter(Ts),p=>p.name.value)}return{Directive:{leave(a){let c=a.name.value,p=n[c];if(p){var l;let d=(l=a.arguments)!==null&&l!==void 0?l:[],h=new Set(d.map(T=>T.name.value));for(let[T,E]of Object.entries(p))if(!h.has(T)){let P=We(E.type)?y(E.type):D(E.type);e.reportError(new f(`Directive "@${c}" argument "${T}" of type "${P}" is required, but it was not provided.`,{nodes:a}))}}}}}}function Ts(e){return e.type.kind===u.NON_NULL_TYPE&&e.defaultValue==null}function Ir(e){return{Field(t){let n=e.getType(),r=t.selectionSet;if(n){if(W(z(n))){if(r){let i=t.name.value,o=y(n);e.reportError(new f(`Field "${i}" must not have a selection since type "${o}" has no subfields.`,{nodes:r}))}}else if(!r){let i=t.name.value,o=y(n);e.reportError(new f(`Field "${i}" of type "${o}" must have a selection of subfields. Did you mean "${i} { ... }"?`,{nodes:t}))}}}}}function cn(e){return e.map(t=>typeof t=="number"?"["+t.toString()+"]":"."+t).join("")}function Ue(e,t,n){return{prev:e,key:t,typename:n}}function ee(e){let t=[],n=e;for(;n;)t.push(n.key),n=n.prev;return t.reverse()}function Pi(e,t,n=gs){return bt(e,t,n,void 0)}function gs(e,t,n){let r="Invalid value "+y(t);throw e.length>0&&(r+=` at "value${cn(e)}"`),n.message=r+": "+n.message,n}function bt(e,t,n,r){if(O(t)){if(e!=null)return bt(e,t.ofType,n,r);n(ee(r),e,new f(`Expected non-nullable type "${y(t)}" not to be null.`));return}if(e==null)return null;if(k(t)){let i=t.ofType;return tt(e)?Array.from(e,(o,s)=>{let a=Ue(r,s,void 0);return bt(o,i,n,a)}):[bt(e,i,n,r)]}if(A(t)){if(!Y(e)){n(ee(r),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(O(s.type)){let c=y(s.type);n(ee(r),e,new f(`Field "${s.name}" of required type "${c}" was not provided.`))}continue}i[s.name]=bt(a,s.type,n,Ue(r,s.name,t.name))}for(let s of Object.keys(e))if(!o[s]){let a=ne(s,Object.keys(t.getFields()));n(ee(r),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&&n(ee(r),e,new f(`Exactly one key must be specified for OneOf type "${t.name}".`));let a=s[0],c=i[a];c===null&&n(ee(r).concat(a),c,new f(`Field "${a}" must be non-null.`))}return i}if(W(t)){let i;try{i=t.parseValue(e)}catch(o){o instanceof f?n(ee(r),e,o):n(ee(r),e,new f(`Expected type "${t.name}". `+o.message,{originalError:o}));return}return i===void 0&&n(ee(r),e,new f(`Expected type "${t.name}".`)),i}$(!1,"Unexpected input type: "+y(t))}function $e(e,t,n){if(e){if(e.kind===u.VARIABLE){let r=e.name.value;if(n==null||n[r]===void 0)return;let i=n[r];return i===null&&O(t)?void 0:i}if(O(t))return e.kind===u.NULL?void 0:$e(e,t.ofType,n);if(e.kind===u.NULL)return null;if(k(t)){let r=t.ofType;if(e.kind===u.LIST){let o=[];for(let s of e.values)if(Ui(s,n)){if(O(r))return;o.push(null)}else{let a=$e(s,r,n);if(a===void 0)return;o.push(a)}return o}let i=$e(e,r,n);return i===void 0?void 0:[i]}if(A(t)){if(e.kind!==u.OBJECT)return;let r=Object.create(null),i=me(e.fields,o=>o.name.value);for(let o of Object.values(t.getFields())){let s=i[o.name];if(!s||Ui(s.value,n)){if(o.defaultValue!==void 0)r[o.name]=o.defaultValue;else if(O(o.type))return;continue}let a=$e(s.value,o.type,n);if(a===void 0)return;r[o.name]=a}if(t.isOneOf){let o=Object.keys(r);if(o.length!==1||r[o[0]]===null)return}return r}if(W(t)){let r;try{r=t.parseLiteral(e,n)}catch{return}return r===void 0?void 0:r}$(!1,"Unexpected input type: "+y(t))}}function Ui(e,t){return e.kind===u.VARIABLE&&(t==null||t[e.name.value]===void 0)}function br(e,t,n,r){let i=[],o=r?.maxErrors;try{let s=Es(e,t,n,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 Es(e,t,n,r){let i={};for(let o of t){let s=o.variable.name.value,a=V(e,o.type);if(!K(a)){let p=D(o.type);r(new f(`Variable "$${s}" expected value of type "${p}" which cannot be used as an input type.`,{nodes:o.type}));continue}if(!$i(n,s)){if(o.defaultValue)i[s]=$e(o.defaultValue,a);else if(O(a)){let p=y(a);r(new f(`Variable "$${s}" of required type "${p}" was not provided.`,{nodes:o}))}continue}let c=n[s];if(c===null&&O(a)){let p=y(a);r(new f(`Variable "$${s}" of non-null type "${p}" must not be null.`,{nodes:o}));continue}i[s]=Pi(c,a,(p,l,d)=>{let h=`Variable "$${s}" got invalid value `+y(l);p.length>0&&(h+=` at "${s}${cn(p)}"`),r(new f(h+"; "+d.message,{nodes:o,originalError:d}))})}return i}function un(e,t,n){var r;let i={},o=(r=t.arguments)!==null&&r!==void 0?r:[],s=me(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(O(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 E=d.name.value;if(n==null||!$i(n,E)){if(a.defaultValue!==void 0)i[c]=a.defaultValue;else if(O(p))throw new f(`Argument "${c}" of required type "${y(p)}" was provided the variable "$${E}" which was not provided a runtime value.`,{nodes:d});continue}h=n[E]==null}if(h&&O(p))throw new f(`Argument "${c}" of non-null type "${y(p)}" must not be null.`,{nodes:d});let T=$e(d,p,n);if(T===void 0)throw new f(`Argument "${c}" has invalid value ${D(d)}.`,{nodes:d});i[c]=T}return i}function pn(e,t,n){var r;let i=(r=t.directives)===null||r===void 0?void 0:r.find(o=>o.name.value===e.name);if(i)return un(e,i,n)}function $i(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function fn(e,t,n,r,i){let o=new Map;return ln(e,t,n,r,i,o,new Set),o}function Gi(e,t,n,r,i){let o=new Map,s=new Set;for(let a of i)a.selectionSet&&ln(e,t,n,r,a.selectionSet,o,s);return o}function ln(e,t,n,r,i,o,s){for(let a of i.selections)switch(a.kind){case u.FIELD:{if(!Rr(n,a))continue;let c=vs(a),p=o.get(c);p!==void 0?p.push(a):o.set(c,[a]);break}case u.INLINE_FRAGMENT:{if(!Rr(n,a)||!Vi(e,a,r))continue;ln(e,t,n,r,a.selectionSet,o,s);break}case u.FRAGMENT_SPREAD:{let c=a.name.value;if(s.has(c)||!Rr(n,a))continue;s.add(c);let p=t[c];if(!p||!Vi(e,p,r))continue;ln(e,t,n,r,p.selectionSet,o,s);break}}}function Rr(e,t){let n=pn(zt,t,e);if(n?.if===!0)return!1;let r=pn(Jt,t,e);return r?.if!==!1}function Vi(e,t,n){let r=t.typeCondition;if(!r)return!0;let i=V(e,r);return i===n?!0:ie(i)?e.isSubType(i,n):!1}function vs(e){return e.alias?e.alias.value:e.name.value}function Or(e){return{OperationDefinition(t){if(t.operation==="subscription"){let n=e.getSchema(),r=n.getSubscriptionType();if(r){let i=t.name?t.name.value:null,o=Object.create(null),s=e.getDocument(),a=Object.create(null);for(let p of s.definitions)p.kind===u.FRAGMENT_DEFINITION&&(a[p.name.value]=p);let c=fn(n,a,o,r,t.selectionSet);if(c.size>1){let d=[...c.values()].slice(1).flat();e.reportError(new f(i!=null?`Subscription "${i}" must select only one top level field.`:"Anonymous Subscription must select only one top level field.",{nodes:d}))}for(let p of c.values())p[0].name.value.startsWith("__")&&e.reportError(new f(i!=null?`Subscription "${i}" must not select an introspection top level field.`:"Anonymous Subscription must not select an introspection top level field.",{nodes:p}))}}}}}function it(e,t){let n=new Map;for(let r of e){let i=t(r),o=n.get(i);o===void 0?n.set(i,[r]):o.push(r)}return n}function Sr(e){return{DirectiveDefinition(r){var i;let o=(i=r.arguments)!==null&&i!==void 0?i:[];return n(`@${r.name.value}`,o)},InterfaceTypeDefinition:t,InterfaceTypeExtension:t,ObjectTypeDefinition:t,ObjectTypeExtension:t};function t(r){var i;let o=r.name.value,s=(i=r.fields)!==null&&i!==void 0?i:[];for(let c of s){var a;let p=c.name.value,l=(a=c.arguments)!==null&&a!==void 0?a:[];n(`${o}.${p}`,l)}return!1}function n(r,i){let o=it(i,s=>s.name.value);for(let[s,a]of o)a.length>1&&e.reportError(new f(`Argument "${r}(${s}:)" can only be defined once.`,{nodes:a.map(c=>c.name)}));return!1}}function dn(e){return{Field:t,Directive:t};function t(n){var r;let i=(r=n.arguments)!==null&&r!==void 0?r:[],o=it(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 _r(e){let t=Object.create(null),n=e.getSchema();return{DirectiveDefinition(r){let i=r.name.value;if(n!=null&&n.getDirective(i)){e.reportError(new f(`Directive "@${i}" already exists in the schema. It cannot be redefined.`,{nodes:r.name}));return}return t[i]?e.reportError(new f(`There can be only one directive named "@${i}".`,{nodes:[t[i],r.name]})):t[i]=r.name,!1}}}function mn(e){let t=Object.create(null),n=e.getSchema(),r=n?n.getDirectives():Ee;for(let a of r)t[a.name]=!a.isRepeatable;let i=e.getDocument().definitions;for(let a of i)a.kind===u.DIRECTIVE_DEFINITION&&(t[a.name.value]=!a.repeatable);let o=Object.create(null),s=Object.create(null);return{enter(a){if(!("directives"in a)||!a.directives)return;let c;if(a.kind===u.SCHEMA_DEFINITION||a.kind===u.SCHEMA_EXTENSION)c=o;else if(_e(a)||en(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 xr(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{EnumTypeDefinition:i,EnumTypeExtension:i};function i(o){var s;let a=o.name.value;r[a]||(r[a]=Object.create(null));let c=(s=o.values)!==null&&s!==void 0?s:[],p=r[a];for(let l of c){let d=l.name.value,h=n[a];Q(h)&&h.getValue(d)?e.reportError(new f(`Enum value "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Enum value "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function Lr(e){let t=e.getSchema(),n=t?t.getTypeMap():Object.create(null),r=Object.create(null);return{InputObjectTypeDefinition:i,InputObjectTypeExtension:i,InterfaceTypeDefinition:i,InterfaceTypeExtension:i,ObjectTypeDefinition:i,ObjectTypeExtension:i};function i(o){var s;let a=o.name.value;r[a]||(r[a]=Object.create(null));let c=(s=o.fields)!==null&&s!==void 0?s:[],p=r[a];for(let l of c){let d=l.name.value;Ns(n[a],d)?e.reportError(new f(`Field "${a}.${d}" already exists in the schema. It cannot also be defined in this type extension.`,{nodes:l.name})):p[d]?e.reportError(new f(`Field "${a}.${d}" can only be defined once.`,{nodes:[p[d],l.name]})):p[d]=l.name}return!1}}function Ns(e,t){return x(e)||w(e)||A(e)?e.getFields()[t]!=null:!1}function wr(e){let t=Object.create(null);return{OperationDefinition:()=>!1,FragmentDefinition(n){let r=n.name.value;return t[r]?e.reportError(new f(`There can be only one fragment named "${r}".`,{nodes:[t[r],n.name]})):t[r]=n.name,!1}}}function hn(e){let t=[],n=Object.create(null);return{ObjectValue:{enter(){t.push(n),n=Object.create(null)},leave(){let r=t.pop();r||$(!1),n=r}},ObjectField(r){let i=r.name.value;n[i]?e.reportError(new f(`There can be only one input field named "${i}".`,{nodes:[n[i],r.name]})):n[i]=r.name}}}function Dr(e){let t=Object.create(null);return{OperationDefinition(n){let r=n.name;return r&&(t[r.value]?e.reportError(new f(`There can be only one operation named "${r.value}".`,{nodes:[t[r.value],r]})):t[r.value]=r),!1},FragmentDefinition:()=>!1}}function Ar(e){let t=e.getSchema(),n=Object.create(null),r=t?{query:t.getQueryType(),mutation:t.getMutationType(),subscription:t.getSubscriptionType()}:{};return{SchemaDefinition:i,SchemaExtension:i};function i(o){var s;let a=(s=o.operationTypes)!==null&&s!==void 0?s:[];for(let c of a){let p=c.operation,l=n[p];r[p]?e.reportError(new f(`Type for ${p} already defined in the schema. It cannot be redefined.`,{nodes:c})):l?e.reportError(new f(`There can be only one ${p} type in schema.`,{nodes:[l,c]})):n[p]=c}return!1}}function Fr(e){let t=Object.create(null),n=e.getSchema();return{ScalarTypeDefinition:r,ObjectTypeDefinition:r,InterfaceTypeDefinition:r,UnionTypeDefinition:r,EnumTypeDefinition:r,InputObjectTypeDefinition:r};function r(i){let o=i.name.value;if(n!=null&&n.getType(o)){e.reportError(new 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 kr(e){return{OperationDefinition(t){var n;let r=(n=t.variableDefinitions)!==null&&n!==void 0?n:[],i=it(r,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 Cr(e){let t={};return{OperationDefinition:{enter(){t={}}},VariableDefinition(n){t[n.variable.name.value]=n},ListValue(n){let r=Ze(e.getParentInputType());if(!k(r))return Ve(e,n),!1},ObjectValue(n){let r=z(e.getInputType());if(!A(r))return Ve(e,n),!1;let i=me(n.fields,o=>o.name.value);for(let o of Object.values(r.getFields()))if(!i[o.name]&&et(o)){let a=y(o.type);e.reportError(new f(`Field "${r.name}.${o.name}" of required type "${a}" was not provided.`,{nodes:n}))}r.isOneOf&&Is(e,n,r,i,t)},ObjectField(n){let r=z(e.getParentInputType());if(!e.getInputType()&&A(r)){let o=ne(n.name.value,Object.keys(r.getFields()));e.reportError(new f(`Field "${n.name.value}" is not defined by type "${r.name}".`+Z(o),{nodes:n}))}},NullValue(n){let r=e.getInputType();O(r)&&e.reportError(new f(`Expected value of type "${y(r)}", found ${D(n)}.`,{nodes:n}))},EnumValue:n=>Ve(e,n),IntValue:n=>Ve(e,n),FloatValue:n=>Ve(e,n),StringValue:n=>Ve(e,n),BooleanValue:n=>Ve(e,n)}}function Ve(e,t){let n=e.getInputType();if(!n)return;let r=z(n);if(!W(r)){let i=y(n);e.reportError(new f(`Expected value of type "${i}", found ${D(t)}.`,{nodes:t}));return}try{if(r.parseLiteral(t,void 0)===void 0){let o=y(n);e.reportError(new f(`Expected value of type "${o}", found ${D(t)}.`,{nodes:t}))}}catch(i){let o=y(n);i instanceof f?e.reportError(i):e.reportError(new f(`Expected value of type "${o}", found ${D(t)}; `+i.message,{nodes:t,originalError:i}))}}function Is(e,t,n,r,i){var o;let s=Object.keys(r);if(s.length!==1){e.reportError(new f(`OneOf Input Object "${n.name}" must specify exactly one key.`,{nodes:[t]}));return}let c=(o=r[s[0]])===null||o===void 0?void 0:o.value,p=!c||c.kind===u.NULL,l=c?.kind===u.VARIABLE;if(p){e.reportError(new f(`Field "${n.name}.${s[0]}" must be non-null.`,{nodes:[t]}));return}if(l){let d=c.name.value;i[d].type.kind!==u.NON_NULL_TYPE&&e.reportError(new f(`Variable "${d}" must be non-nullable to be used for OneOf Input Object "${n.name}".`,{nodes:[t]}))}}function Mr(e){return{VariableDefinition(t){let n=V(e.getSchema(),t.type);if(n!==void 0&&!K(n)){let r=t.variable.name.value,i=D(t.type);e.reportError(new f(`Variable "$${r}" cannot be non-input type "${i}".`,{nodes:t.type}))}}}}function Pr(e){let t=Object.create(null);return{OperationDefinition:{enter(){t=Object.create(null)},leave(n){let r=e.getRecursiveVariableUsages(n);for(let{node:i,type:o,defaultValue:s}of r){let a=i.name.value,c=t[a];if(c&&o){let p=e.getSchema(),l=V(p,c.type);if(l&&!bs(p,l,c.defaultValue,o,s)){let d=y(l),h=y(o);e.reportError(new f(`Variable "$${a}" of type "${d}" used in position expecting type "${h}".`,{nodes:[c,i]}))}}}}},VariableDefinition(n){t[n.variable.name.value]=n}}}function bs(e,t,n,r,i){if(O(r)&&!O(t)){if(!(n!=null&&n.kind!==u.NULL)&&!(i!==void 0))return!1;let a=r.ofType;return Se(e,t,a)}return Se(e,t,r)}var Ur=Object.freeze([cr]),ot=Object.freeze([er,Dr,sr,Or,nn,nr,Mr,Ir,tr,wr,or,lr,gr,ur,kr,pr,fr,tn,mn,rr,dn,Cr,vr,Pr,yr,hn,...Ur]),Rs=Object.freeze([ar,Ar,Fr,xr,Lr,Sr,_r,nn,tn,mn,Er,ir,dn,hn,Nr]);var $r=class{constructor(t,n){this._ast=t,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=n}get[Symbol.toStringTag](){return"ASTValidationContext"}reportError(t){this._onError(t)}getDocument(){return this._ast}getFragment(t){let n;if(this._fragments)n=this._fragments;else{n=Object.create(null);for(let r of this.getDocument().definitions)r.kind===u.FRAGMENT_DEFINITION&&(n[r.name.value]=r);this._fragments=n}return n[t]}getFragmentSpreads(t){let n=this._fragmentSpreads.get(t);if(!n){n=[];let r=[t],i;for(;i=r.pop();)for(let o of i.selections)o.kind===u.FRAGMENT_SPREAD?n.push(o):o.selectionSet&&r.push(o.selectionSet);this._fragmentSpreads.set(t,n)}return n}getRecursivelyReferencedFragments(t){let n=this._recursivelyReferencedFragments.get(t);if(!n){n=[];let r=Object.create(null),i=[t.selectionSet],o;for(;o=i.pop();)for(let s of this.getFragmentSpreads(o)){let a=s.name.value;if(r[a]!==!0){r[a]=!0;let c=this.getFragment(a);c&&(n.push(c),i.push(c.selectionSet))}}this._recursivelyReferencedFragments.set(t,n)}return n}};var Rt=class extends $r{constructor(t,n,r,i){super(n,i),this._schema=t,this._typeInfo=r,this._variableUsages=new Map,this._recursiveVariableUsages=new Map}get[Symbol.toStringTag](){return"ValidationContext"}getSchema(){return this._schema}getVariableUsages(t){let n=this._variableUsages.get(t);if(!n){let r=[],i=new rt(this._schema);we(t,Zt(i,{VariableDefinition:()=>!1,Variable(o){r.push({node:o,type:i.getInputType(),defaultValue:i.getDefaultValue()})}})),n=r,this._variableUsages.set(t,n)}return n}getRecursiveVariableUsages(t){let n=this._recursiveVariableUsages.get(t);if(!n){n=this.getVariableUsages(t);for(let r of this.getRecursivelyReferencedFragments(t))n=n.concat(this.getVariableUsages(r));this._recursiveVariableUsages.set(t,n)}return n}getType(){return this._typeInfo.getType()}getParentType(){return this._typeInfo.getParentType()}getInputType(){return this._typeInfo.getInputType()}getParentInputType(){return this._typeInfo.getParentInputType()}getFieldDef(){return this._typeInfo.getFieldDef()}getDirective(){return this._typeInfo.getDirective()}getArgument(){return this._typeInfo.getArgument()}getEnumValue(){return this._typeInfo.getEnumValue()}};function yn(e,t,n=ot,r,i=new rt(e)){var o;let s=(o=r?.maxErrors)!==null&&o!==void 0?o:100;t||S(!1,"Must provide document."),It(e);let a=Object.freeze({}),c=[],p=new Rt(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=Cn(n.map(d=>d(p)));try{we(t,Zt(i,l))}catch(d){if(d!==a)throw d}return c}function ji(e){let t;return function(r,i,o){t===void 0&&(t=new WeakMap);let s=t.get(r);s===void 0&&(s=new WeakMap,t.set(r,s));let a=s.get(i);a===void 0&&(a=new WeakMap,s.set(i,a));let c=a.get(o);return c===void 0&&(c=e(r,i,o),a.set(o,c)),c}}function Vr(e){return Promise.all(Object.values(e)).then(t=>{let n=Object.create(null);for(let[r,i]of Object.keys(e).entries())n[i]=t[r];return n})}function Qi(e,t,n){let r=n;for(let i of e)r=ae(r)?r.then(o=>t(o,i)):t(r,i);return r}function Bi(e){return e instanceof Error?e:new Gr(e)}var Gr=class extends Error{constructor(t){super("Unexpected error value: "+y(t)),this.name="NonErrorThrown",this.thrownValue=t}};function Ot(e,t,n){var r;let i=Bi(e);return Os(i)?i:new f(i.message,{nodes:(r=i.nodes)!==null&&r!==void 0?r:t,source:i.source,positions:i.positions,path:n,originalError:i})}function Os(e){return Array.isArray(e.path)}var Ss=ji((e,t,n)=>Gi(e.schema,e.fragments,e.variableValues,t,n));function Nn(e){arguments.length<2||S(!1,"graphql@16 dropped long-deprecated support for positional arguments, please pass an object instead.");let{schema:t,document:n,variableValues:r,rootValue:i}=e;_s(t,n,r);let o=xs(e);if(!("schema"in o))return{errors:o};try{let{operation:s}=o,a=Ls(o,s,i);return ae(a)?a.then(c=>Tn(c,o.errors),c=>(o.errors.push(c),Tn(null,o.errors))):Tn(a,o.errors)}catch(s){return o.errors.push(s),Tn(null,o.errors)}}function Tn(e,t){return t.length===0?{data:e}:{errors:t,data:e}}function _s(e,t,n){t||S(!1,"Must provide document."),It(e),n==null||Y(n)||S(!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 xs(e){var t,n;let{schema:r,document:i,rootValue:o,contextValue:s,variableValues:a,operationName:c,fieldResolver:p,typeResolver:l,subscribeFieldResolver:d}=e,h,T=Object.create(null);for(let q of i.definitions)switch(q.kind){case u.OPERATION_DEFINITION:if(c==null){if(h!==void 0)return[new f("Must provide operation name if query contains multiple operations.")];h=q}else((t=q.name)===null||t===void 0?void 0:t.value)===c&&(h=q);break;case u.FRAGMENT_DEFINITION:T[q.name.value]=q;break;default:}if(!h)return c!=null?[new f(`Unknown operation named "${c}".`)]:[new f("Must provide an operation.")];let E=(n=h.variableDefinitions)!==null&&n!==void 0?n:[],P=br(r,E,a??{},{maxErrors:50});return P.errors?P.errors:{schema:r,fragments:T,rootValue:o,contextValue:s,operation:h,variableValues:P.coerced,fieldResolver:p??vn,typeResolver:l??Qr,subscribeFieldResolver:d??vn,errors:[]}}function Ls(e,t,n){let r=e.schema.getRootType(t.operation);if(r==null)throw new f(`Schema is not configured to execute ${t.operation} operation.`,{nodes:t});let i=fn(e.schema,e.fragments,e.variableValues,r,t.selectionSet),o=void 0;switch(t.operation){case U.QUERY:return gn(e,r,n,o,i);case U.MUTATION:return ws(e,r,n,o,i);case U.SUBSCRIPTION:return gn(e,r,n,o,i)}}function ws(e,t,n,r,i){return Qi(i.entries(),(o,[s,a])=>{let c=Ue(r,s,t.name),p=Hi(e,t,n,a,c);return p===void 0?o:ae(p)?p.then(l=>(o[s]=l,o)):(o[s]=p,o)},Object.create(null))}function gn(e,t,n,r,i){let o=Object.create(null),s=!1;try{for(let[a,c]of i.entries()){let p=Ue(r,a,t.name),l=Hi(e,t,n,c,p);l!==void 0&&(o[a]=l,ae(l)&&(s=!0))}}catch(a){if(s)return Vr(o).finally(()=>{throw a});throw a}return s?Vr(o):o}function Hi(e,t,n,r,i){var o;let s=Cs(e.schema,t,r[0]);if(!s)return;let a=s.type,c=(o=s.resolve)!==null&&o!==void 0?o:e.fieldResolver,p=Ds(e,s,r,t,i);try{let l=un(s,r[0],e.variableValues),d=e.contextValue,h=c(n,l,d,p),T;return ae(h)?T=h.then(E=>St(e,a,r,p,i,E)):T=St(e,a,r,p,i,h),ae(T)?T.then(void 0,E=>{let P=Ot(E,r,ee(i));return En(P,a,e)}):T}catch(l){let d=Ot(l,r,ee(i));return En(d,a,e)}}function Ds(e,t,n,r,i){return{fieldName:t.name,fieldNodes:n,returnType:t.type,parentType:r,path:i,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function En(e,t,n){if(O(t))throw e;return n.errors.push(e),null}function St(e,t,n,r,i,o){if(o instanceof Error)throw o;if(O(t)){let s=St(e,t.ofType,n,r,i,o);if(s===null)throw new Error(`Cannot return null for non-nullable field ${r.parentType.name}.${r.fieldName}.`);return s}if(o==null)return null;if(k(t))return As(e,t,n,r,i,o);if(W(t))return Fs(t,o);if(ie(t))return ks(e,t,n,r,i,o);if(x(t))return jr(e,t,n,r,i,o);$(!1,"Cannot complete value of unexpected output type: "+y(t))}function As(e,t,n,r,i,o){if(!tt(o))throw new f(`Expected Iterable, but did not find one for field "${r.parentType.name}.${r.fieldName}".`);let s=t.ofType,a=!1,c=Array.from(o,(p,l)=>{let d=Ue(i,l,void 0);try{let h;return ae(p)?h=p.then(T=>St(e,s,n,r,d,T)):h=St(e,s,n,r,d,p),ae(h)?(a=!0,h.then(void 0,T=>{let E=Ot(T,n,ee(d));return En(E,s,e)})):h}catch(h){let T=Ot(h,n,ee(d));return En(T,s,e)}});return a?Promise.all(c):c}function Fs(e,t){let n=e.serialize(t);if(n==null)throw new Error(`Expected \`${y(e)}.serialize(${y(t)})\` to return non-nullable value, returned: ${y(n)}`);return n}function ks(e,t,n,r,i,o){var s;let a=(s=t.resolveType)!==null&&s!==void 0?s:e.typeResolver,c=e.contextValue,p=a(o,c,r,t);return ae(p)?p.then(l=>jr(e,qi(l,e,t,n,r,o),n,r,i,o)):jr(e,qi(p,e,t,n,r,o),n,r,i,o)}function qi(e,t,n,r,i,o){if(e==null)throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}". Either the "${n.name}" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.`,r);if(x(e))throw new f("Support for returning GraphQLObjectType from resolveType was removed in graphql-js@16.0.0 please return type name instead.");if(typeof e!="string")throw new f(`Abstract type "${n.name}" must resolve to an Object type at runtime for field "${i.parentType.name}.${i.fieldName}" with value ${y(o)}, received "${y(e)}".`);let s=t.schema.getType(e);if(s==null)throw new f(`Abstract type "${n.name}" was resolved to a type "${e}" that does not exist inside the schema.`,{nodes:r});if(!x(s))throw new f(`Abstract type "${n.name}" was resolved to a non-object type "${e}".`,{nodes:r});if(!t.schema.isSubType(n,s))throw new f(`Runtime Object type "${s.name}" is not a possible type for "${n.name}".`,{nodes:r});return s}function jr(e,t,n,r,i,o){let s=Ss(e,t,n);if(t.isTypeOf){let a=t.isTypeOf(o,e.contextValue,r);if(ae(a))return a.then(c=>{if(!c)throw Yi(t,o,n);return gn(e,t,o,i,s)});if(!a)throw Yi(t,o,n)}return gn(e,t,o,i,s)}function Yi(e,t,n){return new f(`Expected value of type "${e.name}" but got: ${y(t)}.`,{nodes:n})}var Qr=function(e,t,n,r){if(Y(e)&&typeof e.__typename=="string")return e.__typename;let i=n.schema.getPossibleTypes(r),o=[];for(let s=0;s{for(let a=0;a(n.READER="reader",n.WRITER="writer",n))(zi||{}),In=class{async searchOne(t){return(await this.search({...t,count:1})).entry?.[0]?.resource}async searchResources(t){return(await this.search(t)).entry?.map(r=>r.resource)??[]}async conditionalCreate(t,n,r){if(n.resourceType!==t.resourceType)throw new g.OperationOutcomeError((0,g.badRequest)("Search type must match resource type for conditional update"));return n.count=2,n.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(n);if(i.length===1){let o=i[0];if(!r?.assignedId&&t.id&&t.id!==o.id)throw new g.OperationOutcomeError((0,g.badRequest)("Resource ID did not match resolved ID",t.resourceType+".id"));return{resource:i[0],outcome:g.allOk}}else if(i.length>1)throw new g.OperationOutcomeError(g.multipleMatches);return t=await this.createResource(t,r),{resource:t,outcome:g.created}},{serializable:!0})}async conditionalUpdate(t,n,r){if(n.resourceType!==t.resourceType)throw new g.OperationOutcomeError((0,g.badRequest)("Search type must match resource type for conditional update"));return n.count=2,n.sortRules=void 0,this.withTransaction(async()=>{let i=await this.searchResources(n);if(i.length===0){if(t.id&&!r?.assignedId)throw new g.OperationOutcomeError((0,g.badRequest)("Cannot perform create as update with client-assigned ID",t.resourceType+".id"));return t=await this.createResource(t,r),{resource:t,outcome:g.created}}else if(i.length>1)throw new g.OperationOutcomeError(g.multipleMatches);let o=i[0];if(t.id&&t.id!==o.id)throw new g.OperationOutcomeError((0,g.badRequest)("Resource ID did not match resolved ID",t.resourceType+".id"));return t.id=o.id,t=await this.updateResource(t,r),{resource:t,outcome:g.allOk}},{serializable:!0})}async conditionalDelete(t){t.count=2,t.sortRules=void 0,await this.withTransaction(async()=>{let n=await this.searchResources(t);if(n.length>1)throw new g.OperationOutcomeError(g.multipleMatches);if(!n.length)return;let r=n[0];await this.deleteResource(r.resourceType,r.id)})}},Br=class extends In{constructor(){super(),this.resources=new Map,this.history=new Map}clear(){this.resources.clear(),this.history.clear()}setMode(t){}async createResource(t){let n=JSON.parse((0,g.stringify)(t));n.id||(n.id=this.generateId()),n.meta||(n.meta={}),n.meta.versionId||(n.meta.versionId=(0,g.generateId)()),n.meta.lastUpdated||(n.meta.lastUpdated=new Date().toISOString());let{resourceType:r,id:i}=n,o=this.resources.get(r);o||(o=new Map,this.resources.set(r,o)),o.set(i,n);let s=this.history.get(r);s||(s=new Map,this.history.set(r,s));let a=s.get(i);return a||(a=[],s.set(i,a)),a.push(n),(0,g.deepClone)(n)}generateId(){return(0,g.generateId)()}updateResource(t,n){if(!t.id)throw new g.OperationOutcomeError((0,g.badRequest)("Missing id"));if(n?.ifMatch){let i=n.ifMatch,o=this.resources.get(t.resourceType)?.get(t.id);if(!o)throw new g.OperationOutcomeError(g.notFound);if(o.meta?.versionId!==i)throw new g.OperationOutcomeError(g.preconditionFailed)}let r=(0,g.deepClone)(t);return r.meta&&(r.meta.versionId&&delete r.meta.versionId,r.meta.lastUpdated&&delete r.meta.lastUpdated),this.createResource(r)}async patchResource(t,n,r){let i=await this.readResource(t,n);try{let o=(0,Ji.applyPatch)(i,r).filter(Boolean);if(o.length>0)throw new g.OperationOutcomeError((0,g.badRequest)(o.map(s=>s.message).join(` `)))}catch(o){throw new g.OperationOutcomeError((0,g.normalizeOperationOutcome)(o))}return this.updateResource(i)}async readResource(t,n){let r=this.resources.get(t)?.get(n);if(!r)throw new g.OperationOutcomeError(g.notFound);return(0,g.deepClone)(r)}async readReference(t){let n=t.reference?.split("/");if(!n||n.length!==2)throw new g.OperationOutcomeError((0,g.badRequest)("Invalid reference"));return this.readResource(n[0],n[1])}async readReferences(t){return Promise.all(t.map(n=>this.readReference(n)))}async readHistory(t,n){await this.readResource(t,n);let r=(this.history.get(t)?.get(n)??[]).reverse().map(i=>({resource:(0,g.deepClone)(i)}));return{resourceType:"Bundle",type:"history",...r.length?{entry:r}:void 0}}async readVersion(t,n,r){await this.readResource(t,n);let i=this.history.get(t)?.get(n)?.find(o=>o.meta?.versionId===r);if(!i)throw new g.OperationOutcomeError(g.notFound);return(0,g.deepClone)(i)}async search(t){let{resourceType:n}=t,r=this.resources.get(n)??new Map,i=[];for(let s of r.values())(0,g.matchesSearchRequest)(s,t)&&i.push(s);let o=i.map(s=>({resource:(0,g.deepClone)(s)}));if(t.sortRules)for(let s of t.sortRules)o=o.sort((a,c)=>ia(a.resource,c.resource,s));return t.offset!==void 0&&(o=o.slice(t.offset)),t.count!==void 0&&(o=o.slice(0,t.count)),{resourceType:"Bundle",type:"searchset",...o.length?{entry:o}:void 0,total:i.length}}async searchByReference(t,n,r){t.filters??=[];let i={};for(let o of r){t.filters.push({code:n,operator:g.Operator.EQUALS,value:o});let s=await this.search(t);i[o]=[];for(let a of s.entry??[])a.resource&&i[o].push(a.resource);t.filters.pop()}return i}async deleteResource(t,n){if(!this.resources.get(t)?.get(n))throw new g.OperationOutcomeError(g.notFound);this.resources.get(t)?.delete(n)}withTransaction(t){return console.debug("WARN: MockRepository does not support transactions"),t(void 0)}},ia=(e,t,n)=>{let i=g.globalSchema.types[e.resourceType]?.searchParams?.[n.code]?.expression;if(!i)return 0;let o=JSON.stringify((0,g.evalFhirPath)(i,e)),s=JSON.stringify((0,g.evalFhirPath)(i,t));return o.localeCompare(s)*(n.descending?-1:1)};var Ge=require("@medplum/core");var fe=require("@medplum/core"),Xi=ri(require("dataloader"));var bn={base64Binary:N,boolean:B,canonical:N,code:N,date:N,dateTime:N,decimal:pe,id:ge,instant:N,integer:pe,markdown:N,number:pe,oid:N,positiveInt:pe,string:N,time:N,unsignedInt:pe,uri:N,url:N,uuid:N,xhtml:N,"http://hl7.org/fhirpath/System.Boolean":B,"http://hl7.org/fhirpath/System.Date":N,"http://hl7.org/fhirpath/System.DateTime":N,"http://hl7.org/fhirpath/System.Decimal":pe,"http://hl7.org/fhirpath/System.Integer":pe,"http://hl7.org/fhirpath/System.String":N,"http://hl7.org/fhirpath/System.Time":N};function Ki(e,t,n){let r;if(t){let o=n._reference;delete n._reference,r={code:o,operator:fe.Operator.EQUALS,value:(0,fe.getReferenceString)(t)}}return n=Object.fromEntries(Object.entries(n).map(([o,s])=>[oa(o),s])),{searchRequest:(0,fe.parseSearchRequest)(e,n),referenceFilter:r}}function Wi(e,t){let n=e.filters||[];e.filters=[t,...n]}function Zi(e,t,n){let{searchRequest:r,referenceFilter:i}=Ki(e,t,n);return i&&Wi(r,i),r}function qr(e,t){e.count=Math.min(e.count??fe.DEFAULT_SEARCH_COUNT,t??fe.DEFAULT_MAX_SEARCH_COUNT)}function oa(e){return e.startsWith("_")?e:e.replaceAll("_","-")}function Yr(e){return e.replaceAll("-","_")}function sa(e){return JSON.stringify(e,(n,r)=>r&&typeof r=="object"&&!Array.isArray(r)?Object.keys(r).sort((i,o)=>i.localeCompare(o)).reduce((i,o)=>(i[o]=r[o],i),{}):r)}async function Rn(e,t,n,r){if(n.searchCount++,n.config?.graphqlMaxSearches&&n.searchCount>n.config.graphqlMaxSearches)throw new Error("Maximum number of searches exceeded");let i=r.fieldName,o=i.substring(0,i.length-4),{searchRequest:s,referenceFilter:a}=Ki(o,e,t);qr(s,n.config?.graphqlMaxSearches);let c=n.config?.graphqlBatchedSearchSize??0;if(c===0||!a)return a&&Wi(s,a),(await n.repo.search(s)).entry?.map(h=>h.resource);let p=sa(s);return(n.searchDataLoaders[p]??=aa(n.repo,s,c)).load(a)}function aa(e,t,n){return new Xi.default(async r=>{let i=await e.searchByReference(t,r[0].code,r.map(o=>o.value));return r.map(o=>i[o.value])},{maxBatchSize:n})}function _t(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."},_sort:{type:N,description:"Specify the sort order by comma-separated list of sort rules in priority order."},_id:{type:N,description:"Select resources based on the logical id of the resource."},_lastUpdated:{type:N,description:"Select resources based on the last time they were changed."},_filter:{type:N,description:" The _filter parameter provides a syntax for expressing a set of query expressions on the underlying resources."}},n=(0,fe.getSearchParameters)(e);if(n)for(let[r,i]of Object.entries(n))t[Yr(r)]={type:N,description:i.description};return t}function Hr(e,t){return e.fieldNodes.some(n=>n.selectionSet?.selections.some(r=>r.kind===u.FIELD&&r.name.value===t))}function eo(e){return{resourceType:"OperationOutcome",issue:e.map(t=>({severity:"error",code:"invalid",details:{text:t.message}}))}}var to={...bn};function xt(e,t){let n=to[e];return n||(n=ca(e,t),to[e]=n),n}function ca(e,t){let n=(0,Ge.getDataType)(e);return new Ae({name:e+t,description:n.description,fields:()=>ua(e,t)})}function ua(e,t){let n={};if((0,Ge.isResourceType)(e)){let r={description:"The type of resource",type:N};n.resourceType=r}return pa(e,n,t),n}function pa(e,t,n){let r=(0,Ge.getDataType)(e);for(let[i,o]of Object.entries(r.elements))for(let s of o.type)la(t,i,o,s,n)}function la(e,t,n,r,i){let o=r.code;if(o==="Resource")return;(o==="Element"||o==="BackboneElement")&&(o=n.type[0].code);let s={description:n.description,type:xt(o,i)};n.max>1&&(s.type=new C(new R(xt(o,i)))),n.min>0&&!t.endsWith("[x]")&&(s.type=new R(s.type));let a=t.split(".").pop().replace("[x]",(0,Ge.capitalize)(r.code));e[a]=s}var F=require("@medplum/core");var On={...bn};function je(e){let t=On[e];return t||(t=Jr(e),On[e]=t),t}function Jr(e){if(e==="ResourceList")return new De({name:"ResourceList",types:()=>(0,F.getResourceTypes)().map(je).filter(n=>!!n),resolveType:Na});let t=(0,F.getDataType)(e);return new H({name:e,description:t.description,fields:()=>fa(e)})}function fa(e){let t={};return da(e,t),Ta(e,t),t}function da(e,t){let n=(0,F.getDataType)(e);(0,F.isResourceTypeSchema)(n)&&(t.resourceType={type:new R(N),description:"Resource Type"}),e==="Reference"&&(t.resource={description:"Reference",type:je("ResourceList"),resolve:va});for(let[r,i]of Object.entries(n.elements))for(let o of i.type)ma(t,r,i,o)}function ma(e,t,n,r){let i=r.code;(i==="Element"||i==="BackboneElement")&&(i=n.type[0].code),i==="Resource"&&(i="ResourceList");let o={description:n.description,type:ga(n,i,t),resolve:Ea};n.max>1&&(o.args=ha(i));let s=t.split(".").pop().replace("[x]",(0,F.capitalize)(r.code));e[s]=o}function ha(e){let t={_count:{type:ue,description:"Specify how many elements to return from a repeating list."},_offset:{type:ue,description:"Specify the offset to start at for a repeating element."}};if(!(0,F.isLowerCase)(e.charAt(0))){t.fhirpath={type:N,description:"A FHIRPath statement selecting which of the subnodes is to be included"};let n=(0,F.tryGetDataType)(e);if(n?.elements)for(let[r,i]of Object.entries(n.elements))for(let o of i.type)ya(t,r,i,o)}return t}function ya(e,t,n,r){let i=r.code,o=t.replace("[x]",(0,F.capitalize)(i));switch(i){case"canonical":case"code":case"id":case"oid":case"string":case"uri":case"url":case"uuid":case"http://hl7.org/fhirpath/System.String":e[o]={type:N,description:n.description};break}}function Ta(e,t){for(let n of(0,F.getResourceTypes)()){let r=je(n),i=(0,F.getSearchParameters)(n),o={},s=0;if(i)for(let[a,c]of Object.entries(i))c.target?.includes(e)&&(o[Yr(a)]={value:a},s++);if(s>0){let a=new Ne({name:e+"_"+n+"_reference",values:o}),c=_t(n);c._reference={type:new R(a),description:`Specify which property to use for reverse lookup for ${n}`},t[n+"List"]={type:new C(r),args:c,resolve:Rn}}}}function ga(e,t,n){let r=je(t);return e.max>1&&(r=new C(new R(r))),e.min!==0&&!n.endsWith("[x]")&&(r=new R(r)),r}async function Ea(e,t,n,r){let i=e?.[r.fieldName];if(!t||!i)return i;let{_offset:o,_count:s,fhirpath:a,...c}=t,p=i;for(let[l,d]of Object.entries(c))p=p.filter(h=>h[l]===d);return a&&(p=p.filter(l=>(0,F.toJsBoolean)((0,F.evalFhirPathTyped)(a,[(0,F.toTypedValue)(l)])))),o&&(p=p.slice(o)),s&&(p=p.slice(0,s)),p}async function va(e,t,n){if((0,F.isReference)(e))try{return await n.dataLoader.load(e)}catch(r){throw new F.OperationOutcomeError((0,F.normalizeOperationOutcome)(r),r)}}function Na(e){let t=e?.resourceType;if(t)return je(t).name}var Ia=new M.LRUCache,zr;async function ro(e,t,n,r){let{query:i,operationName:o,variables:s}=e.body;if(!i)return[(0,M.badRequest)("Must provide query.")];let a;try{a=Ut(i)}catch{return[(0,M.badRequest)("GraphQL syntax error.")]}let c=Oa(),p=[...ot,Ma(n,e.config?.graphqlMaxDepth),Ua(n)],l=yn(c,a,p);if(l.length>0)return[eo(l)];let d=ba(i);if(d&&!n.options?.introspectionEnabled)return[M.forbidden];!r?.batch&&!Ra(i)&&t.setMode("reader");let h=new no.default(E=>t.readReferences(E)),T=d&&Ia.get(i);if(!T){let E={repo:t,config:e.config,dataLoader:h,searchCount:0,searchDataLoaders:Object.create(null)};T=await Nn({schema:c,document:a,contextValue:E,operationName:o,variableValues:s})}return[M.allOk,T,{contentType:M.ContentType.JSON}]}function ba(e){return e.includes("query IntrospectionQuery")||e.includes("__schema")}function Ra(e){return e.includes("mutation")}function Oa(){return zr||(zr=Sa()),zr}function Sa(){for(let n of(0,M.getResourceTypes)())On[n]=Jr(n);let e={},t={};for(let n of(0,M.getResourceTypes)()){let r=je(n);e[n]={type:r,args:{id:{type:new R(ge),description:n+" ID"}},resolve:Da},e[n+"List"]={type:new C(r),args:_t(n),resolve:Rn},e[n+"Connection"]={type:La(n,r),args:_t(n),resolve:wa},t[n+"Create"]={type:r,args:_a(n),resolve:Aa},t[n+"Update"]={type:r,args:xa(n),resolve:Fa},t[n+"Delete"]={type:r,args:{id:{type:new R(ge),description:n+" ID"}},resolve:ka}}return new Me({query:new H({name:"QueryType",fields:e}),mutation:new H({name:"MutationType",fields:t})})}function _a(e){return{res:{type:new R(xt(e,"Create")),description:e+" Create"}}}function xa(e){return{id:{type:new R(ge),description:e+" ID"},res:{type:new R(xt(e,"Update")),description:e+" Update"}}}function La(e,t){return new H({name:e+"Connection",fields:{count:{type:ue},offset:{type:ue},pageSize:{type:ue},first:{type:N},previous:{type:N},next:{type:N},last:{type:N},edges:{type:new C(new H({name:e+"ConnectionEdge",fields:{mode:{type:N},score:{type:pe},resource:{type:t}}}))}}})}async function wa(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-10),s=Zi(o,e,t);Hr(r,"count")&&(s.total="accurate"),Hr(r,"edges")||(s.count=0),qr(s,n.config?.graphqlMaxSearches);let a=await n.repo.search(s);return{count:a.total,offset:s.offset??0,pageSize:s.count??M.DEFAULT_SEARCH_COUNT,edges:a.entry?.map(c=>({mode:c.search?.mode,score:c.search?.score,resource:c.resource}))}}async function Da(e,t,n,r){try{return await n.dataLoader.load({reference:`${r.fieldName}/${t.id}`})}catch(i){throw new M.OperationOutcomeError((0,M.normalizeOperationOutcome)(i),i)}}async function Aa(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6),s=t.res;if(s.resourceType!==o)throw new M.OperationOutcomeError((0,M.badRequest)("Invalid resourceType"));return n.repo.createResource(s)}async function Fa(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6),s=t.res,a=t.id;if(s.resourceType!==o)throw new M.OperationOutcomeError((0,M.badRequest)("Invalid resourceType"));if(a!==s.id)throw new M.OperationOutcomeError((0,M.badRequest)("Invalid ID"));return n.repo.updateResource(s)}async function ka(e,t,n,r){let i=r.fieldName,o=i.substring(0,i.length-6);await n.repo.deleteResource(o,t.id)}var Ca=12,Ma=(e,t=Ca)=>n=>new Xr(n,e,t),Xr=class{constructor(t,n,r){this.context=t,this.router=n,this.fragmentDepths=Object.create(null),this.maxDepth=r}OperationDefinition(t){let n=this.getDepth(...t.selectionSet.selections);n.depth>this.maxDepth&&this.router.log("warn","Query max depth too high",{depth:n.depth,limit:this.maxDepth,query:t.loc?.source?.body})}getDepth(...t){let n={depth:-1};for(let r of t){let i={depth:0};if(r.kind===u.FIELD)r.selectionSet?.selections?(i=this.getDepth(...r.selectionSet.selections),i.depth+=1):i={depth:0,node:r};else if(r.kind===u.FRAGMENT_SPREAD){let o=r.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 r.kind===u.INLINE_FRAGMENT&&(i=this.getDepth(...r.selectionSet.selections));if(i.depth>this.maxDepth)return i;i.depth>n.depth&&(n=i)}return n}},Pa=1e4,Ua=(e,t)=>n=>new Kr(n,e,t),Kr=class{constructor(t,n,r){this.context=t,this.maxCost=r?.maxCost??Pa,this.debug=r?.debug??!1,this.router=n,this.fragmentCosts=Object.create(null)}OperationDefinition(t){let n=0;for(let r of t.selectionSet.selections){let i=process.hrtime.bigint(),o=this.calculateCost(r);n+=o,this.log(r.kind,"node has final cost",o,"(",process.hrtime.bigint()-i,"ns)"),n>this.maxCost&&this.router.log("warn","GraphQL query too complex",{cost:n,limit:this.maxCost,query:t.loc?.source?.body})}}calculateCost(...t){let n=0;for(let r of t){if(r.kind===u.FIELD&&r.selectionSet){let i=0,o=1;$a(r)?(this.log("Found search field",r.name.value),i=8,o=this.getCount(r.arguments)??20):Va(r)&&(this.log("Found linked resource"),i=1,o=2);let s=i+o*this.calculateCost(...r.selectionSet.selections);s&&this.log("Field",r.name.value,"costs",s),n+=s}else if(r.kind===u.FRAGMENT_SPREAD){let i=r.name.value,o=this.context.getFragment(i),s=this.fragmentCosts[i];if(s!==void 0)this.log("Fragment",i,"costs",s,"(cached)"),n+=s;else if(o){let a=this.calculateCost(...o.selectionSet.selections);this.fragmentCosts[i]=a,this.log("Fragment",i,"costs",a),n+=a}}else if(r.kind===u.INLINE_FRAGMENT){let i=this.calculateCost(...r.selectionSet.selections);this.log("Inline fragment on",r.typeCondition?.name.value,"costs",i),n+=i}if(n>this.maxCost)return n}return n}getCount(t){let n=t?.find(r=>r.name.value==="_count");if(n?.value.kind===u.INT)return parseInt(n.value.value,10)}log(...t){this.debug&&console.log(...t)}};function $a(e){return e.name.value.endsWith("List")}function Va(e){return e.name.value==="resource"}var Lt=class{constructor(){this.routes=[]}add(t,n,r,i){let o=n.split("/").filter(s=>!!s).map(s=>s.startsWith(":")?{value:s.substring(1),param:!0}:{value:s});this.routes.push({method:t,path:o,handler:r,data:i})}find(t,n){let r=n.indexOf("?"),i=r>-1,o=n.substring(0,i?r:n.length).split("/").filter(Boolean),s,a=-1;for(let c of this.routes){let p=Ga(c,t,o);p>a&&(s=c,a=p)}if(s)return{handler:s.handler,path:o.join("/"),params:ja(s,o),query:i?Qa(n):void 0,data:s.data}}};function Ga(e,t,n){if(t!==e.method||n.length!==e.path.length)return-1;let r=0;for(let i=0;i"}`)];let i=await n.createResource(t,r);return[_.created,i]}async function za(e,t){let{resourceType:n,id:r}=e.params,i=await t.readResource(n,r);return[_.allOk,i]}async function Xa(e,t){let{resourceType:n,id:r}=e.params,i=await t.readHistory(n,r);return[_.allOk,i]}async function Ka(e,t){let{resourceType:n,id:r,vid:i}=e.params,o=await t.readVersion(n,r,i);return[_.allOk,o]}async function Wa(e,t){let{resourceType:n,id:r}=e.params,i=e.body;return oo(n,r,i,t,{ifMatch:rc(e.headers?.["if-match"])})}async function oo(e,t,n,r,i){if(n.resourceType!==e)return[(0,_.badRequest)("Incorrect resource type")];if(n.id!==t)return[(0,_.badRequest)("Incorrect resource ID")];let o=await r.updateResource(n,i);return[_.allOk,o]}async function Za(e,t,n,r){let{resourceType:i}=e.params,o=e.body,s=(0,_.parseSearchRequest)(i,e.query),a=await t.conditionalUpdate(o,s,{assignedId:r?.batch});return[a.outcome,a.resource]}async function ec(e,t){let{resourceType:n,id:r}=e.params;return await t.deleteResource(n,r),[_.allOk]}async function tc(e,t){let{resourceType:n}=e.params,r=(0,_.parseSearchRequest)(n,e.query);return await t.conditionalDelete(r),[_.allOk]}async function nc(e,t){let{resourceType:n,id:r}=e.params,i=e.body;if(!i)return[(0,_.badRequest)("Empty patch body")];if(!Array.isArray(i))return[(0,_.badRequest)("Patch body must be an array")];let o=await t.patchResource(n,r,i);return[_.allOk,o]}var Wr=class extends _.EventTarget{constructor(n={}){super();this.router=new Lt;this.options=n,this.router.add("GET","",Ya,{interaction:"search-system"}),this.router.add("POST","",Ba,{interaction:"batch"}),this.router.add("GET",":resourceType",qa,{interaction:"search-type"}),this.router.add("POST",":resourceType/_search",Ha,{interaction:"search-type"}),this.router.add("POST",":resourceType",Ja,{interaction:"create"}),this.router.add("GET",":resourceType/:id",za,{interaction:"read"}),this.router.add("GET",":resourceType/:id/_history",Xa,{interaction:"history-instance"}),this.router.add("GET",":resourceType/:id/_history/:vid",Ka,{interaction:"vread"}),this.router.add("PUT",":resourceType/:id",Wa,{interaction:"update"}),this.router.add("PUT",":resourceType",Za,{interaction:"update"}),this.router.add("DELETE",":resourceType/:id",ec,{interaction:"delete"}),this.router.add("DELETE",":resourceType",tc,{interaction:"delete"}),this.router.add("PATCH",":resourceType/:id",nc,{interaction:"patch"}),this.router.add("POST","$graphql",ro,{interaction:"operation"})}add(n,r,i,o){this.router.add(n,r,i,{interaction:o??"operation"})}find(n,r){return this.router.find(n,r)}async handleRequest(n,r){let i=n.url;if(n.pathname)throw new _.OperationOutcomeError((0,_.badRequest)("FhirRequest must specify url instead of pathname"));let o=this.find(n.method,i);if(!o)return[_.notFound];let{handler:s,path:a,params:c,query:p}=o;n.params=c,n.pathname=a,p&&(n.query=p);try{return await s(n,r,this)}catch(l){return[(0,_.normalizeOperationOutcome)(l)]}}log(n,r,i){let o={type:n,message:r,data:i};this.dispatchEvent(o)}};function rc(e){if(!e)return;let t=/"([^"]+)"/.exec(e);return t?t[1]:void 0}function ic(e,t,n){return{method:e,url:t,pathname:"",query:{},params:{},body:n}}0&&(module.exports={FhirRepository,FhirRouter,MemoryRepository,RepositoryMode,Router,createResourceImpl,makeSimpleRequest,updateResourceImpl}); //# sourceMappingURL=index.cjs.map