Skip to main content

EditorsConnection

A connection to a list of Editor values.

type EditorsConnection {
nodes: [Editor!]!
edges: [EditorsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

EditorsConnection.nodes ● [Editor!]! non-null object

A list of Editor objects.

EditorsConnection.edges ● [EditorsEdge!]! non-null object

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

EditorsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

EditorsConnection.totalCount ● Int! non-null scalar

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

Returned By

editorsConnection query

Member Of

Space object