While working with the Magento 2 GraphQl it seems that the string translation does not work
Within a GraphQl Resolver we want to give back a translated string, using the __() method. Unfortunately it seems that this does not work. We also debugged a bit but could not figure out why this is not working. My…