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

ExecuteMutationRequest

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

The ExecuteMutation request to Firebase Data Connect.

interface ExecuteMutationRequest {
operationName?: string;
variables?: {
[key: string]: any;
}
;
}

§Properties

§
operationName?: string
[src]

Required. The name of the GraphQL operation name. Required because all Connector operations must be named. See https://graphql.org/learn/queries/#operation-name.

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

Optional. Values for GraphQL variables provided in this request.