UNPKG

@graphql-tools/documents

Version:
7 lines (6 loc) 274 B
import { type DocumentNode } from 'graphql'; /** * Print an executable document node definition in a stable way. * All the nodes are sorted by name and the white space is reduced. */ export declare function printExecutableGraphQLDocument(document: DocumentNode): string;