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

NodeReferenceFilter

A base interface implemented by all types.

input NodeReferenceFilter {
  _and: [NodeReferenceFilter]
  _null: Boolean
  _or: [NodeReferenceFilter]
  id: UUIDFilter
}

Fields

_and ● [NodeReferenceFilter] list input

_null ● Boolean scalar

The field value is null.

_or ● [NodeReferenceFilter] list input

id ● UUIDFilter input

The universally unique identifier of this node.

Member Of

NodeReferenceFilter input

Last updated

Was this helpful?