UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

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