upgrade v0.33.0; code mods; rebuild yarn.lock

This commit is contained in:
David Price
2021-06-04 08:13:48 -07:00
parent 66429df33c
commit 2eb84512e1
7 changed files with 4108 additions and 3066 deletions

5
graphql.config.js Normal file
View File

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