9 lines
90 B
GraphQL
9 lines
90 B
GraphQL
{
|
|
hero {
|
|
name
|
|
# Queries can have comments!
|
|
friends {
|
|
name
|
|
}
|
|
}
|
|
}
|