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

15 lines
175 B
Plaintext
Raw Normal View History

2022-12-28 18:46:51 +00:00
query page($id: ID) {
page(id: $id) {
data {
id
attributes {
title
path
block
public
publishedAt
}
}
2022-12-12 13:57:45 +00:00
}
}