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 a65fe3c commit aa6ac37Copy full SHA for aa6ac37
CHANGELOG.md
@@ -10,6 +10,12 @@
10
11
### Bug fixes
12
13
+# 2.5.6
14
+
15
+### New features
16
17
+- Execution: Add `Query#run_partials` for running sub-trees of valid queries #5183
18
19
# 2.5.5
20
21
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.5"
+ VERSION = "2.5.6"
4
end
0 commit comments