ra-data-opencrud
Version:
A Prisma/GraphCMS data provider for react-admin
8 lines • 343 B
TypeScript
import { IntrospectionTypeRef, IntrospectionNamedTypeRef } from 'graphql';
/**
* Ensure we get the real type even if the root type is NON_NULL or LIST
* @param {GraphQLType} type
*/
declare const getFinalType: (type: IntrospectionTypeRef) => IntrospectionNamedTypeRef;
export default getFinalType;
//# sourceMappingURL=getFinalType.d.ts.map