First prototype of image upload working. IO-397 IO-398
This commit is contained in:
@@ -3,6 +3,8 @@ import gql from "graphql-tag";
|
||||
export const QUERY_BODYSHOP = gql`
|
||||
query QUERY_BODYSHOP {
|
||||
bodyshops(where: { associations: { active: { _eq: true } } }) {
|
||||
id
|
||||
|
||||
md_ro_statuses
|
||||
md_order_statuses
|
||||
shopname
|
||||
|
||||
Reference in New Issue
Block a user