mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
add extensions to ExecutionResult
This commit is contained in:
Vendored
+1
@@ -33,6 +33,7 @@ export interface ExecutionContext {
|
||||
*/
|
||||
export interface ExecutionResult {
|
||||
data?: { [key: string]: any };
|
||||
extensions?: { [key: string]: any };
|
||||
errors?: GraphQLError[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user