Schema Documentation
TaxLineConnection
Description
Connection to TaxLine Nodes
Fields
Field Name | Description |
---|---|
edges - [TaxLineConnectionEdge!]! | A list of edges (relational context) between Order and connected TaxLine Nodes |
nodes - [TaxLine!]! | A list of connected TaxLine Nodes |
pageInfo - TaxLineConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
TaxLineConnection Types |
---|
Example
{"edges":[TaxLineConnectionEdge],"nodes":[TaxLine],"pageInfo":TaxLineConnectionPageInfo}