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

ExecuteQueryResponse

import type { ExecuteQueryResponse } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1beta.ts";

The ExecuteQuery response from Firebase Data Connect.

interface ExecuteQueryResponse {
data?: {
[key: string]: any;
}
;
errors?: GraphqlError[];
}

§Properties

§
data?: {
[key: string]: any;
}
[src]

The result of executing the requested operation.

§

Errors of this response.