Skip to main content

Query Collection

Deprecated

This node is deprecated and kept only so existing projects keep working. It is not offered in the node picker for new use.

Deprecated query node for cloud database classes; superseded by DbCollection2 (Query Records).

DbCollection (Query Collection) is the original node for fetching the records of a cloud database class. It is deprecated and hidden from the node picker. DbCollection2 (Query Records) replaces it with the visual filter builder, JavaScript filters, sorting, pagination and live result updates.

When to use it

Do not use in new graphs — use DbCollection2 (Query Records) instead.

At a glance

CategoryCloud Services
Type nameDbCollection
Available inbrowser
SSR compatibilitysafe
Provided bynoodl-viewer-react

Outputs

Values

NameTypeDefaultDescription
countNumberHow many records are in Result
firstItemIdStringId of the first matched record
idStringName of the class being queried
itemsArrayRecords the query matched; empty before the first query has run

Signals

NameTypeDefaultDescription
fetchedSignalFires once the query has returned and Result is up to date
modifiedSignalFires when a record joins or leaves Result after the query has run

Failure outputs

NameTypeDefaultDescription
errorStringWhy the last query failed; empty until one does
failureSignalFires when the query could not be run, after the reason has been reported on the error channel

Dynamic ports

This node's port list changes at runtime (runtime-discovered); the tables above may be incomplete for a given instance.

Some ports are discovered at runtime from user code, parameters or connected components, and are pushed to the editor per instance; the static port list below is incomplete for such instances.

Ports at runtime

Ports are runtime-determined: the class choice and filter inputs were generated per instance and pushed to the editor. An authoring tool should not place this node at all; the static port list is incomplete by design.

Query Records, Filter Records, Record

Generated

This page is generated from node-catalog-enriched.json. Do not edit it by hand — run npm run docs:nodes to regenerate, and fix the source enrichment instead.