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

GqlQueryParameter

import type { GqlQueryParameter } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

A binding parameter for a GQL query.

interface GqlQueryParameter {
cursor?: Uint8Array;
value?: Value;
}

§Properties

§
cursor?: Uint8Array
[src]

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

§
value?: Value
[src]

A value parameter.