UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

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