|
@@ -100,6 +100,7 @@ async function createGraphQLOptions(
|
|
|
path: '/' + options.apiPath,
|
|
path: '/' + options.apiPath,
|
|
|
typeDefs: printSchema(builtSchema),
|
|
typeDefs: printSchema(builtSchema),
|
|
|
include: [options.resolverModule],
|
|
include: [options.resolverModule],
|
|
|
|
|
+ inheritResolversFromInterfaces: true,
|
|
|
fieldResolverEnhancers: ['guards'],
|
|
fieldResolverEnhancers: ['guards'],
|
|
|
resolvers,
|
|
resolvers,
|
|
|
// We no longer rely on the upload facility bundled with Apollo Server, and instead
|
|
// We no longer rely on the upload facility bundled with Apollo Server, and instead
|