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