graphql-custom-types
Version:
Collection of custom GraphQL types like Email, URL, password and many more
18 lines (14 loc) • 489 B
JavaScript
;
var _scalars = require("./scalars");
var _types = require("./types");
var _factory = require("./factory");
module.exports = {
Factory: _factory.Factory,
GraphQLCustomScalarType: _types.GraphQLCustomScalarType,
GraphQLEmail: _scalars.GraphQLEmail,
GraphQLURL: _scalars.GraphQLURL,
GraphQLLimitedString: _scalars.GraphQLLimitedString,
GraphQLPassword: _scalars.GraphQLPassword,
GraphQLDateTime: _scalars.GraphQLDateTime,
GraphQLUUID: _scalars.GraphQLUUID
};