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 3a52869 commit e1c12f8Copy full SHA for e1c12f8
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
### Bug fixes
10
11
+## 1.5.7 (14 Apr 2017)
12
+
13
+### Bug fixes
14
15
+- `InternalRepresentation::Node#definition` returns `nil` instead of raising NoMethodError for operation fields #675
16
+- `Field#function` is properly populated for fields derived from `GraphQL::Function`s #674
17
18
## 1.5.6 (9 Apr 2017)
19
20
## Breaking Changes
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.5.6"
+ VERSION = "1.5.7"
4
end
0 commit comments