RolesCollectionSegment
A segment of a collection.
type RolesCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [Role!]
totalCount: Int!
}
Fields
RolesCollectionSegment.pageInfo
● CollectionSegmentInfo!
non-null object
Information to aid in pagination.
RolesCollectionSegment.items
● [Role!]
list object
A flattened list of the items.
RolesCollectionSegment.totalCount
● Int!
non-null scalar
Returned By
roles
query