OBJECT
SquadStreamInvitationConnection
List of Squad Stream invitations.
link GraphQL Schema definition
1 type SquadStreamInvitationConnection { 2 3 # The elements of the list. 4 : [SquadStreamInvitation!] 5 6 # The total count of invitations. 7 : Int 8 9 }