UNPKG

@pyramation/postgraphile

Version:

A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)

5 lines (4 loc) 285 B
/// <reference types="node" /> import { IncomingMessage, ServerResponse } from 'http'; import { CreateRequestHandlerOptions } from '../../interfaces'; export default function setupServerSentEvents(req: IncomingMessage, res: ServerResponse, options: CreateRequestHandlerOptions): void;