Skip to main content

SpacesConnection

A connection to a list of Space values.

type SpacesConnection {
nodes: [Space!]!
edges: [SpacesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SpacesConnection.nodes ● [Space!]! non-null object

A list of Space objects.

SpacesConnection.edges ● [SpacesEdge!]! non-null object

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

SpacesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SpacesConnection.totalCount ● Int! non-null scalar

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

Returned By

spacesConnection query

Member Of

Entity object