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
oosen must to should for serialization supporting ordered maps. (#191)
GraphQL should work correctly with many serialization techniques, not just JSON. Even within JSON, the GraphQL spec mentions ordered maps while the JSON spec describes unordered maps. This changes the language in the GraphQL spec to:
* Use should instead of must where ordered map support might not be possible, thus supporting more environments.
* Add clarifying language to JSON encoding section describing expectations for ordering.
Fixes#168
0 commit comments