graphql-experimental
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -93,2 +93,14 @@ import { Maybe } from '../jsutils/Maybe'; | ||
export interface FormattedExecutionPatchResult< | ||
TData = { [key: string]: any }, | ||
TExtensions = { [key: string]: any } | ||
> { | ||
errors?: ReadonlyArray<GraphQLFormattedError>; | ||
data?: TData | null; | ||
path?: ReadonlyArray<string | number>; | ||
label?: string; | ||
hasNext: boolean; | ||
extensions?: TExtensions; | ||
} | ||
export type AsyncExecutionResult = ExecutionResult | ExecutionPatchResult; | ||
@@ -95,0 +107,0 @@ |
@@ -12,2 +12,3 @@ export { pathToArray as responsePathAsArray } from '../jsutils/Path'; | ||
ExecutionPatchResult, | ||
FormattedExecutionPatchResult, | ||
AsyncExecutionResult, | ||
@@ -14,0 +15,0 @@ } from './execute'; |
@@ -304,2 +304,3 @@ // Minimum TypeScript Version: 2.6 | ||
ExecutionPatchResult, | ||
FormattedExecutionPatchResult, | ||
AsyncExecutionResult, | ||
@@ -306,0 +307,0 @@ } from './execution/index'; |
{ | ||
"name": "graphql-experimental", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A Query Language and Runtime which can target any service.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2153059
39107