magidoc icon indicating copy to clipboard operation
magidoc copied to clipboard

Implement reverse query mapping

Open pelletier197 opened this issue 3 years ago • 0 comments

Describe the problem

Currently, when we see a GraphQL type in the API, there is not really any easy way to know at a glance which query can fetch that field. This is more problematic for nested fields, because the only way to know how to query it is to backtrack into the references.

image

Describe the proposed solution

We should have a new section Queries that indicates how this field can be used/accessed from a root query type.

image

Alternatives considered

No response

Importance

would make my life easier

Additional Information

No response

pelletier197 avatar Jul 22 '22 20:07 pelletier197