@apollo/utils.sortast
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 sortAST(ast: DocumentNode): DocumentNode; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@apollo/utils.sortast", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Sort AST nodes in a document alphabetically", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,12 +6,12 @@ // We'll only fetch the `ListIteratee` type from the `@types/lodash`, but get | ||
visit, | ||
DocumentNode, | ||
OperationDefinitionNode, | ||
DirectiveNode, | ||
FragmentDefinitionNode, | ||
InlineFragmentNode, | ||
FragmentSpreadNode, | ||
FieldNode, | ||
SelectionSetNode, | ||
ArgumentNode, | ||
VariableDefinitionNode, | ||
type DocumentNode, | ||
type OperationDefinitionNode, | ||
type DirectiveNode, | ||
type FragmentDefinitionNode, | ||
type InlineFragmentNode, | ||
type FragmentSpreadNode, | ||
type FieldNode, | ||
type SelectionSetNode, | ||
type ArgumentNode, | ||
type VariableDefinitionNode, | ||
} from "graphql"; | ||
@@ -18,0 +18,0 @@ import sortBy from "lodash.sortby"; |
Sorry, the diff of this file is not supported yet
8926