UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

4 lines (3 loc) 203 B
import { GraphQLEnumType } from 'graphql'; import { AddChange } from './schema.js'; export declare function changesInEnum(oldEnum: GraphQLEnumType, newEnum: GraphQLEnumType, addChange: AddChange): void;