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 6024f23 commit 02bac85Copy full SHA for 02bac85
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## master
2
3
+## 1.0.3 (July 22, 2016)
4
+- If `first` or `last` args not provided, then get first 20 records by default.
5
+
6
## 1.0.2 (July 20, 2016)
7
- fix: return non-empty PageInfo if records not found
8
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-connection",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
"files": [
"es",
0 commit comments