UNPKG

t-graphql

Version:

typed GraphQL - end-to-end type-safe GraphQL for TypeScript. Think tRPC, but GraphQL

12 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnumValueType = void 0; var EnumValueType = /** @class */ (function () { function EnumValueType(enumTypeName, value) { this.enumTypeName = enumTypeName; this.value = value; } return EnumValueType; }()); exports.EnumValueType = EnumValueType; //# sourceMappingURL=EnumValueType.js.map