OBJECT

UnfriendUserPayload

link GraphQL Schema definition

1type UnfriendUserPayload {
2
3# The user whose friend relationship was just destroyed by the authenticated user.
4user: User
5
6}