strapi-plugin-comments
strapi-plugin-comments copied to clipboard
Custom fields do not Show in GraphQL
I added new fields in the src/extensions/comments/content-types/comment/schema.json file and I'm able to see them in the Content-Type editor. But they do not show on the GraphQL Schema and I can't query them.
Field in the Content-Type Editor
The Schema (in Postman)
Is there any way to register this for GraphQL?
Hello @Eyon42 ,
You must as well extend the graphql and resolvers / queries. There is no other way to do this.
waitting for solution