Skip to content

Commit

Permalink
feat(apollo): inheritResolversFromInterfaces defaults to true + apoll…
Browse files Browse the repository at this point in the history
…oConfig.schemaOptions
  • Loading branch information
Guillaume Chau committed Dec 15, 2019
1 parent 4d6772e commit d073ce9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ hook('expressHttp', async (ctx) => {
typeDefs: fullSchema.typeDefs,
resolvers: fullSchema.resolvers,
schemaDirectives: fullSchema.schemaDirectives,
inheritResolversFromInterfaces: true,
...apolloConfig.schemaOptions || {},
})

// Apollo Server
Expand Down

0 comments on commit d073ce9

Please sign in to comment.