For the complete documentation index, see llms.txt. This page is also available as Markdown.

AttributeCollectionFilter

No description

input AttributeCollectionFilter {
  all: AttributeFilter
  any: AttributeFilter
  empty: Boolean
  none: AttributeFilter
  typePublicId: String
}

Fields

all ● AttributeFilter input

All items in the collection match the given criteria.

any ● AttributeFilter input

Any item in the collection matches the given criteria.

empty ● Boolean scalar

The target collection is empty.

none ● AttributeFilter input

None of the items in the collection matches the given criteria.

typePublicId ● String scalar

The type public identifier.

Member Of

AssetFilter input ● AssetReferenceFilter input

Last updated

Was this helpful?