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

HttpGraphql

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

Settings for HTTP GraphQL server webhook.

interface HttpGraphql {
timeout?: number;
uri?: string;
}

§Properties

§
timeout?: number
[src]

Optional. Timeout duration for the HTTP request.

§
uri?: string
[src]

Required. The endpoint of the HTTP GraphQL server.