INPUT_OBJECT

DismissFriendRecommendationInput

link GraphQL Schema definition

1input DismissFriendRecommendationInput {
5
2# The recommendation to the authenticated user to become friends with a user with
3# ID targetID will be removed.
4targetID: ID!
6}