Files
cadhub/graphql.config.js
Kurt Hutten 26e291a27b Upgrade to 0.20 needed changes
update packages update schema.prisma etc
2020-11-19 19:16:38 +11:00

8 lines
169 B
JavaScript

const { getConfig } = require('@redwoodjs/internal')
const config = getConfig()
module.exports = {
schema: `http://${config.api.host}:${config.api.port}/graphql`,
}