7 lines
85 B
GraphQL
7 lines
85 B
GraphQL
query NodesTrees ($id: Int!) {
|
|
node: mapitem (id: $id) {
|
|
id
|
|
FRAGMENT
|
|
}
|
|
}
|