Skip to main content

InvitationList

A paginated list of invitations.

type InvitationList {
nextCursor: String
nodes: [Invitation]
total: Int
}

Fields

InvitationList.nextCursor ● String scalar common

The cursor for the next page of invitations.

InvitationList.nodes ● [Invitation] list object common

The invitations returned in the current page.

InvitationList.total ● Int scalar common

The total number of matching invitations.

Member Of

Organization object