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
migrate UPDATE_RELATIONSHIPV2 to UPDATE_RELATIONSHIP - 2.0.0 major release
Why This is a Major Breaking Change
API Signature Change: The method signature has fundamentally changed - from 1 required parameter to 3 required parameters
Backward Incompatibility: Any existing code using update_relationship will break immediately
GraphQL Mutation Change: The underlying GraphQL mutation has completely changed from updateRelationshipV2 to updateRelationship
Response Structure Change: The response structure has also changed to include both relationship and edge objects
0 commit comments