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

GraphqlRequestExtensions

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

GraphqlRequestExtensions contains additional information of GraphqlRequest.

interface GraphqlRequestExtensions {
impersonate?: Impersonation;
}

§Properties

§
impersonate?: Impersonation
[src]

Optional. If set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.