Files
redwood-tutorial-part-1/graphql.config.js
2022-04-12 19:51:12 -04:00

6 lines
113 B
JavaScript

const { getPaths } = require('@redwoodjs/internal')
module.exports = {
schema: getPaths().generated.schema,
}