9 lines
63 B
GraphQL
9 lines
63 B
GraphQL
|
query {
|
||
|
blog {
|
||
|
title
|
||
|
posts {
|
||
|
title
|
||
|
}
|
||
|
}
|
||
|
}
|