Skip to content

ProjectPermissionConnection

The connection type for ProjectPermission.

graphql
type ProjectPermissionConnection {
  edges: [ProjectPermissionEdge!]!
  nodes: [ProjectPermission!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

ProjectPermissionConnection.edges ● [ProjectPermissionEdge!]! non-null object

A list of all edges of the current page.

ProjectPermissionConnection.nodes ● [ProjectPermission!]! non-null object

A list of all nodes of the current page.

ProjectPermissionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ProjectPermissionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Project object

Released under the MIT License.