OBJECT
OutgoingFriendRequestConnection
Friend requests sent from this user to other users.
link GraphQL Schema definition
1 type OutgoingFriendRequestConnection { 2 3 # The friend request elements of this list. 4 : [OutgoingFriendRequestEdge!] 5 6 # Information about this page. 7 : PageInfo! 8 9 # The total number of outgoing friend requests. 10 : Int! 11 12 }