ExecuteQueryResponse
import type { ExecuteQueryResponse } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";The ExecuteQuery response from Firebase SQL Connect.
interface ExecuteQueryResponse {
data?: {};
[key: string]: any;
errors?: GraphqlError[];
extensions?: GraphqlResponseExtensions;
}§Properties
§
errors?: GraphqlError[]
[src]Errors of this response.
§
extensions?: GraphqlResponseExtensions
[src]Additional response information.