Skip to main content

TaxRateConnection

A connection to a list of TaxRate values.

type TaxRateConnection {
hasNextPage: Boolean!
nodes: [TaxRate!]!
totalCount: Int!
}

Fields

TaxRateConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

TaxRateConnection.nodes ● [TaxRate!]! non-null object

The resulting items.

TaxRateConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Returned By

taxRates query