Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

CustomMetadataConditionInput

Condition applied to a custom metadata property's values. Exactly one field must be set.

Input fields
is: [String!]
Beta

Match assets that have ALL of these values. Only meaningful for multi-select and multi-value catalog properties.

isAny: [String!]
Beta

Match assets that have ANY of these values.

isNot: [String!]
Beta

Match assets that do NOT have ALL of these values. Only meaningful for multi-select and multi-value catalog properties.

isNotAny: [String!]
Beta

Match assets that have NONE of these values.

isEmpty: Boolean
Beta

Match assets with no value set for this property. Must be true when provided.

isNotEmpty: Boolean
Beta

Match assets with a value set for this property. Must be true when provided.