metaforecast/src/graphql/build-schema.js
2022-04-19 01:15:42 +03:00

6 lines
225 B
JavaScript

// see https://pothos-graphql.dev/docs/guide/generating-client-types#export-schema-in-a-js-file,
// but we use ts-node instead of @boost/module
require("ts-node").register({});
module.exports = require("./schema/index.ts");