UNPKG

tempus-api-graphql

Version:

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

25 lines (21 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _graphql = require("graphql"); var _default = new _graphql.GraphQLEnumType({ name: "RankingType", values: { OVERALL: { value: "overall" }, SOLDIER: { value: "soldier" }, DEMOMAN: { value: "demoman" } } }); exports["default"] = _default;