TaxRate
A TaxRate.
type TaxRate implements Node {
id: UUID!
currentVersion: TaxRateVersion!
description: String!
name: String!
versions(
first: Int
orderBy: TaxRateVersionOrderInput
skip: Int
): TaxRateVersionConnection!
}
Fields
TaxRate.id
● UUID!
non-null scalar
The ID of the node.
TaxRate.currentVersion
● TaxRateVersion!
non-null object
The current version of the TaxRate.
TaxRate.description
● String!
non-null scalar
The description of the TaxRate
TaxRate.name
● String!
non-null scalar
The name of the TaxRate
TaxRate.versions
● TaxRateVersionConnection!
non-null object
Get all associated versions
TaxRate.versions.first
●Int
scalarNumber of items to return
TaxRate.versions.orderBy
● TaxRateVersionOrderInput
input
Ordering
TaxRate.versions.skip
● Int
scalar
Number of items to skip
Interfaces
Node
interface
An object with an ID.
Returned By
createTaxRate
mutation ● taxRate
query ● updateTaxRate
mutation
Member Of
ProductVariantVersion
object ● TaxRateConnection
object ● TaxRateVersion
object