Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryConstraintType

Describes the different query constraints available in this SDK.

type QueryConstraintType =
| "where"
| "orderBy"
| "limit"
| "limitToLast"
| "startAt"
| "startAfter"
| "endAt"
| "endBefore";

§Type

§
"where" | "orderBy" | "limit" | "limitToLast" | "startAt" | "startAfter" | "endAt" | "endBefore"
[src]