Upgrade to 0.20 needed changes

update packages update schema.prisma etc
This commit is contained in:
Kurt Hutten
2020-11-19 19:16:38 +11:00
parent c11a2a5a65
commit 26e291a27b
6 changed files with 1199 additions and 962 deletions

7
graphql.config.js Normal file
View File

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