Skip to main content

FloatComparisonInput

No description

input FloatComparisonInput {
constant: Boolean
equals: Float
greaterThan: Float
greaterThanOrEqualsTo: Float
in: [Float!]
lessThan: Float
lessThanOrEqualsTo: Float
notEquals: Float
notIn: [Float!]
}

Fields

FloatComparisonInput.constant ● Boolean scalar

A boolean that always matches (true) or never matches (false).

FloatComparisonInput.equals ● Float scalar

Matches when the field equals the given value.

FloatComparisonInput.greaterThan ● Float scalar

Matches when the field is greater than the given value.

FloatComparisonInput.greaterThanOrEqualsTo ● Float scalar

Matches when the field is greater than or equal to the given value.

FloatComparisonInput.in ● [Float!] list scalar

Matches when the field equals one of the given values.

FloatComparisonInput.lessThan ● Float scalar

Matches when the field is less than the given value.

FloatComparisonInput.lessThanOrEqualsTo ● Float scalar

Matches when the field is less than or equal to the given value.

FloatComparisonInput.notEquals ● Float scalar

Matches when the field does not equal the given value.

FloatComparisonInput.notIn ● [Float!] list scalar

Matches when the field equals none of the given values.

Member Of

BillingComparisonInput input ● DisputeComparisonInput input ● OrderComparisonInput input ● OrderLineComparisonInput input ● PaymentExternalDisputeComparisonInput input ● PaymentExternalTransactionComparisonInput input ● PaymentTransactionFeeComparisonInput input ● RepaymentLineComparisonInput input ● ShippingParcelComparisonInput input ● TransactionComparisonInput input