ConditionExpression


The condition architecture.

Field : ObjectDescription
field_address: String The field ID used in the condition.
id: ID The condition ID.
operation: String The condition operation. Valid options: - equals - not_equals - present - blank - string_contains - string_not_contains - number_greater_than - number_less_than - date_is_today - date_is_yesterday - date_in_current_week - date_in_last_week - date_in_current_month - date_in_last_month - date_in_current_year - date_in_last_year - date_is - date_is_after - date_is_before
structure_id: ID The number used to arrange condition's expressions in groups of "AND" and "OR".
value: String The value selected to be compared in the condition.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.