@wepublish/api
Version:
API core for we.publish.
14 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GraphQLChallenge = void 0;
const graphql_1 = require("graphql");
const graphql_scalars_1 = require("graphql-scalars");
exports.GraphQLChallenge = new graphql_1.GraphQLObjectType({
name: 'Challenge',
fields: () => ({
challenge: { type: graphql_1.GraphQLString },
challengeID: { type: graphql_1.GraphQLString },
validUntil: { type: graphql_scalars_1.GraphQLDate }
})
});
//# sourceMappingURL=challenge.js.map