Fetching a Single Object
query getMap{
node(id:"MapPlan:5a3d7badf014ce3db3c22391"){
id
}
}query getMap{
node(id:"MapPlan:5a3d7badf014ce3db3c22391"){
... on MapPlan{
name
location {
lat
lng
}
imageCount
status
}
}
}Last updated
Was this helpful?