Skip to content

Commit a4f6f68

Browse files
committed
docs: corrected types in pokemon sample
1 parent 55dee92 commit a4f6f68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/pokemon/dgraphpandas.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
"type_overrides": {
7777
"id": "string",
7878
"generation_id": "int32",
79-
"evolves_from_species_id": "int32",
79+
"evolves_from_species_id": "Int64",
8080
"evolution_chain_id": "int32",
8181
"color_id": "int32",
82-
"shape_id": "int32",
83-
"habitat_id": "int32",
82+
"shape_id": "Int64",
83+
"habitat_id": "Int64",
8484
"gender_rate": "Float32",
8585
"capture_rate": "Float32",
8686
"base_happiness": "Float32",
@@ -91,7 +91,7 @@
9191
"is_legendary": "bool",
9292
"is_mythical": "bool",
9393
"order": "int32",
94-
"conquest_order": "int32",
94+
"conquest_order": "Int64",
9595
"is_baby": "bool"
9696
},
9797
"edge_fields": ["generation_id", "evolves_from_species_id", "evolution_chain_id", "color_id", "shape_id", "habitat_id", "growth_rate_id"],

0 commit comments

Comments
 (0)