Describe the bug
When request with GraphQL body is executed, Unicode strings are not properly encoded. For example, Cyrillic symbols are converted to question marks (see attached images).
Steps to reproduce
Create new request
Select "GraphQL" in the body type dropdown
Write a GraphQL request that either have an embedded string with Cyrillic letters as a parameter or references variable, that have a string with Cyrillic letters as a field
Execute a request
Expected behavior
Data has been properly encoded (as UTF-8)
Describe the bug When request with GraphQL body is executed, Unicode strings are not properly encoded. For example, Cyrillic symbols are converted to question marks (see attached images).
Steps to reproduce
Expected behavior Data has been properly encoded (as UTF-8)
Environment information: