Skip to main content

WorkspaceConnection

A connection to a list of items.

type WorkspaceConnection {
edges: [WorkspaceEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

WorkspaceConnection.edges ● [WorkspaceEdge] list object

A list of edges.

WorkspaceConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

WorkspaceConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

workspaces query