@graphql-tools/executor
Advanced tools
Comparing version 0.0.1-alpha-20221025161810-24ba2b78 to 0.0.1-alpha-20221025175340-ee8463a6
@@ -5,4 +5,4 @@ "use strict"; | ||
const graphql_1 = require("graphql"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
const values_js_1 = require("./values.js"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
/** | ||
@@ -9,0 +9,0 @@ * Implements the "Executing requests" section of the GraphQL specification. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createSourceEventStream = exports.subscribe = void 0; | ||
const graphql_1 = require("graphql"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
const graphql_1 = require("graphql"); | ||
const execute_js_1 = require("./execute.js"); | ||
@@ -7,0 +7,0 @@ /** |
import { locatedError, Kind, isAbstractType, isLeafType, isListType, isNonNullType, isObjectType, assertValidSchema, SchemaMetaFieldDef, TypeMetaFieldDef, TypeNameMetaFieldDef, } from 'graphql'; | ||
import { collectFields, collectSubFields, createGraphQLError, getRootTypeMap, inspect, isAsyncIterable, isIterableObject, isObjectLike, isPromise, mapAsyncIterator, pathToArray, addPath, getArgumentValues, promiseReduce, } from '@graphql-tools/utils'; | ||
import { getVariableValues } from './values.js'; | ||
import { addPath, collectFields, collectSubFields, createGraphQLError, getArgumentValues, getRootTypeMap, inspect, isAsyncIterable, isIterableObject, isObjectLike, isPromise, mapAsyncIterator, pathToArray, promiseReduce, } from '@graphql-tools/utils'; | ||
/** | ||
@@ -5,0 +5,0 @@ * Implements the "Executing requests" section of the GraphQL specification. |
@@ -0,3 +1,3 @@ | ||
import { GraphQLError, locatedError } from 'graphql'; | ||
import { collectFields, mapAsyncIterator, inspect, isAsyncIterable, createGraphQLError, addPath, pathToArray, getArgumentValues, } from '@graphql-tools/utils'; | ||
import { GraphQLError, locatedError } from 'graphql'; | ||
import { assertValidExecutionArguments, buildExecutionContext, buildResolveInfo, execute, getFieldDef, } from './execute.js'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@graphql-tools/executor", | ||
"version": "0.0.1-alpha-20221025161810-24ba2b78", | ||
"version": "0.0.1-alpha-20221025175340-ee8463a6", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
@@ -0,3 +1,3 @@ | ||
import { DocumentNode, GraphQLFieldResolver, GraphQLSchema } from 'graphql'; | ||
import { Maybe } from '@graphql-tools/utils'; | ||
import { DocumentNode, GraphQLFieldResolver, GraphQLSchema } from 'graphql'; | ||
import type { ExecutionArgs, ExecutionResult } from './execute.js'; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package