Add a dedicated GQL server for metadata available on /meta (#1820)
This commit is contained in:
@ -33,6 +33,7 @@ import {
|
||||
context: ({ req }) => ({ req }),
|
||||
driver: YogaDriver,
|
||||
autoSchemaFile: true,
|
||||
include: [CoreModule],
|
||||
conditionalSchema: async (request) => {
|
||||
try {
|
||||
// Get the SchemaGenerationService from the AppModule
|
||||
|
||||
Reference in New Issue
Block a user