diff --git a/packages/core/src/api/config/configure-graphql-module.ts b/packages/core/src/api/config/configure-graphql-module.ts index 71984cf917..abea38daaf 100644 --- a/packages/core/src/api/config/configure-graphql-module.ts +++ b/packages/core/src/api/config/configure-graphql-module.ts @@ -100,6 +100,7 @@ async function createGraphQLOptions( path: '/' + options.apiPath, typeDefs: printSchema(builtSchema), include: [options.resolverModule], + inheritResolversFromInterfaces: true, fieldResolverEnhancers: ['guards'], resolvers, // We no longer rely on the upload facility bundled with Apollo Server, and instead