Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save senorcodecat/8245f9a16a7ef9cabc71f69bee0e620a to your computer and use it in GitHub Desktop.
Save senorcodecat/8245f9a16a7ef9cabc71f69bee0e620a to your computer and use it in GitHub Desktop.
{
method: 'post',
headers: {
'content-type': 'application/json'
},
body: JSON.stringify({
query: `
query {
allPrograms {
id
video
}
}
`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment