UNPKG

graphql-request

Version:

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

8 lines 264 B
export declare const onPattern: RegExp; export interface On { _tag: 'On'; typeOrFragmentName: string; } export declare const parseClientOn: (field: string) => null | On; export declare const toGraphQLOn: (on: On) => string; //# sourceMappingURL=on.d.ts.map