interface GraphqlSseTransportOptions
Since 0.3.0

SSE transport options for GraphQL subscriptions.

Properties

optional
path: string

The SSE endpoint path; defaults to `${path}/stream`.

optional
heartbeatMs: number

Milliseconds between :keep-alive comment frames. 0 disables. Default 0.

Usage

import { type GraphqlSseTransportOptions } from "graphql-plugin/src/index.ts";