export const GET_CUSTOMER = `#graphql query Customer($id: ID!) { customer(id: $id) { email } } `; const {data} …
Read More