Skip to main content

UserConnection

The connection type for User.

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

Fields

UserConnection.edges ● [UserEdge!] list object

A list of edges.

UserConnection.nodes ● [User!] list object

A list of nodes.

UserConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

UserConnection.totalCount ● Int! non-null scalar

Identifies the total count of users in the connection.

Returned By

searchUsers query ● users query

Member Of

Team object