INPUT_OBJECT

UnfriendUserInput

link GraphQL Schema definition

1input UnfriendUserInput {
5
2# The authenticated user will no longer be friends with the user whose ID is equal
3# to targetID.
4targetID: ID!
6}