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 3965565 commit 704805fCopy full SHA for 704805f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## master
2
3
+## 1.0.4 (August 9, 2016)
4
+- Add `ofType` property to `Connection` and `Edge` types.
5
+Connection type is some kind of wrapper under GraphQLNamedType.
6
+This behavior needed for `graphql-compose` module in `projection` helper, otherwise it incorrectly construct projectionMapper for tricky fields.
7
+
8
## 1.0.3 (July 22, 2016)
9
- If `first` or `last` args not provided, then get first 20 records by default.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-connection",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
"files": [
"es",
0 commit comments