UNPKG

graphql-request

Version:

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

5 lines 236 B
import type { FieldName } from './FieldName.js'; import type { On } from './on.js'; export type FieldItem = On | FieldName; export declare const parseClientFieldItem: (field: string) => FieldItem; //# sourceMappingURL=FieldItem.d.ts.map