Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement reverse query mapping #125

Open
pelletier197 opened this issue Jul 22, 2022 · 0 comments
Open

Implement reverse query mapping #125

pelletier197 opened this issue Jul 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pelletier197
Copy link
Collaborator

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 pelletier197 added the enhancement New feature or request label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant