UNPKG

@graphql-inspector/core

Version:

Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.

4 lines (3 loc) 241 B
import { GraphQLInputObjectType } from 'graphql'; import { AddChange } from './schema.cjs'; export declare function changesInInputObject(oldInput: GraphQLInputObjectType | null, newInput: GraphQLInputObjectType, addChange: AddChange): void;