Skip to content

Instantly share code, notes, and snippets.

@lotharschulz
Last active November 2, 2020 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lotharschulz/e9e32c95ff8901475e00eb4506b26b4e to your computer and use it in GitHub Desktop.
Save lotharschulz/e9e32c95ff8901475e00eb4506b26b4e to your computer and use it in GitHub Desktop.
{
"query": "query ($org: String!, $repo: String!) {repository(owner: $org, name: $repo) { id isArchived } }",
"variables": {
"org": "[github user or org]",
"repo": "[repository]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment