UNION

FriendRelationship

The friend-type relationship between the authenticated user and another user.

If this field is a FriendEdge, the authenticated user and the other user are Friends.

If it is an IncomingFriendRequestEdge, the other user has an open friend request with authenticated user.

If it is an OutgoingFriendRequestEdge, the authenticated user has an open friend request with the other user.

link GraphQL Schema definition

1union FriendRelationship = FriendEdge | IncomingFriendRequestEdge | OutgoingFriendRequestEdge