11 lines
74 B
GraphQL
11 lines
74 B
GraphQL
{
|
|
root {
|
|
id
|
|
name
|
|
children {
|
|
id
|
|
name
|
|
}
|
|
}
|
|
}
|