mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 09:26:59 +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
|
|
}
|
|
}
|
|
}
|
|
}
|