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

GraphqlErrorExtensions

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

GraphqlErrorExtensions contains additional information of GraphqlError.

interface GraphqlErrorExtensions {
file?: string;
}

§Properties

§
file?: string
[src]

The source file name where the error occurred. Included only for UpdateSchema and UpdateConnector, it corresponds to File.path of the provided Source.