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