Skip to content

ProjectPermissionEdge ​

An edge in a connection.

graphql
type ProjectPermissionEdge {
  cursor: String!
  node: ProjectPermission!
}

Fields ​

ProjectPermissionEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

ProjectPermissionEdge.node ● ProjectPermission! non-null object ​

The item at the end of the edge.

Member Of ​

ProjectPermissionConnection object

Released under the MIT License.