UserList
A paginated list of users.
type UserList implements ModelList {
edges: [User]
nextCursor: String
nodes: [User]
total: Int
}
Fields
UserList.edges ● [User] list object common
A legacy alias for nodes.
UserList.nextCursor ● String scalar common
The cursor for the next page of users.
UserList.nodes ● [User] list object common
The users returned in the current page.
UserList.total ● Int scalar common
The total number of matching users.
Interfaces
ModelList interface common
A paginated list of models.
Returned By
users query
Member Of
Organization object