Skip to main content

SectionsConnection

A connection to a list of Section values.

type SectionsConnection {
nodes: [Section!]!
edges: [SectionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SectionsConnection.nodes ● [Section!]! non-null object

A list of Section objects.

SectionsConnection.edges ● [SectionsEdge!]! non-null object

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

SectionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SectionsConnection.totalCount ● Int! non-null scalar

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

Returned By

sectionsConnection query

Member Of

Playbook object ● Summary object ● Workspace object ● WorkspaceAccount object