Types > TaxRulesGraph
Commerce APITypesTaxRulesGraph
TaxRulesGraph

Description

Topic: Tax Rules

Fields

components: String!

Graph data (custom JSON format)

Example: "{}"


Used By

Mutations

taxRulesGraphCreate

Queries

taxRulesGraph

Preview (typescript)

interface TaxRulesGraph {
components: string
}