HtmlCustomFieldFilterInput
Defines a filter for searching for records based on the value of an HTML custom field.
input HtmlCustomFieldFilterInput {
definitionId: ID!
value: String!
}
Fields
HtmlCustomFieldFilterInput.definitionId ● ID! non-null scalar
The identifier of the custom field definition associated with the custom field.
HtmlCustomFieldFilterInput.value ● String! non-null scalar
Filter records where the HTML custom field value matches the specified value.
Rules:
- The filter is not case sensitive
- Partial matching is supported. For example, a value of
spanwill match <span> and Spanish
Member Of
CustomFieldFilterInput input