Files
cadhub/app/graphql.config.js
Kurt Hutten 563700d995 Upgrade redwood to 0.33
Resolves #341.
2021-06-05 12:52:39 +10:00

6 lines
113 B
JavaScript

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