I am a developer on a project that wants to pull data from GitLab and show it in a UI that makes sense for our project via a React app. To that end, I am experimenting with graphQL. I am a bit stuck right off the bat though because I am unable to connect to our server via the api/graphql endpoint using curl or graphQL playground. (Note: we are using a self-managed instance.) I can use graphiQL explorer, but connecting to the box via curl (or graphQL playground) returns an internal server error. I saw in the docs that if you’re running GitLab 11 or 12 you may need to turn on the graphql feature. Not sure what version we’re running, but I did that, and still cannot connect. I get a return code of 500. What more can I do?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Using the GraphQL API | 5 | 4030 | September 11, 2024 | |
| GraphQL query to a public repo? | 1 | 323 | April 22, 2019 | |
| No Query String Present GraphQL | 0 | 3005 | October 5, 2021 | |
| GraphQL API | 3 | 668 | October 6, 2021 | |
| 500 Internal Server Error | 0 | 699 | July 22, 2019 |