7 lines
78 B
GraphQL
7 lines
78 B
GraphQL
|
query {
|
||
|
blog(title: "A history of GraphQL") {
|
||
|
__persist
|
||
|
title
|
||
|
}
|
||
|
}
|