Decimal
Custom Decimal scalar implementation.
Returns Decimal as a float in the API, parses float to the Decimal on the way back ("float -> string -> Decimal" so as not to lose precision).
Note: Extends graphene.Scalar (not graphene.Float) so that the schema export includes "scalar Decimal" definition. This is required for schema validation tools like graphql-inspector.
scalar Decimal
Member Of
Agreement object ● AgreementCommission object ● AgreementCommissionCreateInput input ● AgreementFeeInput input ● AgreementFees object ● AgreementInput input ● AttributeValue object ● AttributeValueCreateInput input ● AttributeValueInput input ● CheckoutSellerShipping object ● FileSize object ● LedgerEntryInput input ● OrderFee object ● OrderFeeInput input ● OrderVendorReportType object ● OrderVendorSummaryType object ● PieChartSegment object ● Sale object ● SalesMetrics object ● SalesVelocityItem object ● SingleVendorReportType object ● SingleVendorSummaryType object ● StockFilterInput input ● TimeSeriesDataPoint object ● VendorPayout object ● VendorPayoutUpdateInput input ● Voucher object