mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
12 lines
161 B
GraphQL
12 lines
161 B
GraphQL
query GetCollections {
|
|
collections(channel: "default-channel", first: 100) {
|
|
edges {
|
|
node {
|
|
id
|
|
name
|
|
slug
|
|
}
|
|
}
|
|
}
|
|
}
|