UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

7 lines 273 B
export interface DirectiveLike { name: string; args: Record<string, any>; } export declare const toGraphQLDirective: (directive: DirectiveLike) => string; export declare const toGraphQLDirectiveArgs: (args: object) => string; //# sourceMappingURL=directive.d.ts.map