Schema Documentation

OrderToTaxLineConnection

Description

Connection between the Order type and the TaxLine type

Fields
Field NameDescription
edges - [OrderToTaxLineConnectionEdge!]! Edges for the OrderToTaxLineConnection connection
nodes - [TaxLine!]! The nodes of the connection, without the edges
pageInfo - OrderToTaxLineConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[OrderToTaxLineConnectionEdge],"nodes":[TaxLine],"pageInfo":OrderToTaxLineConnectionPageInfo}