Skip to content

Instantly share code, notes, and snippets.

@lotharschulz
Created November 2, 2020 07:48
Show Gist options
  • Save lotharschulz/5938b9fb9512b7e4e63105ae3b790082 to your computer and use it in GitHub Desktop.
Save lotharschulz/5938b9fb9512b7e4e63105ae3b790082 to your computer and use it in GitHub Desktop.
query FindRepoID {
repository(owner:"[github user or org]", name:"[repository]"){
id,
isArchived,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment