mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add extensions to ExecutionResult
This commit is contained in:
parent
718ba93da6
commit
5d0ec0027d
1
types/graphql/execution/execute.d.ts
vendored
1
types/graphql/execution/execute.d.ts
vendored
@ -33,6 +33,7 @@ export interface ExecutionContext {
|
||||
*/
|
||||
export interface ExecutionResult {
|
||||
data?: { [key: string]: any };
|
||||
extensions?: { [key: string]: any };
|
||||
errors?: GraphQLError[];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user