DocumentCustomFieldFilterInput
Defines a filter for searching for records based on the value of a DOCUMENT custom field.
input DocumentCustomFieldFilterInput {
definitionId: ID!
documentReceived: Boolean!
}
Fields
DocumentCustomFieldFilterInput.definitionId ● ID! non-null scalar
The identifier of the custom field definition associated with the custom field.
DocumentCustomFieldFilterInput.documentReceived ● Boolean! non-null scalar
Filter records for a DOCUMENT custom field. A value of true will match records where a document has been received and false matches
records where document has not been received.
Member Of
CustomFieldFilterInput input