Skip to main content

ComponentPermissionConnection

The connection type for ComponentPermission.

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