7 lines
93 B
GraphQL
7 lines
93 B
GraphQL
query {
|
|
post(slug: "validating-queries") {
|
|
title
|
|
content
|
|
author { name }
|
|
}
|
|
}
|