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

BooleanCollectionFilter

No description

input BooleanCollectionFilter {
  all: Boolean
  any: Boolean
  none: Boolean
}

Fields

all ● Boolean scalar

any ● Boolean scalar

none ● Boolean scalar

Last updated

Was this helpful?