mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
allow customer to check on self installed field
This commit is contained in:
@@ -32,3 +32,15 @@ export const getMetaobjectsByIdsQuery = /* GraphQL */ `
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const getFileQuery = /* GraphQL */ `
|
||||
query getFile($id: ID!) {
|
||||
node(id: $id) {
|
||||
... on GenericFile {
|
||||
id
|
||||
url
|
||||
alt
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user