Skip to content

ComponentPermissionConnection

The connection type for ComponentPermission.

graphql
type ComponentPermissionConnection {
  edges: [ComponentPermissionEdge!]!
  nodes: [ComponentPermission!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

ComponentPermissionConnection.edges ● [ComponentPermissionEdge!]! non-null object

A list of all edges of the current page.

ComponentPermissionConnection.nodes ● [ComponentPermission!]! non-null object

A list of all nodes of the current page.

ComponentPermissionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ComponentPermissionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object

Released under the MIT License.