@backland/schema
Version:
TypeScript schema declaration and validation library with static type inference
12 lines (11 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GraphQLNullType = void 0;
var _graphql = require("graphql");
const GraphQLNullType = new _graphql.GraphQLScalarType({
name: 'Null'
});
exports.GraphQLNullType = GraphQLNullType;
//# sourceMappingURL=GraphQLNullType.js.map