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 974be7e commit e7d009dCopy full SHA for e7d009d
CHANGELOG.md
@@ -8,6 +8,18 @@
8
9
### Bug fixes
10
11
+## 1.5.8 (18 Apr 2017)
12
+
13
+### New features
14
15
+- Use Relay PageInfo descriptions from graphql-js #673
16
17
+### Bug Fixes
18
19
+- Allow fields with different arguments when fragments are included within inline fragments of non-overlapping types #680
20
+- Run `lazy_resolve` instrumentation for `connection` fields #679
21
22
23
## 1.5.7 (14 Apr 2017)
24
25
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.5.7"
+ VERSION = "1.5.8"
4
end
0 commit comments