7 lines
102 B
GraphQL
7 lines
102 B
GraphQL
query {
|
|
blog(title: "A history of GraphQL") {
|
|
title
|
|
createdAt
|
|
categories { name }
|
|
}
|
|
}
|