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
If you try to map relations at a sub-path using buildForQuery() and that sub-path was not selected in the query submitted by a GraphQL client, an empty RelationMap will now be produced instead of throwing an error. The previous behavior was a bug, but we're treating it as a breaking change just to be safe.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
If you try to map relations at a sub-path using
buildForQuery()
and that sub-path was not selected in the query submitted by a GraphQL client, an empty RelationMap will now be produced instead of throwing an error. The previous behavior was a bug, but we're treating it as a breaking change just to be safe.Full Changelog: v2.0.2...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions