Christof Aenderl

Results 3 comments of Christof Aenderl

Usually one would write the `data` as a JSON but it looks like the pure introspection result is used here. This works for me using schema.json: ``` const fs =...

Not directly related to graphdoc. You can either traverse the folders and read all graphqls files or you can use shelljs to find all files and concat them: ``` const...

With version 5.4.0 I'm also getting this error. Using the decorators from `@nestjs/swagger` one of my delete functions looks like this: ```javascript @Delete(':id') @ApiOkResponse({ type: Boolean, }) @ApiParam({ name: 'id'...