wgc
Version:
The official CLI tool to manage the GraphQL Federation Platform Cosmo
8 lines (7 loc) • 346 B
TypeScript
import type { CheckSubgraphSchemaResponse } from '@wundergraph/cosmo-connect/dist/platform/v1/platform_pb';
export declare const handleCheckResult: ({ response, rowLimit, shouldOutputJson, outFile, }: {
response: CheckSubgraphSchemaResponse;
rowLimit: number;
shouldOutputJson?: boolean;
outFile?: string;
}) => Promise<boolean>;