UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

4 lines (3 loc) 315 B
import { type PublishFederatedSubgraphsResponse } from '@wundergraph/cosmo-connect/dist/platform/v1/platform_pb'; import { Client } from '../../../core/client/client.js'; export declare function pollBatchPublishStatus(client: Client, jobId: string, signal: AbortSignal): Promise<PublishFederatedSubgraphsResponse>;