Answers for "curl query to graphql"

0

curl query to graphql

curl --request POST 
  --header 'content-type: application/json' 
  --url http://localhost:4000/ 
  --data '{"query":"query { __typename }"}'
Posted by: Guest on January-06-2022

Browse Popular Code Answers by Language