UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

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