handler icon indicating copy to clipboard operation
handler copied to clipboard

Order properties consistently

Open cloudlena opened this issue 7 years ago • 0 comments

Every time I start my GraphQL server, the order of all properties, enums and parameters as shown in GraphiQL or as parsed with GraphQL CLI changes. These tools just take the order as it comes from the server and display it. I think handler should order all these properties alphabetically to have a consistent output of the callable schema at the endpoint where the graphql-go handler operates.

cloudlena avatar Jan 07 '18 11:01 cloudlena