detail page port
This commit is contained in:
20
libs/shopify/menu.js
Normal file
20
libs/shopify/menu.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import { gql } from 'graphql-request'
|
||||
|
||||
export const GET_MENU = gql`
|
||||
query getMenu($handle: String!) {
|
||||
menu(handle: $handle) {
|
||||
id
|
||||
title
|
||||
items {
|
||||
id
|
||||
title
|
||||
url
|
||||
items {
|
||||
id
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user