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
I'm not sure if this is a problem with this library but definitely the current ordering design doesn't work with @apollo/gateway.
The sort order depends on the order of the keys and when requesting the server directly it works as it should, but when requesting through the federation the order of the keys changes to alphabetical.
Perhaps the ordering body should be an array to avoid dependence on the order of the keys.
I understand that this is a big change in design but in this case we are dependent on how the dictionaries are implemented in one or another part of the system.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a problem with this library but definitely the current ordering design doesn't work with @apollo/gateway.
The sort order depends on the order of the keys and when requesting the server directly it works as it should, but when requesting through the federation the order of the keys changes to alphabetical.
Perhaps the ordering body should be an array to avoid dependence on the order of the keys.
I understand that this is a big change in design but in this case we are dependent on how the dictionaries are implemented in one or another part of the system.
Upvote & Fund
The text was updated successfully, but these errors were encountered: