Total taxesAvailable queries Associated queryReturns multiple resultsTotalTaxes✔️ Available fields LabelTypeNotesNullamountdecimal(12,4)The total tax amountidintegerThe total tax idtaxTaxThe tax used Example of a query JSONquery{ TotalTaxes{ edges{ node{ amount id tax{ id } } } } }