Skip to main content

B2BOrderTemplateConnection

The connection type for B2BOrderTemplate.

type B2BOrderTemplateConnection {
edges: [B2BOrderTemplateEdge]
nodes: [B2BOrderTemplate]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

B2BOrderTemplateConnection.edges ● [B2BOrderTemplateEdge] list object

A list of edges.

B2BOrderTemplateConnection.nodes ● [B2BOrderTemplate] list object

A list of nodes.

B2BOrderTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

B2BOrderTemplateConnection.totalCount ● Int! non-null scalar

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

Returned By

ordersB2bTemplates query