mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add Reaction Commerce provider
Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
const getTagsQuery = /* GraphQL */ `
|
||||
query getTags($first: ConnectionLimitInt!, $shopId: ID!) {
|
||||
tags(first: $first, shopId: $shopId) {
|
||||
edges {
|
||||
node {
|
||||
_id
|
||||
displayTitle
|
||||
slug
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
export default getTagsQuery
|
Reference in New Issue
Block a user