TaxRateConnection
A paginated list of TaxRate edges.
type TaxRateConnection {
pageInfo: PageInfo!
edges: [TaxRateEdge!]!
}
Fields
TaxRateConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
TaxRateConnection.edges
● [TaxRateEdge!]!
non-null object
A list of TaxRate edges.
Returned By
taxRates
query