OBJECT

RoleConnection

The connection type for Role.

link GraphQL Schema definition

type RoleConnection {

A list of edges.
edges: [RoleEdge]

A list of nodes.
nodes: [Role]

Information to aid in pagination.
pageInfo: PageInfo!

Total count
totalCount: Int!

}

link Required by