UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

3 lines (2 loc) 135 B
import { DocumentNode } from 'graphql'; export declare function gql(literals: ReadonlyArray<string> | Readonly<string>): DocumentNode;