forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraphql_upcoming_changes.public.yml
131 lines (131 loc) · 5.28 KB
/
graphql_upcoming_changes.public.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
upcoming_changes:
- location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
adds an extra user step."
date: '2019-04-01T00:00:00+00:00'
criticality: breaking
owner: tambling
- location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead."
reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00'
criticality: breaking
owner: tambling
- location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
instead."
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned"
date: '2020-01-01T00:00:00+00:00'
criticality: breaking
owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned"
date: '2020-01-01T00:00:00+00:00'
criticality: breaking
owner: BlakeWilliams
- location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead."
reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00'
criticality: breaking
owner: tambling
- location: Query.sponsorsListing
description: "`sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing`
instead."
reason: "`Query.sponsorsListing` will be removed."
date: '2020-04-01T00:00:00+00:00'
criticality: breaking
owner: antn
- location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
reason: "`Sponsorship.maintainer` will be removed."
date: '2020-04-01T00:00:00+00:00'
criticality: breaking
owner: antn
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
description: "`isUnlicensed` will be removed."
reason: All pending members consume a license
date: '2020-07-01T00:00:00+00:00'
criticality: breaking
owner: BrentWheeldon
- location: EnterpriseOwnerInfo.pendingCollaborators
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
field instead."
reason: Repository invitations can now be associated with an email, not only an
invitee.
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: jdennes
- location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead."
reason: "`timeline` will be removed"
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: mikesea
- location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
reason: "`timeline` will be removed"
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: mikesea
- location: RepositoryCollaboratorEdge.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: oneill38
- location: RepositoryInvitation.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: oneill38
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
description: "`INVITEE_LOGIN` will be removed."
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
can now be associated with an email, not only an invitee."
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: jdennes
- location: Sponsorship.sponsor
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
reason: "`Sponsorship.sponsor` will be removed."
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: nholden
- location: TeamRepositoryEdge.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00'
criticality: breaking
owner: oneill38
- location: EnterpriseMemberEdge.isUnlicensed
description: "`isUnlicensed` will be removed."
reason: All members consume a license
date: '2021-01-01T00:00:00+00:00'
criticality: breaking
owner: BrentWheeldon
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed."
reason: All outside collaborators consume a license
date: '2021-01-01T00:00:00+00:00'
criticality: breaking
owner: BrentWheeldon
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed."
reason: All pending collaborators consume a license
date: '2021-01-01T00:00:00+00:00'
criticality: breaking
owner: BrentWheeldon
- location: MergeStateStatus.DRAFT
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
reason: DRAFT state will be removed from this enum and `isDraft` should be used
instead
date: '2021-01-01T00:00:00+00:00'
criticality: breaking
owner: nplasterer