schlechtenburg/packages/example-site/queries/page.gql

15 lines
175 B
GraphQL

query page($id: ID) {
page(id: $id) {
data {
id
attributes {
title
path
block
public
publishedAt
}
}
}
}