UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 312 B
import type { GraphQLType } from 'graphql'; import type { FieldAffectingData } from '../../fields/config/types'; declare const withNullableType: (field: FieldAffectingData, type: GraphQLType, forceNullable?: boolean) => GraphQLType; export default withNullableType; //# sourceMappingURL=withNullableType.d.ts.map