Skip to main content

SpecialOrderTemplateConnection

The connection type for SpecialOrderTemplate.

type SpecialOrderTemplateConnection {
edges: [SpecialOrderTemplateEdge]
nodes: [SpecialOrderTemplate]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SpecialOrderTemplateConnection.edges ● [SpecialOrderTemplateEdge] list object

A list of edges.

SpecialOrderTemplateConnection.nodes ● [SpecialOrderTemplate] list object

A list of nodes.

SpecialOrderTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SpecialOrderTemplateConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Returned By

ordersSpecialTemplates query