UNPKG

ra-data-hasura

Version:

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

4 lines 268 B
import { IntrospectionType, IntrospectionTypeRef, IntrospectionNonNullTypeRef } from 'graphql'; declare const isList: (type: IntrospectionType | IntrospectionNonNullTypeRef | IntrospectionTypeRef) => boolean; export default isList; //# sourceMappingURL=isList.d.ts.map