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 ce4ffdf commit 950188fCopy full SHA for 950188f
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+## 1.8.15 (13 Feb 2019)
12
+
13
+### Bug fixes
14
15
+- Fix unwrapping inputobject types when turning arguments to hashes #2094
16
+- Support lazy objects from `.resolve_type` hooks #2108
17
18
## 1.8.14 (9 Feb 2018)
19
20
### Bug Fixes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.8.14"
+ VERSION = "1.8.15"
4
end
0 commit comments