@graphql-tools/utils
Advanced tools
Comparing version 10.8.1 to 10.8.2
{ | ||
"name": "@graphql-tools/utils", | ||
"version": "10.8.1", | ||
"version": "10.8.2", | ||
"description": "Common package containing utils and types for GraphQL tools", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -8,5 +8,3 @@ import type { ASTNode, DirectiveNode, GraphQLSchema } from 'graphql'; | ||
extensionASTNodes?: readonly DirectableASTNode[] | null | undefined; | ||
extensions?: { | ||
directives?: Record<string, any> | undefined; | ||
} | null | undefined; | ||
extensions?: any; | ||
}; | ||
@@ -13,0 +11,0 @@ export declare function getDirectiveExtensions<TDirectiveAnnotationsMap extends { |
Sorry, the diff of this file is not supported yet
520614
11351