Upgrade redwood to v 0.35

This commit is contained in:
Kurt Hutten
2021-08-31 18:35:51 +10:00
parent db9270b7ce
commit f5113da9c2
6 changed files with 2290 additions and 1320 deletions

View File

@@ -4,6 +4,7 @@ import {
makeServices,
} from '@redwoodjs/api'
import { createSentryApolloPlugin } from 'src/lib/sentry'
import { logger } from 'src/lib/logger'
import schemas from 'src/graphql/**/*.{js,ts}'
import services from 'src/services/**/*.{js,ts}'
@@ -12,6 +13,7 @@ import { getCurrentUser } from 'src/lib/auth'
import { db } from 'src/lib/db'
export const handler = createGraphQLHandler({
loggerConfig: { logger, options: {} },
getCurrentUser,
schema: makeMergedSchema({
schemas,