mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
bug: fix bug useGetAllCollection
This commit is contained in:
@@ -19,3 +19,13 @@ export const getCollectionsQuery = /* GraphQL */ `
|
||||
}
|
||||
}
|
||||
`
|
||||
export const getCollectionsNameQuery = /* GraphQL */ `
|
||||
query getCollections {
|
||||
collections{
|
||||
items{
|
||||
name
|
||||
link:slug
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
Reference in New Issue
Block a user