Skip to main content

CheckboxCustomFieldFilterInput

Defines a filter for searching for records based on the value of a CHECKBOX custom field.

input CheckboxCustomFieldFilterInput {
definitionId: ID!
isChecked: Boolean!
}

Fields

CheckboxCustomFieldFilterInput.definitionId ● ID! non-null scalar

The identifier of the custom field definition associated with the custom field.

CheckboxCustomFieldFilterInput.isChecked ● Boolean! non-null scalar

Filter records where the CHECKBOX custom field value has been checked (true) or not checked (false).

Member Of

CustomFieldFilterInput input