Overview

The Query Node fetches data from your database collections. Use it to retrieve user information, load products, or get any data your application needs.

Required Configuration

Collection Name

The name of the collection/table to query (e.g., users, products)

Query Type

Select either:
  • Fetch Document - Get a single record
  • Fetch Table - Get multiple records

Optional Configuration

  • Operators - Add filters, sorting, and indexing
  • Return Columns - Specify which fields to return
  • Selectors - Choose specific data selection criteria

Connections

Query nodes produce data and can connect to:
  • Business logic nodes (Mutation, Agent)
  • Frontend Element nodes (output results)