I cant append new integers in a integer array
i have tried 1000000 ways
but i want to append it if possible?!
here is the schema:
i just want to append integers to the array when available,
this errors:
2 Replies
Not an expert on arrays, but could it be because you're wrapping
coin.platform.id
in single quotes making it a string instead of an integer?
When I test this
in the meanwhile i have updated the schema but still haven't found a solution,
lets take the schema first as starting point
i have updated the schema to look like this:
below is the actual return type of the API:
Oke now Platform really has alot of redundant data, basically al 8K rows could be wrapped into like 5-6 rows,
im not sure what the best way would be to 'link' these together,
pushing a single integer into a array that tells what token belongs to "this platform" was the easiest way i could come up with but it doesnt work.