Trying to run Login graphql query(Magento 2) in jmeter with graphql http request but request is not being sent properly and results in 500

Trying to run Login graphql query(Magento 2) in jmeter with graphql http request but request is not being sent properly and results in 500


0

Below is the query I am trying to run to generate customer token. Can somebody help me out?
Query runs successfully in Postman.

mutation Login($email: String!, $password: String!) {
generateCustomerToken(email: $email, password: $password) {
token
customer {
…CustomerFragment
}
}
}

fragment CustomerFragment on Customer {
email
firstname
lastname
mobilenumber
user_source
pushnotification
group_id
is_subscribed
pushnotification
}

[enter image description here](https://i.stack.imgur.com/iaKPi.png)
[enter image description here](https://i.stack.imgur.com/TB0G2.png)
[enter image description here](https://i.stack.imgur.com/RfLnO.png)

New contributor

Brijesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


Load 7 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *