@graphql-cli/validate
Version:
Find similar types in GraphQL Schema
13 lines (12 loc) • 432 B
TypeScript
import { GlobalArgs } from '@graphql-inspector/graphql-cli-common';
declare const _default: import("@graphql-cli/common").CommandFactory<{}, {
project?: string | undefined;
schema?: string | undefined;
documents?: string | undefined;
deprecated: boolean;
noStrictFragments: boolean;
apollo: boolean;
keepClientFields: boolean;
maxDepth?: number | undefined;
} & GlobalArgs>;
export default _default;