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 484c33a commit f88ec1fCopy full SHA for f88ec1f
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.0.17.2 (29 March 2023)
14
+
15
+### Bug fixes
16
17
+- Unions and Interfaces: support returning `[type_module, false]` from `resolve_type` #4413
18
19
# 2.0.17.1 (27 March 2023)
20
21
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.0.17.1"
+ VERSION = "2.0.17.2"
4
end
0 commit comments