mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
export const getAllPagesQuery = /* GraphQL */`
|
|
query($documentListName: String!) {
|
|
documentListDocuments(documentListName:$documentListName){
|
|
items {
|
|
id
|
|
name
|
|
listFQN
|
|
properties
|
|
}
|
|
}
|
|
}`; |