Improvement
• 1 minute read

Repository archive date in GraphQL API

Summary

After recently adding the archive date of repositories to the GitHub UI, the timestamp is now also available in GraphQL API responses. Users can now query the archivedAt timestamp of…

After recently adding the archive date of repositories to the GitHub UI, the timestamp is now also available in GraphQL API responses.

Users can now query the archivedAt timestamp of when a repository was archived using the GitHub GraphQL API.

Back to top