feat: edit activeCustomer

This commit is contained in:
Quangnhankie
2021-10-10 14:45:44 +07:00
parent 95f2f0f230
commit 1126030abc
5 changed files with 20 additions and 6 deletions

View File

@@ -5,6 +5,13 @@ export const activeCustomerQuery = /* GraphQL */ `
firstName
lastName
emailAddress
favorites{
items{
product{
id
}
}
}
}
}
`