Graphql docs should show going from query to curl request
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Since we released CI job token scoping many users want to automate cross project access.
Comments show that users are still sometimes struggling with graphql over REST.
Other docs like cloud flare graphql docs make it simpler to copy a snippet from the graphql explorer into a working curl api call. It would be easier to use if our example did the conversion from the 'pretty' version of the query to the string that needs to be passed using -d.
Our docs: https://docs.gitlab.com/ee/api/graphql/getting_started.html#command-line
Another tangential problem, was that existing libraries customers are using, don't support graphql -- which we don't have much control over.