Skip to content

Commit c4f2656

Browse files
sam-swarrleebyron
authored andcommitted
Add more functionality to findBreakingChanges (#874)
1 parent b95ae7d commit c4f2656

File tree

4 files changed

+900
-53
lines changed

4 files changed

+900
-53
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,16 @@ export {
357357

358358
// Compares two GraphQLSchemas and detects breaking changes.
359359
findBreakingChanges,
360+
BreakingChangeType,
361+
DangerousChangeType,
360362

361363
// Report all deprecated usage within a GraphQL document.
362364
findDeprecatedUsages,
363365
} from './utilities';
364366

365367
export type {
366368
BreakingChange,
369+
DangerousChange,
367370

368371
IntrospectionDirective,
369372
IntrospectionEnumType,

0 commit comments

Comments
 (0)