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 18fff57 commit 32aace5Copy full SHA for 32aace5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.2.0
2
+- Add support to Relay style pagination
3
+
4
# 0.1.2
5
- Acceptany version of graphql-ruby over 1.0.0
6
lib/graphql/query_resolver/version.rb
@@ -1,5 +1,5 @@
module GraphQL
module QueryResolver
- VERSION = "0.1.2"
+ VERSION = "0.2.0"
end
0 commit comments