Skip to content

Instantly share code, notes, and snippets.

@lotharschulz
Last active November 2, 2020 07:45
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/bb98b93e11cfc858fdc0b3e63e568ea8 to your computer and use it in GitHub Desktop.
Save lotharschulz/bb98b93e11cfc858fdc0b3e63e568ea8 to your computer and use it in GitHub Desktop.
query FindRepoID($name: String!, $owner: String!) {
repository(owner: $owner, name: $name) {
id,
isArchived
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment