Skip to content

Instantly share code, notes, and snippets.

@mkwatson
Created October 28, 2021 18:46
Show Gist options
  • Save mkwatson/faa70abe23f79b9c54556cf4ac92f1d7 to your computer and use it in GitHub Desktop.
Save mkwatson/faa70abe23f79b9c54556cf4ac92f1d7 to your computer and use it in GitHub Desktop.
curl 'https://core-hsr.duneanalytics.com/v1/graphql' \
--data-raw $'
{
"operationName": "FindResultDataByResult",
"variables": { "result_id": "f0de20b7-fad3-4b20-adcd-4f8885292b7c" },
"query":"query FindResultDataByResult($result_id: uuid\u0021) {\\n query_results(where: {id: {_eq: $result_id}}) {\\n id\\n job_id\\n error\\n runtime\\n generated_at\\n columns\\n __typename\\n }\\n get_result_by_result_id(args: {want_result_id: $result_id}) {\\n data\\n __typename\\n }\\n}\\n"}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment