graphql 17.0.0-alpha.8 → 17.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -10
- package/__dev__/devMode.d.mts +1 -0
- package/__dev__/devMode.d.ts +1 -0
- package/__dev__/devMode.js +3 -0
- package/__dev__/devMode.mjs +3 -0
- package/__dev__/error/GraphQLError.d.mts +1 -0
- package/__dev__/error/GraphQLError.d.ts +1 -0
- package/__dev__/error/GraphQLError.js +3 -0
- package/__dev__/error/GraphQLError.mjs +3 -0
- package/__dev__/error/ensureGraphQLError.d.mts +1 -0
- package/__dev__/error/ensureGraphQLError.d.ts +1 -0
- package/__dev__/error/ensureGraphQLError.js +3 -0
- package/__dev__/error/ensureGraphQLError.mjs +3 -0
- package/__dev__/error/index.d.mts +1 -0
- package/__dev__/error/index.d.ts +1 -0
- package/__dev__/error/index.js +3 -0
- package/__dev__/error/index.mjs +3 -0
- package/__dev__/error/locatedError.d.mts +1 -0
- package/__dev__/error/locatedError.d.ts +1 -0
- package/__dev__/error/locatedError.js +3 -0
- package/__dev__/error/locatedError.mjs +3 -0
- package/__dev__/error/syntaxError.d.mts +1 -0
- package/__dev__/error/syntaxError.d.ts +1 -0
- package/__dev__/error/syntaxError.js +3 -0
- package/__dev__/error/syntaxError.mjs +3 -0
- package/__dev__/execution/AbortedGraphQLExecutionError.d.mts +1 -0
- package/__dev__/execution/AbortedGraphQLExecutionError.d.ts +1 -0
- package/__dev__/execution/AbortedGraphQLExecutionError.js +3 -0
- package/__dev__/execution/AbortedGraphQLExecutionError.mjs +3 -0
- package/__dev__/execution/AsyncWorkTracker.d.mts +1 -0
- package/__dev__/execution/AsyncWorkTracker.d.ts +1 -0
- package/__dev__/execution/AsyncWorkTracker.js +3 -0
- package/__dev__/execution/AsyncWorkTracker.mjs +3 -0
- package/__dev__/execution/Executor.d.mts +1 -0
- package/__dev__/execution/Executor.d.ts +1 -0
- package/__dev__/execution/Executor.js +3 -0
- package/__dev__/execution/Executor.mjs +3 -0
- package/__dev__/execution/ExecutorThrowingOnIncremental.d.mts +1 -0
- package/__dev__/execution/ExecutorThrowingOnIncremental.d.ts +1 -0
- package/__dev__/execution/ExecutorThrowingOnIncremental.js +3 -0
- package/__dev__/execution/ExecutorThrowingOnIncremental.mjs +3 -0
- package/__dev__/execution/cancellablePromise.d.mts +1 -0
- package/__dev__/execution/cancellablePromise.d.ts +1 -0
- package/__dev__/execution/cancellablePromise.js +3 -0
- package/__dev__/execution/cancellablePromise.mjs +3 -0
- package/__dev__/execution/collectFields.d.mts +1 -0
- package/__dev__/execution/collectFields.d.ts +1 -0
- package/__dev__/execution/collectFields.js +3 -0
- package/__dev__/execution/collectFields.mjs +3 -0
- package/__dev__/execution/collectIteratorPromises.d.mts +1 -0
- package/__dev__/execution/collectIteratorPromises.d.ts +1 -0
- package/__dev__/execution/collectIteratorPromises.js +3 -0
- package/__dev__/execution/collectIteratorPromises.mjs +3 -0
- package/__dev__/execution/createSharedExecutionContext.d.mts +1 -0
- package/__dev__/execution/createSharedExecutionContext.d.ts +1 -0
- package/__dev__/execution/createSharedExecutionContext.js +3 -0
- package/__dev__/execution/createSharedExecutionContext.mjs +3 -0
- package/__dev__/execution/execute.d.mts +1 -0
- package/__dev__/execution/execute.d.ts +1 -0
- package/__dev__/execution/execute.js +3 -0
- package/__dev__/execution/execute.mjs +3 -0
- package/__dev__/execution/getStreamUsage.d.mts +1 -0
- package/__dev__/execution/getStreamUsage.d.ts +1 -0
- package/__dev__/execution/getStreamUsage.js +3 -0
- package/__dev__/execution/getStreamUsage.mjs +3 -0
- package/__dev__/execution/getVariableSignature.d.mts +1 -0
- package/__dev__/execution/getVariableSignature.d.ts +1 -0
- package/__dev__/execution/getVariableSignature.js +3 -0
- package/__dev__/execution/getVariableSignature.mjs +3 -0
- package/__dev__/execution/hooks.d.mts +1 -0
- package/__dev__/execution/hooks.d.ts +1 -0
- package/__dev__/execution/hooks.js +3 -0
- package/__dev__/execution/hooks.mjs +3 -0
- package/__dev__/execution/incremental/Computation.d.mts +1 -0
- package/__dev__/execution/incremental/Computation.d.ts +1 -0
- package/__dev__/execution/incremental/Computation.js +3 -0
- package/__dev__/execution/incremental/Computation.mjs +3 -0
- package/__dev__/execution/incremental/IncrementalExecutor.d.mts +1 -0
- package/__dev__/execution/incremental/IncrementalExecutor.d.ts +1 -0
- package/__dev__/execution/incremental/IncrementalExecutor.js +3 -0
- package/__dev__/execution/incremental/IncrementalExecutor.mjs +3 -0
- package/__dev__/execution/incremental/IncrementalPublisher.d.mts +1 -0
- package/__dev__/execution/incremental/IncrementalPublisher.d.ts +1 -0
- package/__dev__/execution/incremental/IncrementalPublisher.js +3 -0
- package/__dev__/execution/incremental/IncrementalPublisher.mjs +3 -0
- package/__dev__/execution/incremental/Queue.d.mts +1 -0
- package/__dev__/execution/incremental/Queue.d.ts +1 -0
- package/__dev__/execution/incremental/Queue.js +3 -0
- package/__dev__/execution/incremental/Queue.mjs +3 -0
- package/__dev__/execution/incremental/WorkQueue.d.mts +1 -0
- package/__dev__/execution/incremental/WorkQueue.d.ts +1 -0
- package/__dev__/execution/incremental/WorkQueue.js +3 -0
- package/__dev__/execution/incremental/WorkQueue.mjs +3 -0
- package/__dev__/execution/incremental/buildExecutionPlan.d.mts +1 -0
- package/__dev__/execution/incremental/buildExecutionPlan.d.ts +1 -0
- package/__dev__/execution/incremental/buildExecutionPlan.js +3 -0
- package/__dev__/execution/incremental/buildExecutionPlan.mjs +3 -0
- package/__dev__/execution/index.d.mts +1 -0
- package/__dev__/execution/index.d.ts +1 -0
- package/__dev__/execution/index.js +3 -0
- package/__dev__/execution/index.mjs +3 -0
- package/__dev__/execution/mapAsyncIterable.d.mts +1 -0
- package/__dev__/execution/mapAsyncIterable.d.ts +1 -0
- package/__dev__/execution/mapAsyncIterable.js +3 -0
- package/__dev__/execution/mapAsyncIterable.mjs +3 -0
- package/__dev__/execution/returnIteratorCatchingErrors.d.mts +1 -0
- package/__dev__/execution/returnIteratorCatchingErrors.d.ts +1 -0
- package/__dev__/execution/returnIteratorCatchingErrors.js +3 -0
- package/__dev__/execution/returnIteratorCatchingErrors.mjs +3 -0
- package/__dev__/execution/values.d.mts +1 -0
- package/__dev__/execution/values.d.ts +1 -0
- package/__dev__/execution/values.js +3 -0
- package/__dev__/execution/values.mjs +3 -0
- package/__dev__/execution/withConcurrentAbruptClose.d.mts +1 -0
- package/__dev__/execution/withConcurrentAbruptClose.d.ts +1 -0
- package/__dev__/execution/withConcurrentAbruptClose.js +3 -0
- package/__dev__/execution/withConcurrentAbruptClose.mjs +3 -0
- package/__dev__/graphql.d.mts +1 -0
- package/__dev__/graphql.d.ts +1 -0
- package/__dev__/graphql.js +3 -0
- package/__dev__/graphql.mjs +3 -0
- package/__dev__/harness.d.mts +1 -0
- package/__dev__/harness.d.ts +1 -0
- package/__dev__/harness.js +3 -0
- package/__dev__/harness.mjs +3 -0
- package/__dev__/index.d.mts +1 -0
- package/__dev__/index.d.ts +1 -0
- package/__dev__/index.js +3 -0
- package/__dev__/index.mjs +3 -0
- package/__dev__/jsutils/AccumulatorMap.d.mts +1 -0
- package/__dev__/jsutils/AccumulatorMap.d.ts +1 -0
- package/__dev__/jsutils/AccumulatorMap.js +3 -0
- package/__dev__/jsutils/AccumulatorMap.mjs +3 -0
- package/__dev__/jsutils/Maybe.d.mts +1 -0
- package/__dev__/jsutils/Maybe.d.ts +1 -0
- package/__dev__/jsutils/Maybe.js +3 -0
- package/__dev__/jsutils/Maybe.mjs +3 -0
- package/__dev__/jsutils/ObjMap.d.mts +1 -0
- package/__dev__/jsutils/ObjMap.d.ts +1 -0
- package/__dev__/jsutils/ObjMap.js +3 -0
- package/__dev__/jsutils/ObjMap.mjs +3 -0
- package/__dev__/jsutils/Path.d.mts +1 -0
- package/__dev__/jsutils/Path.d.ts +1 -0
- package/__dev__/jsutils/Path.js +3 -0
- package/__dev__/jsutils/Path.mjs +3 -0
- package/__dev__/jsutils/PromiseOrValue.d.mts +1 -0
- package/__dev__/jsutils/PromiseOrValue.d.ts +1 -0
- package/__dev__/jsutils/PromiseOrValue.js +3 -0
- package/__dev__/jsutils/PromiseOrValue.mjs +3 -0
- package/__dev__/jsutils/capitalize.d.mts +1 -0
- package/__dev__/jsutils/capitalize.d.ts +1 -0
- package/__dev__/jsutils/capitalize.js +3 -0
- package/__dev__/jsutils/capitalize.mjs +3 -0
- package/__dev__/jsutils/devAssert.d.mts +1 -0
- package/__dev__/jsutils/devAssert.d.ts +1 -0
- package/__dev__/jsutils/devAssert.js +3 -0
- package/__dev__/jsutils/devAssert.mjs +3 -0
- package/__dev__/jsutils/didYouMean.d.mts +1 -0
- package/__dev__/jsutils/didYouMean.d.ts +1 -0
- package/__dev__/jsutils/didYouMean.js +3 -0
- package/__dev__/jsutils/didYouMean.mjs +3 -0
- package/__dev__/jsutils/formatList.d.mts +1 -0
- package/__dev__/jsutils/formatList.d.ts +1 -0
- package/__dev__/jsutils/formatList.js +3 -0
- package/__dev__/jsutils/formatList.mjs +3 -0
- package/__dev__/jsutils/getBySet.d.mts +1 -0
- package/__dev__/jsutils/getBySet.d.ts +1 -0
- package/__dev__/jsutils/getBySet.js +3 -0
- package/__dev__/jsutils/getBySet.mjs +3 -0
- package/__dev__/jsutils/groupBy.d.mts +1 -0
- package/__dev__/jsutils/groupBy.d.ts +1 -0
- package/__dev__/jsutils/groupBy.js +3 -0
- package/__dev__/jsutils/groupBy.mjs +3 -0
- package/__dev__/jsutils/identityFunc.d.mts +1 -0
- package/__dev__/jsutils/identityFunc.d.ts +1 -0
- package/__dev__/jsutils/identityFunc.js +3 -0
- package/__dev__/jsutils/identityFunc.mjs +3 -0
- package/__dev__/jsutils/inspect.d.mts +1 -0
- package/__dev__/jsutils/inspect.d.ts +1 -0
- package/__dev__/jsutils/inspect.js +3 -0
- package/__dev__/jsutils/inspect.mjs +3 -0
- package/__dev__/jsutils/instanceOf.d.mts +1 -0
- package/__dev__/jsutils/instanceOf.d.ts +1 -0
- package/__dev__/jsutils/instanceOf.js +3 -0
- package/__dev__/jsutils/instanceOf.mjs +3 -0
- package/__dev__/jsutils/invariant.d.mts +1 -0
- package/__dev__/jsutils/invariant.d.ts +1 -0
- package/__dev__/jsutils/invariant.js +3 -0
- package/__dev__/jsutils/invariant.mjs +3 -0
- package/__dev__/jsutils/isAsyncIterable.d.mts +1 -0
- package/__dev__/jsutils/isAsyncIterable.d.ts +1 -0
- package/__dev__/jsutils/isAsyncIterable.js +3 -0
- package/__dev__/jsutils/isAsyncIterable.mjs +3 -0
- package/__dev__/jsutils/isIterableObject.d.mts +1 -0
- package/__dev__/jsutils/isIterableObject.d.ts +1 -0
- package/__dev__/jsutils/isIterableObject.js +3 -0
- package/__dev__/jsutils/isIterableObject.mjs +3 -0
- package/__dev__/jsutils/isObjectLike.d.mts +1 -0
- package/__dev__/jsutils/isObjectLike.d.ts +1 -0
- package/__dev__/jsutils/isObjectLike.js +3 -0
- package/__dev__/jsutils/isObjectLike.mjs +3 -0
- package/__dev__/jsutils/isPromise.d.mts +1 -0
- package/__dev__/jsutils/isPromise.d.ts +1 -0
- package/__dev__/jsutils/isPromise.js +3 -0
- package/__dev__/jsutils/isPromise.mjs +3 -0
- package/__dev__/jsutils/isSameSet.d.mts +1 -0
- package/__dev__/jsutils/isSameSet.d.ts +1 -0
- package/__dev__/jsutils/isSameSet.js +3 -0
- package/__dev__/jsutils/isSameSet.mjs +3 -0
- package/__dev__/jsutils/keyMap.d.mts +1 -0
- package/__dev__/jsutils/keyMap.d.ts +1 -0
- package/__dev__/jsutils/keyMap.js +3 -0
- package/__dev__/jsutils/keyMap.mjs +3 -0
- package/__dev__/jsutils/keyValMap.d.mts +1 -0
- package/__dev__/jsutils/keyValMap.d.ts +1 -0
- package/__dev__/jsutils/keyValMap.js +3 -0
- package/__dev__/jsutils/keyValMap.mjs +3 -0
- package/__dev__/jsutils/mapValue.d.mts +1 -0
- package/__dev__/jsutils/mapValue.d.ts +1 -0
- package/__dev__/jsutils/mapValue.js +3 -0
- package/__dev__/jsutils/mapValue.mjs +3 -0
- package/__dev__/jsutils/memoize1.d.mts +1 -0
- package/__dev__/jsutils/memoize1.d.ts +1 -0
- package/__dev__/jsutils/memoize1.js +3 -0
- package/__dev__/jsutils/memoize1.mjs +3 -0
- package/__dev__/jsutils/memoize2.d.mts +1 -0
- package/__dev__/jsutils/memoize2.d.ts +1 -0
- package/__dev__/jsutils/memoize2.js +3 -0
- package/__dev__/jsutils/memoize2.mjs +3 -0
- package/__dev__/jsutils/memoize3.d.mts +1 -0
- package/__dev__/jsutils/memoize3.d.ts +1 -0
- package/__dev__/jsutils/memoize3.js +3 -0
- package/__dev__/jsutils/memoize3.mjs +3 -0
- package/__dev__/jsutils/naturalCompare.d.mts +1 -0
- package/__dev__/jsutils/naturalCompare.d.ts +1 -0
- package/__dev__/jsutils/naturalCompare.js +3 -0
- package/__dev__/jsutils/naturalCompare.mjs +3 -0
- package/__dev__/jsutils/printPathArray.d.mts +1 -0
- package/__dev__/jsutils/printPathArray.d.ts +1 -0
- package/__dev__/jsutils/printPathArray.js +3 -0
- package/__dev__/jsutils/printPathArray.mjs +3 -0
- package/__dev__/jsutils/promiseForObject.d.mts +1 -0
- package/__dev__/jsutils/promiseForObject.d.ts +1 -0
- package/__dev__/jsutils/promiseForObject.js +3 -0
- package/__dev__/jsutils/promiseForObject.mjs +3 -0
- package/__dev__/jsutils/promiseReduce.d.mts +1 -0
- package/__dev__/jsutils/promiseReduce.d.ts +1 -0
- package/__dev__/jsutils/promiseReduce.js +3 -0
- package/__dev__/jsutils/promiseReduce.mjs +3 -0
- package/__dev__/jsutils/promiseWithResolvers.d.mts +1 -0
- package/__dev__/jsutils/promiseWithResolvers.d.ts +1 -0
- package/__dev__/jsutils/promiseWithResolvers.js +3 -0
- package/__dev__/jsutils/promiseWithResolvers.mjs +3 -0
- package/__dev__/jsutils/suggestionList.d.mts +1 -0
- package/__dev__/jsutils/suggestionList.d.ts +1 -0
- package/__dev__/jsutils/suggestionList.js +3 -0
- package/__dev__/jsutils/suggestionList.mjs +3 -0
- package/__dev__/jsutils/toError.d.mts +1 -0
- package/__dev__/jsutils/toError.d.ts +1 -0
- package/__dev__/jsutils/toError.js +3 -0
- package/__dev__/jsutils/toError.mjs +3 -0
- package/__dev__/jsutils/toObjMap.d.mts +1 -0
- package/__dev__/jsutils/toObjMap.d.ts +1 -0
- package/__dev__/jsutils/toObjMap.js +3 -0
- package/__dev__/jsutils/toObjMap.mjs +3 -0
- package/__dev__/language/KindTypeMap.d.mts +1 -0
- package/__dev__/language/KindTypeMap.d.ts +1 -0
- package/__dev__/language/KindTypeMap.js +3 -0
- package/__dev__/language/KindTypeMap.mjs +3 -0
- package/__dev__/language/ast.d.mts +1 -0
- package/__dev__/language/ast.d.ts +1 -0
- package/__dev__/language/ast.js +3 -0
- package/__dev__/language/ast.mjs +3 -0
- package/__dev__/language/blockString.d.mts +1 -0
- package/__dev__/language/blockString.d.ts +1 -0
- package/__dev__/language/blockString.js +3 -0
- package/__dev__/language/blockString.mjs +3 -0
- package/__dev__/language/characterClasses.d.mts +1 -0
- package/__dev__/language/characterClasses.d.ts +1 -0
- package/__dev__/language/characterClasses.js +3 -0
- package/__dev__/language/characterClasses.mjs +3 -0
- package/__dev__/language/directiveLocation.d.mts +1 -0
- package/__dev__/language/directiveLocation.d.ts +1 -0
- package/__dev__/language/directiveLocation.js +3 -0
- package/__dev__/language/directiveLocation.mjs +3 -0
- package/__dev__/language/index.d.mts +1 -0
- package/__dev__/language/index.d.ts +1 -0
- package/__dev__/language/index.js +3 -0
- package/__dev__/language/index.mjs +3 -0
- package/__dev__/language/kinds.d.mts +1 -0
- package/__dev__/language/kinds.d.ts +1 -0
- package/__dev__/language/kinds.js +3 -0
- package/__dev__/language/kinds.mjs +3 -0
- package/__dev__/language/kinds_.d.mts +1 -0
- package/__dev__/language/kinds_.d.ts +1 -0
- package/__dev__/language/kinds_.js +3 -0
- package/__dev__/language/kinds_.mjs +3 -0
- package/__dev__/language/lexer.d.mts +1 -0
- package/__dev__/language/lexer.d.ts +1 -0
- package/__dev__/language/lexer.js +3 -0
- package/__dev__/language/lexer.mjs +3 -0
- package/__dev__/language/location.d.mts +1 -0
- package/__dev__/language/location.d.ts +1 -0
- package/__dev__/language/location.js +3 -0
- package/__dev__/language/location.mjs +3 -0
- package/__dev__/language/parser.d.mts +1 -0
- package/__dev__/language/parser.d.ts +1 -0
- package/__dev__/language/parser.js +3 -0
- package/__dev__/language/parser.mjs +3 -0
- package/__dev__/language/predicates.d.mts +1 -0
- package/__dev__/language/predicates.d.ts +1 -0
- package/__dev__/language/predicates.js +3 -0
- package/__dev__/language/predicates.mjs +3 -0
- package/__dev__/language/printLocation.d.mts +1 -0
- package/__dev__/language/printLocation.d.ts +1 -0
- package/__dev__/language/printLocation.js +3 -0
- package/__dev__/language/printLocation.mjs +3 -0
- package/__dev__/language/printString.d.mts +1 -0
- package/__dev__/language/printString.d.ts +1 -0
- package/__dev__/language/printString.js +3 -0
- package/__dev__/language/printString.mjs +3 -0
- package/__dev__/language/printer.d.mts +1 -0
- package/__dev__/language/printer.d.ts +1 -0
- package/__dev__/language/printer.js +3 -0
- package/__dev__/language/printer.mjs +3 -0
- package/__dev__/language/schemaCoordinateLexer.d.mts +1 -0
- package/__dev__/language/schemaCoordinateLexer.d.ts +1 -0
- package/__dev__/language/schemaCoordinateLexer.js +3 -0
- package/__dev__/language/schemaCoordinateLexer.mjs +3 -0
- package/__dev__/language/source.d.mts +1 -0
- package/__dev__/language/source.d.ts +1 -0
- package/__dev__/language/source.js +3 -0
- package/__dev__/language/source.mjs +3 -0
- package/__dev__/language/tokenKind.d.mts +1 -0
- package/__dev__/language/tokenKind.d.ts +1 -0
- package/__dev__/language/tokenKind.js +3 -0
- package/__dev__/language/tokenKind.mjs +3 -0
- package/__dev__/language/visitor.d.mts +1 -0
- package/__dev__/language/visitor.d.ts +1 -0
- package/__dev__/language/visitor.js +3 -0
- package/__dev__/language/visitor.mjs +3 -0
- package/__dev__/type/assertName.d.mts +1 -0
- package/__dev__/type/assertName.d.ts +1 -0
- package/__dev__/type/assertName.js +3 -0
- package/__dev__/type/assertName.mjs +3 -0
- package/__dev__/type/definition.d.mts +1 -0
- package/__dev__/type/definition.d.ts +1 -0
- package/__dev__/type/definition.js +3 -0
- package/__dev__/type/definition.mjs +3 -0
- package/__dev__/type/directives.d.mts +1 -0
- package/__dev__/type/directives.d.ts +1 -0
- package/__dev__/type/directives.js +3 -0
- package/__dev__/type/directives.mjs +3 -0
- package/__dev__/type/index.d.mts +1 -0
- package/__dev__/type/index.d.ts +1 -0
- package/__dev__/type/index.js +3 -0
- package/__dev__/type/index.mjs +3 -0
- package/__dev__/type/introspection.d.mts +1 -0
- package/__dev__/type/introspection.d.ts +1 -0
- package/__dev__/type/introspection.js +3 -0
- package/__dev__/type/introspection.mjs +3 -0
- package/__dev__/type/scalars.d.mts +1 -0
- package/__dev__/type/scalars.d.ts +1 -0
- package/__dev__/type/scalars.js +3 -0
- package/__dev__/type/scalars.mjs +3 -0
- package/__dev__/type/schema.d.mts +1 -0
- package/__dev__/type/schema.d.ts +1 -0
- package/__dev__/type/schema.js +3 -0
- package/__dev__/type/schema.mjs +3 -0
- package/__dev__/type/validate.d.mts +1 -0
- package/__dev__/type/validate.d.ts +1 -0
- package/__dev__/type/validate.js +3 -0
- package/__dev__/type/validate.mjs +3 -0
- package/__dev__/utilities/TypeInfo.d.mts +1 -0
- package/__dev__/utilities/TypeInfo.d.ts +1 -0
- package/__dev__/utilities/TypeInfo.js +3 -0
- package/__dev__/utilities/TypeInfo.mjs +3 -0
- package/__dev__/utilities/astFromValue.d.mts +1 -0
- package/__dev__/utilities/astFromValue.d.ts +1 -0
- package/__dev__/utilities/astFromValue.js +3 -0
- package/__dev__/utilities/astFromValue.mjs +3 -0
- package/__dev__/utilities/buildASTSchema.d.mts +1 -0
- package/__dev__/utilities/buildASTSchema.d.ts +1 -0
- package/__dev__/utilities/buildASTSchema.js +3 -0
- package/__dev__/utilities/buildASTSchema.mjs +3 -0
- package/__dev__/utilities/buildClientSchema.d.mts +1 -0
- package/__dev__/utilities/buildClientSchema.d.ts +1 -0
- package/__dev__/utilities/buildClientSchema.js +3 -0
- package/__dev__/utilities/buildClientSchema.mjs +3 -0
- package/__dev__/utilities/coerceInputValue.d.mts +1 -0
- package/__dev__/utilities/coerceInputValue.d.ts +1 -0
- package/__dev__/utilities/coerceInputValue.js +3 -0
- package/__dev__/utilities/coerceInputValue.mjs +3 -0
- package/__dev__/utilities/concatAST.d.mts +1 -0
- package/__dev__/utilities/concatAST.d.ts +1 -0
- package/__dev__/utilities/concatAST.js +3 -0
- package/__dev__/utilities/concatAST.mjs +3 -0
- package/__dev__/utilities/extendSchema.d.mts +1 -0
- package/__dev__/utilities/extendSchema.d.ts +1 -0
- package/__dev__/utilities/extendSchema.js +3 -0
- package/__dev__/utilities/extendSchema.mjs +3 -0
- package/__dev__/utilities/findSchemaChanges.d.mts +1 -0
- package/__dev__/utilities/findSchemaChanges.d.ts +1 -0
- package/__dev__/utilities/findSchemaChanges.js +3 -0
- package/__dev__/utilities/findSchemaChanges.mjs +3 -0
- package/__dev__/utilities/getDefaultValueAST.d.mts +1 -0
- package/__dev__/utilities/getDefaultValueAST.d.ts +1 -0
- package/__dev__/utilities/getDefaultValueAST.js +3 -0
- package/__dev__/utilities/getDefaultValueAST.mjs +3 -0
- package/__dev__/utilities/getIntrospectionQuery.d.mts +1 -0
- package/__dev__/utilities/getIntrospectionQuery.d.ts +1 -0
- package/__dev__/utilities/getIntrospectionQuery.js +3 -0
- package/__dev__/utilities/getIntrospectionQuery.mjs +3 -0
- package/__dev__/utilities/getOperationAST.d.mts +1 -0
- package/__dev__/utilities/getOperationAST.d.ts +1 -0
- package/__dev__/utilities/getOperationAST.js +3 -0
- package/__dev__/utilities/getOperationAST.mjs +3 -0
- package/__dev__/utilities/index.d.mts +1 -0
- package/__dev__/utilities/index.d.ts +1 -0
- package/__dev__/utilities/index.js +3 -0
- package/__dev__/utilities/index.mjs +3 -0
- package/__dev__/utilities/introspectionFromSchema.d.mts +1 -0
- package/__dev__/utilities/introspectionFromSchema.d.ts +1 -0
- package/__dev__/utilities/introspectionFromSchema.js +3 -0
- package/__dev__/utilities/introspectionFromSchema.mjs +3 -0
- package/__dev__/utilities/lexicographicSortSchema.d.mts +1 -0
- package/__dev__/utilities/lexicographicSortSchema.d.ts +1 -0
- package/__dev__/utilities/lexicographicSortSchema.js +3 -0
- package/__dev__/utilities/lexicographicSortSchema.mjs +3 -0
- package/__dev__/utilities/mapSchemaConfig.d.mts +1 -0
- package/__dev__/utilities/mapSchemaConfig.d.ts +1 -0
- package/__dev__/utilities/mapSchemaConfig.js +3 -0
- package/__dev__/utilities/mapSchemaConfig.mjs +3 -0
- package/__dev__/utilities/printSchema.d.mts +1 -0
- package/__dev__/utilities/printSchema.d.ts +1 -0
- package/__dev__/utilities/printSchema.js +3 -0
- package/__dev__/utilities/printSchema.mjs +3 -0
- package/__dev__/utilities/replaceVariables.d.mts +1 -0
- package/__dev__/utilities/replaceVariables.d.ts +1 -0
- package/__dev__/utilities/replaceVariables.js +3 -0
- package/__dev__/utilities/replaceVariables.mjs +3 -0
- package/__dev__/utilities/resolveSchemaCoordinate.d.mts +1 -0
- package/__dev__/utilities/resolveSchemaCoordinate.d.ts +1 -0
- package/__dev__/utilities/resolveSchemaCoordinate.js +3 -0
- package/__dev__/utilities/resolveSchemaCoordinate.mjs +3 -0
- package/__dev__/utilities/separateOperations.d.mts +1 -0
- package/__dev__/utilities/separateOperations.d.ts +1 -0
- package/__dev__/utilities/separateOperations.js +3 -0
- package/__dev__/utilities/separateOperations.mjs +3 -0
- package/__dev__/utilities/sortValueNode.d.mts +1 -0
- package/__dev__/utilities/sortValueNode.d.ts +1 -0
- package/__dev__/utilities/sortValueNode.js +3 -0
- package/__dev__/utilities/sortValueNode.mjs +3 -0
- package/__dev__/utilities/stripIgnoredCharacters.d.mts +1 -0
- package/__dev__/utilities/stripIgnoredCharacters.d.ts +1 -0
- package/__dev__/utilities/stripIgnoredCharacters.js +3 -0
- package/__dev__/utilities/stripIgnoredCharacters.mjs +3 -0
- package/__dev__/utilities/typeComparators.d.mts +1 -0
- package/__dev__/utilities/typeComparators.d.ts +1 -0
- package/__dev__/utilities/typeComparators.js +3 -0
- package/__dev__/utilities/typeComparators.mjs +3 -0
- package/__dev__/utilities/typeFromAST.d.mts +1 -0
- package/__dev__/utilities/typeFromAST.d.ts +1 -0
- package/__dev__/utilities/typeFromAST.js +3 -0
- package/__dev__/utilities/typeFromAST.mjs +3 -0
- package/__dev__/utilities/typedQueryDocumentNode.d.mts +1 -0
- package/__dev__/utilities/typedQueryDocumentNode.d.ts +1 -0
- package/__dev__/utilities/typedQueryDocumentNode.js +3 -0
- package/__dev__/utilities/typedQueryDocumentNode.mjs +3 -0
- package/__dev__/utilities/validateInputValue.d.mts +1 -0
- package/__dev__/utilities/validateInputValue.d.ts +1 -0
- package/__dev__/utilities/validateInputValue.js +3 -0
- package/__dev__/utilities/validateInputValue.mjs +3 -0
- package/__dev__/utilities/valueFromAST.d.mts +1 -0
- package/__dev__/utilities/valueFromAST.d.ts +1 -0
- package/__dev__/utilities/valueFromAST.js +3 -0
- package/__dev__/utilities/valueFromAST.mjs +3 -0
- package/__dev__/utilities/valueFromASTUntyped.d.mts +1 -0
- package/__dev__/utilities/valueFromASTUntyped.d.ts +1 -0
- package/__dev__/utilities/valueFromASTUntyped.js +3 -0
- package/__dev__/utilities/valueFromASTUntyped.mjs +3 -0
- package/__dev__/utilities/valueToLiteral.d.mts +1 -0
- package/__dev__/utilities/valueToLiteral.d.ts +1 -0
- package/__dev__/utilities/valueToLiteral.js +3 -0
- package/__dev__/utilities/valueToLiteral.mjs +3 -0
- package/__dev__/validation/ValidationContext.d.mts +1 -0
- package/__dev__/validation/ValidationContext.d.ts +1 -0
- package/__dev__/validation/ValidationContext.js +3 -0
- package/__dev__/validation/ValidationContext.mjs +3 -0
- package/__dev__/validation/index.d.mts +1 -0
- package/__dev__/validation/index.d.ts +1 -0
- package/__dev__/validation/index.js +3 -0
- package/__dev__/validation/index.mjs +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveLabelRule.d.mts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveLabelRule.d.ts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveLabelRule.js +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveLabelRule.mjs +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnRootFieldRule.d.mts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnRootFieldRule.d.ts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnRootFieldRule.js +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnRootFieldRule.mjs +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnValidOperationsRule.d.mts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnValidOperationsRule.d.ts +1 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnValidOperationsRule.js +3 -0
- package/__dev__/validation/rules/DeferStreamDirectiveOnValidOperationsRule.mjs +3 -0
- package/__dev__/validation/rules/ExecutableDefinitionsRule.d.mts +1 -0
- package/__dev__/validation/rules/ExecutableDefinitionsRule.d.ts +1 -0
- package/__dev__/validation/rules/ExecutableDefinitionsRule.js +3 -0
- package/__dev__/validation/rules/ExecutableDefinitionsRule.mjs +3 -0
- package/__dev__/validation/rules/FieldsOnCorrectTypeRule.d.mts +1 -0
- package/__dev__/validation/rules/FieldsOnCorrectTypeRule.d.ts +1 -0
- package/__dev__/validation/rules/FieldsOnCorrectTypeRule.js +3 -0
- package/__dev__/validation/rules/FieldsOnCorrectTypeRule.mjs +3 -0
- package/__dev__/validation/rules/FragmentsOnCompositeTypesRule.d.mts +1 -0
- package/__dev__/validation/rules/FragmentsOnCompositeTypesRule.d.ts +1 -0
- package/__dev__/validation/rules/FragmentsOnCompositeTypesRule.js +3 -0
- package/__dev__/validation/rules/FragmentsOnCompositeTypesRule.mjs +3 -0
- package/__dev__/validation/rules/KnownArgumentNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/KnownArgumentNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/KnownArgumentNamesRule.js +3 -0
- package/__dev__/validation/rules/KnownArgumentNamesRule.mjs +3 -0
- package/__dev__/validation/rules/KnownDirectivesRule.d.mts +1 -0
- package/__dev__/validation/rules/KnownDirectivesRule.d.ts +1 -0
- package/__dev__/validation/rules/KnownDirectivesRule.js +3 -0
- package/__dev__/validation/rules/KnownDirectivesRule.mjs +3 -0
- package/__dev__/validation/rules/KnownFragmentNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/KnownFragmentNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/KnownFragmentNamesRule.js +3 -0
- package/__dev__/validation/rules/KnownFragmentNamesRule.mjs +3 -0
- package/__dev__/validation/rules/KnownOperationTypesRule.d.mts +1 -0
- package/__dev__/validation/rules/KnownOperationTypesRule.d.ts +1 -0
- package/__dev__/validation/rules/KnownOperationTypesRule.js +3 -0
- package/__dev__/validation/rules/KnownOperationTypesRule.mjs +3 -0
- package/__dev__/validation/rules/KnownTypeNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/KnownTypeNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/KnownTypeNamesRule.js +3 -0
- package/__dev__/validation/rules/KnownTypeNamesRule.mjs +3 -0
- package/__dev__/validation/rules/LoneAnonymousOperationRule.d.mts +1 -0
- package/__dev__/validation/rules/LoneAnonymousOperationRule.d.ts +1 -0
- package/__dev__/validation/rules/LoneAnonymousOperationRule.js +3 -0
- package/__dev__/validation/rules/LoneAnonymousOperationRule.mjs +3 -0
- package/__dev__/validation/rules/LoneSchemaDefinitionRule.d.mts +1 -0
- package/__dev__/validation/rules/LoneSchemaDefinitionRule.d.ts +1 -0
- package/__dev__/validation/rules/LoneSchemaDefinitionRule.js +3 -0
- package/__dev__/validation/rules/LoneSchemaDefinitionRule.mjs +3 -0
- package/__dev__/validation/rules/MaxIntrospectionDepthRule.d.mts +1 -0
- package/__dev__/validation/rules/MaxIntrospectionDepthRule.d.ts +1 -0
- package/__dev__/validation/rules/MaxIntrospectionDepthRule.js +3 -0
- package/__dev__/validation/rules/MaxIntrospectionDepthRule.mjs +3 -0
- package/__dev__/validation/rules/NoFragmentCyclesRule.d.mts +1 -0
- package/__dev__/validation/rules/NoFragmentCyclesRule.d.ts +1 -0
- package/__dev__/validation/rules/NoFragmentCyclesRule.js +3 -0
- package/__dev__/validation/rules/NoFragmentCyclesRule.mjs +3 -0
- package/__dev__/validation/rules/NoUndefinedVariablesRule.d.mts +1 -0
- package/__dev__/validation/rules/NoUndefinedVariablesRule.d.ts +1 -0
- package/__dev__/validation/rules/NoUndefinedVariablesRule.js +3 -0
- package/__dev__/validation/rules/NoUndefinedVariablesRule.mjs +3 -0
- package/__dev__/validation/rules/NoUnusedFragmentsRule.d.mts +1 -0
- package/__dev__/validation/rules/NoUnusedFragmentsRule.d.ts +1 -0
- package/__dev__/validation/rules/NoUnusedFragmentsRule.js +3 -0
- package/__dev__/validation/rules/NoUnusedFragmentsRule.mjs +3 -0
- package/__dev__/validation/rules/NoUnusedVariablesRule.d.mts +1 -0
- package/__dev__/validation/rules/NoUnusedVariablesRule.d.ts +1 -0
- package/__dev__/validation/rules/NoUnusedVariablesRule.js +3 -0
- package/__dev__/validation/rules/NoUnusedVariablesRule.mjs +3 -0
- package/__dev__/validation/rules/OverlappingFieldsCanBeMergedRule.d.mts +1 -0
- package/__dev__/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +1 -0
- package/__dev__/validation/rules/OverlappingFieldsCanBeMergedRule.js +3 -0
- package/__dev__/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +3 -0
- package/__dev__/validation/rules/PossibleFragmentSpreadsRule.d.mts +1 -0
- package/__dev__/validation/rules/PossibleFragmentSpreadsRule.d.ts +1 -0
- package/__dev__/validation/rules/PossibleFragmentSpreadsRule.js +3 -0
- package/__dev__/validation/rules/PossibleFragmentSpreadsRule.mjs +3 -0
- package/__dev__/validation/rules/PossibleTypeExtensionsRule.d.mts +1 -0
- package/__dev__/validation/rules/PossibleTypeExtensionsRule.d.ts +1 -0
- package/__dev__/validation/rules/PossibleTypeExtensionsRule.js +3 -0
- package/__dev__/validation/rules/PossibleTypeExtensionsRule.mjs +3 -0
- package/__dev__/validation/rules/ProvidedRequiredArgumentsRule.d.mts +1 -0
- package/__dev__/validation/rules/ProvidedRequiredArgumentsRule.d.ts +1 -0
- package/__dev__/validation/rules/ProvidedRequiredArgumentsRule.js +3 -0
- package/__dev__/validation/rules/ProvidedRequiredArgumentsRule.mjs +3 -0
- package/__dev__/validation/rules/ScalarLeafsRule.d.mts +1 -0
- package/__dev__/validation/rules/ScalarLeafsRule.d.ts +1 -0
- package/__dev__/validation/rules/ScalarLeafsRule.js +3 -0
- package/__dev__/validation/rules/ScalarLeafsRule.mjs +3 -0
- package/__dev__/validation/rules/SingleFieldSubscriptionsRule.d.mts +1 -0
- package/__dev__/validation/rules/SingleFieldSubscriptionsRule.d.ts +1 -0
- package/__dev__/validation/rules/SingleFieldSubscriptionsRule.js +3 -0
- package/__dev__/validation/rules/SingleFieldSubscriptionsRule.mjs +3 -0
- package/__dev__/validation/rules/StreamDirectiveOnListFieldRule.d.mts +1 -0
- package/__dev__/validation/rules/StreamDirectiveOnListFieldRule.d.ts +1 -0
- package/__dev__/validation/rules/StreamDirectiveOnListFieldRule.js +3 -0
- package/__dev__/validation/rules/StreamDirectiveOnListFieldRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueArgumentDefinitionNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueArgumentDefinitionNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueArgumentNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueArgumentNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueArgumentNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueArgumentNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueDirectiveNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueDirectiveNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueDirectiveNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueDirectiveNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueDirectivesPerLocationRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueDirectivesPerLocationRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueDirectivesPerLocationRule.js +3 -0
- package/__dev__/validation/rules/UniqueDirectivesPerLocationRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueEnumValueNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueEnumValueNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueEnumValueNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueEnumValueNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueFieldDefinitionNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueFieldDefinitionNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueFieldDefinitionNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueFragmentNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueFragmentNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueFragmentNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueFragmentNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueInputFieldNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueInputFieldNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueInputFieldNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueInputFieldNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueOperationNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueOperationNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueOperationNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueOperationNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueOperationTypesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueOperationTypesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueOperationTypesRule.js +3 -0
- package/__dev__/validation/rules/UniqueOperationTypesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueTypeNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueTypeNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueTypeNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueTypeNamesRule.mjs +3 -0
- package/__dev__/validation/rules/UniqueVariableNamesRule.d.mts +1 -0
- package/__dev__/validation/rules/UniqueVariableNamesRule.d.ts +1 -0
- package/__dev__/validation/rules/UniqueVariableNamesRule.js +3 -0
- package/__dev__/validation/rules/UniqueVariableNamesRule.mjs +3 -0
- package/__dev__/validation/rules/ValuesOfCorrectTypeRule.d.mts +1 -0
- package/__dev__/validation/rules/ValuesOfCorrectTypeRule.d.ts +1 -0
- package/__dev__/validation/rules/ValuesOfCorrectTypeRule.js +3 -0
- package/__dev__/validation/rules/ValuesOfCorrectTypeRule.mjs +3 -0
- package/__dev__/validation/rules/VariablesAreInputTypesRule.d.mts +1 -0
- package/__dev__/validation/rules/VariablesAreInputTypesRule.d.ts +1 -0
- package/__dev__/validation/rules/VariablesAreInputTypesRule.js +3 -0
- package/__dev__/validation/rules/VariablesAreInputTypesRule.mjs +3 -0
- package/__dev__/validation/rules/VariablesInAllowedPositionRule.d.mts +1 -0
- package/__dev__/validation/rules/VariablesInAllowedPositionRule.d.ts +1 -0
- package/__dev__/validation/rules/VariablesInAllowedPositionRule.js +3 -0
- package/__dev__/validation/rules/VariablesInAllowedPositionRule.mjs +3 -0
- package/__dev__/validation/rules/custom/NoDeprecatedCustomRule.d.mts +1 -0
- package/__dev__/validation/rules/custom/NoDeprecatedCustomRule.d.ts +1 -0
- package/__dev__/validation/rules/custom/NoDeprecatedCustomRule.js +3 -0
- package/__dev__/validation/rules/custom/NoDeprecatedCustomRule.mjs +3 -0
- package/__dev__/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.mts +1 -0
- package/__dev__/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +1 -0
- package/__dev__/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +3 -0
- package/__dev__/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +3 -0
- package/__dev__/validation/specifiedRules.d.mts +1 -0
- package/__dev__/validation/specifiedRules.d.ts +1 -0
- package/__dev__/validation/specifiedRules.js +3 -0
- package/__dev__/validation/specifiedRules.mjs +3 -0
- package/__dev__/validation/validate.d.mts +1 -0
- package/__dev__/validation/validate.d.ts +1 -0
- package/__dev__/validation/validate.js +3 -0
- package/__dev__/validation/validate.mjs +3 -0
- package/__dev__/version.d.mts +1 -0
- package/__dev__/version.d.ts +1 -0
- package/__dev__/version.js +3 -0
- package/__dev__/version.mjs +3 -0
- package/devMode.d.mts +2 -0
- package/devMode.d.ts +2 -0
- package/devMode.js +14 -0
- package/devMode.js.map +1 -0
- package/devMode.mjs +10 -0
- package/devMode.mjs.map +1 -0
- package/error/GraphQLError.d.mts +120 -0
- package/error/ensureGraphQLError.d.mts +5 -0
- package/error/ensureGraphQLError.d.ts +5 -0
- package/error/ensureGraphQLError.js +16 -0
- package/error/ensureGraphQLError.js.map +1 -0
- package/error/ensureGraphQLError.mjs +13 -0
- package/error/ensureGraphQLError.mjs.map +1 -0
- package/error/index.d.mts +4 -0
- package/error/locatedError.d.mts +9 -0
- package/error/syntaxError.d.mts +7 -0
- package/execution/AbortedGraphQLExecutionError.d.mts +6 -0
- package/execution/AbortedGraphQLExecutionError.d.ts +6 -0
- package/execution/AbortedGraphQLExecutionError.js +27 -0
- package/execution/AbortedGraphQLExecutionError.js.map +1 -0
- package/execution/AbortedGraphQLExecutionError.mjs +23 -0
- package/execution/AbortedGraphQLExecutionError.mjs.map +1 -0
- package/execution/AsyncWorkTracker.d.mts +10 -0
- package/execution/AsyncWorkTracker.d.ts +10 -0
- package/execution/AsyncWorkTracker.js +49 -0
- package/execution/AsyncWorkTracker.js.map +1 -0
- package/execution/AsyncWorkTracker.mjs +45 -0
- package/execution/AsyncWorkTracker.mjs.map +1 -0
- package/execution/Executor.d.mts +212 -0
- package/execution/Executor.d.ts +212 -0
- package/execution/Executor.js +655 -0
- package/execution/Executor.js.map +1 -0
- package/execution/Executor.mjs +651 -0
- package/execution/Executor.mjs.map +1 -0
- package/execution/ExecutorThrowingOnIncremental.d.mts +12 -0
- package/execution/ExecutorThrowingOnIncremental.d.ts +12 -0
- package/execution/ExecutorThrowingOnIncremental.js +47 -0
- package/execution/ExecutorThrowingOnIncremental.js.map +1 -0
- package/execution/ExecutorThrowingOnIncremental.mjs +43 -0
- package/execution/ExecutorThrowingOnIncremental.mjs.map +1 -0
- package/execution/cancellablePromise.d.mts +6 -0
- package/execution/cancellablePromise.d.ts +6 -0
- package/execution/cancellablePromise.js +49 -0
- package/execution/cancellablePromise.js.map +1 -0
- package/execution/cancellablePromise.mjs +45 -0
- package/execution/cancellablePromise.mjs.map +1 -0
- package/execution/collectFields.d.mts +59 -0
- package/execution/collectFields.d.ts +15 -4
- package/execution/collectFields.js +57 -22
- package/execution/collectFields.js.map +1 -1
- package/execution/collectFields.mjs +58 -23
- package/execution/collectFields.mjs.map +1 -1
- package/execution/collectIteratorPromises.d.mts +5 -0
- package/execution/collectIteratorPromises.d.ts +5 -0
- package/execution/collectIteratorPromises.js +27 -0
- package/execution/collectIteratorPromises.js.map +1 -0
- package/execution/collectIteratorPromises.mjs +24 -0
- package/execution/collectIteratorPromises.mjs.map +1 -0
- package/execution/createSharedExecutionContext.d.mts +10 -0
- package/execution/createSharedExecutionContext.d.ts +10 -0
- package/execution/createSharedExecutionContext.js +20 -0
- package/execution/createSharedExecutionContext.js.map +1 -0
- package/execution/createSharedExecutionContext.mjs +17 -0
- package/execution/createSharedExecutionContext.mjs.map +1 -0
- package/execution/execute.d.mts +180 -0
- package/execution/execute.d.ts +73 -118
- package/execution/execute.js +218 -1121
- package/execution/execute.js.map +1 -1
- package/execution/execute.mjs +213 -1119
- package/execution/execute.mjs.map +1 -1
- package/execution/getStreamUsage.d.mts +13 -0
- package/execution/getStreamUsage.d.ts +13 -0
- package/execution/getStreamUsage.js +41 -0
- package/execution/getStreamUsage.js.map +1 -0
- package/execution/getStreamUsage.mjs +38 -0
- package/execution/getStreamUsage.mjs.map +1 -0
- package/execution/getVariableSignature.d.mts +18 -0
- package/execution/hooks.d.mts +9 -0
- package/execution/hooks.d.ts +9 -0
- package/execution/hooks.js +24 -0
- package/execution/hooks.js.map +1 -0
- package/execution/hooks.mjs +21 -0
- package/execution/hooks.mjs.map +1 -0
- package/execution/incremental/Computation.d.mts +22 -0
- package/execution/incremental/Computation.d.ts +22 -0
- package/execution/incremental/Computation.js +68 -0
- package/execution/incremental/Computation.js.map +1 -0
- package/execution/incremental/Computation.mjs +64 -0
- package/execution/incremental/Computation.mjs.map +1 -0
- package/execution/incremental/IncrementalExecutor.d.mts +182 -0
- package/execution/incremental/IncrementalExecutor.d.ts +182 -0
- package/execution/incremental/IncrementalExecutor.js +390 -0
- package/execution/incremental/IncrementalExecutor.js.map +1 -0
- package/execution/incremental/IncrementalExecutor.mjs +386 -0
- package/execution/incremental/IncrementalExecutor.mjs.map +1 -0
- package/execution/incremental/IncrementalPublisher.d.mts +17 -0
- package/execution/incremental/IncrementalPublisher.d.ts +17 -0
- package/execution/incremental/IncrementalPublisher.js +201 -0
- package/execution/incremental/IncrementalPublisher.js.map +1 -0
- package/execution/incremental/IncrementalPublisher.mjs +197 -0
- package/execution/incremental/IncrementalPublisher.mjs.map +1 -0
- package/execution/incremental/Queue.d.mts +86 -0
- package/execution/incremental/Queue.d.ts +86 -0
- package/execution/incremental/Queue.js +330 -0
- package/execution/incremental/Queue.js.map +1 -0
- package/execution/incremental/Queue.mjs +325 -0
- package/execution/incremental/Queue.mjs.map +1 -0
- package/execution/incremental/WorkQueue.d.mts +67 -0
- package/execution/incremental/WorkQueue.d.ts +67 -0
- package/execution/incremental/WorkQueue.js +396 -0
- package/execution/incremental/WorkQueue.js.map +1 -0
- package/execution/incremental/WorkQueue.mjs +393 -0
- package/execution/incremental/WorkQueue.mjs.map +1 -0
- package/execution/incremental/buildExecutionPlan.d.mts +7 -0
- package/execution/{buildExecutionPlan.d.ts → incremental/buildExecutionPlan.d.ts} +1 -1
- package/execution/{buildExecutionPlan.js → incremental/buildExecutionPlan.js} +2 -2
- package/execution/incremental/buildExecutionPlan.js.map +1 -0
- package/execution/{buildExecutionPlan.mjs → incremental/buildExecutionPlan.mjs} +2 -2
- package/execution/incremental/buildExecutionPlan.mjs.map +1 -0
- package/execution/index.d.mts +8 -0
- package/execution/index.d.ts +6 -3
- package/execution/index.js +8 -4
- package/execution/index.js.map +1 -1
- package/execution/index.mjs +2 -1
- package/execution/index.mjs.map +1 -1
- package/execution/mapAsyncIterable.d.mts +6 -0
- package/execution/mapAsyncIterable.d.ts +1 -1
- package/execution/mapAsyncIterable.js +28 -51
- package/execution/mapAsyncIterable.js.map +1 -1
- package/execution/mapAsyncIterable.mjs +28 -51
- package/execution/mapAsyncIterable.mjs.map +1 -1
- package/execution/returnIteratorCatchingErrors.d.mts +1 -0
- package/execution/returnIteratorCatchingErrors.d.ts +1 -0
- package/execution/returnIteratorCatchingErrors.js +12 -0
- package/execution/returnIteratorCatchingErrors.js.map +1 -0
- package/execution/returnIteratorCatchingErrors.mjs +9 -0
- package/execution/returnIteratorCatchingErrors.mjs.map +1 -0
- package/execution/values.d.mts +61 -0
- package/execution/values.d.ts +12 -21
- package/execution/values.js +111 -74
- package/execution/values.js.map +1 -1
- package/execution/values.mjs +111 -73
- package/execution/values.mjs.map +1 -1
- package/execution/withConcurrentAbruptClose.d.mts +13 -0
- package/execution/withConcurrentAbruptClose.d.ts +13 -0
- package/execution/withConcurrentAbruptClose.js +72 -0
- package/execution/withConcurrentAbruptClose.js.map +1 -0
- package/execution/withConcurrentAbruptClose.mjs +69 -0
- package/execution/withConcurrentAbruptClose.mjs.map +1 -0
- package/graphql.d.mts +61 -0
- package/graphql.d.ts +9 -16
- package/graphql.js +22 -22
- package/graphql.js.map +1 -1
- package/graphql.mjs +22 -22
- package/graphql.mjs.map +1 -1
- package/harness.d.mts +15 -0
- package/harness.d.ts +15 -0
- package/harness.js +13 -0
- package/harness.js.map +1 -0
- package/harness.mjs +10 -0
- package/harness.mjs.map +1 -0
- package/index.d.mts +51 -0
- package/index.d.ts +10 -7
- package/index.js +25 -8
- package/index.js.map +1 -1
- package/index.mjs +11 -5
- package/index.mjs.map +1 -1
- package/jsutils/AccumulatorMap.d.mts +7 -0
- package/jsutils/AccumulatorMap.js +1 -0
- package/jsutils/AccumulatorMap.js.map +1 -1
- package/jsutils/AccumulatorMap.mjs +1 -0
- package/jsutils/AccumulatorMap.mjs.map +1 -1
- package/jsutils/Maybe.d.mts +2 -0
- package/jsutils/ObjMap.d.mts +18 -0
- package/jsutils/Path.d.mts +14 -0
- package/jsutils/PromiseOrValue.d.mts +1 -0
- package/jsutils/capitalize.d.mts +4 -0
- package/jsutils/devAssert.d.mts +1 -0
- package/jsutils/didYouMean.d.mts +5 -0
- package/jsutils/formatList.d.mts +8 -0
- package/jsutils/formatList.js +2 -1
- package/jsutils/formatList.js.map +1 -1
- package/jsutils/formatList.mjs +2 -1
- package/jsutils/formatList.mjs.map +1 -1
- package/jsutils/getBySet.d.mts +1 -0
- package/jsutils/groupBy.d.mts +4 -0
- package/jsutils/identityFunc.d.mts +4 -0
- package/jsutils/inspect.d.mts +4 -0
- package/jsutils/instanceOf.d.mts +15 -0
- package/jsutils/instanceOf.d.ts +8 -7
- package/jsutils/instanceOf.js +29 -30
- package/jsutils/instanceOf.js.map +1 -1
- package/jsutils/instanceOf.mjs +28 -30
- package/jsutils/instanceOf.mjs.map +1 -1
- package/jsutils/invariant.d.mts +1 -0
- package/jsutils/isAsyncIterable.d.mts +5 -0
- package/jsutils/isIterableObject.d.mts +18 -0
- package/jsutils/isObjectLike.d.mts +7 -0
- package/jsutils/isPromise.d.mts +6 -0
- package/jsutils/isPromise.d.ts +2 -1
- package/jsutils/isPromise.js +5 -1
- package/jsutils/isPromise.js.map +1 -1
- package/jsutils/isPromise.mjs +4 -1
- package/jsutils/isPromise.mjs.map +1 -1
- package/jsutils/isSameSet.d.mts +1 -0
- package/jsutils/keyMap.d.mts +29 -0
- package/jsutils/keyValMap.d.mts +19 -0
- package/jsutils/mapValue.d.mts +6 -0
- package/jsutils/memoize1.d.mts +4 -0
- package/jsutils/memoize1.d.ts +4 -0
- package/jsutils/memoize1.js +19 -0
- package/jsutils/memoize1.js.map +1 -0
- package/jsutils/memoize1.mjs +16 -0
- package/jsutils/memoize1.mjs.map +1 -0
- package/jsutils/memoize2.d.mts +4 -0
- package/jsutils/memoize2.d.ts +4 -0
- package/jsutils/memoize2.js +24 -0
- package/jsutils/memoize2.js.map +1 -0
- package/jsutils/memoize2.mjs +21 -0
- package/jsutils/memoize2.mjs.map +1 -0
- package/jsutils/memoize3.d.mts +4 -0
- package/jsutils/memoize3.js +1 -3
- package/jsutils/memoize3.js.map +1 -1
- package/jsutils/memoize3.mjs +1 -3
- package/jsutils/memoize3.mjs.map +1 -1
- package/jsutils/naturalCompare.d.mts +8 -0
- package/jsutils/printPathArray.d.mts +4 -0
- package/jsutils/promiseForObject.d.mts +10 -0
- package/jsutils/promiseForObject.d.ts +2 -1
- package/jsutils/promiseForObject.js +8 -7
- package/jsutils/promiseForObject.js.map +1 -1
- package/jsutils/promiseForObject.mjs +8 -7
- package/jsutils/promiseForObject.mjs.map +1 -1
- package/jsutils/promiseReduce.d.mts +9 -0
- package/jsutils/promiseWithResolvers.d.mts +10 -0
- package/jsutils/suggestionList.d.mts +5 -0
- package/jsutils/toError.d.mts +4 -0
- package/jsutils/toObjMap.d.mts +4 -0
- package/language/KindTypeMap.d.mts +2 -0
- package/language/KindTypeMap.d.ts +2 -0
- package/language/KindTypeMap.js +3 -0
- package/language/KindTypeMap.js.map +1 -0
- package/language/KindTypeMap.mjs +2 -0
- package/language/KindTypeMap.mjs.map +1 -0
- package/language/ast.d.mts +495 -0
- package/language/ast.d.ts +94 -51
- package/language/ast.js +15 -2
- package/language/ast.js.map +1 -1
- package/language/ast.mjs +15 -2
- package/language/ast.mjs.map +1 -1
- package/language/blockString.d.mts +23 -0
- package/language/characterClasses.d.mts +47 -0
- package/language/directiveLocation.d.mts +28 -0
- package/language/index.d.mts +16 -0
- package/language/index.d.ts +3 -3
- package/language/index.js +7 -2
- package/language/index.js.map +1 -1
- package/language/index.mjs +5 -3
- package/language/index.mjs.map +1 -1
- package/language/kinds.d.mts +3 -0
- package/language/kinds.js +34 -1
- package/language/kinds.js.map +1 -1
- package/language/kinds_.d.mts +109 -0
- package/language/kinds_.d.ts +11 -0
- package/language/kinds_.js +7 -1
- package/language/kinds_.js.map +1 -1
- package/language/kinds_.mjs +6 -0
- package/language/kinds_.mjs.map +1 -1
- package/language/lexer.d.mts +87 -0
- package/language/lexer.d.ts +43 -1
- package/language/lexer.js +10 -0
- package/language/lexer.js.map +1 -1
- package/language/lexer.mjs +10 -3
- package/language/lexer.mjs.map +1 -1
- package/language/location.d.mts +13 -0
- package/language/location.js +2 -1
- package/language/location.js.map +1 -1
- package/language/location.mjs +2 -1
- package/language/location.mjs.map +1 -1
- package/language/parser.d.mts +522 -0
- package/language/parser.d.ts +28 -4
- package/language/parser.js +101 -6
- package/language/parser.js.map +1 -1
- package/language/parser.mjs +100 -6
- package/language/parser.mjs.map +1 -1
- package/language/predicates.d.mts +19 -0
- package/language/predicates.d.ts +9 -1
- package/language/predicates.js +19 -0
- package/language/predicates.js.map +1 -1
- package/language/predicates.mjs +17 -0
- package/language/predicates.mjs.map +1 -1
- package/language/printLocation.d.mts +11 -0
- package/language/printString.d.mts +5 -0
- package/language/printer.d.mts +6 -0
- package/language/printer.js +28 -12
- package/language/printer.js.map +1 -1
- package/language/printer.mjs +28 -12
- package/language/printer.mjs.map +1 -1
- package/language/schemaCoordinateLexer.d.mts +43 -0
- package/language/schemaCoordinateLexer.d.ts +43 -0
- package/language/schemaCoordinateLexer.js +93 -0
- package/language/schemaCoordinateLexer.js.map +1 -0
- package/language/schemaCoordinateLexer.mjs +89 -0
- package/language/schemaCoordinateLexer.mjs.map +1 -0
- package/language/source.d.mts +26 -0
- package/language/source.d.ts +1 -0
- package/language/source.js +7 -3
- package/language/source.js.map +1 -1
- package/language/source.mjs +7 -3
- package/language/source.mjs.map +1 -1
- package/language/tokenKind.d.mts +30 -0
- package/language/tokenKind.d.ts +1 -0
- package/language/tokenKind.js +1 -0
- package/language/tokenKind.js.map +1 -1
- package/language/tokenKind.mjs +1 -0
- package/language/tokenKind.mjs.map +1 -1
- package/language/visitor.d.mts +160 -0
- package/language/visitor.js +3 -2
- package/language/visitor.js.map +1 -1
- package/language/visitor.mjs +3 -2
- package/language/visitor.mjs.map +1 -1
- package/package.json +174 -7
- package/type/assertName.d.mts +10 -0
- package/type/definition.d.mts +933 -0
- package/type/definition.d.ts +58 -16
- package/type/definition.js +53 -28
- package/type/definition.js.map +1 -1
- package/type/definition.mjs +53 -28
- package/type/definition.mjs.map +1 -1
- package/type/directives.d.mts +97 -0
- package/type/directives.d.ts +5 -0
- package/type/directives.js +20 -4
- package/type/directives.js.map +1 -1
- package/type/directives.mjs +19 -3
- package/type/directives.mjs.map +1 -1
- package/type/index.d.mts +12 -0
- package/type/index.d.ts +1 -1
- package/type/index.js.map +1 -1
- package/type/index.mjs.map +1 -1
- package/type/introspection.d.mts +26 -0
- package/type/introspection.d.ts +3 -3
- package/type/introspection.js +9 -7
- package/type/introspection.js.map +1 -1
- package/type/introspection.mjs +9 -7
- package/type/introspection.mjs.map +1 -1
- package/type/scalars.d.mts +19 -0
- package/type/scalars.d.ts +5 -5
- package/type/scalars.js +130 -38
- package/type/scalars.js.map +1 -1
- package/type/scalars.mjs +130 -38
- package/type/scalars.mjs.map +1 -1
- package/type/schema.d.mts +172 -0
- package/type/schema.d.ts +2 -0
- package/type/schema.js +11 -13
- package/type/schema.js.map +1 -1
- package/type/schema.mjs +11 -13
- package/type/schema.mjs.map +1 -1
- package/type/validate.d.mts +21 -0
- package/type/validate.d.ts +6 -0
- package/type/validate.js +48 -30
- package/type/validate.js.map +1 -1
- package/type/validate.mjs +47 -30
- package/type/validate.mjs.map +1 -1
- package/utilities/TypeInfo.d.mts +55 -0
- package/utilities/TypeInfo.js +3 -1
- package/utilities/TypeInfo.js.map +1 -1
- package/utilities/TypeInfo.mjs +3 -1
- package/utilities/TypeInfo.mjs.map +1 -1
- package/utilities/astFromValue.d.mts +27 -0
- package/utilities/astFromValue.d.ts +1 -0
- package/utilities/astFromValue.js +8 -2
- package/utilities/astFromValue.js.map +1 -1
- package/utilities/astFromValue.mjs +8 -2
- package/utilities/astFromValue.mjs.map +1 -1
- package/utilities/buildASTSchema.d.mts +29 -0
- package/utilities/buildClientSchema.d.mts +16 -0
- package/utilities/buildClientSchema.js +10 -6
- package/utilities/buildClientSchema.js.map +1 -1
- package/utilities/buildClientSchema.mjs +9 -6
- package/utilities/buildClientSchema.mjs.map +1 -1
- package/utilities/coerceInputValue.d.mts +34 -0
- package/utilities/coerceInputValue.d.ts +7 -1
- package/utilities/coerceInputValue.js +36 -13
- package/utilities/coerceInputValue.js.map +1 -1
- package/utilities/coerceInputValue.mjs +36 -13
- package/utilities/coerceInputValue.mjs.map +1 -1
- package/utilities/concatAST.d.mts +7 -0
- package/utilities/extendSchema.d.mts +29 -0
- package/utilities/extendSchema.js +2 -1
- package/utilities/extendSchema.js.map +1 -1
- package/utilities/extendSchema.mjs +2 -1
- package/utilities/extendSchema.mjs.map +1 -1
- package/utilities/findSchemaChanges.d.mts +72 -0
- package/utilities/findSchemaChanges.d.ts +18 -18
- package/utilities/findSchemaChanges.js +4 -2
- package/utilities/findSchemaChanges.js.map +1 -1
- package/utilities/findSchemaChanges.mjs +4 -2
- package/utilities/findSchemaChanges.mjs.map +1 -1
- package/utilities/getDefaultValueAST.d.mts +3 -0
- package/utilities/getDefaultValueAST.js +4 -2
- package/utilities/getDefaultValueAST.js.map +1 -1
- package/utilities/getDefaultValueAST.mjs +4 -2
- package/utilities/getDefaultValueAST.mjs.map +1 -1
- package/utilities/getIntrospectionQuery.d.mts +138 -0
- package/utilities/getOperationAST.d.mts +8 -0
- package/utilities/index.d.mts +32 -0
- package/utilities/index.d.ts +2 -0
- package/utilities/index.js +5 -1
- package/utilities/index.js.map +1 -1
- package/utilities/index.mjs +2 -0
- package/utilities/index.mjs.map +1 -1
- package/utilities/introspectionFromSchema.d.mts +12 -0
- package/utilities/introspectionFromSchema.js +2 -1
- package/utilities/introspectionFromSchema.js.map +1 -1
- package/utilities/introspectionFromSchema.mjs +2 -1
- package/utilities/introspectionFromSchema.mjs.map +1 -1
- package/utilities/lexicographicSortSchema.d.mts +7 -0
- package/utilities/mapSchemaConfig.d.mts +66 -0
- package/utilities/mapSchemaConfig.d.ts +1 -1
- package/utilities/mapSchemaConfig.js +6 -3
- package/utilities/mapSchemaConfig.js.map +1 -1
- package/utilities/mapSchemaConfig.mjs +6 -3
- package/utilities/mapSchemaConfig.mjs.map +1 -1
- package/utilities/printSchema.d.mts +7 -0
- package/utilities/printSchema.js +4 -2
- package/utilities/printSchema.js.map +1 -1
- package/utilities/printSchema.mjs +4 -2
- package/utilities/printSchema.mjs.map +1 -1
- package/utilities/replaceVariables.d.mts +13 -0
- package/utilities/replaceVariables.d.ts +2 -1
- package/utilities/replaceVariables.js +17 -8
- package/utilities/replaceVariables.js.map +1 -1
- package/utilities/replaceVariables.mjs +17 -8
- package/utilities/replaceVariables.mjs.map +1 -1
- package/utilities/resolveSchemaCoordinate.d.mts +57 -0
- package/utilities/resolveSchemaCoordinate.d.ts +57 -0
- package/utilities/resolveSchemaCoordinate.js +167 -0
- package/utilities/resolveSchemaCoordinate.js.map +1 -0
- package/utilities/resolveSchemaCoordinate.mjs +163 -0
- package/utilities/resolveSchemaCoordinate.mjs.map +1 -0
- package/utilities/separateOperations.d.mts +9 -0
- package/utilities/sortValueNode.d.mts +9 -0
- package/utilities/stripIgnoredCharacters.d.mts +62 -0
- package/utilities/typeComparators.d.mts +21 -0
- package/utilities/typeFromAST.d.mts +15 -0
- package/utilities/typedQueryDocumentNode.d.mts +17 -0
- package/utilities/validateInputValue.d.mts +19 -0
- package/utilities/validateInputValue.d.ts +2 -1
- package/utilities/validateInputValue.js +42 -17
- package/utilities/validateInputValue.js.map +1 -1
- package/utilities/validateInputValue.mjs +42 -17
- package/utilities/validateInputValue.mjs.map +1 -1
- package/utilities/valueFromAST.d.mts +26 -0
- package/utilities/valueFromAST.js +24 -9
- package/utilities/valueFromAST.js.map +1 -1
- package/utilities/valueFromAST.mjs +24 -9
- package/utilities/valueFromAST.mjs.map +1 -1
- package/utilities/valueFromASTUntyped.d.mts +20 -0
- package/utilities/valueToLiteral.d.mts +31 -0
- package/utilities/valueToLiteral.d.ts +1 -0
- package/utilities/valueToLiteral.js +4 -1
- package/utilities/valueToLiteral.js.map +1 -1
- package/utilities/valueToLiteral.mjs +4 -1
- package/utilities/valueToLiteral.mjs.map +1 -1
- package/validation/ValidationContext.d.mts +70 -0
- package/validation/ValidationContext.js +2 -0
- package/validation/ValidationContext.js.map +1 -1
- package/validation/ValidationContext.mjs +2 -0
- package/validation/ValidationContext.mjs.map +1 -1
- package/validation/index.d.mts +46 -0
- package/validation/rules/DeferStreamDirectiveLabelRule.d.mts +8 -0
- package/validation/rules/DeferStreamDirectiveLabelRule.js +1 -1
- package/validation/rules/DeferStreamDirectiveLabelRule.js.map +1 -1
- package/validation/rules/DeferStreamDirectiveLabelRule.mjs +1 -1
- package/validation/rules/DeferStreamDirectiveLabelRule.mjs.map +1 -1
- package/validation/rules/DeferStreamDirectiveOnRootFieldRule.d.mts +8 -0
- package/validation/rules/DeferStreamDirectiveOnValidOperationsRule.d.mts +8 -0
- package/validation/rules/ExecutableDefinitionsRule.d.mts +11 -0
- package/validation/rules/FieldsOnCorrectTypeRule.d.mts +11 -0
- package/validation/rules/FragmentsOnCompositeTypesRule.d.mts +12 -0
- package/validation/rules/KnownArgumentNamesRule.d.mts +16 -0
- package/validation/rules/KnownDirectivesRule.d.mts +11 -0
- package/validation/rules/KnownDirectivesRule.js +7 -4
- package/validation/rules/KnownDirectivesRule.js.map +1 -1
- package/validation/rules/KnownDirectivesRule.mjs +7 -4
- package/validation/rules/KnownDirectivesRule.mjs.map +1 -1
- package/validation/rules/KnownFragmentNamesRule.d.mts +11 -0
- package/validation/rules/KnownOperationTypesRule.d.mts +11 -0
- package/validation/rules/KnownTypeNamesRule.d.mts +11 -0
- package/validation/rules/LoneAnonymousOperationRule.d.mts +11 -0
- package/validation/rules/LoneSchemaDefinitionRule.d.mts +8 -0
- package/validation/rules/MaxIntrospectionDepthRule.d.mts +3 -0
- package/validation/rules/MaxIntrospectionDepthRule.d.ts +2 -2
- package/validation/rules/MaxIntrospectionDepthRule.js +1 -2
- package/validation/rules/MaxIntrospectionDepthRule.js.map +1 -1
- package/validation/rules/MaxIntrospectionDepthRule.mjs +1 -2
- package/validation/rules/MaxIntrospectionDepthRule.mjs.map +1 -1
- package/validation/rules/NoFragmentCyclesRule.d.mts +11 -0
- package/validation/rules/NoUndefinedVariablesRule.d.mts +11 -0
- package/validation/rules/NoUnusedFragmentsRule.d.mts +11 -0
- package/validation/rules/NoUnusedVariablesRule.d.mts +11 -0
- package/validation/rules/OverlappingFieldsCanBeMergedRule.d.mts +12 -0
- package/validation/rules/OverlappingFieldsCanBeMergedRule.js +15 -14
- package/validation/rules/OverlappingFieldsCanBeMergedRule.js.map +1 -1
- package/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +15 -14
- package/validation/rules/OverlappingFieldsCanBeMergedRule.mjs.map +1 -1
- package/validation/rules/PossibleFragmentSpreadsRule.d.mts +10 -0
- package/validation/rules/PossibleTypeExtensionsRule.d.mts +8 -0
- package/validation/rules/PossibleTypeExtensionsRule.js +5 -3
- package/validation/rules/PossibleTypeExtensionsRule.js.map +1 -1
- package/validation/rules/PossibleTypeExtensionsRule.mjs +5 -3
- package/validation/rules/PossibleTypeExtensionsRule.mjs.map +1 -1
- package/validation/rules/ProvidedRequiredArgumentsRule.d.mts +13 -0
- package/validation/rules/ScalarLeafsRule.d.mts +9 -0
- package/validation/rules/SingleFieldSubscriptionsRule.d.mts +12 -0
- package/validation/rules/SingleFieldSubscriptionsRule.d.ts +2 -1
- package/validation/rules/SingleFieldSubscriptionsRule.js +9 -2
- package/validation/rules/SingleFieldSubscriptionsRule.js.map +1 -1
- package/validation/rules/SingleFieldSubscriptionsRule.mjs +9 -2
- package/validation/rules/SingleFieldSubscriptionsRule.mjs.map +1 -1
- package/validation/rules/StreamDirectiveOnListFieldRule.d.mts +8 -0
- package/validation/rules/UniqueArgumentDefinitionNamesRule.d.mts +9 -0
- package/validation/rules/UniqueArgumentNamesRule.d.mts +11 -0
- package/validation/rules/UniqueDirectiveNamesRule.d.mts +8 -0
- package/validation/rules/UniqueDirectivesPerLocationRule.d.mts +11 -0
- package/validation/rules/UniqueEnumValueNamesRule.d.mts +8 -0
- package/validation/rules/UniqueFieldDefinitionNamesRule.d.mts +8 -0
- package/validation/rules/UniqueFragmentNamesRule.d.mts +10 -0
- package/validation/rules/UniqueInputFieldNamesRule.d.mts +11 -0
- package/validation/rules/UniqueInputFieldNamesRule.js +2 -1
- package/validation/rules/UniqueInputFieldNamesRule.js.map +1 -1
- package/validation/rules/UniqueInputFieldNamesRule.mjs +2 -1
- package/validation/rules/UniqueInputFieldNamesRule.mjs.map +1 -1
- package/validation/rules/UniqueOperationNamesRule.d.mts +10 -0
- package/validation/rules/UniqueOperationTypesRule.d.mts +8 -0
- package/validation/rules/UniqueTypeNamesRule.d.mts +8 -0
- package/validation/rules/UniqueVariableNamesRule.d.mts +8 -0
- package/validation/rules/ValuesOfCorrectTypeRule.d.mts +11 -0
- package/validation/rules/ValuesOfCorrectTypeRule.js +5 -0
- package/validation/rules/ValuesOfCorrectTypeRule.js.map +1 -1
- package/validation/rules/ValuesOfCorrectTypeRule.mjs +5 -0
- package/validation/rules/ValuesOfCorrectTypeRule.mjs.map +1 -1
- package/validation/rules/VariablesAreInputTypesRule.d.mts +11 -0
- package/validation/rules/VariablesInAllowedPositionRule.d.mts +10 -0
- package/validation/rules/VariablesInAllowedPositionRule.js +1 -3
- package/validation/rules/VariablesInAllowedPositionRule.js.map +1 -1
- package/validation/rules/VariablesInAllowedPositionRule.mjs +1 -3
- package/validation/rules/VariablesInAllowedPositionRule.mjs.map +1 -1
- package/validation/rules/custom/NoDeprecatedCustomRule.d.mts +13 -0
- package/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.mts +13 -0
- package/validation/specifiedRules.d.mts +17 -0
- package/validation/specifiedRules.d.ts +1 -2
- package/validation/specifiedRules.js +3 -1
- package/validation/specifiedRules.js.map +1 -1
- package/validation/specifiedRules.mjs +3 -1
- package/validation/specifiedRules.mjs.map +1 -1
- package/validation/validate.d.mts +48 -0
- package/validation/validate.d.ts +5 -4
- package/validation/validate.js +10 -5
- package/validation/validate.js.map +1 -1
- package/validation/validate.mjs +10 -5
- package/validation/validate.mjs.map +1 -1
- package/version.d.mts +13 -0
- package/version.js +2 -2
- package/version.js.map +1 -1
- package/version.mjs +2 -2
- package/version.mjs.map +1 -1
- package/execution/AbortSignalListener.d.ts +0 -17
- package/execution/AbortSignalListener.js +0 -71
- package/execution/AbortSignalListener.js.map +0 -1
- package/execution/AbortSignalListener.mjs +0 -65
- package/execution/AbortSignalListener.mjs.map +0 -1
- package/execution/IncrementalGraph.d.ts +0 -29
- package/execution/IncrementalGraph.js +0 -232
- package/execution/IncrementalGraph.js.map +0 -1
- package/execution/IncrementalGraph.mjs +0 -228
- package/execution/IncrementalGraph.mjs.map +0 -1
- package/execution/IncrementalPublisher.d.ts +0 -10
- package/execution/IncrementalPublisher.js +0 -259
- package/execution/IncrementalPublisher.js.map +0 -1
- package/execution/IncrementalPublisher.mjs +0 -256
- package/execution/IncrementalPublisher.mjs.map +0 -1
- package/execution/buildExecutionPlan.js.map +0 -1
- package/execution/buildExecutionPlan.mjs.map +0 -1
- package/execution/types.d.ts +0 -161
- package/execution/types.js +0 -36
- package/execution/types.js.map +0 -1
- package/execution/types.mjs +0 -27
- package/execution/types.mjs.map +0 -1
- package/jsutils/BoxedPromiseOrValue.d.ts +0 -15
- package/jsutils/BoxedPromiseOrValue.js +0 -27
- package/jsutils/BoxedPromiseOrValue.js.map +0 -1
- package/jsutils/BoxedPromiseOrValue.mjs +0 -23
- package/jsutils/BoxedPromiseOrValue.mjs.map +0 -1
package/type/introspection.mjs
CHANGED
|
@@ -66,7 +66,7 @@ export const __Directive = new GraphQLObjectType({
|
|
|
66
66
|
type: new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(__InputValue))),
|
|
67
67
|
args: {
|
|
68
68
|
includeDeprecated: {
|
|
69
|
-
type: GraphQLBoolean,
|
|
69
|
+
type: new GraphQLNonNull(GraphQLBoolean),
|
|
70
70
|
default: { value: false },
|
|
71
71
|
},
|
|
72
72
|
},
|
|
@@ -194,10 +194,12 @@ export const __Type = new GraphQLObjectType({
|
|
|
194
194
|
}
|
|
195
195
|
if (isNonNullType(type)) {
|
|
196
196
|
return TypeKind.NON_NULL;
|
|
197
|
+
// c8 control statement technically placed a line early secondary to
|
|
198
|
+
// slight swc source mapping error (at least as compared to ts-node without swc)
|
|
199
|
+
/* c8 ignore next 4 */
|
|
197
200
|
}
|
|
198
|
-
/* c8 ignore next 3 */
|
|
199
201
|
// Not reachable, all possible types have been considered)
|
|
200
|
-
|
|
202
|
+
invariant(false, `Unexpected type: "${inspect(type)}".`);
|
|
201
203
|
},
|
|
202
204
|
},
|
|
203
205
|
name: {
|
|
@@ -219,7 +221,7 @@ export const __Type = new GraphQLObjectType({
|
|
|
219
221
|
type: new GraphQLList(new GraphQLNonNull(__Field)),
|
|
220
222
|
args: {
|
|
221
223
|
includeDeprecated: {
|
|
222
|
-
type: GraphQLBoolean,
|
|
224
|
+
type: new GraphQLNonNull(GraphQLBoolean),
|
|
223
225
|
default: { value: false },
|
|
224
226
|
},
|
|
225
227
|
},
|
|
@@ -252,7 +254,7 @@ export const __Type = new GraphQLObjectType({
|
|
|
252
254
|
type: new GraphQLList(new GraphQLNonNull(__EnumValue)),
|
|
253
255
|
args: {
|
|
254
256
|
includeDeprecated: {
|
|
255
|
-
type: GraphQLBoolean,
|
|
257
|
+
type: new GraphQLNonNull(GraphQLBoolean),
|
|
256
258
|
default: { value: false },
|
|
257
259
|
},
|
|
258
260
|
},
|
|
@@ -269,7 +271,7 @@ export const __Type = new GraphQLObjectType({
|
|
|
269
271
|
type: new GraphQLList(new GraphQLNonNull(__InputValue)),
|
|
270
272
|
args: {
|
|
271
273
|
includeDeprecated: {
|
|
272
|
-
type: GraphQLBoolean,
|
|
274
|
+
type: new GraphQLNonNull(GraphQLBoolean),
|
|
273
275
|
default: { value: false },
|
|
274
276
|
},
|
|
275
277
|
},
|
|
@@ -312,7 +314,7 @@ export const __Field = new GraphQLObjectType({
|
|
|
312
314
|
type: new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(__InputValue))),
|
|
313
315
|
args: {
|
|
314
316
|
includeDeprecated: {
|
|
315
|
-
type: GraphQLBoolean,
|
|
317
|
+
type: new GraphQLNonNull(GraphQLBoolean),
|
|
316
318
|
default: { value: false },
|
|
317
319
|
},
|
|
318
320
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"introspection.js","sourceRoot":"","sources":["../../src/type/introspection.ts"],"names":[],"mappings":"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","sourcesContent":["import { inspect } from '../jsutils/inspect.js';\nimport { invariant } from '../jsutils/invariant.js';\n\nimport { DirectiveLocation } from '../language/directiveLocation.js';\nimport { print } from '../language/printer.js';\n\nimport { getDefaultValueAST } from '../utilities/getDefaultValueAST.js';\n\nimport type {\n GraphQLEnumValue,\n GraphQLFieldConfigMap,\n GraphQLInputField,\n GraphQLNamedType,\n GraphQLType,\n} from './definition.js';\nimport {\n GraphQLEnumType,\n GraphQLField,\n GraphQLList,\n GraphQLNonNull,\n GraphQLObjectType,\n isAbstractType,\n isEnumType,\n isInputObjectType,\n isInterfaceType,\n isListType,\n isNonNullType,\n isObjectType,\n isScalarType,\n isUnionType,\n} from './definition.js';\nimport type { GraphQLDirective } from './directives.js';\nimport { GraphQLBoolean, GraphQLString } from './scalars.js';\nimport type { GraphQLSchema } from './schema.js';\n\nexport const __Schema: GraphQLObjectType = new GraphQLObjectType({\n name: '__Schema',\n description:\n 'A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.',\n fields: () =>\n ({\n description: {\n type: GraphQLString,\n resolve: (schema) => schema.description,\n },\n types: {\n description: 'A list of all types supported by this server.',\n type: new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(__Type))),\n resolve(schema) {\n return Object.values(schema.getTypeMap());\n },\n },\n queryType: {\n description: 'The type that query operations will be rooted at.',\n type: new GraphQLNonNull(__Type),\n resolve: (schema) => schema.getQueryType(),\n },\n mutationType: {\n description:\n 'If this server supports mutation, the type that mutation operations will be rooted at.',\n type: __Type,\n resolve: (schema) => schema.getMutationType(),\n },\n subscriptionType: {\n description:\n 'If this server support subscription, the type that subscription operations will be rooted at.',\n type: __Type,\n resolve: (schema) => schema.getSubscriptionType(),\n },\n directives: {\n description: 'A list of all directives supported by this server.',\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__Directive)),\n ),\n resolve: (schema) => schema.getDirectives(),\n },\n }) as GraphQLFieldConfigMap<GraphQLSchema, unknown>,\n});\n\nexport const __Directive: GraphQLObjectType = new GraphQLObjectType({\n name: '__Directive',\n description:\n \"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\\n\\nIn 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.\",\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (directive) => directive.name,\n },\n description: {\n type: GraphQLString,\n resolve: (directive) => directive.description,\n },\n isRepeatable: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (directive) => directive.isRepeatable,\n },\n locations: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__DirectiveLocation)),\n ),\n resolve: (directive) => directive.locations,\n },\n args: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__InputValue)),\n ),\n args: {\n includeDeprecated: {\n type: GraphQLBoolean,\n default: { value: false },\n },\n },\n resolve(field, { includeDeprecated }) {\n return includeDeprecated === true\n ? field.args\n : field.args.filter((arg) => arg.deprecationReason == null);\n },\n },\n }) as GraphQLFieldConfigMap<GraphQLDirective, unknown>,\n});\n\nexport const __DirectiveLocation: GraphQLEnumType = new GraphQLEnumType({\n name: '__DirectiveLocation',\n description:\n 'A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.',\n values: {\n QUERY: {\n value: DirectiveLocation.QUERY,\n description: 'Location adjacent to a query operation.',\n },\n MUTATION: {\n value: DirectiveLocation.MUTATION,\n description: 'Location adjacent to a mutation operation.',\n },\n SUBSCRIPTION: {\n value: DirectiveLocation.SUBSCRIPTION,\n description: 'Location adjacent to a subscription operation.',\n },\n FIELD: {\n value: DirectiveLocation.FIELD,\n description: 'Location adjacent to a field.',\n },\n FRAGMENT_DEFINITION: {\n value: DirectiveLocation.FRAGMENT_DEFINITION,\n description: 'Location adjacent to a fragment definition.',\n },\n FRAGMENT_SPREAD: {\n value: DirectiveLocation.FRAGMENT_SPREAD,\n description: 'Location adjacent to a fragment spread.',\n },\n INLINE_FRAGMENT: {\n value: DirectiveLocation.INLINE_FRAGMENT,\n description: 'Location adjacent to an inline fragment.',\n },\n VARIABLE_DEFINITION: {\n value: DirectiveLocation.VARIABLE_DEFINITION,\n description: 'Location adjacent to an operation variable definition.',\n },\n FRAGMENT_VARIABLE_DEFINITION: {\n value: DirectiveLocation.FRAGMENT_VARIABLE_DEFINITION,\n description: 'Location adjacent to a fragment variable definition.',\n },\n SCHEMA: {\n value: DirectiveLocation.SCHEMA,\n description: 'Location adjacent to a schema definition.',\n },\n SCALAR: {\n value: DirectiveLocation.SCALAR,\n description: 'Location adjacent to a scalar definition.',\n },\n OBJECT: {\n value: DirectiveLocation.OBJECT,\n description: 'Location adjacent to an object type definition.',\n },\n FIELD_DEFINITION: {\n value: DirectiveLocation.FIELD_DEFINITION,\n description: 'Location adjacent to a field definition.',\n },\n ARGUMENT_DEFINITION: {\n value: DirectiveLocation.ARGUMENT_DEFINITION,\n description: 'Location adjacent to an argument definition.',\n },\n INTERFACE: {\n value: DirectiveLocation.INTERFACE,\n description: 'Location adjacent to an interface definition.',\n },\n UNION: {\n value: DirectiveLocation.UNION,\n description: 'Location adjacent to a union definition.',\n },\n ENUM: {\n value: DirectiveLocation.ENUM,\n description: 'Location adjacent to an enum definition.',\n },\n ENUM_VALUE: {\n value: DirectiveLocation.ENUM_VALUE,\n description: 'Location adjacent to an enum value definition.',\n },\n INPUT_OBJECT: {\n value: DirectiveLocation.INPUT_OBJECT,\n description: 'Location adjacent to an input object type definition.',\n },\n INPUT_FIELD_DEFINITION: {\n value: DirectiveLocation.INPUT_FIELD_DEFINITION,\n description: 'Location adjacent to an input object field definition.',\n },\n },\n});\n\nexport const __Type: GraphQLObjectType = new GraphQLObjectType({\n name: '__Type',\n description:\n '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.',\n fields: () =>\n ({\n kind: {\n type: new GraphQLNonNull(__TypeKind),\n resolve(type) {\n if (isScalarType(type)) {\n return TypeKind.SCALAR;\n }\n if (isObjectType(type)) {\n return TypeKind.OBJECT;\n }\n if (isInterfaceType(type)) {\n return TypeKind.INTERFACE;\n }\n if (isUnionType(type)) {\n return TypeKind.UNION;\n }\n if (isEnumType(type)) {\n return TypeKind.ENUM;\n }\n if (isInputObjectType(type)) {\n return TypeKind.INPUT_OBJECT;\n }\n if (isListType(type)) {\n return TypeKind.LIST;\n }\n if (isNonNullType(type)) {\n return TypeKind.NON_NULL;\n }\n /* c8 ignore next 3 */\n // Not reachable, all possible types have been considered)\n invariant(false, `Unexpected type: \"${inspect(type)}\".`);\n },\n },\n name: {\n type: GraphQLString,\n resolve: (type) => ('name' in type ? type.name : undefined),\n },\n description: {\n type: GraphQLString,\n resolve: (type) =>\n // FIXME: add test case\n /* c8 ignore next */\n 'description' in type ? type.description : undefined,\n },\n specifiedByURL: {\n type: GraphQLString,\n resolve: (obj) =>\n 'specifiedByURL' in obj ? obj.specifiedByURL : undefined,\n },\n fields: {\n type: new GraphQLList(new GraphQLNonNull(__Field)),\n args: {\n includeDeprecated: {\n type: GraphQLBoolean,\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isObjectType(type) || isInterfaceType(type)) {\n const fields = Object.values(type.getFields());\n return includeDeprecated === true\n ? fields\n : fields.filter((field) => field.deprecationReason == null);\n }\n },\n },\n interfaces: {\n type: new GraphQLList(new GraphQLNonNull(__Type)),\n resolve(type) {\n if (isObjectType(type) || isInterfaceType(type)) {\n return type.getInterfaces();\n }\n },\n },\n possibleTypes: {\n type: new GraphQLList(new GraphQLNonNull(__Type)),\n resolve(type, _args, _context, { schema }) {\n if (isAbstractType(type)) {\n return schema.getPossibleTypes(type);\n }\n },\n },\n enumValues: {\n type: new GraphQLList(new GraphQLNonNull(__EnumValue)),\n args: {\n includeDeprecated: {\n type: GraphQLBoolean,\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isEnumType(type)) {\n const values = type.getValues();\n return includeDeprecated === true\n ? values\n : values.filter((field) => field.deprecationReason == null);\n }\n },\n },\n inputFields: {\n type: new GraphQLList(new GraphQLNonNull(__InputValue)),\n args: {\n includeDeprecated: {\n type: GraphQLBoolean,\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isInputObjectType(type)) {\n const values = Object.values(type.getFields());\n return includeDeprecated === true\n ? values\n : values.filter((field) => field.deprecationReason == null);\n }\n },\n },\n ofType: {\n type: __Type,\n resolve: (type) => ('ofType' in type ? type.ofType : undefined),\n },\n isOneOf: {\n type: GraphQLBoolean,\n resolve: (type) => {\n if (isInputObjectType(type)) {\n return type.isOneOf;\n }\n },\n },\n }) as GraphQLFieldConfigMap<GraphQLType, unknown>,\n});\n\nexport const __Field: GraphQLObjectType = new GraphQLObjectType({\n name: '__Field',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (field) => field.name,\n },\n description: {\n type: GraphQLString,\n resolve: (field) => field.description,\n },\n args: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__InputValue)),\n ),\n args: {\n includeDeprecated: {\n type: GraphQLBoolean,\n default: { value: false },\n },\n },\n resolve(field, { includeDeprecated }) {\n return includeDeprecated === true\n ? field.args\n : field.args.filter((arg) => arg.deprecationReason == null);\n },\n },\n type: {\n type: new GraphQLNonNull(__Type),\n resolve: (field) => field.type,\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (field) => field.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (field) => field.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLField<unknown, unknown>, unknown>,\n});\n\nexport const __InputValue: GraphQLObjectType = new GraphQLObjectType({\n name: '__InputValue',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (inputValue) => inputValue.name,\n },\n description: {\n type: GraphQLString,\n resolve: (inputValue) => inputValue.description,\n },\n type: {\n type: new GraphQLNonNull(__Type),\n resolve: (inputValue) => inputValue.type,\n },\n defaultValue: {\n type: GraphQLString,\n description:\n 'A GraphQL-formatted string representing the default value for this input value.',\n resolve(inputValue) {\n const ast = getDefaultValueAST(inputValue);\n if (ast) {\n return print(ast);\n }\n return null;\n },\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (field) => field.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (obj) => obj.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLInputField, unknown>,\n});\n\nexport const __EnumValue: GraphQLObjectType = new GraphQLObjectType({\n name: '__EnumValue',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (enumValue) => enumValue.name,\n },\n description: {\n type: GraphQLString,\n resolve: (enumValue) => enumValue.description,\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (enumValue) => enumValue.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (enumValue) => enumValue.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLEnumValue, unknown>,\n});\n\nexport const TypeKind = {\n SCALAR: 'SCALAR' as const,\n OBJECT: 'OBJECT' as const,\n INTERFACE: 'INTERFACE' as const,\n UNION: 'UNION' as const,\n ENUM: 'ENUM' as const,\n INPUT_OBJECT: 'INPUT_OBJECT' as const,\n LIST: 'LIST' as const,\n NON_NULL: 'NON_NULL' as const,\n} as const;\n\n// eslint-disable-next-line @typescript-eslint/no-redeclare\nexport type TypeKind = (typeof TypeKind)[keyof typeof TypeKind];\n\nexport const __TypeKind: GraphQLEnumType = new GraphQLEnumType({\n name: '__TypeKind',\n description: 'An enum describing what kind of type a given `__Type` is.',\n values: {\n SCALAR: {\n value: TypeKind.SCALAR,\n description: 'Indicates this type is a scalar.',\n },\n OBJECT: {\n value: TypeKind.OBJECT,\n description:\n 'Indicates this type is an object. `fields` and `interfaces` are valid fields.',\n },\n INTERFACE: {\n value: TypeKind.INTERFACE,\n description:\n 'Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.',\n },\n UNION: {\n value: TypeKind.UNION,\n description:\n 'Indicates this type is a union. `possibleTypes` is a valid field.',\n },\n ENUM: {\n value: TypeKind.ENUM,\n description:\n 'Indicates this type is an enum. `enumValues` is a valid field.',\n },\n INPUT_OBJECT: {\n value: TypeKind.INPUT_OBJECT,\n description:\n 'Indicates this type is an input object. `inputFields` is a valid field.',\n },\n LIST: {\n value: TypeKind.LIST,\n description: 'Indicates this type is a list. `ofType` is a valid field.',\n },\n NON_NULL: {\n value: TypeKind.NON_NULL,\n description:\n 'Indicates this type is a non-null. `ofType` is a valid field.',\n },\n },\n});\n\nexport const SchemaMetaFieldDef = new GraphQLField(undefined, '__schema', {\n type: new GraphQLNonNull(__Schema),\n description: 'Access the current type schema of this server.',\n resolve: (_source, _args, _context, { schema }) => schema,\n});\n\nexport const TypeMetaFieldDef = new GraphQLField(undefined, '__type', {\n type: __Type,\n description: 'Request the type information of a single type.',\n args: { name: { type: new GraphQLNonNull(GraphQLString) } },\n resolve: (_source, { name }, _context, { schema }) => schema.getType(name),\n});\n\nexport const TypeNameMetaFieldDef = new GraphQLField(undefined, '__typename', {\n type: new GraphQLNonNull(GraphQLString),\n description: 'The name of the current Object type at runtime.',\n resolve: (_source, _args, _context, { parentType }) => parentType.name,\n});\n\nexport const introspectionTypes: ReadonlyArray<GraphQLNamedType> =\n Object.freeze([\n __Schema,\n __Directive,\n __DirectiveLocation,\n __Type,\n __Field,\n __InputValue,\n __EnumValue,\n __TypeKind,\n ]);\n\nexport function isIntrospectionType(type: GraphQLNamedType): boolean {\n return introspectionTypes.some(({ name }) => type.name === name);\n}\n"]}
|
|
1
|
+
{"version":3,"file":"introspection.js","sourceRoot":"","sources":["../../src/type/introspection.ts"],"names":[],"mappings":"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","sourcesContent":["import { inspect } from '../jsutils/inspect.js';\nimport { invariant } from '../jsutils/invariant.js';\n\nimport { DirectiveLocation } from '../language/directiveLocation.js';\nimport { print } from '../language/printer.js';\n\nimport { getDefaultValueAST } from '../utilities/getDefaultValueAST.js';\n\nimport type {\n GraphQLEnumValue,\n GraphQLFieldConfigMap,\n GraphQLInputField,\n GraphQLNamedType,\n GraphQLType,\n} from './definition.js';\nimport {\n GraphQLEnumType,\n GraphQLField,\n GraphQLList,\n GraphQLNonNull,\n GraphQLObjectType,\n isAbstractType,\n isEnumType,\n isInputObjectType,\n isInterfaceType,\n isListType,\n isNonNullType,\n isObjectType,\n isScalarType,\n isUnionType,\n} from './definition.js';\nimport type { GraphQLDirective } from './directives.js';\nimport { GraphQLBoolean, GraphQLString } from './scalars.js';\nimport type { GraphQLSchema } from './schema.js';\n\nexport const __Schema: GraphQLObjectType = new GraphQLObjectType({\n name: '__Schema',\n description:\n 'A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.',\n fields: () =>\n ({\n description: {\n type: GraphQLString,\n resolve: (schema) => schema.description,\n },\n types: {\n description: 'A list of all types supported by this server.',\n type: new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(__Type))),\n resolve(schema) {\n return Object.values(schema.getTypeMap());\n },\n },\n queryType: {\n description: 'The type that query operations will be rooted at.',\n type: new GraphQLNonNull(__Type),\n resolve: (schema) => schema.getQueryType(),\n },\n mutationType: {\n description:\n 'If this server supports mutation, the type that mutation operations will be rooted at.',\n type: __Type,\n resolve: (schema) => schema.getMutationType(),\n },\n subscriptionType: {\n description:\n 'If this server support subscription, the type that subscription operations will be rooted at.',\n type: __Type,\n resolve: (schema) => schema.getSubscriptionType(),\n },\n directives: {\n description: 'A list of all directives supported by this server.',\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__Directive)),\n ),\n resolve: (schema) => schema.getDirectives(),\n },\n }) as GraphQLFieldConfigMap<GraphQLSchema, unknown>,\n});\n\nexport const __Directive: GraphQLObjectType = new GraphQLObjectType({\n name: '__Directive',\n description:\n \"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\\n\\nIn 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.\",\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (directive) => directive.name,\n },\n description: {\n type: GraphQLString,\n resolve: (directive) => directive.description,\n },\n isRepeatable: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (directive) => directive.isRepeatable,\n },\n locations: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__DirectiveLocation)),\n ),\n resolve: (directive) => directive.locations,\n },\n args: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__InputValue)),\n ),\n args: {\n includeDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n default: { value: false },\n },\n },\n resolve(field, { includeDeprecated }) {\n return includeDeprecated === true\n ? field.args\n : field.args.filter((arg) => arg.deprecationReason == null);\n },\n },\n }) as GraphQLFieldConfigMap<GraphQLDirective, unknown>,\n});\n\nexport const __DirectiveLocation: GraphQLEnumType = new GraphQLEnumType({\n name: '__DirectiveLocation',\n description:\n 'A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.',\n values: {\n QUERY: {\n value: DirectiveLocation.QUERY,\n description: 'Location adjacent to a query operation.',\n },\n MUTATION: {\n value: DirectiveLocation.MUTATION,\n description: 'Location adjacent to a mutation operation.',\n },\n SUBSCRIPTION: {\n value: DirectiveLocation.SUBSCRIPTION,\n description: 'Location adjacent to a subscription operation.',\n },\n FIELD: {\n value: DirectiveLocation.FIELD,\n description: 'Location adjacent to a field.',\n },\n FRAGMENT_DEFINITION: {\n value: DirectiveLocation.FRAGMENT_DEFINITION,\n description: 'Location adjacent to a fragment definition.',\n },\n FRAGMENT_SPREAD: {\n value: DirectiveLocation.FRAGMENT_SPREAD,\n description: 'Location adjacent to a fragment spread.',\n },\n INLINE_FRAGMENT: {\n value: DirectiveLocation.INLINE_FRAGMENT,\n description: 'Location adjacent to an inline fragment.',\n },\n VARIABLE_DEFINITION: {\n value: DirectiveLocation.VARIABLE_DEFINITION,\n description: 'Location adjacent to an operation variable definition.',\n },\n FRAGMENT_VARIABLE_DEFINITION: {\n value: DirectiveLocation.FRAGMENT_VARIABLE_DEFINITION,\n description: 'Location adjacent to a fragment variable definition.',\n },\n SCHEMA: {\n value: DirectiveLocation.SCHEMA,\n description: 'Location adjacent to a schema definition.',\n },\n SCALAR: {\n value: DirectiveLocation.SCALAR,\n description: 'Location adjacent to a scalar definition.',\n },\n OBJECT: {\n value: DirectiveLocation.OBJECT,\n description: 'Location adjacent to an object type definition.',\n },\n FIELD_DEFINITION: {\n value: DirectiveLocation.FIELD_DEFINITION,\n description: 'Location adjacent to a field definition.',\n },\n ARGUMENT_DEFINITION: {\n value: DirectiveLocation.ARGUMENT_DEFINITION,\n description: 'Location adjacent to an argument definition.',\n },\n INTERFACE: {\n value: DirectiveLocation.INTERFACE,\n description: 'Location adjacent to an interface definition.',\n },\n UNION: {\n value: DirectiveLocation.UNION,\n description: 'Location adjacent to a union definition.',\n },\n ENUM: {\n value: DirectiveLocation.ENUM,\n description: 'Location adjacent to an enum definition.',\n },\n ENUM_VALUE: {\n value: DirectiveLocation.ENUM_VALUE,\n description: 'Location adjacent to an enum value definition.',\n },\n INPUT_OBJECT: {\n value: DirectiveLocation.INPUT_OBJECT,\n description: 'Location adjacent to an input object type definition.',\n },\n INPUT_FIELD_DEFINITION: {\n value: DirectiveLocation.INPUT_FIELD_DEFINITION,\n description: 'Location adjacent to an input object field definition.',\n },\n },\n});\n\nexport const __Type: GraphQLObjectType = new GraphQLObjectType({\n name: '__Type',\n description:\n '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.',\n fields: () =>\n ({\n kind: {\n type: new GraphQLNonNull(__TypeKind),\n resolve(type) {\n if (isScalarType(type)) {\n return TypeKind.SCALAR;\n }\n if (isObjectType(type)) {\n return TypeKind.OBJECT;\n }\n if (isInterfaceType(type)) {\n return TypeKind.INTERFACE;\n }\n if (isUnionType(type)) {\n return TypeKind.UNION;\n }\n if (isEnumType(type)) {\n return TypeKind.ENUM;\n }\n if (isInputObjectType(type)) {\n return TypeKind.INPUT_OBJECT;\n }\n if (isListType(type)) {\n return TypeKind.LIST;\n }\n if (isNonNullType(type)) {\n return TypeKind.NON_NULL;\n // c8 control statement technically placed a line early secondary to\n // slight swc source mapping error (at least as compared to ts-node without swc)\n /* c8 ignore next 4 */\n }\n // Not reachable, all possible types have been considered)\n invariant(false, `Unexpected type: \"${inspect(type)}\".`);\n },\n },\n name: {\n type: GraphQLString,\n resolve: (type) => ('name' in type ? type.name : undefined),\n },\n description: {\n type: GraphQLString,\n resolve: (type) =>\n // FIXME: add test case\n /* c8 ignore next */\n 'description' in type ? type.description : undefined,\n },\n specifiedByURL: {\n type: GraphQLString,\n resolve: (obj) =>\n 'specifiedByURL' in obj ? obj.specifiedByURL : undefined,\n },\n fields: {\n type: new GraphQLList(new GraphQLNonNull(__Field)),\n args: {\n includeDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isObjectType(type) || isInterfaceType(type)) {\n const fields = Object.values(type.getFields());\n return includeDeprecated === true\n ? fields\n : fields.filter((field) => field.deprecationReason == null);\n }\n },\n },\n interfaces: {\n type: new GraphQLList(new GraphQLNonNull(__Type)),\n resolve(type) {\n if (isObjectType(type) || isInterfaceType(type)) {\n return type.getInterfaces();\n }\n },\n },\n possibleTypes: {\n type: new GraphQLList(new GraphQLNonNull(__Type)),\n resolve(type, _args, _context, { schema }) {\n if (isAbstractType(type)) {\n return schema.getPossibleTypes(type);\n }\n },\n },\n enumValues: {\n type: new GraphQLList(new GraphQLNonNull(__EnumValue)),\n args: {\n includeDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isEnumType(type)) {\n const values = type.getValues();\n return includeDeprecated === true\n ? values\n : values.filter((field) => field.deprecationReason == null);\n }\n },\n },\n inputFields: {\n type: new GraphQLList(new GraphQLNonNull(__InputValue)),\n args: {\n includeDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n default: { value: false },\n },\n },\n resolve(type, { includeDeprecated }) {\n if (isInputObjectType(type)) {\n const values = Object.values(type.getFields());\n return includeDeprecated === true\n ? values\n : values.filter((field) => field.deprecationReason == null);\n }\n },\n },\n ofType: {\n type: __Type,\n resolve: (type) => ('ofType' in type ? type.ofType : undefined),\n },\n isOneOf: {\n type: GraphQLBoolean,\n resolve: (type) => {\n if (isInputObjectType(type)) {\n return type.isOneOf;\n }\n },\n },\n }) as GraphQLFieldConfigMap<GraphQLType, unknown>,\n});\n\nexport const __Field: GraphQLObjectType = new GraphQLObjectType({\n name: '__Field',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (field) => field.name,\n },\n description: {\n type: GraphQLString,\n resolve: (field) => field.description,\n },\n args: {\n type: new GraphQLNonNull(\n new GraphQLList(new GraphQLNonNull(__InputValue)),\n ),\n args: {\n includeDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n default: { value: false },\n },\n },\n resolve(field, { includeDeprecated }) {\n return includeDeprecated === true\n ? field.args\n : field.args.filter((arg) => arg.deprecationReason == null);\n },\n },\n type: {\n type: new GraphQLNonNull(__Type),\n resolve: (field) => field.type,\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (field) => field.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (field) => field.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLField<unknown, unknown>, unknown>,\n});\n\nexport const __InputValue: GraphQLObjectType = new GraphQLObjectType({\n name: '__InputValue',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (inputValue) => inputValue.name,\n },\n description: {\n type: GraphQLString,\n resolve: (inputValue) => inputValue.description,\n },\n type: {\n type: new GraphQLNonNull(__Type),\n resolve: (inputValue) => inputValue.type,\n },\n defaultValue: {\n type: GraphQLString,\n description:\n 'A GraphQL-formatted string representing the default value for this input value.',\n resolve(inputValue) {\n const ast = getDefaultValueAST(inputValue);\n if (ast) {\n return print(ast);\n }\n return null;\n },\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (field) => field.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (obj) => obj.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLInputField, unknown>,\n});\n\nexport const __EnumValue: GraphQLObjectType = new GraphQLObjectType({\n name: '__EnumValue',\n description:\n '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.',\n fields: () =>\n ({\n name: {\n type: new GraphQLNonNull(GraphQLString),\n resolve: (enumValue) => enumValue.name,\n },\n description: {\n type: GraphQLString,\n resolve: (enumValue) => enumValue.description,\n },\n isDeprecated: {\n type: new GraphQLNonNull(GraphQLBoolean),\n resolve: (enumValue) => enumValue.deprecationReason != null,\n },\n deprecationReason: {\n type: GraphQLString,\n resolve: (enumValue) => enumValue.deprecationReason,\n },\n }) as GraphQLFieldConfigMap<GraphQLEnumValue, unknown>,\n});\n\nexport const TypeKind = {\n SCALAR: 'SCALAR' as const,\n OBJECT: 'OBJECT' as const,\n INTERFACE: 'INTERFACE' as const,\n UNION: 'UNION' as const,\n ENUM: 'ENUM' as const,\n INPUT_OBJECT: 'INPUT_OBJECT' as const,\n LIST: 'LIST' as const,\n NON_NULL: 'NON_NULL' as const,\n} as const;\n\n// eslint-disable-next-line @typescript-eslint/no-redeclare\nexport type TypeKind = (typeof TypeKind)[keyof typeof TypeKind];\n\nexport const __TypeKind: GraphQLEnumType = new GraphQLEnumType({\n name: '__TypeKind',\n description: 'An enum describing what kind of type a given `__Type` is.',\n values: {\n SCALAR: {\n value: TypeKind.SCALAR,\n description: 'Indicates this type is a scalar.',\n },\n OBJECT: {\n value: TypeKind.OBJECT,\n description:\n 'Indicates this type is an object. `fields` and `interfaces` are valid fields.',\n },\n INTERFACE: {\n value: TypeKind.INTERFACE,\n description:\n 'Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.',\n },\n UNION: {\n value: TypeKind.UNION,\n description:\n 'Indicates this type is a union. `possibleTypes` is a valid field.',\n },\n ENUM: {\n value: TypeKind.ENUM,\n description:\n 'Indicates this type is an enum. `enumValues` is a valid field.',\n },\n INPUT_OBJECT: {\n value: TypeKind.INPUT_OBJECT,\n description:\n 'Indicates this type is an input object. `inputFields` is a valid field.',\n },\n LIST: {\n value: TypeKind.LIST,\n description: 'Indicates this type is a list. `ofType` is a valid field.',\n },\n NON_NULL: {\n value: TypeKind.NON_NULL,\n description:\n 'Indicates this type is a non-null. `ofType` is a valid field.',\n },\n },\n});\n\nexport const SchemaMetaFieldDef: GraphQLField<unknown, unknown> =\n new GraphQLField<unknown, unknown>(undefined, '__schema', {\n type: new GraphQLNonNull(__Schema),\n description: 'Access the current type schema of this server.',\n resolve: (_source, _args, _context, { schema }) => schema,\n });\n\nexport const TypeMetaFieldDef: GraphQLField<unknown, unknown> =\n new GraphQLField<unknown, unknown>(undefined, '__type', {\n type: __Type,\n description: 'Request the type information of a single type.',\n args: { name: { type: new GraphQLNonNull(GraphQLString) } },\n resolve: (_source, { name }, _context, { schema }) => schema.getType(name),\n });\n\nexport const TypeNameMetaFieldDef: GraphQLField<unknown, unknown> =\n new GraphQLField<unknown, unknown>(undefined, '__typename', {\n type: new GraphQLNonNull(GraphQLString),\n description: 'The name of the current Object type at runtime.',\n resolve: (_source, _args, _context, { parentType }) => parentType.name,\n });\n\nexport const introspectionTypes: ReadonlyArray<GraphQLNamedType> =\n Object.freeze([\n __Schema,\n __Directive,\n __DirectiveLocation,\n __Type,\n __Field,\n __InputValue,\n __EnumValue,\n __TypeKind,\n ]);\n\nexport function isIntrospectionType(type: GraphQLNamedType): boolean {\n return introspectionTypes.some(({ name }) => type.name === name);\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { GraphQLNamedType } from './definition.js';
|
|
2
|
+
import { GraphQLScalarType } from './definition.js';
|
|
3
|
+
/**
|
|
4
|
+
* Maximum possible Int value as per GraphQL Spec (32-bit signed integer).
|
|
5
|
+
* n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1
|
|
6
|
+
* */
|
|
7
|
+
export declare const GRAPHQL_MAX_INT = 2147483647;
|
|
8
|
+
/**
|
|
9
|
+
* Minimum possible Int value as per GraphQL Spec (32-bit signed integer).
|
|
10
|
+
* n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)
|
|
11
|
+
* */
|
|
12
|
+
export declare const GRAPHQL_MIN_INT = -2147483648;
|
|
13
|
+
export declare const GraphQLInt: GraphQLScalarType<number>;
|
|
14
|
+
export declare const GraphQLFloat: GraphQLScalarType<number>;
|
|
15
|
+
export declare const GraphQLString: GraphQLScalarType<string>;
|
|
16
|
+
export declare const GraphQLBoolean: GraphQLScalarType<boolean>;
|
|
17
|
+
export declare const GraphQLID: GraphQLScalarType<string>;
|
|
18
|
+
export declare const specifiedScalarTypes: ReadonlyArray<GraphQLScalarType>;
|
|
19
|
+
export declare function isSpecifiedScalarType(type: GraphQLNamedType): boolean;
|
package/type/scalars.d.ts
CHANGED
|
@@ -10,10 +10,10 @@ export declare const GRAPHQL_MAX_INT = 2147483647;
|
|
|
10
10
|
* n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)
|
|
11
11
|
* */
|
|
12
12
|
export declare const GRAPHQL_MIN_INT = -2147483648;
|
|
13
|
-
export declare const GraphQLInt: GraphQLScalarType<number
|
|
14
|
-
export declare const GraphQLFloat: GraphQLScalarType<number
|
|
15
|
-
export declare const GraphQLString: GraphQLScalarType<string
|
|
16
|
-
export declare const GraphQLBoolean: GraphQLScalarType<boolean
|
|
17
|
-
export declare const GraphQLID: GraphQLScalarType<string
|
|
13
|
+
export declare const GraphQLInt: GraphQLScalarType<number>;
|
|
14
|
+
export declare const GraphQLFloat: GraphQLScalarType<number>;
|
|
15
|
+
export declare const GraphQLString: GraphQLScalarType<string>;
|
|
16
|
+
export declare const GraphQLBoolean: GraphQLScalarType<boolean>;
|
|
17
|
+
export declare const GraphQLID: GraphQLScalarType<string>;
|
|
18
18
|
export declare const specifiedScalarTypes: ReadonlyArray<GraphQLScalarType>;
|
|
19
19
|
export declare function isSpecifiedScalarType(type: GraphQLNamedType): boolean;
|
package/type/scalars.js
CHANGED
|
@@ -24,30 +24,28 @@ exports.GraphQLInt = new definition_js_1.GraphQLScalarType({
|
|
|
24
24
|
description: 'The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.',
|
|
25
25
|
coerceOutputValue(outputValue) {
|
|
26
26
|
const coercedValue = coerceOutputValueObject(outputValue);
|
|
27
|
+
if (typeof coercedValue === 'number') {
|
|
28
|
+
return coerceIntFromNumber(coercedValue);
|
|
29
|
+
}
|
|
27
30
|
if (typeof coercedValue === 'boolean') {
|
|
28
31
|
return coercedValue ? 1 : 0;
|
|
29
32
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
num = Number(coercedValue);
|
|
33
|
-
}
|
|
34
|
-
if (typeof num !== 'number' || !Number.isInteger(num)) {
|
|
35
|
-
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(coercedValue)}`);
|
|
33
|
+
if (typeof coercedValue === 'string') {
|
|
34
|
+
return coerceIntFromString(coercedValue);
|
|
36
35
|
}
|
|
37
|
-
if (
|
|
38
|
-
|
|
39
|
-
(0, inspect_js_1.inspect)(coercedValue));
|
|
36
|
+
if (typeof coercedValue === 'bigint') {
|
|
37
|
+
return coerceIntFromBigInt(coercedValue);
|
|
40
38
|
}
|
|
41
|
-
|
|
39
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(coercedValue)}`);
|
|
42
40
|
},
|
|
43
41
|
coerceInputValue(inputValue) {
|
|
44
|
-
if (typeof inputValue
|
|
45
|
-
|
|
42
|
+
if (typeof inputValue === 'number') {
|
|
43
|
+
return coerceIntFromNumber(inputValue);
|
|
46
44
|
}
|
|
47
|
-
if (
|
|
48
|
-
|
|
45
|
+
if (typeof inputValue === 'bigint') {
|
|
46
|
+
return coerceIntFromBigInt(inputValue);
|
|
49
47
|
}
|
|
50
|
-
|
|
48
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(inputValue)}`);
|
|
51
49
|
},
|
|
52
50
|
coerceInputLiteral(valueNode) {
|
|
53
51
|
if (valueNode.kind !== kinds_js_1.Kind.INT) {
|
|
@@ -60,8 +58,8 @@ exports.GraphQLInt = new definition_js_1.GraphQLScalarType({
|
|
|
60
58
|
return num;
|
|
61
59
|
},
|
|
62
60
|
valueToLiteral(value) {
|
|
63
|
-
if (typeof value === 'number' &&
|
|
64
|
-
|
|
61
|
+
if (((typeof value === 'number' && Number.isInteger(value)) ||
|
|
62
|
+
typeof value === 'bigint') &&
|
|
65
63
|
value <= exports.GRAPHQL_MAX_INT &&
|
|
66
64
|
value >= exports.GRAPHQL_MIN_INT) {
|
|
67
65
|
return { kind: kinds_js_1.Kind.INT, value: String(value) };
|
|
@@ -73,23 +71,28 @@ exports.GraphQLFloat = new definition_js_1.GraphQLScalarType({
|
|
|
73
71
|
description: 'The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).',
|
|
74
72
|
coerceOutputValue(outputValue) {
|
|
75
73
|
const coercedValue = coerceOutputValueObject(outputValue);
|
|
74
|
+
if (typeof coercedValue === 'number') {
|
|
75
|
+
return coerceFloatFromNumber(coercedValue);
|
|
76
|
+
}
|
|
76
77
|
if (typeof coercedValue === 'boolean') {
|
|
77
78
|
return coercedValue ? 1 : 0;
|
|
78
79
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
num = Number(coercedValue);
|
|
80
|
+
if (typeof coercedValue === 'string') {
|
|
81
|
+
return coerceFloatFromString(coercedValue);
|
|
82
82
|
}
|
|
83
|
-
if (typeof
|
|
84
|
-
|
|
83
|
+
if (typeof coercedValue === 'bigint') {
|
|
84
|
+
return coerceFloatFromBigInt(coercedValue);
|
|
85
85
|
}
|
|
86
|
-
|
|
86
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(coercedValue)}`);
|
|
87
87
|
},
|
|
88
88
|
coerceInputValue(inputValue) {
|
|
89
|
-
if (typeof inputValue
|
|
90
|
-
|
|
89
|
+
if (typeof inputValue === 'number') {
|
|
90
|
+
return coerceFloatFromNumber(inputValue);
|
|
91
91
|
}
|
|
92
|
-
|
|
92
|
+
if (typeof inputValue === 'bigint') {
|
|
93
|
+
return coerceFloatFromBigInt(inputValue);
|
|
94
|
+
}
|
|
95
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(inputValue)}`);
|
|
93
96
|
},
|
|
94
97
|
coerceInputLiteral(valueNode) {
|
|
95
98
|
if (valueNode.kind !== kinds_js_1.Kind.FLOAT && valueNode.kind !== kinds_js_1.Kind.INT) {
|
|
@@ -117,8 +120,11 @@ exports.GraphQLString = new definition_js_1.GraphQLScalarType({
|
|
|
117
120
|
if (typeof coercedValue === 'boolean') {
|
|
118
121
|
return coercedValue ? 'true' : 'false';
|
|
119
122
|
}
|
|
120
|
-
if (typeof coercedValue === 'number'
|
|
121
|
-
return coercedValue
|
|
123
|
+
if (typeof coercedValue === 'number') {
|
|
124
|
+
return coerceStringFromNumber(coercedValue);
|
|
125
|
+
}
|
|
126
|
+
if (typeof coercedValue === 'bigint') {
|
|
127
|
+
return String(coercedValue);
|
|
122
128
|
}
|
|
123
129
|
throw new GraphQLError_js_1.GraphQLError(`String cannot represent value: ${(0, inspect_js_1.inspect)(outputValue)}`);
|
|
124
130
|
},
|
|
@@ -149,8 +155,11 @@ exports.GraphQLBoolean = new definition_js_1.GraphQLScalarType({
|
|
|
149
155
|
if (typeof coercedValue === 'boolean') {
|
|
150
156
|
return coercedValue;
|
|
151
157
|
}
|
|
152
|
-
if (
|
|
153
|
-
return coercedValue
|
|
158
|
+
if (typeof coercedValue === 'number') {
|
|
159
|
+
return coerceBooleanFromNumber(coercedValue);
|
|
160
|
+
}
|
|
161
|
+
if (typeof coercedValue === 'bigint') {
|
|
162
|
+
return coercedValue !== 0n;
|
|
154
163
|
}
|
|
155
164
|
throw new GraphQLError_js_1.GraphQLError(`Boolean cannot represent a non boolean value: ${(0, inspect_js_1.inspect)(coercedValue)}`);
|
|
156
165
|
},
|
|
@@ -181,7 +190,10 @@ exports.GraphQLID = new definition_js_1.GraphQLScalarType({
|
|
|
181
190
|
if (typeof coercedValue === 'string') {
|
|
182
191
|
return coercedValue;
|
|
183
192
|
}
|
|
184
|
-
if (
|
|
193
|
+
if (typeof coercedValue === 'number') {
|
|
194
|
+
return coerceIDFromNumber(coercedValue);
|
|
195
|
+
}
|
|
196
|
+
if (typeof coercedValue === 'bigint') {
|
|
185
197
|
return String(coercedValue);
|
|
186
198
|
}
|
|
187
199
|
throw new GraphQLError_js_1.GraphQLError(`ID cannot represent value: ${(0, inspect_js_1.inspect)(outputValue)}`);
|
|
@@ -190,8 +202,11 @@ exports.GraphQLID = new definition_js_1.GraphQLScalarType({
|
|
|
190
202
|
if (typeof inputValue === 'string') {
|
|
191
203
|
return inputValue;
|
|
192
204
|
}
|
|
193
|
-
if (typeof inputValue === 'number'
|
|
194
|
-
return inputValue
|
|
205
|
+
if (typeof inputValue === 'number') {
|
|
206
|
+
return coerceIDFromNumber(inputValue);
|
|
207
|
+
}
|
|
208
|
+
if (typeof inputValue === 'bigint') {
|
|
209
|
+
return String(inputValue);
|
|
195
210
|
}
|
|
196
211
|
throw new GraphQLError_js_1.GraphQLError(`ID cannot represent value: ${(0, inspect_js_1.inspect)(inputValue)}`);
|
|
197
212
|
},
|
|
@@ -204,12 +219,17 @@ exports.GraphQLID = new definition_js_1.GraphQLScalarType({
|
|
|
204
219
|
},
|
|
205
220
|
valueToLiteral(value) {
|
|
206
221
|
// ID types can use number values and Int literals.
|
|
207
|
-
|
|
208
|
-
if (typeof stringValue === 'string') {
|
|
222
|
+
if (typeof value === 'string') {
|
|
209
223
|
// Will parse as an IntValue.
|
|
210
|
-
return /^-?(?:0|[1-9][0-9]*)$/.test(
|
|
211
|
-
? { kind: kinds_js_1.Kind.INT, value
|
|
212
|
-
: { kind: kinds_js_1.Kind.STRING, value
|
|
224
|
+
return /^-?(?:0|[1-9][0-9]*)$/.test(value)
|
|
225
|
+
? { kind: kinds_js_1.Kind.INT, value }
|
|
226
|
+
: { kind: kinds_js_1.Kind.STRING, value, block: false };
|
|
227
|
+
}
|
|
228
|
+
if (typeof value === 'number') {
|
|
229
|
+
return { kind: kinds_js_1.Kind.INT, value: coerceIDFromNumber(value) };
|
|
230
|
+
}
|
|
231
|
+
if (typeof value === 'bigint') {
|
|
232
|
+
return { kind: kinds_js_1.Kind.INT, value: String(value) };
|
|
213
233
|
}
|
|
214
234
|
},
|
|
215
235
|
});
|
|
@@ -240,4 +260,76 @@ function coerceOutputValueObject(outputValue) {
|
|
|
240
260
|
}
|
|
241
261
|
return outputValue;
|
|
242
262
|
}
|
|
263
|
+
function coerceIntFromNumber(value) {
|
|
264
|
+
if (!Number.isInteger(value)) {
|
|
265
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
266
|
+
}
|
|
267
|
+
if (value > exports.GRAPHQL_MAX_INT || value < exports.GRAPHQL_MIN_INT) {
|
|
268
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non 32-bit signed integer value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
269
|
+
}
|
|
270
|
+
return value;
|
|
271
|
+
}
|
|
272
|
+
function coerceIntFromString(value) {
|
|
273
|
+
if (value === '') {
|
|
274
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
275
|
+
}
|
|
276
|
+
const num = Number(value);
|
|
277
|
+
if (!Number.isInteger(num)) {
|
|
278
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non-integer value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
279
|
+
}
|
|
280
|
+
if (num > exports.GRAPHQL_MAX_INT || num < exports.GRAPHQL_MIN_INT) {
|
|
281
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non 32-bit signed integer value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
282
|
+
}
|
|
283
|
+
return num;
|
|
284
|
+
}
|
|
285
|
+
function coerceIntFromBigInt(value) {
|
|
286
|
+
if (value > exports.GRAPHQL_MAX_INT || value < exports.GRAPHQL_MIN_INT) {
|
|
287
|
+
throw new GraphQLError_js_1.GraphQLError(`Int cannot represent non 32-bit signed integer value: ${String(value)}`);
|
|
288
|
+
}
|
|
289
|
+
return Number(value);
|
|
290
|
+
}
|
|
291
|
+
function coerceFloatFromNumber(value) {
|
|
292
|
+
if (!Number.isFinite(value)) {
|
|
293
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
294
|
+
}
|
|
295
|
+
return value;
|
|
296
|
+
}
|
|
297
|
+
function coerceFloatFromString(value) {
|
|
298
|
+
if (value === '') {
|
|
299
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
300
|
+
}
|
|
301
|
+
const num = Number(value);
|
|
302
|
+
if (!Number.isFinite(num)) {
|
|
303
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
304
|
+
}
|
|
305
|
+
return num;
|
|
306
|
+
}
|
|
307
|
+
function coerceFloatFromBigInt(coercedValue) {
|
|
308
|
+
const num = Number(coercedValue);
|
|
309
|
+
if (!Number.isFinite(num)) {
|
|
310
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(coercedValue)} (value is too large)`);
|
|
311
|
+
}
|
|
312
|
+
if (BigInt(num) !== coercedValue) {
|
|
313
|
+
throw new GraphQLError_js_1.GraphQLError(`Float cannot represent non numeric value: ${(0, inspect_js_1.inspect)(coercedValue)} (value would lose precision)`);
|
|
314
|
+
}
|
|
315
|
+
return num;
|
|
316
|
+
}
|
|
317
|
+
function coerceStringFromNumber(value) {
|
|
318
|
+
if (!Number.isFinite(value)) {
|
|
319
|
+
throw new GraphQLError_js_1.GraphQLError(`String cannot represent value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
320
|
+
}
|
|
321
|
+
return String(value);
|
|
322
|
+
}
|
|
323
|
+
function coerceBooleanFromNumber(value) {
|
|
324
|
+
if (!Number.isFinite(value)) {
|
|
325
|
+
throw new GraphQLError_js_1.GraphQLError(`Boolean cannot represent a non boolean value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
326
|
+
}
|
|
327
|
+
return value !== 0;
|
|
328
|
+
}
|
|
329
|
+
function coerceIDFromNumber(value) {
|
|
330
|
+
if (!Number.isInteger(value)) {
|
|
331
|
+
throw new GraphQLError_js_1.GraphQLError(`ID cannot represent value: ${(0, inspect_js_1.inspect)(value)}`);
|
|
332
|
+
}
|
|
333
|
+
return String(value);
|
|
334
|
+
}
|
|
243
335
|
//# sourceMappingURL=scalars.js.map
|
package/type/scalars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalars.js","sourceRoot":"","sources":["../../src/type/scalars.ts"],"names":[],"mappings":"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","sourcesContent":["import { inspect } from '../jsutils/inspect.js';\nimport { isObjectLike } from '../jsutils/isObjectLike.js';\n\nimport { GraphQLError } from '../error/GraphQLError.js';\n\nimport { Kind } from '../language/kinds.js';\nimport { print } from '../language/printer.js';\n\nimport { defaultScalarValueToLiteral } from '../utilities/valueToLiteral.js';\n\nimport type { GraphQLNamedType } from './definition.js';\nimport { GraphQLScalarType } from './definition.js';\n\n/**\n * Maximum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1\n * */\nexport const GRAPHQL_MAX_INT = 2147483647;\n\n/**\n * Minimum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)\n * */\nexport const GRAPHQL_MIN_INT = -2147483648;\n\nexport const GraphQLInt = new GraphQLScalarType<number>({\n name: 'Int',\n description:\n 'The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isInteger(num)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(coercedValue)}`,\n );\n }\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n 'Int cannot represent non 32-bit signed integer value: ' +\n inspect(coercedValue),\n );\n }\n return num;\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isInteger(inputValue)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(inputValue)}`,\n );\n }\n if (inputValue > GRAPHQL_MAX_INT || inputValue < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${inputValue}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n const num = parseInt(valueNode.value, 10);\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,\n { nodes: valueNode },\n );\n }\n return num;\n },\n valueToLiteral(value) {\n if (\n typeof value === 'number' &&\n Number.isInteger(value) &&\n value <= GRAPHQL_MAX_INT &&\n value >= GRAPHQL_MIN_INT\n ) {\n return { kind: Kind.INT, value: String(value) };\n }\n },\n});\n\nexport const GraphQLFloat = new GraphQLScalarType<number>({\n name: 'Float',\n description:\n 'The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isFinite(num)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)}`,\n );\n }\n return num;\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isFinite(inputValue)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(inputValue)}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.FLOAT && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return parseFloat(valueNode.value);\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.FLOAT || literal.kind === Kind.INT) {\n return literal;\n }\n },\n});\n\nexport const GraphQLString = new GraphQLScalarType<string>({\n name: 'String',\n description:\n 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n // Coerces string, boolean and number values to a string, but do not\n // attempt to coerce object, function, symbol, or other types as strings.\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 'true' : 'false';\n }\n if (typeof coercedValue === 'number' && Number.isFinite(coercedValue)) {\n return coercedValue.toString();\n }\n throw new GraphQLError(\n `String cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'string') {\n throw new GraphQLError(\n `String cannot represent a non string value: ${inspect(inputValue)}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING) {\n throw new GraphQLError(\n `String cannot represent a non string value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.STRING) {\n return literal;\n }\n },\n});\n\nexport const GraphQLBoolean = new GraphQLScalarType<boolean>({\n name: 'Boolean',\n description: 'The `Boolean` scalar type represents `true` or `false`.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue;\n }\n if (Number.isFinite(coercedValue)) {\n return coercedValue !== 0;\n }\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(coercedValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'boolean') {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(inputValue)}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.BOOLEAN) {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.BOOLEAN) {\n return literal;\n }\n },\n});\n\nexport const GraphQLID = new GraphQLScalarType<string>({\n name: 'ID',\n description:\n 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n if (Number.isInteger(coercedValue)) {\n return String(coercedValue);\n }\n throw new GraphQLError(\n `ID cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue === 'string') {\n return inputValue;\n }\n if (typeof inputValue === 'number' && Number.isInteger(inputValue)) {\n return inputValue.toString();\n }\n throw new GraphQLError(`ID cannot represent value: ${inspect(inputValue)}`);\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n 'ID cannot represent a non-string and non-integer value: ' +\n print(valueNode),\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n // ID types can use number values and Int literals.\n const stringValue = Number.isInteger(value) ? String(value) : value;\n if (typeof stringValue === 'string') {\n // Will parse as an IntValue.\n return /^-?(?:0|[1-9][0-9]*)$/.test(stringValue)\n ? { kind: Kind.INT, value: stringValue }\n : { kind: Kind.STRING, value: stringValue, block: false };\n }\n },\n});\n\nexport const specifiedScalarTypes: ReadonlyArray<GraphQLScalarType> =\n Object.freeze([\n GraphQLString,\n GraphQLInt,\n GraphQLFloat,\n GraphQLBoolean,\n GraphQLID,\n ]);\n\nexport function isSpecifiedScalarType(type: GraphQLNamedType): boolean {\n return specifiedScalarTypes.some(({ name }) => type.name === name);\n}\n\n// Support coercing objects with custom valueOf() or toJSON() functions -\n// a common way to represent a complex value which can be represented as\n// a string (ex: MongoDB id objects).\nfunction coerceOutputValueObject(outputValue: unknown): unknown {\n if (isObjectLike(outputValue)) {\n if (typeof outputValue.valueOf === 'function') {\n const valueOfResult = outputValue.valueOf();\n if (!isObjectLike(valueOfResult)) {\n return valueOfResult;\n }\n }\n if (typeof outputValue.toJSON === 'function') {\n return outputValue.toJSON();\n }\n }\n return outputValue;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"scalars.js","sourceRoot":"","sources":["../../src/type/scalars.ts"],"names":[],"mappings":"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","sourcesContent":["import { inspect } from '../jsutils/inspect.js';\nimport { isObjectLike } from '../jsutils/isObjectLike.js';\n\nimport { GraphQLError } from '../error/GraphQLError.js';\n\nimport { Kind } from '../language/kinds.js';\nimport { print } from '../language/printer.js';\n\nimport { defaultScalarValueToLiteral } from '../utilities/valueToLiteral.js';\n\nimport type { GraphQLNamedType } from './definition.js';\nimport { GraphQLScalarType } from './definition.js';\n\n/**\n * Maximum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1\n * */\nexport const GRAPHQL_MAX_INT = 2147483647;\n\n/**\n * Minimum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)\n * */\nexport const GRAPHQL_MIN_INT = -2147483648;\n\nexport const GraphQLInt: GraphQLScalarType<number> =\n new GraphQLScalarType<number>({\n name: 'Int',\n description:\n 'The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'number') {\n return coerceIntFromNumber(coercedValue);\n }\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n if (typeof coercedValue === 'string') {\n return coerceIntFromString(coercedValue);\n }\n if (typeof coercedValue === 'bigint') {\n return coerceIntFromBigInt(coercedValue);\n }\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(coercedValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue === 'number') {\n return coerceIntFromNumber(inputValue);\n }\n if (typeof inputValue === 'bigint') {\n return coerceIntFromBigInt(inputValue);\n }\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(inputValue)}`,\n );\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n const num = parseInt(valueNode.value, 10);\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,\n { nodes: valueNode },\n );\n }\n return num;\n },\n valueToLiteral(value) {\n if (\n ((typeof value === 'number' && Number.isInteger(value)) ||\n typeof value === 'bigint') &&\n value <= GRAPHQL_MAX_INT &&\n value >= GRAPHQL_MIN_INT\n ) {\n return { kind: Kind.INT, value: String(value) };\n }\n },\n });\n\nexport const GraphQLFloat: GraphQLScalarType<number> =\n new GraphQLScalarType<number>({\n name: 'Float',\n description:\n 'The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'number') {\n return coerceFloatFromNumber(coercedValue);\n }\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n if (typeof coercedValue === 'string') {\n return coerceFloatFromString(coercedValue);\n }\n if (typeof coercedValue === 'bigint') {\n return coerceFloatFromBigInt(coercedValue);\n }\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue === 'number') {\n return coerceFloatFromNumber(inputValue);\n }\n if (typeof inputValue === 'bigint') {\n return coerceFloatFromBigInt(inputValue);\n }\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(inputValue)}`,\n );\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.FLOAT && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return parseFloat(valueNode.value);\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.FLOAT || literal.kind === Kind.INT) {\n return literal;\n }\n },\n });\n\nexport const GraphQLString: GraphQLScalarType<string> =\n new GraphQLScalarType<string>({\n name: 'String',\n description:\n 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n // Coerces string, boolean and number values to a string, but do not\n // attempt to coerce object, function, symbol, or other types as strings.\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 'true' : 'false';\n }\n if (typeof coercedValue === 'number') {\n return coerceStringFromNumber(coercedValue);\n }\n if (typeof coercedValue === 'bigint') {\n return String(coercedValue);\n }\n throw new GraphQLError(\n `String cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'string') {\n throw new GraphQLError(\n `String cannot represent a non string value: ${inspect(inputValue)}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING) {\n throw new GraphQLError(\n `String cannot represent a non string value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.STRING) {\n return literal;\n }\n },\n });\n\nexport const GraphQLBoolean: GraphQLScalarType<boolean> =\n new GraphQLScalarType<boolean>({\n name: 'Boolean',\n description: 'The `Boolean` scalar type represents `true` or `false`.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue;\n }\n if (typeof coercedValue === 'number') {\n return coerceBooleanFromNumber(coercedValue);\n }\n if (typeof coercedValue === 'bigint') {\n return coercedValue !== 0n;\n }\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(coercedValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue !== 'boolean') {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(inputValue)}`,\n );\n }\n return inputValue;\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.BOOLEAN) {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${print(valueNode)}`,\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n const literal = defaultScalarValueToLiteral(value);\n if (literal.kind === Kind.BOOLEAN) {\n return literal;\n }\n },\n });\n\nexport const GraphQLID: GraphQLScalarType<string> =\n new GraphQLScalarType<string>({\n name: 'ID',\n description:\n 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.',\n\n coerceOutputValue(outputValue) {\n const coercedValue = coerceOutputValueObject(outputValue);\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n if (typeof coercedValue === 'number') {\n return coerceIDFromNumber(coercedValue);\n }\n if (typeof coercedValue === 'bigint') {\n return String(coercedValue);\n }\n throw new GraphQLError(\n `ID cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n coerceInputValue(inputValue) {\n if (typeof inputValue === 'string') {\n return inputValue;\n }\n if (typeof inputValue === 'number') {\n return coerceIDFromNumber(inputValue);\n }\n if (typeof inputValue === 'bigint') {\n return String(inputValue);\n }\n throw new GraphQLError(\n `ID cannot represent value: ${inspect(inputValue)}`,\n );\n },\n\n coerceInputLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n 'ID cannot represent a non-string and non-integer value: ' +\n print(valueNode),\n { nodes: valueNode },\n );\n }\n return valueNode.value;\n },\n valueToLiteral(value) {\n // ID types can use number values and Int literals.\n if (typeof value === 'string') {\n // Will parse as an IntValue.\n return /^-?(?:0|[1-9][0-9]*)$/.test(value)\n ? { kind: Kind.INT, value }\n : { kind: Kind.STRING, value, block: false };\n }\n if (typeof value === 'number') {\n return { kind: Kind.INT, value: coerceIDFromNumber(value) };\n }\n if (typeof value === 'bigint') {\n return { kind: Kind.INT, value: String(value) };\n }\n },\n });\n\nexport const specifiedScalarTypes: ReadonlyArray<GraphQLScalarType> =\n Object.freeze([\n GraphQLString,\n GraphQLInt,\n GraphQLFloat,\n GraphQLBoolean,\n GraphQLID,\n ]);\n\nexport function isSpecifiedScalarType(type: GraphQLNamedType): boolean {\n return specifiedScalarTypes.some(({ name }) => type.name === name);\n}\n\n// Support coercing objects with custom valueOf() or toJSON() functions -\n// a common way to represent a complex value which can be represented as\n// a string (ex: MongoDB id objects).\nfunction coerceOutputValueObject(outputValue: unknown): unknown {\n if (isObjectLike(outputValue)) {\n if (typeof outputValue.valueOf === 'function') {\n const valueOfResult = outputValue.valueOf();\n if (!isObjectLike(valueOfResult)) {\n return valueOfResult;\n }\n }\n if (typeof outputValue.toJSON === 'function') {\n return outputValue.toJSON();\n }\n }\n return outputValue;\n}\n\nfunction coerceIntFromNumber(value: number): number {\n if (!Number.isInteger(value)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(value)}`,\n );\n }\n if (value > GRAPHQL_MAX_INT || value < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${inspect(value)}`,\n );\n }\n return value;\n}\n\nfunction coerceIntFromString(value: string): number {\n if (value === '') {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(value)}`,\n );\n }\n const num = Number(value);\n if (!Number.isInteger(num)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(value)}`,\n );\n }\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${inspect(value)}`,\n );\n }\n return num;\n}\n\nfunction coerceIntFromBigInt(value: bigint): number {\n if (value > GRAPHQL_MAX_INT || value < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${String(value)}`,\n );\n }\n return Number(value);\n}\n\nfunction coerceFloatFromNumber(value: number): number {\n if (!Number.isFinite(value)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(value)}`,\n );\n }\n return value;\n}\n\nfunction coerceFloatFromString(value: string): number {\n if (value === '') {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(value)}`,\n );\n }\n const num = Number(value);\n if (!Number.isFinite(num)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(value)}`,\n );\n }\n return num;\n}\n\nfunction coerceFloatFromBigInt(coercedValue: bigint): number {\n const num = Number(coercedValue);\n if (!Number.isFinite(num)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)} (value is too large)`,\n );\n }\n if (BigInt(num) !== coercedValue) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)} (value would lose precision)`,\n );\n }\n return num;\n}\n\nfunction coerceStringFromNumber(value: number): string {\n if (!Number.isFinite(value)) {\n throw new GraphQLError(`String cannot represent value: ${inspect(value)}`);\n }\n return String(value);\n}\n\nfunction coerceBooleanFromNumber(value: number): boolean {\n if (!Number.isFinite(value)) {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(value)}`,\n );\n }\n return value !== 0;\n}\n\nfunction coerceIDFromNumber(value: number): string {\n if (!Number.isInteger(value)) {\n throw new GraphQLError(`ID cannot represent value: ${inspect(value)}`);\n }\n return String(value);\n}\n"]}
|