You can translate the question and the replies:

GQL service

How did you configure denodo GQL service with apollo playground here?
user
12-05-2021 08:43:22 -0400
code

1 Answer

Hi, To access the GraphQL service, I would use this URL http://localhost:9090/denodo-graphql-service/graphql/<database>, once I start the Virtual DataPort server. By using the above URL you can try accessing it in any of the Apollo server supported GraphQL clients. You can refer to the [Accessing OData and GraphQL services](https://community.denodo.com/videos/details/Data%20Services/Denodo%208.0/Accessing%20OData%20and%20GraphQL%20services) video tutorial to see the steps to access GraphQL services. Additionally, to configure you can follow the document [Invoke Denodo views using GraphQL service](https://community.denodo.com/tutorials/browse/dataservices/6generic_endpoints) and [Configuration](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/restful_architecture/graphql_service/graphql_service_configuration) of Virtual DataPort Administration Guide. Also, Denodo GraphQL Service can be accessed via various tools like Postman, GraphQL Playground, GraphiQL, etc. Hope this helps!
Denodo Team
13-05-2021 18:38:33 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here