Skip to main content
Module

x/google_datastore/types.d.ts>GqlQueryParameter

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface GqlQueryParameter
import { type GqlQueryParameter } from "https://deno.land/x/google_datastore@0.0.14/types.d.ts";

A binding parameter for a GQL query.

Properties

optional
cursor: string

A query cursor. Query cursors are returned in query result batches.

optional
value: Value

A value parameter.