6 lines
50 B
GraphQL
6 lines
50 B
GraphQL
{
|
|
human(id: "1000") {
|
|
name
|
|
height
|
|
}
|
|
}
|