mirror of
https://github.com/vercel/commerce.git
synced 2025-06-30 18:31:21 +00:00
16 lines
193 B
GraphQL
16 lines
193 B
GraphQL
query GetPages {
|
|
pages(first: 10) {
|
|
edges {
|
|
node {
|
|
id
|
|
title
|
|
slug
|
|
content
|
|
seoTitle
|
|
seoDescription
|
|
created
|
|
}
|
|
}
|
|
}
|
|
}
|