graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

fix: introspection query would give results in random order. #636

Open chirino opened 2 years ago

chirino commented 2 years ago

apply sorting on lists generated from maps.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.02%) to 92.029% when pulling c3a5a08a579ba4055656a93a90cda52f977e83fa on chirino:sort-instrospection-results into 09272f35006712d597c0446258874ce7ff8919fb on graphql-go:master.

aluzzardi commented 2 years ago

Any plans on merging this?