OBJECT

SquadStreamInvitationConnection

List of Squad Stream invitations.

link GraphQL Schema definition

1type SquadStreamInvitationConnection {
2
3# The elements of the list.
4nodes: [SquadStreamInvitation!]
5
6# The total count of invitations.
7totalCount: Int
8
9}