Skip to content

Commit

Permalink
feat(graphql): support resolverValidationOptions for schema first fed…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
seyfert committed Jan 24, 2024
1 parent c2e408f commit 85dc987
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 85dc987

Please sign in to comment.