重大更改包括会破坏现有查询或可能影响客户端运行时行为的更改。有关重大更改列表及其发生时间,请参阅我们的 重大更改日志。
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
接口。