Skip to content

Instantly share code, notes, and snippets.

@lotharschulz
Last active November 2, 2020 07:25
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/9b70c83e2d0c4aabca42e6cf890d3e93 to your computer and use it in GitHub Desktop.
Save lotharschulz/9b70c83e2d0c4aabca42e6cf890d3e93 to your computer and use it in GitHub Desktop.
https://www.lotharschulz.info/2020/11/02/repository-archiving-unarchiving-with-github-graphql-api/ GitHub graphql explorer sample code - archive repository graphql mutation
mutation ArchiveRepository {
archiveRepository(input:{clientMutationId:"true",repositoryId:"[repositoryID]"}) {
repository {
isArchived,
description,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment