Answers for "graphql request through curl comand"

0

graphql request through curl comand

curl -i -H "Authorization: bearer myGithubAccessToken" -X POST -d '{"query": "query {repository(owner: "wso2", name: "product-is") {description}}"}' https://api.github.com/graphql
Posted by: Guest on September-01-2020

Browse Popular Code Answers by Language