UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

8 lines (7 loc) 194 B
import type { Client } from '../../../core/client/client.js'; export type FetchRouterConfigParams = { client: Client; name: string; namespace?: string; graphSignKey?: string; };