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
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.
The text was updated successfully, but these errors were encountered:
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 thegraphql-go
handler operates.The text was updated successfully, but these errors were encountered: