export const loginMutation = ` mutation login($loginInput:CustomerUserAuthInfoInput!) { account:createCustomerAuthTicket(customerUserAuthInfoInput:$loginInput) { accessToken userId refreshToken refreshTokenExpiration customerAccount { id firstName lastName emailAddress userName } } } `