WaffelBon/graphql.config.js
2023-11-05 15:55:12 +00:00

6 lines
113 B
JavaScript

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