Skip to main content

StepToDosConnection

A connection to a list of StepToDo values.

type StepToDosConnection {
nodes: [StepToDo!]!
edges: [StepToDosEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

StepToDosConnection.nodes ● [StepToDo!]! non-null object

A list of StepToDo objects.

StepToDosConnection.edges ● [StepToDosEdge!]! non-null object

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

StepToDosConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

StepToDosConnection.totalCount ● Int! non-null scalar

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

Returned By

stepToDosConnection query

Member Of

Workspace object