UNPKG

ra-data-hasura

Version:

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

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