@portkey/graphql 1.0.0-alpha.8 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  ![Node Version](https://img.shields.io/badge/node-14.x-green)
5
5
  [![NPM Package Version][npm-image-version]][npm-url]
6
6
 
7
+ It is already possible to follow [the standard apollo tutorial](https://www.apollographql.com/docs/react/why-apollo) to add [apollo client](https://www.apollographql.com/docs/react) to your application. However, Portkey provides graphql integration packages those simplify the integration and usage.
7
8
  ## Installation
8
9
 
9
10
  ### Using NPM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/graphql",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@apollo/client": "^3.7.3",
41
- "@portkey/types": "^1.0.0-alpha.8",
41
+ "@portkey/types": "^1.0.0",
42
42
  "graphql": "^16.6.0",
43
43
  "subscriptions-transport-ws": "^0.11.0"
44
44
  },
@@ -52,5 +52,5 @@
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^4.9.4"
54
54
  },
55
- "gitHead": "b46463d43931f69ff610d6a2a216a3342dfa30c0"
55
+ "gitHead": "faf0780b4d904ccd29c26bddfe0fa4c0cb2581ca"
56
56
  }