TaxRateVersionConnection
A connection to a list of TaxRateVersion values.
type TaxRateVersionConnection {
hasNextPage: Boolean!
nodes: [TaxRateVersion!]!
totalCount: Int!
}
Fields
TaxRateVersionConnection.hasNextPage ● Boolean! non-null scalar
Whether this connection has a next page
TaxRateVersionConnection.nodes ● [TaxRateVersion!]! non-null object
The resulting items.
TaxRateVersionConnection.totalCount ● Int! non-null scalar
The total amount of items in this connection
Member Of
TaxRate object