@graphql-ts/schema

Search for an npm package
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var apiWithContext = require('../../dist/api-with-context-0f5b464e.cjs.dev.js');
require('graphql/type/definition');
exports.field = apiWithContext.field;
exports.fields = apiWithContext.fields;
exports.interface = apiWithContext.interfaceType;
exports.interfaceField = apiWithContext.interfaceField;
exports.object = apiWithContext.object;
exports.union = apiWithContext.union;