UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

4 lines (3 loc) 241 B
import { GraphQLInterfaceType } from 'graphql'; import { AddChange } from './schema.cjs'; export declare function changesInInterface(oldInterface: GraphQLInterfaceType | null, newInterface: GraphQLInterfaceType, addChange: AddChange): void;