UNPKG

@apollo/utils.sortast

Version:

Sort AST nodes in a document alphabetically

3 lines 146 B
import { type DocumentNode } from "graphql"; export declare function sortAST(ast: DocumentNode): DocumentNode; //# sourceMappingURL=index.d.ts.map