@apollo/client
Version:
A fully-featured caching GraphQL client.
9 lines • 332 B
TypeScript
export type CreateMultipartSubscriptionOptions = {
fetch?: WindowOrWorkerGlobalScope["fetch"];
headers?: Record<string, string>;
};
export declare function generateOptionsForMultipartSubscription(headers: Record<string, string>): {
headers: Record<string, any>;
body?: string;
};
//# sourceMappingURL=shared.d.ts.map