Skip to content

Commit

Permalink
🐛 Fix error on type graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
lcpnine committed Jan 25, 2024
1 parent 6dad6d3 commit aab59a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/server/src/config/yoga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const createSchema = async () =>
await buildSchema({
resolvers: [UserResolver, MandalaChartResolver, RecommendationResolver],
emitSchemaFile: 'src/schema.gql',
validate: {
forbidUnknownValues: false,
},
})

const createYogaConfig = async () => {
Expand Down

0 comments on commit aab59a5

Please sign in to comment.