Skip to main content

WorkspacesConnection

A connection to a list of Workspace values.

type WorkspacesConnection {
nodes: [Workspace!]!
edges: [WorkspacesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

WorkspacesConnection.nodes ● [Workspace!]! non-null object

A list of Workspace objects.

WorkspacesConnection.edges ● [WorkspacesEdge!]! non-null object

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

WorkspacesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

WorkspacesConnection.totalCount ● Int! non-null scalar

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

Returned By

workspacesConnection query