UNPKG

@graphql-inspector/core

Version:

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

4 lines (3 loc) 209 B
import { GraphQLUnionType } from 'graphql'; import { AddChange } from './schema.js'; export declare function changesInUnion(oldUnion: GraphQLUnionType, newUnion: GraphQLUnionType, addChange: AddChange): void;