There are some GraphQL queries here, but most of them have been moved to gh cli
queries here.
See the how to do pagination page for more information on how to do pagination.
Also great resource here for additional GraphQL queries.
Creates the organization - you just need to pass in the enterprise ID (obtained above) along with billing email, admin logins, and organization name.
Script to download a file from the latest version of a GitHub Package
Script to download a file from a specific version of a GitHub Package
Get the enterprise ID used for other GraphQL calls. Use the URL slug not the friendly name of the Enterprise.
Get an issue ID - needed for transferring an issue, for example
Gets an organization
Gets a repository ID
Retrieves the SAML linked identity of a user in a GitHub organization.
PAT scope required: admin:enterprise
Retrieves the SAML linked identity of a user in a GitHub organization.
PAT scope required: admin:org
Mutation to transfer an issue to a new repository