Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

graphql response in multiple languages ?

graphql response in multiple languages ?

kissa14
Shopify Partner
8 0 1

Hello,

 

how to force graphql error message language?

 

exemple: 

{
    "data": {
        "customerUpdate": {
            "customer": null,
            "customerUserErrors": [
                {
                    "code": "TAKEN",
                    "field": [
                        "customer",
                        "email"
                    ],
                    "message": "Email has already been taken"
                }
            ]
        }
    }
}
Replies 0 (0)