UNPKG

core-types-graphql

Version:
3 lines (2 loc) 214 B
export declare function getBreakingChanges(from: string, to: string): import("graphql").BreakingChange[]; export declare function getDangerousChanges(from: string, to: string): import("graphql").DangerousChange[];