Skip to main content

UsersConnection

A Relay cursor connection over User records. Page with first/after; pass pageInfo.endCursor back as after for the next page.

type UsersConnection {
edges: [UserEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}

Fields

UsersConnection.edges ● [UserEdge!]! non-null object

Edges on this page.

UsersConnection.pageInfo ● ConnectionPageInfo! non-null object

Pagination metadata.

UsersConnection.totalCount ● Int scalar

Total matching records across all pages, when known (null for sources that do not compute a total).

Returned By

usersConnection query