Skip to content

GlobalPermissionEdge ​

An edge in a connection.

graphql
type GlobalPermissionEdge {
  cursor: String!
  node: GlobalPermission!
}

Fields ​

GlobalPermissionEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

GlobalPermissionEdge.node ● GlobalPermission! non-null object ​

The item at the end of the edge.

Member Of ​

GlobalPermissionConnection object

Released under the MIT License.