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 73163bb commit bda8c6cCopy full SHA for bda8c6c
graphql-c_parser/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# GraphQL::CParser
2
3
+## 1.1.3
4
+
5
+- Fix to disallow non-null sign (`!`) in fragment conditions #5347
6
7
## 1.1.2
8
9
- Fix to handle strings with null bytes #5193
graphql-c_parser/lib/graphql/c_parser/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module CParser
- VERSION = "1.1.2"
+ VERSION = "1.1.3"
end
0 commit comments