TaxRateEdge
An edge that contains a node of type TaxRate and a cursor.
type TaxRateEdge {
node: TaxRate!
cursor: String!
}
Fields
TaxRateEdge.node ● TaxRate! non-null object
The TaxRate node.
TaxRateEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
TaxRateConnection object