Skip to main content

GraphQL changelog for 2019

GraphQL schema changes from 2019.

In this article

Schema changes for 2019-12-16

The GraphQL schema includes these changes:

  • Field actor was added to object type UpdatePullRequestPayload
  • Field actor was added to object type UpdateIssuePayload
  • Field actor was added to object type UnlockLockablePayload
  • Field actor was added to object type MergePullRequestPayload
  • Field actor was added to object type LockLockablePayload
  • Argument orderBy: LabelOrder added to field Repository.labels
  • Argument orderBy: LabelOrder added to field Issue.labels
  • Argument orderBy: LabelOrder added to field Labelable.labels
  • Argument orderBy: LabelOrder added to field PullRequest.labels
  • Type LabelOrderField was added
  • Type LabelOrder was added

Schema changes for 2019-12-11

The GraphQL schema includes these changes:

  • Field createdAt was added to object type RepositoryVulnerabilityAlert

Schema changes for 2019-12-05

The GraphQL schema includes these changes:

  • Field createdAt was added to object type SponsorsListing

Schema changes for 2019-11-25

The GitHub Packages preview includes these changes:

  • Field statistics was added to object type PackageVersion
  • Field statistics was added to object type Package
  • Type PackageStatistics was added
  • Type PackageVersionStatistics was added

The following changes will be made to the schema:

  • On member Organization.registryPackages: registryPackages will be removed. Use the PackageOwner object instead. Effective 2020-04-01.
  • On member Organization.registryPackagesForQuery: registryPackagesForQuery will be removed. Use the PackageSearch object instead. Effective 2020-04-01.
  • On member RegistryPackage.color: color will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.latestVersion: latestVersion will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.name: name will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.nameWithOwner: nameWithOwner will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.packageFileByGuid: packageFileByGuid will be removed. Use the Package object. Effective 2020-04-01.
  • On member RegistryPackage.packageFileBySha256: packageFileBySha256 will be removed. Use the Package object. Effective 2020-04-01.
  • On member RegistryPackage.packageType: packageType will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.preReleaseVersions: preReleaseVersions will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.registryPackageType: registryPackageType will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.repository: repository will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.statistics: statistics will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.tags: tags will be removed. Use the Package object. Effective 2020-04-01.
  • On member RegistryPackage.topics: topics will be removed. Use the Package object. Effective 2020-04-01.
  • On member RegistryPackage.version: version will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.versionByPlatform: versionByPlatform will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.versionBySha256: versionBySha256 will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.versions: versions will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackage.versionsByMetadatum: versionsByMetadatum will be removed. Use the Package object instead. Effective 2020-04-01.
  • On member RegistryPackageDependency.dependencyType: dependencyType will be removed. Use the PackageDependency object instead. Effective 2020-04-01.
  • On member RegistryPackageDependency.name: name will be removed. Use the PackageDependency object instead. Effective 2020-04-01.
  • On member RegistryPackageDependency.version: version will be removed. Use the PackageDependency object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.guid: guid will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.md5: md5 will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.metadataUrl: metadataUrl will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.name: name will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.packageVersion: packageVersion will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.sha1: sha1 will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.sha256: sha256 will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.size: size will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageFile.url: url will be removed. Use the PackageFile object instead. Effective 2020-04-01.
  • On member RegistryPackageOwner.registryPackages: registryPackages will be removed. Use the PackageOwner object instead. Effective 2020-04-01.
  • On member RegistryPackageSearch.registryPackagesForQuery: registryPackagesForQuery will be removed. Use the PackageSearch object instead. Effective 2020-04-01.
  • On member RegistryPackageStatistics.downloadsThisMonth: downloadsThisMonth will be removed. Use the PackageStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageStatistics.downloadsThisWeek: downloadsThisWeek will be removed. Use the PackageStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageStatistics.downloadsThisYear: downloadsThisYear will be removed. Use the PackageStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageStatistics.downloadsToday: downloadsToday will be removed. Use the PackageStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageStatistics.downloadsTotalCount: downloadsTotalCount will be removed. Use the PackageStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageTag.name: name will be removed. Use the PackageTag object instead. Effective 2020-04-01.
  • On member RegistryPackageTag.version: version will be removed. Use the PackageTag object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.deleted: deleted will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.dependencies: dependencies will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.fileByName: fileByName will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.files: files will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.installationCommand: installationCommand will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.manifest: manifest will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.platform: platform will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.preRelease: preRelease will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.readme: readme will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.readmeHtml: readmeHtml will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.registryPackage: registryPackage will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.release: release will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.sha256: sha256 will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.size: size will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.statistics: statistics will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.summary: summary will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.updatedAt: updatedAt will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.version: version will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersion.viewerCanEdit: viewerCanEdit will be removed. Use the PackageVersion object instead. Effective 2020-04-01.
  • On member RegistryPackageVersionStatistics.downloadsThisMonth: downloadsThisMonth will be removed. Use the PackageVersionStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageVersionStatistics.downloadsThisWeek: downloadsThisWeek will be removed. Use the PackageVersionStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageVersionStatistics.downloadsThisYear: downloadsThisYear will be removed. Use the PackageVersionStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageVersionStatistics.downloadsToday: downloadsToday will be removed. Use the PackageVersionStatistics object instead. Effective 2020-04-01.
  • On member RegistryPackageVersionStatistics.downloadsTotalCount: downloadsTotalCount will be removed. Use the PackageVersionStatistics object instead. Effective 2020-04-01.
  • On member Repository.registryPackages: registryPackages will be removed. Use the PackageOwner object instead. Effective 2020-04-01.
  • On member Repository.registryPackagesForQuery: registryPackagesForQuery will be removed. Use the PackageSearch object instead. Effective 2020-04-01.
  • On member User.registryPackages: registryPackages will be removed. Use the PackageOwner object instead. Effective 2020-04-01.
  • On member User.registryPackagesForQuery: registryPackagesForQuery will be removed. Use the PackageSearch object instead. Effective 2020-04-01.

