You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all types, scalars, enums, inputs, etc are sorted alphabetically in the left column under "Types".
Especially for large schemas it would be nice to be able to distinguish the list into the different types ("Enums", "Scalars", "Inputs", "Objects", "Interfaces" und "Unions"). This would make the generated doc more readable and clearer.
Currently, all types, scalars, enums, inputs, etc are sorted alphabetically in the left column under "Types".
Especially for large schemas it would be nice to be able to distinguish the list into the different types ("Enums", "Scalars", "Inputs", "Objects", "Interfaces" und "Unions"). This would make the generated doc more readable and clearer.
This was implemented similarly for the graphdoc library. e.g. https://2fd.github.io/graphdoc/star-wars/
The text was updated successfully, but these errors were encountered: