Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

AssetQueryFilterConditionInput

No description
Input Fields

Defines which property of the Asset is compared to the provided value.

operator: ConditionOperator = IS

Defines how the value of the Asset is compared to the provided value.

value: String!

The value which is compared against the property of the Asset.

metadataFieldId: ID

REQUIRED for type METADATA_VALUE to identify which metadata field it is compared against. You can find all available metadataFields on the project.

customMetadataPropertyId: ID

REQUIRED for type CUSTOM_METADATA_VALUE to identify which CustomMetadataProperty it is compared against. You can find all available CustomMetadataProperty on the project.