Schema changes for 2019-11-22

The GraphQL schema includes these changes:

  • Field unarchiveRepository was added to object type Mutation
  • Field archiveRepository was added to object type Mutation
  • Field fundingLinks was added to object type Repository
  • Type UpdateTeamReviewAssignmentPayload was added
  • Type UnarchiveRepositoryInput was added
  • Type UnarchiveRepositoryPayload was added
  • Type ArchiveRepositoryInput was added
  • Type ArchiveRepositoryPayload was added
  • Type FundingPlatform was added
  • Type FundingLink was added

The [Team Review Assignments Preview preview](/graphql/overview/schema-previews#team-review-assignments-preview) includes these changes:

  • Field updateTeamReviewAssignment was added to object type Mutation
  • Field reviewRequestDelegationNotifyTeam was added to object type Team
  • Field reviewRequestDelegationMemberCount was added to object type Team
  • Field reviewRequestDelegationEnabled was added to object type Team
  • Field reviewRequestDelegationAlgorithm was added to object type Team
  • Type UpdateTeamReviewAssignmentInput was added
  • Type TeamReviewAssignmentAlgorithm was added

Schema changes for 2019-11-19

The GraphQL schema includes these changes:

  • Field hasProjectsEnabled was added to object type RepositoryInfo
  • Field hasProjectsEnabled was added to object type Repository

Schema changes for 2019-11-06

The [Update refs preview](/graphql/overview/schema-previews#update-refs-preview) includes these changes:

  • Field updateRefs was added to object type Mutation
  • Type GitRefname was added
  • Type RefUpdate was added
  • Type UpdateRefsInput was added
  • Type UpdateRefsPayload was added

Schema changes for 2019-10-31

The GraphQL schema includes these changes:

  • Input field field was added to input object type SponsorshipOrder
  • Repository object implements PackageOwner interface
  • User object implements PackageOwner interface
  • Organization object implements PackageOwner interface
  • Field tiers was added to object type SponsorsListing
  • Field adminInfo was added to object type SponsorsTier
  • Field sponsorsListing was added to object type Sponsorable
  • Field sponsorsListing was added to object type User
  • Field sponsorsListing was added to object type Organization
  • Type SponsorsTierOrderField was added
  • Type SponsorsTierOrder was added
  • Type SponsorshipOrderField was added
  • Type SponsorsTierAdminInfo was added
  • Type SponsorsTierConnection was added
  • Type PackageVersionEdge was added
  • Type PackageVersionConnection was added
  • Type PackageFileEdge was added
  • Type PackageFileConnection was added
  • Type PackageEdge was added
  • Type PackageConnection was added

The GitHub Packages preview includes these changes:

  • Field packages was added to object type Repository
  • Field packages was added to object type User
  • Field packages was added to object type Organization
  • Type PackageTag was added
  • Type PackageVersionOrderField was added
  • Type PackageVersionOrder was added
  • Type PackageOrderField was added
  • Type PackageOrder was added
  • Type PackageFileOrderField was added
  • Type PackageFileOrder was added
  • Type PackageFile was added
  • Type PackageVersion was added
  • Type Package was added
  • Type PackageOwner was added

The following changes will be made to the schema:

  • On member Query.sponsorsListing: sponsorsListing will be removed. Use Sponsorable.sponsorsListing instead. Effective 2020-04-01.

Schema changes for 2019-10-23

The GraphQL schema includes these changes:

  • Field tier was added to object type Sponsorship
  • Type SponsorsTierEdge was added
  • Type SponsorsTier was added

Schema changes for 2019-10-09

The GraphQL schema includes these changes:

  • Argument query: String added to field Repository.mentionableUsers

Schema changes for 2019-09-24

The GraphQL schema includes these changes:

  • Field unfollowUser was added to object type Mutation
  • Type UnfollowUserInput was added
  • Type UnfollowUserPayload was added

Schema changes for 2019-09-20

The GraphQL schema includes these changes:

  • Organization object implements Sponsorable interface
  • Field followUser was added to object type Mutation
  • Field sponsorshipsAsSponsor was added to object type Organization
  • Field sponsorshipsAsMaintainer was added to object type Organization
  • Type FollowUserInput was added
  • Type FollowUserPayload was added

Schema changes for 2019-09-19

The GraphQL schema includes these changes:

  • Union member OrgCreateAuditEntry was added to Union type OrganizationAuditEntry
  • Enum value COMPOSER was added to enum SecurityAdvisoryEcosystem
  • Field email was added to object type Mannequin
  • Type OrgCreateAuditEntryBillingPlan was added
  • Type OrgCreateAuditEntry was added

Schema changes for 2019-09-17

The GraphQL schema includes these changes:

  • Repository object implements RegistryPackageSearch interface
  • Field registryPackagesForQuery was added to object type Repository

Schema changes for 2019-09-14

The GraphQL schema includes these changes:

  • Argument query: String added to field Repository.assignableUsers

Schema changes for 2019-09-12

The GraphQL schema includes these changes:

  • Argument query: String added to field Repository.collaborators

Schema changes for 2019-09-10

The GraphQL schema includes these changes:

  • Field updatedAt was added to object type Organization
  • Field createdAt was added to object type Organization

Schema changes for 2019-09-08

The GraphQL schema includes these changes:

  • Argument skip: Int added to field PullRequestReviewThread.comments

Schema changes for 2019-09-05

The GraphQL schema includes these changes:

  • Input field mergeMethod was added to input object type MergePullRequestInput
  • Field operationType was added to object type TeamRemoveRepositoryAuditEntry
  • Field operationType was added to object type TeamRemoveMemberAuditEntry
  • Field operationType was added to object type TeamChangeParentTeamAuditEntry
  • Field operationType was added to object type TeamAddRepositoryAuditEntry
  • Field operationType was added to object type TeamAddMemberAuditEntry
  • Field operationType was added to object type RepositoryVisibilityChangeEnableAuditEntry
  • Field operationType was added to object type RepositoryVisibilityChangeDisableAuditEntry
  • Field operationType was added to object type RepoRemoveTopicAuditEntry
  • Field operationType was added to object type RepoRemoveMemberAuditEntry
  • Field operationType was added to object type RepoDestroyAuditEntry
  • Field operationType was added to object type RepoCreateAuditEntry
  • Field operationType was added to object type RepoConfigUnlockAnonymousGitAccessAuditEntry
  • Field operationType was added to object type RepoConfigLockAnonymousGitAccessAuditEntry
  • Field operationType was added to object type RepoConfigEnableSockpuppetDisallowedAuditEntry
  • Field operationType was added to object type RepoConfigEnableContributorsOnlyAuditEntry
  • Field operationType was added to object type RepoConfigEnableCollaboratorsOnlyAuditEntry
  • Field operationType was added to object type RepoConfigEnableAnonymousGitAccessAuditEntry
  • Field operationType was added to object type RepoConfigDisableSockpuppetDisallowedAuditEntry
  • Field operationType was added to object type RepoConfigDisableContributorsOnlyAuditEntry
  • Field operationType was added to object type RepoConfigDisableCollaboratorsOnlyAuditEntry
  • Field operationType was added to object type RepoConfigDisableAnonymousGitAccessAuditEntry
  • Field operationType was added to object type RepoChangeMergeSettingAuditEntry
  • Field operationType was added to object type RepoArchivedAuditEntry
  • Field operationType was added to object type RepoAddTopicAuditEntry
  • Field operationType was added to object type RepoAddMemberAuditEntry
  • Field operationType was added to object type RepoAccessAuditEntry
  • Field operationType was added to object type PrivateRepositoryForkingEnableAuditEntry
  • Field operationType was added to object type PrivateRepositoryForkingDisableAuditEntry
  • Field operationType was added to object type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
  • Field operationType was added to object type OrgUpdateMemberRepositoryCreationPermissionAuditEntry
  • Field operationType was added to object type OrgUpdateMemberAuditEntry
  • Field operationType was added to object type OrgUpdateDefaultRepositoryPermissionAuditEntry
  • Field operationType was added to object type OrgUnblockUserAuditEntry
  • Field operationType was added to object type OrgRestoreMemberAuditEntry
  • Field operationType was added to object type OrgRemoveOutsideCollaboratorAuditEntry
  • Field operationType was added to object type OrgRemoveMemberAuditEntry
  • Field operationType was added to object type OrgRemoveBillingManagerAuditEntry
  • Field operationType was added to object type OrgOauthAppAccessRequestedAuditEntry
  • Field operationType was added to object type OrgOauthAppAccessDeniedAuditEntry
  • Field operationType was added to object type OrgOauthAppAccessApprovedAuditEntry
  • Field operationType was added to object type OrgInviteToBusinessAuditEntry
  • Field operationType was added to object type OrgInviteMemberAuditEntry
  • Field operationType was added to object type OrgEnableTwoFactorRequirementAuditEntry
  • Field operationType was added to object type OrgEnableSamlAuditEntry
  • Field operationType was added to object type OrgEnableOauthAppRestrictionsAuditEntry
  • Field operationType was added to object type OrgDisableTwoFactorRequirementAuditEntry
  • Field operationType was added to object type OrgDisableSamlAuditEntry
  • Field operationType was added to object type OrgDisableOauthAppRestrictionsAuditEntry
  • Field operationType was added to object type OrgConfigEnableCollaboratorsOnlyAuditEntry
  • Field operationType was added to object type OrgConfigDisableCollaboratorsOnlyAuditEntry
  • Field operationType was added to object type OrgBlockUserAuditEntry
  • Field operationType was added to object type OrgAddMemberAuditEntry
  • Field operationType was added to object type OrgAddBillingManagerAuditEntry
  • Field operationType was added to object type OauthApplicationCreateAuditEntry
  • Field operationType was added to object type MembersCanDeleteReposEnableAuditEntry
  • Field operationType was added to object type MembersCanDeleteReposDisableAuditEntry
  • Field operationType was added to object type AuditEntry
  • Field operationType was added to object type MembersCanDeleteReposClearAuditEntry
  • Field descriptionHTML was added to object type Organization
  • Type PullRequestMergeMethod was added
  • Type OperationType was added

Schema changes for 2019-08-29

The GraphQL schema includes these changes:

  • Field topRepositories was added to object type User

Schema changes for 2019-08-27

The GraphQL schema includes these changes:

  • Field preRelease was added to object type RegistryPackageVersion

Schema changes for 2019-08-23

The GraphQL schema includes these changes:

  • Union member App was added to Union type PushAllowanceActor

Schema changes for 2019-08-21

The GraphQL schema includes these changes:

  • Field shortDescriptionHTML was added to object type Release
  • Field descriptionHTML was added to object type Release

Schema changes for 2019-08-15

The GraphQL schema includes these changes:

  • Field removeEnterpriseIdentityProvider was removed from object type Mutation
  • Type RemoveEnterpriseIdentityProviderInput was removed
  • Type RemoveEnterpriseIdentityProviderPayload was removed
  • Enum value ARCHIVED was added to enum CommentCannotUpdateReason

Schema changes for 2019-08-13

The GraphQL schema includes these changes:

  • Field setEnterpriseIdentityProvider was removed from object type Mutation
  • Type SetEnterpriseIdentityProviderInput was removed
  • Type SetEnterpriseIdentityProviderPayload was removed

Schema changes for 2019-08-09

The GraphQL schema includes these changes:

  • Field transferIssue was added to object type Mutation
  • Type TransferIssueInput was added
  • Type TransferIssuePayload was added

Schema changes for 2019-08-08

The GraphQL schema includes these changes:

  • Union member RepoRemoveTopicAuditEntry was added to Union type OrganizationAuditEntry
  • Union member RepoDestroyAuditEntry was added to Union type OrganizationAuditEntry
  • Union member RepoCreateAuditEntry was added to Union type OrganizationAuditEntry
  • Union member RepoChangeMergeSettingAuditEntry was added to Union type OrganizationAuditEntry
  • Union member RepoArchivedAuditEntry was added to Union type OrganizationAuditEntry
  • Union member RepoAddTopicAuditEntry was added to Union type OrganizationAuditEntry
  • Type UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput was added
  • Type UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload was added
  • Type UpdateEnterpriseTeamDiscussionsSettingInput was added
  • Type UpdateEnterpriseTeamDiscussionsSettingPayload was added
  • Type UpdateEnterpriseRepositoryProjectsSettingInput was added
  • Type UpdateEnterpriseRepositoryProjectsSettingPayload was added
  • Type UpdateEnterpriseProfileInput was added
  • Type UpdateEnterpriseProfilePayload was added
  • Type UpdateEnterpriseOrganizationProjectsSettingInput was added
  • Type UpdateEnterpriseOrganizationProjectsSettingPayload was added
  • Type UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput was added
  • Type UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload was added
  • Type UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput was added
  • Type UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload was added
  • Type UpdateEnterpriseMembersCanMakePurchasesSettingInput was added
  • Type UpdateEnterpriseMembersCanMakePurchasesSettingPayload was added
  • Type UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput was added
  • Type UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload was added
  • Type UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput was added
  • Type UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload was added
  • Type UpdateEnterpriseMembersCanDeleteIssuesSettingInput was added
  • Type UpdateEnterpriseMembersCanDeleteIssuesSettingPayload was added
  • Type UpdateEnterpriseMembersCanCreateRepositoriesSettingInput was added
  • Type UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload was added
  • Type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput was added
  • Type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload was added
  • Type UpdateEnterpriseDefaultRepositoryPermissionSettingInput was added
  • Type UpdateEnterpriseDefaultRepositoryPermissionSettingPayload was added
  • Type UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput was added
  • Type UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload was added
  • Type UpdateEnterpriseAdministratorRoleInput was added
  • Type UpdateEnterpriseAdministratorRolePayload was added
  • Type UpdateEnterpriseActionExecutionCapabilitySettingInput was added
  • Type UpdateEnterpriseActionExecutionCapabilitySettingPayload was added
  • Type SetEnterpriseIdentityProviderInput was added
  • Type SetEnterpriseIdentityProviderPayload was added
  • Type RemoveEnterpriseOrganizationInput was added
  • Type RemoveEnterpriseOrganizationPayload was added
  • Type RemoveEnterpriseIdentityProviderInput was added
  • Type RemoveEnterpriseIdentityProviderPayload was added
  • Type RemoveEnterpriseAdminInput was added
  • Type RemoveEnterpriseAdminPayload was added
  • Type RegenerateEnterpriseIdentityProviderRecoveryCodesInput was added
  • Type RegenerateEnterpriseIdentityProviderRecoveryCodesPayload was added
  • Type InviteEnterpriseAdminInput was added
  • Type InviteEnterpriseAdminPayload was added
  • Type CreateEnterpriseOrganizationInput was added
  • Type CreateEnterpriseOrganizationPayload was added
  • Type CancelEnterpriseAdminInvitationInput was added
  • Type CancelEnterpriseAdminInvitationPayload was added
  • Type AcceptEnterpriseAdministratorInvitationInput was added
  • Type AcceptEnterpriseAdministratorInvitationPayload was added
  • Type EnterpriseUserAccountEdge was added
  • Type EnterpriseUserAccountConnection was added
  • Type IdentityProviderConfigurationState was added
  • Type EnterpriseAdministratorInvitationEdge was added
  • Type EnterpriseAdministratorInvitationConnection was added
  • Type EnterpriseRepositoryInfoEdge was added
  • Type EnterpriseRepositoryInfoConnection was added
  • Type EnterpriseServerUserAccountsUploadEdge was added
  • Type EnterpriseServerUserAccountsUploadConnection was added
  • Type EnterpriseServerUserAccountEmailEdge was added
  • Type EnterpriseServerUserAccountEmailConnection was added
  • Type EnterpriseServerUserAccountEdge was added
  • Type EnterpriseServerUserAccountConnection was added
  • Type EnterpriseServerInstallationEdge was added
  • Type EnterpriseServerInstallationConnection was added
  • Type RepoRemoveTopicAuditEntry was added
  • Type RepoDestroyAuditEntryVisibility was added
  • Type RepoDestroyAuditEntry was added
  • Type RepoCreateAuditEntryVisibility was added
  • Type RepoCreateAuditEntry was added
  • Type RepoChangeMergeSettingAuditEntryMergeType was added
  • Type RepoChangeMergeSettingAuditEntry was added
  • Type RepoArchivedAuditEntryVisibility was added
  • Type RepoArchivedAuditEntry was added
  • Type TopicAuditEntryData was added
  • Type RepoAddTopicAuditEntry was added

The Enterprise accounts preview includes these changes:

  • Field updateEnterpriseTwoFactorAuthenticationRequiredSetting was added to object type Mutation
  • Field updateEnterpriseTeamDiscussionsSetting was added to object type Mutation
  • Field updateEnterpriseRepositoryProjectsSetting was added to object type Mutation
  • Field updateEnterpriseProfile was added to object type Mutation
  • Field updateEnterpriseOrganizationProjectsSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanViewDependencyInsightsSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanUpdateProtectedBranchesSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanMakePurchasesSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanInviteCollaboratorsSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanDeleteRepositoriesSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanDeleteIssuesSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanCreateRepositoriesSetting was added to object type Mutation
  • Field updateEnterpriseMembersCanChangeRepositoryVisibilitySetting was added to object type Mutation
  • Field updateEnterpriseDefaultRepositoryPermissionSetting was added to object type Mutation
  • Field updateEnterpriseAllowPrivateRepositoryForkingSetting was added to object type Mutation
  • Field updateEnterpriseAdministratorRole was added to object type Mutation
  • Field updateEnterpriseActionExecutionCapabilitySetting was added to object type Mutation
  • Field setEnterpriseIdentityProvider was added to object type Mutation
  • Field removeEnterpriseOrganization was added to object type Mutation
  • Field removeEnterpriseIdentityProvider was added to object type Mutation
  • Field removeEnterpriseAdmin was added to object type Mutation
  • Field regenerateEnterpriseIdentityProviderRecoveryCodes was added to object type Mutation
  • Field inviteEnterpriseAdmin was added to object type Mutation
  • Field createEnterpriseOrganization was added to object type Mutation
  • Field cancelEnterpriseAdminInvitation was added to object type Mutation
  • Field acceptEnterpriseAdministratorInvitation was added to object type Mutation
  • Field enterpriseAdministratorInvitationByToken was added to object type Query
  • Field enterpriseAdministratorInvitation was added to object type Query
  • Field enterprise was added to object type Query
  • Type EnterpriseOrderField was added
  • Type ActionExecutionCapabilitySetting was added
  • Type EnterpriseEnabledSettingValue was added
  • Type SamlSignatureAlgorithm was added
  • Type SamlDigestAlgorithm was added
  • Type EnterpriseIdentityProvider was added
  • Type EnterprisePendingMemberInvitationEdge was added
  • Type EnterprisePendingMemberInvitationConnection was added
  • Type RepositoryInvitationOrderField was added
  • Type RepositoryInvitationOrder was added
  • Type EnterprisePendingCollaboratorEdge was added
  • Type EnterprisePendingCollaboratorConnection was added
  • Type EnterpriseAdministratorInvitationOrderField was added
  • Type EnterpriseAdministratorInvitationOrder was added
  • Type EnterpriseAdministratorInvitation was added
  • Type EnterpriseRepositoryInfo was added
  • Type EnterpriseOutsideCollaboratorEdge was added
  • Type EnterpriseOutsideCollaboratorConnection was added
  • Type EnterpriseMembersCanMakePurchasesSettingValue was added
  • Type OrganizationMembersCanCreateRepositoriesSettingValue was added
  • Type EnterpriseMembersCanCreateRepositoriesSettingValue was added
  • Type EnterpriseServerInstallationOrderField was added
  • Type EnterpriseServerInstallationOrder was added
  • Type EnterpriseServerUserAccountsUploadOrderField was added
  • Type EnterpriseServerUserAccountsUploadOrder was added
  • Type EnterpriseServerUserAccountsUploadSyncState was added
  • Type EnterpriseServerUserAccountsUpload was added
  • Type EnterpriseServerUserAccountOrderField was added
  • Type EnterpriseServerUserAccountOrder was added
  • Type EnterpriseServerUserAccountEmailOrderField was added
  • Type EnterpriseServerUserAccountEmailOrder was added
  • Type EnterpriseServerUserAccountEmail was added
  • Type EnterpriseServerUserAccount was added
  • Type EnterpriseServerInstallation was added
  • Type EnterpriseDefaultRepositoryPermissionSettingValue was added
  • Type EnterpriseEnabledDisabledSettingValue was added
  • Type EnterpriseAdministratorRole was added
  • Type EnterpriseAdministratorEdge was added
  • Type EnterpriseAdministratorConnection was added
  • Type EnterpriseOwnerInfo was added
  • Type EnterpriseMemberOrderField was added
  • Type EnterpriseMemberOrder was added
  • Type EnterpriseUserDeployment was added
  • Type OrganizationOrderField was added
  • Type OrganizationOrder was added
  • Type EnterpriseUserAccountMembershipRole was added
  • Type EnterpriseOrganizationMembershipEdge was added
  • Type EnterpriseOrganizationMembershipConnection was added
  • Type EnterpriseUserAccount was added
  • Type EnterpriseMember was added
  • Type EnterpriseMemberEdge was added
  • Type EnterpriseMemberConnection was added
  • Type EnterpriseBillingInfo was added
  • Type Enterprise was added