Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Update version in README installation guide

+2 -2
+2 -2
README.md
··· 50 50 ```diff 51 51 { 52 52 "dependencies": { 53 - - "graphql": "^15.5.0" 54 - + "graphql": "npm:graphql-web-lite@^15.5.1001" 53 + - "graphql": "^16.6.0" 54 + + "graphql": "npm:graphql-web-lite@^16.6.0-3" 55 55 } 56 56 } 57 57 ```