@graphql-ts/schema

Search for an npm package
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./graphql-ts-schema-api-without-context.cjs.prod.js");
} else {
module.exports = require("./graphql-ts-schema-api-without-context.cjs.dev.js");
}