Question
Graphql query response - field mapping documentation
For each component, I need to create a new GraphQL query and share it with the consumer team.
To streamline this process, I am preparing a technical mapping document for the module's GraphQL query responses and VD image.
Is there an efficient way to generate documentation for GraphQL responses?
Field Mapping Screenshot:

Note: I tried swagger API. It is helpful for only REST API
Thanks!