UNPKG

ra-data-hasura

Version:

A data provider for connecting react-admin to a Hasura endpoint

5 lines 288 B
import { IntrospectionObjectType, FieldNode } from 'graphql'; import { FetchType } from '../types'; export type BuildFields = (type: IntrospectionObjectType, aorFetchType?: FetchType) => FieldNode[]; export declare const buildFields: BuildFields; //# sourceMappingURL=buildFields.d.ts.map