UserList
A paginated list of User items.
type UserList {
paginatorInfo: PaginatorInfo
cursorInfo: CursorInfo
data: [User!]!
}
Fields
paginatorInfo
(PaginatorInfo
)
Pagination information about the list of items.
cursorInfo
(CursorInfo
)
data
([User!]!
)
A list of User items.