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