MCPcopy Create free account
hub / github.com/firebase/firebase-tools / dataconnectDataplaneClient

Function dataconnectDataplaneClient

src/dataconnect/dataplaneClient.ts:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6export const DATACONNECT_API_VERSION = "v1";
7
8export function dataconnectDataplaneClient(): Client {
9 return new Client({
10 urlPrefix: dataconnectOrigin(),
11 apiVersion: DATACONNECT_API_VERSION,
12 auth: true,
13 });
14}
15export async function executeGraphQL(
16 client: Client,
17 servicePath: string,

Callers 3

executeGraphQLMethod · 0.90

Calls 1

dataconnectOriginFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…