https://www.lotharschulz.info/2020/11/02/repository-archiving-unarchiving-with-github-graphql-api/ GitHub graphql explorer sample code - unarchive repository graphql mutation
mutation UnArchiveRepository { | |
unarchiveRepository(input:{clientMutationId:"true",repositoryId:"[insert ID]"}) { | |
repository { | |
isArchived, | |
description | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment