Files
redwood-tutorial/graphql.config.js
2021-06-04 08:13:48 -07:00

6 lines
113 B
JavaScript

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