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

NodeFilter

A base interface implemented by all types.

input NodeFilter {
  _and: [NodeFilter]
  _or: [NodeFilter]
  id: UUIDFilter
}

Fields

_and ● [NodeFilter] list input

_or ● [NodeFilter] list input

id ● UUIDFilter input

The universally unique identifier of this node.

Member Of

NodeCollectionFilter input ● NodeFilter input

Last updated

Was this helpful?