Mutation
1mutation unfollowById($collectionType: String!, $collectionId: String!) {2 unfollowById(collectionType: $collectionType, collectionId: $collectionId) {3 id4 message5 }6}
Try it
Input Variables
1{2 "collectionType": "collectionType",3 "collectionId": "collectionId"4}
Response
1{2 "unfollowById": {3 "id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",4 "message": "message"5 }6}
Was this section helpful?