OBJECT

OutgoingFriendRequestConnection

Friend requests sent from this user to other users.

link GraphQL Schema definition

1type OutgoingFriendRequestConnection {
2
3# The friend request elements of this list.
4edges: [OutgoingFriendRequestEdge!]
5
6# Information about this page.
7pageInfo: PageInfo!
8
9# The total number of outgoing friend requests.
10totalCount: Int!
11
12}