UNPKG

ra-data-graphql-simple

Version:

A GraphQL simple data provider for react-admin

3 lines 265 B
import { IntrospectionListTypeRef, IntrospectionType, IntrospectionTypeRef, TypeNode } from 'graphql'; export declare const getGqlType: (type: IntrospectionType | IntrospectionListTypeRef | IntrospectionTypeRef) => TypeNode; //# sourceMappingURL=getGqlType.d.ts.map