GraphQL API docs should alphabetize fields
Problem
Our generated GraphQL API currently do not order fields for a type alphabetically. This can make finding the relevant documentation harder.
This is how tools like GraphiQL Explorer display fields.
Proposal
Fields should be ordered alphabetically.