UNPKG

tempus-api-graphql

Version:

A GraphQL wrapper for the tempus api (tempus2.xyz)

43 lines (39 loc) 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _graphql = require("graphql"); var _default = new _graphql.GraphQLEnumType({ name: "ZoneType", values: { BONUS: { value: "bonus" }, BONUS_END: { value: "bonus_end" }, CHECKPOINT: { value: "checkpoint" }, COURSE: { value: "course" }, COURSE_END: { value: "course_end" }, MAP: { value: "map" }, MAP_END: { value: "map_end" }, MISC: { value: "misc" }, TRICK: { value: "trick" } } }); exports["default"] = _default;