How to connect to App Service Graphql endpoint using anonymous user

Hello,
I tried to connect to my mongodb atlas graphql endpoint using the anonymous authentication method
but i get the following error :

{
“error”: “no authentication methods were specified”,
“link”: “App Services
}

Is it possible to use the anonymous method with graphql?

(I am aware that it is not recommended but i was for testing purpose)