Skip to main content

UserConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type UserConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [UserEdge!]!
}

Fields

UserConnection.totalCount ● Int! non-null scalar

Total number of element in the list

UserConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

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

UserEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

users query