Skip to main content

SubspacesConnection

A connection to a list of Subspace values.

type SubspacesConnection {
nodes: [Subspace!]!
edges: [SubspacesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SubspacesConnection.nodes ● [Subspace!]! non-null object

A list of Subspace objects.

SubspacesConnection.edges ● [SubspacesEdge!]! non-null object

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

SubspacesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SubspacesConnection.totalCount ● Int! non-null scalar

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

Returned By

subspacesConnection query