taxRates
Get all TaxRates
taxRates(
first: Int
orderBy: TaxRateOrderInput
skip: Int
): TaxRateConnection!
Arguments
taxRates.first
● Int
scalar
Number of items to return
taxRates.orderBy
● TaxRateOrderInput
input
Ordering
taxRates.skip
● Int
scalar
Number of items to skip
Type
TaxRateConnection
object
A connection to a list of
TaxRate
values.