UNPKG

@graphql-inspector/core

Version:

Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.

5 lines (4 loc) 300 B
import { GraphQLEnumType } from 'graphql'; import { ConsiderUsageConfig } from './rules/consider-usage.cjs'; import { AddChange } from './schema.cjs'; export declare function changesInEnum(oldEnum: GraphQLEnumType, newEnum: GraphQLEnumType, addChange: AddChange, config?: ConsiderUsageConfig): void;