重大更改包括会破坏现有查询或可能影响客户端运行时行为的更改。有关重大更改列表及其发生时间,请参阅我们的 重大更改日志。
2024-11-07 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
UpdateEnterpriseDeployKeySettingInput - 添加了类型
UpdateEnterpriseDeployKeySettingPayload - 在对象类型
Mutation中添加了字段updateEnterpriseDeployKeySetting
2024-10-18 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
EPSS - 添加了类型
UserViewType - 在字段
Query.securityAdvisories中添加了参数epssPercentage: Float - 在字段
Query.securityAdvisories中添加了参数epssPercentile: Float - 在对象类型
SecurityAdvisory中添加了字段epss - 在对象类型
User中添加了字段userViewType
2024-10-11 的模式变更
GraphQL 模式包含以下更改
- 在枚举
IssueClosedStateReason中添加了枚举值DUPLICATE - 在枚举
IssueStateReason中添加了枚举值DUPLICATE
2024-10-09 的模式变更
GraphQL 模式包含以下更改
- 在字段
Organization.rulesets中添加了参数 'targets: [RepositoryRulesetTarget!]` - 在字段
Repository.rulesets中添加了参数 'targets: [RepositoryRulesetTarget!]`
2024-10-08 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
EnterpriseDisallowedMethodsSettingValue - 添加了类型
TwoFactorCredentialSecurityType - 添加了类型
UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput - 添加了类型
UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingPayload - 在对象类型
App中添加了字段clientId - 在字段
Enterprise.members中添加了参数twoFactorMethodSecurity: TwoFactorCredentialSecurityType - 在对象类型
EnterpriseOwnerInfo中添加了字段twoFactorDisallowedMethodsSetting - 在字段
EnterpriseOwnerInfo.admins中添加了参数twoFactorMethodSecurity: TwoFactorCredentialSecurityType - 在字段
EnterpriseOwnerInfo.outsideCollaborators中添加了参数twoFactorMethodSecurity: TwoFactorCredentialSecurityType - 在对象类型
Mutation中添加了字段updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting - 在字段
Organization.ruleset中添加了参数includeParents: Boolean(具有默认值) - 在对象类型 'ProjectV2' 中添加了字段
fullDatabaseId - 在对象类型 'ProjectV2StatusUpdate' 中添加了字段
fullDatabaseId - 在对象类型 'ProjectV2View' 中添加了字段
fullDatabaseId - 在对象类型 'ProjectV2Workflow' 中添加了字段
fullDatabaseId Query对象实现了Node接口- 在对象类型
Query中添加了字段id - 在对象类型
RepositoryRulesetBypassActor中添加了字段enterpriseOwner - 在输入对象类型
RepositoryRulesetBypassActorInput中添加了类型为Boolean的成员字段enterpriseOwner - 在联合类型
RuleSource中添加了成员Enterprise - 在枚举
SecurityAdvisoryOrderField中添加了枚举值 'EPSS_PERCENTAGE` - 在枚举
SecurityAdvisoryOrderField中添加了枚举值 'EPSS_PERCENTILE`
模式将进行以下更改
Enterprise.members.hasTwoFactorEnabled 上:将删除 hasTwoFactorEnabled。请改用 two_factor_method_security。**生效日期:2025-04-01**。EnterpriseOwnerInfo.admins.hasTwoFactorEnabled 上:将删除 hasTwoFactorEnabled。请改用 two_factor_method_security。**生效日期:2025-04-01**。EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled 上:将删除 hasTwoFactorEnabled。请改用 two_factor_method_security。**生效日期:2025-04-01**。ProjectV2.databaseId 上:将删除 databaseId。请改用 fullDatabaseId。**生效日期:2025-04-01**。ProjectV2Item.databaseId 上:将删除 databaseId。请改用 fullDatabaseId。**生效日期:2025-04-01**。ProjectV2StatusUpdate.databaseId 上:将删除 databaseId。请改用 fullDatabaseId。**生效日期:2025-04-01**。ProjectV2View.databaseId 上:将删除 databaseId。请改用 fullDatabaseId。**生效日期:2025-04-01**。ProjectV2Workflow.databaseId 上:将删除 databaseId。请改用 fullDatabaseId。**生效日期:2025-04-01**。SecurityAdvisory.cvss 上:将删除 cvss。新的 cvss_severities 字段现在将包含 cvss_v3 和 cvss_v4 属性。**生效日期:2025-10-01**。2024-08-29 的模式变更
GraphQL 模式包含以下更改
模式将进行以下更改
AddMobileDevicePublicKeyPayload.expiresAt 上:将删除 expiresAt。不要依赖此字段,如果设备密钥永不过期,则当前将其设置为遥远的将来日期**生效日期:2025-01-01**。2024-07-25 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
RequiredStatusChecksParameters中添加了字段doNotEnforceOnCreate - 在输入对象类型
RequiredStatusChecksParametersInput中添加了类型为Boolean的成员字段doNotEnforceOnCreate - 在对象类型
WorkflowsParameters中添加了字段doNotEnforceOnCreate - 在输入对象类型
WorkflowsParametersInput中添加了类型为Boolean的成员字段doNotEnforceOnCreate
2024-07-24 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
MergeQueueGroupingStrategy - 添加了类型
MergeQueueMergeMethod - 添加了类型
MergeQueueParameters - 添加了类型
MergeQueueParametersInput - 在对象类型
Discussion中添加了字段viewerCanLabel - 在对象类型
Issue中添加了字段viewerCanLabel - 在接口
Labelable中添加了字段viewerCanLabel - 在对象类型
PullRequest中添加了字段viewerCanLabel - 在联合类型
RuleParameters中添加了成员MergeQueueParameters - 在输入对象类型
RuleParametersInput中添加了类型为MergeQueueParametersInput的成员字段mergeQueue
2024-07-08 的模式变更
GraphQL 模式包含以下更改
- 添加了类型 'ProjectV2PermissionLevel'
- 在字段 'Issue.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'Organization.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'ProjectV2Owner.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'PullRequest.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'Repository.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'Team.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
- 在字段 'User.projectsV2' 中添加了参数 'minPermissionLevel: ProjectV2PermissionLevel'(具有默认值)
2024-06-27 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
PropertyTargetDefinition中添加了字段source - 在输入对象类型
PropertyTargetDefinitionInput中添加了类型为String的成员字段source
2024-06-25 的模式变更
GraphQL 模式包含以下更改
模式将进行以下更改
Workflow.hasWorkflowDispatchTrigger 上:将删除 hasWorkflowDispatchTrigger。请改用 has_workflow_dispatch_trigger_for_branch(branch_ref)。**生效日期:2024-10-01**。2024-06-21 的模式变更
GraphQL 模式包含以下更改
- 添加了类型 'ConvertProjectV2DraftIssueItemToIssueInput'
- 添加了类型 'ConvertProjectV2DraftIssueItemToIssuePayload'
- 添加了类型 'CreateProjectV2StatusUpdateInput'
- 添加了类型 'CreateProjectV2StatusUpdatePayload'
- 添加了类型 'DeleteProjectV2StatusUpdateInput'
- 添加了类型 'DeleteProjectV2StatusUpdatePayload'
- 添加了类型 'ProjectV2StatusOrder'
- 添加了类型 'ProjectV2StatusUpdate'
- 添加了类型 'ProjectV2StatusUpdateConnection'
- 添加了类型 'ProjectV2StatusUpdateEdge'
- 添加了类型 'ProjectV2StatusUpdateOrderField'
- 添加了类型 'ProjectV2StatusUpdateStatus'
- 添加了类型 'UpdateProjectV2StatusUpdateInput'
- 添加了类型 'UpdateProjectV2StatusUpdatePayload'
- 在对象类型
Mutation中添加了字段 'convertProjectV2DraftIssueItemToIssue` - 在对象类型
Mutation中添加了字段 'createProjectV2StatusUpdate` - 在对象类型
Mutation中添加了字段 'deleteProjectV2StatusUpdate` - 在对象类型
Mutation中添加了字段 'updateProjectV2StatusUpdate` - 在对象类型 'ProjectV2' 中添加了字段
statusUpdates
2024-06-13 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AcceptEnterpriseMemberInvitationInput - 添加了类型
AcceptEnterpriseMemberInvitationPayload - 添加了类型
CancelEnterpriseMemberInvitationInput - 添加了类型
CancelEnterpriseMemberInvitationPayload - 添加了类型
EnterpriseMemberInvitation - 添加了类型
EnterpriseMemberInvitationConnection - 添加了类型
EnterpriseMemberInvitationEdge - 添加了类型
EnterpriseMemberInvitationOrder - 添加了类型
EnterpriseMemberInvitationOrderField - 添加了类型
InviteEnterpriseMemberInput - 添加了类型
InviteEnterpriseMemberPayload - 在对象类型
EnterpriseOwnerInfo中添加了字段pendingUnaffiliatedMemberInvitations - 在对象类型
Mutation中添加了字段acceptEnterpriseMemberInvitation - 在对象类型
Mutation中添加了字段cancelEnterpriseMemberInvitation - 在对象类型
Mutation中添加了字段inviteEnterpriseMember - 在对象类型
Query中添加了字段enterpriseMemberInvitation - 在对象类型
Query中添加了字段enterpriseMemberInvitationByToken
2024-05-20 的模式变更
GraphQL 模式包含以下更改
- 在接口
AnnouncementBanner中添加了字段announcementCreatedAt - 在对象类型
Enterprise中添加了字段announcementCreatedAt - 在对象类型
Organization中添加了字段announcementCreatedAt
2024-05-15 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
EnvironmentPinnedFilterField - 添加了类型
PinEnvironmentInput - 添加了类型
PinEnvironmentPayload - 添加了类型
PinnedEnvironment - 添加了类型
PinnedEnvironmentConnection - 添加了类型
PinnedEnvironmentEdge - 添加了类型
PinnedEnvironmentOrder - 添加了类型
PinnedEnvironmentOrderField - 添加了类型
ReorderEnvironmentInput - 添加了类型
ReorderEnvironmentPayload - 在对象类型
Environment中添加了字段isPinned - 在对象类型
Environment中添加了字段latestCompletedDeployment - 在对象类型
Environment中添加了字段pinnedPosition - 在对象类型
Mutation中添加了字段pinEnvironment - 在对象类型
Mutation中添加了字段reorderEnvironment - 在对象类型
Repository中添加了字段pinnedEnvironments - 在字段
Repository.environments中添加了参数pinnedEnvironmentFilter: EnvironmentPinnedFilterField(带默认值)
2024-05-02 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
CodeScanningParameters - 添加了类型
CodeScanningParametersInput - 添加了类型
CodeScanningTool - 添加了类型
CodeScanningToolInput - 枚举值 'CODE_SCANNING' 已添加到枚举 'RepositoryRuleType'
- 在联合类型
RuleParameters中添加了成员CodeScanningParameters - 在输入对象类型
RuleParametersInput中添加了类型为CodeScanningParametersInput的输入字段codeScanning
2024-04-27 的架构变更
GraphQL 模式包含以下更改
- 在对象类型
RepositoryRulesetBypassActor中添加了字段deployKey - 在输入对象类型
RepositoryRulesetBypassActorInput中添加了类型为Boolean的输入字段deployKey
2024-04-26 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
FileExtensionRestrictionParameters - 添加了类型
FileExtensionRestrictionParametersInput - 添加了类型
FilePathRestrictionParameters - 添加了类型
FilePathRestrictionParametersInput - 添加了类型
MaxFilePathLengthParameters - 添加了类型
MaxFilePathLengthParametersInput - 添加了类型
MaxFileSizeParameters - 添加了类型
MaxFileSizeParametersInput - 在联合类型
Closer中添加了成员 'ProjectV2' - 枚举值 'FILE_EXTENSION_RESTRICTION' 已添加到枚举 'RepositoryRuleType'
- 枚举值 'FILE_PATH_RESTRICTION' 已添加到枚举 'RepositoryRuleType'
- 枚举值 'MAX_FILE_PATH_LENGTH' 已添加到枚举 'RepositoryRuleType'
- 枚举值 'MAX_FILE_SIZE' 已添加到枚举 'RepositoryRuleType'
- 枚举值
PUSH已添加到枚举RepositoryRulesetTarget - 在联合类型
RuleParameters中添加了成员FileExtensionRestrictionParameters - 在联合类型
RuleParameters中添加了成员FilePathRestrictionParameters - 在联合类型
RuleParameters中添加了成员MaxFilePathLengthParameters - 在联合类型
RuleParameters中添加了成员MaxFileSizeParameters - 在输入对象类型
RuleParametersInput中添加了类型为FileExtensionRestrictionParametersInput的输入字段fileExtensionRestriction - 在输入对象类型
RuleParametersInput中添加了类型为FilePathRestrictionParametersInput的输入字段filePathRestriction - 在输入对象类型
RuleParametersInput中添加了类型为MaxFilePathLengthParametersInput的输入字段maxFilePathLength - 在输入对象类型
RuleParametersInput中添加了类型为MaxFileSizeParametersInput的输入字段maxFileSize
2024-04-16 的架构变更
GraphQL 模式包含以下更改
- 输入字段
StartRepositoryMigrationInput.sourceRepositoryUrl的类型从URI更改为URI!
2024-02-25 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
MarkNotificationAsDoneInput - 添加了类型
MarkNotificationAsDonePayload - 在对象类型
Mutation中添加了字段markNotificationAsDone
2024-02-09 的架构变更
GraphQL 模式包含以下更改
- 在对象类型
PullRequest中添加了字段fullDatabaseId - 在对象类型
PullRequestReview中添加了字段fullDatabaseId - 在对象类型
PullRequestReviewComment中添加了字段fullDatabaseId
模式将进行以下更改
PullRequest.databaseId:databaseId 将被移除。请使用 fullDatabaseId 代替。**生效日期:2024-07-01**。PullRequestReview.databaseId:databaseId 将被移除。请使用 fullDatabaseId 代替。**生效日期:2024-07-01**。PullRequestReviewComment.databaseId:databaseId 将被移除。请使用 fullDatabaseId 代替。**生效日期:2024-07-01**。2024-02-07 的架构变更
GraphQL 模式包含以下更改
- 在对象类型
Repository中添加了字段hasSponsorshipsEnabled - 在接口
RepositoryInfo中添加了字段hasSponsorshipsEnabled - 在输入对象类型
UpdateRepositoryInput中添加了类型为Boolean的输入字段hasSponsorshipsEnabled
2024-02-01 的架构变更
GraphQL 模式包含以下更改
- 在对象类型
PullRequest中添加了字段isInMergeQueue - 在对象类型
PullRequest中添加了字段isMergeQueueEnabled - 在对象类型
PullRequest中添加了字段mergeQueue - 在输入对象类型
UpdateTeamReviewAssignmentInput中添加了类型为Boolean的输入字段countMembersAlreadyRequested - 在输入对象类型
UpdateTeamReviewAssignmentInput中添加了类型为Boolean的输入字段includeChildTeamMembers - 在输入对象类型
UpdateTeamReviewAssignmentInput中添加了类型为Boolean的输入字段removeTeamRequest
2024-01-31 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
PropertyTargetDefinition - 添加了类型
PropertyTargetDefinitionInput - 添加了类型
RepositoryPropertyConditionTarget - 添加了类型
RepositoryPropertyConditionTargetInput - 在对象类型
RepositoryRuleConditions中添加了字段repositoryProperty - 在输入对象类型
RepositoryRuleConditionsInput中添加了类型为RepositoryPropertyConditionTargetInput的输入字段repositoryProperty
2024-01-25 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
SponsorAndLifetimeValue - 添加了类型
SponsorAndLifetimeValueConnection - 添加了类型
SponsorAndLifetimeValueEdge - 添加了类型
SponsorAndLifetimeValueOrder - 添加了类型
SponsorAndLifetimeValueOrderField - 在对象类型
Organization中添加了字段lifetimeReceivedSponsorshipValues - 在接口
Sponsorable中添加了字段lifetimeReceivedSponsorshipValues - 在对象类型
User中添加了字段lifetimeReceivedSponsorshipValues
2024-01-10 的架构变更
GraphQL 模式包含以下更改
- 在字段
Organization.repositories中添加了参数visibility: RepositoryVisibility - 在字段
Repository.forks中添加了参数visibility: RepositoryVisibility - 在字段
RepositoryOwner.repositories中添加了参数visibility: RepositoryVisibility - 在字段
Topic.repositories中添加了参数visibility: RepositoryVisibility - 在字段
User.repositories中添加了参数visibility: RepositoryVisibility - 在字段
User.watching中添加了参数visibility: RepositoryVisibility
2024-01-09 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
RepositoryRuleOrder - 添加了类型
RepositoryRuleOrderField - 在对象类型
OrganizationInvitation中添加了字段inviterActor - 在对象类型
Ref中添加了字段rules
模式将进行以下更改
OrganizationInvitation.inviter:inviter 将被移除。inviter 将由 inviterActor 替换。**生效日期:2024-07-01**。2024-01-01 的架构变更
GraphQL 模式包含以下更改
- 输入字段
AcceptTopicSuggestionInput.name的类型从String!更改为String - 输入字段
AcceptTopicSuggestionInput.repositoryId的类型从ID!更改为ID - 输入字段
DeclineTopicSuggestionInput.name的类型从String!更改为String - 输入字段
DeclineTopicSuggestionInput.reason的类型从TopicSuggestionDeclineReason!更改为TopicSuggestionDeclineReason - 输入字段
DeclineTopicSuggestionInput.repositoryId的类型从ID!更改为ID
模式将进行以下更改
AcceptTopicSuggestionInput.name:name 将被移除。**生效日期:2024-04-01**。AcceptTopicSuggestionInput.repositoryId:repositoryId 将被移除。**生效日期:2024-04-01**。AcceptTopicSuggestionPayload.topic:topic 将被移除。**生效日期:2024-04-01**。DeclineTopicSuggestionInput.name:name 将被移除。**生效日期:2024-04-01**。DeclineTopicSuggestionInput.reason:reason 将被移除。**生效日期:2024-04-01**。DeclineTopicSuggestionInput.repositoryId:repositoryId 将被移除。**生效日期:2024-04-01**。DeclineTopicSuggestionPayload.topic:topic 将被移除。**生效日期:2024-04-01**。TopicSuggestionDeclineReason.NOT_RELEVANT:NOT_RELEVANT 将被移除。**生效日期:2024-04-01**。TopicSuggestionDeclineReason.PERSONAL_PREFERENCE:PERSONAL_PREFERENCE 将被移除。**生效日期:2024-04-01**。TopicSuggestionDeclineReason.TOO_GENERAL:TOO_GENERAL 将被移除。**生效日期:2024-04-01**。TopicSuggestionDeclineReason.TOO_SPECIFIC:TOO_SPECIFIC 将被移除。**生效日期:2024-04-01**。2023-11-30 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
CreateUserListInput - 添加了类型
CreateUserListPayload - 添加了类型
DeleteUserListInput - 添加了类型
DeleteUserListPayload - 添加了类型
UpdateUserListInput - 添加了类型
UpdateUserListPayload - 添加了类型
UpdateUserListsForItemInput - 添加了类型
UpdateUserListsForItemPayload - 添加了类型
UserList - 添加了类型
UserListConnection - 添加了类型
UserListEdge - 添加了类型
UserListItems - 添加了类型
UserListItemsConnection - 添加了类型
UserListItemsEdge - 添加了类型
UserListSuggestion - 在对象类型
Mutation中添加了字段createUserList - 在对象类型
Mutation中添加了字段deleteUserList - 在对象类型
Mutation中添加了字段updateUserList - 在对象类型
Mutation中添加了字段updateUserListsForItem - 在对象类型
User中添加了字段lists - 在对象类型
User中添加了字段suggestedListNames
2023-11-22 的架构变更
GraphQL 模式包含以下更改
- 添加了类型
UnsubscribeFromNotificationsInput - 添加了类型
UnsubscribeFromNotificationsPayload - 在对象类型
Mutation中添加了字段unsubscribeFromNotifications
2023-11-18 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
UpdatePatreonSponsorabilityInput - 添加了类型
UpdatePatreonSponsorabilityPayload - 在对象类型
Mutation中添加了字段updatePatreonSponsorability
2023-11-17 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
MemberFeatureRequestNotification - 在对象类型
SponsorsActivity中添加了字段paymentSource
2023-11-04 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AbortRepositoryMigrationInput - 添加了类型
AbortRepositoryMigrationPayload - 在对象类型
Mutation中添加了字段abortRepositoryMigration PullRequestReview对象实现了Minimizable接口- 在对象类型
PullRequestReview中添加了字段isMinimized - 在对象类型
PullRequestReview中添加了字段minimizedReason - 在对象类型
PullRequestReview中添加了字段viewerCanMinimize
2023-10-11 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
WorkflowFileReference - 添加了类型
WorkflowFileReferenceInput - 添加了类型
WorkflowsParameters - 添加了类型
WorkflowsParametersInput - 在枚举
RepositoryRuleType中添加了枚举值AUTHORIZATION - 在枚举
RepositoryRuleType中添加了枚举值'FILE_PATH_PATTERN` - 在枚举
RepositoryRuleType中添加了枚举值'LOCK_BRANCH` - 在枚举
RepositoryRuleType中添加了枚举值'MAX_REF_UPDATES` - 在枚举
RepositoryRuleType中添加了枚举值'MERGE_QUEUE` - 在枚举
RepositoryRuleType中添加了枚举值'MERGE_QUEUE_LOCKED_REF` - 在枚举
RepositoryRuleType中添加了枚举值'REQUIRED_REVIEW_THREAD_RESOLUTION` - 在枚举
RepositoryRuleType中添加了枚举值'REQUIRED_WORKFLOW_STATUS_CHECKS` - 在枚举
RepositoryRuleType中添加了枚举值'RULESET_REQUIRED_SIGNATURES` - 在枚举
RepositoryRuleType中添加了枚举值'SECRET_SCANNING` - 在枚举
RepositoryRuleType中添加了枚举值TAG - 在枚举
RepositoryRuleType中添加了枚举值WORKFLOWS - 在枚举
RepositoryRuleType中添加了枚举值'WORKFLOW_UPDATES` - 在联合类型
RuleParameters中添加了成员WorkflowsParameters - 在输入对象类型
RuleParametersInput中添加了类型为WorkflowsParametersInput的输入字段workflows
2023-10-07 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
DeploymentProtectionRule中添加了字段preventSelfReview - 在输入对象类型
UpdateEnvironmentInput中添加了类型为Boolean的输入字段preventSelfReview
2023-09-22 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
Discussion中添加了字段isAnswered - 在字段
Repository.discussions中添加了参数answered: Boolean
2023-09-12 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
ContributingGuidelines - 在对象类型
Repository中添加了字段contributingGuidelines
2023-09-08 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
EnterpriseConnection - 添加了类型
EnterpriseEdge - 添加了类型
EnterpriseMembershipType - 添加了类型
EnterpriseOrder - 添加了类型
EnterpriseOrderField - 在对象类型
User中添加了字段enterprises
2023-08-14 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AddPullRequestReviewThreadReplyInput - 添加了类型
AddPullRequestReviewThreadReplyPayload - 添加了类型
PullRequestBranchUpdateMethod - 在对象类型
GitHubMetadata中添加了字段githubEnterpriseImporterIpAddresses - 在对象类型
Mutation中添加了字段addPullRequestReviewThreadReply - 在输入对象类型
UpdatePullRequestBranchInput中添加了类型为PullRequestBranchUpdateMethod的输入字段updateMethod
2023-07-31 的模式变更
GraphQL 模式包含以下更改
- 在字段
Organization.repositories中添加了参数hasIssuesEnabled: Boolean - 在字段
Repository.forks中添加了参数hasIssuesEnabled: Boolean - 在字段
RepositoryOwner.repositories中添加了参数hasIssuesEnabled: Boolean - 在字段
Topic.repositories中添加了参数hasIssuesEnabled: Boolean - 在字段
User.repositories中添加了参数hasIssuesEnabled: Boolean - 在字段
User.repositoriesContributedTo中添加了参数hasIssues: Boolean - 在字段
User.watching中添加了参数hasIssuesEnabled: Boolean
2023-07-21 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
SubscribableThread - 添加了类型
ThreadSubscriptionFormAction - 添加了类型
ThreadSubscriptionState Issue对象实现了SubscribableThread接口- 在对象类型
Issue中添加了字段viewerThreadSubscriptionFormAction - 在对象类型
Issue中添加了字段viewerThreadSubscriptionStatus
2023-07-19 的模式变更
GraphQL 模式包含以下更改
- 在字段
Organization.sponsorsActivities中添加了参数includePrivate: Boolean(带有默认值) - 在字段
Sponsorable.sponsorsActivities中添加了参数includePrivate: Boolean(带有默认值) - 在字段
User.sponsorsActivities中添加了参数includePrivate: Boolean(带有默认值)
2023-07-13 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
EnvironmentOrderField - 添加了类型
Environments - 在字段
Repository.environments中添加了参数orderBy: Environments(带有默认值)
2023-07-10 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
OrgOauthAppAccessBlockedAuditEntry - 添加了类型
OrgOauthAppAccessUnblockedAuditEntry - 添加了类型
RepositoryIdConditionTarget - 添加了类型
RepositoryIdConditionTargetInput - 添加了类型
RepositoryRulesetBypassActorBypassMode - 添加了类型
RepositoryRulesetBypassActorInput - 删除了类型
RuleBypassMode - 在输入对象类型
CreateRepositoryRulesetInput中添加了类型为'[RepositoryRulesetBypassActorInput!]`的输入字段bypassActors - 从输入对象类型
CreateRepositoryRulesetInput中删除了输入字段bypassActorIds - 从输入对象类型
CreateRepositoryRulesetInput中删除了输入字段bypassMode - 输入字段
CreateTeamDiscussionCommentInput.body的类型从String!更改为String - 输入字段
CreateTeamDiscussionCommentInput.discussionId的类型从ID!更改为ID - 输入字段
CreateTeamDiscussionInput.body的类型从String!更改为String - 输入字段
CreateTeamDiscussionInput.teamId的类型从ID!更改为ID - 输入字段
CreateTeamDiscussionInput.title的类型从String!更改为String - 在字段
Organization.repositories中添加了参数isArchived: Boolean - 在联合类型
OrganizationAuditEntry中添加了成员OrgOauthAppAccessBlockedAuditEntry - 在联合类型
OrganizationAuditEntry中添加了成员OrgOauthAppAccessUnblockedAuditEntry - 在对象类型'ProjectV2ItemFieldSingleSelectValue'中添加了字段
color - 在对象类型'ProjectV2ItemFieldSingleSelectValue'中添加了字段
description - 在对象类型'ProjectV2ItemFieldSingleSelectValue'中添加了字段
descriptionHTML - 在对象类型'ProjectV2SingleSelectFieldOption'中添加了字段
color - 在对象类型'ProjectV2SingleSelectFieldOption'中添加了字段
description - 在对象类型'ProjectV2SingleSelectFieldOption'中添加了字段
descriptionHTML - 在对象类型
PullRequestThread中添加了字段path - 在对象类型
PullRequestThread中添加了字段subjectType - 在字段
RepositoryOwner.repositories中添加了参数isArchived: Boolean - 在对象类型
RepositoryRuleConditions中添加了字段repositoryId - 在输入对象类型
RepositoryRuleConditionsInput中添加了类型为RepositoryIdConditionTargetInput的输入字段repositoryId - 从对象类型
RepositoryRuleset中删除了字段bypassMode - 在对象类型
RepositoryRulesetBypassActor中添加了字段bypassMode - 在对象类型
RepositoryRulesetBypassActor中添加了字段organizationAdmin - 在对象类型
RepositoryRulesetBypassActor中添加了字段repositoryRoleDatabaseId - 在对象类型
RepositoryRulesetBypassActor中添加了字段repositoryRoleName - 在对象类型
SponsorsActivity中添加了字段currentPrivacyLevel - 在输入对象类型
UpdateRepositoryRulesetInput中添加了类型为'[RepositoryRulesetBypassActorInput!]`的输入字段bypassActors - 从输入对象类型
UpdateRepositoryRulesetInput中删除了输入字段bypassActorIds - 从输入对象类型
UpdateRepositoryRulesetInput中删除了输入字段bypassMode - 在字段
User.repositories中添加了参数isArchived: Boolean
模式将进行以下更改
CreateTeamDiscussionCommentInput.body:body 将被移除。请访问https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/查找合适的替代方案。**生效日期:2024-07-01**。CreateTeamDiscussionCommentInput.discussionId:discussionId 将被移除。请访问https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/查找合适的替代方案。**生效日期:2024-07-01**。CreateTeamDiscussionCommentPayload.teamDiscussionComment:teamDiscussionComment 将被移除。请访问https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/查找合适的替代方案。**生效日期:2024-07-01**。CreateTeamDiscussionInput.body:body 将被移除。请访问https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/查找合适的替代方案。**生效日期:2024-07-01**。
CreateTeamDiscussionInput.private上:将移除private。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。CreateTeamDiscussionInput.teamId上:将移除teamId。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。CreateTeamDiscussionInput.title上:将移除title。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。CreateTeamDiscussionPayload.teamDiscussion上:将移除teamDiscussion。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.authorAssociation上:将移除authorAssociation。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.bodyVersion上:将移除bodyVersion。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.comments上:将移除comments。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.commentsResourcePath上:将移除commentsResourcePath。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.commentsUrl上:将移除commentsUrl。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.isPinned上:将移除isPinned。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.isPrivate上:将移除isPrivate。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.number上:将移除number。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.resourcePath上:将移除resourcePath。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.team上:将移除team。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.title上:将移除title。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.url上:将移除url。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussion.viewerCanPin上:将移除viewerCanPin。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.authorAssociation上:将移除authorAssociation。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.bodyVersion上:将移除bodyVersion。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.discussion上:将移除discussion。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.number上:将移除number。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.resourcePath上:将移除resourcePath。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。TeamDiscussionComment.url上:将移除url。请参阅https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/中的指南以查找合适的替代方案。**自2024年7月1日生效**。2023年6月20日的模式更改
GraphQL 模式包含以下更改
- 枚举值
SWIFT已添加到枚举DependencyGraphEcosystem中 - 字段
Organization.rulesets上参数includeParents的默认值已从false更改为true - 参数'names: [String!]`已添加到字段`ProjectV2SingleSelectField.options`中
- 参数
includeParents: Boolean(带默认值)已添加到字段Repository.ruleset中 - 字段
Repository.rulesets上参数includeParents的默认值已从false更改为true - 枚举值
SWIFT已添加到枚举SecurityAdvisoryEcosystem中
2023年6月16日的模式更改
GraphQL 模式包含以下更改
- 已添加类型'ProjectV2Actor'
- 已添加类型'ProjectV2ActorConnection'
- 已添加类型'ProjectV2ActorEdge'
- 已添加类型'ProjectV2Collaborator'
- 已添加类型'ProjectV2Roles'
- 已添加类型'UpdateProjectV2CollaboratorsInput'
- 已添加类型'UpdateProjectV2CollaboratorsPayload'
- 字段'updateProjectV2Collaborators`已添加到对象类型`Mutation`中
2023年6月13日的模式更改
GraphQL 模式包含以下更改
- 已添加类型'MarkProjectV2AsTemplateInput'
- 已添加类型'MarkProjectV2AsTemplatePayload'
- 已添加类型'UnmarkProjectV2AsTemplateInput'
- 已添加类型'UnmarkProjectV2AsTemplatePayload'
- 字段'markProjectV2AsTemplate`已添加到对象类型`Mutation`中
- 字段'unmarkProjectV2AsTemplate`已添加到对象类型`Mutation`中
- 枚举值'ORGANIZATION_ALWAYS`已添加到枚举`RuleBypassMode`中
- 枚举值'ORGANIZATION_NONE`已添加到枚举`RuleBypassMode`中
- 枚举值'ORGANIZATION_PRS_ONLY`已添加到枚举`RuleBypassMode`中
2023年6月7日的模式更改
GraphQL 模式包含以下更改
- 枚举值'FAILED_VALIDATION`已添加到枚举`OrganizationMigrationState`中
- 枚举值'PENDING_VALIDATION`已添加到枚举`OrganizationMigrationState`中
2023年6月1日的模式更改
GraphQL 模式包含以下更改
- 字段
ruleset已添加到对象类型Organization中 - 字段
ruleset已添加到对象类型Repository中 - 字段
createdAt已添加到对象类型RepositoryRuleset中 - 字段
updatedAt已添加到对象类型RepositoryRuleset中
2023年5月31日的模式更改
GraphQL 模式包含以下更改
- 字段
warningsCount已添加到接口Migration中 - 字段
warningsCount已添加到对象类型RepositoryMigration中
2023年4月21日的模式更改
GraphQL 模式包含以下更改
- 字段
BranchNamePatternParameters.name的类型已从String!更改为String - 字段
BranchNamePatternParameters.operator的类型已从String更改为String! - 字段
BranchNamePatternParameters.pattern的类型已从String更改为String! - 字段
CommitAuthorEmailPatternParameters.name的类型已从String!更改为String - 字段
CommitAuthorEmailPatternParameters.operator的类型已从String更改为String! - 字段
CommitAuthorEmailPatternParameters.pattern的类型已从String更改为String! - 字段
CommitMessagePatternParameters.name的类型已从String!更改为String - 字段
CommitMessagePatternParameters.operator的类型已从String更改为String! - 字段
CommitMessagePatternParameters.pattern的类型已从String更改为String! - 字段
CommitterEmailPatternParameters.name的类型已从String!更改为String - 字段
CommitterEmailPatternParameters.operator的类型已从String更改为String! - 字段
CommitterEmailPatternParameters.pattern的类型已从String更改为String! - 字段
PullRequestParameters.dismissStaleReviewsOnPush的类型已从Boolean更改为Boolean! - 字段
PullRequestParameters.requireCodeOwnerReview的类型已从Boolean更改为Boolean! - 字段
PullRequestParameters.requireLastPushApproval的类型已从Boolean更改为Boolean! - 字段
PullRequestParameters.requiredApprovingReviewCount的类型已从Int更改为Int! - 字段
PullRequestParameters.requiredReviewThreadResolution的类型已从Boolean更改为Boolean! - 字段
RefNameConditionTarget.exclude的类型已从'[String!]`更改为`[String!]!' - 字段
RefNameConditionTarget.include的类型已从'[String!]`更改为`[String!]!' - 字段
RepositoryNameConditionTarget.exclude的类型已从'[String!]`更改为`[String!]!' - 字段
RepositoryNameConditionTarget.include的类型已从'[String!]`更改为`[String!]!' - 字段
RequiredDeploymentsParameters.requiredDeploymentEnvironments的类型已从'[String!]`更改为`[String!]!' - 字段
RequiredStatusChecksParameters.requiredStatusChecks的类型已从'[StatusCheckConfiguration!]`更改为`[StatusCheckConfiguration!]!' - 字段
RequiredStatusChecksParameters.strictRequiredStatusChecksPolicy的类型已从Boolean更改为Boolean! - 字段
StatusCheckConfiguration.context的类型已从String更改为String! - 字段
StatusCheckConfiguration.integrationId的类型已从Int!更改为Int - 字段
TagNamePatternParameters.name的类型从String!更改为String - 字段
TagNamePatternParameters.operator的类型从String更改为String! - 字段
TagNamePatternParameters.pattern的类型从String更改为String! - 字段
UpdateParameters.updateAllowsFetchAndMerge的类型从Boolean更改为Boolean!
2023-04-19 的模式更改
GraphQL 模式包含以下更改
- 字段
labels已添加到对象类型IssueTemplate Workflow对象实现了UniformResourceLocatable接口- 字段
resourcePath已添加到对象类型Workflow - 字段
url已添加到对象类型Workflow
2023-04-18 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
BranchNamePatternParameters - 添加了类型
BranchNamePatternParametersInput - 添加了类型
BypassActor - 添加了类型
CommitAuthorEmailPatternParameters - 添加了类型
CommitAuthorEmailPatternParametersInput - 添加了类型
CommitMessagePatternParameters - 添加了类型
CommitMessagePatternParametersInput - 添加了类型
CommitterEmailPatternParameters - 添加了类型
CommitterEmailPatternParametersInput - 添加了类型
CreateRepositoryRulesetInput - 添加了类型
CreateRepositoryRulesetPayload - 添加了类型
DeleteRepositoryRulesetInput - 添加了类型
DeleteRepositoryRulesetPayload - 添加了类型
PullRequestParameters - 添加了类型
PullRequestParametersInput - 添加了类型
RefNameConditionTarget - 添加了类型
RefNameConditionTargetInput - 添加了类型
RepositoryNameConditionTarget - 添加了类型
RepositoryNameConditionTargetInput - 添加了类型
RepositoryRule - 添加了类型
RepositoryRuleConditions - 添加了类型
RepositoryRuleConditionsInput - 添加了类型
RepositoryRuleConnection - 添加了类型
RepositoryRuleEdge - 添加了类型
RepositoryRuleInput - 添加了类型
RepositoryRuleType - 添加了类型
RepositoryRuleset - 添加了类型
RepositoryRulesetBypassActor - 添加了类型
RepositoryRulesetBypassActorConnection - 添加了类型
RepositoryRulesetBypassActorEdge - 添加了类型
RepositoryRulesetConnection - 添加了类型
RepositoryRulesetEdge - 添加了类型
RepositoryRulesetTarget - 添加了类型
RequiredDeploymentsParameters - 添加了类型
RequiredDeploymentsParametersInput - 添加了类型
RequiredStatusChecksParameters - 添加了类型
RequiredStatusChecksParametersInput - 添加了类型
RuleBypassMode - 添加了类型
RuleEnforcement - 添加了类型
RuleParameters - 添加了类型
RuleParametersInput - 添加了类型
RuleSource - 添加了类型
StatusCheckConfiguration - 添加了类型
StatusCheckConfigurationInput - 添加了类型
TagNamePatternParameters - 添加了类型
TagNamePatternParametersInput - 添加了类型
UpdateParameters - 添加了类型
UpdateParametersInput - 添加了类型
UpdateRepositoryRulesetInput - 添加了类型
UpdateRepositoryRulesetPayload - 字段
createRepositoryRuleset已添加到对象类型Mutation - 字段
deleteRepositoryRuleset已添加到对象类型Mutation - 字段
updateRepositoryRuleset已添加到对象类型Mutation - 字段
rulesets已添加到对象类型Organization - 字段
rulesets已添加到对象类型Repository
2023-04-14 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
BulkSponsorship - 添加了类型
CreateSponsorshipsInput - 添加了类型
CreateSponsorshipsPayload - 字段
createSponsorships已添加到对象类型Mutation - 字段
autoDismissedAt已添加到对象类型RepositoryVulnerabilityAlert - 枚举值'AUTO_DISMISSED`已添加到枚举`RepositoryVulnerabilityAlertState`
- 字段
viaBulkSponsorship已添加到对象类型SponsorsActivity
2023-04-13 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
AddedToMergeQueueEvent - 添加了类型
DequeuePullRequestInput - 添加了类型
DequeuePullRequestPayload - 添加了类型
EnqueuePullRequestInput - 添加了类型
EnqueuePullRequestPayload - 添加了类型
MergeQueue - 添加了类型
MergeQueueConfiguration - 添加了类型
MergeQueueEntry - 添加了类型
MergeQueueEntryConnection - 添加了类型
MergeQueueEntryEdge - 添加了类型
MergeQueueEntryState - 添加了类型
MergeQueueMergingStrategy - 添加了类型
RemovedFromMergeQueueEvent - 字段
dequeuePullRequest已添加到对象类型Mutation - 字段
enqueuePullRequest已添加到对象类型Mutation - 字段
mergeQueueEntry已添加到对象类型PullRequest - 成员
AddedToMergeQueueEvent已添加到联合类型PullRequestTimelineItems - 成员
RemovedFromMergeQueueEvent已添加到联合类型PullRequestTimelineItems - 字段
mergeQueue已添加到对象类型Repository
2023-04-08 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
TeamNotificationSetting - 在字段
Organization.teams中添加了参数notificationSetting: TeamNotificationSetting - 字段
notificationSetting已添加到对象类型Team
2023-04-03 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
BigInt - 字段
fullDatabaseId已添加到对象类型Issue - 字段
fullDatabaseId已添加到对象类型IssueComment - 字段
fullDatabaseId已添加到对象类型PinnedIssue
2023-04-01 的模式更改
GraphQL 模式包含以下更改
- 枚举值
SUCCESS已添加到枚举DeploymentState
模式将进行以下更改
Commit.pushedDate上:pushedDate将被删除。**生效日期:2023-07-01**。2023-03-29 的模式更改
GraphQL 模式包含以下更改
- 输入字段
AddPullRequestReviewCommentInput.body的类型从String!更改为String
模式将进行以下更改
AddPullRequestReviewCommentInput.body上:body将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.commitOID上:commitOID将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.inReplyTo上:inReplyTo将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.path上:path将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.position上:position将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.pullRequestId上:pullRequestId将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewCommentInput.pullRequestReviewId上:pullRequestReviewId将被删除。请改用addPullRequestReviewThread或addPullRequestReviewThreadReply**生效日期:2023-10-01**。AddPullRequestReviewInput.comments上:comments将被删除。请改用threads参数**生效日期:2023-10-01**。PullRequestReviewComment.originalPosition上:originalPosition将被删除。**生效日期:2023-10-01**。PullRequestReviewComment.position上:position将被删除。请改用line和startLine字段,它们是文件行号而不是差异行号**生效日期:2023-10-01**。2023-03-28 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
PullRequestReviewThreadSubjectType - 在输入对象类型
AddPullRequestReviewThreadInput中添加了输入字段subjectType - 字段
subjectType已添加到对象类型PullRequestReviewComment - 字段
subjectType已添加到对象类型PullRequestReviewThread
2023-03-24 的模式更改
GraphQL 模式包含以下更改
- 字段
line已添加到对象类型PullRequestReviewComment - 字段
originalLine已添加到对象类型PullRequestReviewComment - 字段
originalStartLine已添加到对象类型PullRequestReviewComment - 字段
startLine已添加到对象类型PullRequestReviewComment
2023-03-23 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
EnterpriseServerInstallationMembershipConnection - 添加了类型
EnterpriseServerInstallationMembershipEdge - 添加了类型
WorkflowState - 输入字段
CreateMigrationSourceInput.url的类型从String!更改为String - 字段
enterpriseInstallations已添加到对象类型EnterpriseUserAccount - 输入字段
StartRepositoryMigrationInput.accessToken的类型从String!更改为String - 输入字段
StartRepositoryMigrationInput.sourceRepositoryUrl的类型从URI!更改为URI - 字段
pronouns已添加到对象类型User - 字段
state已添加到对象类型Workflow
2023-03-16 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
CloseDiscussionInput - 添加了类型
CloseDiscussionPayload - 添加了类型 'DeleteProjectV2WorkflowInput'
- 添加了类型 'DeleteProjectV2WorkflowPayload'
- 添加了类型
DiscussionCloseReason - 添加了类型
DiscussionState - 添加了类型
DiscussionStateReason - 添加了类型
ReopenDiscussionInput - 添加了类型
ReopenDiscussionPayload - 在接口
Closable中添加了字段viewerCanClose - 在接口
Closable中添加了字段viewerCanReopen - 在对象类型
Discussion中添加了字段stateReason - 在对象类型
Discussion中添加了字段viewerCanClose - 在对象类型
Discussion中添加了字段viewerCanReopen - 在对象类型
Issue中添加了字段viewerCanClose - 在对象类型
Issue中添加了字段viewerCanReopen - 在对象类型
Milestone中添加了字段viewerCanClose - 在对象类型
Milestone中添加了字段viewerCanReopen - 在对象类型
Mutation中添加了字段closeDiscussion - 在对象类型
Mutation中添加了字段 'deleteProjectV2Workflow` - 在对象类型
Mutation中添加了字段reopenDiscussion - 在字段
Organization.repositoryDiscussions中添加了参数 'states: [DiscussionState!]` - 在对象类型
Project中添加了字段viewerCanClose - 在对象类型
Project中添加了字段viewerCanReopen - 在对象类型 'ProjectV2' 中添加了字段
viewerCanClose - 在对象类型 'ProjectV2' 中添加了字段
viewerCanReopen - 在对象类型
PullRequest中添加了字段viewerCanClose - 在对象类型
PullRequest中添加了字段viewerCanReopen - 在对象类型
PullRequest中添加了字段viewerCanUpdateBranch - 在字段
Repository.discussions中添加了参数 'states: [DiscussionState!]` - 在字段
RepositoryDiscussionAuthor.repositoryDiscussions中添加了参数 'states: [DiscussionState!]` - 在字段
User.repositoryDiscussions中添加了参数 'states: [DiscussionState!]`
2023-03-03 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
SocialAccount - 添加了类型
SocialAccountConnection - 添加了类型
SocialAccountEdge - 添加了类型
SocialAccountProvider - 在对象类型
User中添加了字段socialAccounts
2023-03-01 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
BranchProtectionRule中添加了字段requiredDeploymentEnvironments - 在对象类型
BranchProtectionRule中添加了字段requiresDeployments - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requiredDeploymentEnvironments - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requiresDeployments - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requiredDeploymentEnvironments - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requiresDeployments - 在对象类型
WorkflowRun中添加了字段event
2023-02-22 的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'CreateProjectV2FieldInput'
- 添加了类型 'CreateProjectV2FieldPayload'
- 添加了类型 'DeleteProjectV2FieldInput'
- 添加了类型 'DeleteProjectV2FieldPayload'
- 添加了类型 'ProjectV2CustomFieldType'
- 添加了类型 'ProjectV2SingleSelectFieldOptionColor'
- 添加了类型 'ProjectV2SingleSelectFieldOptionInput'
- 在对象类型
Mutation中添加了字段 'createProjectV2Field` - 在对象类型
Mutation中添加了字段 'deleteProjectV2Field`
2023-02-11 的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'DeleteProjectV2Input'
- 添加了类型 'DeleteProjectV2Payload'
- 在对象类型
Mutation中添加了字段 'deleteProjectV2`
2023-02-09 的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'ProjectV2Workflow'
- 添加了类型 'ProjectV2WorkflowConnection'
- 添加了类型 'ProjectV2WorkflowEdge'
- 添加了类型 'ProjectV2WorkflowOrder'
- 添加了类型 'ProjectV2WorkflowsOrderField'
- 在对象类型 'ProjectV2' 中添加了字段
workflow - 在对象类型 'ProjectV2' 中添加了字段
workflows
2023-02-08 的模式更改
GraphQL 模式包含以下更改
模式将进行以下更改
MergeQueueEntry.baseOid 上:baseOid 将被移除。请改用 baseCommit。**生效日期:2023-07-01**。MergeQueueEntry.headOid 上:headOid 将被移除。请改用 headCommit。**生效日期:2023-07-01**。2023-02-07 的模式更改
GraphQL 模式包含以下更改
模式将进行以下更改
MergeQueue.headOid 上:headOid 将被移除。请改用 entry.headOid。**生效日期:2023-07-01**。MergeQueue.mergeMethod 上:mergeMethod 将被移除。请改用 configuration.merge_method。**生效日期:2023-07-01**。MergeQueue.mergingEntries 上:mergingEntries 将被移除。**生效日期:2023-07-01**。MergeQueue.pendingRemovalEntries 上:pendingRemovalEntries 将被移除。**生效日期:2023-07-01**。MergeQueueEntry.blockedByMergeConflicts 上:blockedByMergeConflicts 将被移除。请改用 state。**生效日期:2023-07-01**。MergeQueueEntry.checkStatus 上:checkStatus 将被移除。请改用 state。**生效日期:2023-07-01**。MergeQueueEntry.hasJumpedQueue 上:hasJumpedQueue 将被移除。请改用 jump。**生效日期:2023-07-01**。MergeQueueEntry.isSolo 上:isSolo 将被移除。请改用 solo。**生效日期:2023-07-01**。2023-02-05 的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'CopyProjectV2Input'
- 添加了类型 'CopyProjectV2Payload'
- 在对象类型
Mutation中添加了字段 'copyProjectV2`
2023-02-03 的模式更改
GraphQL 模式包含以下更改
Discussion对象实现了Closable接口- 在对象类型
Discussion中添加了字段closed - 在对象类型
Discussion中添加了字段closedAt
2023-02-01 的模式更改
GraphQL 模式包含以下更改
模式将进行以下更改
ProjectV2ItemFieldGroup.field 上:field 将被移除。请查看 ProjectV2ItemFieldGroup#groupByField API 作为功能更强大的替代方案的示例。**生效日期:2023-07-01**。2023-01-31 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
AnnouncementBanner - 添加了类型
EnterpriseFailedInvitationConnection - 添加了类型
EnterpriseFailedInvitationEdge - 添加了类型
OrganizationInvitationSource Enterprise对象实现了AnnouncementBanner接口- 在对象类型
Enterprise中添加了字段announcement - 在对象类型
Enterprise中添加了字段announcementExpiresAt - 在对象类型
Enterprise中添加了字段announcementUserDismissible - 在对象类型
EnterpriseOwnerInfo中添加了字段failedInvitations - 在字段
EnterpriseOwnerInfo.pendingMemberInvitations中添加了参数invitationSource: OrganizationInvitationSource Organization对象实现了AnnouncementBanner接口- 在对象类型
Organization中添加了字段announcement - 在对象类型
Organization中添加了字段announcementExpiresAt - 在对象类型
Organization中添加了字段announcementUserDismissible - 在对象类型
OrganizationInvitation中添加了字段invitationSource
2023-01-28 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
RemoveEnterpriseMemberInput - 添加了类型
RemoveEnterpriseMemberPayload - 在对象类型
Mutation中添加了字段removeEnterpriseMember
2023-01-27 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
RevertPullRequestInput - 添加了类型
RevertPullRequestPayload - 在对象类型
Mutation中添加了字段revertPullRequest
模式将进行以下更改
MergeQueue.headOid 上:headOid 将被移除。请改用 entry.headOid。**生效日期:2023-07-01**。MergeQueue.mergeMethod 上:mergeMethod 将被移除。请改用 configuration.merge_method。**生效日期:2023-07-01**。MergeQueue.mergingEntries 上:mergingEntries 将被移除。**生效日期:2023-07-01**。MergeQueue.pendingRemovalEntries 上:pendingRemovalEntries 将被移除。**生效日期:2023-07-01**。MergeQueueEntry.blockedByMergeConflicts 上:blockedByMergeConflicts 将被移除。请改用 state。**生效日期:2023-07-01**。MergeQueueEntry.checkStatus 上:checkStatus 将被移除。请改用 state。**生效日期:2023-07-01**。MergeQueueEntry.hasJumpedQueue 上:hasJumpedQueue 将被移除。请改用 jump。**生效日期:2023-07-01**。MergeQueueEntry.isSolo 上:isSolo 将被移除。请改用 solo。**生效日期:2023-07-01**。2023-01-19 的模式更改
GraphQL 模式包含以下更改
- 在字段
OrganizationsHovercardContext.relevantOrganizations中添加了参数orderBy: OrganizationOrder - 在字段
User.organizations中添加了参数orderBy: OrganizationOrder
2023-01-18 的模式更改
GraphQL 模式包含以下更改
- 移除了类型
AddProjectDraftIssueInput - 移除了类型
AddProjectDraftIssuePayload - 移除了类型
AddProjectNextItemInput - 移除了类型
AddProjectNextItemPayload - 移除了类型
DeleteProjectNextItemInput - 移除了类型
DeleteProjectNextItemPayload - 移除了类型
ProjectItemType - 移除了类型
ProjectNext - 移除了类型
ProjectNextConnection - 移除了类型
ProjectNextEdge - 移除了类型
ProjectNextField - 移除了类型
ProjectNextFieldCommon - 移除了类型
ProjectNextFieldConfiguration - 移除了类型
ProjectNextFieldConfigurationConnection - 移除了类型
ProjectNextFieldConfigurationEdge - 移除了类型
ProjectNextFieldConnection - 移除了类型
ProjectNextFieldEdge - 移除了类型
ProjectNextFieldType - 移除了类型
ProjectNextItem - 移除了类型
ProjectNextItemConnection - 移除了类型
ProjectNextItemContent - 移除了类型
ProjectNextItemEdge - 移除了类型
ProjectNextItemFieldValue - 移除了类型
ProjectNextItemFieldValueConnection - 移除了类型
ProjectNextItemFieldValueEdge - 移除了类型
ProjectNextIterationField - 移除了类型
ProjectNextIterationFieldConfiguration - 移除了类型
ProjectNextIterationFieldIteration - 移除了类型
ProjectNextOrderField - 移除了类型
ProjectNextOwner - 移除了类型
ProjectNextSingleSelectField - 移除了类型
ProjectNextSingleSelectFieldOption - 已移除类型
ProjectView - 已移除类型
ProjectViewConnection - 已移除类型
ProjectViewEdge - 已移除类型
ProjectViewLayout - 已移除类型
SortBy - 已移除类型
UpdateProjectDraftIssueInput - 已移除类型
UpdateProjectDraftIssuePayload - 已移除类型
UpdateProjectNextInput - 已移除类型
UpdateProjectNextItemFieldInput - 已移除类型
UpdateProjectNextItemFieldPayload - 已移除类型
UpdateProjectNextPayload - 已从对象类型
DraftIssue中移除字段project - 已从对象类型
DraftIssue中移除字段projectItem Issue对象类型不再实现ProjectNextOwner接口- 已从对象类型
Issue中移除字段projectNext(已弃用) - 已从对象类型
Issue中移除字段projectNextItems - 已从对象类型
Issue中移除字段projectsNext(已弃用) - 已从对象类型
Mutation中移除字段addProjectDraftIssue(已弃用) - 已从对象类型
Mutation中移除字段addProjectNextItem(已弃用) - 已从对象类型
Mutation中移除字段deleteProjectNextItem(已弃用) - 已从对象类型
Mutation中移除字段updateProjectDraftIssue(已弃用) - 已从对象类型
Mutation中移除字段updateProjectNext(已弃用) - 已从对象类型
Mutation中移除字段updateProjectNextItemField(已弃用) Organization对象类型不再实现ProjectNextOwner接口- 已从对象类型
Organization中移除字段projectNext(已弃用) - 已从对象类型
Organization中移除字段projectsNext(已弃用) PullRequest对象类型不再实现ProjectNextOwner接口- 已从对象类型
PullRequest中移除字段projectNext(已弃用) - 已从对象类型
PullRequest中移除字段projectNextItems(已弃用) - 已从对象类型
PullRequest中移除字段projectsNext(已弃用) - 已从对象类型
Repository中移除字段projectNext(已弃用) - 已从对象类型
Repository中移除字段projectsNext(已弃用) User对象类型不再实现ProjectNextOwner接口- 已从对象类型
User中移除字段projectNext(已弃用) - 已从对象类型
User中移除字段projectsNext(已弃用)
2023-01-10 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
OrganizationMigration - 添加了类型
OrganizationMigrationState - 添加了类型
ProjectNextFieldConfiguration - 添加了类型
ProjectNextFieldConfigurationConnection - 添加了类型
ProjectNextFieldConfigurationEdge - 添加了类型
ProjectNextIterationField - 添加了类型
ProjectNextIterationFieldConfiguration - 添加了类型
ProjectNextIterationFieldIteration - 添加了类型
ProjectNextSingleSelectField - 添加了类型
ProjectNextSingleSelectFieldOption - 添加了类型
PublishSponsorsTierInput - 添加了类型
PublishSponsorsTierPayload - 添加了类型
RetireSponsorsTierInput - 添加了类型
RetireSponsorsTierPayload - 添加了类型
StartOrganizationMigrationInput - 添加了类型
StartOrganizationMigrationPayload - 添加了类型
StripeConnectAccount - 在对象类型
AddReactionPayload中添加了字段reactionGroups - 在输入对象类型
CreatePullRequestInput中添加了输入字段headRepositoryId - 在对象类型
Mutation中添加了字段publishSponsorsTier - 在对象类型
Mutation中添加了字段retireSponsorsTier - 在对象类型
Mutation中添加了字段startOrganizationMigration - 在对象类型
Organization中添加了字段totalSponsorshipAmountAsSponsorInCents - 在字段
Organization.sponsorshipForViewerAsSponsor中添加了参数activeOnly: Boolean - 在字段
Organization.sponsorshipForViewerAsSponsorable中添加了参数activeOnly: Boolean - 在字段
Organization.sponsorshipsAsMaintainer中添加了参数activeOnly: Boolean - 在字段
Organization.sponsorshipsAsSponsor中添加了参数activeOnly: Boolean - 在对象类型
ProjectNext中添加了字段fieldConstraints - 在对象类型
ProjectNextItemFieldValue中添加了字段projectFieldConstraint - 在对象类型
RemoveReactionPayload中添加了字段reactionGroups - 在对象类型
Repository中添加了字段hasVulnerabilityAlertsEnabled - 在接口
Sponsorable中添加了字段totalSponsorshipAmountAsSponsorInCents - 在字段
Sponsorable.sponsorshipForViewerAsSponsor中添加了参数activeOnly: Boolean - 在字段
Sponsorable.sponsorshipForViewerAsSponsorable中添加了参数activeOnly: Boolean - 在字段
Sponsorable.sponsorshipsAsMaintainer中添加了参数activeOnly: Boolean - 在字段
Sponsorable.sponsorshipsAsSponsor中添加了参数activeOnly: Boolean - 在对象类型
SponsorsListing中添加了字段activeStripeConnectAccount - 在对象类型
Sponsorship中添加了字段isActive - 在对象类型
SponsorshipNewsletter中添加了字段author - 在输入对象类型
UpdateProjectNextItemFieldInput中添加了输入字段fieldConstraintId - 在输入对象类型
UpdateProjectNextItemFieldInput中添加了输入字段fieldWithSettingId - 在对象类型
User中添加了字段totalSponsorshipAmountAsSponsorInCents - 在字段
User.sponsorshipForViewerAsSponsor中添加了参数activeOnly: Boolean - 在字段
User.sponsorshipForViewerAsSponsorable中添加了参数activeOnly: Boolean - 在字段
User.sponsorshipsAsMaintainer中添加了参数activeOnly: Boolean - 在字段
User.sponsorshipsAsSponsor中添加了参数activeOnly: Boolean
模式将进行以下更改
PackageType.RUBYGEMS:将移除 RUBYGEMS。**生效日期:2022-12-28**。PackageType.MAVEN:将移除 MAVEN。**生效日期:2023-02-10**。2022-12-09 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
Claimable - 添加了类型
CreateAttributionInvitationInput - 添加了类型
CreateAttributionInvitationPayload - 添加了类型
CreateSponsorsListingInput - 添加了类型
CreateSponsorsListingPayload - 添加了类型
MannequinConnection - 添加了类型
MannequinEdge - 添加了类型
MannequinOrder - 添加了类型
MannequinOrderField - 添加了类型
SponsorsCountryOrRegionCode - 在对象类型
Mutation中添加了字段createAttributionInvitation - 在对象类型
Mutation中添加了字段createSponsorsListing - 在对象类型
Organization中添加了字段mannequins - 在对象类型
SponsorsTierAdminInfo中添加了字段isDraft - 在对象类型
SponsorsTierAdminInfo中添加了字段isPublished - 在对象类型
SponsorsTierAdminInfo中添加了字段isRetired
模式将进行以下更改
RepositoryVulnerabilityAlert.fixReason:将移除 fixReason。**生效日期:2023-04-01**。2022-12-07 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
SponsorsListing中添加了字段fiscalHost WorkflowRun对象实现了UniformResourceLocatable接口
模式将进行以下更改
PackageType.NPM:将移除 NPM。**生效日期:2022-11-21**。PackageType.NUGET:将移除 NUGET。**生效日期:2022-11-21**。2022-12-02 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
SponsorsListingFeatureableItem - 在对象类型
SponsorsListingFeaturedItem中添加了字段featureable
2022-11-24 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
AddEnterpriseOrganizationMemberInput - 添加了类型
AddEnterpriseOrganizationMemberPayload - 在对象类型
Mutation中添加了字段addEnterpriseOrganizationMember
2022-11-18 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
SponsorsListingFeaturedItem - 添加了类型
SponsorsListingFeaturedItemFeatureableType - 在对象类型
SponsorsListing中添加了字段featuredItems
2022-11-17 的模式更改
GraphQL 模式包含以下更改
- 在字段
Organization.sponsorsActivities中添加了参数includeAsSponsor: Boolean - 在字段
Sponsorable.sponsorsActivities中添加了参数includeAsSponsor: Boolean - 在字段
User.sponsorsActivities中添加了参数includeAsSponsor: Boolean
2022-11-16 的模式更改
GraphQL 模式包含以下更改
- 添加了类型
TransferEnterpriseOrganizationInput - 添加了类型
TransferEnterpriseOrganizationPayload - 在对象类型
Mutation中添加了字段transferEnterpriseOrganization - 在字段
Organization.sponsorshipsAsSponsor中添加了参数 'maintainerLogins: [String!]` - 在字段
Sponsorable.sponsorshipsAsSponsor中添加了参数 'maintainerLogins: [String!]` - 在对象类型
SponsorsListing中添加了字段contactEmailAddress - 在对象类型
Submodule中添加了字段nameRaw - 在对象类型
Submodule中添加了字段pathRaw - 在对象类型
TreeEntry中添加了字段nameRaw - 在对象类型
TreeEntry中添加了字段pathRaw - 在字段
User.sponsorshipsAsSponsor中添加了参数 'maintainerLogins: [String!]`
2022-11-15 的模式更改
GraphQL 模式包含以下更改
- 在输入对象类型 'CreateProjectV2Input' 中添加了输入字段
teamId - 在对象类型
SponsorsListing中添加了字段billingCountryOrRegion - 在对象类型
SponsorsListing中添加了字段residenceCountryOrRegion
模式将进行以下更改
Repository.squashPrTitleUsedAsDefault:将移除 squashPrTitleUsedAsDefault。请改用 Repository.squashMergeCommitTitle。**生效日期:2023-04-01**。2022-11-11 的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'LinkProjectV2ToTeamInput'
- 添加了类型 'LinkProjectV2ToTeamPayload'
- 添加了类型 'ProjectV2Filters'
- 添加了类型 'ProjectV2State'
- 添加了类型 'UnlinkProjectV2FromTeamInput'
- 添加了类型 'UnlinkProjectV2FromTeamPayload'
- 在对象类型
Mutation中添加了字段 'linkProjectV2ToTeam` - 在对象类型
Mutation中添加了字段 'unlinkProjectV2FromTeam` - 在字段
Team.projectsV2中添加了参数 'filterBy: ProjectV2Filters` - 在字段 'Team.projectsV2' 中添加了参数
query: String
2022-11-10 的模式更改
GraphQL 模式包含以下更改
- 在字段
Organization.sponsorsActivities中添加了参数since: DateTime - 在字段
Organization.sponsorsActivities中添加了参数until: DateTime - 在字段
Sponsorable.sponsorsActivities中添加了参数since: DateTime - 在字段
Sponsorable.sponsorsActivities中添加了参数until: DateTime - 在字段
User.sponsorsActivities中添加了参数since: DateTime - 在字段
User.sponsorsActivities中添加了参数until: DateTime
2022-11-02 的模式变更
GraphQL 模式包含以下更改
- 添加了类型 'ArchiveProjectV2ItemInput'
- 添加了类型 'ArchiveProjectV2ItemPayload'
- 添加了类型 'LinkProjectV2ToRepositoryInput'
- 添加了类型 'LinkProjectV2ToRepositoryPayload'
- 添加了类型 'UnarchiveProjectV2ItemInput'
- 添加了类型 'UnarchiveProjectV2ItemPayload'
- 添加了类型 'UnlinkProjectV2FromRepositoryInput'
- 添加了类型 'UnlinkProjectV2FromRepositoryPayload'
- 在对象类型
BranchProtectionRule中添加了字段lockAllowsFetchAndMerge - 在对象类型
BranchProtectionRule中添加了字段lockBranch - 在对象类型
BranchProtectionRule中添加了字段requireLastPushApproval - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段lockAllowsFetchAndMerge - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段lockBranch - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requireLastPushApproval - 在对象类型
Mutation中添加了字段 'archiveProjectV2Item` - 在对象类型
Mutation中添加了字段 'linkProjectV2ToRepository` - 在对象类型
Mutation中添加了字段 'unarchiveProjectV2Item` - 在对象类型
Mutation中添加了字段 'unlinkProjectV2FromRepository` - 在枚举
ProjectNextFieldType中添加了枚举值 'TRACKED_BY` - 在枚举
ProjectV2FieldType中添加了枚举值 'TRACKED_BY` - 在对象类型
Repository中添加了字段hasDiscussionsEnabled - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段lockAllowsFetchAndMerge - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段lockBranch - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requireLastPushApproval - 在输入对象类型
UpdateRepositoryInput中添加了输入字段hasDiscussionsEnabled
模式将进行以下更改
ProjectNextFieldType.TRACKED_BY:TRACKED_BY 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。2022-10-21 的模式变更
GraphQL 模式包含以下更改
- 在对象类型 'ProjectV2' 中添加了字段
teams - 在对象类型
Team中添加了字段 'projectV2` - 在对象类型
Team中添加了字段 'projectsV2`
2022-10-18 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
Comparison - 添加了类型
ComparisonCommitConnection - 添加了类型
ComparisonStatus - 添加了类型 'ProjectV2SortByField'
- 添加了类型 'ProjectV2SortByFieldConnection'
- 添加了类型 'ProjectV2SortByFieldEdge'
- 在对象类型 'ProjectV2View' 中添加了字段
sortByFields - 在对象类型 'ProjectV2View' 中添加了字段
verticalGroupByFields - 在对象类型
Ref中添加了字段compare
模式将进行以下更改
ProjectV2View.sortBy:sortBy 将被移除。请查看 ProjectV2View#sort_by_fields API 作为更强大的替代方案的示例。**自 2023-04-01 生效**。ProjectV2View.verticalGroupBy:verticalGroupBy 将被移除。请查看 ProjectV2View#vertical_group_by_fields API 作为更强大的替代方案的示例。**自 2023-04-01 生效**。2022-10-07 的模式变更
GraphQL 模式包含以下更改
- 在枚举
DependencyGraphEcosystem中添加了枚举值PUB - 在对象类型 'ProjectV2View' 中添加了字段
groupByFields - 在枚举
SecurityAdvisoryEcosystem中添加了枚举值PUB
模式将进行以下更改
ProjectV2View.groupBy:groupBy 将被移除。请查看 ProjectV2View#group_by_fields API 作为更强大的替代方案的示例。**自 2023-04-01 生效**。2022-10-03 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
CreateLinkedBranchInput - 添加了类型
CreateLinkedBranchPayload - 添加了类型
DeleteLinkedBranchInput - 添加了类型
DeleteLinkedBranchPayload - 添加了类型
LinkedBranch - 添加了类型
LinkedBranchConnection - 添加了类型
LinkedBranchEdge - 在对象类型
Issue中添加了字段linkedBranches - 在对象类型
Mutation中添加了字段createLinkedBranch - 在对象类型
Mutation中添加了字段deleteLinkedBranch
2022-09-28 的模式变更
GraphQL 模式包含以下更改
模式将进行以下更改
AddProjectDraftIssueInput.assigneeIds:assigneeIds 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectDraftIssueInput.body:body 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectDraftIssueInput.projectId:projectId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectDraftIssueInput.title:title 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectDraftIssuePayload.projectNextItem:projectNextItem 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectNextItemInput.contentId:contentId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectNextItemInput.projectId:projectId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。AddProjectNextItemPayload.projectNextItem:projectNextItem 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。DeleteProjectNextItemInput.itemId:itemId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。DeleteProjectNextItemInput.projectId:projectId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。DeleteProjectNextItemPayload.deletedItemId:deletedItemId 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Issue.projectNext:projectNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Issue.projectsNext:projectsNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.addProjectDraftIssue:addProjectDraftIssue 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.addProjectNextItem:addProjectNextItem 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.deleteProjectNextItem:deleteProjectNextItem 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.updateProjectDraftIssue:updateProjectDraftIssue 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.updateProjectNext:updateProjectNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Mutation.updateProjectNextItemField:updateProjectNextItemField 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Organization.projectNext:projectNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Organization.projectsNext:projectsNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。Organization.recentProjectsNext:recentProjectsNext 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。ProjectNext.closed:closed 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。ProjectNext.createdAt:createdAt 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。ProjectNext.creator:creator 将被移除。请参考 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 中的 ProjectV2 指南,找到合适的替代方案。**自 2023-01-01 生效**。ProjectNext.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.defaultView:defaultView 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.description:description 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.fieldConstraints:fieldConstraints 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.fields:fields 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.items:items 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.number:number 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.owner:owner 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.public:public 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.repositories:repositories 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.resourcePath:resourcePath 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.shortDescription:shortDescription 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.url:url 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNext.views:views 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldCommon.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.ASSIGNEES:ASSIGNEES 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.DATE:DATE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.ITERATION:ITERATION 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.LABELS:LABELS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.LINKED_PULL_REQUESTS:LINKED_PULL_REQUESTS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.MILESTONE:MILESTONE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.NUMBER:NUMBER 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.REPOSITORY:REPOSITORY 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.REVIEWERS:REVIEWERS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.SINGLE_SELECT:SINGLE_SELECT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.TEXT:TEXT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.TITLE:TITLE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextFieldType.TRACKS:TRACKS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.content:content 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/ 查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。
ProjectNextItem.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.creator:creator 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.fieldValues:fieldValues 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.isArchived:isArchived 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.type:type 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItem.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.creator:creator 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.projectField:projectField 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.projectFieldConstraint:projectFieldConstraint 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.projectItem:projectItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextItemFieldValue.value:value 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.configuration:configuration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldConfiguration.completedIterations:completedIterations 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldConfiguration.duration:duration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldConfiguration.iterations:iterations 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldConfiguration.startDay:startDay 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldIteration.duration:duration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldIteration.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldIteration.startDate:startDate 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldIteration.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextIterationFieldIteration.titleHTML:titleHtml 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOrderField.CREATED_AT:CREATED_AT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOrderField.NUMBER:NUMBER 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOrderField.TITLE:TITLE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOrderField.UPDATED_AT:UPDATED_AT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOwner.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextOwner.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextRecent.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。
ProjectNextSingleSelectField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.options:options 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectFieldOption.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectFieldOption.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectNextSingleSelectFieldOption.nameHTML:nameHtml 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.filter:filter 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.groupBy:groupBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.groupedItems:groupedItems 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.items:items 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.layout:layout 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.number:number 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.sortBy:sortBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.verticalGroupBy:verticalGroupBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。ProjectView.visibleFields:visibleFields 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。PullRequest.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。PullRequest.projectNextItems:projectNextItems 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。PullRequest.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。Repository.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。Repository.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。Repository.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.closed:closed 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.description:description 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.projectId:projectId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.public:public 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.shortDescription:shortDescription 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextInput.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextItemFieldInput.fieldConstraintId:fieldConstraintId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextItemFieldInput.fieldId:fieldId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。UpdateProjectNextItemFieldInput.itemId:itemId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023 年 1 月 1 日起生效**。
UpdateProjectNextItemFieldInput.value:value 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。UpdateProjectNextItemFieldPayload.projectNextItem:projectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。UpdateProjectNextPayload.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。User.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。User.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。User.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2023-01-01 生效**。2022-09-27 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
SponsorsListing中添加了字段dashboardResourcePath - 在对象类型
SponsorsListing中添加了字段dashboardUrl - 在对象类型
SponsorsListing中添加了字段resourcePath - 在对象类型
SponsorsListing中添加了字段url
2022-09-22 的 Schema 变更
GraphQL 模式包含以下更改
- 在接口
Migration中添加了字段databaseId - 在对象类型
RepositoryMigration中添加了字段databaseId
2022-09-16 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型 'ClearProjectV2ItemFieldValueInput'
- 添加了类型 'ClearProjectV2ItemFieldValuePayload'
- 在对象类型
DeletePullRequestReviewCommentPayload中添加了字段pullRequestReviewComment - 在字段
Enterprise.members中添加了参数hasTwoFactorEnabled: Boolean - 在字段
EnterpriseOwnerInfo.admins中添加了参数hasTwoFactorEnabled: Boolean - 在对象类型
Mutation中添加了字段 'clearProjectV2ItemFieldValue`
2022-09-15 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
CheckRunState - 添加了类型
CheckRunStateCount - 添加了类型
StatusContextStateCount - 在对象类型 'ProjectV2View' 中添加了字段
fields - 在对象类型
StatusCheckRollupContextConnection中添加了字段checkRunCount - 在对象类型
StatusCheckRollupContextConnection中添加了字段checkRunCountsByState - 在对象类型
StatusCheckRollupContextConnection中添加了字段statusContextCount - 在对象类型
StatusCheckRollupContextConnection中添加了字段statusContextCountsByState
模式将进行以下更改
ProjectV2View.visibleFields:visibleFields 将被移除。请参考 ProjectV2View#fields API 了解功能更强大的替代方案。**自 2023-01-01 生效**。2022-09-14 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
PullRequestThread中添加了字段diffSide - 在对象类型
PullRequestThread中添加了字段line - 在对象类型
PullRequestThread中添加了字段startDiffSide - 在对象类型
PullRequestThread中添加了字段startLine
2022-09-08 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
EnterpriseAllowPrivateRepositoryForkingPolicyValue - 在对象类型
Commit中添加了字段changedFilesIfAvailable - 在对象类型
EnterpriseOwnerInfo中添加了字段allowPrivateRepositoryForkingSettingPolicyValue - 在输入对象类型
UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput中添加了输入字段policyValue
模式将进行以下更改
Commit.changedFiles:changedFiles 将被移除。请使用 changedFilesIfAvailable 替代。**自 2023-01-01 生效**。2022-09-07 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
SshSignature - 添加了类型
WorkflowRunConnection - 添加了类型
WorkflowRunEdge - 添加了类型
WorkflowRunOrder - 添加了类型
WorkflowRunOrderField - 在输入对象类型
CheckRunFilter中添加了输入字段conclusions - 在输入对象类型
CheckRunFilter中添加了输入字段statuses - 在对象类型
Workflow中添加了字段runs
2022-09-01 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
MergeCommitMessage - 添加了类型
MergeCommitTitle - 添加了类型
SquashMergeCommitMessage - 添加了类型
SquashMergeCommitTitle - 在对象类型
Repository中添加了字段mergeCommitMessage - 在对象类型
Repository中添加了字段mergeCommitTitle - 在对象类型
Repository中添加了字段squashMergeCommitMessage - 在对象类型
Repository中添加了字段squashMergeCommitTitle
2022-08-26 的 Schema 变更
GraphQL 模式包含以下更改
- 从枚举
MigrationSourceType中移除了枚举值GITHUB - 从枚举
MigrationSourceType中移除了枚举值GITLAB
2022-08-22 的 Schema 变更
GraphQL 模式包含以下更改
模式将进行以下更改
ProjectView.groupedItems:groupedItems 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。2022-08-19 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
UpdateOrganizationWebCommitSignoffSettingInput - 添加了类型
UpdateOrganizationWebCommitSignoffSettingPayload - 添加了类型
UpdateRepositoryWebCommitSignoffSettingInput - 添加了类型
UpdateRepositoryWebCommitSignoffSettingPayload - 在枚举
EnterpriseUserAccountMembershipRole中添加了枚举值UNAFFILIATED - 在对象类型
Mutation中添加了字段updateOrganizationWebCommitSignoffSetting - 在对象类型
Mutation中添加了字段updateRepositoryWebCommitSignoffSetting - 在对象类型
Organization中添加了字段webCommitSignoffRequired - 在枚举
ProjectNextFieldType中添加了枚举值TRACKS - 从枚举
ProjectNextFieldType中移除了(已弃用)枚举值TASKS - 在枚举 'ProjectV2FieldType' 中添加了枚举值
TRACKS - 从枚举 'ProjectV2FieldType' 中移除了枚举值
TASKS - 在对象类型
Repository中添加了字段webCommitSignoffRequired - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dismissComment - 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段lockSource
模式将进行以下更改
ProjectNextFieldType.TRACKS:TRACKS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。2022-08-16 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
DiscussionCategory中添加了字段slug - 在对象类型
Repository中添加了字段discussionCategory
2022-08-11 的 Schema 变更
GraphQL 模式包含以下更改
- 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段targetRepoVisibility
2022-08-06 的 Schema 变更
GraphQL 模式包含以下更改
- 在枚举
ProjectNextFieldType中添加了枚举值TASKS - 从枚举
ProjectNextFieldType中移除了(已弃用)枚举值TRACKS - 在枚举 'ProjectV2FieldType' 中添加了枚举值
TASKS - 从枚举 'ProjectV2FieldType' 中移除了枚举值
TRACKS
模式将进行以下更改
ProjectNextFieldType.TASKS:TASKS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。2022-07-22 的 Schema 变更
GraphQL 模式包含以下更改
- 在字段
Organization.sponsorsActivities中添加了参数 'actions: [SponsorsActivityAction!]` - 在对象类型 'ProjectV2Item' 中添加了字段
fieldValueByName - 在字段
Sponsorable.sponsorsActivities中添加了参数 'actions: [SponsorsActivityAction!]` - 在字段
User.sponsorsActivities中添加了参数 'actions: [SponsorsActivityAction!]`
2022-07-19 的 Schema 变更
GraphQL 模式包含以下更改
- 移除了类型
EnterpriseUserAccountConnection - 移除了类型
EnterpriseUserAccountEdge - 从对象类型
Enterprise中移除了(已弃用)字段userAccounts - 从对象类型 'ProjectV2View' 中移除了字段
items - 在字段
ProjectV2View.groupBy中添加了参数 'orderBy: ProjectV2FieldOrder` - 在字段
ProjectV2View.verticalGroupBy中添加了参数 'orderBy: ProjectV2FieldOrder` - 在字段
ProjectV2View.visibleFields中添加了参数 'orderBy: ProjectV2FieldOrder` - 从对象类型
ProjectView中移除了(已弃用)字段items
2022-07-14 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型 'ProjectV2ItemFieldValueOrder'
- 添加了类型 'ProjectV2ItemFieldValueOrderField'
- 在字段
ProjectV2Item.fieldValues中添加了参数 'orderBy: ProjectV2ItemFieldValueOrder` - 在字段 'ProjectV2ItemFieldPullRequestValue.pullRequests' 中添加了参数
orderBy: PullRequestOrder
2022-07-11 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型 'ProjectV2FieldOrder'
- 添加了类型 'ProjectV2FieldOrderField'
- 添加了类型 'ProjectV2ItemOrder'
- 添加了类型 'ProjectV2ItemOrderField'
- 添加了类型 'ProjectV2ViewOrder'
- 添加了类型 'ProjectV2ViewOrderField'
- 在字段
ProjectV2.fields中添加了参数 'orderBy: ProjectV2FieldOrder` - 在字段
ProjectV2.items中添加了参数 'orderBy: ProjectV2ItemOrder` - 在字段 'ProjectV2.repositories' 中添加了参数
orderBy: RepositoryOrder - 在字段
ProjectV2.views中添加了参数 'orderBy: ProjectV2ViewOrder`
2022-06-29 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
RepositoryVulnerabilityAlertDependencyScope - 在字段
Repository.vulnerabilityAlerts中添加了参数 'dependencyScopes: [RepositoryVulnerabilityAlertDependencyScope!]` - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dependencyScope - 在枚举
SecurityAdvisoryEcosystem中添加了枚举值ERLANG
2022-06-24 的 Schema 更改
GraphQL 模式包含以下更改
- 输入字段
AddProjectDraftIssueInput.projectId的类型从ID!更改为ID - 输入字段
AddProjectDraftIssueInput.title的类型从String!更改为String - 输入字段
AddProjectNextItemInput.contentId的类型从ID!更改为ID - 输入字段
AddProjectNextItemInput.projectId的类型从ID!更改为ID - 输入字段
DeleteProjectNextItemInput.itemId的类型从ID!更改为ID - 输入字段
DeleteProjectNextItemInput.projectId的类型从ID!更改为ID - 输入字段
UpdateProjectNextInput.projectId的类型从ID!更改为ID - 输入字段
UpdateProjectNextItemFieldInput.itemId的类型从ID!更改为ID - 输入字段
UpdateProjectNextItemFieldInput.projectId的类型从ID!更改为ID - 输入字段
UpdateProjectNextItemFieldInput.value的类型从String!更改为String
模式将进行以下更改
AddProjectDraftIssueInput.assigneeIds:assigneeIds 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectDraftIssueInput.body:body 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectDraftIssueInput.projectId:projectId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectDraftIssueInput.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectDraftIssuePayload.projectNextItem:projectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectNextItemInput.contentId:contentId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectNextItemInput.projectId:projectId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。AddProjectNextItemPayload.projectNextItem:projectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。DeleteProjectNextItemInput.itemId:itemId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。DeleteProjectNextItemInput.projectId:projectId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。DeleteProjectNextItemPayload.deletedItemId:deletedItemId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Issue.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Issue.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。LockMergeQueueInput.branch:branch 将被移除。**自 2022-10-01 生效**。MergeLockedMergeGroupInput.branch:branch 将被移除。**自 2022-10-01 生效**。Mutation.addProjectDraftIssue:addProjectDraftIssue 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Mutation.addProjectNextItem:addProjectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Mutation.deleteProjectNextItem:deleteProjectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Mutation.updateProjectDraftIssue:updateProjectDraftIssue 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Mutation.updateProjectNext:updateProjectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Mutation.updateProjectNextItemField:updateProjectNextItemField 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Organization.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Organization.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。Organization.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.closed:closed 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.creator:creator 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.defaultView:defaultView 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.description:description 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.fieldConstraints:fieldConstraints 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.fields:fields 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.items:items 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.number:number 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.owner:owner 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.public:public 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.repositories:repositories 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNext.resourcePath:resourcePath 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。
ProjectNext.shortDescription:shortDescription 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNext.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNext.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNext.url:url 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNext.views:views 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldCommon.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.ASSIGNEES:ASSIGNEES 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.DATE:DATE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.ITERATION:ITERATION 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.LABELS:LABELS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.LINKED_PULL_REQUESTS:LINKED_PULL_REQUESTS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.MILESTONE:MILESTONE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.NUMBER:NUMBER 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.REPOSITORY:REPOSITORY 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.REVIEWERS:REVIEWERS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.SINGLE_SELECT:SINGLE_SELECT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.TEXT:TEXT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.TITLE:TITLE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextFieldType.TRACKS:TRACKS 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022-10-01 生效**。ProjectNextItem.content:content 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.creator:creator 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.fieldValues:fieldValues 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.isArchived:isArchived 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.type:type 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItem.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。
ProjectNextItemFieldValue.creator:creator 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.projectField:projectField 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.projectFieldConstraint:projectFieldConstraint 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.projectItem:projectItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextItemFieldValue.value:value 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.configuration:configuration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldConfiguration.completedIterations:completedIterations 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldConfiguration.duration:duration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldConfiguration.iterations:iterations 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldConfiguration.startDay:startDay 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldIteration.duration:duration 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldIteration.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldIteration.startDate:startDate 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldIteration.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextIterationFieldIteration.titleHTML:titleHtml 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOrderField.CREATED_AT:CREATED_AT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOrderField.NUMBER:NUMBER 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOrderField.TITLE:TITLE 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOrderField.UPDATED_AT:UPDATED_AT 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOwner.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextOwner.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextRecent.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.dataType:dataType 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.options:options 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.settings:settings 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectField.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectFieldOption.id:id 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。
ProjectNextSingleSelectFieldOption.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectNextSingleSelectFieldOption.nameHTML:nameHtml 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.createdAt:createdAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.databaseId:databaseId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.filter:filter 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.groupBy:groupBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.items:items 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.layout:layout 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.name:name 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.number:number 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.project:project 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.sortBy:sortBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.updatedAt:updatedAt 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.verticalGroupBy:verticalGroupBy 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。ProjectView.visibleFields:visibleFields 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。PullRequest.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。PullRequest.projectNextItems:projectNextItems 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。PullRequest.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。Repository.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。Repository.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。Repository.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UnlockAndResetMergeGroupInput.branch:branch 将被移除。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.closed:closed 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.description:description 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.projectId:projectId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.public:public 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.shortDescription:shortDescription 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextInput.title:title 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextItemFieldInput.fieldConstraintId:fieldConstraintId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextItemFieldInput.fieldId:fieldId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextItemFieldInput.itemId:itemId 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextItemFieldInput.value:value 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextItemFieldPayload.projectNextItem:projectNextItem 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。UpdateProjectNextPayload.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。User.projectNext:projectNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。User.projectsNext:projectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。User.recentProjectsNext:recentProjectsNext 将被移除。请参考 ProjectV2 指南 https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,查找合适的替代方案。**自 2022 年 10 月 1 日起生效**。2022-06-23 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AddDiscussionPollVoteInput - 添加了类型
AddDiscussionPollVotePayload - 添加了类型 'AddProjectV2DraftIssueInput'
- 添加了类型 'AddProjectV2DraftIssuePayload'
- 添加了类型 'AddProjectV2ItemByIdInput'
- 添加了类型 'AddProjectV2ItemByIdPayload'
- 添加了类型 'CreateProjectV2Input'
- 添加了类型 'CreateProjectV2Payload'
- 添加了类型 'DeleteProjectV2ItemInput'
- 添加了类型 'DeleteProjectV2ItemPayload'
- 添加了类型
DiscussionPoll - 添加了类型
DiscussionPollOption - 添加了类型
DiscussionPollOptionConnection - 添加了类型
DiscussionPollOptionEdge - 添加了类型
DiscussionPollOptionOrder - 添加了类型
DiscussionPollOptionOrderField - 添加了类型
OrganizationOrUser - 添加了类型 'ProjectV2'
- 添加了类型 'ProjectV2Connection'
- 添加了类型 'ProjectV2Edge'
- 添加了类型 'ProjectV2Field'
- 添加了类型 'ProjectV2FieldCommon'
- 添加了类型 'ProjectV2FieldConfiguration'
- 添加了类型 'ProjectV2FieldConfigurationConnection'
- 添加了类型 'ProjectV2FieldConfigurationEdge'
- 添加了类型 'ProjectV2FieldConnection'
- 添加了类型 'ProjectV2FieldEdge'
- 添加了类型 'ProjectV2FieldType'
- 添加了类型 'ProjectV2FieldValue'
- 添加了类型 'ProjectV2Item'
- 添加了类型 'ProjectV2ItemConnection'
- 添加了类型 'ProjectV2ItemContent'
- 添加了类型 'ProjectV2ItemEdge'
- 添加了类型 'ProjectV2ItemFieldDateValue'
- 添加了类型 'ProjectV2ItemFieldIterationValue'
- 添加了类型 'ProjectV2ItemFieldLabelValue'
- 添加了类型 'ProjectV2ItemFieldMilestoneValue'
- 添加了类型 'ProjectV2ItemFieldNumberValue'
- 添加了类型 'ProjectV2ItemFieldPullRequestValue'
- 添加了类型 'ProjectV2ItemFieldRepositoryValue'
- 添加了类型 'ProjectV2ItemFieldReviewerValue'
- 添加了类型 'ProjectV2ItemFieldSingleSelectValue'
- 添加了类型 'ProjectV2ItemFieldTextValue'
- 添加了类型 'ProjectV2ItemFieldUserValue'
- 添加了类型 'ProjectV2ItemFieldValue'
- 添加了类型 'ProjectV2ItemFieldValueCommon'
- 添加了类型 'ProjectV2ItemFieldValueConnection'
- 添加了类型 'ProjectV2ItemFieldValueEdge'
- 添加了类型 'ProjectV2ItemType'
- 添加了类型 'ProjectV2IterationField'
- 添加了类型 'ProjectV2IterationFieldConfiguration'
- 添加了类型 'ProjectV2IterationFieldIteration'
- 添加了类型 'ProjectV2Order'
- 添加了类型 'ProjectV2OrderField'
- 添加了类型 'ProjectV2Owner'
- 添加了类型 'ProjectV2Recent'
- 添加了类型 'ProjectV2SingleSelectField'
- 添加了类型 'ProjectV2SingleSelectFieldOption'
- 添加了类型 'ProjectV2SortBy'
- 添加了类型 'ProjectV2SortByConnection'
- 添加了类型 'ProjectV2SortByEdge'
- 添加了类型 'ProjectV2View'
- 添加了类型 'ProjectV2ViewConnection'
- 添加了类型 'ProjectV2ViewEdge'
- 添加了类型 'ProjectV2ViewLayout'
- 添加了类型
RequestedReviewerConnection - 添加了类型
RequestedReviewerEdge - 添加了类型 'UpdateProjectV2DraftIssueInput'
- 添加了类型 'UpdateProjectV2DraftIssuePayload'
- 添加了类型 'UpdateProjectV2Input'
- 添加了类型 'UpdateProjectV2ItemFieldValueInput'
- 添加了类型 'UpdateProjectV2ItemFieldValuePayload'
- 添加了类型 'UpdateProjectV2ItemPositionInput'
- 添加了类型 'UpdateProjectV2ItemPositionPayload'
- 添加了类型 'UpdateProjectV2Payload'
- 在对象类型
Discussion中添加了字段poll - 在对象类型
DraftIssue中添加了字段 'projectV2Items` - 在对象类型
DraftIssue中添加了字段 'projectsV2` Issue对象实现了 'ProjectV2Owner' 接口- 在对象类型
Issue中添加了字段projectItems - 在对象类型
Issue中添加了字段 'projectV2` - 在对象类型
Issue中添加了字段 'projectsV2` - 在对象类型
Mutation中添加了字段addDiscussionPollVote - 在对象类型
Mutation中添加了字段 'addProjectV2DraftIssue` - 在对象类型
Mutation中添加了字段 'addProjectV2ItemById` - 在对象类型
Mutation中添加了字段 'createProjectV2` - 在对象类型
Mutation中添加了字段 'deleteProjectV2Item` - 在对象类型
Mutation中添加了字段 'updateProjectV2` - 在对象类型
Mutation中添加了字段 'updateProjectV2DraftIssue` - 在对象类型
Mutation中添加了字段 'updateProjectV2ItemFieldValue` - 在对象类型
Mutation中添加了字段 'updateProjectV2ItemPosition` - 在枚举
OrgRemoveMemberAuditEntryMembershipType中添加了枚举值SUSPENDED Organization对象实现了 'ProjectV2Owner' 接口Organization对象实现了 'ProjectV2Recent' 接口- 在对象类型
Organization中添加了字段 'projectV2` - 在对象类型
Organization中添加了字段 'projectsV2` - 在对象类型
Organization中添加了字段recentProjects PullRequest对象实现了 'ProjectV2Owner' 接口- 在对象类型
PullRequest中添加了字段projectItems - 在对象类型
PullRequest中添加了字段 'projectV2` - 在对象类型
PullRequest中添加了字段 'projectsV2` - 在对象类型
PullRequest中添加了字段viewerCanEditFiles Repository对象实现了 'ProjectV2Recent' 接口- 在对象类型
Repository中添加了字段allowUpdateBranch - 在对象类型
Repository中添加了字段 'projectV2` - 在对象类型
Repository中添加了字段 'projectsV2` - 在对象类型
Repository中添加了字段recentProjects User对象实现了 'ProjectV2Owner' 接口User对象实现了 'ProjectV2Recent' 接口- 在对象类型
User中添加了字段 'projectV2` - 在对象类型
User中添加了字段 'projectsV2` - 在对象类型
User中添加了字段recentProjects
模式将进行以下更改
RepositoryVulnerabilityAlert.fixReason:将移除fixReason。**生效日期:2022年10月1日**。2022年6月13日的模式更改
GraphQL 模式包含以下更改
模式将进行以下更改
DependencyGraphDependency.packageLabel:将移除packageLabel。请改用规范化的packageName字段。**生效日期:2022年10月1日**。2022年6月10日的模式更改
GraphQL 模式包含以下更改
- 在枚举
DependencyGraphEcosystem中添加了枚举值RUST - 在对象类型
Repository中添加了字段squashPrTitleUsedAsDefault
2022年6月6日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
SecurityAdvisoryClassification - 移除了类型 'ProjectV2Owner'
Issue对象类型不再实现 'ProjectV2Owner' 接口Organization对象类型不再实现 'ProjectV2Owner' 接口PullRequest对象类型不再实现 'ProjectV2Owner' 接口- 在字段
Query.securityAdvisories中添加了参数 'classifications: [SecurityAdvisoryClassification!]` - 在字段
Query.securityVulnerabilities中添加了参数 'classifications: [SecurityAdvisoryClassification!]` - 在对象类型
SecurityAdvisory中添加了字段classification - 在字段
SecurityAdvisory.vulnerabilities中添加了参数 'classifications: [SecurityAdvisoryClassification!]` User对象类型不再实现 'ProjectV2Owner' 接口
2022年5月29日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
ExternalIdentityAttribute - 添加了类型
IssueClosedStateReason - 添加了类型
IssueStateReason - 在联合类型
BranchActorAllowanceActor中添加了成员App - 在输入对象类型
CloseIssueInput中添加了输入字段stateReason - 在对象类型
ClosedEvent中添加了字段stateReason - 在对象类型
ExternalIdentitySamlAttributes中添加了字段attributes - 在对象类型
Issue中添加了字段stateReason - 在枚举
MigrationState中添加了枚举值 'FAILED_VALIDATION` - 在枚举
MigrationState中添加了枚举值 'PENDING_VALIDATION` - 在对象类型
ReopenedEvent中添加了字段stateReason - 在联合类型
ReviewDismissalAllowanceActor中添加了成员App - 输入字段
StartRepositoryMigrationInput.accessToken的类型从String更改为String!
模式将进行以下更改
RemovePullRequestFromMergeQueueInput.branch:将移除branch。**生效日期:2022年10月1日**。2022年5月10日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
FollowOrganizationInput - 添加了类型
FollowOrganizationPayload - 添加了类型
UnfollowOrganizationInput - 添加了类型
UnfollowOrganizationPayload - 添加了类型
UpdateTeamsRepositoryInput - 添加了类型
UpdateTeamsRepositoryPayload - 在字段
EnterpriseOwnerInfo.pendingMemberInvitations中添加了参数 'organizationLogins: [String!]` - 在接口
Migration中添加了字段migrationLogUrl - 在接口
Migration中添加了字段repositoryName - 在对象类型
Mutation中添加了字段followOrganization - 在对象类型
Mutation中添加了字段unfollowOrganization - 在对象类型
Mutation中添加了字段updateTeamsRepository - 在字段
Organization.repositoryMigrations中添加了参数repositoryName: String - 在对象类型
ProjectView中添加了字段items - 在对象类型
RepositoryMigration中添加了字段migrationLogUrl - 在对象类型
RepositoryMigration中添加了字段repositoryName
2022年4月28日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
PatchStatus - 从对象类型
EnterpriseMemberEdge中移除了字段isUnlicensed(已弃用)。 - 从对象类型
EnterpriseOutsideCollaboratorEdge中移除了字段isUnlicensed(已弃用)。 - 在字段
EnterpriseOwnerInfo.admins中添加了参数 'organizationLogins: [String!]` - 在字段
EnterpriseOwnerInfo.outsideCollaborators中添加了参数hasTwoFactorEnabled: Boolean - 在字段
EnterpriseOwnerInfo.outsideCollaborators中添加了参数 'organizationLogins: [String!]` - 从对象类型
EnterprisePendingMemberInvitationEdge中移除了字段isUnlicensed(已弃用)。 - 在对象类型
PullRequestChangedFile中添加了字段changeType
2022年4月21日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
AddProjectDraftIssueInput - 添加了类型
AddProjectDraftIssuePayload - 添加了类型
UpdateProjectDraftIssueInput - 添加了类型
UpdateProjectDraftIssuePayload - 从对象类型
EnterpriseBillingInfo中移除了字段availableSeats(已弃用)。 - 从对象类型
EnterpriseBillingInfo中移除了字段seats(已弃用)。 - 在对象类型
Mutation中添加了字段addProjectDraftIssue - 在对象类型
Mutation中添加了字段updateProjectDraftIssue
2022年4月14日的模式更改
GraphQL 模式包含以下更改
- 添加了类型 'ProjectV2Owner'
Issue对象实现了 'ProjectV2Owner' 接口Organization对象实现了 'ProjectV2Owner' 接口PullRequest对象实现了 'ProjectV2Owner' 接口- 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段skipReleases - 在对象类型
TreeEntry中添加了字段lineCount User对象实现了 'ProjectV2Owner' 接口
模式将进行以下更改
UpdateProjectNextItemFieldInput.fieldWithSettingId:将移除fieldWithSettingId。请改用fieldConstraintId。**生效日期:2022年10月1日**。2022年4月3日的模式更改
GraphQL 模式包含以下更改
- 在对象类型
BranchProtectionRule中添加了字段blocksCreations - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段blocksCreations - 在对象类型
RefUpdateRule中添加了字段blocksCreations - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段blocksCreations
2022年3月30日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
CreateSponsorsTierInput - 添加了类型
CreateSponsorsTierPayload - 添加了类型
DependabotUpdate - 添加了类型
DependabotUpdateError - 添加了类型
DraftIssue - 添加了类型
ProjectItemType - 添加了类型
ProjectNextFieldCommon - 添加了类型
ProjectNextFieldType - 添加了类型
ProjectView - 添加了类型
ProjectViewConnection - 添加了类型
ProjectViewEdge - 添加了类型
ProjectViewLayout - 添加了类型
SortBy - 添加了类型
TrackedIssueStates - 移除了类型
EnterprisePendingCollaboratorConnection - 移除了类型
EnterprisePendingCollaboratorEdge - 输入字段
CreateMigrationSourceInput.accessToken的类型从String!更改为String - 从对象类型
EnterpriseOwnerInfo中移除了字段pendingCollaborators(已弃用)。 - 在对象类型
Issue中添加了字段trackedInIssues - 在对象类型
Issue中添加了字段trackedIssues - 在对象类型
Issue中添加了字段trackedIssuesCount - 在对象类型
Mutation中添加了字段createSponsorsTier - 在对象类型
ProjectNext中添加了字段views ProjectNextField对象实现了Node接口ProjectNextField对象实现了ProjectNextFieldCommon接口- 在对象类型
ProjectNextField中添加了字段dataType - 在对象类型
ProjectNextItem中添加了字段type - 在联合类型
ProjectNextItemContent中添加了成员DraftIssue - 从枚举
RepositoryInvitationOrderField中移除了枚举值 'INVITEE_LOGIN'(已弃用)。 - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dependabotUpdate - 输入字段
UpdateProjectNextItemFieldInput.fieldId的类型从ID!更改为ID
模式将进行以下更改
AddPullRequestToMergeQueueInput.branch:将移除branch。**生效日期:2022年7月1日**。Enterprise.userAccounts:将移除userAccounts。请改用Enterprise.members字段。**生效日期:2022年7月1日**。2022年2月28日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
DependencyGraphEcosystem - 在对象类型
PullRequest中添加了字段viewerCanMergeAsAdmin - 在字段
Query.sponsorables中添加了参数ecosystem: DependencyGraphEcosystem - 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段accessToken - 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段githubPat
模式将进行以下更改
PullRequest.viewerCanOverrideMergeQueue:viewerCanOverrideMergeQueue 将被移除。请使用 PullRequest.viewerCanMergeAsAdmin 替代。**生效日期:2022-04-01**。Repository.defaultMergeQueue:defaultMergeQueue 将被移除。请使用 Repository.mergeQueue 替代。**生效日期:2022-04-01**。Query.sponsorables.dependencyEcosystem:dependencyEcosystem 将被移除。请使用 ecosystem 参数替代。**生效日期:2022-07-01**。2022-02-16 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
RepositoryCodeowners - 添加了类型
RepositoryCodeownersError - 添加了类型
RepositoryVulnerabilityAlertState - 添加了类型
UpdateProjectNextInput - 添加了类型
UpdateProjectNextPayload - 在输入对象类型
IssueFilters中添加了输入字段milestoneNumber - 在对象类型
Mutation中添加了字段updateProjectNext - 在对象类型
ProjectNext中添加了字段repositories - 在字段
PullRequest.closingIssuesReferences中添加了参数userLinkedOnly: Boolean - 在对象类型
Repository中添加了字段codeowners - 在对象类型
Repository中添加了字段projectNext - 在对象类型
Repository中添加了字段projectsNext - 在字段
Repository.vulnerabilityAlerts中添加了参数 'states: [RepositoryVulnerabilityAlertState!]` - 在对象类型
RepositoryVulnerabilityAlert中添加了字段fixReason - 在对象类型
RepositoryVulnerabilityAlert中添加了字段fixedAt - 在对象类型
RepositoryVulnerabilityAlert中添加了字段number - 在对象类型
RepositoryVulnerabilityAlert中添加了字段state
2022-02-07 的模式变更
GraphQL 模式包含以下更改
- 移除了类型
Import - 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段gitArchiveUrl - 在输入对象类型
StartRepositoryMigrationInput中添加了输入字段metadataArchiveUrl
2022-02-03 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AbortQueuedMigrationsInput - 添加了类型
AbortQueuedMigrationsPayload - 添加了类型
ActorType - 添加了类型
CreateMigrationSourceInput - 添加了类型
CreateMigrationSourcePayload - 添加了类型
GrantEnterpriseOrganizationsMigratorRoleInput - 添加了类型
GrantEnterpriseOrganizationsMigratorRolePayload - 添加了类型
GrantMigratorRoleInput - 添加了类型
GrantMigratorRolePayload - 添加了类型
Import - 添加了类型
Migration - 添加了类型
MigrationSource - 添加了类型
MigrationSourceType - 添加了类型
MigrationState - 添加了类型
RepositoryMigration - 添加了类型
RepositoryMigrationConnection - 添加了类型
RepositoryMigrationEdge - 添加了类型
RepositoryMigrationOrder - 添加了类型
RepositoryMigrationOrderDirection - 添加了类型
RepositoryMigrationOrderField - 添加了类型
RevokeEnterpriseOrganizationsMigratorRoleInput - 添加了类型
RevokeEnterpriseOrganizationsMigratorRolePayload - 添加了类型
RevokeMigratorRoleInput - 添加了类型
RevokeMigratorRolePayload - 添加了类型
StartRepositoryMigrationInput - 添加了类型
StartRepositoryMigrationPayload - 添加了类型
UpdateEnterpriseOwnerOrganizationRoleInput - 添加了类型
UpdateEnterpriseOwnerOrganizationRolePayload - 在字段
EnterpriseIdentityProvider.externalIdentities中添加了参数login: String - 在字段
EnterpriseIdentityProvider.externalIdentities中添加了参数userName: String - 在对象类型
Issue中添加了字段projectNextItems - 在对象类型
Mutation中添加了字段abortQueuedMigrations - 在对象类型
Mutation中添加了字段createMigrationSource - 在对象类型
Mutation中添加了字段grantEnterpriseOrganizationsMigratorRole - 在对象类型
Mutation中添加了字段grantMigratorRole - 在对象类型
Mutation中添加了字段revokeEnterpriseOrganizationsMigratorRole - 在对象类型
Mutation中添加了字段revokeMigratorRole - 在对象类型
Mutation中添加了字段startRepositoryMigration - 在对象类型
Mutation中添加了字段updateEnterpriseOwnerOrganizationRole - 在字段
OIDCProvider.externalIdentities中添加了参数login: String - 在字段
OIDCProvider.externalIdentities中添加了参数userName: String - 在对象类型
Organization中添加了字段repositoryMigrations - 在字段
OrganizationIdentityProvider.externalIdentities中添加了参数login: String - 在字段
OrganizationIdentityProvider.externalIdentities中添加了参数userName: String - 在对象类型
ProjectNext中添加了字段public - 在对象类型
ProjectNext中添加了字段shortDescription - 在对象类型
ProjectNextItem中添加了字段isArchived - 在对象类型
PullRequest中添加了字段projectNextItems
2022-01-16 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
OrgEnterpriseOwnerOrder - 添加了类型
OrgEnterpriseOwnerOrderField - 添加了类型
OrganizationEnterpriseOwnerConnection - 添加了类型
OrganizationEnterpriseOwnerEdge - 在枚举
FundingPlatform中添加了枚举值 'LFX_CROWDFUNDING` - 在对象类型
Organization中添加了字段enterpriseOwners - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值 'ADDED_TO_MERGE_QUEUE_EVENT` - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值 'REMOVED_FROM_MERGE_QUEUE_EVENT`
2022-01-04 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
BypassForcePushAllowance - 添加了类型
BypassForcePushAllowanceConnection - 添加了类型
BypassForcePushAllowanceEdge - 在对象类型
BranchProtectionRule中添加了字段bypassForcePushAllowances - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段bypassForcePushActorIds - 字段
Push.pusher的类型从User!更改为Actor! - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段bypassForcePushActorIds
2021-12-15 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
ProjectNextOrderField - 添加了类型
RoleInOrganization - 添加了类型
UpdateOrganizationAllowPrivateRepositoryForkingSettingInput - 添加了类型
UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload - 在字段
Enterprise.organizations中添加了参数viewerOrganizationRole: RoleInOrganization Issue对象实现了ProjectNextOwner接口- 在对象类型
Issue中添加了字段projectNext - 在对象类型
Issue中添加了字段projectsNext - 在对象类型
Mutation中添加了字段updateOrganizationAllowPrivateRepositoryForkingSetting - 在对象类型
Organization中添加了字段membersCanForkPrivateRepositories - 在字段
Organization.projectsNext中添加了参数query: String - 在字段
Organization.projectsNext中添加了参数sortBy: ProjectNextOrderField - 在字段
ProjectNextOwner.projectsNext中添加了参数query: String - 在字段
ProjectNextOwner.projectsNext中添加了参数sortBy: ProjectNextOrderField PullRequest对象实现了ProjectNextOwner接口- 在对象类型
PullRequest中添加了字段projectNext - 在对象类型
PullRequest中添加了字段projectsNext - 在字段
User.projectsNext中添加了参数query: String - 在字段
User.projectsNext中添加了参数sortBy: ProjectNextOrderField
2021-12-11 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
ConvertedToDiscussionEvent - 在联合类型
IssueTimelineItems中添加了成员ConvertedToDiscussionEvent - 在枚举
IssueTimelineItemsItemType中添加了枚举值 'CONVERTED_TO_DISCUSSION_EVENT` - 在联合类型
PullRequestTimelineItems中添加了成员ConvertedToDiscussionEvent - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值 'CONVERTED_TO_DISCUSSION_EVENT`
2021-12-09 的模式变更
GraphQL 模式包含以下更改
- 在字段
Repository.discussionCategories中添加了参数filterByAssignable: Boolean
2021-12-03 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
BranchActorAllowanceActor - 添加了类型
BypassPullRequestAllowance - 添加了类型
BypassPullRequestAllowanceConnection - 添加了类型
BypassPullRequestAllowanceEdge - 移除了类型
ContentAttachment - 移除了类型
ContentReference - 移除了类型
CreateContentAttachmentInput - 移除了类型
CreateContentAttachmentPayload - 在对象类型
BranchProtectionRule中添加了字段bypassPullRequestAllowances - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段bypassPullRequestActorIds - 从对象类型
Mutation中移除了字段createContentAttachment - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段bypassPullRequestActorIds
2021-11-18 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
RequiredStatusCheckDescription - 添加了类型
RequiredStatusCheckInput - 在对象类型
BranchProtectionRule中添加了字段requiredStatusChecks - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requiredStatusChecks - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requiredStatusChecks
2021-11-16 的模式变更
GraphQL 模式包含以下更改
- 在字段
Organization.repository中添加了参数followRenames: Boolean - 在字段
Query.repository中添加了参数followRenames: Boolean - 在字段
RepositoryOwner.repository中添加了参数followRenames: Boolean - 在字段
User.repository中添加了参数followRenames: Boolean
2021-11-10 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
UpdatePullRequestBranchInput - 添加了类型
UpdatePullRequestBranchPayload - 在对象类型
Mutation中添加了字段updatePullRequestBranch
2021-10-29 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
DismissReason - 添加了类型
DismissRepositoryVulnerabilityAlertInput - 添加了类型
DismissRepositoryVulnerabilityAlertPayload - 在对象类型
Mutation中添加了字段dismissRepositoryVulnerabilityAlert
2021-10-22 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
AddProjectNextItemInput - 添加了类型
AddProjectNextItemPayload - 添加了类型
DeleteProjectNextItemInput - 添加了类型
DeleteProjectNextItemPayload - 添加了类型
OIDCProvider - 添加了类型
OIDCProviderType - 添加了类型
ProjectNext - 添加了类型
ProjectNextConnection - 添加了类型
ProjectNextEdge - 添加了类型
ProjectNextField - 添加了类型
ProjectNextFieldConnection - 添加了类型
ProjectNextFieldEdge - 添加了类型
ProjectNextItem - 添加了类型
ProjectNextItemConnection - 添加了类型
ProjectNextItemContent - 添加了类型
ProjectNextItemEdge - 添加了类型
ProjectNextItemFieldValue - 添加了类型
ProjectNextItemFieldValueConnection - 添加了类型
ProjectNextItemFieldValueEdge - 添加了类型
ProjectNextOwner - 添加了类型
UpdateProjectNextItemFieldInput - 添加了类型
UpdateProjectNextItemFieldPayload - 在对象类型
EnterpriseOwnerInfo中添加了字段oidcProvider - 在对象类型
Mutation中添加了字段addProjectNextItem - 在对象类型
Mutation中添加了字段deleteProjectNextItem - 在对象类型
Mutation中添加了字段updateProjectNextItemField Organization对象实现了ProjectNextOwner接口- 在对象类型
Organization中添加了字段projectNext - 在对象类型
Organization中添加了字段projectsNext User对象实现了ProjectNextOwner接口- 在对象类型
User中添加了字段projectNext - 在对象类型
User中添加了字段projectsNext
2021-09-15 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
UpdateSponsorshipPreferencesInput - 添加了类型
UpdateSponsorshipPreferencesPayload - 在对象类型
Mutation中添加了字段updateSponsorshipPreferences
2021-09-09 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型'Base64String'
- 添加了类型
CancelSponsorshipInput - 添加了类型
CancelSponsorshipPayload - 添加了类型
CommitMessage - 添加了类型
CommittableBranch - 添加了类型
CreateCommitOnBranchInput - 添加了类型
CreateCommitOnBranchPayload - 添加了类型
FileAddition - 添加了类型
FileChanges - 添加了类型
FileDeletion - 在对象类型
Mutation中添加了字段cancelSponsorship - 在对象类型
Mutation中添加了字段createCommitOnBranch - 从对象类型
Query中移除了字段sponsorsListing(已弃用)
2021-09-03 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段sponsorshipForViewerAsSponsorable - 在接口
Sponsorable中添加了字段sponsorshipForViewerAsSponsorable - 在对象类型
Sponsorship中添加了字段isSponsorOptedIntoEmail - 在对象类型
User中添加了字段sponsorshipForViewerAsSponsorable
2021-08-27 的 Schema 变更
GraphQL 模式包含以下更改
DeploymentProtectionRule对象类型不再实现Node接口- 从对象类型
DeploymentProtectionRule中移除了字段id - 在对象类型
User中添加了字段isFollowingViewer
2021-08-25 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
Repository中添加了字段visibility - 在接口
RepositoryInfo中添加了字段visibility
2021-08-24 的 Schema 变更
GraphQL 模式包含以下更改
- 在输入对象类型
CreateSponsorshipInput中添加了输入字段amount - 在输入对象类型
CreateSponsorshipInput中添加了输入字段isRecurring - 在输入对象类型
CreateSponsorshipInput中添加了输入字段sponsorLogin - 在输入对象类型
CreateSponsorshipInput中添加了输入字段sponsorableLogin - 输入字段
CreateSponsorshipInput.sponsorId的类型从ID!更改为ID - 输入字段
CreateSponsorshipInput.sponsorableId的类型从ID!更改为ID - 输入字段
CreateSponsorshipInput.tierId的类型从ID!更改为ID
2021-08-19 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
CreateSponsorshipInput - 添加了类型
CreateSponsorshipPayload - 在对象类型
Mutation中添加了字段createSponsorship
2021-08-18 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段estimatedNextSponsorsPayoutInCents - 在对象类型
Organization中添加了字段monthlyEstimatedSponsorsIncomeInCents - 在枚举
OrganizationMembersCanCreateRepositoriesSettingValue中添加了枚举值INTERNAL - 在接口
Sponsorable中添加了字段estimatedNextSponsorsPayoutInCents - 在接口
Sponsorable中添加了字段monthlyEstimatedSponsorsIncomeInCents - 在对象类型
User中添加了字段estimatedNextSponsorsPayoutInCents - 在对象类型
User中添加了字段monthlyEstimatedSponsorsIncomeInCents
2021-08-12 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
SponsorshipNewsletter - 添加了类型
SponsorshipNewsletterConnection - 添加了类型
SponsorshipNewsletterEdge - 添加了类型
SponsorshipNewsletterOrder - 添加了类型
SponsorshipNewsletterOrderField - 在对象类型
Organization中添加了字段sponsorshipNewsletters - 在接口
Sponsorable中添加了字段sponsorshipNewsletters - 在对象类型
User中添加了字段sponsorshipNewsletters
2021-08-04 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段sponsoring - 在接口
Sponsorable中添加了字段sponsoring - 在对象类型
User中添加了字段sponsoring
2021-08-01 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
SponsorConnection - 添加了类型
SponsorEdge - 添加了类型
SponsorOrder - 添加了类型
SponsorOrderField - 在对象类型
Organization中添加了字段sponsors - 在接口
Sponsorable中添加了字段sponsors - 在对象类型
User中添加了字段sponsors
2021-07-27 的 Schema 变更
GraphQL 模式包含以下更改
- 在字段
EnterpriseIdentityProvider.externalIdentities中添加了参数membersOnly: Boolean - 在字段
OrganizationIdentityProvider.externalIdentities中添加了参数membersOnly: Boolean - 在对象类型
Release中添加了字段mentions - 在对象类型
SponsorsListing中添加了字段isPublic - 在对象类型
SponsorsListing中添加了字段nextPayoutDate - 在对象类型
SponsorsListing中添加了字段sponsorable
2021-07-13 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
SponsorsActivity - 添加了类型
SponsorsActivityAction - 添加了类型
SponsorsActivityConnection - 添加了类型
SponsorsActivityEdge - 添加了类型
SponsorsActivityOrder - 添加了类型
SponsorsActivityOrderField - 添加了类型
SponsorsActivityPeriod - 在对象类型
Organization中添加了字段sponsorsActivities - 在枚举
SecurityAdvisoryEcosystem中添加了枚举值OTHER - 在接口
Sponsorable中添加了字段sponsorsActivities - 在对象类型
User中添加了字段sponsorsActivities
2021-06-22 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
App中添加了字段ipAllowListEntries - 在联合类型
IpAllowListOwner中添加了成员App
此更改包含在 [存储库依赖关系图预览的访问权限](/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview) 中
- 在对象类型
DependencyGraphDependency中添加了字段packageLabel
2021-06-20 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
Reactor - 添加了类型
ReactorConnection - 添加了类型
ReactorEdge - 在对象类型
ReactionGroup中添加了字段reactors
模式将进行以下更改
ReactionGroup.users:将移除users。请改用reactors字段。**自 2021-10-01 生效**。2021-06-18 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
IpAllowListForInstalledAppsEnabledSettingValue - 添加了类型
UpdateIpAllowListForInstalledAppsEnabledSettingInput - 添加了类型
UpdateIpAllowListForInstalledAppsEnabledSettingPayload - 在对象类型
BranchProtectionRule中添加了字段requiresConversationResolution - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requiresConversationResolution - 在对象类型
EnterpriseOwnerInfo中添加了字段ipAllowListForInstalledAppsEnabledSetting - 在对象类型
Issue中添加了字段titleHTML - 在对象类型
Mutation中添加了字段updateIpAllowListForInstalledAppsEnabledSetting - 在对象类型
Organization中添加了字段ipAllowListForInstalledAppsEnabledSetting - 在对象类型
PullRequest中添加了字段titleHTML - 在对象类型
RefUpdateRule中添加了字段requiresConversationResolution - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requiresConversationResolution
2021-06-07 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
AddDiscussionCommentInput - 添加了类型
AddDiscussionCommentPayload - 添加了类型
AddUpvoteInput - 添加了类型
AddUpvotePayload - 添加了类型
ApproveDeploymentsInput - 添加了类型
ApproveDeploymentsPayload - 添加了类型
CheckStep - 添加了类型
CheckStepConnection - 添加了类型
CheckStepEdge - 添加了类型
CreateDiscussionInput - 添加了类型
CreateDiscussionPayload - 添加了类型
CreateEnvironmentInput - 添加了类型
CreateEnvironmentPayload - 添加了类型
DeleteDiscussionCommentInput - 添加了类型
DeleteDiscussionCommentPayload - 添加了类型
DeleteDiscussionInput - 添加了类型
DeleteDiscussionPayload - 添加了类型
DeleteEnvironmentInput - 添加了类型
DeleteEnvironmentPayload - 添加了类型
DeploymentProtectionRule - 添加了类型
DeploymentProtectionRuleConnection - 添加了类型
DeploymentProtectionRuleEdge - 添加了类型
DeploymentProtectionRuleType - 添加了类型
DeploymentRequest - 添加了类型
DeploymentRequestConnection - 添加了类型
DeploymentRequestEdge - 添加了类型
DeploymentReview - 添加了类型
DeploymentReviewConnection - 添加了类型
DeploymentReviewEdge - 添加了类型
DeploymentReviewState - 添加了类型
DeploymentReviewer - 添加了类型
DeploymentReviewerConnection - 添加了类型
DeploymentReviewerEdge - 添加了类型
Discussion - 添加了类型
DiscussionCategory - 添加了类型
DiscussionCategoryConnection - 添加了类型
DiscussionCategoryEdge - 添加了类型
DiscussionComment - 添加了类型
DiscussionCommentConnection - 添加了类型
DiscussionCommentEdge - 添加了类型
DiscussionConnection - 添加了类型
DiscussionEdge - 添加了类型
DiscussionOrder - 添加了类型
DiscussionOrderField - 添加了类型
Environment - 添加了类型
EnvironmentConnection - 添加了类型
EnvironmentEdge - 添加了类型
MarkDiscussionCommentAsAnswerInput - 添加了类型
MarkDiscussionCommentAsAnswerPayload - 添加了类型
PinnedDiscussion - 添加了类型
PinnedDiscussionConnection - 添加了类型
PinnedDiscussionEdge - 添加了类型
PinnedDiscussionGradient - 添加了类型
PinnedDiscussionPattern - 添加了类型
RejectDeploymentsInput - 添加了类型
RejectDeploymentsPayload - 添加了类型
RemoveUpvoteInput - 添加了类型
RemoveUpvotePayload - 添加了类型
RepositoryDiscussionAuthor - 添加了类型
RepositoryDiscussionCommentAuthor - 添加了类型
UnmarkDiscussionCommentAsAnswerInput - 添加了类型
UnmarkDiscussionCommentAsAnswerPayload - 添加了类型
UpdateDiscussionCommentInput - 添加了类型
UpdateDiscussionCommentPayload - 添加了类型
UpdateDiscussionInput - 添加了类型
UpdateDiscussionPayload - 添加了类型
UpdateEnvironmentInput - 添加了类型
UpdateEnvironmentPayload - 添加了类型
Votable - 添加了类型
Workflow - 添加了类型
WorkflowRun - 在对象类型
CheckRun中添加了字段deployment - 在对象类型
CheckRun中添加了字段pendingDeploymentRequest - 在对象类型
CheckRun中添加了字段steps - 在枚举
CheckStatusState中添加了枚举值PENDING - 在对象类型
CheckSuite中添加了字段creator - 在对象类型
CheckSuite中添加了字段workflowRun - 在对象类型
Mutation中添加了字段addDiscussionComment - 在对象类型
Mutation中添加了字段addUpvote - 在对象类型
Mutation中添加了字段approveDeployments - 在对象类型
Mutation中添加了字段createDiscussion - 在对象类型
Mutation中添加了字段createEnvironment - 在对象类型
Mutation中添加了字段deleteDiscussion - 在对象类型
Mutation中添加了字段deleteDiscussionComment - 在对象类型
Mutation中添加了字段deleteEnvironment - 在对象类型
Mutation中添加了字段markDiscussionCommentAsAnswer - 在对象类型
Mutation中添加了字段rejectDeployments - 在对象类型
Mutation中添加了字段removeUpvote - 在对象类型
Mutation中添加了字段unmarkDiscussionCommentAsAnswer - 在对象类型
Mutation中添加了字段updateDiscussion - 在对象类型
Mutation中添加了字段updateDiscussionComment - 在对象类型
Mutation中添加了字段updateEnvironment Organization对象实现了RepositoryDiscussionAuthor接口Organization对象实现了RepositoryDiscussionCommentAuthor接口- 在对象类型
Organization中添加了字段repositoryDiscussionComments - 在对象类型
Organization中添加了字段repositoryDiscussions - 在对象类型
PullRequest中添加了字段closingIssuesReferences Release对象实现了Reactable接口- 在对象类型
Release中添加了字段databaseId - 在对象类型
Release中添加了字段reactionGroups - 在对象类型
Release中添加了字段reactions - 在对象类型
Release中添加了字段viewerCanReact - 在对象类型
Repository中添加了字段discussion - 在对象类型
Repository中添加了字段discussionCategories - 在对象类型
Repository中添加了字段discussions - 在对象类型
Repository中添加了字段environment - 在对象类型
Repository中添加了字段environments - 在对象类型
Repository中添加了字段pinnedDiscussions - 在枚举
RequestableCheckStatusState中添加了枚举值PENDING - 在联合类型
SearchResultItem中添加了成员Discussion - 在对象类型
SearchResultItemConnection中添加了字段discussionCount - 在枚举
SearchType中添加了枚举值DISCUSSION - 在枚举
SecurityAdvisoryEcosystem中添加了枚举值GO - 在对象类型
SponsorshipConnection中添加了字段totalRecurringMonthlyPriceInCents - 在对象类型
SponsorshipConnection中添加了字段totalRecurringMonthlyPriceInDollars User对象实现了RepositoryDiscussionAuthor接口User对象实现了RepositoryDiscussionCommentAuthor接口- 在对象类型
User中添加了字段repositoryDiscussionComments - 在对象类型
User中添加了字段repositoryDiscussions
模式将进行以下更改
PackageType.DOCKER 上:将移除 DOCKER。**自 2021 年 6 月 21 日起生效**。2021 年 5 月 16 日的 Schema 更改
GraphQL 模式包含以下更改
- 在字段
Organization.domains中添加了参数isApproved: Boolean - 在对象类型
User中添加了字段canReceiveOrganizationEmailsWhenNotificationsRestricted - 在对象类型
VerifiableDomain中添加了字段isApproved - 在字段
EnterpriseOwnerInfo.domains中添加了参数isApproved: Boolean
2021 年 5 月 4 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
PullRequestTemplate - 在对象类型
Repository中添加了字段pullRequestTemplates
2021 年 4 月 20 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
ConvertPullRequestToDraftInput - 添加了类型
ConvertPullRequestToDraftPayload - 在对象类型
Mutation中添加了字段convertPullRequestToDraft
2021 年 3 月 27 日的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
SponsorsTier中添加了字段closestLesserValueTier - 在对象类型
SponsorsTier中添加了字段isCustomAmount - 在对象类型
Sponsorship中添加了字段isOneTimePayment
2021 年 3 月 21 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
RequirableByPullRequest - 在对象类型
PullRequest中添加了字段viewerLatestReview - 在对象类型
PullRequest中添加了字段viewerLatestReviewRequest CheckRun对象实现了RequirableByPullRequest接口- 字段
CheckRun.isRequired上参数pullRequestId的类型从ID!更改为ID - 在字段
CheckRun.isRequired中添加了参数pullRequestNumber: Int StatusContext对象实现了RequirableByPullRequest接口- 字段
StatusContext.isRequired上参数pullRequestId的类型从ID!更改为ID - 在字段
StatusContext.isRequired中添加了参数pullRequestNumber: Int
2021 年 3 月 19 日的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
RefUpdateRule中添加了字段requiresCodeOwnerReviews - 在对象类型
RefUpdateRule中添加了字段viewerAllowedToDismissReviews
2021 年 3 月 18 日的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
CheckRun中添加了字段isRequired - 在对象类型
StatusContext中添加了字段isRequired
2021 年 3 月 3 日的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Issue中添加了字段isPinned - 在枚举
VerifiableDomainOrderField中添加了枚举值 'CREATED_AT` - 在对象类型
VerifiableDomain中添加了字段createdAt - 在对象类型
VerifiableDomain中添加了字段updatedAt
2021 年 3 月 2 日的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
User中添加了字段isGitHubStar - 在对象类型
Release中添加了字段tagCommit
2021 年 2 月 25 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
ApproveVerifiableDomainInput - 添加了类型
ApproveVerifiableDomainPayload - 在对象类型
Mutation中添加了字段approveVerifiableDomain
2021 年 2 月 16 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
CVSS - 添加了类型
CWEConnection - 添加了类型
CWEEdge - 添加了类型
CWE - 添加了类型
SponsorsGoal - 添加了类型
SponsorsGoalKind - 在对象类型
Release中添加了字段repository - 在对象类型
SecurityAdvisory中添加了字段cvss - 在对象类型
SecurityAdvisory中添加了字段cwes - 在对象类型
SponsorsListing中添加了字段activeGoal
2021 年 2 月 5 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
AutoMergeRequest - 添加了类型
SponsorableOrder - 添加了类型
SponsorableOrderField - 添加了类型
SponsorableItemConnection - 添加了类型
SponsorableItemEdge - 添加了类型
SponsorableItem - 添加了类型
DisablePullRequestAutoMergeInput - 添加了类型
DisablePullRequestAutoMergePayload - 添加了类型
EnablePullRequestAutoMergeInput - 添加了类型
EnablePullRequestAutoMergePayload - 在对象类型
Query中添加了字段sponsorables - 在对象类型
Organization中添加了字段isSponsoredBy - 在对象类型
Organization中添加了字段sponsorshipForViewerAsSponsor - 在对象类型
User中添加了字段isSponsoredBy - 在对象类型
User中添加了字段sponsorshipForViewerAsSponsor - 在对象类型
PullRequest中添加了字段autoMergeRequest - 在对象类型
PullRequest中添加了字段viewerCanDisableAutoMerge - 在对象类型
PullRequest中添加了字段viewerCanEnableAutoMerge - 在接口
Sponsorable中添加了字段isSponsoredBy - 在接口
Sponsorable中添加了字段sponsorshipForViewerAsSponsor - 在对象类型
Mutation中添加了字段disablePullRequestAutoMerge - 在对象类型
Mutation中添加了字段enablePullRequestAutoMerge
2021 年 2 月 1 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
NotificationRestrictionSettingValue - 添加了类型
UpdateNotificationRestrictionSettingInput - 添加了类型
UpdateNotificationRestrictionSettingPayload - 在对象类型
Organization中添加了字段notificationDeliveryRestrictionEnabledSetting - 在对象类型
SecurityAdvisory中添加了字段notificationsPermalink - 在对象类型
EnterpriseOwnerInfo中添加了字段notificationDeliveryRestrictionEnabledSetting - 在对象类型
Mutation中添加了字段updateNotificationRestrictionSetting
2021 年 1 月 19 日的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
ContributionLevel - 添加了类型
VerifiableDomainOrder - 添加了类型
VerifiableDomainOrderField - 添加了类型
VerifiableDomainConnection - 添加了类型
VerifiableDomainEdge - 添加了类型
VerifiableDomain - 添加了类型
VerifiableDomainOwner - 添加了类型
AddVerifiableDomainInput - 添加了类型
AddVerifiableDomainPayload - 添加了类型
DeleteVerifiableDomainInput - 添加了类型
DeleteVerifiableDomainPayload - 添加了类型
RegenerateVerifiableDomainTokenInput - 添加了类型
RegenerateVerifiableDomainTokenPayload - 添加了类型
VerifyVerifiableDomainInput - 添加了类型
VerifyVerifiableDomainPayload - 在对象类型
Organization中添加了字段domains - 在对象类型
Release中添加了字段isLatest - 在对象类型
Repository中添加了字段latestRelease - 在枚举类型
DeploymentStatusState中添加了枚举值WAITING - 在对象类型
ContributionCalendarDay中添加了字段contributionLevel - 在对象类型
EnterpriseOwnerInfo中添加了字段domains - 在对象类型
Mutation中添加了字段addVerifiableDomain - 在对象类型
Mutation中添加了字段deleteVerifiableDomain - 在对象类型
Mutation中添加了字段regenerateVerifiableDomainToken - 在对象类型
Mutation中添加了字段verifyVerifiableDomain
2021-01-12 的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
AutoMergeDisabledEvent - 添加了类型
AutoMergeEnabledEvent - 添加了类型
AutoRebaseEnabledEvent - 添加了类型
AutoSquashEnabledEvent - 添加了类型
AddEnterpriseSupportEntitlementInput - 添加了类型
AddEnterpriseSupportEntitlementPayload - 添加了类型
RemoveEnterpriseSupportEntitlementInput - 添加了类型
RemoveEnterpriseSupportEntitlementPayload - 在枚举类型
CheckStatusState中添加了枚举值WAITING - 在枚举类型
PullRequestTimelineItemsItemType中添加了枚举值'AUTO_MERGE_DISABLED_EVENT` - 在枚举类型
PullRequestTimelineItemsItemType中添加了枚举值'AUTO_MERGE_ENABLED_EVENT` - 在枚举类型
PullRequestTimelineItemsItemType中添加了枚举值'AUTO_REBASE_ENABLED_EVENT` - 在枚举类型
PullRequestTimelineItemsItemType中添加了枚举值'AUTO_SQUASH_ENABLED_EVENT` - 在联合类型
PullRequestTimelineItems中添加了成员AutoMergeDisabledEvent - 在联合类型
PullRequestTimelineItems中添加了成员AutoMergeEnabledEvent - 在联合类型
PullRequestTimelineItems中添加了成员AutoRebaseEnabledEvent - 在联合类型
PullRequestTimelineItems中添加了成员AutoSquashEnabledEvent - 在对象类型
EnterpriseOwnerInfo中添加了字段supportEntitlements - 在对象类型
Mutation中添加了字段addEnterpriseSupportEntitlement - 在对象类型
Mutation中添加了字段removeEnterpriseSupportEntitlement - 在枚举类型
RequestableCheckStatusState中添加了枚举值WAITING
2020-11-13 的 Schema 更改
GraphQL 模式包含以下更改
- 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段requiresLinearHistory - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段allowsForcePushes - 在输入对象类型
UpdateBranchProtectionRuleInput中添加了输入字段allowsDeletions - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段requiresLinearHistory - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段allowsForcePushes - 在输入对象类型
CreateBranchProtectionRuleInput中添加了输入字段allowsDeletions - 在对象类型
BranchProtectionRule中添加了字段requiresLinearHistory - 在对象类型
BranchProtectionRule中添加了字段allowsForcePushes - 在对象类型
BranchProtectionRule中添加了字段allowsDeletions
2020-10-12 的 Schema 更改
GraphQL 模式包含以下更改
- 从对象类型
Mutation中删除了字段updateEnterpriseActionExecutionCapabilitySetting - 从对象类型
EnterpriseOwnerInfo中删除了字段actionExecutionCapabilitySettingOrganizations - 删除了类型
UpdateEnterpriseActionExecutionCapabilitySettingInput - 删除了类型
UpdateEnterpriseActionExecutionCapabilitySettingPayload - 删除了类型
ActionExecutionCapabilitySetting
2020-09-23 的 Schema 更改
GraphQL 模式包含以下更改
- 字段
Blob.isBinary的类型从Boolean!更改为Boolean - 字段
Ref.target的类型从GitObject!更改为GitObject - 在联合类型
PullRequestTimelineItem中添加了联合成员BaseRefDeletedEvent - 在枚举类型
PullRequestTimelineItemsItemType中添加了枚举值BASE_REF_DELETED_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员BaseRefDeletedEvent - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值PUBLIC_PRIVATE - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值PUBLIC_INTERNAL - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值PRIVATE_INTERNAL - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值PRIVATE - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值NONE - 在枚举类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility中添加了枚举值INTERNAL - 在枚举类型
CommentAuthorAssociation中添加了枚举值MANNEQUIN - 在对象类型
TreeEntry中添加了字段path - 在对象类型
TreeEntry中添加了字段isGenerated - 在对象类型
TreeEntry中添加了字段extension - 在对象类型
RateLimit中添加了字段used - 在对象类型
ReviewRequest中添加了字段asCodeOwner - 在对象类型
PullRequestChangedFile中添加了字段viewerViewedState - 在对象类型
Mutation中添加了字段unmarkFileAsViewed - 在对象类型
Mutation中添加了字段markFileAsViewed - 在输入对象类型
MergePullRequestInput中添加了输入字段authorEmail - 在输入对象类型
MergeBranchInput中添加了输入字段authorEmail - 在对象类型
UnmarkedAsDuplicateEvent中添加了字段isCrossRepository - 在对象类型
UnmarkedAsDuplicateEvent中添加了字段duplicate - 在对象类型
UnmarkedAsDuplicateEvent中添加了字段canonical - 在对象类型
MarkedAsDuplicateEvent中添加了字段isCrossRepository - 在对象类型
MarkedAsDuplicateEvent中添加了字段duplicate - 在对象类型
MarkedAsDuplicateEvent中添加了字段canonical - 在对象类型
ExternalIdentityScimAttributes中添加了字段groups - 在对象类型
ExternalIdentityScimAttributes中添加了字段givenName - 在对象类型
ExternalIdentityScimAttributes中添加了字段familyName - 在对象类型
ExternalIdentityScimAttributes中添加了字段emails - 在对象类型
ExternalIdentitySamlAttributes中添加了字段username - 在对象类型
ExternalIdentitySamlAttributes中添加了字段groups - 在对象类型
ExternalIdentitySamlAttributes中添加了字段givenName - 在对象类型
ExternalIdentitySamlAttributes中添加了字段familyName - 在对象类型
ExternalIdentitySamlAttributes中添加了字段emails - 在对象类型
RepositoryInfo中添加了字段isInOrganization - 在对象类型
RepositoryInvitation中添加了字段permalink - 在输入对象类型
CreateIssueInput中添加了输入字段issueTemplate - 在对象类型
Status中添加了字段combinedContexts - 在对象类型
CommentDeletedEvent中添加了字段deletedCommentAuthor - 在对象类型
BaseRefChangedEvent中添加了字段pullRequest - 在对象类型
BaseRefChangedEvent中添加了字段previousRefName - 在对象类型
BaseRefChangedEvent中添加了字段currentRefName - 在对象类型
Gist中添加了字段stargazerCount - 在对象类型
Ref中添加了字段refUpdateRule - 在对象类型
Ref中添加了字段branchProtectionRule - 在字段
Repository.milestones中添加了参数query: String - 在对象类型
Repository中添加了字段viewerPossibleCommitEmails - 在对象类型
Repository中添加了字段viewerDefaultMergeMethod - 在对象类型
Repository中添加了字段viewerDefaultCommitEmail - 在对象类型
Repository中添加了字段securityPolicyUrl - 在对象类型
Repository中添加了字段issueTemplates - 在对象类型
Repository中添加了字段isUserConfigurationRepository - 在对象类型
Repository中添加了字段isSecurityPolicyEnabled - 在对象类型
Repository中添加了字段isEmpty - 在对象类型
Repository中添加了字段isBlankIssuesEnabled - 在对象类型
Repository中添加了字段contactLinks - 在对象类型
Repository中添加了字段stargazerCount - 在对象类型
Repository中添加了字段isInOrganization - 在对象类型
PullRequestReviewThread中添加了字段viewerCanReply - 在对象类型
PullRequestReviewThread中添加了字段path - 在对象类型
PullRequestReviewThread中添加了字段isOutdated - 在对象类型
PullRequestReviewThread中添加了字段isCollapsed - 输入字段
AddPullRequestReviewThreadInput.pullRequestReviewId的类型从ID!更改为ID - 在输入对象类型
AddPullRequestReviewThreadInput中添加了输入字段pullRequestId - 在对象类型
PullRequestReview中添加了字段authorCanPushToRepository - 在对象类型
Milestone中添加了字段progressPercentage - 枚举值
MergeStateStatus.DRAFT已弃用,原因是DRAFT 状态将从该枚举中删除,应改用isDraft,请改用 PullRequest.isDraft。于 2021-01-01 UTC 删除。 - 在对象类型
PullRequest中添加了字段viewerMergeHeadlineText - 在对象类型
PullRequest中添加了字段viewerMergeBodyText - 在对象类型
PullRequest中添加了字段viewerCanDeleteHeadRef - 在对象类型
PullRequest中添加了字段latestReviews - 在对象类型
PullRequest中添加了字段latestOpinionatedReviews - 在对象类型
PullRequest中添加了字段isReadByViewer - 在对象类型
Project中添加了字段progress - 在对象类型
Commit中添加了字段file - 在对象类型
Commit中添加了字段authors - 在对象类型
Issue中添加了字段isReadByViewer - 在对象类型
Issue中添加了字段bodyUrl - 在对象类型
Issue中添加了字段bodyResourcePath - 在对象类型
Starrable中添加了字段stargazerCount - 在对象类型
Topic中添加了字段stargazerCount - 添加了类型
RepositoryContactLink - 添加了类型
RefUpdateRule - 添加了类型
ProjectProgress - 添加了类型
UnmarkFileAsViewedInput - 添加了类型
UnmarkFileAsViewedPayload - 添加了类型
MarkFileAsViewedPayload - 添加了类型
MarkFileAsViewedInput - 添加了类型
GitActorEdge - 添加了类型
FileViewedState - 添加了类型
UserEmailMetadata - 添加了类型
GitActorConnection - 添加了类型
BaseRefDeletedEvent - 添加了类型
IssueTemplate
模式将进行以下更改
EnterprisePendingMemberInvitationEdge.isUnlicensed:isUnlicensed 将被删除。**生效日期:2020-07-01**。
EnterpriseMemberEdge.isUnlicensed:将移除isUnlicensed。**自 2021 年 1 月 1 日起生效**。EnterpriseOutsideCollaboratorEdge.isUnlicensed:将移除isUnlicensed。**自 2021 年 1 月 1 日起生效**。EnterprisePendingCollaboratorEdge.isUnlicensed:将移除isUnlicensed。**自 2021 年 1 月 1 日起生效**。MergeStateStatus.DRAFT:将移除DRAFT。请改用 PullRequest.isDraft。**自 2021 年 1 月 1 日起生效**。2020-06-26 的 Schema 更改
GraphQL 模式包含以下更改
- 类型
TopicEdge已移除 - 类型
RegistryPackageVersionEdge已移除 - 类型
RegistryPackageVersionStatistics已移除 - 类型
RegistryPackageTagEdge已移除 - 类型
RegistryPackageFileEdge已移除 - 类型
RegistryPackageDependencyEdge已移除 - 类型
RegistryPackageMetadatum已移除 - 类型
TopicConnection已移除 - 类型
RegistryPackageTag已移除 - 类型
RegistryPackageTagConnection已移除 - 类型
RegistryPackageStatistics已移除 - 类型
RegistryPackageVersionConnection已移除 - 类型
RegistryPackageType已移除 - 类型
RegistryPackage已移除 - 类型
RegistryPackageFileConnection已移除 - 类型
RegistryPackageFile已移除 - 类型
RegistryPackageDependencyType已移除 - 类型
RegistryPackageDependency已移除 - 类型
RegistryPackageDependencyConnection已移除 - 类型
RegistryPackageVersion已移除
2020-06-23 的 Schema 更改
GraphQL 模式包含以下更改
- 在字段
Organization.packages中添加了参数packageType: PackageType - 在字段
User.packages中添加了参数packageType: PackageType - 在字段
PackageOwner.packages中添加了参数packageType: PackageType - 在字段
Repository.packages中添加了参数packageType: PackageType
2020-06-05 的 Schema 更改
GraphQL 模式包含以下更改
- 在枚举
OrgRemoveMemberAuditEntryReason中添加了枚举值TWO_FACTOR_ACCOUNT_RECOVERY
2020-06-01 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段twitterUsername - 在对象类型
User中添加了字段twitterUsername
模式将进行以下更改
Blob.isBinary:isBinary的类型将从Boolean!更改为Boolean。**自 2019 年 7 月 1 日起生效**。Ref.target:target的类型将从GitObject!更改为GitObject。**自 2019 年 7 月 1 日起生效**。2020-05-23 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段ipAllowListEntries - 在对象类型
Organization中添加了字段ipAllowListEnabledSetting
2020-05-21 的 Schema 更改
GraphQL 模式包含以下更改
- 在枚举
PullRequestTimelineItemsItemType中添加了枚举值AUTOMATIC_BASE_CHANGE_SUCCEEDED_EVENT - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值AUTOMATIC_BASE_CHANGE_FAILED_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员AutomaticBaseChangeSucceededEvent - 在联合类型
PullRequestTimelineItems中添加了联合成员AutomaticBaseChangeFailedEvent - 添加了类型
AutomaticBaseChangeSucceededEvent - 添加了类型
AutomaticBaseChangeFailedEvent
模式将进行以下更改
RepositoryCollaboratorEdge.permission:permission的类型将从RepositoryPermission!更改为String。**自 2020 年 10 月 1 日起生效**。RepositoryInvitation.permission:permission的类型将从RepositoryPermission!更改为String。**自 2020 年 10 月 1 日起生效**。TeamRepositoryEdge.permission:permission的类型将从RepositoryPermission!更改为String。**自 2020 年 10 月 1 日起生效**。2020-05-19 的 Schema 更改
GraphQL 模式包含以下更改
- 字段
RepositoryInvitation.invitee的类型从User!更改为User - 字段
EnterpriseOwnerInfo.pendingCollaborators上参数orderBy的默认值从{"field"=>"INVITEE_LOGIN", "direction"=>"ASC"}更改为{"field"=>"CREATED_AT", "direction"=>"DESC"} - 枚举值
RepositoryInvitationOrderField.INVITEE_LOGIN已弃用,原因是`INVITEE_LOGIN不再是有效字段值。存储库邀请现在可以与电子邮件相关联,而不仅仅是受邀人。将于 2020 年 10 月 1 日 UTC 移除。` - 在对象类型
RepositoryInvitation中添加了字段email - 在对象类型
EnterpriseOwnerInfo中添加了字段pendingCollaboratorInvitations - 添加了类型
RepositoryInvitationEdge - 添加了类型
RepositoryInvitationConnection
模式将进行以下更改
EnterpriseOwnerInfo.pendingCollaborators:将移除pendingCollaborators。请改用pendingCollaboratorInvitations字段。**自 2020 年 10 月 1 日起生效**。RepositoryInvitationOrderField.INVITEE_LOGIN:将移除INVITEE_LOGIN。**自 2020 年 10 月 1 日起生效**。2020-05-13 的 Schema 更改
GraphQL 模式包含以下更改
- 从对象类型
RepositoryVulnerabilityAlert中移除了字段packageName - 从对象类型
RepositoryVulnerabilityAlert中移除了字段fixedIn - 从对象类型
RepositoryVulnerabilityAlert中移除了字段externalReference - 从对象类型
RepositoryVulnerabilityAlert中移除了字段externalIdentifier - 从对象类型
RepositoryVulnerabilityAlert中移除了字段affectedRange - 从对象类型
MarketplaceListing中移除了字段isDelisted - 从对象类型
MarketplaceListing中移除了字段isApproved - 从对象类型
MarketplaceListing中移除了字段hasApprovalBeenRequested - 从对象类型
RepositoryOwner中移除了字段pinnedRepositories - 从输入对象类型
ContributionOrder中移除了输入字段field - 从对象类型
Organization中移除了字段pinnedRepositories - 从对象类型
User中移除了字段pinnedRepositories - 类型
ContributionOrderField已移除 - 字段
PullRequestReviewContributionsByRepository.contributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
PullRequestContributionsByRepository.contributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
IssueContributionsByRepository.contributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
ContributionsCollection.repositoryContributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
ContributionsCollection.pullRequestReviewContributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
ContributionsCollection.pullRequestContributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"} - 字段
ContributionsCollection.issueContributions上参数orderBy的默认值从{"field"=>"OCCURRED_AT", "direction"=>"DESC"}更改为{"direction"=>"DESC"}
2020-05-11 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Sponsorship中添加了字段sponsorEntity - 添加了类型
Sponsor
模式将进行以下更改
Sponsorship.sponsor:将移除sponsor。请改用Sponsorship.sponsorEntity。**自 2020 年 10 月 1 日起生效**。2020-04-23 的 Schema 更改
模式将进行以下更改
Issue.timeline:将移除timeline。请改用 Issue.timelineItems。**自 2020 年 10 月 1 日起生效**。PullRequest.timeline:将移除timeline。请改用 PullRequest.timelineItems。**自 2020 年 10 月 1 日起生效**。2020-04-15 的 Schema 更改
GraphQL 模式包含以下更改
- 在枚举
PullRequestTimelineItemsItemType中添加了枚举值CONVERT_TO_DRAFT_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员ConvertToDraftEvent - 字段
DeploymentStatus.creator的类型从Actor更改为Actor! - 在对象类型
StarredRepositoryConnection中添加了字段isOverLimit - 字段
Deployment.creator的类型从Actor更改为Actor! - 在对象类型
Commit中添加了字段onBehalfOf - 添加了类型
ConvertToDraftEvent
2020-03-23 的 Schema 更改
GraphQL 模式包含以下更改
- 类型
IssueOrPullRequestEdge已移除 - 字段
RepositoryOwner.repositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为__no_default__ - 字段
RepositoryOwner.pinnedRepositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为__no_default__ - 字段
Organization.repositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为`` - 字段
Organization.pinnedRepositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为`` - 字段
User.watching上参数affiliations的默认值从["OWNER", "COLLABORATOR", "ORGANIZATION_MEMBER"]更改为`` - 字段
User.repositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为`` - 字段
User.pinnedRepositories上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为`` - 字段
Repository.forks上参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为`` - 在对象类型
TreeEntry中添加了字段submodule - 在对象类型
ReviewStatusHovercardContext中添加了字段reviewDecision - 在对象类型
SecurityAdvisory中添加了字段permalink - 在对象类型
Mutation中添加了字段updateIpAllowListEntry - 在对象类型
Mutation中添加了字段updateIpAllowListEnabledSetting - 在对象类型
Mutation中添加了字段setEnterpriseIdentityProvider - 在对象类型
Mutation中添加了字段removeEnterpriseIdentityProvider - 在对象类型
Mutation中添加了字段deleteIpAllowListEntry - 在对象类型
Mutation中添加了字段createIpAllowListEntry - 在对象类型
EnterpriseOwnerInfo中添加了字段ipAllowListEntries - 在对象类型
EnterpriseOwnerInfo中添加了字段ipAllowListEnabledSetting - 在对象类型
Repository中添加了字段submodules - 在对象类型
PullRequest中添加了字段reviewDecision - 在对象类型
Commit中添加了字段submodules - 在对象类型
Enterprise中添加了字段slug - 添加了类型
SubmoduleEdge - 添加了类型
PullRequestReviewDecision - 添加了类型
UpdateIpAllowListEntryInput - 添加了类型
UpdateIpAllowListEntryPayload - 添加了类型
UpdateIpAllowListEnabledSettingInput - 添加了类型
UpdateIpAllowListEnabledSettingPayload - 添加了类型
SetEnterpriseIdentityProviderInput - 添加了类型
SetEnterpriseIdentityProviderPayload - 添加了类型
RemoveEnterpriseIdentityProviderInput - 添加了类型
RemoveEnterpriseIdentityProviderPayload - 添加了类型
IpAllowListEntryOrderField - 添加了类型
IpAllowListEntryEdge - 添加了类型
IpAllowListOwner - 添加了类型
IpAllowListEntryOrder - 添加了类型
IpAllowListEntryConnection - 添加了类型
IpAllowListEnabledSettingValue - 添加了类型
DeleteIpAllowListEntryPayload - 添加了类型
DeleteIpAllowListEntryInput - 添加了类型
CreateIpAllowListEntryPayload - 添加了类型
IpAllowListEntry - 添加了类型
CreateIpAllowListEntryInput - 添加了类型
Submodule - 添加了类型
SubmoduleConnection
2020-03-10 的模式变更
GraphQL 模式包含以下更改
- 移除了类型
MentionableItemEdge - 移除了类型
MentionableItem - 在对象类型
Commit中添加了字段statusCheckRollup - 添加了类型
StatusCheckRollupContext - 添加了类型
StatusCheckRollupContextEdge - 添加了类型
StatusCheckRollupContextConnection - 添加了类型
StatusCheckRollup
2020-03-05 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
RequestReviewsPayload中添加了字段actor - 添加了类型
MentionableItemEdge - 添加了类型
MentionableItem
2020-02-19 的模式变更
GraphQL 模式包含以下更改
- 添加了类型
PackageType
GitHub Packages 预览版包含以下变更
- 在对象类型
Package中添加了字段packageType
2020-02-12 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
Mutation中添加了字段deleteDeployment - 添加了类型
DeleteDeploymentInput - 添加了类型
DeleteDeploymentPayload
2020-02-05 的模式变更
GraphQL 模式包含以下更改
- 移除了类型
EnterpriseOrderField - 移除了类型
CollectionItemContent - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值UNMARKED_AS_DUPLICATE_EVENT - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值DISCONNECTED_EVENT - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值CONNECTED_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员UnmarkedAsDuplicateEvent - 在联合类型
PullRequestTimelineItems中添加了联合成员DisconnectedEvent - 在联合类型
PullRequestTimelineItems中添加了联合成员ConnectedEvent - 在枚举
IssueTimelineItemsItemType中添加了枚举值UNMARKED_AS_DUPLICATE_EVENT - 在枚举
IssueTimelineItemsItemType中添加了枚举值DISCONNECTED_EVENT - 在枚举
IssueTimelineItemsItemType中添加了枚举值CONNECTED_EVENT - 在联合类型
IssueTimelineItems中添加了联合成员UnmarkedAsDuplicateEvent - 在联合类型
IssueTimelineItems中添加了联合成员DisconnectedEvent - 在联合类型
IssueTimelineItems中添加了联合成员ConnectedEvent - 输入字段
SubmitPullRequestReviewInput.pullRequestReviewId的类型从ID!更改为ID - 在输入对象类型
SubmitPullRequestReviewInput中添加了输入字段pullRequestId - 输入字段
AddPullRequestReviewCommentInput.pullRequestReviewId的类型从ID!更改为ID - 在输入对象类型
AddPullRequestReviewCommentInput中添加了输入字段pullRequestId - 在对象类型
Deployment中添加了字段originalEnvironment - 在对象类型
Deployment中添加了字段latestEnvironment - 在对象类型
PullRequest中添加了字段checksUrl - 在对象类型
PullRequest中添加了字段checksResourcePath - 添加了类型
UnmarkedAsDuplicateEvent - 添加了类型
DisconnectedEvent - 添加了类型
ConnectedEvent
“[检查预览](/graphql/overview/schema-previews#checks-preview)”包含以下变更
- 在枚举
CheckConclusionState中添加了枚举值STALE - 在枚举
CheckConclusionState中添加了枚举值SKIPPED
2020-01-09 的模式变更
GraphQL 模式包含以下更改
- 在枚举
ReportedContentClassifiers中添加了枚举值DUPLICATE - 在对象类型
Repository中添加了字段deleteBranchOnMerge
2020-01-06 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
Sponsorship中添加了字段sponsorable
模式将进行以下更改
Sponsorship.maintainer:将移除maintainer。请改用Sponsorship.sponsorable。**自 2020-04-01 生效**。2019-12-16 的模式变更
GraphQL 模式包含以下更改
- 在对象类型
UpdatePullRequestPayload中添加了字段actor - 在对象类型
UpdateIssuePayload中添加了字段actor - 在对象类型
UnlockLockablePayload中添加了字段actor - 在对象类型
MergePullRequestPayload中添加了字段actor - 在对象类型
LockLockablePayload中添加了字段actor - 在字段
Repository.labels中添加了参数orderBy: LabelOrder - 在字段
Issue.labels中添加了参数orderBy: LabelOrder - 在字段
Labelable.labels中添加了参数orderBy: LabelOrder - 在字段
PullRequest.labels中添加了参数orderBy: LabelOrder - 添加了类型
LabelOrderField - 添加了类型
LabelOrder
2019-11-25 的模式变更
GitHub Packages 预览版包含以下变更
- 在对象类型
PackageVersion中添加了字段statistics - 在对象类型
Package中添加了字段statistics - 添加了类型
PackageStatistics - 添加了类型
PackageVersionStatistics
模式将进行以下更改
Organization.registryPackages:将移除registryPackages。请改用PackageOwner对象。**自 2020-04-01 生效**。Organization.registryPackagesForQuery:将移除registryPackagesForQuery。请改用PackageSearch对象。**自 2020-04-01 生效**。RegistryPackage.color:将移除color。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.latestVersion:将移除latestVersion。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.name:将移除name。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.nameWithOwner:将移除nameWithOwner。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.packageFileByGuid:将移除packageFileByGuid。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.packageFileBySha256:将移除packageFileBySha256。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.packageType:将移除packageType。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.preReleaseVersions:将移除preReleaseVersions。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.registryPackageType:将移除registryPackageType。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.repository:将移除repository。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.statistics:将移除statistics。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.tags:将移除tags。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.topics:将移除topics。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.version:将移除version。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.versionByPlatform:将移除versionByPlatform。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.versionBySha256:将移除versionBySha256。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.versions:将移除versions。请改用Package对象。**自 2020-04-01 生效**。RegistryPackage.versionsByMetadatum:将移除versionsByMetadatum。请改用Package对象。**自 2020-04-01 生效**。RegistryPackageDependency.dependencyType:将移除dependencyType。请改用PackageDependency对象。**自 2020-04-01 生效**。RegistryPackageDependency.name:将移除name。请改用PackageDependency对象。**自 2020-04-01 生效**。RegistryPackageDependency.version:将移除version。请改用PackageDependency对象。**自 2020-04-01 生效**。RegistryPackageFile.guid:将移除guid。请改用PackageFile对象。**自 2020-04-01 生效**。RegistryPackageFile.md5:将移除md5。请改用PackageFile对象。**自 2020-04-01 生效**。RegistryPackageFile.metadataUrl:将移除metadataUrl。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.name:将移除name。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.packageVersion:将移除packageVersion。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.sha1:将移除sha1。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.sha256:将移除sha256。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.size:将移除size。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageFile.url:将移除url。请改用PackageFile对象。**自2020年4月1日起生效**。RegistryPackageOwner.registryPackages:将移除registryPackages。请改用PackageOwner对象。**自2020年4月1日起生效**。RegistryPackageSearch.registryPackagesForQuery:将移除registryPackagesForQuery。请改用PackageSearch对象。**自2020年4月1日起生效**。RegistryPackageStatistics.downloadsThisMonth:将移除downloadsThisMonth。请改用PackageStatistics对象。**自2020年4月1日起生效**。RegistryPackageStatistics.downloadsThisWeek:将移除downloadsThisWeek。请改用PackageStatistics对象。**自2020年4月1日起生效**。RegistryPackageStatistics.downloadsThisYear:将移除downloadsThisYear。请改用PackageStatistics对象。**自2020年4月1日起生效**。RegistryPackageStatistics.downloadsToday:将移除downloadsToday。请改用PackageStatistics对象。**自2020年4月1日起生效**。RegistryPackageStatistics.downloadsTotalCount:将移除downloadsTotalCount。请改用PackageStatistics对象。**自2020年4月1日起生效**。RegistryPackageTag.name:将移除name。请改用PackageTag对象。**自2020年4月1日起生效**。RegistryPackageTag.version:将移除version。请改用PackageTag对象。**自2020年4月1日起生效**。RegistryPackageVersion.deleted:将移除deleted。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.dependencies:将移除dependencies。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.fileByName:将移除fileByName。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.files:将移除files。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.installationCommand:将移除installationCommand。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.manifest:将移除manifest。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.platform:将移除platform。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.preRelease:将移除preRelease。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.readme:将移除readme。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.readmeHtml:将移除readmeHtml。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.registryPackage:将移除registryPackage。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.release:将移除release。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.sha256:将移除sha256。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.size:将移除size。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.statistics:将移除statistics。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.summary:将移除summary。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.updatedAt:将移除updatedAt。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.version:将移除version。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersion.viewerCanEdit:将移除viewerCanEdit。请改用PackageVersion对象。**自2020年4月1日起生效**。RegistryPackageVersionStatistics.downloadsThisMonth:将移除downloadsThisMonth。请改用PackageVersionStatistics对象。**自2020年4月1日起生效**。RegistryPackageVersionStatistics.downloadsThisWeek:将移除downloadsThisWeek。请改用PackageVersionStatistics对象。**自2020年4月1日起生效**。RegistryPackageVersionStatistics.downloadsThisYear:将移除downloadsThisYear。请改用PackageVersionStatistics对象。**自2020年4月1日起生效**。RegistryPackageVersionStatistics.downloadsToday:将移除downloadsToday。请改用PackageVersionStatistics对象。**自2020年4月1日起生效**。RegistryPackageVersionStatistics.downloadsTotalCount:将移除downloadsTotalCount。请改用PackageVersionStatistics对象。**自2020年4月1日起生效**。Repository.registryPackages:将移除registryPackages。请改用PackageOwner对象。**自2020年4月1日起生效**。Repository.registryPackagesForQuery:将移除registryPackagesForQuery。请改用PackageSearch对象。**自2020年4月1日起生效**。User.registryPackages:将移除registryPackages。请改用PackageOwner对象。**自2020年4月1日起生效**。User.registryPackagesForQuery:将移除registryPackagesForQuery。请改用PackageSearch对象。**自2020年4月1日起生效**。2019年11月22日架构变更
GraphQL 模式包含以下更改
- 在对象类型
Mutation中添加了字段unarchiveRepository - 在对象类型
Mutation中添加了字段archiveRepository - 在对象类型
Repository中添加了字段fundingLinks - 添加了类型
UpdateTeamReviewAssignmentPayload - 添加了类型
UnarchiveRepositoryInput - 添加了类型
UnarchiveRepositoryPayload - 添加了类型
ArchiveRepositoryInput - 添加了类型
ArchiveRepositoryPayload - 添加了类型
FundingPlatform - 添加了类型
FundingLink
这些变更包含在[团队审查分配预览预览](/graphql/overview/schema-previews#team-review-assignments-preview)中
- 在对象类型
Mutation中添加了字段updateTeamReviewAssignment - 在对象类型
Team中添加了字段reviewRequestDelegationNotifyTeam - 在对象类型
Team中添加了字段reviewRequestDelegationMemberCount - 在对象类型
Team中添加了字段reviewRequestDelegationEnabled - 在对象类型
Team中添加了字段reviewRequestDelegationAlgorithm - 添加了类型
UpdateTeamReviewAssignmentInput - 添加了类型
TeamReviewAssignmentAlgorithm
2019年11月19日架构变更
GraphQL 模式包含以下更改
- 在对象类型
RepositoryInfo中添加了字段hasProjectsEnabled - 在对象类型
Repository中添加了字段hasProjectsEnabled
2019年11月6日架构变更
这些变更包含在[更新引用预览](/graphql/overview/schema-previews#update-refs-preview)中
- 在对象类型
Mutation中添加了字段updateRefs - 添加了类型
GitRefname - 添加了类型
RefUpdate - 添加了类型
UpdateRefsInput - 添加了类型
UpdateRefsPayload
2019年10月31日架构变更
GraphQL 模式包含以下更改
- 在输入对象类型
SponsorshipOrder中添加了输入字段field Repository对象实现了PackageOwner接口User对象实现了PackageOwner接口Organization对象实现了PackageOwner接口- 在对象类型
SponsorsListing中添加了字段tiers - 在对象类型
SponsorsTier中添加了字段adminInfo - 在对象类型
Sponsorable中添加了字段sponsorsListing - 在对象类型
User中添加了字段sponsorsListing - 在对象类型
Organization中添加了字段sponsorsListing - 添加了类型
SponsorsTierOrderField - 添加了类型
SponsorsTierOrder - 添加了类型
SponsorshipOrderField - 添加了类型
SponsorsTierAdminInfo - 添加了类型
SponsorsTierConnection - 添加了类型
PackageVersionEdge - 添加了类型
PackageVersionConnection - 添加了类型
PackageFileEdge - 添加了类型
PackageFileConnection - 添加了类型
PackageEdge - 添加了类型
PackageConnection
GitHub Packages 预览版包含以下变更
- 在对象类型
Repository中添加了字段packages - 在对象类型
User中添加了字段packages - 在对象类型
Organization中添加了字段packages - 添加了类型
PackageTag - 添加了类型
PackageVersionOrderField - 添加了类型
PackageVersionOrder - 添加了类型
PackageOrderField - 添加了类型
PackageOrder - 添加了类型
PackageFileOrderField - 添加了类型
PackageFileOrder - 添加了类型
PackageFile - 添加了类型
PackageVersion - 添加了类型
Package - 添加了类型
PackageOwner
模式将进行以下更改
Query.sponsorsListing:将移除sponsorsListing。请改用Sponsorable.sponsorsListing。**自2020年4月1日起生效**。2019年9月24日架构变更
GraphQL 模式包含以下更改
- 在对象类型
Mutation中添加了字段unfollowUser - 添加了类型
UnfollowUserInput - 添加了类型
UnfollowUserPayload
2019年9月20日架构变更
GraphQL 模式包含以下更改
Organization对象实现了Sponsorable接口- 在对象类型
Mutation中添加了字段followUser - 在对象类型
Organization中添加了字段sponsorshipsAsSponsor - 在对象类型
Organization中添加了字段sponsorshipsAsMaintainer - 添加了类型
FollowUserInput - 添加了类型
FollowUserPayload
2019-09-19 的 Schema 变更
GraphQL 模式包含以下更改
- 联合体类型
OrganizationAuditEntry中添加了联合体成员OrgCreateAuditEntry - 枚举类型
SecurityAdvisoryEcosystem中添加了枚举值COMPOSER - 对象类型
Mannequin中添加了字段email - 添加了类型
OrgCreateAuditEntryBillingPlan - 添加了类型
OrgCreateAuditEntry
2019-09-17 的 Schema 变更
GraphQL 模式包含以下更改
Repository对象实现了RegistryPackageSearch接口- 对象类型
Repository中添加了字段registryPackagesForQuery
2019-09-10 的 Schema 变更
GraphQL 模式包含以下更改
- 对象类型
Organization中添加了字段updatedAt - 对象类型
Organization中添加了字段createdAt
2019-09-05 的 Schema 变更
GraphQL 模式包含以下更改
- 输入对象类型
MergePullRequestInput中添加了输入字段mergeMethod - 对象类型
TeamRemoveRepositoryAuditEntry中添加了字段operationType - 对象类型
TeamRemoveMemberAuditEntry中添加了字段operationType - 对象类型
TeamChangeParentTeamAuditEntry中添加了字段operationType - 对象类型
TeamAddRepositoryAuditEntry中添加了字段operationType - 对象类型
TeamAddMemberAuditEntry中添加了字段operationType - 对象类型
RepositoryVisibilityChangeEnableAuditEntry中添加了字段operationType - 对象类型
RepositoryVisibilityChangeDisableAuditEntry中添加了字段operationType - 对象类型
RepoRemoveTopicAuditEntry中添加了字段operationType - 对象类型
RepoRemoveMemberAuditEntry中添加了字段operationType - 对象类型
RepoDestroyAuditEntry中添加了字段operationType - 对象类型
RepoCreateAuditEntry中添加了字段operationType - 对象类型
RepoConfigUnlockAnonymousGitAccessAuditEntry中添加了字段operationType - 对象类型
RepoConfigLockAnonymousGitAccessAuditEntry中添加了字段operationType - 对象类型
RepoConfigEnableSockpuppetDisallowedAuditEntry中添加了字段operationType - 对象类型
RepoConfigEnableContributorsOnlyAuditEntry中添加了字段operationType - 对象类型
RepoConfigEnableCollaboratorsOnlyAuditEntry中添加了字段operationType - 对象类型
RepoConfigEnableAnonymousGitAccessAuditEntry中添加了字段operationType - 对象类型
RepoConfigDisableSockpuppetDisallowedAuditEntry中添加了字段operationType - 对象类型
RepoConfigDisableContributorsOnlyAuditEntry中添加了字段operationType - 对象类型
RepoConfigDisableCollaboratorsOnlyAuditEntry中添加了字段operationType - 对象类型
RepoConfigDisableAnonymousGitAccessAuditEntry中添加了字段operationType - 对象类型
RepoChangeMergeSettingAuditEntry中添加了字段operationType - 对象类型
RepoArchivedAuditEntry中添加了字段operationType - 对象类型
RepoAddTopicAuditEntry中添加了字段operationType - 对象类型
RepoAddMemberAuditEntry中添加了字段operationType - 对象类型
RepoAccessAuditEntry中添加了字段operationType - 对象类型
PrivateRepositoryForkingEnableAuditEntry中添加了字段operationType - 对象类型
PrivateRepositoryForkingDisableAuditEntry中添加了字段operationType - 对象类型
OrgUpdateMemberRepositoryInvitationPermissionAuditEntry中添加了字段operationType - 对象类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntry中添加了字段operationType - 对象类型
OrgUpdateMemberAuditEntry中添加了字段operationType - 对象类型
OrgUpdateDefaultRepositoryPermissionAuditEntry中添加了字段operationType - 对象类型
OrgUnblockUserAuditEntry中添加了字段operationType - 对象类型
OrgRestoreMemberAuditEntry中添加了字段operationType - 对象类型
OrgRemoveOutsideCollaboratorAuditEntry中添加了字段operationType - 对象类型
OrgRemoveMemberAuditEntry中添加了字段operationType - 对象类型
OrgRemoveBillingManagerAuditEntry中添加了字段operationType - 对象类型
OrgOauthAppAccessRequestedAuditEntry中添加了字段operationType - 对象类型
OrgOauthAppAccessDeniedAuditEntry中添加了字段operationType - 对象类型
OrgOauthAppAccessApprovedAuditEntry中添加了字段operationType - 对象类型
OrgInviteToBusinessAuditEntry中添加了字段operationType - 对象类型
OrgInviteMemberAuditEntry中添加了字段operationType - 对象类型
OrgEnableTwoFactorRequirementAuditEntry中添加了字段operationType - 对象类型
OrgEnableSamlAuditEntry中添加了字段operationType - 对象类型
OrgEnableOauthAppRestrictionsAuditEntry中添加了字段operationType - 对象类型
OrgDisableTwoFactorRequirementAuditEntry中添加了字段operationType - 对象类型
OrgDisableSamlAuditEntry中添加了字段operationType - 对象类型
OrgDisableOauthAppRestrictionsAuditEntry中添加了字段operationType - 对象类型
OrgConfigEnableCollaboratorsOnlyAuditEntry中添加了字段operationType - 对象类型
OrgConfigDisableCollaboratorsOnlyAuditEntry中添加了字段operationType - 对象类型
OrgBlockUserAuditEntry中添加了字段operationType - 对象类型
OrgAddMemberAuditEntry中添加了字段operationType - 对象类型
OrgAddBillingManagerAuditEntry中添加了字段operationType - 对象类型
OauthApplicationCreateAuditEntry中添加了字段operationType - 对象类型
MembersCanDeleteReposEnableAuditEntry中添加了字段operationType - 对象类型
MembersCanDeleteReposDisableAuditEntry中添加了字段operationType - 对象类型
AuditEntry中添加了字段operationType - 对象类型
MembersCanDeleteReposClearAuditEntry中添加了字段operationType - 对象类型
Organization中添加了字段descriptionHTML - 添加了类型
PullRequestMergeMethod - 添加了类型
OperationType
2019-08-21 的 Schema 变更
GraphQL 模式包含以下更改
- 对象类型
Release中添加了字段shortDescriptionHTML - 对象类型
Release中添加了字段descriptionHTML
2019-08-15 的 Schema 变更
GraphQL 模式包含以下更改
- 对象类型
Mutation中移除了字段removeEnterpriseIdentityProvider - 移除了类型
RemoveEnterpriseIdentityProviderInput - 移除了类型
RemoveEnterpriseIdentityProviderPayload - 枚举类型
CommentCannotUpdateReason中添加了枚举值ARCHIVED
2019-08-13 的 Schema 变更
GraphQL 模式包含以下更改
- 对象类型
Mutation中移除了字段setEnterpriseIdentityProvider - 移除了类型
SetEnterpriseIdentityProviderInput - 移除了类型
SetEnterpriseIdentityProviderPayload
2019-08-09 的 Schema 变更
GraphQL 模式包含以下更改
- 对象类型
Mutation中添加了字段transferIssue - 添加了类型
TransferIssueInput - 添加了类型
TransferIssuePayload
2019-08-08 的 Schema 变更
GraphQL 模式包含以下更改
- 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoRemoveTopicAuditEntry - 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoDestroyAuditEntry - 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoCreateAuditEntry - 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoChangeMergeSettingAuditEntry - 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoArchivedAuditEntry - 联合体类型
OrganizationAuditEntry中添加了联合体成员RepoAddTopicAuditEntry - 添加了类型
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput - 添加了类型
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload - 添加了类型
UpdateEnterpriseTeamDiscussionsSettingInput - 添加了类型
UpdateEnterpriseTeamDiscussionsSettingPayload - 添加了类型
UpdateEnterpriseRepositoryProjectsSettingInput - 添加了类型
UpdateEnterpriseRepositoryProjectsSettingPayload - 添加了类型
UpdateEnterpriseProfileInput - 添加了类型
UpdateEnterpriseProfilePayload - 添加了类型
UpdateEnterpriseOrganizationProjectsSettingInput - 添加了类型
UpdateEnterpriseOrganizationProjectsSettingPayload - 添加了类型
UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput - 添加了类型
UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload - 添加了类型
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput - 添加了类型
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload - 添加了类型
UpdateEnterpriseMembersCanMakePurchasesSettingInput - 添加了类型
UpdateEnterpriseMembersCanMakePurchasesSettingPayload - 添加了类型
UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput - 添加了类型
UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload - 添加了类型
UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput - 添加了类型
UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload - 添加了类型
UpdateEnterpriseMembersCanDeleteIssuesSettingInput - 添加了类型
UpdateEnterpriseMembersCanDeleteIssuesSettingPayload - 添加了类型
UpdateEnterpriseMembersCanCreateRepositoriesSettingInput - 添加了类型
UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload - 添加了类型
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput - 添加了类型
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload - 添加了类型
UpdateEnterpriseDefaultRepositoryPermissionSettingInput - 添加了类型
UpdateEnterpriseDefaultRepositoryPermissionSettingPayload - 添加了类型
UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput - 添加了类型
UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload - 添加了类型
UpdateEnterpriseAdministratorRoleInput - 添加了类型
UpdateEnterpriseAdministratorRolePayload - 添加了类型
UpdateEnterpriseActionExecutionCapabilitySettingInput - 添加了类型
UpdateEnterpriseActionExecutionCapabilitySettingPayload - 添加了类型
SetEnterpriseIdentityProviderInput - 添加了类型
SetEnterpriseIdentityProviderPayload - 添加了类型
RemoveEnterpriseOrganizationInput - 添加了类型
RemoveEnterpriseOrganizationPayload - 添加了类型
RemoveEnterpriseIdentityProviderInput - 添加了类型
RemoveEnterpriseIdentityProviderPayload - 添加了类型
RemoveEnterpriseAdminInput - 添加了类型
RemoveEnterpriseAdminPayload - 添加了类型
RegenerateEnterpriseIdentityProviderRecoveryCodesInput - 添加了类型
RegenerateEnterpriseIdentityProviderRecoveryCodesPayload - 添加了类型
InviteEnterpriseAdminInput - 添加了类型
InviteEnterpriseAdminPayload - 添加了类型
CreateEnterpriseOrganizationInput - 添加了类型
CreateEnterpriseOrganizationPayload - 添加了类型
CancelEnterpriseAdminInvitationInput - 添加了类型
CancelEnterpriseAdminInvitationPayload - 添加了类型
AcceptEnterpriseAdministratorInvitationInput - 添加了类型
AcceptEnterpriseAdministratorInvitationPayload - 添加了类型
EnterpriseUserAccountEdge - 添加了类型
EnterpriseUserAccountConnection - 添加了类型
IdentityProviderConfigurationState - 添加了类型
EnterpriseAdministratorInvitationEdge - 添加了类型
EnterpriseAdministratorInvitationConnection - 添加了类型
EnterpriseRepositoryInfoEdge - 添加了类型
EnterpriseRepositoryInfoConnection - 添加了类型
EnterpriseServerUserAccountsUploadEdge - 添加了类型
EnterpriseServerUserAccountsUploadConnection - 添加了类型
EnterpriseServerUserAccountEmailEdge - 添加了类型
EnterpriseServerUserAccountEmailConnection - 添加了类型
EnterpriseServerUserAccountEdge - 添加了类型
EnterpriseServerUserAccountConnection - 添加了类型
EnterpriseServerInstallationEdge - 添加了类型
EnterpriseServerInstallationConnection - 添加了类型
RepoRemoveTopicAuditEntry - 添加了类型
RepoDestroyAuditEntryVisibility - 添加了类型
RepoDestroyAuditEntry - 添加了类型
RepoCreateAuditEntryVisibility - 添加了类型
RepoCreateAuditEntry - 添加了类型
RepoChangeMergeSettingAuditEntryMergeType - 添加了类型
RepoChangeMergeSettingAuditEntry - 添加了类型
RepoArchivedAuditEntryVisibility - 添加了类型
RepoArchivedAuditEntry - 添加了类型
TopicAuditEntryData - 添加了类型
RepoAddTopicAuditEntry
企业帐户预览包含以下更改
- 在对象类型
Mutation中添加了字段updateEnterpriseTwoFactorAuthenticationRequiredSetting - 在对象类型
Mutation中添加了字段updateEnterpriseTeamDiscussionsSetting - 在对象类型
Mutation中添加了字段updateEnterpriseRepositoryProjectsSetting - 在对象类型
Mutation中添加了字段updateEnterpriseProfile - 在对象类型
Mutation中添加了字段updateEnterpriseOrganizationProjectsSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanViewDependencyInsightsSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanUpdateProtectedBranchesSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanMakePurchasesSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanInviteCollaboratorsSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanDeleteRepositoriesSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanDeleteIssuesSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanCreateRepositoriesSetting - 在对象类型
Mutation中添加了字段updateEnterpriseMembersCanChangeRepositoryVisibilitySetting - 在对象类型
Mutation中添加了字段updateEnterpriseDefaultRepositoryPermissionSetting - 在对象类型
Mutation中添加了字段updateEnterpriseAllowPrivateRepositoryForkingSetting - 在对象类型
Mutation中添加了字段updateEnterpriseAdministratorRole - 在对象类型
Mutation中添加了字段updateEnterpriseActionExecutionCapabilitySetting - 在对象类型
Mutation中添加了字段setEnterpriseIdentityProvider - 在对象类型
Mutation中添加了字段removeEnterpriseOrganization - 在对象类型
Mutation中添加了字段removeEnterpriseIdentityProvider - 在对象类型
Mutation中添加了字段removeEnterpriseAdmin - 在对象类型
Mutation中添加了字段regenerateEnterpriseIdentityProviderRecoveryCodes - 在对象类型
Mutation中添加了字段inviteEnterpriseAdmin - 在对象类型
Mutation中添加了字段createEnterpriseOrganization - 在对象类型
Mutation中添加了字段cancelEnterpriseAdminInvitation - 在对象类型
Mutation中添加了字段acceptEnterpriseAdministratorInvitation - 在对象类型
Query中添加了字段enterpriseAdministratorInvitationByToken - 在对象类型
Query中添加了字段enterpriseAdministratorInvitation - 在对象类型
Query中添加了字段enterprise - 添加了类型
EnterpriseOrderField - 添加了类型
ActionExecutionCapabilitySetting - 添加了类型
EnterpriseEnabledSettingValue - 添加了类型
SamlSignatureAlgorithm - 添加了类型
SamlDigestAlgorithm - 添加了类型
EnterpriseIdentityProvider - 添加了类型
EnterprisePendingMemberInvitationEdge - 添加了类型
EnterprisePendingMemberInvitationConnection - 添加了类型
RepositoryInvitationOrderField - 添加了类型
RepositoryInvitationOrder - 添加了类型
EnterprisePendingCollaboratorEdge - 添加了类型
EnterprisePendingCollaboratorConnection - 添加了类型
EnterpriseAdministratorInvitationOrderField - 添加了类型
EnterpriseAdministratorInvitationOrder - 添加了类型
EnterpriseAdministratorInvitation - 添加了类型
EnterpriseRepositoryInfo - 添加了类型
EnterpriseOutsideCollaboratorEdge - 添加了类型
EnterpriseOutsideCollaboratorConnection - 添加了类型
EnterpriseMembersCanMakePurchasesSettingValue - 添加了类型
OrganizationMembersCanCreateRepositoriesSettingValue - 添加了类型
EnterpriseMembersCanCreateRepositoriesSettingValue - 添加了类型
EnterpriseServerInstallationOrderField - 添加了类型
EnterpriseServerInstallationOrder - 添加了类型
EnterpriseServerUserAccountsUploadOrderField - 添加了类型
EnterpriseServerUserAccountsUploadOrder - 添加了类型
EnterpriseServerUserAccountsUploadSyncState - 添加了类型
EnterpriseServerUserAccountsUpload - 添加了类型
EnterpriseServerUserAccountOrderField - 添加了类型
EnterpriseServerUserAccountOrder - 添加了类型
EnterpriseServerUserAccountEmailOrderField - 添加了类型
EnterpriseServerUserAccountEmailOrder - 添加了类型
EnterpriseServerUserAccountEmail - 添加了类型
EnterpriseServerUserAccount - 添加了类型
EnterpriseServerInstallation - 添加了类型
EnterpriseDefaultRepositoryPermissionSettingValue - 添加了类型
EnterpriseEnabledDisabledSettingValue - 添加了类型
EnterpriseAdministratorRole - 添加了类型
EnterpriseAdministratorEdge - 添加了类型
EnterpriseAdministratorConnection - 添加了类型
EnterpriseOwnerInfo - 添加了类型
EnterpriseMemberOrderField - 添加了类型
EnterpriseMemberOrder - 添加了类型
EnterpriseUserDeployment - 添加了类型
OrganizationOrderField - 添加了类型
OrganizationOrder - 添加了类型
EnterpriseUserAccountMembershipRole - 添加了类型
EnterpriseOrganizationMembershipEdge - 添加了类型
EnterpriseOrganizationMembershipConnection - 添加了类型
EnterpriseUserAccount - 添加了类型
EnterpriseMember - 添加了类型
EnterpriseMemberEdge - 添加了类型
EnterpriseMemberConnection - 添加了类型
EnterpriseBillingInfo - 添加了类型
Enterprise
2019-07-31 的模式更改
GraphQL 模式包含以下更改
- 在枚举
IssueTimelineItemsItemType中添加了枚举值MARKED_AS_DUPLICATE_EVENT - 在联合类型
IssueTimelineItems中添加了联合成员MarkedAsDuplicateEvent - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值MARKED_AS_DUPLICATE_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员MarkedAsDuplicateEvent - 在字段
RegistryPackageOwner.registryPackages中添加了参数publicOnly: Boolean - 在字段
Repository.registryPackages中添加了参数publicOnly: Boolean - 在字段
User.registryPackages中添加了参数publicOnly: Boolean - 在字段
Organization.registryPackages中添加了参数publicOnly: Boolean - 添加了类型
IssueOrPullRequestEdge - 添加了类型
MarkedAsDuplicateEvent
2019-07-29 的模式更改
GraphQL 模式包含以下更改
User对象实现了Sponsorable接口- 在对象类型
User中添加了字段sponsorshipsAsSponsor - 在对象类型
User中添加了字段sponsorshipsAsMaintainer - 添加了类型
SponsorshipOrder - 添加了类型
SponsorshipPrivacy - 添加了类型
Sponsorship - 添加了类型
SponsorshipEdge - 添加了类型
SponsorshipConnection - 添加了类型
Sponsorable
2019-07-26 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
RegistryPackageSearch中添加了字段registryPackagesForQuery - 在对象类型
RegistryPackageOwner中添加了字段registryPackages - 在对象类型
Repository中添加了字段registryPackages - 在对象类型
User中添加了字段registryPackagesForQuery - 在对象类型
User中添加了字段registryPackages - 在对象类型
Organization中添加了字段registryPackagesForQuery - 在对象类型
Organization中添加了字段registryPackages - 添加了类型
RegistryPackageMetadatum - 添加了类型
RegistryPackageTag - 添加了类型
RegistryPackageTagEdge - 添加了类型
RegistryPackageTagConnection - 添加了类型
RegistryPackageStatistics - 添加了类型
RegistryPackageVersionEdge - 添加了类型
RegistryPackageVersionConnection - 添加了类型
RegistryPackageType - 添加了类型
RegistryPackageVersionStatistics - 添加了类型
RegistryPackageFileEdge - 添加了类型
RegistryPackageFileConnection - 添加了类型
RegistryPackageFile - 添加了类型
RegistryPackageDependencyType - 添加了类型
RegistryPackageDependency - 添加了类型
RegistryPackageDependencyEdge - 添加了类型
RegistryPackageDependencyConnection - 添加了类型
RegistryPackageVersion - 添加了类型
RegistryPackage - 添加了类型
RegistryPackageEdge - 添加了类型
RegistryPackageConnection
2019-07-24 的模式更改
GraphQL 模式包含以下更改
- 在联合类型
Assignee中添加了联合成员Bot - 在对象类型
UserStatus中添加了字段emojiHTML
“[检查预览](/graphql/overview/schema-previews#checks-preview)”包含以下变更
- 在对象类型
CheckSuite中添加了字段url - 在对象类型
CheckSuite中添加了字段resourcePath
2019-07-23 的模式更改
GraphQL 模式包含以下更改
- 在输入对象类型
CreateProjectInput中添加了输入字段repositoryIds - 在对象类型
Mutation中添加了字段unlinkRepositoryFromProject - 在对象类型
Mutation中添加了字段linkRepositoryToProject - 添加了类型
UnlinkRepositoryFromProjectInput - 添加了类型
UnlinkRepositoryFromProjectPayload - 添加了类型
LinkRepositoryToProjectInput - 添加了类型
LinkRepositoryToProjectPayload
2019-07-19 的模式更改
GraphQL 模式包含以下更改
- 从字段
ContributionsCollection.joinedGitHubContribution中删除了参数ignoreTimeRange: Boolean - 从字段
ContributionsCollection.firstRepositoryContribution中删除了参数ignoreTimeRange: Boolean - 从字段
ContributionsCollection.firstPullRequestContribution中删除了参数ignoreTimeRange: Boolean - 从字段
ContributionsCollection.firstIssueContribution中删除了参数ignoreTimeRange: Boolean - 从对象类型
ReviewDismissedEvent中删除了字段messageHtml - 从对象类型
ReviewDismissedEvent中删除了字段message - 从对象类型
Organization中删除了字段members Gist对象实现了UniformResourceLocatable接口- 在对象类型
UnassignedEvent中添加了字段assignee - 在对象类型
AssignedEvent中添加了字段assignee - 在对象类型
Gist中添加了字段url - 在对象类型
Gist中添加了字段resourcePath - 在对象类型
User中添加了字段savedReplies - 在对象类型
Query中添加了字段sponsorsListing - 添加了类型
SponsorsListing - 添加了类型
SavedReplyOrderField - 添加了类型
SavedReplyOrder - 添加了类型
SavedReply - 添加了类型
SavedReplyEdge - 添加了类型
SavedReplyConnection - 添加了类型
Assignee
模式将进行以下更改
AssignedEvent.user上:将移除user。请改用assignee字段。**自2020年1月1日生效**。UnassignedEvent.user上:将移除user。请改用assignee字段。**自2020年1月1日生效**。2019年7月17日架构变更
GraphQL 模式包含以下更改
- 类型
BusinessAuditEntryData已移除 - 输入字段
template已添加到输入对象类型CreateProjectInput中 - 字段
updateRepository已添加到对象类型Mutation中 - 字段
mergeBranch已添加到对象类型Mutation中 - 类型
UpdateRepositoryInput已添加 - 类型
UpdateRepositoryPayload已添加 - 类型
MergeBranchInput已添加 - 类型
MergeBranchPayload已添加 - 类型
ProjectTemplate已添加
审计日志预览包含这些更改
- 字段
businessUrl已从对象类型RepositoryVisibilityChangeEnableAuditEntry中移除 - 字段
businessSlug已从对象类型RepositoryVisibilityChangeEnableAuditEntry中移除 - 字段
businessResourcePath已从对象类型RepositoryVisibilityChangeEnableAuditEntry中移除 RepositoryVisibilityChangeEnableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型RepositoryVisibilityChangeDisableAuditEntry中移除 - 字段
businessSlug已从对象类型RepositoryVisibilityChangeDisableAuditEntry中移除 - 字段
businessResourcePath已从对象类型RepositoryVisibilityChangeDisableAuditEntry中移除 RepositoryVisibilityChangeDisableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型PrivateRepositoryForkingEnableAuditEntry中移除 - 字段
businessSlug已从对象类型PrivateRepositoryForkingEnableAuditEntry中移除 - 字段
businessResourcePath已从对象类型PrivateRepositoryForkingEnableAuditEntry中移除 PrivateRepositoryForkingEnableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型PrivateRepositoryForkingDisableAuditEntry中移除 - 字段
businessSlug已从对象类型PrivateRepositoryForkingDisableAuditEntry中移除 - 字段
businessResourcePath已从对象类型PrivateRepositoryForkingDisableAuditEntry中移除 PrivateRepositoryForkingDisableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型OrgInviteToBusinessAuditEntry中移除 - 字段
businessSlug已从对象类型OrgInviteToBusinessAuditEntry中移除 - 字段
businessResourcePath已从对象类型OrgInviteToBusinessAuditEntry中移除 OrgInviteToBusinessAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型MembersCanDeleteReposEnableAuditEntry中移除 - 字段
businessSlug已从对象类型MembersCanDeleteReposEnableAuditEntry中移除 - 字段
businessResourcePath已从对象类型MembersCanDeleteReposEnableAuditEntry中移除 MembersCanDeleteReposEnableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型MembersCanDeleteReposDisableAuditEntry中移除 - 字段
businessSlug已从对象类型MembersCanDeleteReposDisableAuditEntry中移除 - 字段
businessResourcePath已从对象类型MembersCanDeleteReposDisableAuditEntry中移除 MembersCanDeleteReposDisableAuditEntry对象类型不再实现BusinessAuditEntryData接口- 字段
businessUrl已从对象类型MembersCanDeleteReposClearAuditEntry中移除 - 字段
businessSlug已从对象类型MembersCanDeleteReposClearAuditEntry中移除 - 字段
businessResourcePath已从对象类型MembersCanDeleteReposClearAuditEntry中移除 MembersCanDeleteReposClearAuditEntry对象类型不再实现BusinessAuditEntryData接口RepositoryVisibilityChangeEnableAuditEntry对象实现EnterpriseAuditEntryData接口RepositoryVisibilityChangeDisableAuditEntry对象实现EnterpriseAuditEntryData接口PrivateRepositoryForkingEnableAuditEntry对象实现EnterpriseAuditEntryData接口PrivateRepositoryForkingDisableAuditEntry对象实现EnterpriseAuditEntryData接口OrgInviteToBusinessAuditEntry对象实现EnterpriseAuditEntryData接口MembersCanDeleteReposEnableAuditEntry对象实现EnterpriseAuditEntryData接口MembersCanDeleteReposDisableAuditEntry对象实现EnterpriseAuditEntryData接口MembersCanDeleteReposClearAuditEntry对象实现EnterpriseAuditEntryData接口- 字段
enterpriseUrl已添加到对象类型RepositoryVisibilityChangeEnableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型RepositoryVisibilityChangeEnableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型RepositoryVisibilityChangeEnableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型RepositoryVisibilityChangeDisableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型RepositoryVisibilityChangeDisableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型RepositoryVisibilityChangeDisableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型PrivateRepositoryForkingEnableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型PrivateRepositoryForkingEnableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型PrivateRepositoryForkingEnableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型PrivateRepositoryForkingDisableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型PrivateRepositoryForkingDisableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型PrivateRepositoryForkingDisableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型OrgInviteToBusinessAuditEntry中 - 字段
enterpriseSlug已添加到对象类型OrgInviteToBusinessAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型OrgInviteToBusinessAuditEntry中 - 字段
enterpriseUrl已添加到对象类型MembersCanDeleteReposEnableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型MembersCanDeleteReposEnableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型MembersCanDeleteReposEnableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型MembersCanDeleteReposDisableAuditEntry中 - 字段
enterpriseSlug已添加到对象类型MembersCanDeleteReposDisableAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型MembersCanDeleteReposDisableAuditEntry中 - 字段
enterpriseUrl已添加到对象类型MembersCanDeleteReposClearAuditEntry中 - 字段
enterpriseSlug已添加到对象类型MembersCanDeleteReposClearAuditEntry中 - 字段
enterpriseResourcePath已添加到对象类型MembersCanDeleteReposClearAuditEntry中 - 类型
EnterpriseAuditEntryData已添加
2019年7月4日架构变更
GraphQL 模式包含以下更改
- 枚举值
READY_FOR_REVIEW_EVENT已添加到枚举PullRequestTimelineItemsItemType中 - 联合成员
ReadyForReviewEvent已添加到联合类型PullRequestTimelineItems中 - 类型
ReadyForReviewEvent已添加
2019年6月28日架构变更
GraphQL 模式包含以下更改
- 字段
updateRef已添加到对象类型Mutation中 - 字段
deleteRef已添加到对象类型Mutation中 - 字段
createRef已添加到对象类型Mutation中 - 类型
UpdateRefInput已添加 - 类型
UpdateRefPayload已添加 - 类型
DeleteRefInput已添加 - 类型
DeleteRefPayload已添加 - 类型
CreateRefInput已添加 - 类型
CreateRefPayload已添加
模式将进行以下更改
Organization.pinnedRepositories上:将移除pinnedRepositories。请改用ProfileOwner.pinnedItems。**自2019年10月1日生效**。RepositoryOwner.pinnedRepositories上:将移除pinnedRepositories。请改用ProfileOwner.pinnedItems。**自2019年10月1日生效**。RepositoryVulnerabilityAlert.affectedRange上:将移除affectedRange。请改用securityVulnerability.vulnerableVersionRange。**自2019年10月1日生效**。RepositoryVulnerabilityAlert.externalIdentifier上:将移除externalIdentifier。请改用securityAdvisory.identifiers。**自2019年10月1日生效**。RepositoryVulnerabilityAlert.externalReference上:将移除externalReference。请改用securityAdvisory.references。**自2019年10月1日生效**。RepositoryVulnerabilityAlert.fixedIn上:将移除fixedIn。请改用securityVulnerability.firstPatchedVersion。**自2019年10月1日生效**。RepositoryVulnerabilityAlert.packageName上:将移除packageName。请改用securityVulnerability.package。**自2019年10月1日生效**。User.pinnedRepositories上:将移除pinnedRepositories。请改用ProfileOwner.pinnedItems。**自2019年10月1日生效**。2019年6月26日架构变更
GraphQL 模式包含以下更改
- 字段
createRepository已添加到对象类型Mutation中 - 类型
CreateRepositoryInput已添加 - 类型
CreateRepositoryPayload已添加
2019年6月25日架构变更
GraphQL 模式包含以下更改
- 字段
PublicKey.updatedAt的类型已从DateTime!更改为DateTime - 字段
PublicKey.isReadOnly的类型已从Boolean!更改为Boolean - 字段
PublicKey.createdAt的类型已从DateTime!更改为DateTime - 字段
PublicKey.fingerprint的类型已从String更改为String! - 字段
issuePrioritiesDebug已添加到对象类型Milestone中
2019年6月19日架构变更
GraphQL 模式包含以下更改
- 联合成员
App已添加到联合类型SearchResultItem中 - 字段
cloneTemplateRepository已添加到对象类型Mutation中 - 字段
isTemplate已添加到对象类型RepositoryInfo中 - 字段
templateRepository已添加到对象类型Repository中 - 字段
isTemplate已添加到对象类型Repository中 - 类型
RepositoryVisibility已添加 - 类型
CloneTemplateRepositoryInput已添加 - 类型
CloneTemplateRepositoryPayload已添加
2019年6月14日架构变更
GraphQL 模式包含以下更改
- 输入字段
ContributionOrder.field的类型已从ContributionOrderField!更改为ContributionOrderField
模式将进行以下更改
ContributionOrder.field上:将移除field。仅支持一个排序字段。**自2019年10月1日生效**。2019年6月12日架构变更
GraphQL 模式包含以下更改
- 枚举值
USER已添加到枚举PinnableItemType中 - 枚举值
TEAM已添加到枚举PinnableItemType中 - 枚举值
PULL_REQUEST已添加到枚举PinnableItemType中 - 枚举值
PROJECT已添加到枚举PinnableItemType中 - 枚举值
ORGANIZATION已添加到枚举PinnableItemType中 - 字段
requiresCodeOwnerReviews已添加到对象类型BranchProtectionRule中
[标签预览预览](/graphql/overview/schema-previews#labels-preview)包含这些更改
- 输入字段
description已添加到输入对象类型UpdateLabelInput中 - 输入字段
description已添加到输入对象类型CreateLabelInput中
2019年6月4日架构变更
模式将进行以下更改
Issue.timeline上:将移除timeline。请改用Issue.timelineItems。**自2019年10月1日生效**。
PullRequest.timeline中:timeline 将被移除。请使用 PullRequest.timelineItems 替代。**自 2019 年 10 月 1 日起生效**。2019 年 5 月 31 日的模式更改
GraphQL 模式包含以下更改
- 输入字段
expiresAt已添加到输入对象类型ChangeUserStatusInput中 - 字段
avatarUrl已添加到对象类型StatusContext中 - 字段
expiresAt已添加到对象类型UserStatus中
2019 年 5 月 29 日的模式更改
GraphQL 模式包含以下更改
- 枚举值
TRIAGE已添加到枚举RepositoryPermission中 - 枚举值
MAINTAIN已添加到枚举RepositoryPermission中 - 字段
openGraphImageUrl已添加到对象类型Repository中 - 字段
openGraphImageUrl已添加到对象类型RepositoryInfo中 - 字段
usesCustomOpenGraphImage已添加到对象类型Repository中 - 字段
usesCustomOpenGraphImage已添加到对象类型RepositoryInfo中
2019 年 5 月 23 日的模式更改
GraphQL 模式包含以下更改
- 添加了类型
OrganizationAuditEntryEdge - 添加了类型
OrganizationAuditEntryConnection
审计日志预览包含这些更改
- 字段
auditLog已添加到对象类型Organization中 - 添加了类型
AuditLogOrderField - 添加了类型
AuditLogOrder - 添加了类型
TeamRemoveRepositoryAuditEntry - 添加了类型
TeamRemoveMemberAuditEntry - 添加了类型
TeamChangeParentTeamAuditEntry - 添加了类型
TeamAddRepositoryAuditEntry - 添加了类型
TeamAddMemberAuditEntry - 添加了类型
RepositoryVisibilityChangeEnableAuditEntry - 添加了类型
RepositoryVisibilityChangeDisableAuditEntry - 添加了类型
RepoRemoveMemberAuditEntryVisibility - 添加了类型
RepoRemoveMemberAuditEntry - 添加了类型
RepoConfigUnlockAnonymousGitAccessAuditEntry - 添加了类型
RepoConfigLockAnonymousGitAccessAuditEntry - 添加了类型
RepoConfigEnableSockpuppetDisallowedAuditEntry - 添加了类型
RepoConfigEnableContributorsOnlyAuditEntry - 添加了类型
RepoConfigEnableCollaboratorsOnlyAuditEntry - 添加了类型
RepoConfigEnableAnonymousGitAccessAuditEntry - 添加了类型
RepoConfigDisableSockpuppetDisallowedAuditEntry - 添加了类型
RepoConfigDisableContributorsOnlyAuditEntry - 添加了类型
RepoConfigDisableCollaboratorsOnlyAuditEntry - 添加了类型
RepoConfigDisableAnonymousGitAccessAuditEntry - 添加了类型
RepoAddMemberAuditEntryVisibility - 添加了类型
RepoAddMemberAuditEntry - 添加了类型
RepoAccessAuditEntryVisibility - 添加了类型
RepoAccessAuditEntry - 添加了类型
PrivateRepositoryForkingEnableAuditEntry - 添加了类型
PrivateRepositoryForkingDisableAuditEntry - 添加了类型
OrgUpdateMemberRepositoryInvitationPermissionAuditEntry - 添加了类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility - 添加了类型
OrgUpdateMemberRepositoryCreationPermissionAuditEntry - 添加了类型
OrgUpdateMemberAuditEntryPermission - 添加了类型
OrgUpdateMemberAuditEntry - 添加了类型
OrgUpdateDefaultRepositoryPermissionAuditEntryPermission - 添加了类型
OrgUpdateDefaultRepositoryPermissionAuditEntry - 添加了类型
OrgUnblockUserAuditEntry - 添加了类型
TeamAuditEntryData - 添加了类型
OrgRestoreMemberMembershipTeamAuditEntryData - 添加了类型
RepositoryAuditEntryData - 添加了类型
OrgRestoreMemberMembershipRepositoryAuditEntryData - 添加了类型
OrgRestoreMemberMembershipOrganizationAuditEntryData - 添加了类型
OrgRestoreMemberAuditEntryMembership - 添加了类型
OrgRestoreMemberAuditEntry - 添加了类型
OrgRemoveOutsideCollaboratorAuditEntryReason - 添加了类型
OrgRemoveOutsideCollaboratorAuditEntryMembershipType - 添加了类型
OrgRemoveOutsideCollaboratorAuditEntry - 添加了类型
OrgRemoveMemberAuditEntryReason - 添加了类型
OrgRemoveMemberAuditEntryMembershipType - 添加了类型
OrgRemoveMemberAuditEntry - 添加了类型
OrgRemoveBillingManagerAuditEntryReason - 添加了类型
OrgRemoveBillingManagerAuditEntry - 添加了类型
OrgOauthAppAccessRequestedAuditEntry - 添加了类型
OrgOauthAppAccessDeniedAuditEntry - 添加了类型
OrgOauthAppAccessApprovedAuditEntry - 添加了类型
OrgInviteToBusinessAuditEntry - 添加了类型
OrgInviteMemberAuditEntry - 添加了类型
OrgEnableTwoFactorRequirementAuditEntry - 添加了类型
OrgEnableSamlAuditEntry - 添加了类型
OrgEnableOauthAppRestrictionsAuditEntry - 添加了类型
OrgDisableTwoFactorRequirementAuditEntry - 添加了类型
OrgDisableSamlAuditEntry - 添加了类型
OrgDisableOauthAppRestrictionsAuditEntry - 添加了类型
OrgConfigEnableCollaboratorsOnlyAuditEntry - 添加了类型
OrgConfigDisableCollaboratorsOnlyAuditEntry - 添加了类型
OrgBlockUserAuditEntry - 添加了类型
OrgAddMemberAuditEntryPermission - 添加了类型
OrgAddMemberAuditEntry - 添加了类型
OrgAddBillingManagerAuditEntry - 添加了类型
OauthApplicationCreateAuditEntryState - 添加了类型
OauthApplicationAuditEntryData - 添加了类型
OauthApplicationCreateAuditEntry - 添加了类型
MembersCanDeleteReposEnableAuditEntry - 添加了类型
MembersCanDeleteReposDisableAuditEntry - 添加了类型
OrganizationAuditEntryData - 添加了类型
BusinessAuditEntryData - 添加了类型
PreciseDateTime - 添加了类型
ActorLocation - 添加了类型
AuditEntryActor - 添加了类型
AuditEntry - 添加了类型
MembersCanDeleteReposClearAuditEntry - 添加了类型
OrganizationAuditEntry
2019 年 5 月 13 日的模式更改
GraphQL 模式包含以下更改
- 枚举值
ISSUE已添加到枚举PinnableItemType中 - 字段
origin已添加到对象类型SecurityAdvisory中
2019 年 4 月 23 日的模式更改
GraphQL 模式包含以下更改
- 字段
isArchived已添加到对象类型MarketplaceListing中
模式将进行以下更改
MarketplaceListing.hasApprovalBeenRequested中:hasApprovalBeenRequested 将被移除。请使用isVerificationPendingFromDraft替代。**自 2019 年 10 月 1 日起生效**。MarketplaceListing.isApproved中:isApproved 将被移除。请使用isPublic替代。**自 2019 年 10 月 1 日起生效**。MarketplaceListing.isDelisted中:isDelisted 将被移除。请使用isArchived替代。**自 2019 年 10 月 1 日起生效**。2019 年 4 月 10 日的模式更改
GraphQL 模式包含以下更改
- 字段
permissionSources已添加到对象类型RepositoryCollaboratorEdge中 - 添加了类型
PermissionGranter - 添加了类型
PermissionSource
2019 年 4 月 4 日的模式更改
GraphQL 模式包含以下更改
- 枚举值
USER_BLOCKED_EVENT已添加到枚举IssueTimelineItemsItemType中 - 联合成员
UserBlockedEvent已添加到联合类型IssueTimelineItems中 - 联合成员
UserBlockedEvent已添加到联合类型IssueTimelineItem中 - 枚举值
USER_BLOCKED_EVENT已添加到枚举PullRequestTimelineItemsItemType中 - 联合成员
UserBlockedEvent已添加到联合类型PullRequestTimelineItems中 - 联合成员
UserBlockedEvent已添加到联合类型PullRequestTimelineItem中 - 字段
isDisabled已添加到对象类型Repository中 - 添加了类型
UserBlockDuration - 添加了类型
UserBlockedEvent
2019 年 3 月 30 日的模式更改
GraphQL 模式包含以下更改
User对象实现了ProfileOwner接口Organization对象实现了ProfileOwner接口- 字段
viewerCanChangePinnedItems已添加到对象类型User中 - 字段
pinnedItemsRemaining已添加到对象类型User中 - 字段
pinnedItems已添加到对象类型User中 - 字段
pinnableItems已添加到对象类型User中 - 字段
itemShowcase已添加到对象类型User中 - 字段
anyPinnableItems已添加到对象类型User中 - 字段
viewerCanChangePinnedItems已添加到对象类型Organization中 - 字段
pinnedItemsRemaining已添加到对象类型Organization中 - 字段
pinnedItems已添加到对象类型Organization中 - 字段
pinnableItems已添加到对象类型Organization中 - 字段
itemShowcase已添加到对象类型Organization中 - 字段
anyPinnableItems已添加到对象类型Organization中 - 添加了类型
PinnableItem - 添加了类型
PinnableItemEdge - 添加了类型
PinnableItemConnection - 添加了类型
ProfileItemShowcase - 添加了类型
PinnableItemType - 添加了类型
ProfileOwner
模式将进行以下更改
Organization.pinnedRepositories中:pinnedRepositories 将被移除。请使用 ProfileOwner.pinnedItems 替代。**自 2019 年 7 月 1 日起生效**。RepositoryOwner.pinnedRepositories中:pinnedRepositories 将被移除。请使用 ProfileOwner.pinnedItems 替代。**自 2019 年 7 月 1 日起生效**。User.pinnedRepositories中:pinnedRepositories 将被移除。请使用 ProfileOwner.pinnedItems 替代。**自 2019 年 7 月 1 日起生效**。2019 年 3 月 29 日的模式更改
GraphQL 模式包含以下更改
- 字段
cloneProject已添加到对象类型Mutation中 - 添加了类型
CloneProjectInput - 添加了类型
CloneProjectPayload
2019 年 3 月 23 日的模式更改
模式将进行以下更改
Repository.protectedBranches中:protectedBranches 将被移除。请使用Repository.branchProtectionRules替代。**自 2019 年 1 月 1 日起生效**。Migration.uploadUrlTemplate中:uploadUrlTemplate 将被移除。请使用uploadUrl替代。**自 2019 年 4 月 1 日起生效**。Organization.members中:members 将被移除。请使用Organization.membersWithRole替代。**自 2019 年 4 月 1 日起生效**。ContributionsCollection.firstIssueContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.firstPullRequestContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.firstRepositoryContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.joinedGitHubContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.affectedRange中:affectedRange 将被移除。请使用securityVulnerability.vulnerableVersionRange替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.externalIdentifier中:externalIdentifier 将被移除。请使用securityAdvisory.identifiers替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.externalReference中:externalReference 将被移除。请使用securityAdvisory.references替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.fixedIn中:fixedIn 将被移除。请使用securityVulnerability.firstPatchedVersion替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.packageName中:packageName 将被移除。请使用securityVulnerability.package替代。**自 2019 年 7 月 1 日起生效**。ReviewDismissedEvent.message中:message 将被移除。请使用dismissalMessage替代。**自 2019 年 7 月 1 日起生效**。ReviewDismissedEvent.messageHtml中:messageHtml 将被移除。请使用dismissalMessageHTML替代。**自 2019 年 7 月 1 日起生效**。2019 年 3 月 19 日的模式更改
模式将进行以下更改
ContributionsCollection.firstIssueContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.firstPullRequestContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.firstRepositoryContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。ContributionsCollection.joinedGitHubContribution.ignoreTimeRange中:ignoreTimeRange 将被移除。请使用起始时间足够早的ContributionsCollection **自 2019 年 7 月 1 日起生效**。2019 年 3 月 6 日的模式更改
GraphQL 模式包含以下更改
- 字段
pullRequestReviewContributionsByRepository已添加到对象类型ContributionsCollection中 - 字段
pullRequestContributionsByRepository已添加到对象类型ContributionsCollection中 - 字段
issueContributionsByRepository已添加到对象类型ContributionsCollection中 - 添加了类型
PullRequestReviewContributionsByRepository - 添加了类型
PullRequestContributionsByRepository - 添加了
IssueContributionsByRepository类型
统一业务身份预览包含以下更改
- 在对象类型
BusinessAdminInfo中添加了字段pendingCollaborators - 在对象类型
BusinessAdminInfo中添加了字段outsideCollaborators - 在对象类型
Business中添加了字段members - 添加了
BusinessMemberEdge类型 - 添加了
BusinessMemberConnection类型 - 添加了类型
RepositoryInvitationOrder - 添加了
BusinessPendingCollaboratorEdge类型 - 添加了
BusinessPendingCollaboratorConnection类型 - 添加了
BusinessRepositoryInfoEdge类型 - 添加了
BusinessRepositoryInfoConnection类型 - 添加了
BusinessOutsideCollaboratorEdge类型 - 添加了
BusinessOutsideCollaboratorConnection类型
2019-03-04 的模式更改
GraphQL 模式包含以下更改
- 从对象类型
Mutation中移除了字段updateBusinessMembersCanUpdateProtectedBranchesSetting - 移除了
UpdateBusinessMembersCanUpdateProtectedBranchesSettingInput类型 - 移除了
UpdateBusinessMembersCanUpdateProtectedBranchesSettingPayload类型 - 在对象类型
ContributionsCollection中添加了字段pullRequestReviewContributions - 在对象类型
ContributionsCollection中添加了字段contributionYears - 添加了
CreatedPullRequestReviewContribution类型 - 添加了
CreatedPullRequestReviewContributionEdge类型 - 添加了
CreatedPullRequestReviewContributionConnection类型
统一业务身份预览包含以下更改
- 在字段
BusinessBillingInfo.pendingBillingManagerInvitations中添加了参数orderBy: BusinessMemberInvitationOrder - 在字段
BusinessAdminInfo.pendingMemberInvitations中添加了参数orderBy: OrganizationInvitationOrder - 在字段
BusinessAdminInfo.pendingAdminInvitations中添加了参数orderBy: BusinessMemberInvitationOrder - 添加了类型
RepositoryInvitationOrderField - 添加了
OrganizationInvitationOrderField类型 - 添加了
OrganizationInvitationOrder类型 - 添加了
BusinessMemberInvitationOrderField类型 - 添加了
BusinessMemberInvitationOrder类型
2019-03-02 的模式更改
GraphQL 模式包含以下更改
- 在字段
ContributionsCollection.issueContributions中添加了参数orderBy: ContributionOrder - 在对象类型
ContributionsCollection中添加了字段repositoryContributions - 添加了
CreatedRepositoryContributionEdge类型 - 添加了
CreatedRepositoryContributionConnection类型
2019-02-26 的模式更改
GraphQL 模式包含以下更改
- 字段
OrganizationMemberEdge.hasTwoFactorEnabled的类型从Boolean!更改为Boolean
2019-02-23 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
GistFile中添加了字段language - 在对象类型
GistFile中添加了字段isTruncated - 在对象类型
GistFile中添加了字段isImage - 在对象类型
GistFile中添加了字段extension - 在对象类型
GistFile中添加了字段encodedName - 添加了类型
IdentityProviderConfigurationState
统一业务身份预览包含以下更改
- 在对象类型
BusinessAdminInfo中添加了字段samlIdentityProviderSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段actionExecutionCapabilitySettingOrganizations - 在字段
Business.organizations中添加了参数query: String
2019-02-21 的模式更改
GraphQL 模式包含以下更改
- 在枚举
MergeStateStatus中添加了枚举值DRAFT - 在对象类型
MarketplaceListing中添加了字段isVerified - 在对象类型
MarketplaceListing中添加了字段isVerificationPendingFromUnverified - 在对象类型
MarketplaceListing中添加了字段isVerificationPendingFromDraft - 在对象类型
MarketplaceListing中添加了字段isUnverifiedPending - 在对象类型
MarketplaceListing中添加了字段isUnverified - 在对象类型
MarketplaceListing中添加了字段isPublic
2019-02-20 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
CommitContributionsByRepository中添加了字段contributions - 在对象类型
ContributionsCollection中添加了字段pullRequestContributions - 在对象类型
ContributionsCollection中添加了字段firstRepositoryContribution - 添加了
ContributionOrderField类型 - 添加了
ContributionOrder类型 - 添加了
CreatedPullRequestContributionConnection类型 - 添加了
CreatedRepositoryContribution类型 - 添加了
CreatedRepositoryOrRestrictedContribution类型 - 添加了
CommitContributionOrderField类型 - 添加了
CommitContributionOrder类型 - 添加了
CreatedCommitContribution类型 - 添加了
CreatedCommitContributionEdge类型 - 添加了
CreatedCommitContributionConnection类型
2019-02-15 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
Gist中添加了字段isFork - 在对象类型
Gist中添加了字段files - 在对象类型
ContributionsCollection中添加了字段commitContributionsByRepository - 添加了
GistFile类型 - 添加了
CommitContributionsByRepository类型
草稿拉取请求预览包含以下更改
- 在输入对象类型
CreatePullRequestInput中添加了输入字段draft - 在对象类型
Mutation中添加了字段markPullRequestReadyForReview - 在对象类型
PullRequest中添加了字段isDraft - 添加了
MarkPullRequestReadyForReviewInput类型 - 添加了
MarkPullRequestReadyForReviewPayload类型
2019-02-13 的模式更改
GraphQL 模式包含以下更改
Organization对象实现了MemberStatusable接口Team对象实现了MemberStatusable接口User对象实现了ProjectOwner接口- 在对象类型
Mutation中添加了字段changeUserStatus - 在对象类型
Organization中添加了字段memberStatuses - 在对象类型
Team中添加了字段memberStatuses - 在对象类型
User中添加了字段viewerCanCreateProjects - 在对象类型
User中添加了字段status - 在对象类型
User中添加了字段projectsUrl - 在对象类型
User中添加了字段projectsResourcePath - 在对象类型
User中添加了字段projects - 在对象类型
User中添加了字段project - 添加了
ChangeUserStatusInput类型 - 添加了
ChangeUserStatusPayload类型 - 添加了
UserStatusOrderField类型 - 添加了
UserStatusOrder类型 - 添加了
UserStatus类型 - 添加了
UserStatusEdge类型 - 添加了
UserStatusConnection类型 - 添加了
MemberStatusable类型
2019-02-12 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
PublicKey中添加了字段updatedAt - 在对象类型
PublicKey中添加了字段isReadOnly - 在对象类型
PublicKey中添加了字段fingerprint - 在对象类型
PublicKey中添加了字段createdAt - 在对象类型
PublicKey中添加了字段accessedAt - 在对象类型
OrganizationMemberEdge中添加了字段hasTwoFactorEnabled - 添加了
SetBusinessIdentityProviderInput类型 - 添加了
SetBusinessIdentityProviderPayload类型 - 添加了
RemoveBusinessIdentityProviderInput类型 - 添加了
RemoveBusinessIdentityProviderPayload类型 - 添加了
RegenerateBusinessIdentityProviderRecoveryCodesInput类型 - 添加了
RegenerateBusinessIdentityProviderRecoveryCodesPayload类型
统一业务身份预览包含以下更改
- 在对象类型
Mutation中添加了字段setBusinessIdentityProvider - 在对象类型
Mutation中添加了字段removeBusinessIdentityProvider - 在对象类型
Mutation中添加了字段regenerateBusinessIdentityProviderRecoveryCodes - 在对象类型
BusinessAdminInfo中添加了字段twoFactorRequiredSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段teamDiscussionsSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段samlIdentityProvider - 在对象类型
BusinessAdminInfo中添加了字段repositoryProjectsSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段organizationProjectsSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段membersCanInviteCollaboratorsSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段membersCanDeleteRepositoriesSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段membersCanDeleteIssuesSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段membersCanCreateRepositoriesSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段membersCanChangeRepositoryVisibilitySettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段defaultRepositoryPermissionSettingOrganizations - 在对象类型
BusinessAdminInfo中添加了字段allowPrivateRepositoryForkingSettingOrganizations - 添加了类型
SamlSignatureAlgorithm - 添加了类型
SamlDigestAlgorithm - 添加了
BusinessIdentityProvider类型 - 添加了类型
OrganizationMembersCanCreateRepositoriesSettingValue
2019-02-09 的模式更改
GraphQL 模式包含以下更改
- 字段
Commit.deployments上参数orderBy的默认值从{"field"=>"CREATED_AT", "direction"=>"DESC"}更改为{"field"=>"CREATED_AT", "direction"=>"ASC"} - 字段
Repository.deployments上参数orderBy的默认值从{"field"=>"CREATED_AT", "direction"=>"DESC"}更改为{"field"=>"CREATED_AT", "direction"=>"ASC"}
2019-02-07 的模式更改
GraphQL 模式包含以下更改
- 添加了
DefaultRepositoryPermissionField类型
仓库漏洞警报预览包含以下更改
- 字段
RepositoryVulnerabilityAlert.externalReference的类型从String更改为String! - 在对象类型
RepositoryVulnerabilityAlert中添加了字段vulnerableRequirements - 在对象类型
RepositoryVulnerabilityAlert中添加了字段vulnerableManifestPath - 在对象类型
RepositoryVulnerabilityAlert中添加了字段vulnerableManifestFilename - 在对象类型
RepositoryVulnerabilityAlert中添加了字段securityVulnerability - 在对象类型
RepositoryVulnerabilityAlert中添加了字段securityAdvisory
模式将进行以下更改
RepositoryVulnerabilityAlert.affectedRange中:affectedRange 将被移除。请使用securityVulnerability.vulnerableVersionRange替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.externalIdentifier中:externalIdentifier 将被移除。请使用securityAdvisory.identifiers替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.externalReference中:externalReference 将被移除。请使用securityAdvisory.references替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.fixedIn中:fixedIn 将被移除。请使用securityVulnerability.firstPatchedVersion替代。**自 2019 年 7 月 1 日起生效**。RepositoryVulnerabilityAlert.packageName中:packageName 将被移除。请使用securityVulnerability.package替代。**自 2019 年 7 月 1 日起生效**。2019-02-06 的模式更改
GraphQL 模式包含以下更改
- 在枚举
DeploymentStatusState中添加了枚举值QUEUED - 在枚举
DeploymentStatusState中添加了枚举值IN_PROGRESS - 在对象类型
ReviewDismissedEvent中添加了字段dismissalMessageHTML - 在对象类型
ReviewDismissedEvent中添加了字段dismissalMessage
模式将进行以下更改
ReviewDismissedEvent.message中:message 将被移除。请使用dismissalMessage替代。**自 2019 年 7 月 1 日起生效**。ReviewDismissedEvent.messageHtml中:messageHtml 将被移除。请使用dismissalMessageHTML替代。**自 2019 年 7 月 1 日起生效**。2019-02-04 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
Commit中添加了字段deployments - 在字段
Repository.deployments中添加了参数orderBy: DeploymentOrder - 添加了类型
UpdateBusinessTwoFactorAuthenticationRequiredSettingInput - 添加了类型
UpdateBusinessTwoFactorAuthenticationRequiredSettingPayload - 添加了类型
UpdateBusinessTeamDiscussionsSettingInput - 添加了类型
UpdateBusinessTeamDiscussionsSettingPayload - 添加了类型
UpdateBusinessRepositoryProjectsSettingInput - 添加了类型
UpdateBusinessRepositoryProjectsSettingPayload - 添加了类型
UpdateBusinessProfileInput - 添加了类型
UpdateBusinessProfilePayload - 添加了类型
UpdateBusinessOrganizationProjectsSettingInput - 添加了类型
UpdateBusinessOrganizationProjectsSettingPayload - 添加了类型
UpdateBusinessMembersCanUpdateProtectedBranchesSettingInput - 添加了类型
UpdateBusinessMembersCanUpdateProtectedBranchesSettingPayload - 添加了类型
UpdateBusinessMembersCanInviteCollaboratorsSettingInput - 添加了类型
UpdateBusinessMembersCanInviteCollaboratorsSettingPayload - 添加了类型
UpdateBusinessMembersCanDeleteRepositoriesSettingInput - 添加了类型
UpdateBusinessMembersCanDeleteRepositoriesSettingPayload - 添加了类型
UpdateBusinessMembersCanDeleteIssuesSettingInput - 添加了类型
UpdateBusinessMembersCanDeleteIssuesSettingPayload - 添加了类型
UpdateBusinessMembersCanCreateRepositoriesSettingInput - 添加了类型
UpdateBusinessMembersCanCreateRepositoriesSettingPayload - 添加了类型
UpdateBusinessMembersCanChangeRepositoryVisibilitySettingInput - 添加了类型
UpdateBusinessMembersCanChangeRepositoryVisibilitySettingPayload - 添加了类型
UpdateBusinessDefaultRepositoryPermissionSettingInput - 添加了类型
UpdateBusinessDefaultRepositoryPermissionSettingPayload - 添加了类型
UpdateBusinessAllowPrivateRepositoryForkingSettingInput - 添加了类型
UpdateBusinessAllowPrivateRepositoryForkingSettingPayload - 添加了类型
RemoveBusinessBillingManagerInput - 添加了类型
RemoveBusinessBillingManagerPayload - 添加了类型
RemoveBusinessAdminInput - 添加了类型
RemoveBusinessAdminPayload - 添加了类型
InviteBusinessBillingManagerInput - 添加了类型
InviteBusinessBillingManagerPayload - 添加了类型
InviteBusinessAdminInput - 添加了类型
InviteBusinessAdminPayload - 添加了类型
CancelBusinessBillingManagerInvitationInput - 添加了类型
CancelBusinessBillingManagerInvitationPayload - 添加了类型
CancelBusinessAdminInvitationInput - 添加了类型
CancelBusinessAdminInvitationPayload - 添加了类型
AcceptBusinessMemberInvitationInput - 添加了类型
AcceptBusinessMemberInvitationPayload - 添加了类型
BusinessMemberInvitationEdge - 添加了类型
BusinessMemberInvitationConnection - 添加了类型
DeploymentOrderField - 添加了类型
DeploymentOrder
统一业务身份预览包含以下更改
- 在对象类型
Mutation中添加了字段updateBusinessTwoFactorAuthenticationRequiredSetting - 在对象类型
Mutation中添加了字段updateBusinessTeamDiscussionsSetting - 在对象类型
Mutation中添加了字段updateBusinessRepositoryProjectsSetting - 在对象类型
Mutation中添加了字段updateBusinessProfile - 在对象类型
Mutation中添加了字段updateBusinessOrganizationProjectsSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanUpdateProtectedBranchesSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanInviteCollaboratorsSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanDeleteRepositoriesSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanDeleteIssuesSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanCreateRepositoriesSetting - 在对象类型
Mutation中添加了字段updateBusinessMembersCanChangeRepositoryVisibilitySetting - 在对象类型
Mutation中添加了字段updateBusinessDefaultRepositoryPermissionSetting - 在对象类型
Mutation中添加了字段updateBusinessAllowPrivateRepositoryForkingSetting - 在对象类型
Mutation中添加了字段removeBusinessBillingManager - 在对象类型
Mutation中添加了字段removeBusinessAdmin - 在对象类型
Mutation中添加了字段inviteBusinessBillingManager - 在对象类型
Mutation中添加了字段inviteBusinessAdmin - 在对象类型
Mutation中添加了字段cancelBusinessBillingManagerInvitation - 在对象类型
Mutation中添加了字段cancelBusinessAdminInvitation - 在对象类型
Mutation中添加了字段acceptBusinessMemberInvitation - 在对象类型
Query中添加了字段businessMemberInvitationByToken - 在对象类型
Query中添加了字段businessMemberInvitation - 在对象类型
Query中添加了字段business - 添加了类型
BusinessRepositoryInfo - 添加了类型
OrganizationOrderField - 添加了类型
OrganizationOrder - 添加了类型
BusinessBillingInfo - 添加了类型
BusinessEnabledSettingValue - 添加了类型
BusinessPendingMemberInvitationConnection - 添加了类型
BusinessMemberInvitationRole - 添加了类型
BusinessMemberInvitation - 添加了类型
BusinessMembersCanCreateRepositoriesSettingValue - 添加了类型
BusinessDefaultRepositoryPermissionSettingValue - 添加了类型
BusinessEnabledDisabledSettingValue - 添加了类型
BusinessAdminInfo - 添加了类型
Business
2019-01-31 的 Schema 变更
GraphQL 模式包含以下更改
CodeOfConduct对象实现了Node接口- 在对象类型
CodeOfConduct中添加了字段resourcePath - 在对象类型
CodeOfConduct中添加了字段id - 添加了类型
PullRequestReviewThreadEdge - 添加了类型
PullRequestReviewThreadConnection
Pull Requests 预览包含以下变更
- 在对象类型
PullRequest中添加了字段reviewThreads
2019-01-30 的 Schema 变更
GraphQL 模式包含以下更改
CodeOfConduct对象实现了Node接口- 在对象类型
CodeOfConduct中添加了字段resourcePath - 在对象类型
CodeOfConduct中添加了字段id - 添加了类型
PullRequestReviewThreadEdge - 添加了类型
PullRequestReviewThreadConnection
Pull Requests 预览包含以下变更
- 在对象类型
PullRequest中添加了字段reviewThreads
2019-01-18 的 Schema 变更
GraphQL 模式包含以下更改
- 在枚举类型
ReactionContent中添加了枚举值ROCKET - 在枚举类型
ReactionContent中添加了枚举值EYES
2019-01-16 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
ContributionsCollection中添加了字段issueContributions - 添加了类型
CreatedIssueContributionConnection
2019-01-11 的 Schema 变更
GraphQL 模式包含以下更改
PullRequestReview对象实现了Reactable接口- 在对象类型
PullRequestReview中添加了字段viewerCanReact - 在对象类型
PullRequestReview中添加了字段reactions - 在对象类型
PullRequestReview中添加了字段reactionGroups
悬停卡片预览包含以下变更
- 在字段
PullRequest.hovercard中添加了参数includeNotificationContexts: Boolean - 在字段
Issue.hovercard中添加了参数includeNotificationContexts: Boolean
2019-01-08 的 Schema 变更
GraphQL 模式包含以下更改
- 从对象类型
ReviewDismissalAllowance中删除了字段protectedBranch - 从对象类型
PushAllowance中删除了字段protectedBranch
2019-01-05 的 Schema 变更
GraphQL 模式包含以下更改
- 添加了类型
DeleteIssueInput - 添加了类型
DeleteIssuePayload
问题预览包含以下变更
- 在对象类型
Mutation中添加了字段deleteIssue
2019-01-03 的 Schema 变更
GraphQL 模式包含以下更改
- 字段
UpdateTopicsPayload.repository的类型从Repository!更改为Repository - 字段
UpdateSubscriptionPayload.subscribable的类型从Subscribable!更改为Subscribable - 字段
UpdatePullRequestReviewCommentPayload.pullRequestReviewComment的类型从PullRequestReviewComment!更改为PullRequestReviewComment - 字段
UpdatePullRequestReviewPayload.pullRequestReview的类型从PullRequestReview!更改为PullRequestReview - 字段
UpdateProjectColumnPayload.projectColumn的类型从ProjectColumn!更改为ProjectColumn - 字段
UpdateProjectCardPayload.projectCard的类型从ProjectCard!更改为ProjectCard - 字段
UpdateProjectPayload.project的类型从Project!更改为Project - 字段
SubmitPullRequestReviewPayload.pullRequestReview的类型从PullRequestReview!更改为PullRequestReview - 字段
RequestReviewsPayload.requestedReviewersEdge的类型从UserEdge!更改为UserEdge - 字段
RequestReviewsPayload.pullRequest的类型从PullRequest!更改为PullRequest - 字段
RemoveStarPayload.starrable的类型从Starrable!更改为Starrable - 字段
RemoveReactionPayload.subject的类型从Reactable!更改为Reactable - 字段
RemoveReactionPayload.reaction的类型从Reaction!更改为Reaction - 字段
RemoveOutsideCollaboratorPayload.removedUser的类型从User!更改为User - 字段
MoveProjectColumnPayload.columnEdge的类型从ProjectColumnEdge!更改为ProjectColumnEdge - 字段
MoveProjectCardPayload.cardEdge的类型从ProjectCardEdge!更改为ProjectCardEdge - 字段
DismissPullRequestReviewPayload.pullRequestReview的类型从PullRequestReview!更改为PullRequestReview - 字段
DeletePullRequestReviewPayload.pullRequestReview的类型从PullRequestReview!更改为PullRequestReview - 字段
DeleteProjectColumnPayload.project的类型从Project!更改为Project - 字段
DeleteProjectColumnPayload.deletedColumnId的类型从ID!更改为ID - 字段
DeleteProjectCardPayload.deletedCardId的类型从ID!更改为ID - 字段
DeleteProjectCardPayload.column的类型从ProjectColumn!更改为ProjectColumn - 字段
DeleteProjectPayload.owner的类型从ProjectOwner!更改为ProjectOwner - 字段
DeclineTopicSuggestionPayload.topic的类型从Topic!更改为Topic - 字段
CreateProjectPayload.project的类型从Project!更改为Project - 字段
AddStarPayload.starrable的类型从Starrable!更改为Starrable - 字段
AddReactionPayload.subject的类型从Reactable!更改为Reactable - 字段
AddReactionPayload.reaction的类型从Reaction!更改为Reaction - 字段
AddPullRequestReviewCommentPayload.commentEdge的类型从PullRequestReviewCommentEdge!更改为PullRequestReviewCommentEdge - 字段
AddPullRequestReviewCommentPayload.comment的类型从PullRequestReviewComment!更改为PullRequestReviewComment - 字段
AddPullRequestReviewPayload.reviewEdge的类型从PullRequestReviewEdge!更改为PullRequestReviewEdge - 字段
AddPullRequestReviewPayload.pullRequestReview的类型从PullRequestReview!更改为PullRequestReview - 字段
AddProjectColumnPayload.project的类型从Project!更改为Project - 字段
AddProjectColumnPayload.columnEdge的类型从ProjectColumnEdge!更改为ProjectColumnEdge - 字段
AddProjectCardPayload.projectColumn的类型从Project!更改为ProjectColumn - 字段
AddProjectCardPayload.cardEdge的类型从ProjectCardEdge!更改为ProjectCardEdge - 字段
AddCommentPayload.timelineEdge的类型从IssueTimelineItemEdge!更改为IssueTimelineItemEdge - 字段
AddCommentPayload.subject的类型从Node!更改为Node - 字段
AddCommentPayload.commentEdge的类型从IssueCommentEdge!更改为IssueCommentEdge - 字段
AcceptTopicSuggestionPayload.topic的类型从Topic!更改为Topic
2018-12-21 的 Schema 变更
GraphQL 模式包含以下更改
- 在对象类型
ContributionsCollection中添加了字段firstPullRequestContribution - 在对象类型
ContributionsCollection中添加了字段firstIssueContribution - 添加了类型
CreatedPullRequestOrRestrictedContribution - 添加了类型
RestrictedContribution - 添加了类型
CreatedIssueOrRestrictedContribution
2018-12-18 的 Schema 更改
悬停卡片预览包含以下变更
- 在对象类型
PullRequest中添加了字段hovercard - 在对象类型
Issue中添加了字段hovercard - 添加了类型
ViewerHovercardContext - 添加了类型
ReviewStatusHovercardContext
2018-12-14 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
ContributionsCollection中添加了字段popularPullRequestContribution - 在对象类型
ContributionsCollection中添加了字段popularIssueContribution - 在对象类型
ContributionsCollection中添加了字段mostRecentCollectionWithoutActivity - 在对象类型
ContributionsCollection中添加了字段joinedGitHubContribution - 在对象类型
ContributionsCollection中添加了字段hasActivityInThePast - 添加了类型
CreatedPullRequestContributionEdge - 添加了类型
CreatedIssueContributionEdge - 添加了类型
CreatedPullRequestContribution - 添加了类型
CreatedIssueContribution - 添加了类型
Contribution - 添加了类型
JoinedGitHubContribution
2018-12-13 的 Schema 更改
GraphQL 模式包含以下更改
- 在枚举
IssueTimelineItemsItemType中添加了枚举值UNPINNED_EVENT - 在枚举
IssueTimelineItemsItemType中添加了枚举值PINNED_EVENT - 在联合类型
IssueTimelineItems中添加了联合成员UnpinnedEvent - 在联合类型
IssueTimelineItems中添加了联合成员PinnedEvent - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值UNPINNED_EVENT - 在枚举
PullRequestTimelineItemsItemType中添加了枚举值PINNED_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员UnpinnedEvent - 在联合类型
PullRequestTimelineItems中添加了联合成员PinnedEvent - 添加了类型
UnpinIssueInput - 添加了类型
UnpinIssuePayload - 添加了类型
PinIssueInput - 添加了类型
PinIssuePayload - 添加了类型
UnpinnedEvent - 添加了类型
PinnedEvent
这些更改包含在 [已固定 Issues 预览预览](/graphql/overview/schema-previews#pinned-issues-preview) 中
- 在对象类型
Mutation中添加了字段unpinIssue - 在对象类型
Mutation中添加了字段pinIssue - 在对象类型
Repository中添加了字段pinnedIssues - 添加了类型
PinnedIssue - 添加了类型
PinnedIssueEdge - 添加了类型
PinnedIssueConnection
2018-12-06 的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
CreateContentAttachmentInput - 添加了类型
ContentReference - 添加了类型
ContentAttachment - 添加了类型
CreateContentAttachmentPayload
这些更改包含在 [创建内容附件预览](/graphql/overview/schema-previews#create-content-attachments-preview) 中
- 在对象类型
Mutation中添加了字段createContentAttachment
2018-12-03 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段membersWithRole - 添加了类型
OrganizationMemberRole - 添加了类型
OrganizationMemberEdge - 添加了类型
OrganizationMemberConnection
模式将进行以下更改
Organization.members中:members 将被移除。请使用Organization.membersWithRole替代。**自 2019 年 4 月 1 日起生效**。2018-12-01 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
User中添加了字段contributionsCollection - 添加了类型
ContributionCalendarDay - 添加了类型
ContributionCalendarWeek - 添加了类型
Date - 添加了类型
ContributionCalendarMonth - 添加了类型
ContributionCalendar - 添加了类型
ContributionsCollection
2018-11-16 的 Schema 更改
模式将进行以下更改
Migration.uploadUrlTemplate中:uploadUrlTemplate 将被移除。请使用uploadUrl替代。**自 2019 年 4 月 1 日起生效**。2018-11-12 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
Deployment中添加了字段commitOid
模式将进行以下更改
AddProjectCardPayload.projectColumn 中:projectColumn 的类型将从 Project! 更改为 ProjectColumn。**生效日期:2019-01-01**。2018-11-07 的 Schema 更改
GraphQL 模式包含以下更改
- 在枚举
IssueTimelineItemsItemType中添加了枚举值TRANSFERRED_EVENT - 在联合类型
IssueTimelineItems中添加了联合成员TransferredEvent - 在联合类型
IssueTimelineItem中添加了联合成员TransferredEvent GistComment对象实现了Minimizable接口- 在枚举
PullRequestTimelineItemsItemType中添加了枚举值TRANSFERRED_EVENT - 在联合类型
PullRequestTimelineItems中添加了联合成员TransferredEvent PullRequestReviewComment对象实现了Minimizable接口CommitComment对象实现了Minimizable接口Commit对象实现了UniformResourceLocatable接口IssueComment对象实现了Minimizable接口- 在枚举
CommentCannotUpdateReason中添加了枚举值DENIED - 在对象类型
GistComment中添加了字段viewerCanMinimize - 在对象类型
GistComment中添加了字段minimizedReason - 在对象类型
GistComment中添加了字段isMinimized - 在对象类型
PullRequestReviewComment中添加了字段viewerCanMinimize - 在对象类型
PullRequestReviewComment中添加了字段minimizedReason - 在对象类型
PullRequestReviewComment中添加了字段isMinimized - 在对象类型
CommitComment中添加了字段viewerCanMinimize - 在对象类型
CommitComment中添加了字段minimizedReason - 在对象类型
CommitComment中添加了字段isMinimized - 在对象类型
IssueComment中添加了字段viewerCanMinimize - 在对象类型
IssueComment中添加了字段minimizedReason - 在对象类型
IssueComment中添加了字段isMinimized - 添加了类型
UnminimizeCommentInput - 添加了类型
UnminimizeCommentPayload - 添加了类型
ReportedContentClassifiers - 添加了类型
MinimizeCommentInput - 添加了类型
MinimizeCommentPayload - 添加了类型
TransferredEvent
_最小化评论_ 预览包含这些更改
- 在对象类型
Mutation中添加了字段unminimizeComment - 在对象类型
Mutation中添加了字段minimizeComment - 添加了类型
Minimizable
2018-10-24 的 Schema 更改
Pull Requests 预览包含以下变更
- 在对象类型
Mutation中添加了字段updatePullRequest - 在对象类型
Mutation中添加了字段reopenPullRequest - 在对象类型
Mutation中添加了字段mergePullRequest - 在对象类型
Mutation中添加了字段deletePullRequestReviewComment - 在对象类型
Mutation中添加了字段createPullRequest - 在对象类型
Mutation中添加了字段closePullRequest - 在对象类型
PullRequest中添加了字段files - 添加了类型
UpdatePullRequestInput - 添加了类型
UpdatePullRequestPayload - 添加了类型
ReopenPullRequestInput - 添加了类型
ReopenPullRequestPayload - 添加了类型
MergePullRequestInput - 添加了类型
MergePullRequestPayload - 添加了类型
DeletePullRequestReviewCommentInput - 添加了类型
DeletePullRequestReviewCommentPayload - 添加了类型
CreatePullRequestInput - 添加了类型
CreatePullRequestPayload - 添加了类型
ClosePullRequestInput - 添加了类型
ClosePullRequestPayload - 添加了类型
PullRequestChangedFile - 添加了类型
PullRequestChangedFileEdge - 添加了类型
PullRequestChangedFileConnection
2018-10-19 的 Schema 更改
GraphQL 模式包含以下更改
- 在字段
Repository.forks中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
RepositoryOwner.repositories中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
RepositoryOwner.pinnedRepositories中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
User.watching中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
User.repositories中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
User.pinnedRepositories中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
Organization.repositories中添加了参数ownerAffiliations: [RepositoryAffiliation] - 在字段
Organization.pinnedRepositories中添加了参数ownerAffiliations: [RepositoryAffiliation]
2018-10-16 的 Schema 更改
访问 GitHub 安全建议预览包含这些更改
- 在对象类型
Query中添加了字段securityVulnerabilities - 在对象类型
Query中添加了字段securityAdvisory - 在对象类型
Query中添加了字段securityAdvisories - 添加了类型
SecurityAdvisoryOrderField - 添加了类型
SecurityAdvisoryOrder - 添加了类型
SecurityAdvisoryIdentifierType - 添加了类型
SecurityAdvisoryIdentifierFilter - 添加了类型
SecurityVulnerabilityOrderField - 添加了类型
SecurityVulnerabilityOrder - 添加了类型
SecurityAdvisoryEcosystem - 添加了类型
SecurityAdvisoryPackage - 添加了类型
SecurityAdvisoryPackageVersion - 添加了类型
SecurityVulnerability - 添加了类型
SecurityVulnerabilityEdge - 添加了类型
SecurityVulnerabilityConnection - 添加了类型
SecurityAdvisorySeverity - 添加了类型
SecurityAdvisoryReference - 添加了类型
SecurityAdvisoryIdentifier - 添加了类型
SecurityAdvisory - 添加了类型
SecurityAdvisoryEdge - 添加了类型
SecurityAdvisoryConnection
2018-10-12 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
PullRequestReviewComment中添加了字段outdated - 在对象类型
PullRequestReview中添加了字段onBehalfOf
2018-10-11 的 Schema 更改
GraphQL 模式包含以下更改
- 在对象类型
PullRequestReviewComment中添加了字段state - 添加了类型
PullRequestReviewCommentState
2018-10-08 的 Schema 更改
模式将进行以下更改
PushAllowance.protectedBranch 中:protectedBranch 将被移除。请改用 Repository.branchProtectionRule。**生效日期:2019-01-01**。Repository.protectedBranches中:protectedBranches 将被移除。请使用Repository.branchProtectionRules替代。**自 2019 年 1 月 1 日起生效**。ReviewDismissalAllowance.protectedBranch 中:protectedBranch 将被移除。请改用 ReviewDismissalAllowance.branchProtectionRule。**生效日期:2019-01-01**。2018-09-19 的 Schema 更改
问题预览包含以下变更
- 在对象类型
Mutation中添加了字段convertProjectCardNoteToIssue - 添加了类型
ConvertProjectCardNoteToIssueInput - 添加了类型
ConvertProjectCardNoteToIssuePayload
2018-09-14 的 Schema 更改
GraphQL 模式包含以下更改
- 从枚举
IssueTimelineItemsItemType中删除了枚举值UNMARKED_AS_DUPLICATE_EVENT - 从枚举
IssueTimelineItemsItemType中删除了枚举值MARKED_AS_DUPLICATE_EVENT - 从枚举
PullRequestTimelineItemsItemType中删除了枚举值UNMARKED_AS_DUPLICATE_EVENT - 从枚举
PullRequestTimelineItemsItemType中删除了枚举值MARKED_AS_DUPLICATE_EVENT
2018-09-13 的 Schema 更改
“[检查预览](/graphql/overview/schema-previews#checks-preview)”包含以下变更
- 在对象类型
CheckSuite中添加了字段app
2018-09-12 的 Schema 更改
GraphQL 模式包含以下更改
- 添加了类型
UpdateIssueCommentInput - 添加了类型
UpdateIssueCommentPayload - 添加了类型
UpdateIssueInput - 添加了类型
UpdateIssuePayload - 添加了类型
UnmarkIssueAsDuplicateInput - 添加了类型
UnmarkIssueAsDuplicatePayload - 添加了类型
ReopenIssueInput - 添加了类型
ReopenIssuePayload - 添加了类型
RemoveLabelsFromLabelableInput - 添加了类型
RemoveLabelsFromLabelablePayload - 添加了类型
RemoveAssigneesFromAssignableInput - 添加了类型
RemoveAssigneesFromAssignablePayload - 添加了类型
DeleteIssueCommentInput - 添加了类型
DeleteIssueCommentPayload - 添加了类型
CreateIssueInput - 添加了类型
CreateIssuePayload - 添加了类型
CloseIssueInput - 添加了类型
CloseIssuePayload - 添加了类型
ClearLabelsFromLabelableInput - 添加了类型
ClearLabelsFromLabelablePayload - 添加了类型
AddLabelsToLabelableInput - 添加了类型
AddLabelsToLabelablePayload - 添加了类型
AddAssigneesToAssignableInput - 添加了类型
AddAssigneesToAssignablePayload - 添加了类型
IssueTimelineItemsItemType - 添加了类型
IssueTimelineItems - 添加了类型
IssueTimelineItemsEdge - 添加了类型
IssueTimelineItemsConnection - 添加了类型
PullRequestTimelineItemsItemType - 添加了类型
PullRequestTimelineItems - 添加了类型
PullRequestTimelineItemsEdge - 添加了类型
PullRequestTimelineItemsConnection
问题预览包含以下变更
- 在对象类型
Mutation中添加了字段updateIssueComment - 在对象类型
Mutation中添加了字段updateIssue - 在对象类型
Mutation中添加了字段unmarkIssueAsDuplicate - 在对象类型
Mutation中添加了字段reopenIssue - 在对象类型
Mutation中添加了字段removeLabelsFromLabelable - 在对象类型
Mutation中添加了字段removeAssigneesFromAssignable - 在对象类型
Mutation中添加了字段deleteIssueComment - 在对象类型
Mutation中添加了字段createIssue - 在对象类型
Mutation中添加了字段closeIssue - 在对象类型
Mutation中添加了字段clearLabelsFromLabelable - 在对象类型
Mutation中添加了字段addLabelsToLabelable - 在对象类型
Mutation中添加了字段addAssigneesToAssignable - 在字段
Milestone.issues中添加了参数filterBy: IssueFilters - 在字段
Label.issues中添加了参数filterBy: IssueFilters - 在对象类型
PullRequest中添加了字段timelineItems - 在字段
Repository.issues中添加了参数filterBy: IssueFilters - 在字段
User.issues中添加了参数filterBy: IssueFilters - 在对象类型
Issue中添加了字段timelineItems - 添加了类型
PullRequestRevisionMarker - 添加了类型
PullRequestCommitCommentThread - 添加了类型
IssueFilters
分支保护规则预览包含以下更改
- 在对象类型
Mutation中添加了字段updateBranchProtectionRule - 在对象类型
Mutation中添加了字段deleteBranchProtectionRule - 在对象类型
Mutation中添加了字段createBranchProtectionRule - 在对象类型
ReviewDismissalAllowance中添加了字段branchProtectionRule - 在对象类型
PushAllowance中添加了字段branchProtectionRule - 在对象类型
Repository中添加了字段branchProtectionRules - 添加了类型
UpdateBranchProtectionRuleInput - 添加了类型
UpdateBranchProtectionRulePayload - 添加了类型
DeleteBranchProtectionRuleInput - 添加了类型
DeleteBranchProtectionRulePayload - 添加了类型
CreateBranchProtectionRuleInput - 添加了类型
CreateBranchProtectionRulePayload - 添加了类型
BranchProtectionRuleConflict - 添加了类型
BranchProtectionRuleConflictEdge - 添加了类型
BranchProtectionRuleConflictConnection - 添加了类型
BranchProtectionRule - 添加了类型
BranchProtectionRuleEdge - 添加了类型
BranchProtectionRuleConnection
2018-09-10 的架构更改
“[项目事件详细信息预览] (/graphql/overview/schema-previews#project-event-details-preview)”包含以下更改
- 在对象类型
RemovedFromProjectEvent中添加了字段projectColumnName - 在对象类型
RemovedFromProjectEvent中添加了字段project - 在对象类型
MovedColumnsInProjectEvent中添加了字段projectColumnName - 在对象类型
MovedColumnsInProjectEvent中添加了字段projectCard - 在对象类型
MovedColumnsInProjectEvent中添加了字段project - 在对象类型
MovedColumnsInProjectEvent中添加了字段previousProjectColumnName - 在对象类型
ConvertedNoteToIssueEvent中添加了字段projectColumnName - 在对象类型
ConvertedNoteToIssueEvent中添加了字段projectCard - 在对象类型
ConvertedNoteToIssueEvent中添加了字段project - 在对象类型
AddedToProjectEvent中添加了字段projectColumnName - 在对象类型
AddedToProjectEvent中添加了字段projectCard - 在对象类型
AddedToProjectEvent中添加了字段project
2018-09-04 的架构更改
GraphQL 模式包含以下更改
- 在输入对象类型
UpdateProjectCardInput中添加了输入字段isArchived - 在字段
PullRequest.projectCards中添加了参数archivedStates: [ProjectCardArchivedState] - 在字段
Issue.projectCards中添加了参数archivedStates: [ProjectCardArchivedState] - 在对象类型
ProjectCard中添加了字段isArchived - 在字段
ProjectColumn.cards中添加了参数archivedStates: [ProjectCardArchivedState] - 在对象类型
ProjectColumn中添加了字段purpose - 在字段
Project.pendingCards中添加了参数archivedStates: [ProjectCardArchivedState] - 添加了类型
PullRequestOrderField - 添加了类型
ProjectColumnPurpose - 添加了类型
ProjectCardArchivedState
2018-08-13 的架构更改
GraphQL 模式包含以下更改
- 在联合类型
PullRequestTimelineItem中添加了联合成员DeploymentEnvironmentChangedEvent - 添加了类型
DeploymentEnvironmentChangedEvent
2018-08-07 的架构更改
GraphQL 模式包含以下更改
- 在对象类型
Organization中添加了字段isVerified - 在对象类型
MarketplaceListing中添加了字段app - 添加了类型
App
“[检查预览](/graphql/overview/schema-previews#checks-preview)”包含以下变更
- 从对象类型
CheckAnnotation中删除了字段warningLevel - 从对象类型
CheckAnnotation中删除了字段startLine - 从对象类型
CheckAnnotation中删除了字段filename - 从对象类型
CheckAnnotation中删除了字段endLine - 从对象类型
CheckRun中删除了字段creator - 在对象类型
Mutation中添加了字段updateCheckSuitePreferences - 在对象类型
Mutation中添加了字段updateCheckRun - 在对象类型
Mutation中添加了字段rerequestCheckSuite - 在对象类型
Mutation中添加了字段createCheckSuite - 在对象类型
Mutation中添加了字段createCheckRun - 在对象类型
CheckAnnotation中添加了字段path - 在对象类型
CheckAnnotation中添加了字段location - 在对象类型
CheckAnnotation中添加了字段annotationLevel - 添加了类型
CheckSuiteAutoTriggerPreference - 添加了类型
UpdateCheckSuitePreferencesInput - 添加了类型
UpdateCheckSuitePreferencesPayload - 添加了类型
UpdateCheckRunInput - 添加了类型
UpdateCheckRunPayload - 添加了类型
RerequestCheckSuiteInput - 添加了类型
RerequestCheckSuitePayload - 添加了类型
CreateCheckSuiteInput - 添加了类型
CreateCheckSuitePayload - 添加了类型
RequestableCheckStatusState - 添加了类型
CheckRunOutputImage - 添加了类型
CheckAnnotationRange - 添加了类型
CheckAnnotationData - 添加了类型
CheckRunOutput - 添加了类型
CheckRunAction - 添加了类型
CreateCheckRunInput - 添加了类型
CreateCheckRunPayload - 添加了类型
CheckAnnotationPosition - 添加了类型
CheckAnnotationSpan
2018-08-01 的架构更改
模式将进行以下更改
AcceptTopicSuggestionPayload.topic 上:topic 的类型将从 Topic! 更改为 Topic。**生效日期:2019-01-01**。AddCommentPayload.commentEdge 上:commentEdge 的类型将从 IssueCommentEdge! 更改为 IssueCommentEdge。**生效日期:2019-01-01**。AddCommentPayload.subject 上:subject 的类型将从 Node! 更改为 Node。**生效日期:2019-01-01**。AddCommentPayload.timelineEdge 上:timelineEdge 的类型将从 IssueTimelineItemEdge! 更改为 IssueTimelineItemEdge。**生效日期:2019-01-01**。AddProjectCardPayload.cardEdge 上:cardEdge 的类型将从 ProjectCardEdge! 更改为 ProjectCardEdge。**生效日期:2019-01-01**。AddProjectCardPayload.projectColumn 上:projectColumn 的类型将从 Project! 更改为 Project。**生效日期:2019-01-01**。AddProjectColumnPayload.columnEdge 上:columnEdge 的类型将从 ProjectColumnEdge! 更改为 ProjectColumnEdge。**生效日期:2019-01-01**。AddProjectColumnPayload.project 上:project 的类型将从 Project! 更改为 Project。**生效日期:2019-01-01**。AddPullRequestReviewCommentPayload.comment 上:comment 的类型将从 PullRequestReviewComment! 更改为 PullRequestReviewComment。**生效日期:2019-01-01**。AddPullRequestReviewCommentPayload.commentEdge 上:commentEdge 的类型将从 PullRequestReviewCommentEdge! 更改为 PullRequestReviewCommentEdge。**生效日期:2019-01-01**。AddPullRequestReviewPayload.pullRequestReview 上:pullRequestReview 的类型将从 PullRequestReview! 更改为 PullRequestReview。**生效日期:2019-01-01**。AddPullRequestReviewPayload.reviewEdge 上:reviewEdge 的类型将从 PullRequestReviewEdge! 更改为 PullRequestReviewEdge。**生效日期:2019-01-01**。AddReactionPayload.reaction 上:reaction 的类型将从 Reaction! 更改为 Reaction。**生效日期:2019-01-01**。AddReactionPayload.subject 上:subject 的类型将从 Reactable! 更改为 Reactable。**生效日期:2019-01-01**。AddStarPayload.starrable 上:starrable 的类型将从 Starrable! 更改为 Starrable。**生效日期:2019-01-01**。CreateProjectPayload.project 上:project 的类型将从 Project! 更改为 Project。**生效日期:2019-01-01**。DeclineTopicSuggestionPayload.topic:topic的类型将从Topic!更改为Topic。**生效日期:2019-01-01**。DeleteProjectCardPayload.column:column的类型将从ProjectColumn!更改为ProjectColumn。**生效日期:2019-01-01**。DeleteProjectCardPayload.deletedCardId:deletedCardId的类型将从ID!更改为ID。**生效日期:2019-01-01**。DeleteProjectColumnPayload.deletedColumnId:deletedColumnId的类型将从ID!更改为ID。**生效日期:2019-01-01**。DeleteProjectColumnPayload.project:project的类型将从Project!更改为Project。**生效日期:2019-01-01**。DeleteProjectPayload.owner:owner的类型将从ProjectOwner!更改为ProjectOwner。**生效日期:2019-01-01**。DeletePullRequestReviewPayload.pullRequestReview:pullRequestReview的类型将从PullRequestReview!更改为PullRequestReview。**生效日期:2019-01-01**。DismissPullRequestReviewPayload.pullRequestReview:pullRequestReview的类型将从PullRequestReview!更改为PullRequestReview。**生效日期:2019-01-01**。MoveProjectCardPayload.cardEdge:cardEdge的类型将从ProjectCardEdge!更改为ProjectCardEdge。**生效日期:2019-01-01**。MoveProjectColumnPayload.columnEdge:columnEdge的类型将从ProjectColumnEdge!更改为ProjectColumnEdge。**生效日期:2019-01-01**。RemoveOutsideCollaboratorPayload.removedUser:removedUser的类型将从User!更改为User。**生效日期:2019-01-01**。RemoveReactionPayload.reaction:reaction的类型将从Reaction!更改为Reaction。**生效日期:2019-01-01**。RemoveReactionPayload.subject:subject的类型将从Reactable!更改为Reactable。**生效日期:2019-01-01**。RemoveStarPayload.starrable:starrable的类型将从Starrable!更改为Starrable。**生效日期:2019-01-01**。RequestReviewsPayload.pullRequest:pullRequest的类型将从PullRequest!更改为PullRequest。**生效日期:2019-01-01**。RequestReviewsPayload.requestedReviewersEdge:requestedReviewersEdge的类型将从UserEdge!更改为UserEdge。**生效日期:2019-01-01**。SubmitPullRequestReviewPayload.pullRequestReview:pullRequestReview的类型将从PullRequestReview!更改为PullRequestReview。**生效日期:2019-01-01**。UpdateProjectCardPayload.projectCard:projectCard的类型将从ProjectCard!更改为ProjectCard。**生效日期:2019-01-01**。UpdateProjectColumnPayload.projectColumn:projectColumn的类型将从ProjectColumn!更改为ProjectColumn。**生效日期:2019-01-01**。UpdateProjectPayload.project:project的类型将从Project!更改为Project。**生效日期:2019-01-01**。UpdatePullRequestReviewCommentPayload.pullRequestReviewComment:pullRequestReviewComment的类型将从PullRequestReviewComment!更改为PullRequestReviewComment。**生效日期:2019-01-01**。UpdatePullRequestReviewPayload.pullRequestReview:pullRequestReview的类型将从PullRequestReview!更改为PullRequestReview。**生效日期:2019-01-01**。UpdateSubscriptionPayload.subscribable:subscribable的类型将从Subscribable!更改为Subscribable。**生效日期:2019-01-01**。UpdateTopicsPayload.repository:repository的类型将从Repository!更改为Repository。**生效日期:2019-01-01**。2018-07-26 的模式更改
以下更改包含在[部署预览](/graphql/overview/schema-previews#deployments-preview)中
- 枚举值
QUEUED已添加到枚举DeploymentState中 - 枚举值
IN_PROGRESS已添加到枚举DeploymentState中 - 字段
createDeploymentStatus已添加到对象类型Mutation中 - 字段
createDeployment已添加到对象类型Mutation中 - 字段
environment已添加到对象类型DeploymentStatus中 - 已添加类型
CreateDeploymentStatusInput - 已添加类型
CreateDeploymentStatusPayload - 已添加类型
CreateDeploymentInput - 已添加类型
CreateDeploymentPayload
2018-07-13 的模式更改
GraphQL 模式包含以下更改
- 字段
GitHubMetadata.gitHubServicesSha的类型已从String!更改为GitObjectID! - 已移除类型
RepositoryInvitationEdge - 已移除类型
RepositoryCollaboratorAffiliation - 已移除类型
PullRequestPubSubTopic - 已移除类型
IssuePubSubTopic - 已移除类型
DefaultRepositoryPermissionField - 已移除类型
Date
2018-07-11 的模式更改
GraphQL 模式包含以下更改
- 字段
checkSuites已添加到对象类型Commit中 - 已添加类型
CheckSuiteFilter - 已添加类型
Push - 已添加类型
CheckRunType - 已添加类型
CheckRunFilter - 已添加类型
CheckStatusState - 已添加类型
CheckConclusionState - 已添加类型
CheckAnnotationLevel - 已添加类型
CheckAnnotation - 已添加类型
CheckAnnotationEdge - 已添加类型
CheckAnnotationConnection - 已添加类型
CheckRun - 已添加类型
CheckRunEdge - 已添加类型
CheckRunConnection - 已添加类型
CheckSuite - 已添加类型
CheckSuiteEdge - 已添加类型
CheckSuiteConnection
2018-07-04 的模式更改
GraphQL 模式包含以下更改
- 已从对象类型
ReviewRequestedEvent中移除字段subject - 已从对象类型
ReviewRequestRemovedEvent中移除字段subject - 已从对象类型
ReferencedEvent中移除字段isCrossReference - 已从对象类型
ClosedEvent中移除字段commit - 已从对象类型
ReviewRequest中移除字段reviewer - 已从对象类型
RepositoryInfo中移除字段license - 已从对象类型
Repository中移除字段license - 已从对象类型
User中移除字段contributedRepositories - 已从对象类型
ProjectCard中移除字段projectColumn
2018-07-03 的模式更改
GraphQL 模式包含以下更改
Repository对象实现了RegistryPackageOwner接口User对象实现了RegistryPackageSearch接口User对象实现了RegistryPackageOwner接口Organization对象实现了RegistryPackageSearch接口Organization对象实现了RegistryPackageOwner接口- 已添加类型
RegistryPackageSearch - 已添加类型
RegistryPackageOwner
2018-06-21 的模式更改
GraphQL 模式包含以下更改
- 参数
useTopicAliases: Boolean已添加到字段Query.marketplaceListings中 - 参数
useTopicAliases: Boolean已添加到字段Query.marketplaceCategory中
2018-06-14 的模式更改
GraphQL 模式包含以下更改
- 字段
unlockLockable已添加到对象类型Mutation中 - 已添加类型
UnlockLockableInput - 已添加类型
UnlockLockablePayload
2018-06-12 的模式更改
GraphQL 模式包含以下更改
- 字段
subject已添加到对象类型ReviewRequestedEvent中 - 字段
subject已添加到对象类型ReviewRequestRemovedEvent中 - 字段
isCrossReference已添加到对象类型ReferencedEvent中 - 字段
commit已添加到对象类型ClosedEvent中 - 字段
reviewer已添加到对象类型ReviewRequest中 - 字段
license已添加到对象类型RepositoryInfo中 - 字段
license已添加到对象类型Repository中 - 字段
contributedRepositories已添加到对象类型User中 - 字段
projectColumn已添加到对象类型ProjectCard中 - 已添加类型
TopicConnection - 添加了类型
RepositoryInvitationEdge - 已添加类型
RepositoryCollaboratorAffiliation - 已添加类型
PullRequestPubSubTopic - 已添加类型
IssuePubSubTopic - 添加了
DefaultRepositoryPermissionField类型 - 添加了类型
Date - 已添加类型
MergeStateStatus
团队讨论预览包含以下更改
- 字段
updateTeamDiscussionComment已添加到对象类型Mutation中 - 字段
updateTeamDiscussion已添加到对象类型Mutation中 - 字段
deleteTeamDiscussionComment已添加到对象类型Mutation中 - 字段
deleteTeamDiscussion已添加到对象类型Mutation中 - 字段
createTeamDiscussionComment已添加到对象类型Mutation中 - 字段
createTeamDiscussion已添加到对象类型Mutation中 - 字段
discussionsUrl已添加到对象类型Team中 - 字段
discussionsResourcePath已添加到对象类型Team中 - 字段
discussions已添加到对象类型Team中 - 字段
discussion已添加到对象类型Team中 - 已添加类型
UpdateTeamDiscussionCommentInput - 已添加类型
UpdateTeamDiscussionCommentPayload - 已添加类型
UpdateTeamDiscussionInput - 已添加类型
UpdateTeamDiscussionPayload - 已添加类型
DeleteTeamDiscussionCommentInput - 已添加类型
DeleteTeamDiscussionCommentPayload - 已添加类型
DeleteTeamDiscussionInput - 已添加类型
DeleteTeamDiscussionPayload - 已添加类型
CreateTeamDiscussionCommentInput - 已添加类型
CreateTeamDiscussionCommentPayload - 已添加类型
CreateTeamDiscussionInput - 已添加类型
CreateTeamDiscussionPayload - 已添加类型
TeamDiscussionOrderField - 已添加类型
TeamDiscussionOrder - 已添加类型
TeamDiscussionEdge - 已添加类型
TeamDiscussionConnection - 已添加类型
TeamDiscussionCommentOrderField - 已添加类型
TeamDiscussionCommentOrder - 已添加类型
TeamDiscussionComment - 已添加类型
TeamDiscussionCommentEdge - 已添加类型
TeamDiscussionCommentConnection - 已添加类型
TeamDiscussion
受保护分支:多个必需批准审查预览包含以下更改
- 字段
requiredApprovingReviewCount已添加到对象类型ProtectedBranch中
受保护分支:必需签名预览包含以下更改
- 在对象类型
ProtectedBranch中添加了字段hasRequiredSignatures
[合并信息预览](/graphql/overview/schema-previews#merge-info-preview)包含这些更改
- 在对象类型
PullRequest中添加了字段mergeStateStatus - 在对象类型
PullRequest中添加了字段canBeRebased
仓库漏洞警报预览包含以下更改
- 在对象类型
Repository中添加了字段vulnerabilityAlerts - 添加了类型
RepositoryVulnerabilityAlert - 添加了类型
RepositoryVulnerabilityAlertEdge - 添加了类型
RepositoryVulnerabilityAlertConnection
[访问仓库依赖关系图预览](/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview)包含这些更改
- 在对象类型
Repository中添加了字段dependencyGraphManifests - 添加了类型
DependencyGraphDependency - 添加了类型
DependencyGraphDependencyEdge - 添加了类型
DependencyGraphDependencyConnection - 添加了类型
DependencyGraphManifest - 添加了类型
DependencyGraphManifestEdge - 添加了类型
DependencyGraphManifestConnection
悬停卡片预览包含以下变更
- 在对象类型
User中添加了字段hovercard - 添加了类型
OrganizationsHovercardContext - 添加了类型
OrganizationTeamsHovercardContext - 添加了类型
GenericHovercardContext - 添加了类型
HovercardContext - 添加了类型
Hovercard
2018-06-11 的模式更改
GraphQL 模式包含以下更改
- 字段
User.watching的参数affiliations的默认值从["OWNER", "COLLABORATOR"]更改为["OWNER", "COLLABORATOR", "ORGANIZATION_MEMBER"]
2018-05-25 的模式更改
GraphQL 模式包含以下更改
- 字段
TextMatch.highlights的类型从[TextMatchHighlight]!更改为[TextMatchHighlight!]! - 已添加类型
MergeStateStatus
[合并信息预览](/graphql/overview/schema-previews#merge-info-preview)包含这些更改
- 在对象类型
PullRequest中添加了字段mergeStateStatus - 在对象类型
PullRequest中添加了字段canBeRebased
2018-05-09 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
GistComment中添加了字段includesCreatedEdit - 在对象类型
PullRequestReviewComment中添加了字段includesCreatedEdit - 在对象类型
PullRequestReview中添加了字段includesCreatedEdit - 在对象类型
IssueComment中添加了字段includesCreatedEdit - 在对象类型
PullRequest中添加了字段includesCreatedEdit - 在对象类型
Comment中添加了字段includesCreatedEdit - 在对象类型
CommitComment中添加了字段includesCreatedEdit - 在对象类型
Issue中添加了字段includesCreatedEdit - 在字段
Query.marketplaceCategories中添加了参数excludeSubcategories: Boolean
团队讨论预览包含以下更改
- 在对象类型
TeamDiscussionComment中添加了字段includesCreatedEdit - 在对象类型
TeamDiscussion中添加了字段includesCreatedEdit
2018-05-08 的模式更改
GraphQL 模式包含以下更改
ClosedEvent对象实现了UniformResourceLocatable接口- 在对象类型
ClosedEvent中添加了字段url - 在对象类型
ClosedEvent中添加了字段resourcePath
2018-05-03 的模式更改
[访问仓库依赖关系图预览](/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview)包含这些更改
- 在对象类型
DependencyGraphDependencyConnection中添加了字段totalCount
2018-04-28 的模式更改
仓库漏洞警报预览包含以下更改
- 在对象类型
RepositoryVulnerabilityAlert中添加了字段externalReference - 在对象类型
RepositoryVulnerabilityAlert中添加了字段externalIdentifier - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dismisser - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dismissedAt - 在对象类型
RepositoryVulnerabilityAlert中添加了字段dismissReason
2018-04-27 的模式更改
GraphQL 模式包含以下更改
- 在枚举
PullRequestPubSubTopic中添加了枚举值TIMELINE - 在枚举
IssuePubSubTopic中添加了枚举值TIMELINE
2018-04-24 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
LockedEvent中添加了字段lockReason
仓库漏洞警报预览包含以下更改
- 在对象类型
Repository中添加了字段vulnerabilityAlerts - 添加了类型
RepositoryVulnerabilityAlert - 添加了类型
RepositoryVulnerabilityAlertEdge - 添加了类型
RepositoryVulnerabilityAlertConnection
[访问仓库依赖关系图预览](/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview)包含这些更改
- 在对象类型
Repository中添加了字段dependencyGraphManifests - 添加了类型
DependencyGraphDependency - 添加了类型
DependencyGraphDependencyEdge - 添加了类型
DependencyGraphDependencyConnection - 添加了类型
DependencyGraphManifest - 添加了类型
DependencyGraphManifestEdge - 添加了类型
DependencyGraphManifestConnection
2018-04-23 的模式更改
GraphQL 模式包含以下更改
- 字段
Team.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState - 字段
PullRequest.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState - 字段
Commit.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState - 从枚举
SubscriptionState中删除了枚举值UNAVAILABLE - 字段
Subscribable.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState - 字段
Repository.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState - 字段
Issue.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState
团队讨论预览包含以下更改
- 字段
TeamDiscussion.viewerSubscription的类型从SubscriptionState!更改为SubscriptionState
2018-04-13 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
UnknownSignature中添加了字段wasSignedByGitHub - 在对象类型
SmimeSignature中添加了字段wasSignedByGitHub - 在对象类型
GpgSignature中添加了字段wasSignedByGitHub - 在对象类型
GitSignature中添加了字段wasSignedByGitHub
2018-04-12 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
Label中添加了字段url - 在对象类型
Label中添加了字段updatedAt - 在对象类型
Label中添加了字段resourcePath - 在对象类型
Label中添加了字段createdAt - 在对象类型
License中添加了字段pseudoLicense
2018-04-10 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
PullRequest中添加了字段mergedBy - 在对象类型
PullRequest中添加了字段maintainerCanModify - 在对象类型
UserContentEdit中添加了字段diff - 在对象类型
UserContentEdit中添加了字段deletedBy - 在对象类型
UserContentEdit中添加了字段deletedAt
2018-04-03 的模式更改
GraphQL 模式包含以下更改
- 在对象类型
GistComment中添加了字段bodyText - 在对象类型
Comment中添加了字段bodyText - 在对象类型
CommitComment中添加了字段bodyText
团队讨论预览包含以下更改
- 在对象类型
TeamDiscussionComment中添加了字段bodyText - 在对象类型
TeamDiscussion中添加了字段bodyText
2018-03-22 的模式更改
GraphQL 模式包含以下更改
- 在字段
Team.members中添加了参数orderBy: TeamMemberOrder - 添加了类型
TeamMemberOrderField - 添加了类型
TeamMemberOrder
悬停卡片预览包含以下变更
- 在对象类型
User中添加了字段hovercard - 添加了类型
StaffHovercardContext - 添加了类型
OrganizationsHovercardContext - 添加了类型
OrganizationTeamsHovercardContext - 添加了类型
GenericHovercardContext - 添加了类型
HovercardContext - 添加了类型
Hovercard
2018-03-14 的模式更改
GraphQL 模式包含以下更改
- 在枚举
GitSignatureState中添加了枚举值OCSP_REVOKED - 在枚举
GitSignatureState中添加了枚举值OCSP_PENDING - 在枚举
GitSignatureState中添加了枚举值OCSP_ERROR
模式将进行以下更改
AddedToProjectEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。BaseRefChangedEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Bot.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Bot.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。ClosedEvent.commit上:commit将被移除。请改用ClosedEvent.closer。**生效日期:2018-07-01**。Comment.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。CommentDeletedEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。CommitComment.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。CommitComment.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。ConvertedNoteToIssueEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。DeployedEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Deployment.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。DeploymentStatus.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。Gist.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。GistComment.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。GistComment.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。Issue.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Issue.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。IssueComment.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。IssueComment.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。MentionedEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Milestone.updatedAt上:updatedAt将被移除。**生效日期:2018-07-01**。MovedColumnsInProjectEvent.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。Organization.databaseId上:databaseId将被移除。请改用Node.id。**生效日期:2018-07-01**。
Project.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。Project.updatedAt:将移除updatedAt。**自2018年7月1日生效**。ProjectCard.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。ProjectCard.projectColumn:将移除projectColumn。请使用ProjectCard.column替代。**自2018年7月1日生效**。ProjectCard.updatedAt:将移除updatedAt。**自2018年7月1日生效**。ProjectColumn.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。ProjectColumn.updatedAt:将移除updatedAt。**自2018年7月1日生效**。PullRequest.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。PullRequest.updatedAt:将移除updatedAt。**自2018年7月1日生效**。PullRequestReview.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。PullRequestReview.updatedAt:将移除updatedAt。**自2018年7月1日生效**。PullRequestReviewComment.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。Reactable.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。Reaction.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。ReferencedEvent.isCrossReference:将移除isCrossReference。请使用ReferencedEvent.isCrossRepository替代。**自2018年7月1日生效**。Release.updatedAt:将移除updatedAt。**自2018年7月1日生效**。ReleaseAsset.updatedAt:将移除updatedAt。**自2018年7月1日生效**。RemovedFromProjectEvent.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。Repository.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。Repository.license:将移除license。请使用Repository.licenseInfo替代。**自2018年7月1日生效**。Repository.updatedAt:将移除updatedAt。**自2018年7月1日生效**。RepositoryInfo.license:将移除license。请使用Repository.licenseInfo替代。**自2018年7月1日生效**。RepositoryInfo.updatedAt:将移除updatedAt。**自2018年7月1日生效**。ReviewDismissedEvent.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。ReviewRequest.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。ReviewRequest.reviewer:将移除reviewer。请使用ReviewRequest.requestedReviewer替代。**自2018年7月1日生效**。ReviewRequestRemovedEvent.subject:将移除subject。请使用ReviewRequestRemovedEvent.requestedReviewer替代。**自2018年7月1日生效**。ReviewRequestedEvent.subject:将移除subject。请使用ReviewRequestedEvent.requestedReviewer替代。**自2018年7月1日生效**。Team.updatedAt:将移除updatedAt。**自2018年7月1日生效**。TeamDiscussion.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。TeamDiscussion.updatedAt:将移除updatedAt。**自2018年7月1日生效**。TeamDiscussionComment.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。TeamDiscussionComment.updatedAt:将移除updatedAt。**自2018年7月1日生效**。User.contributedRepositories:将移除contributedRepositories。请使用User.repositoriesContributedTo替代。**自2018年7月1日生效**。User.databaseId:将移除databaseId。请使用Node.id替代。**自2018年7月1日生效**。User.updatedAt:将移除updatedAt。**自2018年7月1日生效**。UserContentEdit.updatedAt:将移除updatedAt。**自2018年7月1日生效**。2018年3月13日架构变更
GraphQL 模式包含以下更改
- 字段
RepositoryInvitation.repository类型从RepositoryInvitationRepository更改为RepositoryInfo - 类型
RepositoryInvitationRepository已移除 - 字段
squashMergeAllowed已添加到对象类型Repository - 字段
rebaseMergeAllowed已添加到对象类型Repository - 字段
mergeCommitAllowed已添加到对象类型Repository
2018年3月7日架构变更
GraphQL 模式包含以下更改
- 字段
permission已添加到对象类型RepositoryInvitation - 字段
isDefault已添加到对象类型Label - 字段
description已添加到对象类型Label - 参数
query: String已添加到字段Repository.labels - 字段
viewerPermission已添加到对象类型Repository - 类型
CollectionItemContent已添加
团队讨论预览包含以下更改
- 已添加类型
TeamDiscussion - 字段
updateTeamDiscussionComment已添加到对象类型Mutation中 - 字段
updateTeamDiscussion已添加到对象类型Mutation中 - 字段
deleteTeamDiscussionComment已添加到对象类型Mutation中 - 字段
deleteTeamDiscussion已添加到对象类型Mutation中 - 字段
createTeamDiscussionComment已添加到对象类型Mutation中 - 字段
createTeamDiscussion已添加到对象类型Mutation中 - 字段
discussionsUrl已添加到对象类型Team中 - 字段
discussionsResourcePath已添加到对象类型Team中 - 字段
discussions已添加到对象类型Team中 - 字段
discussion已添加到对象类型Team中 - 已添加类型
UpdateTeamDiscussionCommentInput - 已添加类型
UpdateTeamDiscussionCommentPayload - 已添加类型
UpdateTeamDiscussionInput - 已添加类型
UpdateTeamDiscussionPayload - 已添加类型
DeleteTeamDiscussionCommentInput - 已添加类型
DeleteTeamDiscussionCommentPayload - 已添加类型
DeleteTeamDiscussionInput - 已添加类型
DeleteTeamDiscussionPayload - 已添加类型
CreateTeamDiscussionCommentInput - 已添加类型
CreateTeamDiscussionCommentPayload - 已添加类型
CreateTeamDiscussionInput - 已添加类型
CreateTeamDiscussionPayload - 已添加类型
TeamDiscussionOrderField - 已添加类型
TeamDiscussionOrder - 已添加类型
TeamDiscussionEdge - 已添加类型
TeamDiscussionConnection - 已添加类型
TeamDiscussionCommentOrderField - 已添加类型
TeamDiscussionCommentOrder - 已添加类型
TeamDiscussionComment - 已添加类型
TeamDiscussionCommentEdge - 已添加类型
TeamDiscussionCommentConnection
受保护分支所需签名预览包含以下更改
- 在对象类型
ProtectedBranch中添加了字段hasRequiredSignatures
2018年2月14日架构变更
GraphQL 架构已进行以下更改
- 参数
orderBy: MilestoneOrder已添加到字段Repository.milestones。 - 参数
states: [MilestoneState!]已添加到字段Repository.milestones。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段Organization.pinnedRepositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段Organization.repositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段Repository.forks上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段RepositoryOwner.pinnedRepositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段RepositoryOwner.repositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段User.contributedRepositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段User.pinnedRepositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段User.repositories上的参数affiliations。 - 默认值
["OWNER", "COLLABORATOR"]已添加到字段User.watching上的参数affiliations。 - 字段
avatarUrl已添加到对象类型Team - 字段
createdAt已添加到对象类型OrganizationInvitation - 字段
organization已添加到对象类型OrganizationInvitation - 类型
MilestoneOrderField已添加 - 类型
MilestoneOrder已添加
2018年1月10日架构变更
GraphQL 架构已进行以下更改
- 字段
activeLockReason已添加到对象类型Issue - 字段
activeLockReason已添加到对象类型Lockable - 字段
activeLockReason已添加到对象类型PullRequest - 字段
lockLockable已添加到对象类型Mutation - 类型
LockLockableInput已添加 - 类型
LockLockablePayload已添加 - 类型
LockReason已添加
2017年12月15日架构变更
GraphQL 架构已进行以下更改
- 字段
additions已添加到对象类型Commit - 字段
changedFiles已添加到对象类型Commit - 字段
closedAt已添加到对象类型Milestone - 字段
closed已添加到对象类型Milestone - 字段
createdAt已添加到对象类型Milestone - 字段
deletions已添加到对象类型Commit - 字段
updatedAt已添加到对象类型Milestone Milestone对象实现了Closable接口
2017年12月12日架构变更
GraphQL 架构已进行以下更改
- 枚举值
UNAVAILABLE已添加到枚举SubscriptionState - 字段
authoredDate已添加到对象类型Commit - 字段
pushedDate已添加到对象类型Commit
2017年12月9日架构变更
GraphQL 架构已进行以下更改
- 字段
deployKeys已添加到对象类型Repository - 类型
DeployKeyConnection已添加 - 类型
DeployKeyEdge已添加 - 类型
DeployKey已添加
2017年12月2日架构变更
GraphQL 架构已进行以下更改
- 字段
forkCount已添加到对象类型RepositoryInfo - 字段
forkCount已添加到对象类型RepositoryInvitationRepository - 字段
forkCount已添加到对象类型Repository - 字段
marketplaceListing已添加到对象类型Query - 字段
marketplaceListings已添加到对象类型Query - 类型
MarketplaceListingConnection已添加 - 类型
MarketplaceListingEdge已添加 - 类型
MarketplaceListing已添加 - 联合成员
MarketplaceListing已添加到联合类型SearchResultItem
2017-11-24 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
PullRequest中添加了字段changedFiles - 在对象类型
Reaction中添加了字段reactable
2017-11-18 的 Schema 更改
GraphQL 架构已进行以下更改
- 输入字段
UpdateProjectInput.name的类型从 String! 更改为 String - 在输入对象类型
UpdateProjectInput中添加了输入字段public
2017-11-14 的 Schema 更改
GraphQL 架构已进行以下更改
- 在字段
Repository.releases中添加了参数orderBy: ReleaseOrder - 在对象类型
Query中添加了字段marketplaceCategories - 在对象类型
Query中添加了字段marketplaceCategory - 在对象类型
Commit中添加了字段parents - 在对象类型
User中添加了字段publicKeys - 在对象类型
CommitHistoryConnection中添加了字段totalCount - 添加了类型
CommitConnection - 添加了类型
MarketplaceCategory - 添加了类型
PublicKeyConnection - 添加了类型
PublicKeyEdge - 添加了类型
PublicKey - 添加了类型
ReleaseOrderField - 添加了类型
ReleaseOrder
2017-11-10 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
DeploymentStatus中添加了字段createdAt - 在对象类型
DeploymentStatus中添加了字段updatedAt - 在对象类型
Team中添加了字段viewerCanSubscribe - 在对象类型
Team中添加了字段viewerSubscription Team对象实现了Subscribable接口
2017-11-08 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
BaseRefForcePushedEvent.afterCommit的类型从Commit!更改为Commit - 字段
BaseRefForcePushedEvent.beforeCommit的类型从Commit!更改为Commit - 字段
HeadRefForcePushedEvent.afterCommit的类型从Commit!更改为Commit - 字段
HeadRefForcePushedEvent.beforeCommit的类型从Commit!更改为Commit - 字段
ReviewRequestRemovedEvent.subject的类型从User!更改为User - 字段
ReviewRequestedEvent.subject的类型从User!更改为User - 在字段
Repository.refs中添加了参数orderBy: RefOrder - 在对象类型
ReviewRequestRemovedEvent中添加了字段requestedReviewer - 在对象类型
ReviewRequest中添加了字段requestedReviewer - 在对象类型
ReviewRequestedEvent中添加了字段requestedReviewer - 添加了类型
RefOrderField - 添加了类型
RefOrder - 添加了类型
RequestedReviewer
2017-11-02 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Commit中添加了字段tarballUrl - 在对象类型
Commit中添加了字段zipballUrl - 添加了类型
TopicEdge
2017-10-27 的 Schema 更改
GraphQL 架构已进行以下更改
- 在字段
PullRequest.reviews中添加了参数author: String - 在对象类型
PullRequest中添加了字段additions - 在对象类型
PullRequest中添加了字段deletions
2017-10-24 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Repository中添加了字段assignableUsers - 添加了类型
UserContentEditEdge - 添加了类型
UserContentEdit
2017-10-20 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Issue中添加了字段projectCards - 在对象类型
PullRequest中添加了字段projectCards
2017-10-14 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
Organization中删除了字段isInvoiced - 从对象类型
User中删除了字段isInvoiced
2017-10-04 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Repository中添加了字段collaborators - 在对象类型
RepositoryInfo中添加了字段isArchived - 在对象类型
RepositoryInvitationRepository中添加了字段isArchived - 在对象类型
Repository中添加了字段isArchived - 添加了类型
CollaboratorAffiliation - 添加了类型
RepositoryCollaboratorConnection - 添加了类型
RepositoryCollaboratorEdge
2017-09-22 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
GitHubMetadata中添加了字段gitIpAddresses - 在对象类型
GitHubMetadata中添加了字段hookIpAddresses - 在对象类型
GitHubMetadata中添加了字段importerIpAddresses - 在对象类型
GitHubMetadata中添加了字段pagesIpAddresses
2017-09-14 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
User.gistComments的类型从IssueCommentConnection!更改为GistCommentConnection!
2017-09-13 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Bot中添加了字段createdAt - 在对象类型
GistComment中添加了字段gist - 在对象类型
Bot中添加了字段updatedAt
2017-09-07 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
Query中删除了字段meta - 删除了 GitHubMetadata
- 在对象类型
Project中添加了字段closed - 在对象类型
OrganizationInvitation中添加了字段invitationType - 在对象类型
Project中添加了字段pendingCards - 在对象类型
ProjectColumn中添加了字段resourcePath - 在对象类型
ProjectColumn中添加了字段url - 添加了类型
OrganizationInvitationType Project对象实现了Closable接口
2017-09-06 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
GitHubMetadata.gitIpAddresses的类型从String更改为[String!] - 字段
GitHubMetadata.hookIpAddresses的类型从String更改为[String!] - 字段
GitHubMetadata.importerIpAddresses的类型从String更改为[String!] - 字段
GitHubMetadata.pagesIpAddresses的类型从String更改为[String!] - 从对象类型
GitHubMetadata中删除了字段installedVersion - 在对象类型
PullRequestReviewThread中添加了字段repository
2017-09-05 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
PullRequestReviewThread中删除了字段repository - 在对象类型
Query中添加了字段meta - 添加了类型
GitHubMetadata
2017-09-04 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
Project中删除了字段closed - 从对象类型
Project中删除了字段pendingCards - 从对象类型
ProjectColumn中删除了字段resourcePath - 从对象类型
ProjectColumn中删除了字段url Project对象类型不再实现Closable接口- 在对象类型
PullRequestReviewThread中添加了字段repository
2017-09-01 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
Project中删除了字段channel - 从对象类型
Project中删除了字段searchQueryForViewer
2017-08-31 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
ProjectColumn中添加了字段resourcePath - 在对象类型
Project中添加了字段searchQueryForViewer - 在对象类型
ProjectColumn中添加了字段url
2017-08-30 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Project中添加了字段channel - 在对象类型
Project中添加了字段closed - 在对象类型
Project中添加了字段pendingCards Project对象实现了Closable接口
2017-08-16 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
Organization中添加了字段description - 在对象类型
Organization中添加了字段email - 在对象类型
Organization中添加了字段location - 在对象类型
Organization中添加了字段websiteUrl
2017-08-15 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
User中添加了字段gistComments - 在对象类型
Subscribable中添加了字段id - 在对象类型
User中添加了字段issueComments - 在对象类型
CommitComment中添加了字段resourcePath - 在对象类型
CommitComment中添加了字段url
2017-08-14 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
Organization中删除了字段blog - 从对象类型
Organization中删除了字段description - 从对象类型
Organization中删除了字段email - 从对象类型
Organization中删除了字段location - 在字段
Query.rateLimit中添加了参数dryRun: Boolean - 在对象类型
PullRequest中添加了字段milestone - 在对象类型
RateLimit中添加了字段nodeCount - 在联合类型
PullRequestTimelineItem中添加了联合成员CrossReferencedEvent
2017-08-11 的 Schema 更改
GraphQL 架构已进行以下更改
- 从字段
Query.rateLimit中删除了参数dryRun: Boolean - 从对象类型
Project中删除了字段closed - 从对象类型
User中删除了字段gistComments - 从对象类型
Subscribable中删除了字段id - 从对象类型
User中删除了字段issueComments - 从对象类型
PullRequest中删除了字段milestone - 从对象类型
RateLimit中删除了字段nodeCount - 从对象类型
Project中删除了字段pendingCards - 从对象类型
PullRequestReviewComment中删除了字段replyTo - 从对象类型
PullRequestReviewThread中删除了字段repository - 从对象类型
CommitComment中删除了字段resourcePath - 从对象类型
ProjectColumn中删除了字段resourcePath - 从对象类型
CommitComment中删除了字段url - 从对象类型
ProjectColumn中删除了字段url - 从对象类型
Organization中删除了字段websiteUrl - 从联合类型
PullRequestTimelineItem中删除了联合成员CrossReferencedEvent Project对象类型不再实现Closable接口- 在对象类型
Organization中添加了字段blog
2017-08-10 的 Schema 更改
GraphQL 架构已进行以下更改
- 在字段
Query.rateLimit中添加了参数dryRun: Boolean - 在对象类型
Project中添加了字段closed - 在对象类型
Organization中添加了字段description - 在对象类型
Organization中添加了字段email - 在对象类型
User中添加了字段gistComments - 在对象类型
Subscribable中添加了字段id - 在对象类型
User中添加了字段issueComments - 在对象类型
Organization中添加了字段location - 在对象类型
PullRequest中添加了字段milestone - 在对象类型
RateLimit中添加了字段nodeCount - 在对象类型
Project中添加了字段pendingCards - 在对象类型
PullRequestReviewComment中添加了字段replyTo - 在对象类型
PullRequestReviewThread中添加了字段repository - 在对象类型
CommitComment中添加了字段resourcePath - 在对象类型
ProjectColumn中添加了字段resourcePath - 在对象类型
CommitComment中添加了字段url - 在对象类型
ProjectColumn中添加了字段url - 在对象类型
Organization中添加了字段websiteUrl - 添加了类型
CrossReferencedEvent - 在联合类型
IssueTimelineItem中添加了联合成员CrossReferencedEvent - 在联合类型
PullRequestTimelineItem中添加了联合成员CrossReferencedEvent Project对象实现了Closable接口
2017-08-09 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
PullRequestReviewComment.originalCommit的类型从Commit!更改为Commit
2017-08-08 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
Organization.name的类型从String!更改为String - 在对象类型
Deployment中添加了字段databaseId - 在对象类型
RepositoryInfo中添加了字段licenseInfo - 在对象类型
RepositoryInvitationRepository中添加了字段licenseInfo - 在对象类型
Repository中添加了字段licenseInfo - 在对象类型
Query中添加了字段license - 在对象类型
Query中添加了字段licenses - 在对象类型
Deployment中添加了字段payload - 添加了类型
LicenseRule - 添加了类型
License
2017-08-07 的 Schema 更改
GraphQL 架构已进行以下更改
- 在对象类型
ReleaseAsset中添加了字段contentType - 在对象类型
ReleaseAsset中添加了字段createdAt - 在对象类型
Team中添加了字段createdAt - 在对象类型
ReleaseAsset中添加了字段downloadCount - 在对象类型
ReleaseAsset中添加了字段size - 在对象类型
ReleaseAsset中添加了字段updatedAt - 在对象类型
Team中添加了字段updatedAt - 在对象类型
ReleaseAsset中添加了字段uploadedBy
2017-08-03 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
User中删除了字段repositoriesContributedTo - 在对象类型
Release中添加了字段author - 在对象类型
User中添加了字段commitComments - 在对象类型
Release中添加了字段createdAt - 在对象类型
Release中添加了字段isDraft - 在对象类型
Release中添加了字段isPrerelease - 在对象类型
Release中添加了字段updatedAt
2017-08-02 的 Schema 更改
GraphQL 架构已进行以下更改
- 从对象类型
User中删除了字段commitComments - 在对象类型
User中添加了字段repositoriesContributedTo - 在对象类型
RepositoryInfo中添加了字段shortDescriptionHTML - 在对象类型
RepositoryInvitationRepository中添加了字段shortDescriptionHTML - 在对象类型
Repository中添加了字段shortDescriptionHTML
2017-07-28 的 Schema 更改
GraphQL 架构已进行以下更改
- 在枚举
CommentAuthorAssociation中添加了枚举值FIRST_TIMER - 在对象类型
IssueComment中添加了字段pullRequest
2017-07-27 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
CommitComment.commit的类型从Commit!更改为Commit - 从对象类型
Deployment中删除了字段databaseId - 从对象类型
Deployment中删除了字段payload - 在字段
Repository.deployments中添加了参数environments: [String!]
2017-07-25 的 Schema 更改
GraphQL 架构已进行以下更改
- 从枚举
CommentAuthorAssociation中删除了枚举值FIRST_TIMER - 在字段
User.gists中添加了参数orderBy: GistOrder - 在对象类型
Deployment中添加了字段payload - 在对象类型
Gist中添加了字段pushedAt - 添加了类型
GistOrderField - 添加了类型
GistOrder
2017-07-21 的 Schema 更改
GraphQL 架构已进行以下更改
- 在字段
Organization.teams中添加了参数rootTeamsOnly: Boolean - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
RepositoryPermission - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMemberRole - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder
2017-07-20 的 Schema 更改
GraphQL 架构已进行以下更改
- 字段
Label.pullRequests的类型从PullRequestConnection更改为PullRequestConnection! - 从对象类型
Release中删除了字段releaseAsset - 在字段
Label.pullRequests中添加了参数baseRefName: String - 在字段
Ref.associatedPullRequests中添加了参数baseRefName: String - 在字段
Label.pullRequests中添加了参数headRefName: String - 在字段
Ref.associatedPullRequests中添加了参数headRefName: String - 在字段
Label.pullRequests中添加了参数labels: [String!] - 在字段
Ref.associatedPullRequests中添加了参数labels: [String!] - 在字段
Release.releaseAssets中添加了参数name: String - 在字段
Label.pullRequests中添加了参数orderBy: IssueOrder - 在字段
Ref.associatedPullRequests中添加了参数orderBy: IssueOrder - 在字段
Label.pullRequests中添加了参数states: [PullRequestState!] - 在对象类型
Organization中添加了字段pinnedRepositories - 在对象类型
RepositoryOwner中添加了字段pinnedRepositories
2017-07-19 的 Schema 更改
GraphQL 架构已进行以下更改
- 从字段
Organization.teams中删除了参数rootTeamsOnly: Boolean - 删除了 ChildTeamDescendants
- 字段
TreeEntry.object的类型从GitObject!更改为GitObject - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段childTeams - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Team中删除了字段viewerCanAdminister - 删除了 RepositoryPermission
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMemberRole
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
2017-07-18 的 Schema 更改
GraphQL 架构已进行以下更改
- 在字段
Organization.teams中添加了参数rootTeamsOnly: Boolean - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
ChildTeamDescendants - 添加了类型
CommitCommentThread - 添加了类型
RepositoryPermission - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMemberRole - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 在联合类型
PullRequestTimelineItem中添加了联合成员CommitCommentThread
2017-07-13 的 Schema 更改
GraphQL 架构已进行以下更改
- 删除了 CrossReferencedEvent
- 从联合类型
IssueTimelineItem中删除了联合成员CrossReferencedEvent
2017-07-11 的 Schema 更改
GraphQL 架构已进行以下更改
- 从字段
Release.releaseAssets中删除了参数name: String - 在对象类型
Release中添加了字段releaseAsset - 添加了类型
CrossReferencedEvent - 在联合类型
IssueTimelineItem中添加了联合成员CrossReferencedEvent
2017-07-10 的 Schema 更改
GraphQL 架构已进行以下更改
- 删除了 CrossReferencedEvent
- 从对象类型
Release中删除了字段releaseAsset - 从联合类型
IssueTimelineItem中删除了联合成员CrossReferencedEvent - 在字段
Label.issues中添加了参数labels: [String!] - 在字段
Release.releaseAssets中添加了参数name: String - 在对象类型
User中添加了字段issues
2017-07-07 的 Schema 更改
GraphQL 架构已进行以下更改
- 从字段
Label.issues中删除了参数labels: [String!] - 从对象类型
User中删除了字段issues - 添加了类型
CrossReferencedEvent - 在联合类型
IssueTimelineItem中添加了联合成员CrossReferencedEvent
2017-07-06 的 Schema 更改
GraphQL 架构已进行以下更改
- 删除了 AddTeamMemberInput
- 删除了 AddTeamMemberPayload
- 删除了 ChildTeamDescendants
- 删除了 CreateTeamInput
- 删除了 CreateTeamPayload
- 删除了 DeleteTeamInput
- 删除了 DeleteTeamPayload
- 从对象类型
Mutation中删除了字段addTeamMember - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段childTeams - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Mutation中删除了字段createTeam - 从对象类型
Mutation中删除了字段deleteTeam - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Mutation中删除了字段removeTeamMember - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Mutation中删除了字段updateTeamMember - 从对象类型
Mutation中删除了字段updateTeam - 从对象类型
Team中删除了字段viewerCanAdminister - 删除了 RemoveTeamMemberInput
- 删除了 RemoveTeamMemberPayload
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
- 删除了 UpdateTeamInput
- 删除了 UpdateTeamMemberInput
- 删除了 UpdateTeamMemberPayload
- 删除了 UpdateTeamPayload
- 在字段
Label.issues中添加了参数labels: [String!] - 在对象类型
User中添加了字段issues
2017-07-05 的 Schema 更改
GraphQL 架构已进行以下更改
- 输入字段
RequestReviewsInput.userIds的类型从 [ID!]! 更改为 [ID!] - 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 在对象类型
Team中添加了字段viewerCanAdminister - 在输入对象类型
RequestReviewsInput中添加了输入字段teamIds - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
AddedToProjectEvent - 添加了类型
BaseRefChangedEvent - 添加了类型
ChildTeamDescendants - 添加了类型
CommentDeletedEvent - 添加了类型
ConvertedNoteToIssueEvent - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
MentionedEvent - 添加了类型
MovedColumnsInProjectEvent - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
RemovedFromProjectEvent - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload
2017-07-04 的模式更改
GraphQL 架构已进行以下更改
- 删除了 AddTeamMemberInput
- 删除了 AddTeamMemberPayload
- 删除了 ChildTeamDescendants
- 删除了 CreateTeamInput
- 删除了 CreateTeamPayload
- 删除了 DeleteTeamInput
- 删除了 DeleteTeamPayload
- 从对象类型
Mutation中删除了字段addTeamMember - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段childTeams - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Mutation中删除了字段createTeam - 从对象类型
Mutation中删除了字段deleteTeam - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Mutation中删除了字段removeTeamMember - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Mutation中删除了字段updateTeamMember - 从对象类型
Mutation中删除了字段updateTeam - 从对象类型
Team中删除了字段viewerCanAdminister - 移除了 MemberOrder
- 删除了 RemoveTeamMemberInput
- 删除了 RemoveTeamMemberPayload
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
- 删除了 UpdateTeamInput
- 删除了 UpdateTeamMemberInput
- 删除了 UpdateTeamMemberPayload
- 删除了 UpdateTeamPayload
- 移除了 UserOrderField
2017-07-01 的模式更改
GraphQL 架构已进行以下更改
- 输入字段
RequestReviewsInput.userIds的类型从 [ID!] 变为 [ID!]! - 从输入对象类型
RequestReviewsInput中移除了输入字段teamIds - 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
ReferencedEvent中添加了字段isCrossRepository - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
ChildTeamDescendants - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload
2017-06-30 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
ReferencedEvent中移除了字段isCrossRepository - 输入字段
RequestReviewsInput.userIds的类型从 [ID!]! 更改为 [ID!] - 在输入对象类型
RequestReviewsInput中添加了输入字段teamIds
2017-06-29 的模式更改
GraphQL 架构已进行以下更改
- 在对象类型
ReferencedEvent中添加了字段isCrossRepository - 在对象类型
PullRequest中添加了字段revertResourcePath - 在对象类型
PullRequest中添加了字段revertUrl
2017-06-28 的模式更改
GraphQL 架构已进行以下更改
- 字段
PullRequestReviewComment.pullRequestReview的类型从PullRequestReview!变为PullRequestReview
2017-06-27 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
MergedEvent中移除了字段revertResourcePath - 从对象类型
MergedEvent中移除了字段revertUrl
2017-06-26 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
User中删除了字段issues - 在枚举
RepositoryOrderField中添加了枚举值STARGAZERS - 在对象类型
MergedEvent中添加了字段revertResourcePath - 在对象类型
MergedEvent中添加了字段revertUrl
2017-06-23 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
AssignedEvent中移除了字段databaseId - 从对象类型
BaseRefForcePushedEvent中移除了字段databaseId - 从对象类型
ClosedEvent中移除了字段databaseId - 从对象类型
DemilestonedEvent中移除了字段databaseId - 从对象类型
HeadRefDeletedEvent中移除了字段databaseId - 从对象类型
HeadRefForcePushedEvent中移除了字段databaseId - 从对象类型
HeadRefRestoredEvent中移除了字段databaseId - 从对象类型
LabeledEvent中移除了字段databaseId - 从对象类型
LockedEvent中移除了字段databaseId - 从对象类型
MergedEvent中移除了字段databaseId - 从对象类型
MilestonedEvent中移除了字段databaseId - 从对象类型
ReferencedEvent中移除了字段databaseId - 从对象类型
RenamedTitleEvent中移除了字段databaseId - 从对象类型
ReopenedEvent中移除了字段databaseId - 从对象类型
ReviewRequestRemovedEvent中移除了字段databaseId - 从对象类型
ReviewRequestedEvent中移除了字段databaseId - 从对象类型
SubscribedEvent中移除了字段databaseId - 从对象类型
UnassignedEvent中移除了字段databaseId - 从对象类型
UnlabeledEvent中移除了字段databaseId - 从对象类型
UnlockedEvent中移除了字段databaseId - 从对象类型
UnsubscribedEvent中移除了字段databaseId - 移除了 TimelineEvent
AssignedEvent对象类型不再实现TimelineEvent接口BaseRefForcePushedEvent对象类型不再实现TimelineEvent接口ClosedEvent对象类型不再实现TimelineEvent接口DemilestonedEvent对象类型不再实现TimelineEvent接口DeployedEvent对象类型不再实现TimelineEvent接口HeadRefDeletedEvent对象类型不再实现TimelineEvent接口HeadRefForcePushedEvent对象类型不再实现TimelineEvent接口HeadRefRestoredEvent对象类型不再实现TimelineEvent接口LabeledEvent对象类型不再实现TimelineEvent接口LockedEvent对象类型不再实现TimelineEvent接口MergedEvent对象类型不再实现TimelineEvent接口MilestonedEvent对象类型不再实现TimelineEvent接口ReferencedEvent对象类型不再实现TimelineEvent接口RenamedTitleEvent对象类型不再实现TimelineEvent接口ReopenedEvent对象类型不再实现TimelineEvent接口ReviewDismissedEvent对象类型不再实现TimelineEvent接口ReviewRequestRemovedEvent对象类型不再实现TimelineEvent接口ReviewRequestedEvent对象类型不再实现TimelineEvent接口SubscribedEvent对象类型不再实现TimelineEvent接口UnassignedEvent对象类型不再实现TimelineEvent接口UnlabeledEvent对象类型不再实现TimelineEvent接口UnlockedEvent对象类型不再实现TimelineEvent接口UnsubscribedEvent对象类型不再实现TimelineEvent接口- 在对象类型
PullRequestReviewComment中添加了字段resourcePath
2017-06-22 的模式更改
GraphQL 架构已进行以下更改
- 在对象类型
AssignedEvent中添加了字段databaseId - 在对象类型
BaseRefForcePushedEvent中添加了字段databaseId - 在对象类型
ClosedEvent中添加了字段databaseId - 在对象类型
DemilestonedEvent中添加了字段databaseId - 在对象类型
HeadRefDeletedEvent中添加了字段databaseId - 在对象类型
HeadRefForcePushedEvent中添加了字段databaseId - 在对象类型
HeadRefRestoredEvent中添加了字段databaseId - 在对象类型
LabeledEvent中添加了字段databaseId - 在对象类型
LockedEvent中添加了字段databaseId - 在对象类型
MergedEvent中添加了字段databaseId - 在对象类型
MilestonedEvent中添加了字段databaseId - 在对象类型
ReferencedEvent中添加了字段databaseId - 在对象类型
RenamedTitleEvent中添加了字段databaseId - 在对象类型
ReopenedEvent中添加了字段databaseId - 在对象类型
ReviewRequestRemovedEvent中添加了字段databaseId - 在对象类型
ReviewRequestedEvent中添加了字段databaseId - 在对象类型
SubscribedEvent中添加了字段databaseId - 在对象类型
UnassignedEvent中添加了字段databaseId - 在对象类型
UnlabeledEvent中添加了字段databaseId - 在对象类型
UnlockedEvent中添加了字段databaseId - 在对象类型
UnsubscribedEvent中添加了字段databaseId - 在对象类型
Repository中添加了字段deployments - 添加了类型
DeploymentConnection - 添加了类型
DeploymentEdge - 添加了类型
TimelineEvent AssignedEvent对象实现了TimelineEvent接口BaseRefForcePushedEvent对象实现了TimelineEvent接口ClosedEvent对象实现了TimelineEvent接口DemilestonedEvent对象实现了TimelineEvent接口DeployedEvent对象实现了TimelineEvent接口HeadRefDeletedEvent对象实现了TimelineEvent接口HeadRefForcePushedEvent对象实现了TimelineEvent接口HeadRefRestoredEvent对象实现了TimelineEvent接口LabeledEvent对象实现了TimelineEvent接口LockedEvent对象实现了TimelineEvent接口MergedEvent对象实现了TimelineEvent接口MilestonedEvent对象实现了TimelineEvent接口ReferencedEvent对象实现了TimelineEvent接口RenamedTitleEvent对象实现了TimelineEvent接口ReopenedEvent对象实现了TimelineEvent接口ReviewDismissedEvent对象实现了TimelineEvent接口ReviewRequestRemovedEvent对象实现了TimelineEvent接口ReviewRequestedEvent对象实现了TimelineEvent接口SubscribedEvent对象实现了TimelineEvent接口UnassignedEvent对象实现了TimelineEvent接口UnlabeledEvent对象实现了TimelineEvent接口UnlockedEvent对象实现了TimelineEvent接口UnsubscribedEvent对象实现了TimelineEvent接口
2017-06-21 的模式更改
GraphQL 架构已进行以下更改
- 删除了 AddTeamMemberInput
- 删除了 AddTeamMemberPayload
- 删除了 ChildTeamDescendants
- 删除了 CreateTeamInput
- 删除了 CreateTeamPayload
- 删除了 DeleteTeamInput
- 删除了 DeleteTeamPayload
- 字段
MergedEvent.commit的类型从Commit!变为Commit - 从对象类型
Mutation中删除了字段addTeamMember - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段childTeams - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Mutation中删除了字段createTeam - 从对象类型
Mutation中删除了字段deleteTeam - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Mutation中删除了字段removeTeamMember - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Mutation中删除了字段updateTeamMember - 从对象类型
Mutation中删除了字段updateTeam - 从对象类型
Team中删除了字段viewerCanAdminister - 删除了 RemoveTeamMemberInput
- 删除了 RemoveTeamMemberPayload
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
- 删除了 UpdateTeamInput
- 删除了 UpdateTeamMemberInput
- 删除了 UpdateTeamMemberPayload
- 删除了 UpdateTeamPayload
- 在对象类型
Comment中添加了字段authorAssociation - 在对象类型
CommitComment中添加了字段authorAssociation - 在对象类型
GistComment中添加了字段authorAssociation - 在对象类型
IssueComment中添加了字段authorAssociation - 在对象类型
Issue中添加了字段authorAssociation - 在对象类型
PullRequestReviewComment中添加了字段authorAssociation - 在对象类型
PullRequestReview中添加了字段authorAssociation - 在对象类型
PullRequest中添加了字段authorAssociation - 在对象类型
MergedEvent中添加了字段resourcePath - 在对象类型
MergedEvent中添加了字段url - 添加了类型
CommentAuthorAssociation MergedEvent对象实现了UniformResourceLocatable接口
2017-06-20 的模式更改
GraphQL 架构已进行以下更改
- 字段
MergedEvent.commit的类型从Commit变为Commit! - 从对象类型
MergedEvent中移除了字段resourcePath - 从对象类型
MergedEvent中移除了字段url MergedEvent对象类型不再实现UniformResourceLocatable接口- 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
ChildTeamDescendants - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload
2017-06-16 的模式更改
GraphQL 架构已进行以下更改
- 字段
MergedEvent.commit的类型从Commit!变为Commit - 在对象类型
ReferencedEvent中添加了字段isDirectReference
2017-06-15 的模式更改
GraphQL 架构已进行以下更改
- 在对象类型
MergedEvent中添加了字段resourcePath - 在对象类型
MergedEvent中添加了字段url MergedEvent对象实现了UniformResourceLocatable接口
2017-06-14 的模式更改
GraphQL 架构已进行以下更改
- 在对象类型
ProjectCard中添加了字段column - 在对象类型
ProjectCard中添加了字段project - 在对象类型
ProjectCard中添加了字段resourcePath - 在对象类型
ProjectCard中添加了字段url
2017-06-12 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
ProjectCard中移除了字段column - 从对象类型
ProjectCard中移除了字段project - 从对象类型
ProjectCard中移除了字段resourcePath - 从对象类型
Organization中移除了字段teamsSearchResourcePath。 - 从对象类型
Organization中移除了字段teamsSearchUrl。 - 从对象类型
ProjectCard中移除了字段url。
2017-06-09 的模式更改
GraphQL 架构已进行以下更改
- 字段
PullRequest.headRepositoryOwner的类型从RepositoryOwner!更改为RepositoryOwner。 - 枚举值
HEAD_REF已添加到枚举PullRequestPubSubTopic中。 - 在对象类型
ProjectCard中添加了字段column - 字段
isCrossRepository已添加到对象类型PullRequest中。 - 在对象类型
ProjectCard中添加了字段project - 在对象类型
ProjectCard中添加了字段resourcePath - 在对象类型
ProjectCard中添加了字段url
2017-06-06 的模式更改
GraphQL 架构已进行以下更改
- 移除了
App。 - 移除了
AppConnection。 - 移除了
AppEdge。 - 从对象类型
DeployedEvent中移除了字段viaApp。 - 从对象类型
IssueComment中移除了字段viaApp。 - 从对象类型
Issue中移除了字段viaApp。 - 从对象类型
PullRequest中移除了字段viaApp。 - 移除了
PerformableViaApp。 DeployedEvent对象类型不再实现PerformableViaApp接口。IssueComment对象类型不再实现PerformableViaApp接口。Issue对象类型不再实现PerformableViaApp接口。PullRequest对象类型不再实现PerformableViaApp接口。- 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 字段
viaIntegration已添加到对象类型DeployedEvent中。 - 字段
viaIntegration已添加到对象类型IssueComment中。 - 字段
viaIntegration已添加到对象类型Issue中。 - 字段
viaIntegration已添加到对象类型PullRequest中。 - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
ChildTeamDescendants - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
IntegrationConnection。 - 添加了类型
IntegrationEdge。 - 添加了类型
Integration。 - 添加了类型
PerformableViaIntegration。 - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload DeployedEvent对象实现了PerformableViaIntegration接口。IssueComment对象实现了PerformableViaIntegration接口。Issue对象实现了PerformableViaIntegration接口。Organization对象实现了Actor接口。PullRequest对象实现了PerformableViaIntegration接口。
2017-06-05 的模式更改
GraphQL 架构已进行以下更改
- 枚举值
HEAD_REF已从枚举PullRequestPubSubTopic中移除。 - 从对象类型
PullRequestCommitConnection中移除了字段hasLimitExceeded。 - 从对象类型
PullRequest中移除了字段isCrossRepository。 - 从对象类型
DeployedEvent中移除了字段viaIntegration。 - 从对象类型
IssueComment中移除了字段viaIntegration。 - 从对象类型
Issue中移除了字段viaIntegration。 - 从对象类型
PullRequest中移除了字段viaIntegration。 - 移除了
Integration。 - 移除了
IntegrationConnection。 - 移除了
IntegrationEdge。 - 移除了
PerformableViaIntegration。 DeployedEvent对象类型不再实现PerformableViaIntegration接口。IssueComment对象类型不再实现PerformableViaIntegration接口。Issue对象类型不再实现PerformableViaIntegration接口。PullRequest对象类型不再实现PerformableViaIntegration接口。- 字段
viaApp已添加到对象类型DeployedEvent中。 - 字段
viaApp已添加到对象类型IssueComment中。 - 字段
viaApp已添加到对象类型Issue中。 - 字段
viaApp已添加到对象类型PullRequest中。 - 添加了类型
AppConnection。 - 添加了类型
AppEdge。 - 添加了类型
App - 添加了类型
PerformableViaApp。 DeployedEvent对象实现了PerformableViaApp接口。IssueComment对象实现了PerformableViaApp接口。Issue对象实现了PerformableViaApp接口。PullRequest对象实现了PerformableViaApp接口。
2017-06-02 的模式更改
GraphQL 架构已进行以下更改
Organization对象类型不再实现Actor接口。- 枚举值
HEAD_REF已添加到枚举PullRequestPubSubTopic中。 - 字段
hasLimitExceeded已添加到对象类型PullRequestCommitConnection中。 - 字段
isCrossRepository已添加到对象类型PullRequest中。
2017-06-01 的模式更改
GraphQL 架构已进行以下更改
- 枚举值
HEAD_REF已从枚举PullRequestPubSubTopic中移除。 - 从对象类型
PullRequestCommitConnection中移除了字段hasLimitExceeded。 - 从对象类型
PullRequest中移除了字段isCrossRepository。 - 字段
comments已添加到对象类型Gist中。 - 添加了类型
GistCommentConnection。 - 添加了类型
GistCommentEdge。 Organization对象实现了Actor接口。
2017-05-31 的模式更改
GraphQL 架构已进行以下更改
- 删除了 AddTeamMemberInput
- 删除了 AddTeamMemberPayload
- 删除了 ChildTeamDescendants
- 删除了 CreateTeamInput
- 删除了 CreateTeamPayload
- 删除了 DeleteTeamInput
- 删除了 DeleteTeamPayload
- 从对象类型
Mutation中删除了字段addTeamMember - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段childTeams - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Mutation中删除了字段createTeam - 从对象类型
Mutation中删除了字段deleteTeam - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Mutation中删除了字段removeTeamMember - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Mutation中删除了字段updateTeamMember - 从对象类型
Mutation中删除了字段updateTeam - 从对象类型
Team中删除了字段viewerCanAdminister - 删除了 RemoveTeamMemberInput
- 删除了 RemoveTeamMemberPayload
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
- 删除了 UpdateTeamInput
- 删除了 UpdateTeamMemberInput
- 删除了 UpdateTeamMemberPayload
- 删除了 UpdateTeamPayload
- 枚举值
HEAD_REF已添加到枚举PullRequestPubSubTopic中。 - 字段
hasLimitExceeded已添加到对象类型PullRequestCommitConnection中。 - 字段
isCrossRepository已添加到对象类型PullRequest中。
2017-05-30 的模式更改
GraphQL 架构已进行以下更改
- 枚举值
HEAD_REF已从枚举PullRequestPubSubTopic中移除。 - 从对象类型
PullRequestCommitConnection中移除了字段hasLimitExceeded。 - 从对象类型
PullRequest中移除了字段isCrossRepository。 - 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段childTeams - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 在对象类型
Team中添加了字段viewerCanAdminister - 字段
viewerCanSubscribe已添加到对象类型Commit中。 - 字段
viewerSubscription已添加到对象类型Commit中。 - 输入字段
commitOID已添加到输入对象类型AddPullRequestReviewInput中。 - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
ChildTeamDescendants - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload Commit对象实现了Subscribable接口。
2017-05-26 的模式更改
GraphQL 架构已进行以下更改
- 删除了 AddTeamMemberInput
- 删除了 AddTeamMemberPayload
- 删除了 CreateTeamInput
- 删除了 CreateTeamPayload
- 删除了 DeleteTeamInput
- 删除了 DeleteTeamPayload
- 从对象类型
Mutation中删除了字段addTeamMember - 从对象类型
Team中删除了字段ancestors - 从对象类型
Team中删除了字段combinedSlug - 从对象类型
Mutation中删除了字段createTeam - 从对象类型
Mutation中删除了字段deleteTeam - 从对象类型
Team中删除了字段membersResourcePath - 从对象类型
Team中删除了字段membersUrl - 从对象类型
Team中删除了字段members - 从对象类型
Team中删除了字段newTeamResourcePath - 从对象类型
Team中删除了字段newTeamUrl - 从对象类型
Team中删除了字段parentTeam - 从对象类型
Mutation中删除了字段removeTeamMember - 从对象类型
Team中删除了字段repositoriesResourcePath - 从对象类型
Team中删除了字段repositoriesUrl - 从对象类型
Team中删除了字段repositories - 从对象类型
Team中删除了字段teamsResourcePath - 从对象类型
Team中删除了字段teamsUrl - 从对象类型
Mutation中删除了字段updateTeamMember - 从对象类型
Mutation中删除了字段updateTeam - 从对象类型
Team中删除了字段viewerCanAdminister - 删除了 RemoveTeamMemberInput
- 删除了 RemoveTeamMemberPayload
- 删除了 TeamMemberConnection
- 删除了 TeamMemberEdge
- 删除了 TeamMembershipType
- 删除了 TeamRepositoryConnection
- 删除了 TeamRepositoryEdge
- 删除了 TeamRepositoryOrder
- 删除了 TeamRepositoryOrderField
- 删除了 UpdateTeamInput
- 删除了 UpdateTeamMemberInput
- 删除了 UpdateTeamMemberPayload
- 删除了 UpdateTeamPayload
- 枚举值
HEAD_REF已添加到枚举PullRequestPubSubTopic中。 - 字段
hasLimitExceeded已添加到对象类型PullRequestCommitConnection中。 - 字段
isCrossRepository已添加到对象类型PullRequest中。
2017-05-25 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
Team中移除了字段membershipRequests。 - 移除了
TeamMembershipRequest。 - 移除了
TeamMembershipRequestConnection。 - 移除了
TeamMembershipRequestEdge。 - 在对象类型
Team中添加了字段repositoriesResourcePath - 在对象类型
Team中添加了字段repositoriesUrl
2017-05-24 的模式更改
GraphQL 架构已进行以下更改
- 从对象类型
Gist中移除了字段comments。 - 从对象类型
ReferencedEvent中移除了字段isAuthoredByPusher。 - 从对象类型
ReferencedEvent中移除了字段isDirectReference。 - 从对象类型
Commit中移除了字段viewerCanSubscribe。 - 从对象类型
Commit中移除了字段viewerSubscription。 - 移除了
GistCommentConnection。 - 移除了
GistCommentEdge。 - 输入字段
commitOID已从输入对象类型AddPullRequestReviewInput中移除。 Commit对象类型不再实现Subscribable接口。Organization对象类型不再实现Actor接口。- 在对象类型
Mutation中添加了字段addTeamMember - 在对象类型
Team中添加了字段ancestors - 在对象类型
Team中添加了字段combinedSlug - 在对象类型
Mutation中添加了字段createTeam - 在对象类型
Mutation中添加了字段deleteTeam - 在对象类型
Team中添加了字段membersResourcePath - 在对象类型
Team中添加了字段membersUrl - 在对象类型
Team中添加了字段members - 字段
membershipRequests已添加到对象类型Team中。 - 在对象类型
Team中添加了字段newTeamResourcePath - 在对象类型
Team中添加了字段newTeamUrl - 在对象类型
Team中添加了字段parentTeam - 在对象类型
Mutation中添加了字段removeTeamMember - 在对象类型
Team中添加了字段repositories - 在对象类型
Team中添加了字段teamsResourcePath - 在对象类型
Team中添加了字段teamsUrl - 在对象类型
Mutation中添加了字段updateTeamMember - 在对象类型
Mutation中添加了字段updateTeam - 在对象类型
Team中添加了字段viewerCanAdminister - 添加了类型
AddTeamMemberInput - 添加了类型
AddTeamMemberPayload - 添加了类型
CreateTeamInput - 添加了类型
CreateTeamPayload - 添加了类型
DeleteTeamInput - 添加了类型
DeleteTeamPayload - 添加了类型
RemoveTeamMemberInput - 添加了类型
RemoveTeamMemberPayload - 添加了类型
TeamMemberConnection - 添加了类型
TeamMemberEdge - 添加了类型
TeamMembershipRequestConnection。 - 添加了类型
TeamMembershipRequestEdge。 - 添加了类型
TeamMembershipRequest。 - 添加了类型
TeamMembershipType - 添加了类型
TeamRepositoryConnection - 添加了类型
TeamRepositoryEdge - 添加了类型
TeamRepositoryOrderField - 添加了类型
TeamRepositoryOrder - 添加了类型
UpdateTeamInput - 添加了类型
UpdateTeamMemberInput - 添加了类型
UpdateTeamMemberPayload - 添加了类型
UpdateTeamPayload
2017-05-23 的模式更改
GraphQL 架构已进行以下更改
- 字段
comments已添加到对象类型Gist中。 - 字段
isAuthoredByPusher已添加到对象类型ReferencedEvent中。 - 在对象类型
ReferencedEvent中添加了字段isDirectReference - 字段
organization已添加到对象类型Team中。 - 字段
viewerCanSubscribe已添加到对象类型Commit中。 - 字段
viewerSubscription已添加到对象类型Commit中。 - 输入字段
commitOID已添加到输入对象类型AddPullRequestReviewInput中。 - 添加了类型
GistCommentConnection。 - 添加了类型
GistCommentEdge。 Commit对象实现了Subscribable接口。Organization对象实现了Actor接口。