Skip to main content

StepMeetingsConnection

A connection to a list of StepMeeting values.

type StepMeetingsConnection {
nodes: [StepMeeting!]!
edges: [StepMeetingsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

StepMeetingsConnection.nodes ● [StepMeeting!]! non-null object

A list of StepMeeting objects.

StepMeetingsConnection.edges ● [StepMeetingsEdge!]! non-null object

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

StepMeetingsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

StepMeetingsConnection.totalCount ● Int! non-null scalar

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

Returned By

stepMeetingsConnection query

Member Of

Workspace object