Skip to main content

GropiusUserConnection

The connection type for GropiusUser.

type GropiusUserConnection {
edges: [GropiusUserEdge!]!
nodes: [GropiusUser!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GropiusUserConnection.edges ● [GropiusUserEdge!]! non-null object

A list of all edges of the current page.

GropiusUserConnection.nodes ● [GropiusUser!]! non-null object

A list of all nodes of the current page.

GropiusUserConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GropiusUserConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member of

BasePermission interface ● ComponentPermission object ● GlobalPermission object ● IMS object ● IMSPermission object ● IMSProject object ● NodePermission interface ● ProjectPermission object ● SyncPermissionTarget interface