Skip to main content

TagCustomFieldFilterInput

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

input TagCustomFieldFilterInput {
definitionId: ID!
tagNames: [String!]!
}

Fields

TagCustomFieldFilterInput.definitionId ● ID! non-null scalar

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

TagCustomFieldFilterInput.tagNames ● [String!]! non-null scalar

Filter records where the TAG custom field value matches one of the specified list of tag names.

Member Of

CustomFieldFilterInput input