Gian Pierre Blas
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)...
but Graphql is better, how to do it?
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)...