Skip to content

Instantly share code, notes, and snippets.

@bgrins
Last active May 9, 2022 22:01
Show Gist options
  • Save bgrins/8e22f70708edf41cefd2b35479eaa82e to your computer and use it in GitHub Desktop.
Save bgrins/8e22f70708edf41cefd2b35479eaa82e to your computer and use it in GitHub Desktop.
[
{
"resource": "https://api.github.com/graphql",
"method": "POST",
"headers": {
"Authorization": "Bearer {{dataset.bearer}}"
},
"body": "{{dataset.graphql}}"
}
]
[
{
"resource": "https://api.github.com/graphql",
"method": "POST",
"headers": {
"Authorization": "Bearer {{dataset.bearer}}"
},
"body": "{{dataset.graphql}}"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment