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 f2240d7 commit c7b4776Copy full SHA for c7b4776
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-compose-connection",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
5
"files": [
6
"es",
@@ -23,7 +23,7 @@
23
},
24
"homepage": "https://github.com/nodkz/graphql-compose-connection",
25
"dependencies": {
26
- "graphql-compose": ">=0.0.5"
+ "graphql-compose": ">=0.0.6"
27
28
"peerDependencies": {
29
"graphql": "^0.5.0"
0 commit comments