Skip to main content

BooleanComparisonInput

No description

input BooleanComparisonInput {
constant: Boolean
equals: Boolean
in: [Boolean!]
notEquals: Boolean
notIn: [Boolean!]
}

Fields

BooleanComparisonInput.constant ● Boolean scalar

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

BooleanComparisonInput.equals ● Boolean scalar

Matches when the field equals the given value.

BooleanComparisonInput.in ● [Boolean!] list scalar

Matches when the field equals one of the given values.

BooleanComparisonInput.notEquals ● Boolean scalar

Matches when the field does not equal the given value.

BooleanComparisonInput.notIn ● [Boolean!] list scalar

Matches when the field equals none of the given values.

Member Of

OrderComparisonInput input ● OrderCustomerActionComparisonInput input ● ShippingParcelComparisonInput input ● WarehouseComparisonInput input