graphiql
graphiql copied to clipboard
Maintain argument order in the schema.
Fields maintain their original schema order in both the docs and the autocomplete suggestions (#884). But arguments are sorted alphabetically.
As with fields, although the order doesn't matter functionally it still indicates importance, grouping, etc. Also it looks inconsistent since input fields are in schema order.
Hi, Can I have a try on this issue?
@ritikBhandari sure! getAutocompleteSuggestions is where you would start in the language service
thank you @acao, I'll start it right away!
Looks like this is already done in recent versions.