INPUT_OBJECT

CreateFriendRequestInput

link GraphQL Schema definition

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