UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

6 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StringNonEmpty = void 0; const typebox_1 = require("@sinclair/typebox"); exports.StringNonEmpty = typebox_1.Type.String({ minLength: 1 }); //# sourceMappingURL=StringNonEmpty.js.map