UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

5 lines 160 B
import { GraphQLScalarType } from 'graphql'; export var GraphQLNullType = new GraphQLScalarType({ name: 'Null' }); //# sourceMappingURL=GraphQLNullType.js.map