mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
15 lines
221 B
GraphQL
15 lines
221 B
GraphQL
query GetCollections {
|
|
collections(channel: "default-channel", first: 100) {
|
|
edges {
|
|
node {
|
|
id
|
|
name
|
|
slug
|
|
description
|
|
seoTitle
|
|
seoDescription
|
|
}
|
|
}
|
|
}
|
|
}
|