We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d59415 commit 6cec505Copy full SHA for 6cec505
.changeset/bright-doors-think.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-inspector/core': patch
3
4
+
5
+export DirectiveRepeatableAddedChange and DirectiveRepeatableRemovedChange
packages/core/src/index.ts
@@ -140,6 +140,8 @@ export {
140
DirectiveArgumentDescriptionChangedChange,
141
DirectiveArgumentDefaultValueChangedChange,
142
DirectiveArgumentTypeChangedChange,
143
+ DirectiveRepeatableAddedChange,
144
+ DirectiveRepeatableRemovedChange,
145
EnumValueRemovedChange,
146
EnumValueAddedChange,
147
EnumValueDescriptionChangedChange,
0 commit comments