Skip to main content

UserConnection

The connection type for users.

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

Fields

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

The list of edges.

UserConnection.pageInfo ● PageInfo! non-null object

The pagination information.

UserConnection.totalCount ● Int! non-null scalar

The total number of records for that particular query, independent of the pagination.

Returned by

users query

Member of

Namespace object