How to use graphql inside Oxid7

I was install OXID7 and inside that, i am using the GraphQL module using composer require oxid-esales/graphql-base
but when i am trying to access that graphql from URL like " http://oxidgq.in/graphql "
get this type of message ( error )
{"errors":[{"message":"Syntax Error: Unexpected <EOF>","extensions":{"category":"graphql"},"locations":[{"line":1,"column":1}]}]}

i am not understood here how can we use grapgl with that oxid eshop

https://docs.oxid-esales.com/interfaces/graphql/en/latest/install.html

It is noticeable that this is now the third time that the solution to your question can be found in the documentation. Can you tell me why you could not find this information? I am asking this to find out if there may be obstacles that we can remove to make it easier for you to get the information you need in the future.

And by the way, you use the German forum instead of the one for questions in English:

@naledre Thanks for your reply.

Next time I will post in English Form.
as you shared the link same step i was followed but didn’t get working That’s why I am asking here.

Ok, from your description, I assumed you were describing that you installed GraphQL only with composer require oxid-esales/graphql-base. Otherwise, it’s unclear to me how the composer install information is relevant to your problem.

Now, if I understand you correctly, you want to know how to access the GraphQL interface. Since you did not write how you executed the request, I assume that you simply called the URL in the browser. This way you will get an error message because it is an incomplete request. How to make requests is also written in the documentation:
https://docs.oxid-esales.com/interfaces/graphql/en/latest/requests.html

Altair, as mentioned in the doc, is a useful first choice for test requests.

Here you can find the GraphQL Schema definition:
https://oxid-esales.github.io/graphql-storefront-module/query.doc.html