Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryRequest

Hierarchy

  • QueryRequest

Index

Properties

Optional cursors

cursors: Record<string, NextCursorV3>

Cursors returned from the previous query request. These cursors match the result set expressions you specified in the with clause for the query.

Optional parameters

parameters: Record<string, RawPropertyValueV3>

Values in filters can be parameterised. Parameters are provided as part of the query object, and referenced in the filter itself.

select

select: Record<string, QuerySelectV3>

with

with: Record<string, QueryTableExpressionV3>