Skip to content

ComponentPermissionEdge

An edge in a connection.

graphql
type ComponentPermissionEdge {
  cursor: String!
  node: ComponentPermission!
}

Fields

ComponentPermissionEdge.cursor ● String! non-null scalar

A cursor used in pagination.

ComponentPermissionEdge.node ● ComponentPermission! non-null object

The item at the end of the edge.

Member Of

ComponentPermissionConnection object

Released under the MIT License.