Skip to content

GropiusUserConnection

The connection type for GropiusUser.

graphql
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

Released under the MIT License.