Skip to content

GlobalPermissionConnection

The connection type for GlobalPermission.

graphql
type GlobalPermissionConnection {
  edges: [GlobalPermissionEdge!]!
  nodes: [GlobalPermission!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

GlobalPermissionConnection.edges ● [GlobalPermissionEdge!]! non-null object

A list of all edges of the current page.

GlobalPermissionConnection.nodes ● [GlobalPermission!]! non-null object

A list of all nodes of the current page.

GlobalPermissionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GlobalPermissionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

globalPermissions query

Released under the MIT License.