Skip to content
Snippets Groups Projects
graphql.config.js 113 B
Newer Older
bruno's avatar
bruno committed
const { getPaths } = require('@redwoodjs/internal')

module.exports = {
  schema: getPaths().generated.schema,
}