Skip to content

Http query example #3492

Answered by elprans
rajrahul asked this question in Q&A
Feb 15, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

The API is documented on the next page:

curl -X POST  http://127.0.0.1:<instance-port>/db/<database-name>/edgeql \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "variables": { "varName": "varValue", ... }}'

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rajrahul
Comment options

@elprans
Comment options

@rajrahul
Comment options

@rajrahul
Comment options

@rajrahul
Comment options

Answer selected by rajrahul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants