Gian Pierre Blas

Results 4 comments of Gian Pierre Blas

you just need to extend the response, create a field and resolve, in index.js ```TypeScript const extensionService = strapi.plugin("graphql").service("extension"); extensionService.use(({ nexus }) => ({ types: [ nexus.extendType({ type: "CommentSingle", definition(t)...

you just need to extend the response, create a field and resolve, in index.js ```TypeScript const extensionService = strapi.plugin("graphql").service("extension"); extensionService.use(({ nexus }) => ({ types: [ nexus.extendType({ type: "CommentSingle", definition(t)...

no, it is only seen in api or grapqhl, but it needs custom code ``` // Allow to extend schema comments, for view author full data extensionService.use(({ nexus }) =>...