@graphql-mesh/compose-cli
Version:
7 lines (6 loc) • 339 B
TypeScript
import type { GraphQLError } from 'graphql/error';
import type { ServiceDefinition } from '@theguild/federation-composition';
export declare class FatalCompositionError extends Error {
constructor(message: string);
}
export declare function validateSupergraphSdl(supergraphSdl: string, subgraphs: ServiceDefinition[]): GraphQLError[];