SpaceInvitePaged
No description
type SpaceInvitePaged {
data: [SpaceInvite]!
totalResults: Int!
}
Fields
SpaceInvitePaged.data
● [SpaceInvite]!
non-null object
The list of items in this pagination window.
SpaceInvitePaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Member of
Space
object