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 4e13bcf commit 9f74912Copy full SHA for 9f74912
CHANGELOG.md
@@ -8,6 +8,19 @@
8
9
### Bug fixes
10
11
+## 1.7.14 (4 Apr 2018)
12
+
13
+### New features
14
15
+- Support new IDL spec for `&` for interfaces #1304
16
+- Schema members built from IDL have an `#ast_node` #1367
17
18
+### Bug fixes
19
20
+- Fix paging backwards with `hasNextPage` #1319
21
+- Add hint for `orphan_types` in error message #1380
22
+- Use an empty hash for `result` when a query has unhandled errors #1382
23
24
## 1.7.13 (28 Feb 2018)
25
26
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.7.13"
+ VERSION = "1.7.14"
4
end
0 commit comments