Skip to content

Commit

Permalink
Merge pull request #3115 from seyfert/federation-build-schema-options
Browse files Browse the repository at this point in the history
feat(graphql): support resolverValidationOptions for schema first federation
  • Loading branch information
kamilmysliwiec authored Feb 7, 2024
2 parents 255f90a + 85dc987 commit 4983208
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class GraphQLFederationFactory {

const resolvers = this.getResolvers(options.resolvers);
return addResolversToSchema({
resolverValidationOptions: options.resolverValidationOptions,
inheritResolversFromInterfaces: options.inheritResolversFromInterfaces,
resolvers,
schema: buildSubgraphSchema([
Expand Down

0 comments on commit 4983208

Please sign in to comment.