magidoc
magidoc copied to clipboard
Implement reverse query mapping
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.

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.

Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response