Skip to main content

WorkspacePlaceholderRolesConnection

A connection to a list of WorkspacePlaceholderRole values.

type WorkspacePlaceholderRolesConnection {
nodes: [WorkspacePlaceholderRole!]!
edges: [WorkspacePlaceholderRolesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

WorkspacePlaceholderRolesConnection.nodes ● [WorkspacePlaceholderRole!]! non-null object

A list of WorkspacePlaceholderRole objects.

WorkspacePlaceholderRolesConnection.edges ● [WorkspacePlaceholderRolesEdge!]! non-null object

A list of edges which contains the WorkspacePlaceholderRole and cursor to aid in pagination.

WorkspacePlaceholderRolesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

WorkspacePlaceholderRolesConnection.totalCount ● Int! non-null scalar

The count of *all* WorkspacePlaceholderRole you could get from the connection.

Returned By

workspacePlaceholderRolesConnection query

Member Of

Workspace object