GraphQL API Inputs DecimalNotNullRangeInput
Money range
input DecimalNotNullRangeInput { # From from: String! # 1.23 # To to: String! # 2.34 }