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 5b86a49 commit 5527179Copy full SHA for 5527179
CHANGELOG.md
@@ -8,6 +8,18 @@
8
9
### Bug fixes
10
11
+## 1.8.11 (16 Oct 2018)
12
+
13
+### New features
14
15
+- `extras: [:lookahead]` injects a `GraphQL::Execution::Lookahead`
16
17
+### Bug fixes
18
19
+- Fix type printing in Printer #1902
20
+- Rescue `GraphQL::ExecutionError` in `.before_query` hooks #1898
21
+- Properly load default values that are lists of input objects from the IDL #1874
22
23
## 1.8.10 (21 Sep 2018)
24
25
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.8.10"
+ VERSION = "1.8.11"
4
end
0 commit comments