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.
2 parents ab406bc + 66293d2 commit e53c06cCopy full SHA for e53c06c
4 files changed
README.md
@@ -122,7 +122,7 @@ When you start PokéAPI with the above Docker Compose setup, an [Hasura Engine](
122
123
```sh
124
# hasura cli needs to be installed and available in your $PATH: https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html
125
-# hasura cli's version has to greater than v2.0.8
+# hasura cli's version has to greater than v2.48.1
126
make hasura-apply
127
```
128
Resources/k8s/kustomize/base/deployments/graphql-deployment.yaml
@@ -25,7 +25,7 @@ spec:
25
done;
26
containers:
27
- name: graphql-engine
28
- image: hasura/graphql-engine:v2.45.1
+ image: hasura/graphql-engine:v2.48.1
29
ports:
30
- containerPort: 8080
31
env:
Resources/k8s/kustomize/base/jobs/load-graphql.yaml
@@ -33,7 +33,7 @@ spec:
33
command: ["sh", "-c"]
34
args:
35
- apt-get update && apt-get install -y curl git &&
36
- curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.45.1 bash &&
+ curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.48.1 bash &&
37
cd /tmp &&
38
git clone https://github.com/PokeAPI/pokeapi.git &&
39
cd pokeapi &&
data/v2/csv/pokemon.csv
@@ -1295,7 +1295,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
1295
10269,miraidon-drive-mode,1008,28,2400,335,,0
1296
10270,miraidon-aquatic-mode,1008,28,2400,335,,0
1297
10271,miraidon-glide-mode,1008,28,2400,335,,0
1298
-10272,ursaluna-bloodmoon,901,24,2900,275,,1
+10272,ursaluna-bloodmoon,901,24,2900,275,,0
1299
10273,ogerpon-wellspring-mask,1017,12,398,275,,0
1300
10274,ogerpon-hearthflame-mask,1017,12,398,275,,0
1301
10275,ogerpon-cornerstone-mask,1017,12,398,275,,0
0 commit comments