export const getCustomerQuery = /* GraphQL */ ` query getCustomerId { customer { id } } ` export default getCustomerQuery