Skip to content

BasePermissionConnection

The connection type for BasePermission.

graphql
type BasePermissionConnection {
  edges: [BasePermissionEdge!]!
  nodes: [BasePermission!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

BasePermissionConnection.edges ● [BasePermissionEdge!]! non-null object

A list of all edges of the current page.

BasePermissionConnection.nodes ● [BasePermission!]! non-null interface

A list of all nodes of the current page.

BasePermissionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BasePermissionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

GropiusUser object

Released under the MIT License.