IntComparisonInput
No description
input IntComparisonInput {
constant: Boolean
equals: Int
greaterThan: Int
greaterThanOrEqualsTo: Int
in: [Int!]
lessThan: Int
lessThanOrEqualsTo: Int
notEquals: Int
notIn: [Int!]
}
Fields
IntComparisonInput.constant ● Boolean scalar
A boolean that always matches (true) or never matches (false).
IntComparisonInput.equals ● Int scalar
Matches when the field equals the given value.
IntComparisonInput.greaterThan ● Int scalar
Matches when the field is greater than the given value.
IntComparisonInput.greaterThanOrEqualsTo ● Int scalar
Matches when the field is greater than or equal to the given value.
IntComparisonInput.in ● [Int!] list scalar
Matches when the field equals one of the given values.
IntComparisonInput.lessThan ● Int scalar
Matches when the field is less than the given value.
IntComparisonInput.lessThanOrEqualsTo ● Int scalar
Matches when the field is less than or equal to the given value.
IntComparisonInput.notEquals ● Int scalar
Matches when the field does not equal the given value.
IntComparisonInput.notIn ● [Int!] list scalar
Matches when the field equals none of the given values.
Member Of
FulfillmentLineComparisonInput input ● OrderLineComparisonInput input ● ProductBundleAvailabilityComparisonInput input ● ProductComponentComparisonInput input ● ProductProductAvailabilityComparisonInput input ● RepaymentLineComparisonInput input ● RepaymentReturnedLineComparisonInput input ● ShippingLineComparisonInput input