Const
Create a query scoped to a data source. The returned query selects everything from the source; chain .select() to narrow results.
.select()
Data source: database, feed, 'all-accessible-spaces', or another query.
Optional
Query scoped to the given source.
Create a query scoped to a data source. The returned query selects everything from the source; chain
.select()to narrow results.