INPUT_OBJECT

AcceptFriendRequestInput

link GraphQL Schema definition

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