Service pricesAvailable queries Associated queryReturns multiple resultsServicePriceServicePrices✔️ Available fields LabelTypeNotesNullamountdecimal(14,4)The pricecurrencyCurrencyThe currency usedidintegerThe id of this price Example of a query JSONquery{ ServicePrices{ edges{ node{ amount currency{ iso } id } } } }