Back to Apollo Client

Api Report Utilities Subscriptions Relay.Api

.api-reports/api-report-utilities_subscriptions_relay.api.md

3.14.1972 B
Original Source

API Report File for "@apollo/client"

Do not edit this file. It is a report generated by API Extractor.

ts

import type { GraphQLResponse } from 'relay-runtime';
import { Observable } from 'relay-runtime';
import type { OperationVariables } from '@apollo/client';
import type { RequestParameters } from 'relay-runtime';

// Warning: (ae-forgotten-export) The symbol "CreateMultipartSubscriptionOptions" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export function createFetchMultipartSubscription(uri: string, { fetch: preferredFetch, headers }?: CreateMultipartSubscriptionOptions): (operation: RequestParameters, variables: OperationVariables) => Observable<GraphQLResponse>;

// @public (undocumented)
type CreateMultipartSubscriptionOptions = {
    fetch?: WindowOrWorkerGlobalScope["fetch"];
    headers?: Record<string, string>;
};

// (No @packageDocumentation comment for this package)