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

Graphql tool input parameter tables are less readable #8642

Closed
anupama-pathirage opened this issue Feb 5, 2024 · 0 comments · Fixed by #8673
Closed

Graphql tool input parameter tables are less readable #8642

anupama-pathirage opened this issue Feb 5, 2024 · 0 comments · Fixed by #8673
Assignees
Labels
Reason/Other None of the other reasons. Type/Bug Bugs that need to be fixed.

Comments

@anupama-pathirage
Copy link
Contributor

Description

$subject in https://ballerina.io/learn/graphql-tool/

For example consider the parameter mode.

In the Command options table at the top it is linking to 3 sub sections based on the usage. See below.

image

Then when we click on one such link, lets say Client generation it shows another table. Then under the possible values for the mode it shows all the three possible values where service and schema are not relevant for this sub section. See below.

image

My suggestion.

If we really want to have these sub tables, ideally the Command options table at the top should list all the possible values (i.e. client, service, schema for mode) while the sub tables, like Client generation should only show the values applicable for that sub section only. (i.e. client for mode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reason/Other None of the other reasons. Type/Bug Bugs that need to be fixed.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants