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

15 lines
206 B
Plaintext
Raw Normal View History

2022-12-28 18:46:51 +00:00
query pages($filters: PageFiltersInput) {
pages(filters: $filters) {
data {
id
attributes {
title
path
block
public
publishedAt
}
}
}
}