INPUT_OBJECT

CancelFriendRequestInput

link GraphQL Schema definition

1input CancelFriendRequestInput {
5
2# The authenticated user will cancel the friend request sent to the user with an
3# ID equal to targetID.
4targetID: ID!
6}