Hi. I just downloaded and started the quickstart ...
# troubleshoot
c
Hi. I just downloaded and started the quickstart for the first time, and I'm having trouble browsing the API docs. Is the graphql schema exposed on an endpoint? The docs suggest graphQl is running on :8091, bit that gives a 404. I see from the UI it's sending graphQL requests to
:9002/api/v2/graphql
. I tried
:9002/api/v2/graphql/schema
, (just guessing), but that didn't work.
Also, is the graphQL API recommended over the rest api?
The docs for the rest API are largely broken links
ie: All the outobund links from
<http://localhost:8080/restli/docs/>
give a 404. - Looks like the routes are incorrectly relative: Links in the UI: http://localhost:8080/restli/docs/restli/docs/rest/lineage (broken) Works: http://localhost:8080/restli/docs/rest/lineage
b
Hey there! GraphQL is recommended yes
So DataHub GMS GraphQL Service is not deployed by default. It is a standalone GraphQL facade that is no longer necessary, as we've just recently merged GraphQL into the metadata-service itself
You should be able to access the API at localhost:8080/api/graphql
Since this is very recent, we have not yet gotten a chance to update the docs
@clever-river-85776 Hey there!
We have the GraphiQL back up n running in the latest version of the code
It should be visible at
localhost:8080/api/graphiql
!
c
That's great, thanks John! I'll take a look next week.