[ckan api + apollo][l]: setup apollo client to connect to actual CKAN API.

This commit is contained in:
anuveyatsu
2020-06-23 10:09:19 +06:00
parent bbea63aae7
commit d3a2a1da8e
6 changed files with 178 additions and 38 deletions

View File

@@ -16,17 +16,23 @@
"pre-commit": "echo 'formating your changes.....' && prettier --single-quote --write"
},
"dependencies": {
"@apollo/client": "^3.0.0-rc.6",
"@apollo/react-hooks": "^3.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-datasource-rest": "^0.9.2",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-rest": "^0.8.0-beta.0",
"apollo-link-schema": "^1.2.5",
"bytes": "^3.1.0",
"graphql": "^15.1.0",
"graphql-anywhere": "^4.2.7",
"graphql-tag": "^2.10.3",
"graphql-tools": "^6.0.10",
"markdown-it": "^11.0.0",
"next": "9.4.2",
"qs": "^6.9.4",
"querystring": "^0.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",