Skip to content

IMSPermissionEdge

An edge in a connection.

graphql
type IMSPermissionEdge {
  cursor: String!
  node: IMSPermission!
}

Fields

IMSPermissionEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IMSPermissionEdge.node ● IMSPermission! non-null object

The item at the end of the edge.

Member Of

IMSPermissionConnection object

Released under the MIT License.