@apollo/utils.dropunuseddefinitions
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,3 +0,3 @@ | ||
import { DocumentNode } from "graphql"; | ||
import { type DocumentNode } from "graphql"; | ||
export declare function dropUnusedDefinitions(ast: DocumentNode, operationName: string): DocumentNode; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@apollo/utils.dropunuseddefinitions", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Drop unused definitions from a GraphQL document", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import { DocumentNode, separateOperations } from "graphql"; | ||
import { type DocumentNode, separateOperations } from "graphql"; | ||
@@ -3,0 +3,0 @@ // A GraphQL query may contain multiple named operations, with the operation to |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6581