4 October 2022
GraphQL
To be fully compliant with the GraphQL specification for serving over HTTP, we will be accepting GraphQL 
variables only as a JSON objects from 1 December 2022.From then on, we will no longer accept 
variables to be passed as String containing a JSON object.Please find an example on how to use GraphQL 
variables on our GraphQL API page.