im new on NestJS and GraphQL, any help would be appreciated...
{
"version": "v1",
"data": {
"id": "7e3cjmasl",
"label": "museums_0.4.0_cleanOUT.csv",
"color": [
162,
212,
171
],
"allData": [
[
"6283b013440512120c0cf44c",
24053,
"Berlin",
"History museum",
"Topography of Terror",
27047,
52.5066836,
13.3837024,
"[\"History museum\",\"Foundation\",\"Museum\",\"Tourist attraction\"]",
"Germany",
4.5
],
]
}
}
how can i create model of this JSON on graphql nestjs.. im confused on "allData" array part.. how to create model of it... i tried (any) keyword... but it is not working... please help... Thanks...