UNPKG

graphql-yoga

Version:
9 lines (8 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSchema = void 0; const schema_1 = require("@graphql-tools/schema"); function createSchema(opts) { return (0, schema_1.makeExecutableSchema)(opts); } exports.createSchema = createSchema;