PageInfo
No description
type PageInfo {
totalCount: Int!
limit: Int!
offset: Int!
}
Fields
PageInfo.totalCount ● Int! non-null scalar
PageInfo.limit ● Int! non-null scalar
PageInfo.offset ● Int! non-null scalar
Member Of
UsersPage object