UNPKG

@wepublish/api

Version:
14 lines 527 B
"use strict"; 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