Skip to main content

RolesConnection

A connection to a list of Role values.

type RolesConnection {
nodes: [Role!]!
edges: [RolesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

RolesConnection.nodes ● [Role!]! non-null object

A list of Role objects.

RolesConnection.edges ● [RolesEdge!]! non-null object

A list of edges which contains the Role and cursor to aid in pagination.

RolesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RolesConnection.totalCount ● Int! non-null scalar

The count of *all* Role you could get from the connection.

Returned By

rolesConnection query