wuffle 0.44.4 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/apps/search/Search.js +15 -0
- package/package.json +2 -2
- package/public/bundle.css +1 -1
- package/public/bundle.js +1 -1
- package/public/bundle.js.map +1 -1
- package/lib/gql/index.d.ts +0 -4454
package/lib/gql/index.d.ts
DELETED
|
@@ -1,4454 +0,0 @@
|
|
|
1
|
-
export type Maybe<T> = T | null;
|
|
2
|
-
export type InputMaybe<T> = Maybe<T>;
|
|
3
|
-
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
|
|
4
|
-
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };
|
|
5
|
-
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
|
|
6
|
-
/** All built-in and custom scalars, mapped to their actual values */
|
|
7
|
-
export type Scalars = {
|
|
8
|
-
ID: string;
|
|
9
|
-
String: string;
|
|
10
|
-
Boolean: boolean;
|
|
11
|
-
Int: number;
|
|
12
|
-
Float: number;
|
|
13
|
-
/** A (potentially binary) string encoded using base64. */
|
|
14
|
-
Base64String: any;
|
|
15
|
-
/** An ISO-8601 encoded date string. */
|
|
16
|
-
Date: any;
|
|
17
|
-
/** An ISO-8601 encoded UTC date string. */
|
|
18
|
-
DateTime: any;
|
|
19
|
-
/** A Git object ID. */
|
|
20
|
-
GitObjectID: any;
|
|
21
|
-
/** Git SSH string */
|
|
22
|
-
GitSSHRemote: any;
|
|
23
|
-
/** An ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC. */
|
|
24
|
-
GitTimestamp: any;
|
|
25
|
-
/** A string containing HTML code. */
|
|
26
|
-
HTML: any;
|
|
27
|
-
/** An ISO-8601 encoded UTC date string with millisecond precision. */
|
|
28
|
-
PreciseDateTime: any;
|
|
29
|
-
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
|
|
30
|
-
URI: any;
|
|
31
|
-
/** A valid x509 certificate string */
|
|
32
|
-
X509Certificate: any;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
/** Autogenerated input type of AcceptEnterpriseAdministratorInvitation */
|
|
36
|
-
export type AcceptEnterpriseAdministratorInvitationInput = {
|
|
37
|
-
/** A unique identifier for the client performing the mutation. */
|
|
38
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
39
|
-
/** The id of the invitation being accepted */
|
|
40
|
-
invitationId: Scalars['ID'];
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
/** Autogenerated input type of AcceptTopicSuggestion */
|
|
44
|
-
export type AcceptTopicSuggestionInput = {
|
|
45
|
-
/** A unique identifier for the client performing the mutation. */
|
|
46
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
47
|
-
/** The name of the suggested topic. */
|
|
48
|
-
name: Scalars['String'];
|
|
49
|
-
/** The Node ID of the repository. */
|
|
50
|
-
repositoryId: Scalars['ID'];
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
/** Autogenerated input type of AddAssigneesToAssignable */
|
|
54
|
-
export type AddAssigneesToAssignableInput = {
|
|
55
|
-
/** The id of the assignable object to add assignees to. */
|
|
56
|
-
assignableId: Scalars['ID'];
|
|
57
|
-
/** The id of users to add as assignees. */
|
|
58
|
-
assigneeIds: Array<Scalars['ID']>;
|
|
59
|
-
/** A unique identifier for the client performing the mutation. */
|
|
60
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
/** Autogenerated input type of AddComment */
|
|
64
|
-
export type AddCommentInput = {
|
|
65
|
-
/** The contents of the comment. */
|
|
66
|
-
body: Scalars['String'];
|
|
67
|
-
/** A unique identifier for the client performing the mutation. */
|
|
68
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
69
|
-
/** The Node ID of the subject to modify. */
|
|
70
|
-
subjectId: Scalars['ID'];
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
/** Autogenerated input type of AddDiscussionComment */
|
|
74
|
-
export type AddDiscussionCommentInput = {
|
|
75
|
-
/** The contents of the comment. */
|
|
76
|
-
body: Scalars['String'];
|
|
77
|
-
/** A unique identifier for the client performing the mutation. */
|
|
78
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
79
|
-
/** The Node ID of the discussion to comment on. */
|
|
80
|
-
discussionId: Scalars['ID'];
|
|
81
|
-
/** The Node ID of the discussion comment within this discussion to reply to. */
|
|
82
|
-
replyToId?: InputMaybe<Scalars['ID']>;
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
/** Autogenerated input type of AddEnterpriseSupportEntitlement */
|
|
86
|
-
export type AddEnterpriseSupportEntitlementInput = {
|
|
87
|
-
/** A unique identifier for the client performing the mutation. */
|
|
88
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
89
|
-
/** The ID of the Enterprise which the admin belongs to. */
|
|
90
|
-
enterpriseId: Scalars['ID'];
|
|
91
|
-
/** The login of a member who will receive the support entitlement. */
|
|
92
|
-
login: Scalars['String'];
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
/** Autogenerated input type of AddLabelsToLabelable */
|
|
96
|
-
export type AddLabelsToLabelableInput = {
|
|
97
|
-
/** A unique identifier for the client performing the mutation. */
|
|
98
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
99
|
-
/** The ids of the labels to add. */
|
|
100
|
-
labelIds: Array<Scalars['ID']>;
|
|
101
|
-
/** The id of the labelable object to add labels to. */
|
|
102
|
-
labelableId: Scalars['ID'];
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
/** Autogenerated input type of AddProjectCard */
|
|
106
|
-
export type AddProjectCardInput = {
|
|
107
|
-
/** A unique identifier for the client performing the mutation. */
|
|
108
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
109
|
-
/** The content of the card. Must be a member of the ProjectCardItem union */
|
|
110
|
-
contentId?: InputMaybe<Scalars['ID']>;
|
|
111
|
-
/** The note on the card. */
|
|
112
|
-
note?: InputMaybe<Scalars['String']>;
|
|
113
|
-
/** The Node ID of the ProjectColumn. */
|
|
114
|
-
projectColumnId: Scalars['ID'];
|
|
115
|
-
};
|
|
116
|
-
|
|
117
|
-
/** Autogenerated input type of AddProjectColumn */
|
|
118
|
-
export type AddProjectColumnInput = {
|
|
119
|
-
/** A unique identifier for the client performing the mutation. */
|
|
120
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
121
|
-
/** The name of the column. */
|
|
122
|
-
name: Scalars['String'];
|
|
123
|
-
/** The Node ID of the project. */
|
|
124
|
-
projectId: Scalars['ID'];
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
/** Autogenerated input type of AddPullRequestReviewComment */
|
|
128
|
-
export type AddPullRequestReviewCommentInput = {
|
|
129
|
-
/** The text of the comment. */
|
|
130
|
-
body: Scalars['String'];
|
|
131
|
-
/** A unique identifier for the client performing the mutation. */
|
|
132
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
133
|
-
/** The SHA of the commit to comment on. */
|
|
134
|
-
commitOID?: InputMaybe<Scalars['GitObjectID']>;
|
|
135
|
-
/** The comment id to reply to. */
|
|
136
|
-
inReplyTo?: InputMaybe<Scalars['ID']>;
|
|
137
|
-
/** The relative path of the file to comment on. */
|
|
138
|
-
path?: InputMaybe<Scalars['String']>;
|
|
139
|
-
/** The line index in the diff to comment on. */
|
|
140
|
-
position?: InputMaybe<Scalars['Int']>;
|
|
141
|
-
/** The node ID of the pull request reviewing */
|
|
142
|
-
pullRequestId?: InputMaybe<Scalars['ID']>;
|
|
143
|
-
/** The Node ID of the review to modify. */
|
|
144
|
-
pullRequestReviewId?: InputMaybe<Scalars['ID']>;
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
/** Autogenerated input type of AddPullRequestReview */
|
|
148
|
-
export type AddPullRequestReviewInput = {
|
|
149
|
-
/** The contents of the review body comment. */
|
|
150
|
-
body?: InputMaybe<Scalars['String']>;
|
|
151
|
-
/** A unique identifier for the client performing the mutation. */
|
|
152
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
153
|
-
/** The review line comments. */
|
|
154
|
-
comments?: InputMaybe<Array<InputMaybe<DraftPullRequestReviewComment>>>;
|
|
155
|
-
/** The commit OID the review pertains to. */
|
|
156
|
-
commitOID?: InputMaybe<Scalars['GitObjectID']>;
|
|
157
|
-
/** The event to perform on the pull request review. */
|
|
158
|
-
event?: InputMaybe<PullRequestReviewEvent>;
|
|
159
|
-
/** The Node ID of the pull request to modify. */
|
|
160
|
-
pullRequestId: Scalars['ID'];
|
|
161
|
-
/** The review line comment threads. */
|
|
162
|
-
threads?: InputMaybe<Array<InputMaybe<DraftPullRequestReviewThread>>>;
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
/** Autogenerated input type of AddPullRequestReviewThread */
|
|
166
|
-
export type AddPullRequestReviewThreadInput = {
|
|
167
|
-
/** Body of the thread's first comment. */
|
|
168
|
-
body: Scalars['String'];
|
|
169
|
-
/** A unique identifier for the client performing the mutation. */
|
|
170
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
171
|
-
/** The line of the blob to which the thread refers. The end of the line range for multi-line comments. */
|
|
172
|
-
line: Scalars['Int'];
|
|
173
|
-
/** Path to the file being commented on. */
|
|
174
|
-
path: Scalars['String'];
|
|
175
|
-
/** The node ID of the pull request reviewing */
|
|
176
|
-
pullRequestId?: InputMaybe<Scalars['ID']>;
|
|
177
|
-
/** The Node ID of the review to modify. */
|
|
178
|
-
pullRequestReviewId?: InputMaybe<Scalars['ID']>;
|
|
179
|
-
/** The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. */
|
|
180
|
-
side?: InputMaybe<DiffSide>;
|
|
181
|
-
/** The first line of the range to which the comment refers. */
|
|
182
|
-
startLine?: InputMaybe<Scalars['Int']>;
|
|
183
|
-
/** The side of the diff on which the start line resides. */
|
|
184
|
-
startSide?: InputMaybe<DiffSide>;
|
|
185
|
-
};
|
|
186
|
-
|
|
187
|
-
/** Autogenerated input type of AddReaction */
|
|
188
|
-
export type AddReactionInput = {
|
|
189
|
-
/** A unique identifier for the client performing the mutation. */
|
|
190
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
191
|
-
/** The name of the emoji to react with. */
|
|
192
|
-
content: ReactionContent;
|
|
193
|
-
/** The Node ID of the subject to modify. */
|
|
194
|
-
subjectId: Scalars['ID'];
|
|
195
|
-
};
|
|
196
|
-
|
|
197
|
-
/** Autogenerated input type of AddStar */
|
|
198
|
-
export type AddStarInput = {
|
|
199
|
-
/** A unique identifier for the client performing the mutation. */
|
|
200
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
201
|
-
/** The Starrable ID to star. */
|
|
202
|
-
starrableId: Scalars['ID'];
|
|
203
|
-
};
|
|
204
|
-
|
|
205
|
-
/** Autogenerated input type of AddUpvote */
|
|
206
|
-
export type AddUpvoteInput = {
|
|
207
|
-
/** A unique identifier for the client performing the mutation. */
|
|
208
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
209
|
-
/** The Node ID of the discussion or comment to upvote. */
|
|
210
|
-
subjectId: Scalars['ID'];
|
|
211
|
-
};
|
|
212
|
-
|
|
213
|
-
/** Autogenerated input type of AddVerifiableDomain */
|
|
214
|
-
export type AddVerifiableDomainInput = {
|
|
215
|
-
/** A unique identifier for the client performing the mutation. */
|
|
216
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
217
|
-
/** The URL of the domain */
|
|
218
|
-
domain: Scalars['URI'];
|
|
219
|
-
/** The ID of the owner to add the domain to */
|
|
220
|
-
ownerId: Scalars['ID'];
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
/** Autogenerated input type of ApproveDeployments */
|
|
224
|
-
export type ApproveDeploymentsInput = {
|
|
225
|
-
/** A unique identifier for the client performing the mutation. */
|
|
226
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
227
|
-
/** Optional comment for approving deployments */
|
|
228
|
-
comment?: InputMaybe<Scalars['String']>;
|
|
229
|
-
/** The ids of environments to reject deployments */
|
|
230
|
-
environmentIds: Array<Scalars['ID']>;
|
|
231
|
-
/** The node ID of the workflow run containing the pending deployments. */
|
|
232
|
-
workflowRunId: Scalars['ID'];
|
|
233
|
-
};
|
|
234
|
-
|
|
235
|
-
/** Autogenerated input type of ApproveVerifiableDomain */
|
|
236
|
-
export type ApproveVerifiableDomainInput = {
|
|
237
|
-
/** A unique identifier for the client performing the mutation. */
|
|
238
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
239
|
-
/** The ID of the verifiable domain to approve. */
|
|
240
|
-
id: Scalars['ID'];
|
|
241
|
-
};
|
|
242
|
-
|
|
243
|
-
/** Autogenerated input type of ArchiveRepository */
|
|
244
|
-
export type ArchiveRepositoryInput = {
|
|
245
|
-
/** A unique identifier for the client performing the mutation. */
|
|
246
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
247
|
-
/** The ID of the repository to mark as archived. */
|
|
248
|
-
repositoryId: Scalars['ID'];
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
/** Ordering options for Audit Log connections. */
|
|
252
|
-
export type AuditLogOrder = {
|
|
253
|
-
/** The ordering direction. */
|
|
254
|
-
direction?: InputMaybe<OrderDirection>;
|
|
255
|
-
/** The field to order Audit Logs by. */
|
|
256
|
-
field?: InputMaybe<AuditLogOrderField>;
|
|
257
|
-
};
|
|
258
|
-
|
|
259
|
-
/** Properties by which Audit Log connections can be ordered. */
|
|
260
|
-
export enum AuditLogOrderField {
|
|
261
|
-
/** Order audit log entries by timestamp */
|
|
262
|
-
CreatedAt = 'CREATED_AT'
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
/** Autogenerated input type of CancelEnterpriseAdminInvitation */
|
|
266
|
-
export type CancelEnterpriseAdminInvitationInput = {
|
|
267
|
-
/** A unique identifier for the client performing the mutation. */
|
|
268
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
269
|
-
/** The Node ID of the pending enterprise administrator invitation. */
|
|
270
|
-
invitationId: Scalars['ID'];
|
|
271
|
-
};
|
|
272
|
-
|
|
273
|
-
/** Autogenerated input type of CancelSponsorship */
|
|
274
|
-
export type CancelSponsorshipInput = {
|
|
275
|
-
/** A unique identifier for the client performing the mutation. */
|
|
276
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
277
|
-
/**
|
|
278
|
-
* The ID of the user or organization who is acting as the sponsor, paying for
|
|
279
|
-
* the sponsorship. Required if sponsorLogin is not given.
|
|
280
|
-
*/
|
|
281
|
-
sponsorId?: InputMaybe<Scalars['ID']>;
|
|
282
|
-
/**
|
|
283
|
-
* The username of the user or organization who is acting as the sponsor, paying
|
|
284
|
-
* for the sponsorship. Required if sponsorId is not given.
|
|
285
|
-
*/
|
|
286
|
-
sponsorLogin?: InputMaybe<Scalars['String']>;
|
|
287
|
-
/** The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given. */
|
|
288
|
-
sponsorableId?: InputMaybe<Scalars['ID']>;
|
|
289
|
-
/** The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given. */
|
|
290
|
-
sponsorableLogin?: InputMaybe<Scalars['String']>;
|
|
291
|
-
};
|
|
292
|
-
|
|
293
|
-
/** Autogenerated input type of ChangeUserStatus */
|
|
294
|
-
export type ChangeUserStatusInput = {
|
|
295
|
-
/** A unique identifier for the client performing the mutation. */
|
|
296
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
297
|
-
/** The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:. */
|
|
298
|
-
emoji?: InputMaybe<Scalars['String']>;
|
|
299
|
-
/** If set, the user status will not be shown after this date. */
|
|
300
|
-
expiresAt?: InputMaybe<Scalars['DateTime']>;
|
|
301
|
-
/** Whether this status should indicate you are not fully available on GitHub, e.g., you are away. */
|
|
302
|
-
limitedAvailability?: InputMaybe<Scalars['Boolean']>;
|
|
303
|
-
/** A short description of your current status. */
|
|
304
|
-
message?: InputMaybe<Scalars['String']>;
|
|
305
|
-
/**
|
|
306
|
-
* The ID of the organization whose members will be allowed to see the status. If
|
|
307
|
-
* omitted, the status will be publicly visible.
|
|
308
|
-
*/
|
|
309
|
-
organizationId?: InputMaybe<Scalars['ID']>;
|
|
310
|
-
};
|
|
311
|
-
|
|
312
|
-
/** Information from a check run analysis to specific lines of code. */
|
|
313
|
-
export type CheckAnnotationData = {
|
|
314
|
-
/** Represents an annotation's information level */
|
|
315
|
-
annotationLevel: CheckAnnotationLevel;
|
|
316
|
-
/** The location of the annotation */
|
|
317
|
-
location: CheckAnnotationRange;
|
|
318
|
-
/** A short description of the feedback for these lines of code. */
|
|
319
|
-
message: Scalars['String'];
|
|
320
|
-
/** The path of the file to add an annotation to. */
|
|
321
|
-
path: Scalars['String'];
|
|
322
|
-
/** Details about this annotation. */
|
|
323
|
-
rawDetails?: InputMaybe<Scalars['String']>;
|
|
324
|
-
/** The title that represents the annotation. */
|
|
325
|
-
title?: InputMaybe<Scalars['String']>;
|
|
326
|
-
};
|
|
327
|
-
|
|
328
|
-
/** Represents an annotation's information level. */
|
|
329
|
-
export enum CheckAnnotationLevel {
|
|
330
|
-
/** An annotation indicating an inescapable error. */
|
|
331
|
-
Failure = 'FAILURE',
|
|
332
|
-
/** An annotation indicating some information. */
|
|
333
|
-
Notice = 'NOTICE',
|
|
334
|
-
/** An annotation indicating an ignorable error. */
|
|
335
|
-
Warning = 'WARNING'
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
/** Information from a check run analysis to specific lines of code. */
|
|
339
|
-
export type CheckAnnotationRange = {
|
|
340
|
-
/** The ending column of the range. */
|
|
341
|
-
endColumn?: InputMaybe<Scalars['Int']>;
|
|
342
|
-
/** The ending line of the range. */
|
|
343
|
-
endLine: Scalars['Int'];
|
|
344
|
-
/** The starting column of the range. */
|
|
345
|
-
startColumn?: InputMaybe<Scalars['Int']>;
|
|
346
|
-
/** The starting line of the range. */
|
|
347
|
-
startLine: Scalars['Int'];
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
/** The possible states for a check suite or run conclusion. */
|
|
351
|
-
export enum CheckConclusionState {
|
|
352
|
-
/** The check suite or run requires action. */
|
|
353
|
-
ActionRequired = 'ACTION_REQUIRED',
|
|
354
|
-
/** The check suite or run has been cancelled. */
|
|
355
|
-
Cancelled = 'CANCELLED',
|
|
356
|
-
/** The check suite or run has failed. */
|
|
357
|
-
Failure = 'FAILURE',
|
|
358
|
-
/** The check suite or run was neutral. */
|
|
359
|
-
Neutral = 'NEUTRAL',
|
|
360
|
-
/** The check suite or run was skipped. */
|
|
361
|
-
Skipped = 'SKIPPED',
|
|
362
|
-
/** The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion. */
|
|
363
|
-
Stale = 'STALE',
|
|
364
|
-
/** The check suite or run has failed at startup. */
|
|
365
|
-
StartupFailure = 'STARTUP_FAILURE',
|
|
366
|
-
/** The check suite or run has succeeded. */
|
|
367
|
-
Success = 'SUCCESS',
|
|
368
|
-
/** The check suite or run has timed out. */
|
|
369
|
-
TimedOut = 'TIMED_OUT'
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/** Possible further actions the integrator can perform. */
|
|
373
|
-
export type CheckRunAction = {
|
|
374
|
-
/** A short explanation of what this action would do. */
|
|
375
|
-
description: Scalars['String'];
|
|
376
|
-
/** A reference for the action on the integrator's system. */
|
|
377
|
-
identifier: Scalars['String'];
|
|
378
|
-
/** The text to be displayed on a button in the web UI. */
|
|
379
|
-
label: Scalars['String'];
|
|
380
|
-
};
|
|
381
|
-
|
|
382
|
-
/** The filters that are available when fetching check runs. */
|
|
383
|
-
export type CheckRunFilter = {
|
|
384
|
-
/** Filters the check runs created by this application ID. */
|
|
385
|
-
appId?: InputMaybe<Scalars['Int']>;
|
|
386
|
-
/** Filters the check runs by this name. */
|
|
387
|
-
checkName?: InputMaybe<Scalars['String']>;
|
|
388
|
-
/** Filters the check runs by this type. */
|
|
389
|
-
checkType?: InputMaybe<CheckRunType>;
|
|
390
|
-
/** Filters the check runs by this status. */
|
|
391
|
-
status?: InputMaybe<CheckStatusState>;
|
|
392
|
-
};
|
|
393
|
-
|
|
394
|
-
/** Descriptive details about the check run. */
|
|
395
|
-
export type CheckRunOutput = {
|
|
396
|
-
/** The annotations that are made as part of the check run. */
|
|
397
|
-
annotations?: InputMaybe<Array<CheckAnnotationData>>;
|
|
398
|
-
/** Images attached to the check run output displayed in the GitHub pull request UI. */
|
|
399
|
-
images?: InputMaybe<Array<CheckRunOutputImage>>;
|
|
400
|
-
/** The summary of the check run (supports Commonmark). */
|
|
401
|
-
summary: Scalars['String'];
|
|
402
|
-
/** The details of the check run (supports Commonmark). */
|
|
403
|
-
text?: InputMaybe<Scalars['String']>;
|
|
404
|
-
/** A title to provide for this check run. */
|
|
405
|
-
title: Scalars['String'];
|
|
406
|
-
};
|
|
407
|
-
|
|
408
|
-
/** Images attached to the check run output displayed in the GitHub pull request UI. */
|
|
409
|
-
export type CheckRunOutputImage = {
|
|
410
|
-
/** The alternative text for the image. */
|
|
411
|
-
alt: Scalars['String'];
|
|
412
|
-
/** A short image description. */
|
|
413
|
-
caption?: InputMaybe<Scalars['String']>;
|
|
414
|
-
/** The full URL of the image. */
|
|
415
|
-
imageUrl: Scalars['URI'];
|
|
416
|
-
};
|
|
417
|
-
|
|
418
|
-
/** The possible types of check runs. */
|
|
419
|
-
export enum CheckRunType {
|
|
420
|
-
/** Every check run available. */
|
|
421
|
-
All = 'ALL',
|
|
422
|
-
/** The latest check run. */
|
|
423
|
-
Latest = 'LATEST'
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
/** The possible states for a check suite or run status. */
|
|
427
|
-
export enum CheckStatusState {
|
|
428
|
-
/** The check suite or run has been completed. */
|
|
429
|
-
Completed = 'COMPLETED',
|
|
430
|
-
/** The check suite or run is in progress. */
|
|
431
|
-
InProgress = 'IN_PROGRESS',
|
|
432
|
-
/** The check suite or run is in pending state. */
|
|
433
|
-
Pending = 'PENDING',
|
|
434
|
-
/** The check suite or run has been queued. */
|
|
435
|
-
Queued = 'QUEUED',
|
|
436
|
-
/** The check suite or run has been requested. */
|
|
437
|
-
Requested = 'REQUESTED',
|
|
438
|
-
/** The check suite or run is in waiting state. */
|
|
439
|
-
Waiting = 'WAITING'
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
/** The auto-trigger preferences that are available for check suites. */
|
|
443
|
-
export type CheckSuiteAutoTriggerPreference = {
|
|
444
|
-
/** The node ID of the application that owns the check suite. */
|
|
445
|
-
appId: Scalars['ID'];
|
|
446
|
-
/** Set to `true` to enable automatic creation of CheckSuite events upon pushes to the repository. */
|
|
447
|
-
setting: Scalars['Boolean'];
|
|
448
|
-
};
|
|
449
|
-
|
|
450
|
-
/** The filters that are available when fetching check suites. */
|
|
451
|
-
export type CheckSuiteFilter = {
|
|
452
|
-
/** Filters the check suites created by this application ID. */
|
|
453
|
-
appId?: InputMaybe<Scalars['Int']>;
|
|
454
|
-
/** Filters the check suites by this name. */
|
|
455
|
-
checkName?: InputMaybe<Scalars['String']>;
|
|
456
|
-
};
|
|
457
|
-
|
|
458
|
-
/** Autogenerated input type of ClearLabelsFromLabelable */
|
|
459
|
-
export type ClearLabelsFromLabelableInput = {
|
|
460
|
-
/** A unique identifier for the client performing the mutation. */
|
|
461
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
462
|
-
/** The id of the labelable object to clear the labels from. */
|
|
463
|
-
labelableId: Scalars['ID'];
|
|
464
|
-
};
|
|
465
|
-
|
|
466
|
-
/** Autogenerated input type of CloneProject */
|
|
467
|
-
export type CloneProjectInput = {
|
|
468
|
-
/** The description of the project. */
|
|
469
|
-
body?: InputMaybe<Scalars['String']>;
|
|
470
|
-
/** A unique identifier for the client performing the mutation. */
|
|
471
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
472
|
-
/** Whether or not to clone the source project's workflows. */
|
|
473
|
-
includeWorkflows: Scalars['Boolean'];
|
|
474
|
-
/** The name of the project. */
|
|
475
|
-
name: Scalars['String'];
|
|
476
|
-
/** The visibility of the project, defaults to false (private). */
|
|
477
|
-
public?: InputMaybe<Scalars['Boolean']>;
|
|
478
|
-
/** The source project to clone. */
|
|
479
|
-
sourceId: Scalars['ID'];
|
|
480
|
-
/** The owner ID to create the project under. */
|
|
481
|
-
targetOwnerId: Scalars['ID'];
|
|
482
|
-
};
|
|
483
|
-
|
|
484
|
-
/** Autogenerated input type of CloneTemplateRepository */
|
|
485
|
-
export type CloneTemplateRepositoryInput = {
|
|
486
|
-
/** A unique identifier for the client performing the mutation. */
|
|
487
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
488
|
-
/** A short description of the new repository. */
|
|
489
|
-
description?: InputMaybe<Scalars['String']>;
|
|
490
|
-
/**
|
|
491
|
-
* Whether to copy all branches from the template to the new repository. Defaults
|
|
492
|
-
* to copying only the default branch of the template.
|
|
493
|
-
*/
|
|
494
|
-
includeAllBranches?: InputMaybe<Scalars['Boolean']>;
|
|
495
|
-
/** The name of the new repository. */
|
|
496
|
-
name: Scalars['String'];
|
|
497
|
-
/** The ID of the owner for the new repository. */
|
|
498
|
-
ownerId: Scalars['ID'];
|
|
499
|
-
/** The Node ID of the template repository. */
|
|
500
|
-
repositoryId: Scalars['ID'];
|
|
501
|
-
/** Indicates the repository's visibility level. */
|
|
502
|
-
visibility: RepositoryVisibility;
|
|
503
|
-
};
|
|
504
|
-
|
|
505
|
-
/** Autogenerated input type of CloseIssue */
|
|
506
|
-
export type CloseIssueInput = {
|
|
507
|
-
/** A unique identifier for the client performing the mutation. */
|
|
508
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
509
|
-
/** ID of the issue to be closed. */
|
|
510
|
-
issueId: Scalars['ID'];
|
|
511
|
-
};
|
|
512
|
-
|
|
513
|
-
/** Autogenerated input type of ClosePullRequest */
|
|
514
|
-
export type ClosePullRequestInput = {
|
|
515
|
-
/** A unique identifier for the client performing the mutation. */
|
|
516
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
517
|
-
/** ID of the pull request to be closed. */
|
|
518
|
-
pullRequestId: Scalars['ID'];
|
|
519
|
-
};
|
|
520
|
-
|
|
521
|
-
/** Collaborators affiliation level with a subject. */
|
|
522
|
-
export enum CollaboratorAffiliation {
|
|
523
|
-
/** All collaborators the authenticated user can see. */
|
|
524
|
-
All = 'ALL',
|
|
525
|
-
/** All collaborators with permissions to an organization-owned subject, regardless of organization membership status. */
|
|
526
|
-
Direct = 'DIRECT',
|
|
527
|
-
/** All outside collaborators of an organization-owned subject. */
|
|
528
|
-
Outside = 'OUTSIDE'
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/** A comment author association with repository. */
|
|
532
|
-
export enum CommentAuthorAssociation {
|
|
533
|
-
/** Author has been invited to collaborate on the repository. */
|
|
534
|
-
Collaborator = 'COLLABORATOR',
|
|
535
|
-
/** Author has previously committed to the repository. */
|
|
536
|
-
Contributor = 'CONTRIBUTOR',
|
|
537
|
-
/** Author has not previously committed to GitHub. */
|
|
538
|
-
FirstTimer = 'FIRST_TIMER',
|
|
539
|
-
/** Author has not previously committed to the repository. */
|
|
540
|
-
FirstTimeContributor = 'FIRST_TIME_CONTRIBUTOR',
|
|
541
|
-
/** Author is a placeholder for an unclaimed user. */
|
|
542
|
-
Mannequin = 'MANNEQUIN',
|
|
543
|
-
/** Author is a member of the organization that owns the repository. */
|
|
544
|
-
Member = 'MEMBER',
|
|
545
|
-
/** Author has no association with the repository. */
|
|
546
|
-
None = 'NONE',
|
|
547
|
-
/** Author is the owner of the repository. */
|
|
548
|
-
Owner = 'OWNER'
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
/** The possible errors that will prevent a user from updating a comment. */
|
|
552
|
-
export enum CommentCannotUpdateReason {
|
|
553
|
-
/** Unable to create comment because repository is archived. */
|
|
554
|
-
Archived = 'ARCHIVED',
|
|
555
|
-
/** You cannot update this comment */
|
|
556
|
-
Denied = 'DENIED',
|
|
557
|
-
/** You must be the author or have write access to this repository to update this comment. */
|
|
558
|
-
InsufficientAccess = 'INSUFFICIENT_ACCESS',
|
|
559
|
-
/** Unable to create comment because issue is locked. */
|
|
560
|
-
Locked = 'LOCKED',
|
|
561
|
-
/** You must be logged in to update this comment. */
|
|
562
|
-
LoginRequired = 'LOGIN_REQUIRED',
|
|
563
|
-
/** Repository is under maintenance. */
|
|
564
|
-
Maintenance = 'MAINTENANCE',
|
|
565
|
-
/** At least one email address must be verified to update this comment. */
|
|
566
|
-
VerifiedEmailRequired = 'VERIFIED_EMAIL_REQUIRED'
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
/** Specifies an author for filtering Git commits. */
|
|
570
|
-
export type CommitAuthor = {
|
|
571
|
-
/** Email addresses to filter by. Commits authored by any of the specified email addresses will be returned. */
|
|
572
|
-
emails?: InputMaybe<Array<Scalars['String']>>;
|
|
573
|
-
/**
|
|
574
|
-
* ID of a User to filter by. If non-null, only commits authored by this user
|
|
575
|
-
* will be returned. This field takes precedence over emails.
|
|
576
|
-
*/
|
|
577
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
578
|
-
};
|
|
579
|
-
|
|
580
|
-
/** Ordering options for commit contribution connections. */
|
|
581
|
-
export type CommitContributionOrder = {
|
|
582
|
-
/** The ordering direction. */
|
|
583
|
-
direction: OrderDirection;
|
|
584
|
-
/** The field by which to order commit contributions. */
|
|
585
|
-
field: CommitContributionOrderField;
|
|
586
|
-
};
|
|
587
|
-
|
|
588
|
-
/** Properties by which commit contribution connections can be ordered. */
|
|
589
|
-
export enum CommitContributionOrderField {
|
|
590
|
-
/** Order commit contributions by how many commits they represent. */
|
|
591
|
-
CommitCount = 'COMMIT_COUNT',
|
|
592
|
-
/** Order commit contributions by when they were made. */
|
|
593
|
-
OccurredAt = 'OCCURRED_AT'
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
/** A message to include with a new commit */
|
|
597
|
-
export type CommitMessage = {
|
|
598
|
-
/** The body of the message. */
|
|
599
|
-
body?: InputMaybe<Scalars['String']>;
|
|
600
|
-
/** The headline of the message. */
|
|
601
|
-
headline: Scalars['String'];
|
|
602
|
-
};
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* A git ref for a commit to be appended to.
|
|
606
|
-
*
|
|
607
|
-
* The ref must be a branch, i.e. its fully qualified name must start
|
|
608
|
-
* with `refs/heads/` (although the input is not required to be fully
|
|
609
|
-
* qualified).
|
|
610
|
-
*
|
|
611
|
-
* The Ref may be specified by its global node ID or by the
|
|
612
|
-
* repository nameWithOwner and branch name.
|
|
613
|
-
*
|
|
614
|
-
* ### Examples
|
|
615
|
-
*
|
|
616
|
-
* Specify a branch using a global node ID:
|
|
617
|
-
*
|
|
618
|
-
* { "id": "MDM6UmVmMTpyZWZzL2hlYWRzL21haW4=" }
|
|
619
|
-
*
|
|
620
|
-
* Specify a branch using nameWithOwner and branch name:
|
|
621
|
-
*
|
|
622
|
-
* {
|
|
623
|
-
* "nameWithOwner": "github/graphql-client",
|
|
624
|
-
* "branchName": "main"
|
|
625
|
-
* }
|
|
626
|
-
*/
|
|
627
|
-
export type CommittableBranch = {
|
|
628
|
-
/** The unqualified name of the branch to append the commit to. */
|
|
629
|
-
branchName?: InputMaybe<Scalars['String']>;
|
|
630
|
-
/** The Node ID of the Ref to be updated. */
|
|
631
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
632
|
-
/** The nameWithOwner of the repository to commit to. */
|
|
633
|
-
repositoryNameWithOwner?: InputMaybe<Scalars['String']>;
|
|
634
|
-
};
|
|
635
|
-
|
|
636
|
-
/** Varying levels of contributions from none to many. */
|
|
637
|
-
export enum ContributionLevel {
|
|
638
|
-
/** Lowest 25% of days of contributions. */
|
|
639
|
-
FirstQuartile = 'FIRST_QUARTILE',
|
|
640
|
-
/** Highest 25% of days of contributions. More contributions than the third quartile. */
|
|
641
|
-
FourthQuartile = 'FOURTH_QUARTILE',
|
|
642
|
-
/** No contributions occurred. */
|
|
643
|
-
None = 'NONE',
|
|
644
|
-
/** Second lowest 25% of days of contributions. More contributions than the first quartile. */
|
|
645
|
-
SecondQuartile = 'SECOND_QUARTILE',
|
|
646
|
-
/** Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile. */
|
|
647
|
-
ThirdQuartile = 'THIRD_QUARTILE'
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
/** Ordering options for contribution connections. */
|
|
651
|
-
export type ContributionOrder = {
|
|
652
|
-
/** The ordering direction. */
|
|
653
|
-
direction: OrderDirection;
|
|
654
|
-
};
|
|
655
|
-
|
|
656
|
-
/** Autogenerated input type of ConvertProjectCardNoteToIssue */
|
|
657
|
-
export type ConvertProjectCardNoteToIssueInput = {
|
|
658
|
-
/** The body of the newly created issue. */
|
|
659
|
-
body?: InputMaybe<Scalars['String']>;
|
|
660
|
-
/** A unique identifier for the client performing the mutation. */
|
|
661
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
662
|
-
/** The ProjectCard ID to convert. */
|
|
663
|
-
projectCardId: Scalars['ID'];
|
|
664
|
-
/** The ID of the repository to create the issue in. */
|
|
665
|
-
repositoryId: Scalars['ID'];
|
|
666
|
-
/** The title of the newly created issue. Defaults to the card's note text. */
|
|
667
|
-
title?: InputMaybe<Scalars['String']>;
|
|
668
|
-
};
|
|
669
|
-
|
|
670
|
-
/** Autogenerated input type of ConvertPullRequestToDraft */
|
|
671
|
-
export type ConvertPullRequestToDraftInput = {
|
|
672
|
-
/** A unique identifier for the client performing the mutation. */
|
|
673
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
674
|
-
/** ID of the pull request to convert to draft */
|
|
675
|
-
pullRequestId: Scalars['ID'];
|
|
676
|
-
};
|
|
677
|
-
|
|
678
|
-
/** Autogenerated input type of CreateBranchProtectionRule */
|
|
679
|
-
export type CreateBranchProtectionRuleInput = {
|
|
680
|
-
/** Can this branch be deleted. */
|
|
681
|
-
allowsDeletions?: InputMaybe<Scalars['Boolean']>;
|
|
682
|
-
/** Are force pushes allowed on this branch. */
|
|
683
|
-
allowsForcePushes?: InputMaybe<Scalars['Boolean']>;
|
|
684
|
-
/** A unique identifier for the client performing the mutation. */
|
|
685
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
686
|
-
/** Will new commits pushed to matching branches dismiss pull request review approvals. */
|
|
687
|
-
dismissesStaleReviews?: InputMaybe<Scalars['Boolean']>;
|
|
688
|
-
/** Can admins overwrite branch protection. */
|
|
689
|
-
isAdminEnforced?: InputMaybe<Scalars['Boolean']>;
|
|
690
|
-
/** The glob-like pattern used to determine matching branches. */
|
|
691
|
-
pattern: Scalars['String'];
|
|
692
|
-
/** A list of User, Team or App IDs allowed to push to matching branches. */
|
|
693
|
-
pushActorIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
694
|
-
/** The global relay id of the repository in which a new branch protection rule should be created in. */
|
|
695
|
-
repositoryId: Scalars['ID'];
|
|
696
|
-
/** Number of approving reviews required to update matching branches. */
|
|
697
|
-
requiredApprovingReviewCount?: InputMaybe<Scalars['Int']>;
|
|
698
|
-
/** List of required status check contexts that must pass for commits to be accepted to matching branches. */
|
|
699
|
-
requiredStatusCheckContexts?: InputMaybe<Array<Scalars['String']>>;
|
|
700
|
-
/** Are approving reviews required to update matching branches. */
|
|
701
|
-
requiresApprovingReviews?: InputMaybe<Scalars['Boolean']>;
|
|
702
|
-
/** Are reviews from code owners required to update matching branches. */
|
|
703
|
-
requiresCodeOwnerReviews?: InputMaybe<Scalars['Boolean']>;
|
|
704
|
-
/** Are commits required to be signed. */
|
|
705
|
-
requiresCommitSignatures?: InputMaybe<Scalars['Boolean']>;
|
|
706
|
-
/** Are conversations required to be resolved before merging. */
|
|
707
|
-
requiresConversationResolution?: InputMaybe<Scalars['Boolean']>;
|
|
708
|
-
/** Are merge commits prohibited from being pushed to this branch. */
|
|
709
|
-
requiresLinearHistory?: InputMaybe<Scalars['Boolean']>;
|
|
710
|
-
/** Are status checks required to update matching branches. */
|
|
711
|
-
requiresStatusChecks?: InputMaybe<Scalars['Boolean']>;
|
|
712
|
-
/** Are branches required to be up to date before merging. */
|
|
713
|
-
requiresStrictStatusChecks?: InputMaybe<Scalars['Boolean']>;
|
|
714
|
-
/** Is pushing to matching branches restricted. */
|
|
715
|
-
restrictsPushes?: InputMaybe<Scalars['Boolean']>;
|
|
716
|
-
/** Is dismissal of pull request reviews restricted. */
|
|
717
|
-
restrictsReviewDismissals?: InputMaybe<Scalars['Boolean']>;
|
|
718
|
-
/** A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. */
|
|
719
|
-
reviewDismissalActorIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
720
|
-
};
|
|
721
|
-
|
|
722
|
-
/** Autogenerated input type of CreateCheckRun */
|
|
723
|
-
export type CreateCheckRunInput = {
|
|
724
|
-
/** Possible further actions the integrator can perform, which a user may trigger. */
|
|
725
|
-
actions?: InputMaybe<Array<CheckRunAction>>;
|
|
726
|
-
/** A unique identifier for the client performing the mutation. */
|
|
727
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
728
|
-
/** The time that the check run finished. */
|
|
729
|
-
completedAt?: InputMaybe<Scalars['DateTime']>;
|
|
730
|
-
/** The final conclusion of the check. */
|
|
731
|
-
conclusion?: InputMaybe<CheckConclusionState>;
|
|
732
|
-
/** The URL of the integrator's site that has the full details of the check. */
|
|
733
|
-
detailsUrl?: InputMaybe<Scalars['URI']>;
|
|
734
|
-
/** A reference for the run on the integrator's system. */
|
|
735
|
-
externalId?: InputMaybe<Scalars['String']>;
|
|
736
|
-
/** The SHA of the head commit. */
|
|
737
|
-
headSha: Scalars['GitObjectID'];
|
|
738
|
-
/** The name of the check. */
|
|
739
|
-
name: Scalars['String'];
|
|
740
|
-
/** Descriptive details about the run. */
|
|
741
|
-
output?: InputMaybe<CheckRunOutput>;
|
|
742
|
-
/** The node ID of the repository. */
|
|
743
|
-
repositoryId: Scalars['ID'];
|
|
744
|
-
/** The time that the check run began. */
|
|
745
|
-
startedAt?: InputMaybe<Scalars['DateTime']>;
|
|
746
|
-
/** The current status. */
|
|
747
|
-
status?: InputMaybe<RequestableCheckStatusState>;
|
|
748
|
-
};
|
|
749
|
-
|
|
750
|
-
/** Autogenerated input type of CreateCheckSuite */
|
|
751
|
-
export type CreateCheckSuiteInput = {
|
|
752
|
-
/** A unique identifier for the client performing the mutation. */
|
|
753
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
754
|
-
/** The SHA of the head commit. */
|
|
755
|
-
headSha: Scalars['GitObjectID'];
|
|
756
|
-
/** The Node ID of the repository. */
|
|
757
|
-
repositoryId: Scalars['ID'];
|
|
758
|
-
};
|
|
759
|
-
|
|
760
|
-
/** Autogenerated input type of CreateCommitOnBranch */
|
|
761
|
-
export type CreateCommitOnBranchInput = {
|
|
762
|
-
/** The Ref to be updated. Must be a branch. */
|
|
763
|
-
branch: CommittableBranch;
|
|
764
|
-
/** A unique identifier for the client performing the mutation. */
|
|
765
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
766
|
-
/** The git commit oid expected at the head of the branch prior to the commit */
|
|
767
|
-
expectedHeadOid: Scalars['GitObjectID'];
|
|
768
|
-
/** A description of changes to files in this commit. */
|
|
769
|
-
fileChanges?: InputMaybe<FileChanges>;
|
|
770
|
-
/** The commit message the be included with the commit. */
|
|
771
|
-
message: CommitMessage;
|
|
772
|
-
};
|
|
773
|
-
|
|
774
|
-
/** Autogenerated input type of CreateDiscussion */
|
|
775
|
-
export type CreateDiscussionInput = {
|
|
776
|
-
/** The body of the discussion. */
|
|
777
|
-
body: Scalars['String'];
|
|
778
|
-
/** The id of the discussion category to associate with this discussion. */
|
|
779
|
-
categoryId: Scalars['ID'];
|
|
780
|
-
/** A unique identifier for the client performing the mutation. */
|
|
781
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
782
|
-
/** The id of the repository on which to create the discussion. */
|
|
783
|
-
repositoryId: Scalars['ID'];
|
|
784
|
-
/** The title of the discussion. */
|
|
785
|
-
title: Scalars['String'];
|
|
786
|
-
};
|
|
787
|
-
|
|
788
|
-
/** Autogenerated input type of CreateEnterpriseOrganization */
|
|
789
|
-
export type CreateEnterpriseOrganizationInput = {
|
|
790
|
-
/** The logins for the administrators of the new organization. */
|
|
791
|
-
adminLogins: Array<Scalars['String']>;
|
|
792
|
-
/** The email used for sending billing receipts. */
|
|
793
|
-
billingEmail: Scalars['String'];
|
|
794
|
-
/** A unique identifier for the client performing the mutation. */
|
|
795
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
796
|
-
/** The ID of the enterprise owning the new organization. */
|
|
797
|
-
enterpriseId: Scalars['ID'];
|
|
798
|
-
/** The login of the new organization. */
|
|
799
|
-
login: Scalars['String'];
|
|
800
|
-
/** The profile name of the new organization. */
|
|
801
|
-
profileName: Scalars['String'];
|
|
802
|
-
};
|
|
803
|
-
|
|
804
|
-
/** Autogenerated input type of CreateEnvironment */
|
|
805
|
-
export type CreateEnvironmentInput = {
|
|
806
|
-
/** A unique identifier for the client performing the mutation. */
|
|
807
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
808
|
-
/** The name of the environment. */
|
|
809
|
-
name: Scalars['String'];
|
|
810
|
-
/** The node ID of the repository. */
|
|
811
|
-
repositoryId: Scalars['ID'];
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
/** Autogenerated input type of CreateIpAllowListEntry */
|
|
815
|
-
export type CreateIpAllowListEntryInput = {
|
|
816
|
-
/** An IP address or range of addresses in CIDR notation. */
|
|
817
|
-
allowListValue: Scalars['String'];
|
|
818
|
-
/** A unique identifier for the client performing the mutation. */
|
|
819
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
820
|
-
/** Whether the IP allow list entry is active when an IP allow list is enabled. */
|
|
821
|
-
isActive: Scalars['Boolean'];
|
|
822
|
-
/** An optional name for the IP allow list entry. */
|
|
823
|
-
name?: InputMaybe<Scalars['String']>;
|
|
824
|
-
/** The ID of the owner for which to create the new IP allow list entry. */
|
|
825
|
-
ownerId: Scalars['ID'];
|
|
826
|
-
};
|
|
827
|
-
|
|
828
|
-
/** Autogenerated input type of CreateIssue */
|
|
829
|
-
export type CreateIssueInput = {
|
|
830
|
-
/** The Node ID for the user assignee for this issue. */
|
|
831
|
-
assigneeIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
832
|
-
/** The body for the issue description. */
|
|
833
|
-
body?: InputMaybe<Scalars['String']>;
|
|
834
|
-
/** A unique identifier for the client performing the mutation. */
|
|
835
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
836
|
-
/** The name of an issue template in the repository, assigns labels and assignees from the template to the issue */
|
|
837
|
-
issueTemplate?: InputMaybe<Scalars['String']>;
|
|
838
|
-
/** An array of Node IDs of labels for this issue. */
|
|
839
|
-
labelIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
840
|
-
/** The Node ID of the milestone for this issue. */
|
|
841
|
-
milestoneId?: InputMaybe<Scalars['ID']>;
|
|
842
|
-
/** An array of Node IDs for projects associated with this issue. */
|
|
843
|
-
projectIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
844
|
-
/** The Node ID of the repository. */
|
|
845
|
-
repositoryId: Scalars['ID'];
|
|
846
|
-
/** The title for the issue. */
|
|
847
|
-
title: Scalars['String'];
|
|
848
|
-
};
|
|
849
|
-
|
|
850
|
-
/** Autogenerated input type of CreateProject */
|
|
851
|
-
export type CreateProjectInput = {
|
|
852
|
-
/** The description of project. */
|
|
853
|
-
body?: InputMaybe<Scalars['String']>;
|
|
854
|
-
/** A unique identifier for the client performing the mutation. */
|
|
855
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
856
|
-
/** The name of project. */
|
|
857
|
-
name: Scalars['String'];
|
|
858
|
-
/** The owner ID to create the project under. */
|
|
859
|
-
ownerId: Scalars['ID'];
|
|
860
|
-
/** A list of repository IDs to create as linked repositories for the project */
|
|
861
|
-
repositoryIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
862
|
-
/** The name of the GitHub-provided template. */
|
|
863
|
-
template?: InputMaybe<ProjectTemplate>;
|
|
864
|
-
};
|
|
865
|
-
|
|
866
|
-
/** Autogenerated input type of CreatePullRequest */
|
|
867
|
-
export type CreatePullRequestInput = {
|
|
868
|
-
/**
|
|
869
|
-
* The name of the branch you want your changes pulled into. This should be an existing branch
|
|
870
|
-
* on the current repository. You cannot update the base branch on a pull request to point
|
|
871
|
-
* to another repository.
|
|
872
|
-
*/
|
|
873
|
-
baseRefName: Scalars['String'];
|
|
874
|
-
/** The contents of the pull request. */
|
|
875
|
-
body?: InputMaybe<Scalars['String']>;
|
|
876
|
-
/** A unique identifier for the client performing the mutation. */
|
|
877
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
878
|
-
/** Indicates whether this pull request should be a draft. */
|
|
879
|
-
draft?: InputMaybe<Scalars['Boolean']>;
|
|
880
|
-
/**
|
|
881
|
-
* The name of the branch where your changes are implemented. For cross-repository pull requests
|
|
882
|
-
* in the same network, namespace `head_ref_name` with a user like this: `username:branch`.
|
|
883
|
-
*/
|
|
884
|
-
headRefName: Scalars['String'];
|
|
885
|
-
/** Indicates whether maintainers can modify the pull request. */
|
|
886
|
-
maintainerCanModify?: InputMaybe<Scalars['Boolean']>;
|
|
887
|
-
/** The Node ID of the repository. */
|
|
888
|
-
repositoryId: Scalars['ID'];
|
|
889
|
-
/** The title of the pull request. */
|
|
890
|
-
title: Scalars['String'];
|
|
891
|
-
};
|
|
892
|
-
|
|
893
|
-
/** Autogenerated input type of CreateRef */
|
|
894
|
-
export type CreateRefInput = {
|
|
895
|
-
/** A unique identifier for the client performing the mutation. */
|
|
896
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
897
|
-
/** The fully qualified name of the new Ref (ie: `refs/heads/my_new_branch`). */
|
|
898
|
-
name: Scalars['String'];
|
|
899
|
-
/** The GitObjectID that the new Ref shall target. Must point to a commit. */
|
|
900
|
-
oid: Scalars['GitObjectID'];
|
|
901
|
-
/** The Node ID of the Repository to create the Ref in. */
|
|
902
|
-
repositoryId: Scalars['ID'];
|
|
903
|
-
};
|
|
904
|
-
|
|
905
|
-
/** Autogenerated input type of CreateRepository */
|
|
906
|
-
export type CreateRepositoryInput = {
|
|
907
|
-
/** A unique identifier for the client performing the mutation. */
|
|
908
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
909
|
-
/** A short description of the new repository. */
|
|
910
|
-
description?: InputMaybe<Scalars['String']>;
|
|
911
|
-
/** Indicates if the repository should have the issues feature enabled. */
|
|
912
|
-
hasIssuesEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
913
|
-
/** Indicates if the repository should have the wiki feature enabled. */
|
|
914
|
-
hasWikiEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
915
|
-
/** The URL for a web page about this repository. */
|
|
916
|
-
homepageUrl?: InputMaybe<Scalars['URI']>;
|
|
917
|
-
/** The name of the new repository. */
|
|
918
|
-
name: Scalars['String'];
|
|
919
|
-
/** The ID of the owner for the new repository. */
|
|
920
|
-
ownerId?: InputMaybe<Scalars['ID']>;
|
|
921
|
-
/**
|
|
922
|
-
* When an organization is specified as the owner, this ID identifies the team
|
|
923
|
-
* that should be granted access to the new repository.
|
|
924
|
-
*/
|
|
925
|
-
teamId?: InputMaybe<Scalars['ID']>;
|
|
926
|
-
/**
|
|
927
|
-
* Whether this repository should be marked as a template such that anyone who
|
|
928
|
-
* can access it can create new repositories with the same files and directory structure.
|
|
929
|
-
*/
|
|
930
|
-
template?: InputMaybe<Scalars['Boolean']>;
|
|
931
|
-
/** Indicates the repository's visibility level. */
|
|
932
|
-
visibility: RepositoryVisibility;
|
|
933
|
-
};
|
|
934
|
-
|
|
935
|
-
/** Autogenerated input type of CreateSponsorship */
|
|
936
|
-
export type CreateSponsorshipInput = {
|
|
937
|
-
/** The amount to pay to the sponsorable in US dollars. Required if a tierId is not specified. Valid values: 1-12000. */
|
|
938
|
-
amount?: InputMaybe<Scalars['Int']>;
|
|
939
|
-
/** A unique identifier for the client performing the mutation. */
|
|
940
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
941
|
-
/** Whether the sponsorship should happen monthly/yearly or just this one time. Required if a tierId is not specified. */
|
|
942
|
-
isRecurring?: InputMaybe<Scalars['Boolean']>;
|
|
943
|
-
/**
|
|
944
|
-
* Specify whether others should be able to see that the sponsor is sponsoring
|
|
945
|
-
* the sponsorable. Public visibility still does not reveal which tier is used.
|
|
946
|
-
*/
|
|
947
|
-
privacyLevel?: InputMaybe<SponsorshipPrivacy>;
|
|
948
|
-
/** Whether the sponsor should receive email updates from the sponsorable. */
|
|
949
|
-
receiveEmails?: InputMaybe<Scalars['Boolean']>;
|
|
950
|
-
/**
|
|
951
|
-
* The ID of the user or organization who is acting as the sponsor, paying for
|
|
952
|
-
* the sponsorship. Required if sponsorLogin is not given.
|
|
953
|
-
*/
|
|
954
|
-
sponsorId?: InputMaybe<Scalars['ID']>;
|
|
955
|
-
/**
|
|
956
|
-
* The username of the user or organization who is acting as the sponsor, paying
|
|
957
|
-
* for the sponsorship. Required if sponsorId is not given.
|
|
958
|
-
*/
|
|
959
|
-
sponsorLogin?: InputMaybe<Scalars['String']>;
|
|
960
|
-
/** The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given. */
|
|
961
|
-
sponsorableId?: InputMaybe<Scalars['ID']>;
|
|
962
|
-
/** The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given. */
|
|
963
|
-
sponsorableLogin?: InputMaybe<Scalars['String']>;
|
|
964
|
-
/** The ID of one of sponsorable's existing tiers to sponsor at. Required if amount is not specified. */
|
|
965
|
-
tierId?: InputMaybe<Scalars['ID']>;
|
|
966
|
-
};
|
|
967
|
-
|
|
968
|
-
/** Autogenerated input type of CreateTeamDiscussionComment */
|
|
969
|
-
export type CreateTeamDiscussionCommentInput = {
|
|
970
|
-
/** The content of the comment. */
|
|
971
|
-
body: Scalars['String'];
|
|
972
|
-
/** A unique identifier for the client performing the mutation. */
|
|
973
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
974
|
-
/** The ID of the discussion to which the comment belongs. */
|
|
975
|
-
discussionId: Scalars['ID'];
|
|
976
|
-
};
|
|
977
|
-
|
|
978
|
-
/** Autogenerated input type of CreateTeamDiscussion */
|
|
979
|
-
export type CreateTeamDiscussionInput = {
|
|
980
|
-
/** The content of the discussion. */
|
|
981
|
-
body: Scalars['String'];
|
|
982
|
-
/** A unique identifier for the client performing the mutation. */
|
|
983
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
984
|
-
/**
|
|
985
|
-
* If true, restricts the visibility of this discussion to team members and
|
|
986
|
-
* organization admins. If false or not specified, allows any organization member
|
|
987
|
-
* to view this discussion.
|
|
988
|
-
*/
|
|
989
|
-
private?: InputMaybe<Scalars['Boolean']>;
|
|
990
|
-
/** The ID of the team to which the discussion belongs. */
|
|
991
|
-
teamId: Scalars['ID'];
|
|
992
|
-
/** The title of the discussion. */
|
|
993
|
-
title: Scalars['String'];
|
|
994
|
-
};
|
|
995
|
-
|
|
996
|
-
/** Autogenerated input type of DeclineTopicSuggestion */
|
|
997
|
-
export type DeclineTopicSuggestionInput = {
|
|
998
|
-
/** A unique identifier for the client performing the mutation. */
|
|
999
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1000
|
-
/** The name of the suggested topic. */
|
|
1001
|
-
name: Scalars['String'];
|
|
1002
|
-
/** The reason why the suggested topic is declined. */
|
|
1003
|
-
reason: TopicSuggestionDeclineReason;
|
|
1004
|
-
/** The Node ID of the repository. */
|
|
1005
|
-
repositoryId: Scalars['ID'];
|
|
1006
|
-
};
|
|
1007
|
-
|
|
1008
|
-
/** The possible base permissions for repositories. */
|
|
1009
|
-
export enum DefaultRepositoryPermissionField {
|
|
1010
|
-
/** Can read, write, and administrate repos by default */
|
|
1011
|
-
Admin = 'ADMIN',
|
|
1012
|
-
/** No access */
|
|
1013
|
-
None = 'NONE',
|
|
1014
|
-
/** Can read repos by default */
|
|
1015
|
-
Read = 'READ',
|
|
1016
|
-
/** Can read and write repos by default */
|
|
1017
|
-
Write = 'WRITE'
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
/** Autogenerated input type of DeleteBranchProtectionRule */
|
|
1021
|
-
export type DeleteBranchProtectionRuleInput = {
|
|
1022
|
-
/** The global relay id of the branch protection rule to be deleted. */
|
|
1023
|
-
branchProtectionRuleId: Scalars['ID'];
|
|
1024
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1025
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1026
|
-
};
|
|
1027
|
-
|
|
1028
|
-
/** Autogenerated input type of DeleteDeployment */
|
|
1029
|
-
export type DeleteDeploymentInput = {
|
|
1030
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1031
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1032
|
-
/** The Node ID of the deployment to be deleted. */
|
|
1033
|
-
id: Scalars['ID'];
|
|
1034
|
-
};
|
|
1035
|
-
|
|
1036
|
-
/** Autogenerated input type of DeleteDiscussionComment */
|
|
1037
|
-
export type DeleteDiscussionCommentInput = {
|
|
1038
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1039
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1040
|
-
/** The Node id of the discussion comment to delete. */
|
|
1041
|
-
id: Scalars['ID'];
|
|
1042
|
-
};
|
|
1043
|
-
|
|
1044
|
-
/** Autogenerated input type of DeleteDiscussion */
|
|
1045
|
-
export type DeleteDiscussionInput = {
|
|
1046
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1047
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1048
|
-
/** The id of the discussion to delete. */
|
|
1049
|
-
id: Scalars['ID'];
|
|
1050
|
-
};
|
|
1051
|
-
|
|
1052
|
-
/** Autogenerated input type of DeleteEnvironment */
|
|
1053
|
-
export type DeleteEnvironmentInput = {
|
|
1054
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1055
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1056
|
-
/** The Node ID of the environment to be deleted. */
|
|
1057
|
-
id: Scalars['ID'];
|
|
1058
|
-
};
|
|
1059
|
-
|
|
1060
|
-
/** Autogenerated input type of DeleteIpAllowListEntry */
|
|
1061
|
-
export type DeleteIpAllowListEntryInput = {
|
|
1062
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1063
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1064
|
-
/** The ID of the IP allow list entry to delete. */
|
|
1065
|
-
ipAllowListEntryId: Scalars['ID'];
|
|
1066
|
-
};
|
|
1067
|
-
|
|
1068
|
-
/** Autogenerated input type of DeleteIssueComment */
|
|
1069
|
-
export type DeleteIssueCommentInput = {
|
|
1070
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1071
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1072
|
-
/** The ID of the comment to delete. */
|
|
1073
|
-
id: Scalars['ID'];
|
|
1074
|
-
};
|
|
1075
|
-
|
|
1076
|
-
/** Autogenerated input type of DeleteIssue */
|
|
1077
|
-
export type DeleteIssueInput = {
|
|
1078
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1079
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1080
|
-
/** The ID of the issue to delete. */
|
|
1081
|
-
issueId: Scalars['ID'];
|
|
1082
|
-
};
|
|
1083
|
-
|
|
1084
|
-
/** Autogenerated input type of DeleteProjectCard */
|
|
1085
|
-
export type DeleteProjectCardInput = {
|
|
1086
|
-
/** The id of the card to delete. */
|
|
1087
|
-
cardId: Scalars['ID'];
|
|
1088
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1089
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1090
|
-
};
|
|
1091
|
-
|
|
1092
|
-
/** Autogenerated input type of DeleteProjectColumn */
|
|
1093
|
-
export type DeleteProjectColumnInput = {
|
|
1094
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1095
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1096
|
-
/** The id of the column to delete. */
|
|
1097
|
-
columnId: Scalars['ID'];
|
|
1098
|
-
};
|
|
1099
|
-
|
|
1100
|
-
/** Autogenerated input type of DeleteProject */
|
|
1101
|
-
export type DeleteProjectInput = {
|
|
1102
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1103
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1104
|
-
/** The Project ID to update. */
|
|
1105
|
-
projectId: Scalars['ID'];
|
|
1106
|
-
};
|
|
1107
|
-
|
|
1108
|
-
/** Autogenerated input type of DeletePullRequestReviewComment */
|
|
1109
|
-
export type DeletePullRequestReviewCommentInput = {
|
|
1110
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1111
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1112
|
-
/** The ID of the comment to delete. */
|
|
1113
|
-
id: Scalars['ID'];
|
|
1114
|
-
};
|
|
1115
|
-
|
|
1116
|
-
/** Autogenerated input type of DeletePullRequestReview */
|
|
1117
|
-
export type DeletePullRequestReviewInput = {
|
|
1118
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1119
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1120
|
-
/** The Node ID of the pull request review to delete. */
|
|
1121
|
-
pullRequestReviewId: Scalars['ID'];
|
|
1122
|
-
};
|
|
1123
|
-
|
|
1124
|
-
/** Autogenerated input type of DeleteRef */
|
|
1125
|
-
export type DeleteRefInput = {
|
|
1126
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1127
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1128
|
-
/** The Node ID of the Ref to be deleted. */
|
|
1129
|
-
refId: Scalars['ID'];
|
|
1130
|
-
};
|
|
1131
|
-
|
|
1132
|
-
/** Autogenerated input type of DeleteTeamDiscussionComment */
|
|
1133
|
-
export type DeleteTeamDiscussionCommentInput = {
|
|
1134
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1135
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1136
|
-
/** The ID of the comment to delete. */
|
|
1137
|
-
id: Scalars['ID'];
|
|
1138
|
-
};
|
|
1139
|
-
|
|
1140
|
-
/** Autogenerated input type of DeleteTeamDiscussion */
|
|
1141
|
-
export type DeleteTeamDiscussionInput = {
|
|
1142
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1143
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1144
|
-
/** The discussion ID to delete. */
|
|
1145
|
-
id: Scalars['ID'];
|
|
1146
|
-
};
|
|
1147
|
-
|
|
1148
|
-
/** Autogenerated input type of DeleteVerifiableDomain */
|
|
1149
|
-
export type DeleteVerifiableDomainInput = {
|
|
1150
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1151
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1152
|
-
/** The ID of the verifiable domain to delete. */
|
|
1153
|
-
id: Scalars['ID'];
|
|
1154
|
-
};
|
|
1155
|
-
|
|
1156
|
-
/** Ordering options for deployment connections */
|
|
1157
|
-
export type DeploymentOrder = {
|
|
1158
|
-
/** The ordering direction. */
|
|
1159
|
-
direction: OrderDirection;
|
|
1160
|
-
/** The field to order deployments by. */
|
|
1161
|
-
field: DeploymentOrderField;
|
|
1162
|
-
};
|
|
1163
|
-
|
|
1164
|
-
/** Properties by which deployment connections can be ordered. */
|
|
1165
|
-
export enum DeploymentOrderField {
|
|
1166
|
-
/** Order collection by creation time */
|
|
1167
|
-
CreatedAt = 'CREATED_AT'
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/** The possible protection rule types. */
|
|
1171
|
-
export enum DeploymentProtectionRuleType {
|
|
1172
|
-
/** Required reviewers */
|
|
1173
|
-
RequiredReviewers = 'REQUIRED_REVIEWERS',
|
|
1174
|
-
/** Wait timer */
|
|
1175
|
-
WaitTimer = 'WAIT_TIMER'
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
/** The possible states for a deployment review. */
|
|
1179
|
-
export enum DeploymentReviewState {
|
|
1180
|
-
/** The deployment was approved. */
|
|
1181
|
-
Approved = 'APPROVED',
|
|
1182
|
-
/** The deployment was rejected. */
|
|
1183
|
-
Rejected = 'REJECTED'
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
/** The possible states in which a deployment can be. */
|
|
1187
|
-
export enum DeploymentState {
|
|
1188
|
-
/** The pending deployment was not updated after 30 minutes. */
|
|
1189
|
-
Abandoned = 'ABANDONED',
|
|
1190
|
-
/** The deployment is currently active. */
|
|
1191
|
-
Active = 'ACTIVE',
|
|
1192
|
-
/** An inactive transient deployment. */
|
|
1193
|
-
Destroyed = 'DESTROYED',
|
|
1194
|
-
/** The deployment experienced an error. */
|
|
1195
|
-
Error = 'ERROR',
|
|
1196
|
-
/** The deployment has failed. */
|
|
1197
|
-
Failure = 'FAILURE',
|
|
1198
|
-
/** The deployment is inactive. */
|
|
1199
|
-
Inactive = 'INACTIVE',
|
|
1200
|
-
/** The deployment is in progress. */
|
|
1201
|
-
InProgress = 'IN_PROGRESS',
|
|
1202
|
-
/** The deployment is pending. */
|
|
1203
|
-
Pending = 'PENDING',
|
|
1204
|
-
/** The deployment has queued */
|
|
1205
|
-
Queued = 'QUEUED',
|
|
1206
|
-
/** The deployment is waiting. */
|
|
1207
|
-
Waiting = 'WAITING'
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
/** The possible states for a deployment status. */
|
|
1211
|
-
export enum DeploymentStatusState {
|
|
1212
|
-
/** The deployment experienced an error. */
|
|
1213
|
-
Error = 'ERROR',
|
|
1214
|
-
/** The deployment has failed. */
|
|
1215
|
-
Failure = 'FAILURE',
|
|
1216
|
-
/** The deployment is inactive. */
|
|
1217
|
-
Inactive = 'INACTIVE',
|
|
1218
|
-
/** The deployment is in progress. */
|
|
1219
|
-
InProgress = 'IN_PROGRESS',
|
|
1220
|
-
/** The deployment is pending. */
|
|
1221
|
-
Pending = 'PENDING',
|
|
1222
|
-
/** The deployment is queued */
|
|
1223
|
-
Queued = 'QUEUED',
|
|
1224
|
-
/** The deployment was successful. */
|
|
1225
|
-
Success = 'SUCCESS',
|
|
1226
|
-
/** The deployment is waiting. */
|
|
1227
|
-
Waiting = 'WAITING'
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
/** The possible sides of a diff. */
|
|
1231
|
-
export enum DiffSide {
|
|
1232
|
-
/** The left side of the diff. */
|
|
1233
|
-
Left = 'LEFT',
|
|
1234
|
-
/** The right side of the diff. */
|
|
1235
|
-
Right = 'RIGHT'
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/** Autogenerated input type of DisablePullRequestAutoMerge */
|
|
1239
|
-
export type DisablePullRequestAutoMergeInput = {
|
|
1240
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1241
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1242
|
-
/** ID of the pull request to disable auto merge on. */
|
|
1243
|
-
pullRequestId: Scalars['ID'];
|
|
1244
|
-
};
|
|
1245
|
-
|
|
1246
|
-
/** Ways in which lists of discussions can be ordered upon return. */
|
|
1247
|
-
export type DiscussionOrder = {
|
|
1248
|
-
/** The direction in which to order discussions by the specified field. */
|
|
1249
|
-
direction: OrderDirection;
|
|
1250
|
-
/** The field by which to order discussions. */
|
|
1251
|
-
field: DiscussionOrderField;
|
|
1252
|
-
};
|
|
1253
|
-
|
|
1254
|
-
/** Properties by which discussion connections can be ordered. */
|
|
1255
|
-
export enum DiscussionOrderField {
|
|
1256
|
-
/** Order discussions by creation time. */
|
|
1257
|
-
CreatedAt = 'CREATED_AT',
|
|
1258
|
-
/** Order discussions by most recent modification time. */
|
|
1259
|
-
UpdatedAt = 'UPDATED_AT'
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
/** Autogenerated input type of DismissPullRequestReview */
|
|
1263
|
-
export type DismissPullRequestReviewInput = {
|
|
1264
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1265
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1266
|
-
/** The contents of the pull request review dismissal message. */
|
|
1267
|
-
message: Scalars['String'];
|
|
1268
|
-
/** The Node ID of the pull request review to modify. */
|
|
1269
|
-
pullRequestReviewId: Scalars['ID'];
|
|
1270
|
-
};
|
|
1271
|
-
|
|
1272
|
-
/** Specifies a review comment to be left with a Pull Request Review. */
|
|
1273
|
-
export type DraftPullRequestReviewComment = {
|
|
1274
|
-
/** Body of the comment to leave. */
|
|
1275
|
-
body: Scalars['String'];
|
|
1276
|
-
/** Path to the file being commented on. */
|
|
1277
|
-
path: Scalars['String'];
|
|
1278
|
-
/** Position in the file to leave a comment on. */
|
|
1279
|
-
position: Scalars['Int'];
|
|
1280
|
-
};
|
|
1281
|
-
|
|
1282
|
-
/** Specifies a review comment thread to be left with a Pull Request Review. */
|
|
1283
|
-
export type DraftPullRequestReviewThread = {
|
|
1284
|
-
/** Body of the comment to leave. */
|
|
1285
|
-
body: Scalars['String'];
|
|
1286
|
-
/** The line of the blob to which the thread refers. The end of the line range for multi-line comments. */
|
|
1287
|
-
line: Scalars['Int'];
|
|
1288
|
-
/** Path to the file being commented on. */
|
|
1289
|
-
path: Scalars['String'];
|
|
1290
|
-
/** The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. */
|
|
1291
|
-
side?: InputMaybe<DiffSide>;
|
|
1292
|
-
/** The first line of the range to which the comment refers. */
|
|
1293
|
-
startLine?: InputMaybe<Scalars['Int']>;
|
|
1294
|
-
/** The side of the diff on which the start line resides. */
|
|
1295
|
-
startSide?: InputMaybe<DiffSide>;
|
|
1296
|
-
};
|
|
1297
|
-
|
|
1298
|
-
/** Autogenerated input type of EnablePullRequestAutoMerge */
|
|
1299
|
-
export type EnablePullRequestAutoMergeInput = {
|
|
1300
|
-
/** The email address to associate with this merge. */
|
|
1301
|
-
authorEmail?: InputMaybe<Scalars['String']>;
|
|
1302
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1303
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1304
|
-
/** Commit body to use for the commit when the PR is mergable; if omitted, a default message will be used. */
|
|
1305
|
-
commitBody?: InputMaybe<Scalars['String']>;
|
|
1306
|
-
/** Commit headline to use for the commit when the PR is mergable; if omitted, a default message will be used. */
|
|
1307
|
-
commitHeadline?: InputMaybe<Scalars['String']>;
|
|
1308
|
-
/** The merge method to use. If omitted, defaults to 'MERGE' */
|
|
1309
|
-
mergeMethod?: InputMaybe<PullRequestMergeMethod>;
|
|
1310
|
-
/** ID of the pull request to enable auto-merge on. */
|
|
1311
|
-
pullRequestId: Scalars['ID'];
|
|
1312
|
-
};
|
|
1313
|
-
|
|
1314
|
-
/** Ordering options for enterprise administrator invitation connections */
|
|
1315
|
-
export type EnterpriseAdministratorInvitationOrder = {
|
|
1316
|
-
/** The ordering direction. */
|
|
1317
|
-
direction: OrderDirection;
|
|
1318
|
-
/** The field to order enterprise administrator invitations by. */
|
|
1319
|
-
field: EnterpriseAdministratorInvitationOrderField;
|
|
1320
|
-
};
|
|
1321
|
-
|
|
1322
|
-
/** Properties by which enterprise administrator invitation connections can be ordered. */
|
|
1323
|
-
export enum EnterpriseAdministratorInvitationOrderField {
|
|
1324
|
-
/** Order enterprise administrator member invitations by creation time */
|
|
1325
|
-
CreatedAt = 'CREATED_AT'
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
/** The possible administrator roles in an enterprise account. */
|
|
1329
|
-
export enum EnterpriseAdministratorRole {
|
|
1330
|
-
/** Represents a billing manager of the enterprise account. */
|
|
1331
|
-
BillingManager = 'BILLING_MANAGER',
|
|
1332
|
-
/** Represents an owner of the enterprise account. */
|
|
1333
|
-
Owner = 'OWNER'
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
/** The possible values for the enterprise base repository permission setting. */
|
|
1337
|
-
export enum EnterpriseDefaultRepositoryPermissionSettingValue {
|
|
1338
|
-
/** Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories. */
|
|
1339
|
-
Admin = 'ADMIN',
|
|
1340
|
-
/** Organization members will only be able to clone and pull public repositories. */
|
|
1341
|
-
None = 'NONE',
|
|
1342
|
-
/** Organizations in the enterprise choose base repository permissions for their members. */
|
|
1343
|
-
NoPolicy = 'NO_POLICY',
|
|
1344
|
-
/** Organization members will be able to clone and pull all organization repositories. */
|
|
1345
|
-
Read = 'READ',
|
|
1346
|
-
/** Organization members will be able to clone, pull, and push all organization repositories. */
|
|
1347
|
-
Write = 'WRITE'
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/** The possible values for an enabled/disabled enterprise setting. */
|
|
1351
|
-
export enum EnterpriseEnabledDisabledSettingValue {
|
|
1352
|
-
/** The setting is disabled for organizations in the enterprise. */
|
|
1353
|
-
Disabled = 'DISABLED',
|
|
1354
|
-
/** The setting is enabled for organizations in the enterprise. */
|
|
1355
|
-
Enabled = 'ENABLED',
|
|
1356
|
-
/** There is no policy set for organizations in the enterprise. */
|
|
1357
|
-
NoPolicy = 'NO_POLICY'
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
/** The possible values for an enabled/no policy enterprise setting. */
|
|
1361
|
-
export enum EnterpriseEnabledSettingValue {
|
|
1362
|
-
/** The setting is enabled for organizations in the enterprise. */
|
|
1363
|
-
Enabled = 'ENABLED',
|
|
1364
|
-
/** There is no policy set for organizations in the enterprise. */
|
|
1365
|
-
NoPolicy = 'NO_POLICY'
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
/** Ordering options for enterprise member connections. */
|
|
1369
|
-
export type EnterpriseMemberOrder = {
|
|
1370
|
-
/** The ordering direction. */
|
|
1371
|
-
direction: OrderDirection;
|
|
1372
|
-
/** The field to order enterprise members by. */
|
|
1373
|
-
field: EnterpriseMemberOrderField;
|
|
1374
|
-
};
|
|
1375
|
-
|
|
1376
|
-
/** Properties by which enterprise member connections can be ordered. */
|
|
1377
|
-
export enum EnterpriseMemberOrderField {
|
|
1378
|
-
/** Order enterprise members by creation time */
|
|
1379
|
-
CreatedAt = 'CREATED_AT',
|
|
1380
|
-
/** Order enterprise members by login */
|
|
1381
|
-
Login = 'LOGIN'
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/** The possible values for the enterprise members can create repositories setting. */
|
|
1385
|
-
export enum EnterpriseMembersCanCreateRepositoriesSettingValue {
|
|
1386
|
-
/** Members will be able to create public and private repositories. */
|
|
1387
|
-
All = 'ALL',
|
|
1388
|
-
/** Members will not be able to create public or private repositories. */
|
|
1389
|
-
Disabled = 'DISABLED',
|
|
1390
|
-
/** Organization administrators choose whether to allow members to create repositories. */
|
|
1391
|
-
NoPolicy = 'NO_POLICY',
|
|
1392
|
-
/** Members will be able to create only private repositories. */
|
|
1393
|
-
Private = 'PRIVATE',
|
|
1394
|
-
/** Members will be able to create only public repositories. */
|
|
1395
|
-
Public = 'PUBLIC'
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/** The possible values for the members can make purchases setting. */
|
|
1399
|
-
export enum EnterpriseMembersCanMakePurchasesSettingValue {
|
|
1400
|
-
/** The setting is disabled for organizations in the enterprise. */
|
|
1401
|
-
Disabled = 'DISABLED',
|
|
1402
|
-
/** The setting is enabled for organizations in the enterprise. */
|
|
1403
|
-
Enabled = 'ENABLED'
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
/** Ordering options for Enterprise Server installation connections. */
|
|
1407
|
-
export type EnterpriseServerInstallationOrder = {
|
|
1408
|
-
/** The ordering direction. */
|
|
1409
|
-
direction: OrderDirection;
|
|
1410
|
-
/** The field to order Enterprise Server installations by. */
|
|
1411
|
-
field: EnterpriseServerInstallationOrderField;
|
|
1412
|
-
};
|
|
1413
|
-
|
|
1414
|
-
/** Properties by which Enterprise Server installation connections can be ordered. */
|
|
1415
|
-
export enum EnterpriseServerInstallationOrderField {
|
|
1416
|
-
/** Order Enterprise Server installations by creation time */
|
|
1417
|
-
CreatedAt = 'CREATED_AT',
|
|
1418
|
-
/** Order Enterprise Server installations by customer name */
|
|
1419
|
-
CustomerName = 'CUSTOMER_NAME',
|
|
1420
|
-
/** Order Enterprise Server installations by host name */
|
|
1421
|
-
HostName = 'HOST_NAME'
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
/** Ordering options for Enterprise Server user account email connections. */
|
|
1425
|
-
export type EnterpriseServerUserAccountEmailOrder = {
|
|
1426
|
-
/** The ordering direction. */
|
|
1427
|
-
direction: OrderDirection;
|
|
1428
|
-
/** The field to order emails by. */
|
|
1429
|
-
field: EnterpriseServerUserAccountEmailOrderField;
|
|
1430
|
-
};
|
|
1431
|
-
|
|
1432
|
-
/** Properties by which Enterprise Server user account email connections can be ordered. */
|
|
1433
|
-
export enum EnterpriseServerUserAccountEmailOrderField {
|
|
1434
|
-
/** Order emails by email */
|
|
1435
|
-
Email = 'EMAIL'
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
/** Ordering options for Enterprise Server user account connections. */
|
|
1439
|
-
export type EnterpriseServerUserAccountOrder = {
|
|
1440
|
-
/** The ordering direction. */
|
|
1441
|
-
direction: OrderDirection;
|
|
1442
|
-
/** The field to order user accounts by. */
|
|
1443
|
-
field: EnterpriseServerUserAccountOrderField;
|
|
1444
|
-
};
|
|
1445
|
-
|
|
1446
|
-
/** Properties by which Enterprise Server user account connections can be ordered. */
|
|
1447
|
-
export enum EnterpriseServerUserAccountOrderField {
|
|
1448
|
-
/** Order user accounts by login */
|
|
1449
|
-
Login = 'LOGIN',
|
|
1450
|
-
/** Order user accounts by creation time on the Enterprise Server installation */
|
|
1451
|
-
RemoteCreatedAt = 'REMOTE_CREATED_AT'
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
/** Ordering options for Enterprise Server user accounts upload connections. */
|
|
1455
|
-
export type EnterpriseServerUserAccountsUploadOrder = {
|
|
1456
|
-
/** The ordering direction. */
|
|
1457
|
-
direction: OrderDirection;
|
|
1458
|
-
/** The field to order user accounts uploads by. */
|
|
1459
|
-
field: EnterpriseServerUserAccountsUploadOrderField;
|
|
1460
|
-
};
|
|
1461
|
-
|
|
1462
|
-
/** Properties by which Enterprise Server user accounts upload connections can be ordered. */
|
|
1463
|
-
export enum EnterpriseServerUserAccountsUploadOrderField {
|
|
1464
|
-
/** Order user accounts uploads by creation time */
|
|
1465
|
-
CreatedAt = 'CREATED_AT'
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/** Synchronization state of the Enterprise Server user accounts upload */
|
|
1469
|
-
export enum EnterpriseServerUserAccountsUploadSyncState {
|
|
1470
|
-
/** The synchronization of the upload failed. */
|
|
1471
|
-
Failure = 'FAILURE',
|
|
1472
|
-
/** The synchronization of the upload is pending. */
|
|
1473
|
-
Pending = 'PENDING',
|
|
1474
|
-
/** The synchronization of the upload succeeded. */
|
|
1475
|
-
Success = 'SUCCESS'
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
/** The possible roles for enterprise membership. */
|
|
1479
|
-
export enum EnterpriseUserAccountMembershipRole {
|
|
1480
|
-
/** The user is a member of the enterprise membership. */
|
|
1481
|
-
Member = 'MEMBER',
|
|
1482
|
-
/** The user is an owner of the enterprise membership. */
|
|
1483
|
-
Owner = 'OWNER'
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/** The possible GitHub Enterprise deployments where this user can exist. */
|
|
1487
|
-
export enum EnterpriseUserDeployment {
|
|
1488
|
-
/** The user is part of a GitHub Enterprise Cloud deployment. */
|
|
1489
|
-
Cloud = 'CLOUD',
|
|
1490
|
-
/** The user is part of a GitHub Enterprise Server deployment. */
|
|
1491
|
-
Server = 'SERVER'
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
/**
|
|
1495
|
-
* A command to add a file at the given path with the given contents as part of a
|
|
1496
|
-
* commit. Any existing file at that that path will be replaced.
|
|
1497
|
-
*/
|
|
1498
|
-
export type FileAddition = {
|
|
1499
|
-
/** The base64 encoded contents of the file */
|
|
1500
|
-
contents: Scalars['Base64String'];
|
|
1501
|
-
/** The path in the repository where the file will be located */
|
|
1502
|
-
path: Scalars['String'];
|
|
1503
|
-
};
|
|
1504
|
-
|
|
1505
|
-
/**
|
|
1506
|
-
* A description of a set of changes to a file tree to be made as part of
|
|
1507
|
-
* a git commit, modeled as zero or more file `additions` and zero or more
|
|
1508
|
-
* file `deletions`.
|
|
1509
|
-
*
|
|
1510
|
-
* Both fields are optional; omitting both will produce a commit with no
|
|
1511
|
-
* file changes.
|
|
1512
|
-
*
|
|
1513
|
-
* `deletions` and `additions` describe changes to files identified
|
|
1514
|
-
* by their path in the git tree using unix-style path separators, i.e.
|
|
1515
|
-
* `/`. The root of a git tree is an empty string, so paths are not
|
|
1516
|
-
* slash-prefixed.
|
|
1517
|
-
*
|
|
1518
|
-
* `path` values must be unique across all `additions` and `deletions`
|
|
1519
|
-
* provided. Any duplication will result in a validation error.
|
|
1520
|
-
*
|
|
1521
|
-
* ### Encoding
|
|
1522
|
-
*
|
|
1523
|
-
* File contents must be provided in full for each `FileAddition`.
|
|
1524
|
-
*
|
|
1525
|
-
* The `contents` of a `FileAddition` must be encoded using RFC 4648
|
|
1526
|
-
* compliant base64, i.e. correct padding is required and no characters
|
|
1527
|
-
* outside the standard alphabet may be used. Invalid base64
|
|
1528
|
-
* encoding will be rejected with a validation error.
|
|
1529
|
-
*
|
|
1530
|
-
* The encoded contents may be binary.
|
|
1531
|
-
*
|
|
1532
|
-
* For text files, no assumptions are made about the character encoding of
|
|
1533
|
-
* the file contents (after base64 decoding). No charset transcoding or
|
|
1534
|
-
* line-ending normalization will be performed; it is the client's
|
|
1535
|
-
* responsibility to manage the character encoding of files they provide.
|
|
1536
|
-
* However, for maximum compatibility we recommend using UTF-8 encoding
|
|
1537
|
-
* and ensuring that all files in a repository use a consistent
|
|
1538
|
-
* line-ending convention (`\n` or `\r\n`), and that all files end
|
|
1539
|
-
* with a newline.
|
|
1540
|
-
*
|
|
1541
|
-
* ### Modeling file changes
|
|
1542
|
-
*
|
|
1543
|
-
* Each of the the five types of conceptual changes that can be made in a
|
|
1544
|
-
* git commit can be described using the `FileChanges` type as follows:
|
|
1545
|
-
*
|
|
1546
|
-
* 1. New file addition: create file `hello world\n` at path `docs/README.txt`:
|
|
1547
|
-
*
|
|
1548
|
-
* {
|
|
1549
|
-
* "additions" [
|
|
1550
|
-
* {
|
|
1551
|
-
* "path": "docs/README.txt",
|
|
1552
|
-
* "contents": base64encode("hello world\n")
|
|
1553
|
-
* }
|
|
1554
|
-
* ]
|
|
1555
|
-
* }
|
|
1556
|
-
*
|
|
1557
|
-
* 2. Existing file modification: change existing `docs/README.txt` to have new
|
|
1558
|
-
* content `new content here\n`:
|
|
1559
|
-
*
|
|
1560
|
-
* {
|
|
1561
|
-
* "additions" [
|
|
1562
|
-
* {
|
|
1563
|
-
* "path": "docs/README.txt",
|
|
1564
|
-
* "contents": base64encode("new content here\n")
|
|
1565
|
-
* }
|
|
1566
|
-
* ]
|
|
1567
|
-
* }
|
|
1568
|
-
*
|
|
1569
|
-
* 3. Existing file deletion: remove existing file `docs/README.txt`.
|
|
1570
|
-
* Note that the path is required to exist -- specifying a
|
|
1571
|
-
* path that does not exist on the given branch will abort the
|
|
1572
|
-
* commit and return an error.
|
|
1573
|
-
*
|
|
1574
|
-
* {
|
|
1575
|
-
* "deletions" [
|
|
1576
|
-
* {
|
|
1577
|
-
* "path": "docs/README.txt"
|
|
1578
|
-
* }
|
|
1579
|
-
* ]
|
|
1580
|
-
* }
|
|
1581
|
-
*
|
|
1582
|
-
*
|
|
1583
|
-
* 4. File rename with no changes: rename `docs/README.txt` with
|
|
1584
|
-
* previous content `hello world\n` to the same content at
|
|
1585
|
-
* `newdocs/README.txt`:
|
|
1586
|
-
*
|
|
1587
|
-
* {
|
|
1588
|
-
* "deletions" [
|
|
1589
|
-
* {
|
|
1590
|
-
* "path": "docs/README.txt",
|
|
1591
|
-
* }
|
|
1592
|
-
* ],
|
|
1593
|
-
* "additions" [
|
|
1594
|
-
* {
|
|
1595
|
-
* "path": "newdocs/README.txt",
|
|
1596
|
-
* "contents": base64encode("hello world\n")
|
|
1597
|
-
* }
|
|
1598
|
-
* ]
|
|
1599
|
-
* }
|
|
1600
|
-
*
|
|
1601
|
-
*
|
|
1602
|
-
* 5. File rename with changes: rename `docs/README.txt` with
|
|
1603
|
-
* previous content `hello world\n` to a file at path
|
|
1604
|
-
* `newdocs/README.txt` with content `new contents\n`:
|
|
1605
|
-
*
|
|
1606
|
-
* {
|
|
1607
|
-
* "deletions" [
|
|
1608
|
-
* {
|
|
1609
|
-
* "path": "docs/README.txt",
|
|
1610
|
-
* }
|
|
1611
|
-
* ],
|
|
1612
|
-
* "additions" [
|
|
1613
|
-
* {
|
|
1614
|
-
* "path": "newdocs/README.txt",
|
|
1615
|
-
* "contents": base64encode("new contents\n")
|
|
1616
|
-
* }
|
|
1617
|
-
* ]
|
|
1618
|
-
* }
|
|
1619
|
-
*/
|
|
1620
|
-
export type FileChanges = {
|
|
1621
|
-
/** File to add or change. */
|
|
1622
|
-
additions?: InputMaybe<Array<FileAddition>>;
|
|
1623
|
-
/** Files to delete. */
|
|
1624
|
-
deletions?: InputMaybe<Array<FileDeletion>>;
|
|
1625
|
-
};
|
|
1626
|
-
|
|
1627
|
-
/** A command to delete the file at the given path as part of a commit. */
|
|
1628
|
-
export type FileDeletion = {
|
|
1629
|
-
/** The path to delete */
|
|
1630
|
-
path: Scalars['String'];
|
|
1631
|
-
};
|
|
1632
|
-
|
|
1633
|
-
/** The possible viewed states of a file . */
|
|
1634
|
-
export enum FileViewedState {
|
|
1635
|
-
/** The file has new changes since last viewed. */
|
|
1636
|
-
Dismissed = 'DISMISSED',
|
|
1637
|
-
/** The file has not been marked as viewed. */
|
|
1638
|
-
Unviewed = 'UNVIEWED',
|
|
1639
|
-
/** The file has been marked as viewed. */
|
|
1640
|
-
Viewed = 'VIEWED'
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
/** Autogenerated input type of FollowUser */
|
|
1644
|
-
export type FollowUserInput = {
|
|
1645
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1646
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1647
|
-
/** ID of the user to follow. */
|
|
1648
|
-
userId: Scalars['ID'];
|
|
1649
|
-
};
|
|
1650
|
-
|
|
1651
|
-
/** The possible funding platforms for repository funding links. */
|
|
1652
|
-
export enum FundingPlatform {
|
|
1653
|
-
/** Community Bridge funding platform. */
|
|
1654
|
-
CommunityBridge = 'COMMUNITY_BRIDGE',
|
|
1655
|
-
/** Custom funding platform. */
|
|
1656
|
-
Custom = 'CUSTOM',
|
|
1657
|
-
/** GitHub funding platform. */
|
|
1658
|
-
Github = 'GITHUB',
|
|
1659
|
-
/** IssueHunt funding platform. */
|
|
1660
|
-
Issuehunt = 'ISSUEHUNT',
|
|
1661
|
-
/** Ko-fi funding platform. */
|
|
1662
|
-
KoFi = 'KO_FI',
|
|
1663
|
-
/** Liberapay funding platform. */
|
|
1664
|
-
Liberapay = 'LIBERAPAY',
|
|
1665
|
-
/** Open Collective funding platform. */
|
|
1666
|
-
OpenCollective = 'OPEN_COLLECTIVE',
|
|
1667
|
-
/** Otechie funding platform. */
|
|
1668
|
-
Otechie = 'OTECHIE',
|
|
1669
|
-
/** Patreon funding platform. */
|
|
1670
|
-
Patreon = 'PATREON',
|
|
1671
|
-
/** Tidelift funding platform. */
|
|
1672
|
-
Tidelift = 'TIDELIFT'
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
/** Ordering options for gist connections */
|
|
1676
|
-
export type GistOrder = {
|
|
1677
|
-
/** The ordering direction. */
|
|
1678
|
-
direction: OrderDirection;
|
|
1679
|
-
/** The field to order repositories by. */
|
|
1680
|
-
field: GistOrderField;
|
|
1681
|
-
};
|
|
1682
|
-
|
|
1683
|
-
/** Properties by which gist connections can be ordered. */
|
|
1684
|
-
export enum GistOrderField {
|
|
1685
|
-
/** Order gists by creation time */
|
|
1686
|
-
CreatedAt = 'CREATED_AT',
|
|
1687
|
-
/** Order gists by push time */
|
|
1688
|
-
PushedAt = 'PUSHED_AT',
|
|
1689
|
-
/** Order gists by update time */
|
|
1690
|
-
UpdatedAt = 'UPDATED_AT'
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
/** The privacy of a Gist */
|
|
1694
|
-
export enum GistPrivacy {
|
|
1695
|
-
/** Gists that are public and secret */
|
|
1696
|
-
All = 'ALL',
|
|
1697
|
-
/** Public */
|
|
1698
|
-
Public = 'PUBLIC',
|
|
1699
|
-
/** Secret */
|
|
1700
|
-
Secret = 'SECRET'
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
/** The state of a Git signature. */
|
|
1704
|
-
export enum GitSignatureState {
|
|
1705
|
-
/** The signing certificate or its chain could not be verified */
|
|
1706
|
-
BadCert = 'BAD_CERT',
|
|
1707
|
-
/** Invalid email used for signing */
|
|
1708
|
-
BadEmail = 'BAD_EMAIL',
|
|
1709
|
-
/** Signing key expired */
|
|
1710
|
-
ExpiredKey = 'EXPIRED_KEY',
|
|
1711
|
-
/** Internal error - the GPG verification service misbehaved */
|
|
1712
|
-
GpgverifyError = 'GPGVERIFY_ERROR',
|
|
1713
|
-
/** Internal error - the GPG verification service is unavailable at the moment */
|
|
1714
|
-
GpgverifyUnavailable = 'GPGVERIFY_UNAVAILABLE',
|
|
1715
|
-
/** Invalid signature */
|
|
1716
|
-
Invalid = 'INVALID',
|
|
1717
|
-
/** Malformed signature */
|
|
1718
|
-
MalformedSig = 'MALFORMED_SIG',
|
|
1719
|
-
/** The usage flags for the key that signed this don't allow signing */
|
|
1720
|
-
NotSigningKey = 'NOT_SIGNING_KEY',
|
|
1721
|
-
/** Email used for signing not known to GitHub */
|
|
1722
|
-
NoUser = 'NO_USER',
|
|
1723
|
-
/** Valid signature, though certificate revocation check failed */
|
|
1724
|
-
OcspError = 'OCSP_ERROR',
|
|
1725
|
-
/** Valid signature, pending certificate revocation checking */
|
|
1726
|
-
OcspPending = 'OCSP_PENDING',
|
|
1727
|
-
/** One or more certificates in chain has been revoked */
|
|
1728
|
-
OcspRevoked = 'OCSP_REVOKED',
|
|
1729
|
-
/** Key used for signing not known to GitHub */
|
|
1730
|
-
UnknownKey = 'UNKNOWN_KEY',
|
|
1731
|
-
/** Unknown signature type */
|
|
1732
|
-
UnknownSigType = 'UNKNOWN_SIG_TYPE',
|
|
1733
|
-
/** Unsigned */
|
|
1734
|
-
Unsigned = 'UNSIGNED',
|
|
1735
|
-
/** Email used for signing unverified on GitHub */
|
|
1736
|
-
UnverifiedEmail = 'UNVERIFIED_EMAIL',
|
|
1737
|
-
/** Valid signature and verified by GitHub */
|
|
1738
|
-
Valid = 'VALID'
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
/** The possible states in which authentication can be configured with an identity provider. */
|
|
1742
|
-
export enum IdentityProviderConfigurationState {
|
|
1743
|
-
/** Authentication with an identity provider is configured but not enforced. */
|
|
1744
|
-
Configured = 'CONFIGURED',
|
|
1745
|
-
/** Authentication with an identity provider is configured and enforced. */
|
|
1746
|
-
Enforced = 'ENFORCED',
|
|
1747
|
-
/** Authentication with an identity provider is not configured. */
|
|
1748
|
-
Unconfigured = 'UNCONFIGURED'
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
/** Autogenerated input type of InviteEnterpriseAdmin */
|
|
1752
|
-
export type InviteEnterpriseAdminInput = {
|
|
1753
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1754
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1755
|
-
/** The email of the person to invite as an administrator. */
|
|
1756
|
-
email?: InputMaybe<Scalars['String']>;
|
|
1757
|
-
/** The ID of the enterprise to which you want to invite an administrator. */
|
|
1758
|
-
enterpriseId: Scalars['ID'];
|
|
1759
|
-
/** The login of a user to invite as an administrator. */
|
|
1760
|
-
invitee?: InputMaybe<Scalars['String']>;
|
|
1761
|
-
/** The role of the administrator. */
|
|
1762
|
-
role?: InputMaybe<EnterpriseAdministratorRole>;
|
|
1763
|
-
};
|
|
1764
|
-
|
|
1765
|
-
/** The possible values for the IP allow list enabled setting. */
|
|
1766
|
-
export enum IpAllowListEnabledSettingValue {
|
|
1767
|
-
/** The setting is disabled for the owner. */
|
|
1768
|
-
Disabled = 'DISABLED',
|
|
1769
|
-
/** The setting is enabled for the owner. */
|
|
1770
|
-
Enabled = 'ENABLED'
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/** Ordering options for IP allow list entry connections. */
|
|
1774
|
-
export type IpAllowListEntryOrder = {
|
|
1775
|
-
/** The ordering direction. */
|
|
1776
|
-
direction: OrderDirection;
|
|
1777
|
-
/** The field to order IP allow list entries by. */
|
|
1778
|
-
field: IpAllowListEntryOrderField;
|
|
1779
|
-
};
|
|
1780
|
-
|
|
1781
|
-
/** Properties by which IP allow list entry connections can be ordered. */
|
|
1782
|
-
export enum IpAllowListEntryOrderField {
|
|
1783
|
-
/** Order IP allow list entries by the allow list value. */
|
|
1784
|
-
AllowListValue = 'ALLOW_LIST_VALUE',
|
|
1785
|
-
/** Order IP allow list entries by creation time. */
|
|
1786
|
-
CreatedAt = 'CREATED_AT'
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
/** The possible values for the IP allow list configuration for installed GitHub Apps setting. */
|
|
1790
|
-
export enum IpAllowListForInstalledAppsEnabledSettingValue {
|
|
1791
|
-
/** The setting is disabled for the owner. */
|
|
1792
|
-
Disabled = 'DISABLED',
|
|
1793
|
-
/** The setting is enabled for the owner. */
|
|
1794
|
-
Enabled = 'ENABLED'
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
/** Ways in which lists of issue comments can be ordered upon return. */
|
|
1798
|
-
export type IssueCommentOrder = {
|
|
1799
|
-
/** The direction in which to order issue comments by the specified field. */
|
|
1800
|
-
direction: OrderDirection;
|
|
1801
|
-
/** The field in which to order issue comments by. */
|
|
1802
|
-
field: IssueCommentOrderField;
|
|
1803
|
-
};
|
|
1804
|
-
|
|
1805
|
-
/** Properties by which issue comment connections can be ordered. */
|
|
1806
|
-
export enum IssueCommentOrderField {
|
|
1807
|
-
/** Order issue comments by update time */
|
|
1808
|
-
UpdatedAt = 'UPDATED_AT'
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
/** Ways in which to filter lists of issues. */
|
|
1812
|
-
export type IssueFilters = {
|
|
1813
|
-
/**
|
|
1814
|
-
* List issues assigned to given name. Pass in `null` for issues with no assigned
|
|
1815
|
-
* user, and `*` for issues assigned to any user.
|
|
1816
|
-
*/
|
|
1817
|
-
assignee?: InputMaybe<Scalars['String']>;
|
|
1818
|
-
/** List issues created by given name. */
|
|
1819
|
-
createdBy?: InputMaybe<Scalars['String']>;
|
|
1820
|
-
/** List issues where the list of label names exist on the issue. */
|
|
1821
|
-
labels?: InputMaybe<Array<Scalars['String']>>;
|
|
1822
|
-
/** List issues where the given name is mentioned in the issue. */
|
|
1823
|
-
mentioned?: InputMaybe<Scalars['String']>;
|
|
1824
|
-
/**
|
|
1825
|
-
* List issues by given milestone argument. If an string representation of an
|
|
1826
|
-
* integer is passed, it should refer to a milestone by its number field. Pass in
|
|
1827
|
-
* `null` for issues with no milestone, and `*` for issues that are assigned to any milestone.
|
|
1828
|
-
*/
|
|
1829
|
-
milestone?: InputMaybe<Scalars['String']>;
|
|
1830
|
-
/** List issues that have been updated at or after the given date. */
|
|
1831
|
-
since?: InputMaybe<Scalars['DateTime']>;
|
|
1832
|
-
/** List issues filtered by the list of states given. */
|
|
1833
|
-
states?: InputMaybe<Array<IssueState>>;
|
|
1834
|
-
/** List issues subscribed to by viewer. */
|
|
1835
|
-
viewerSubscribed?: InputMaybe<Scalars['Boolean']>;
|
|
1836
|
-
};
|
|
1837
|
-
|
|
1838
|
-
/** Ways in which lists of issues can be ordered upon return. */
|
|
1839
|
-
export type IssueOrder = {
|
|
1840
|
-
/** The direction in which to order issues by the specified field. */
|
|
1841
|
-
direction: OrderDirection;
|
|
1842
|
-
/** The field in which to order issues by. */
|
|
1843
|
-
field: IssueOrderField;
|
|
1844
|
-
};
|
|
1845
|
-
|
|
1846
|
-
/** Properties by which issue connections can be ordered. */
|
|
1847
|
-
export enum IssueOrderField {
|
|
1848
|
-
/** Order issues by comment count */
|
|
1849
|
-
Comments = 'COMMENTS',
|
|
1850
|
-
/** Order issues by creation time */
|
|
1851
|
-
CreatedAt = 'CREATED_AT',
|
|
1852
|
-
/** Order issues by update time */
|
|
1853
|
-
UpdatedAt = 'UPDATED_AT'
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
/** The possible states of an issue. */
|
|
1857
|
-
export enum IssueState {
|
|
1858
|
-
/** An issue that has been closed */
|
|
1859
|
-
Closed = 'CLOSED',
|
|
1860
|
-
/** An issue that is still open */
|
|
1861
|
-
Open = 'OPEN'
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
/** The possible item types found in a timeline. */
|
|
1865
|
-
export enum IssueTimelineItemsItemType {
|
|
1866
|
-
/** Represents a 'added_to_project' event on a given issue or pull request. */
|
|
1867
|
-
AddedToProjectEvent = 'ADDED_TO_PROJECT_EVENT',
|
|
1868
|
-
/** Represents an 'assigned' event on any assignable object. */
|
|
1869
|
-
AssignedEvent = 'ASSIGNED_EVENT',
|
|
1870
|
-
/** Represents a 'closed' event on any `Closable`. */
|
|
1871
|
-
ClosedEvent = 'CLOSED_EVENT',
|
|
1872
|
-
/** Represents a 'comment_deleted' event on a given issue or pull request. */
|
|
1873
|
-
CommentDeletedEvent = 'COMMENT_DELETED_EVENT',
|
|
1874
|
-
/** Represents a 'connected' event on a given issue or pull request. */
|
|
1875
|
-
ConnectedEvent = 'CONNECTED_EVENT',
|
|
1876
|
-
/** Represents a 'converted_note_to_issue' event on a given issue or pull request. */
|
|
1877
|
-
ConvertedNoteToIssueEvent = 'CONVERTED_NOTE_TO_ISSUE_EVENT',
|
|
1878
|
-
/** Represents a mention made by one issue or pull request to another. */
|
|
1879
|
-
CrossReferencedEvent = 'CROSS_REFERENCED_EVENT',
|
|
1880
|
-
/** Represents a 'demilestoned' event on a given issue or pull request. */
|
|
1881
|
-
DemilestonedEvent = 'DEMILESTONED_EVENT',
|
|
1882
|
-
/** Represents a 'disconnected' event on a given issue or pull request. */
|
|
1883
|
-
DisconnectedEvent = 'DISCONNECTED_EVENT',
|
|
1884
|
-
/** Represents a comment on an Issue. */
|
|
1885
|
-
IssueComment = 'ISSUE_COMMENT',
|
|
1886
|
-
/** Represents a 'labeled' event on a given issue or pull request. */
|
|
1887
|
-
LabeledEvent = 'LABELED_EVENT',
|
|
1888
|
-
/** Represents a 'locked' event on a given issue or pull request. */
|
|
1889
|
-
LockedEvent = 'LOCKED_EVENT',
|
|
1890
|
-
/** Represents a 'marked_as_duplicate' event on a given issue or pull request. */
|
|
1891
|
-
MarkedAsDuplicateEvent = 'MARKED_AS_DUPLICATE_EVENT',
|
|
1892
|
-
/** Represents a 'mentioned' event on a given issue or pull request. */
|
|
1893
|
-
MentionedEvent = 'MENTIONED_EVENT',
|
|
1894
|
-
/** Represents a 'milestoned' event on a given issue or pull request. */
|
|
1895
|
-
MilestonedEvent = 'MILESTONED_EVENT',
|
|
1896
|
-
/** Represents a 'moved_columns_in_project' event on a given issue or pull request. */
|
|
1897
|
-
MovedColumnsInProjectEvent = 'MOVED_COLUMNS_IN_PROJECT_EVENT',
|
|
1898
|
-
/** Represents a 'pinned' event on a given issue or pull request. */
|
|
1899
|
-
PinnedEvent = 'PINNED_EVENT',
|
|
1900
|
-
/** Represents a 'referenced' event on a given `ReferencedSubject`. */
|
|
1901
|
-
ReferencedEvent = 'REFERENCED_EVENT',
|
|
1902
|
-
/** Represents a 'removed_from_project' event on a given issue or pull request. */
|
|
1903
|
-
RemovedFromProjectEvent = 'REMOVED_FROM_PROJECT_EVENT',
|
|
1904
|
-
/** Represents a 'renamed' event on a given issue or pull request */
|
|
1905
|
-
RenamedTitleEvent = 'RENAMED_TITLE_EVENT',
|
|
1906
|
-
/** Represents a 'reopened' event on any `Closable`. */
|
|
1907
|
-
ReopenedEvent = 'REOPENED_EVENT',
|
|
1908
|
-
/** Represents a 'subscribed' event on a given `Subscribable`. */
|
|
1909
|
-
SubscribedEvent = 'SUBSCRIBED_EVENT',
|
|
1910
|
-
/** Represents a 'transferred' event on a given issue or pull request. */
|
|
1911
|
-
TransferredEvent = 'TRANSFERRED_EVENT',
|
|
1912
|
-
/** Represents an 'unassigned' event on any assignable object. */
|
|
1913
|
-
UnassignedEvent = 'UNASSIGNED_EVENT',
|
|
1914
|
-
/** Represents an 'unlabeled' event on a given issue or pull request. */
|
|
1915
|
-
UnlabeledEvent = 'UNLABELED_EVENT',
|
|
1916
|
-
/** Represents an 'unlocked' event on a given issue or pull request. */
|
|
1917
|
-
UnlockedEvent = 'UNLOCKED_EVENT',
|
|
1918
|
-
/** Represents an 'unmarked_as_duplicate' event on a given issue or pull request. */
|
|
1919
|
-
UnmarkedAsDuplicateEvent = 'UNMARKED_AS_DUPLICATE_EVENT',
|
|
1920
|
-
/** Represents an 'unpinned' event on a given issue or pull request. */
|
|
1921
|
-
UnpinnedEvent = 'UNPINNED_EVENT',
|
|
1922
|
-
/** Represents an 'unsubscribed' event on a given `Subscribable`. */
|
|
1923
|
-
UnsubscribedEvent = 'UNSUBSCRIBED_EVENT',
|
|
1924
|
-
/** Represents a 'user_blocked' event on a given user. */
|
|
1925
|
-
UserBlockedEvent = 'USER_BLOCKED_EVENT'
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
/** Ways in which lists of labels can be ordered upon return. */
|
|
1929
|
-
export type LabelOrder = {
|
|
1930
|
-
/** The direction in which to order labels by the specified field. */
|
|
1931
|
-
direction: OrderDirection;
|
|
1932
|
-
/** The field in which to order labels by. */
|
|
1933
|
-
field: LabelOrderField;
|
|
1934
|
-
};
|
|
1935
|
-
|
|
1936
|
-
/** Properties by which label connections can be ordered. */
|
|
1937
|
-
export enum LabelOrderField {
|
|
1938
|
-
/** Order labels by creation time */
|
|
1939
|
-
CreatedAt = 'CREATED_AT',
|
|
1940
|
-
/** Order labels by name */
|
|
1941
|
-
Name = 'NAME'
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
/** Ordering options for language connections. */
|
|
1945
|
-
export type LanguageOrder = {
|
|
1946
|
-
/** The ordering direction. */
|
|
1947
|
-
direction: OrderDirection;
|
|
1948
|
-
/** The field to order languages by. */
|
|
1949
|
-
field: LanguageOrderField;
|
|
1950
|
-
};
|
|
1951
|
-
|
|
1952
|
-
/** Properties by which language connections can be ordered. */
|
|
1953
|
-
export enum LanguageOrderField {
|
|
1954
|
-
/** Order languages by the size of all files containing the language */
|
|
1955
|
-
Size = 'SIZE'
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
/** Autogenerated input type of LinkRepositoryToProject */
|
|
1959
|
-
export type LinkRepositoryToProjectInput = {
|
|
1960
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1961
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1962
|
-
/** The ID of the Project to link to a Repository */
|
|
1963
|
-
projectId: Scalars['ID'];
|
|
1964
|
-
/** The ID of the Repository to link to a Project. */
|
|
1965
|
-
repositoryId: Scalars['ID'];
|
|
1966
|
-
};
|
|
1967
|
-
|
|
1968
|
-
/** Autogenerated input type of LockLockable */
|
|
1969
|
-
export type LockLockableInput = {
|
|
1970
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1971
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1972
|
-
/** A reason for why the item will be locked. */
|
|
1973
|
-
lockReason?: InputMaybe<LockReason>;
|
|
1974
|
-
/** ID of the item to be locked. */
|
|
1975
|
-
lockableId: Scalars['ID'];
|
|
1976
|
-
};
|
|
1977
|
-
|
|
1978
|
-
/** The possible reasons that an issue or pull request was locked. */
|
|
1979
|
-
export enum LockReason {
|
|
1980
|
-
/** The issue or pull request was locked because the conversation was off-topic. */
|
|
1981
|
-
OffTopic = 'OFF_TOPIC',
|
|
1982
|
-
/** The issue or pull request was locked because the conversation was resolved. */
|
|
1983
|
-
Resolved = 'RESOLVED',
|
|
1984
|
-
/** The issue or pull request was locked because the conversation was spam. */
|
|
1985
|
-
Spam = 'SPAM',
|
|
1986
|
-
/** The issue or pull request was locked because the conversation was too heated. */
|
|
1987
|
-
TooHeated = 'TOO_HEATED'
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
/** Autogenerated input type of MarkDiscussionCommentAsAnswer */
|
|
1991
|
-
export type MarkDiscussionCommentAsAnswerInput = {
|
|
1992
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1993
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
1994
|
-
/** The Node ID of the discussion comment to mark as an answer. */
|
|
1995
|
-
id: Scalars['ID'];
|
|
1996
|
-
};
|
|
1997
|
-
|
|
1998
|
-
/** Autogenerated input type of MarkFileAsViewed */
|
|
1999
|
-
export type MarkFileAsViewedInput = {
|
|
2000
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2001
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2002
|
-
/** The path of the file to mark as viewed */
|
|
2003
|
-
path: Scalars['String'];
|
|
2004
|
-
/** The Node ID of the pull request. */
|
|
2005
|
-
pullRequestId: Scalars['ID'];
|
|
2006
|
-
};
|
|
2007
|
-
|
|
2008
|
-
/** Autogenerated input type of MarkPullRequestReadyForReview */
|
|
2009
|
-
export type MarkPullRequestReadyForReviewInput = {
|
|
2010
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2011
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2012
|
-
/** ID of the pull request to be marked as ready for review. */
|
|
2013
|
-
pullRequestId: Scalars['ID'];
|
|
2014
|
-
};
|
|
2015
|
-
|
|
2016
|
-
/** Autogenerated input type of MergeBranch */
|
|
2017
|
-
export type MergeBranchInput = {
|
|
2018
|
-
/** The email address to associate with this commit. */
|
|
2019
|
-
authorEmail?: InputMaybe<Scalars['String']>;
|
|
2020
|
-
/** The name of the base branch that the provided head will be merged into. */
|
|
2021
|
-
base: Scalars['String'];
|
|
2022
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2023
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2024
|
-
/** Message to use for the merge commit. If omitted, a default will be used. */
|
|
2025
|
-
commitMessage?: InputMaybe<Scalars['String']>;
|
|
2026
|
-
/** The head to merge into the base branch. This can be a branch name or a commit GitObjectID. */
|
|
2027
|
-
head: Scalars['String'];
|
|
2028
|
-
/** The Node ID of the Repository containing the base branch that will be modified. */
|
|
2029
|
-
repositoryId: Scalars['ID'];
|
|
2030
|
-
};
|
|
2031
|
-
|
|
2032
|
-
/** Autogenerated input type of MergePullRequest */
|
|
2033
|
-
export type MergePullRequestInput = {
|
|
2034
|
-
/** The email address to associate with this merge. */
|
|
2035
|
-
authorEmail?: InputMaybe<Scalars['String']>;
|
|
2036
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2037
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2038
|
-
/** Commit body to use for the merge commit; if omitted, a default message will be used */
|
|
2039
|
-
commitBody?: InputMaybe<Scalars['String']>;
|
|
2040
|
-
/** Commit headline to use for the merge commit; if omitted, a default message will be used. */
|
|
2041
|
-
commitHeadline?: InputMaybe<Scalars['String']>;
|
|
2042
|
-
/** OID that the pull request head ref must match to allow merge; if omitted, no check is performed. */
|
|
2043
|
-
expectedHeadOid?: InputMaybe<Scalars['GitObjectID']>;
|
|
2044
|
-
/** The merge method to use. If omitted, defaults to 'MERGE' */
|
|
2045
|
-
mergeMethod?: InputMaybe<PullRequestMergeMethod>;
|
|
2046
|
-
/** ID of the pull request to be merged. */
|
|
2047
|
-
pullRequestId: Scalars['ID'];
|
|
2048
|
-
};
|
|
2049
|
-
|
|
2050
|
-
/** Whether or not a PullRequest can be merged. */
|
|
2051
|
-
export enum MergeableState {
|
|
2052
|
-
/** The pull request cannot be merged due to merge conflicts. */
|
|
2053
|
-
Conflicting = 'CONFLICTING',
|
|
2054
|
-
/** The pull request can be merged. */
|
|
2055
|
-
Mergeable = 'MERGEABLE',
|
|
2056
|
-
/** The mergeability of the pull request is still being calculated. */
|
|
2057
|
-
Unknown = 'UNKNOWN'
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
/** Ordering options for milestone connections. */
|
|
2061
|
-
export type MilestoneOrder = {
|
|
2062
|
-
/** The ordering direction. */
|
|
2063
|
-
direction: OrderDirection;
|
|
2064
|
-
/** The field to order milestones by. */
|
|
2065
|
-
field: MilestoneOrderField;
|
|
2066
|
-
};
|
|
2067
|
-
|
|
2068
|
-
/** Properties by which milestone connections can be ordered. */
|
|
2069
|
-
export enum MilestoneOrderField {
|
|
2070
|
-
/** Order milestones by when they were created. */
|
|
2071
|
-
CreatedAt = 'CREATED_AT',
|
|
2072
|
-
/** Order milestones by when they are due. */
|
|
2073
|
-
DueDate = 'DUE_DATE',
|
|
2074
|
-
/** Order milestones by their number. */
|
|
2075
|
-
Number = 'NUMBER',
|
|
2076
|
-
/** Order milestones by when they were last updated. */
|
|
2077
|
-
UpdatedAt = 'UPDATED_AT'
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
/** The possible states of a milestone. */
|
|
2081
|
-
export enum MilestoneState {
|
|
2082
|
-
/** A milestone that has been closed. */
|
|
2083
|
-
Closed = 'CLOSED',
|
|
2084
|
-
/** A milestone that is still open. */
|
|
2085
|
-
Open = 'OPEN'
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
/** Autogenerated input type of MinimizeComment */
|
|
2089
|
-
export type MinimizeCommentInput = {
|
|
2090
|
-
/** The classification of comment */
|
|
2091
|
-
classifier: ReportedContentClassifiers;
|
|
2092
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2093
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2094
|
-
/** The Node ID of the subject to modify. */
|
|
2095
|
-
subjectId: Scalars['ID'];
|
|
2096
|
-
};
|
|
2097
|
-
|
|
2098
|
-
/** Autogenerated input type of MoveProjectCard */
|
|
2099
|
-
export type MoveProjectCardInput = {
|
|
2100
|
-
/** Place the new card after the card with this id. Pass null to place it at the top. */
|
|
2101
|
-
afterCardId?: InputMaybe<Scalars['ID']>;
|
|
2102
|
-
/** The id of the card to move. */
|
|
2103
|
-
cardId: Scalars['ID'];
|
|
2104
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2105
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2106
|
-
/** The id of the column to move it into. */
|
|
2107
|
-
columnId: Scalars['ID'];
|
|
2108
|
-
};
|
|
2109
|
-
|
|
2110
|
-
/** Autogenerated input type of MoveProjectColumn */
|
|
2111
|
-
export type MoveProjectColumnInput = {
|
|
2112
|
-
/** Place the new column after the column with this id. Pass null to place it at the front. */
|
|
2113
|
-
afterColumnId?: InputMaybe<Scalars['ID']>;
|
|
2114
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2115
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2116
|
-
/** The id of the column to move. */
|
|
2117
|
-
columnId: Scalars['ID'];
|
|
2118
|
-
};
|
|
2119
|
-
|
|
2120
|
-
/** The possible values for the notification restriction setting. */
|
|
2121
|
-
export enum NotificationRestrictionSettingValue {
|
|
2122
|
-
/** The setting is disabled for the owner. */
|
|
2123
|
-
Disabled = 'DISABLED',
|
|
2124
|
-
/** The setting is enabled for the owner. */
|
|
2125
|
-
Enabled = 'ENABLED'
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
/** The state of an OAuth Application when it was created. */
|
|
2129
|
-
export enum OauthApplicationCreateAuditEntryState {
|
|
2130
|
-
/** The OAuth Application was active and allowed to have OAuth Accesses. */
|
|
2131
|
-
Active = 'ACTIVE',
|
|
2132
|
-
/** The OAuth Application was in the process of being deleted. */
|
|
2133
|
-
PendingDeletion = 'PENDING_DELETION',
|
|
2134
|
-
/** The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. */
|
|
2135
|
-
Suspended = 'SUSPENDED'
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
/** The corresponding operation type for the action */
|
|
2139
|
-
export enum OperationType {
|
|
2140
|
-
/** An existing resource was accessed */
|
|
2141
|
-
Access = 'ACCESS',
|
|
2142
|
-
/** A resource performed an authentication event */
|
|
2143
|
-
Authentication = 'AUTHENTICATION',
|
|
2144
|
-
/** A new resource was created */
|
|
2145
|
-
Create = 'CREATE',
|
|
2146
|
-
/** An existing resource was modified */
|
|
2147
|
-
Modify = 'MODIFY',
|
|
2148
|
-
/** An existing resource was removed */
|
|
2149
|
-
Remove = 'REMOVE',
|
|
2150
|
-
/** An existing resource was restored */
|
|
2151
|
-
Restore = 'RESTORE',
|
|
2152
|
-
/** An existing resource was transferred between multiple resources */
|
|
2153
|
-
Transfer = 'TRANSFER'
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
/** Possible directions in which to order a list of items when provided an `orderBy` argument. */
|
|
2157
|
-
export enum OrderDirection {
|
|
2158
|
-
/** Specifies an ascending order for a given `orderBy` argument. */
|
|
2159
|
-
Asc = 'ASC',
|
|
2160
|
-
/** Specifies a descending order for a given `orderBy` argument. */
|
|
2161
|
-
Desc = 'DESC'
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
/** The permissions available to members on an Organization. */
|
|
2165
|
-
export enum OrgAddMemberAuditEntryPermission {
|
|
2166
|
-
/** Can read, clone, push, and add collaborators to repositories. */
|
|
2167
|
-
Admin = 'ADMIN',
|
|
2168
|
-
/** Can read and clone repositories. */
|
|
2169
|
-
Read = 'READ'
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
/** The billing plans available for organizations. */
|
|
2173
|
-
export enum OrgCreateAuditEntryBillingPlan {
|
|
2174
|
-
/** Team Plan */
|
|
2175
|
-
Business = 'BUSINESS',
|
|
2176
|
-
/** Enterprise Cloud Plan */
|
|
2177
|
-
BusinessPlus = 'BUSINESS_PLUS',
|
|
2178
|
-
/** Free Plan */
|
|
2179
|
-
Free = 'FREE',
|
|
2180
|
-
/** Tiered Per Seat Plan */
|
|
2181
|
-
TieredPerSeat = 'TIERED_PER_SEAT',
|
|
2182
|
-
/** Legacy Unlimited Plan */
|
|
2183
|
-
Unlimited = 'UNLIMITED'
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
/** The reason a billing manager was removed from an Organization. */
|
|
2187
|
-
export enum OrgRemoveBillingManagerAuditEntryReason {
|
|
2188
|
-
/** SAML external identity missing */
|
|
2189
|
-
SamlExternalIdentityMissing = 'SAML_EXTERNAL_IDENTITY_MISSING',
|
|
2190
|
-
/** SAML SSO enforcement requires an external identity */
|
|
2191
|
-
SamlSsoEnforcementRequiresExternalIdentity = 'SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY',
|
|
2192
|
-
/** The organization required 2FA of its billing managers and this user did not have 2FA enabled. */
|
|
2193
|
-
TwoFactorRequirementNonCompliance = 'TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE'
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
/** The type of membership a user has with an Organization. */
|
|
2197
|
-
export enum OrgRemoveMemberAuditEntryMembershipType {
|
|
2198
|
-
/**
|
|
2199
|
-
* Organization administrators have full access and can change several settings,
|
|
2200
|
-
* including the names of repositories that belong to the Organization and Owners
|
|
2201
|
-
* team membership. In addition, organization admins can delete the organization
|
|
2202
|
-
* and all of its repositories.
|
|
2203
|
-
*/
|
|
2204
|
-
Admin = 'ADMIN',
|
|
2205
|
-
/** A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. */
|
|
2206
|
-
BillingManager = 'BILLING_MANAGER',
|
|
2207
|
-
/** A direct member is a user that is a member of the Organization. */
|
|
2208
|
-
DirectMember = 'DIRECT_MEMBER',
|
|
2209
|
-
/**
|
|
2210
|
-
* An outside collaborator is a person who isn't explicitly a member of the
|
|
2211
|
-
* Organization, but who has Read, Write, or Admin permissions to one or more
|
|
2212
|
-
* repositories in the organization.
|
|
2213
|
-
*/
|
|
2214
|
-
OutsideCollaborator = 'OUTSIDE_COLLABORATOR',
|
|
2215
|
-
/**
|
|
2216
|
-
* An unaffiliated collaborator is a person who is not a member of the
|
|
2217
|
-
* Organization and does not have access to any repositories in the Organization.
|
|
2218
|
-
*/
|
|
2219
|
-
Unaffiliated = 'UNAFFILIATED'
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
/** The reason a member was removed from an Organization. */
|
|
2223
|
-
export enum OrgRemoveMemberAuditEntryReason {
|
|
2224
|
-
/** SAML external identity missing */
|
|
2225
|
-
SamlExternalIdentityMissing = 'SAML_EXTERNAL_IDENTITY_MISSING',
|
|
2226
|
-
/** SAML SSO enforcement requires an external identity */
|
|
2227
|
-
SamlSsoEnforcementRequiresExternalIdentity = 'SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY',
|
|
2228
|
-
/** User was removed from organization during account recovery */
|
|
2229
|
-
TwoFactorAccountRecovery = 'TWO_FACTOR_ACCOUNT_RECOVERY',
|
|
2230
|
-
/** The organization required 2FA of its billing managers and this user did not have 2FA enabled. */
|
|
2231
|
-
TwoFactorRequirementNonCompliance = 'TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE',
|
|
2232
|
-
/** User account has been deleted */
|
|
2233
|
-
UserAccountDeleted = 'USER_ACCOUNT_DELETED'
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
/** The type of membership a user has with an Organization. */
|
|
2237
|
-
export enum OrgRemoveOutsideCollaboratorAuditEntryMembershipType {
|
|
2238
|
-
/** A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. */
|
|
2239
|
-
BillingManager = 'BILLING_MANAGER',
|
|
2240
|
-
/**
|
|
2241
|
-
* An outside collaborator is a person who isn't explicitly a member of the
|
|
2242
|
-
* Organization, but who has Read, Write, or Admin permissions to one or more
|
|
2243
|
-
* repositories in the organization.
|
|
2244
|
-
*/
|
|
2245
|
-
OutsideCollaborator = 'OUTSIDE_COLLABORATOR',
|
|
2246
|
-
/**
|
|
2247
|
-
* An unaffiliated collaborator is a person who is not a member of the
|
|
2248
|
-
* Organization and does not have access to any repositories in the organization.
|
|
2249
|
-
*/
|
|
2250
|
-
Unaffiliated = 'UNAFFILIATED'
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
/** The reason an outside collaborator was removed from an Organization. */
|
|
2254
|
-
export enum OrgRemoveOutsideCollaboratorAuditEntryReason {
|
|
2255
|
-
/** SAML external identity missing */
|
|
2256
|
-
SamlExternalIdentityMissing = 'SAML_EXTERNAL_IDENTITY_MISSING',
|
|
2257
|
-
/** The organization required 2FA of its billing managers and this user did not have 2FA enabled. */
|
|
2258
|
-
TwoFactorRequirementNonCompliance = 'TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE'
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
/** The default permission a repository can have in an Organization. */
|
|
2262
|
-
export enum OrgUpdateDefaultRepositoryPermissionAuditEntryPermission {
|
|
2263
|
-
/** Can read, clone, push, and add collaborators to repositories. */
|
|
2264
|
-
Admin = 'ADMIN',
|
|
2265
|
-
/** No default permission value. */
|
|
2266
|
-
None = 'NONE',
|
|
2267
|
-
/** Can read and clone repositories. */
|
|
2268
|
-
Read = 'READ',
|
|
2269
|
-
/** Can read, clone and push to repositories. */
|
|
2270
|
-
Write = 'WRITE'
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
/** The permissions available to members on an Organization. */
|
|
2274
|
-
export enum OrgUpdateMemberAuditEntryPermission {
|
|
2275
|
-
/** Can read, clone, push, and add collaborators to repositories. */
|
|
2276
|
-
Admin = 'ADMIN',
|
|
2277
|
-
/** Can read and clone repositories. */
|
|
2278
|
-
Read = 'READ'
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
/** The permissions available for repository creation on an Organization. */
|
|
2282
|
-
export enum OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility {
|
|
2283
|
-
/** All organization members are restricted from creating any repositories. */
|
|
2284
|
-
All = 'ALL',
|
|
2285
|
-
/** All organization members are restricted from creating internal repositories. */
|
|
2286
|
-
Internal = 'INTERNAL',
|
|
2287
|
-
/** All organization members are allowed to create any repositories. */
|
|
2288
|
-
None = 'NONE',
|
|
2289
|
-
/** All organization members are restricted from creating private repositories. */
|
|
2290
|
-
Private = 'PRIVATE',
|
|
2291
|
-
/** All organization members are restricted from creating private or internal repositories. */
|
|
2292
|
-
PrivateInternal = 'PRIVATE_INTERNAL',
|
|
2293
|
-
/** All organization members are restricted from creating public repositories. */
|
|
2294
|
-
Public = 'PUBLIC',
|
|
2295
|
-
/** All organization members are restricted from creating public or internal repositories. */
|
|
2296
|
-
PublicInternal = 'PUBLIC_INTERNAL',
|
|
2297
|
-
/** All organization members are restricted from creating public or private repositories. */
|
|
2298
|
-
PublicPrivate = 'PUBLIC_PRIVATE'
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
/** The possible organization invitation roles. */
|
|
2302
|
-
export enum OrganizationInvitationRole {
|
|
2303
|
-
/** The user is invited to be an admin of the organization. */
|
|
2304
|
-
Admin = 'ADMIN',
|
|
2305
|
-
/** The user is invited to be a billing manager of the organization. */
|
|
2306
|
-
BillingManager = 'BILLING_MANAGER',
|
|
2307
|
-
/** The user is invited to be a direct member of the organization. */
|
|
2308
|
-
DirectMember = 'DIRECT_MEMBER',
|
|
2309
|
-
/** The user's previous role will be reinstated. */
|
|
2310
|
-
Reinstate = 'REINSTATE'
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
/** The possible organization invitation types. */
|
|
2314
|
-
export enum OrganizationInvitationType {
|
|
2315
|
-
/** The invitation was to an email address. */
|
|
2316
|
-
Email = 'EMAIL',
|
|
2317
|
-
/** The invitation was to an existing user. */
|
|
2318
|
-
User = 'USER'
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
/** The possible roles within an organization for its members. */
|
|
2322
|
-
export enum OrganizationMemberRole {
|
|
2323
|
-
/** The user is an administrator of the organization. */
|
|
2324
|
-
Admin = 'ADMIN',
|
|
2325
|
-
/** The user is a member of the organization. */
|
|
2326
|
-
Member = 'MEMBER'
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
/** The possible values for the members can create repositories setting on an organization. */
|
|
2330
|
-
export enum OrganizationMembersCanCreateRepositoriesSettingValue {
|
|
2331
|
-
/** Members will be able to create public and private repositories. */
|
|
2332
|
-
All = 'ALL',
|
|
2333
|
-
/** Members will not be able to create public or private repositories. */
|
|
2334
|
-
Disabled = 'DISABLED',
|
|
2335
|
-
/** Members will be able to create only internal repositories. */
|
|
2336
|
-
Internal = 'INTERNAL',
|
|
2337
|
-
/** Members will be able to create only private repositories. */
|
|
2338
|
-
Private = 'PRIVATE'
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
/** Ordering options for organization connections. */
|
|
2342
|
-
export type OrganizationOrder = {
|
|
2343
|
-
/** The ordering direction. */
|
|
2344
|
-
direction: OrderDirection;
|
|
2345
|
-
/** The field to order organizations by. */
|
|
2346
|
-
field: OrganizationOrderField;
|
|
2347
|
-
};
|
|
2348
|
-
|
|
2349
|
-
/** Properties by which organization connections can be ordered. */
|
|
2350
|
-
export enum OrganizationOrderField {
|
|
2351
|
-
/** Order organizations by creation time */
|
|
2352
|
-
CreatedAt = 'CREATED_AT',
|
|
2353
|
-
/** Order organizations by login */
|
|
2354
|
-
Login = 'LOGIN'
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
|
-
/** Ways in which lists of package files can be ordered upon return. */
|
|
2358
|
-
export type PackageFileOrder = {
|
|
2359
|
-
/** The direction in which to order package files by the specified field. */
|
|
2360
|
-
direction?: InputMaybe<OrderDirection>;
|
|
2361
|
-
/** The field in which to order package files by. */
|
|
2362
|
-
field?: InputMaybe<PackageFileOrderField>;
|
|
2363
|
-
};
|
|
2364
|
-
|
|
2365
|
-
/** Properties by which package file connections can be ordered. */
|
|
2366
|
-
export enum PackageFileOrderField {
|
|
2367
|
-
/** Order package files by creation time */
|
|
2368
|
-
CreatedAt = 'CREATED_AT'
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
/** Ways in which lists of packages can be ordered upon return. */
|
|
2372
|
-
export type PackageOrder = {
|
|
2373
|
-
/** The direction in which to order packages by the specified field. */
|
|
2374
|
-
direction?: InputMaybe<OrderDirection>;
|
|
2375
|
-
/** The field in which to order packages by. */
|
|
2376
|
-
field?: InputMaybe<PackageOrderField>;
|
|
2377
|
-
};
|
|
2378
|
-
|
|
2379
|
-
/** Properties by which package connections can be ordered. */
|
|
2380
|
-
export enum PackageOrderField {
|
|
2381
|
-
/** Order packages by creation time */
|
|
2382
|
-
CreatedAt = 'CREATED_AT'
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
/** The possible types of a package. */
|
|
2386
|
-
export enum PackageType {
|
|
2387
|
-
/** A debian package. */
|
|
2388
|
-
Debian = 'DEBIAN',
|
|
2389
|
-
/** A docker image. */
|
|
2390
|
-
Docker = 'DOCKER',
|
|
2391
|
-
/** A maven package. */
|
|
2392
|
-
Maven = 'MAVEN',
|
|
2393
|
-
/** An npm package. */
|
|
2394
|
-
Npm = 'NPM',
|
|
2395
|
-
/** A nuget package. */
|
|
2396
|
-
Nuget = 'NUGET',
|
|
2397
|
-
/** A python package. */
|
|
2398
|
-
Pypi = 'PYPI',
|
|
2399
|
-
/** A rubygems package. */
|
|
2400
|
-
Rubygems = 'RUBYGEMS'
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
/** Ways in which lists of package versions can be ordered upon return. */
|
|
2404
|
-
export type PackageVersionOrder = {
|
|
2405
|
-
/** The direction in which to order package versions by the specified field. */
|
|
2406
|
-
direction?: InputMaybe<OrderDirection>;
|
|
2407
|
-
/** The field in which to order package versions by. */
|
|
2408
|
-
field?: InputMaybe<PackageVersionOrderField>;
|
|
2409
|
-
};
|
|
2410
|
-
|
|
2411
|
-
/** Properties by which package version connections can be ordered. */
|
|
2412
|
-
export enum PackageVersionOrderField {
|
|
2413
|
-
/** Order package versions by creation time */
|
|
2414
|
-
CreatedAt = 'CREATED_AT'
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
/** Autogenerated input type of PinIssue */
|
|
2418
|
-
export type PinIssueInput = {
|
|
2419
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2420
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2421
|
-
/** The ID of the issue to be pinned */
|
|
2422
|
-
issueId: Scalars['ID'];
|
|
2423
|
-
};
|
|
2424
|
-
|
|
2425
|
-
/** Represents items that can be pinned to a profile page or dashboard. */
|
|
2426
|
-
export enum PinnableItemType {
|
|
2427
|
-
/** A gist. */
|
|
2428
|
-
Gist = 'GIST',
|
|
2429
|
-
/** An issue. */
|
|
2430
|
-
Issue = 'ISSUE',
|
|
2431
|
-
/** An organization. */
|
|
2432
|
-
Organization = 'ORGANIZATION',
|
|
2433
|
-
/** A project. */
|
|
2434
|
-
Project = 'PROJECT',
|
|
2435
|
-
/** A pull request. */
|
|
2436
|
-
PullRequest = 'PULL_REQUEST',
|
|
2437
|
-
/** A repository. */
|
|
2438
|
-
Repository = 'REPOSITORY',
|
|
2439
|
-
/** A team. */
|
|
2440
|
-
Team = 'TEAM',
|
|
2441
|
-
/** A user. */
|
|
2442
|
-
User = 'USER'
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
/** Preconfigured gradients that may be used to style discussions pinned within a repository. */
|
|
2446
|
-
export enum PinnedDiscussionGradient {
|
|
2447
|
-
/** A gradient of blue to mint */
|
|
2448
|
-
BlueMint = 'BLUE_MINT',
|
|
2449
|
-
/** A gradient of blue to purple */
|
|
2450
|
-
BluePurple = 'BLUE_PURPLE',
|
|
2451
|
-
/** A gradient of pink to blue */
|
|
2452
|
-
PinkBlue = 'PINK_BLUE',
|
|
2453
|
-
/** A gradient of purple to coral */
|
|
2454
|
-
PurpleCoral = 'PURPLE_CORAL',
|
|
2455
|
-
/** A gradient of red to orange */
|
|
2456
|
-
RedOrange = 'RED_ORANGE'
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
/** Preconfigured background patterns that may be used to style discussions pinned within a repository. */
|
|
2460
|
-
export enum PinnedDiscussionPattern {
|
|
2461
|
-
/** An upward-facing chevron pattern */
|
|
2462
|
-
ChevronUp = 'CHEVRON_UP',
|
|
2463
|
-
/** A hollow dot pattern */
|
|
2464
|
-
Dot = 'DOT',
|
|
2465
|
-
/** A solid dot pattern */
|
|
2466
|
-
DotFill = 'DOT_FILL',
|
|
2467
|
-
/** A heart pattern */
|
|
2468
|
-
HeartFill = 'HEART_FILL',
|
|
2469
|
-
/** A plus sign pattern */
|
|
2470
|
-
Plus = 'PLUS',
|
|
2471
|
-
/** A lightning bolt pattern */
|
|
2472
|
-
Zap = 'ZAP'
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
/** The possible archived states of a project card. */
|
|
2476
|
-
export enum ProjectCardArchivedState {
|
|
2477
|
-
/** A project card that is archived */
|
|
2478
|
-
Archived = 'ARCHIVED',
|
|
2479
|
-
/** A project card that is not archived */
|
|
2480
|
-
NotArchived = 'NOT_ARCHIVED'
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
/** Various content states of a ProjectCard */
|
|
2484
|
-
export enum ProjectCardState {
|
|
2485
|
-
/** The card has content only. */
|
|
2486
|
-
ContentOnly = 'CONTENT_ONLY',
|
|
2487
|
-
/** The card has a note only. */
|
|
2488
|
-
NoteOnly = 'NOTE_ONLY',
|
|
2489
|
-
/** The card is redacted. */
|
|
2490
|
-
Redacted = 'REDACTED'
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
/** The semantic purpose of the column - todo, in progress, or done. */
|
|
2494
|
-
export enum ProjectColumnPurpose {
|
|
2495
|
-
/** The column contains cards which are complete */
|
|
2496
|
-
Done = 'DONE',
|
|
2497
|
-
/** The column contains cards which are currently being worked on */
|
|
2498
|
-
InProgress = 'IN_PROGRESS',
|
|
2499
|
-
/** The column contains cards still to be worked on */
|
|
2500
|
-
Todo = 'TODO'
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
/** Ways in which lists of projects can be ordered upon return. */
|
|
2504
|
-
export type ProjectOrder = {
|
|
2505
|
-
/** The direction in which to order projects by the specified field. */
|
|
2506
|
-
direction: OrderDirection;
|
|
2507
|
-
/** The field in which to order projects by. */
|
|
2508
|
-
field: ProjectOrderField;
|
|
2509
|
-
};
|
|
2510
|
-
|
|
2511
|
-
/** Properties by which project connections can be ordered. */
|
|
2512
|
-
export enum ProjectOrderField {
|
|
2513
|
-
/** Order projects by creation time */
|
|
2514
|
-
CreatedAt = 'CREATED_AT',
|
|
2515
|
-
/** Order projects by name */
|
|
2516
|
-
Name = 'NAME',
|
|
2517
|
-
/** Order projects by update time */
|
|
2518
|
-
UpdatedAt = 'UPDATED_AT'
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
/** State of the project; either 'open' or 'closed' */
|
|
2522
|
-
export enum ProjectState {
|
|
2523
|
-
/** The project is closed. */
|
|
2524
|
-
Closed = 'CLOSED',
|
|
2525
|
-
/** The project is open. */
|
|
2526
|
-
Open = 'OPEN'
|
|
2527
|
-
}
|
|
2528
|
-
|
|
2529
|
-
/** GitHub-provided templates for Projects */
|
|
2530
|
-
export enum ProjectTemplate {
|
|
2531
|
-
/** Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. */
|
|
2532
|
-
AutomatedKanbanV2 = 'AUTOMATED_KANBAN_V2',
|
|
2533
|
-
/** Create a board with triggers to automatically move cards across columns with review automation. */
|
|
2534
|
-
AutomatedReviewsKanban = 'AUTOMATED_REVIEWS_KANBAN',
|
|
2535
|
-
/** Create a board with columns for To do, In progress and Done. */
|
|
2536
|
-
BasicKanban = 'BASIC_KANBAN',
|
|
2537
|
-
/** Create a board to triage and prioritize bugs with To do, priority, and Done columns. */
|
|
2538
|
-
BugTriage = 'BUG_TRIAGE'
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
/** Represents available types of methods to use when merging a pull request. */
|
|
2542
|
-
export enum PullRequestMergeMethod {
|
|
2543
|
-
/** Add all commits from the head branch to the base branch with a merge commit. */
|
|
2544
|
-
Merge = 'MERGE',
|
|
2545
|
-
/** Add all commits from the head branch onto the base branch individually. */
|
|
2546
|
-
Rebase = 'REBASE',
|
|
2547
|
-
/** Combine all commits from the head branch into a single commit in the base branch. */
|
|
2548
|
-
Squash = 'SQUASH'
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
/** Ways in which lists of issues can be ordered upon return. */
|
|
2552
|
-
export type PullRequestOrder = {
|
|
2553
|
-
/** The direction in which to order pull requests by the specified field. */
|
|
2554
|
-
direction: OrderDirection;
|
|
2555
|
-
/** The field in which to order pull requests by. */
|
|
2556
|
-
field: PullRequestOrderField;
|
|
2557
|
-
};
|
|
2558
|
-
|
|
2559
|
-
/** Properties by which pull_requests connections can be ordered. */
|
|
2560
|
-
export enum PullRequestOrderField {
|
|
2561
|
-
/** Order pull_requests by creation time */
|
|
2562
|
-
CreatedAt = 'CREATED_AT',
|
|
2563
|
-
/** Order pull_requests by update time */
|
|
2564
|
-
UpdatedAt = 'UPDATED_AT'
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
/** The possible states of a pull request review comment. */
|
|
2568
|
-
export enum PullRequestReviewCommentState {
|
|
2569
|
-
/** A comment that is part of a pending review */
|
|
2570
|
-
Pending = 'PENDING',
|
|
2571
|
-
/** A comment that is part of a submitted review */
|
|
2572
|
-
Submitted = 'SUBMITTED'
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
/** The review status of a pull request. */
|
|
2576
|
-
export enum PullRequestReviewDecision {
|
|
2577
|
-
/** The pull request has received an approving review. */
|
|
2578
|
-
Approved = 'APPROVED',
|
|
2579
|
-
/** Changes have been requested on the pull request. */
|
|
2580
|
-
ChangesRequested = 'CHANGES_REQUESTED',
|
|
2581
|
-
/** A review is required before the pull request can be merged. */
|
|
2582
|
-
ReviewRequired = 'REVIEW_REQUIRED'
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
/** The possible events to perform on a pull request review. */
|
|
2586
|
-
export enum PullRequestReviewEvent {
|
|
2587
|
-
/** Submit feedback and approve merging these changes. */
|
|
2588
|
-
Approve = 'APPROVE',
|
|
2589
|
-
/** Submit general feedback without explicit approval. */
|
|
2590
|
-
Comment = 'COMMENT',
|
|
2591
|
-
/** Dismiss review so it now longer effects merging. */
|
|
2592
|
-
Dismiss = 'DISMISS',
|
|
2593
|
-
/** Submit feedback that must be addressed before merging. */
|
|
2594
|
-
RequestChanges = 'REQUEST_CHANGES'
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
/** The possible states of a pull request review. */
|
|
2598
|
-
export enum PullRequestReviewState {
|
|
2599
|
-
/** A review allowing the pull request to merge. */
|
|
2600
|
-
Approved = 'APPROVED',
|
|
2601
|
-
/** A review blocking the pull request from merging. */
|
|
2602
|
-
ChangesRequested = 'CHANGES_REQUESTED',
|
|
2603
|
-
/** An informational review. */
|
|
2604
|
-
Commented = 'COMMENTED',
|
|
2605
|
-
/** A review that has been dismissed. */
|
|
2606
|
-
Dismissed = 'DISMISSED',
|
|
2607
|
-
/** A review that has not yet been submitted. */
|
|
2608
|
-
Pending = 'PENDING'
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
/** The possible states of a pull request. */
|
|
2612
|
-
export enum PullRequestState {
|
|
2613
|
-
/** A pull request that has been closed without being merged. */
|
|
2614
|
-
Closed = 'CLOSED',
|
|
2615
|
-
/** A pull request that has been closed by being merged. */
|
|
2616
|
-
Merged = 'MERGED',
|
|
2617
|
-
/** A pull request that is still open. */
|
|
2618
|
-
Open = 'OPEN'
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
/** The possible item types found in a timeline. */
|
|
2622
|
-
export enum PullRequestTimelineItemsItemType {
|
|
2623
|
-
/** Represents a 'added_to_project' event on a given issue or pull request. */
|
|
2624
|
-
AddedToProjectEvent = 'ADDED_TO_PROJECT_EVENT',
|
|
2625
|
-
/** Represents an 'assigned' event on any assignable object. */
|
|
2626
|
-
AssignedEvent = 'ASSIGNED_EVENT',
|
|
2627
|
-
/** Represents a 'automatic_base_change_failed' event on a given pull request. */
|
|
2628
|
-
AutomaticBaseChangeFailedEvent = 'AUTOMATIC_BASE_CHANGE_FAILED_EVENT',
|
|
2629
|
-
/** Represents a 'automatic_base_change_succeeded' event on a given pull request. */
|
|
2630
|
-
AutomaticBaseChangeSucceededEvent = 'AUTOMATIC_BASE_CHANGE_SUCCEEDED_EVENT',
|
|
2631
|
-
/** Represents a 'auto_merge_disabled' event on a given pull request. */
|
|
2632
|
-
AutoMergeDisabledEvent = 'AUTO_MERGE_DISABLED_EVENT',
|
|
2633
|
-
/** Represents a 'auto_merge_enabled' event on a given pull request. */
|
|
2634
|
-
AutoMergeEnabledEvent = 'AUTO_MERGE_ENABLED_EVENT',
|
|
2635
|
-
/** Represents a 'auto_rebase_enabled' event on a given pull request. */
|
|
2636
|
-
AutoRebaseEnabledEvent = 'AUTO_REBASE_ENABLED_EVENT',
|
|
2637
|
-
/** Represents a 'auto_squash_enabled' event on a given pull request. */
|
|
2638
|
-
AutoSquashEnabledEvent = 'AUTO_SQUASH_ENABLED_EVENT',
|
|
2639
|
-
/** Represents a 'base_ref_changed' event on a given issue or pull request. */
|
|
2640
|
-
BaseRefChangedEvent = 'BASE_REF_CHANGED_EVENT',
|
|
2641
|
-
/** Represents a 'base_ref_deleted' event on a given pull request. */
|
|
2642
|
-
BaseRefDeletedEvent = 'BASE_REF_DELETED_EVENT',
|
|
2643
|
-
/** Represents a 'base_ref_force_pushed' event on a given pull request. */
|
|
2644
|
-
BaseRefForcePushedEvent = 'BASE_REF_FORCE_PUSHED_EVENT',
|
|
2645
|
-
/** Represents a 'closed' event on any `Closable`. */
|
|
2646
|
-
ClosedEvent = 'CLOSED_EVENT',
|
|
2647
|
-
/** Represents a 'comment_deleted' event on a given issue or pull request. */
|
|
2648
|
-
CommentDeletedEvent = 'COMMENT_DELETED_EVENT',
|
|
2649
|
-
/** Represents a 'connected' event on a given issue or pull request. */
|
|
2650
|
-
ConnectedEvent = 'CONNECTED_EVENT',
|
|
2651
|
-
/** Represents a 'converted_note_to_issue' event on a given issue or pull request. */
|
|
2652
|
-
ConvertedNoteToIssueEvent = 'CONVERTED_NOTE_TO_ISSUE_EVENT',
|
|
2653
|
-
/** Represents a 'convert_to_draft' event on a given pull request. */
|
|
2654
|
-
ConvertToDraftEvent = 'CONVERT_TO_DRAFT_EVENT',
|
|
2655
|
-
/** Represents a mention made by one issue or pull request to another. */
|
|
2656
|
-
CrossReferencedEvent = 'CROSS_REFERENCED_EVENT',
|
|
2657
|
-
/** Represents a 'demilestoned' event on a given issue or pull request. */
|
|
2658
|
-
DemilestonedEvent = 'DEMILESTONED_EVENT',
|
|
2659
|
-
/** Represents a 'deployed' event on a given pull request. */
|
|
2660
|
-
DeployedEvent = 'DEPLOYED_EVENT',
|
|
2661
|
-
/** Represents a 'deployment_environment_changed' event on a given pull request. */
|
|
2662
|
-
DeploymentEnvironmentChangedEvent = 'DEPLOYMENT_ENVIRONMENT_CHANGED_EVENT',
|
|
2663
|
-
/** Represents a 'disconnected' event on a given issue or pull request. */
|
|
2664
|
-
DisconnectedEvent = 'DISCONNECTED_EVENT',
|
|
2665
|
-
/** Represents a 'head_ref_deleted' event on a given pull request. */
|
|
2666
|
-
HeadRefDeletedEvent = 'HEAD_REF_DELETED_EVENT',
|
|
2667
|
-
/** Represents a 'head_ref_force_pushed' event on a given pull request. */
|
|
2668
|
-
HeadRefForcePushedEvent = 'HEAD_REF_FORCE_PUSHED_EVENT',
|
|
2669
|
-
/** Represents a 'head_ref_restored' event on a given pull request. */
|
|
2670
|
-
HeadRefRestoredEvent = 'HEAD_REF_RESTORED_EVENT',
|
|
2671
|
-
/** Represents a comment on an Issue. */
|
|
2672
|
-
IssueComment = 'ISSUE_COMMENT',
|
|
2673
|
-
/** Represents a 'labeled' event on a given issue or pull request. */
|
|
2674
|
-
LabeledEvent = 'LABELED_EVENT',
|
|
2675
|
-
/** Represents a 'locked' event on a given issue or pull request. */
|
|
2676
|
-
LockedEvent = 'LOCKED_EVENT',
|
|
2677
|
-
/** Represents a 'marked_as_duplicate' event on a given issue or pull request. */
|
|
2678
|
-
MarkedAsDuplicateEvent = 'MARKED_AS_DUPLICATE_EVENT',
|
|
2679
|
-
/** Represents a 'mentioned' event on a given issue or pull request. */
|
|
2680
|
-
MentionedEvent = 'MENTIONED_EVENT',
|
|
2681
|
-
/** Represents a 'merged' event on a given pull request. */
|
|
2682
|
-
MergedEvent = 'MERGED_EVENT',
|
|
2683
|
-
/** Represents a 'milestoned' event on a given issue or pull request. */
|
|
2684
|
-
MilestonedEvent = 'MILESTONED_EVENT',
|
|
2685
|
-
/** Represents a 'moved_columns_in_project' event on a given issue or pull request. */
|
|
2686
|
-
MovedColumnsInProjectEvent = 'MOVED_COLUMNS_IN_PROJECT_EVENT',
|
|
2687
|
-
/** Represents a 'pinned' event on a given issue or pull request. */
|
|
2688
|
-
PinnedEvent = 'PINNED_EVENT',
|
|
2689
|
-
/** Represents a Git commit part of a pull request. */
|
|
2690
|
-
PullRequestCommit = 'PULL_REQUEST_COMMIT',
|
|
2691
|
-
/** Represents a commit comment thread part of a pull request. */
|
|
2692
|
-
PullRequestCommitCommentThread = 'PULL_REQUEST_COMMIT_COMMENT_THREAD',
|
|
2693
|
-
/** A review object for a given pull request. */
|
|
2694
|
-
PullRequestReview = 'PULL_REQUEST_REVIEW',
|
|
2695
|
-
/** A threaded list of comments for a given pull request. */
|
|
2696
|
-
PullRequestReviewThread = 'PULL_REQUEST_REVIEW_THREAD',
|
|
2697
|
-
/** Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits. */
|
|
2698
|
-
PullRequestRevisionMarker = 'PULL_REQUEST_REVISION_MARKER',
|
|
2699
|
-
/** Represents a 'ready_for_review' event on a given pull request. */
|
|
2700
|
-
ReadyForReviewEvent = 'READY_FOR_REVIEW_EVENT',
|
|
2701
|
-
/** Represents a 'referenced' event on a given `ReferencedSubject`. */
|
|
2702
|
-
ReferencedEvent = 'REFERENCED_EVENT',
|
|
2703
|
-
/** Represents a 'removed_from_project' event on a given issue or pull request. */
|
|
2704
|
-
RemovedFromProjectEvent = 'REMOVED_FROM_PROJECT_EVENT',
|
|
2705
|
-
/** Represents a 'renamed' event on a given issue or pull request */
|
|
2706
|
-
RenamedTitleEvent = 'RENAMED_TITLE_EVENT',
|
|
2707
|
-
/** Represents a 'reopened' event on any `Closable`. */
|
|
2708
|
-
ReopenedEvent = 'REOPENED_EVENT',
|
|
2709
|
-
/** Represents a 'review_dismissed' event on a given issue or pull request. */
|
|
2710
|
-
ReviewDismissedEvent = 'REVIEW_DISMISSED_EVENT',
|
|
2711
|
-
/** Represents an 'review_requested' event on a given pull request. */
|
|
2712
|
-
ReviewRequestedEvent = 'REVIEW_REQUESTED_EVENT',
|
|
2713
|
-
/** Represents an 'review_request_removed' event on a given pull request. */
|
|
2714
|
-
ReviewRequestRemovedEvent = 'REVIEW_REQUEST_REMOVED_EVENT',
|
|
2715
|
-
/** Represents a 'subscribed' event on a given `Subscribable`. */
|
|
2716
|
-
SubscribedEvent = 'SUBSCRIBED_EVENT',
|
|
2717
|
-
/** Represents a 'transferred' event on a given issue or pull request. */
|
|
2718
|
-
TransferredEvent = 'TRANSFERRED_EVENT',
|
|
2719
|
-
/** Represents an 'unassigned' event on any assignable object. */
|
|
2720
|
-
UnassignedEvent = 'UNASSIGNED_EVENT',
|
|
2721
|
-
/** Represents an 'unlabeled' event on a given issue or pull request. */
|
|
2722
|
-
UnlabeledEvent = 'UNLABELED_EVENT',
|
|
2723
|
-
/** Represents an 'unlocked' event on a given issue or pull request. */
|
|
2724
|
-
UnlockedEvent = 'UNLOCKED_EVENT',
|
|
2725
|
-
/** Represents an 'unmarked_as_duplicate' event on a given issue or pull request. */
|
|
2726
|
-
UnmarkedAsDuplicateEvent = 'UNMARKED_AS_DUPLICATE_EVENT',
|
|
2727
|
-
/** Represents an 'unpinned' event on a given issue or pull request. */
|
|
2728
|
-
UnpinnedEvent = 'UNPINNED_EVENT',
|
|
2729
|
-
/** Represents an 'unsubscribed' event on a given `Subscribable`. */
|
|
2730
|
-
UnsubscribedEvent = 'UNSUBSCRIBED_EVENT',
|
|
2731
|
-
/** Represents a 'user_blocked' event on a given user. */
|
|
2732
|
-
UserBlockedEvent = 'USER_BLOCKED_EVENT'
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
/** The possible target states when updating a pull request. */
|
|
2736
|
-
export enum PullRequestUpdateState {
|
|
2737
|
-
/** A pull request that has been closed without being merged. */
|
|
2738
|
-
Closed = 'CLOSED',
|
|
2739
|
-
/** A pull request that is still open. */
|
|
2740
|
-
Open = 'OPEN'
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
/** Emojis that can be attached to Issues, Pull Requests and Comments. */
|
|
2744
|
-
export enum ReactionContent {
|
|
2745
|
-
/** Represents the `:confused:` emoji. */
|
|
2746
|
-
Confused = 'CONFUSED',
|
|
2747
|
-
/** Represents the `:eyes:` emoji. */
|
|
2748
|
-
Eyes = 'EYES',
|
|
2749
|
-
/** Represents the `:heart:` emoji. */
|
|
2750
|
-
Heart = 'HEART',
|
|
2751
|
-
/** Represents the `:hooray:` emoji. */
|
|
2752
|
-
Hooray = 'HOORAY',
|
|
2753
|
-
/** Represents the `:laugh:` emoji. */
|
|
2754
|
-
Laugh = 'LAUGH',
|
|
2755
|
-
/** Represents the `:rocket:` emoji. */
|
|
2756
|
-
Rocket = 'ROCKET',
|
|
2757
|
-
/** Represents the `:-1:` emoji. */
|
|
2758
|
-
ThumbsDown = 'THUMBS_DOWN',
|
|
2759
|
-
/** Represents the `:+1:` emoji. */
|
|
2760
|
-
ThumbsUp = 'THUMBS_UP'
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
/** Ways in which lists of reactions can be ordered upon return. */
|
|
2764
|
-
export type ReactionOrder = {
|
|
2765
|
-
/** The direction in which to order reactions by the specified field. */
|
|
2766
|
-
direction: OrderDirection;
|
|
2767
|
-
/** The field in which to order reactions by. */
|
|
2768
|
-
field: ReactionOrderField;
|
|
2769
|
-
};
|
|
2770
|
-
|
|
2771
|
-
/** A list of fields that reactions can be ordered by. */
|
|
2772
|
-
export enum ReactionOrderField {
|
|
2773
|
-
/** Allows ordering a list of reactions by when they were created. */
|
|
2774
|
-
CreatedAt = 'CREATED_AT'
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
/** Ways in which lists of git refs can be ordered upon return. */
|
|
2778
|
-
export type RefOrder = {
|
|
2779
|
-
/** The direction in which to order refs by the specified field. */
|
|
2780
|
-
direction: OrderDirection;
|
|
2781
|
-
/** The field in which to order refs by. */
|
|
2782
|
-
field: RefOrderField;
|
|
2783
|
-
};
|
|
2784
|
-
|
|
2785
|
-
/** Properties by which ref connections can be ordered. */
|
|
2786
|
-
export enum RefOrderField {
|
|
2787
|
-
/** Order refs by their alphanumeric name */
|
|
2788
|
-
Alphabetical = 'ALPHABETICAL',
|
|
2789
|
-
/** Order refs by underlying commit date if the ref prefix is refs/tags/ */
|
|
2790
|
-
TagCommitDate = 'TAG_COMMIT_DATE'
|
|
2791
|
-
}
|
|
2792
|
-
|
|
2793
|
-
/** Autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes */
|
|
2794
|
-
export type RegenerateEnterpriseIdentityProviderRecoveryCodesInput = {
|
|
2795
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2796
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2797
|
-
/** The ID of the enterprise on which to set an identity provider. */
|
|
2798
|
-
enterpriseId: Scalars['ID'];
|
|
2799
|
-
};
|
|
2800
|
-
|
|
2801
|
-
/** Autogenerated input type of RegenerateVerifiableDomainToken */
|
|
2802
|
-
export type RegenerateVerifiableDomainTokenInput = {
|
|
2803
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2804
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2805
|
-
/** The ID of the verifiable domain to regenerate the verification token of. */
|
|
2806
|
-
id: Scalars['ID'];
|
|
2807
|
-
};
|
|
2808
|
-
|
|
2809
|
-
/** Autogenerated input type of RejectDeployments */
|
|
2810
|
-
export type RejectDeploymentsInput = {
|
|
2811
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2812
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2813
|
-
/** Optional comment for rejecting deployments */
|
|
2814
|
-
comment?: InputMaybe<Scalars['String']>;
|
|
2815
|
-
/** The ids of environments to reject deployments */
|
|
2816
|
-
environmentIds: Array<Scalars['ID']>;
|
|
2817
|
-
/** The node ID of the workflow run containing the pending deployments. */
|
|
2818
|
-
workflowRunId: Scalars['ID'];
|
|
2819
|
-
};
|
|
2820
|
-
|
|
2821
|
-
/** Ways in which lists of releases can be ordered upon return. */
|
|
2822
|
-
export type ReleaseOrder = {
|
|
2823
|
-
/** The direction in which to order releases by the specified field. */
|
|
2824
|
-
direction: OrderDirection;
|
|
2825
|
-
/** The field in which to order releases by. */
|
|
2826
|
-
field: ReleaseOrderField;
|
|
2827
|
-
};
|
|
2828
|
-
|
|
2829
|
-
/** Properties by which release connections can be ordered. */
|
|
2830
|
-
export enum ReleaseOrderField {
|
|
2831
|
-
/** Order releases by creation time */
|
|
2832
|
-
CreatedAt = 'CREATED_AT',
|
|
2833
|
-
/** Order releases alphabetically by name */
|
|
2834
|
-
Name = 'NAME'
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
/** Autogenerated input type of RemoveAssigneesFromAssignable */
|
|
2838
|
-
export type RemoveAssigneesFromAssignableInput = {
|
|
2839
|
-
/** The id of the assignable object to remove assignees from. */
|
|
2840
|
-
assignableId: Scalars['ID'];
|
|
2841
|
-
/** The id of users to remove as assignees. */
|
|
2842
|
-
assigneeIds: Array<Scalars['ID']>;
|
|
2843
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2844
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2845
|
-
};
|
|
2846
|
-
|
|
2847
|
-
/** Autogenerated input type of RemoveEnterpriseAdmin */
|
|
2848
|
-
export type RemoveEnterpriseAdminInput = {
|
|
2849
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2850
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2851
|
-
/** The Enterprise ID from which to remove the administrator. */
|
|
2852
|
-
enterpriseId: Scalars['ID'];
|
|
2853
|
-
/** The login of the user to remove as an administrator. */
|
|
2854
|
-
login: Scalars['String'];
|
|
2855
|
-
};
|
|
2856
|
-
|
|
2857
|
-
/** Autogenerated input type of RemoveEnterpriseIdentityProvider */
|
|
2858
|
-
export type RemoveEnterpriseIdentityProviderInput = {
|
|
2859
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2860
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2861
|
-
/** The ID of the enterprise from which to remove the identity provider. */
|
|
2862
|
-
enterpriseId: Scalars['ID'];
|
|
2863
|
-
};
|
|
2864
|
-
|
|
2865
|
-
/** Autogenerated input type of RemoveEnterpriseOrganization */
|
|
2866
|
-
export type RemoveEnterpriseOrganizationInput = {
|
|
2867
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2868
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2869
|
-
/** The ID of the enterprise from which the organization should be removed. */
|
|
2870
|
-
enterpriseId: Scalars['ID'];
|
|
2871
|
-
/** The ID of the organization to remove from the enterprise. */
|
|
2872
|
-
organizationId: Scalars['ID'];
|
|
2873
|
-
};
|
|
2874
|
-
|
|
2875
|
-
/** Autogenerated input type of RemoveEnterpriseSupportEntitlement */
|
|
2876
|
-
export type RemoveEnterpriseSupportEntitlementInput = {
|
|
2877
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2878
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2879
|
-
/** The ID of the Enterprise which the admin belongs to. */
|
|
2880
|
-
enterpriseId: Scalars['ID'];
|
|
2881
|
-
/** The login of a member who will lose the support entitlement. */
|
|
2882
|
-
login: Scalars['String'];
|
|
2883
|
-
};
|
|
2884
|
-
|
|
2885
|
-
/** Autogenerated input type of RemoveLabelsFromLabelable */
|
|
2886
|
-
export type RemoveLabelsFromLabelableInput = {
|
|
2887
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2888
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2889
|
-
/** The ids of labels to remove. */
|
|
2890
|
-
labelIds: Array<Scalars['ID']>;
|
|
2891
|
-
/** The id of the Labelable to remove labels from. */
|
|
2892
|
-
labelableId: Scalars['ID'];
|
|
2893
|
-
};
|
|
2894
|
-
|
|
2895
|
-
/** Autogenerated input type of RemoveOutsideCollaborator */
|
|
2896
|
-
export type RemoveOutsideCollaboratorInput = {
|
|
2897
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2898
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2899
|
-
/** The ID of the organization to remove the outside collaborator from. */
|
|
2900
|
-
organizationId: Scalars['ID'];
|
|
2901
|
-
/** The ID of the outside collaborator to remove. */
|
|
2902
|
-
userId: Scalars['ID'];
|
|
2903
|
-
};
|
|
2904
|
-
|
|
2905
|
-
/** Autogenerated input type of RemoveReaction */
|
|
2906
|
-
export type RemoveReactionInput = {
|
|
2907
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2908
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2909
|
-
/** The name of the emoji reaction to remove. */
|
|
2910
|
-
content: ReactionContent;
|
|
2911
|
-
/** The Node ID of the subject to modify. */
|
|
2912
|
-
subjectId: Scalars['ID'];
|
|
2913
|
-
};
|
|
2914
|
-
|
|
2915
|
-
/** Autogenerated input type of RemoveStar */
|
|
2916
|
-
export type RemoveStarInput = {
|
|
2917
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2918
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2919
|
-
/** The Starrable ID to unstar. */
|
|
2920
|
-
starrableId: Scalars['ID'];
|
|
2921
|
-
};
|
|
2922
|
-
|
|
2923
|
-
/** Autogenerated input type of RemoveUpvote */
|
|
2924
|
-
export type RemoveUpvoteInput = {
|
|
2925
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2926
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2927
|
-
/** The Node ID of the discussion or comment to remove upvote. */
|
|
2928
|
-
subjectId: Scalars['ID'];
|
|
2929
|
-
};
|
|
2930
|
-
|
|
2931
|
-
/** Autogenerated input type of ReopenIssue */
|
|
2932
|
-
export type ReopenIssueInput = {
|
|
2933
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2934
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2935
|
-
/** ID of the issue to be opened. */
|
|
2936
|
-
issueId: Scalars['ID'];
|
|
2937
|
-
};
|
|
2938
|
-
|
|
2939
|
-
/** Autogenerated input type of ReopenPullRequest */
|
|
2940
|
-
export type ReopenPullRequestInput = {
|
|
2941
|
-
/** A unique identifier for the client performing the mutation. */
|
|
2942
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
2943
|
-
/** ID of the pull request to be reopened. */
|
|
2944
|
-
pullRequestId: Scalars['ID'];
|
|
2945
|
-
};
|
|
2946
|
-
|
|
2947
|
-
/** The privacy of a repository */
|
|
2948
|
-
export enum RepoAccessAuditEntryVisibility {
|
|
2949
|
-
/** The repository is visible only to users in the same business. */
|
|
2950
|
-
Internal = 'INTERNAL',
|
|
2951
|
-
/** The repository is visible only to those with explicit access. */
|
|
2952
|
-
Private = 'PRIVATE',
|
|
2953
|
-
/** The repository is visible to everyone. */
|
|
2954
|
-
Public = 'PUBLIC'
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
|
-
/** The privacy of a repository */
|
|
2958
|
-
export enum RepoAddMemberAuditEntryVisibility {
|
|
2959
|
-
/** The repository is visible only to users in the same business. */
|
|
2960
|
-
Internal = 'INTERNAL',
|
|
2961
|
-
/** The repository is visible only to those with explicit access. */
|
|
2962
|
-
Private = 'PRIVATE',
|
|
2963
|
-
/** The repository is visible to everyone. */
|
|
2964
|
-
Public = 'PUBLIC'
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
/** The privacy of a repository */
|
|
2968
|
-
export enum RepoArchivedAuditEntryVisibility {
|
|
2969
|
-
/** The repository is visible only to users in the same business. */
|
|
2970
|
-
Internal = 'INTERNAL',
|
|
2971
|
-
/** The repository is visible only to those with explicit access. */
|
|
2972
|
-
Private = 'PRIVATE',
|
|
2973
|
-
/** The repository is visible to everyone. */
|
|
2974
|
-
Public = 'PUBLIC'
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
/** The merge options available for pull requests to this repository. */
|
|
2978
|
-
export enum RepoChangeMergeSettingAuditEntryMergeType {
|
|
2979
|
-
/** The pull request is added to the base branch in a merge commit. */
|
|
2980
|
-
Merge = 'MERGE',
|
|
2981
|
-
/** Commits from the pull request are added onto the base branch individually without a merge commit. */
|
|
2982
|
-
Rebase = 'REBASE',
|
|
2983
|
-
/** The pull request's commits are squashed into a single commit before they are merged to the base branch. */
|
|
2984
|
-
Squash = 'SQUASH'
|
|
2985
|
-
}
|
|
2986
|
-
|
|
2987
|
-
/** The privacy of a repository */
|
|
2988
|
-
export enum RepoCreateAuditEntryVisibility {
|
|
2989
|
-
/** The repository is visible only to users in the same business. */
|
|
2990
|
-
Internal = 'INTERNAL',
|
|
2991
|
-
/** The repository is visible only to those with explicit access. */
|
|
2992
|
-
Private = 'PRIVATE',
|
|
2993
|
-
/** The repository is visible to everyone. */
|
|
2994
|
-
Public = 'PUBLIC'
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
|
-
/** The privacy of a repository */
|
|
2998
|
-
export enum RepoDestroyAuditEntryVisibility {
|
|
2999
|
-
/** The repository is visible only to users in the same business. */
|
|
3000
|
-
Internal = 'INTERNAL',
|
|
3001
|
-
/** The repository is visible only to those with explicit access. */
|
|
3002
|
-
Private = 'PRIVATE',
|
|
3003
|
-
/** The repository is visible to everyone. */
|
|
3004
|
-
Public = 'PUBLIC'
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
/** The privacy of a repository */
|
|
3008
|
-
export enum RepoRemoveMemberAuditEntryVisibility {
|
|
3009
|
-
/** The repository is visible only to users in the same business. */
|
|
3010
|
-
Internal = 'INTERNAL',
|
|
3011
|
-
/** The repository is visible only to those with explicit access. */
|
|
3012
|
-
Private = 'PRIVATE',
|
|
3013
|
-
/** The repository is visible to everyone. */
|
|
3014
|
-
Public = 'PUBLIC'
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
/** The reasons a piece of content can be reported or minimized. */
|
|
3018
|
-
export enum ReportedContentClassifiers {
|
|
3019
|
-
/** An abusive or harassing piece of content */
|
|
3020
|
-
Abuse = 'ABUSE',
|
|
3021
|
-
/** A duplicated piece of content */
|
|
3022
|
-
Duplicate = 'DUPLICATE',
|
|
3023
|
-
/** An irrelevant piece of content */
|
|
3024
|
-
OffTopic = 'OFF_TOPIC',
|
|
3025
|
-
/** An outdated piece of content */
|
|
3026
|
-
Outdated = 'OUTDATED',
|
|
3027
|
-
/** The content has been resolved */
|
|
3028
|
-
Resolved = 'RESOLVED',
|
|
3029
|
-
/** A spammy piece of content */
|
|
3030
|
-
Spam = 'SPAM'
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
|
-
/** The affiliation of a user to a repository */
|
|
3034
|
-
export enum RepositoryAffiliation {
|
|
3035
|
-
/** Repositories that the user has been added to as a collaborator. */
|
|
3036
|
-
Collaborator = 'COLLABORATOR',
|
|
3037
|
-
/**
|
|
3038
|
-
* Repositories that the user has access to through being a member of an
|
|
3039
|
-
* organization. This includes every repository on every team that the user is on.
|
|
3040
|
-
*/
|
|
3041
|
-
OrganizationMember = 'ORGANIZATION_MEMBER',
|
|
3042
|
-
/** Repositories that are owned by the authenticated user. */
|
|
3043
|
-
Owner = 'OWNER'
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
/** The reason a repository is listed as 'contributed'. */
|
|
3047
|
-
export enum RepositoryContributionType {
|
|
3048
|
-
/** Created a commit */
|
|
3049
|
-
Commit = 'COMMIT',
|
|
3050
|
-
/** Created an issue */
|
|
3051
|
-
Issue = 'ISSUE',
|
|
3052
|
-
/** Created a pull request */
|
|
3053
|
-
PullRequest = 'PULL_REQUEST',
|
|
3054
|
-
/** Reviewed a pull request */
|
|
3055
|
-
PullRequestReview = 'PULL_REQUEST_REVIEW',
|
|
3056
|
-
/** Created the repository */
|
|
3057
|
-
Repository = 'REPOSITORY'
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
/** A repository interaction limit. */
|
|
3061
|
-
export enum RepositoryInteractionLimit {
|
|
3062
|
-
/** Users that are not collaborators will not be able to interact with the repository. */
|
|
3063
|
-
CollaboratorsOnly = 'COLLABORATORS_ONLY',
|
|
3064
|
-
/** Users that have not previously committed to a repository’s default branch will be unable to interact with the repository. */
|
|
3065
|
-
ContributorsOnly = 'CONTRIBUTORS_ONLY',
|
|
3066
|
-
/** Users that have recently created their account will be unable to interact with the repository. */
|
|
3067
|
-
ExistingUsers = 'EXISTING_USERS',
|
|
3068
|
-
/** No interaction limits are enabled. */
|
|
3069
|
-
NoLimit = 'NO_LIMIT'
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
/** The length for a repository interaction limit to be enabled for. */
|
|
3073
|
-
export enum RepositoryInteractionLimitExpiry {
|
|
3074
|
-
/** The interaction limit will expire after 1 day. */
|
|
3075
|
-
OneDay = 'ONE_DAY',
|
|
3076
|
-
/** The interaction limit will expire after 1 month. */
|
|
3077
|
-
OneMonth = 'ONE_MONTH',
|
|
3078
|
-
/** The interaction limit will expire after 1 week. */
|
|
3079
|
-
OneWeek = 'ONE_WEEK',
|
|
3080
|
-
/** The interaction limit will expire after 6 months. */
|
|
3081
|
-
SixMonths = 'SIX_MONTHS',
|
|
3082
|
-
/** The interaction limit will expire after 3 days. */
|
|
3083
|
-
ThreeDays = 'THREE_DAYS'
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
/** Indicates where an interaction limit is configured. */
|
|
3087
|
-
export enum RepositoryInteractionLimitOrigin {
|
|
3088
|
-
/** A limit that is configured at the organization level. */
|
|
3089
|
-
Organization = 'ORGANIZATION',
|
|
3090
|
-
/** A limit that is configured at the repository level. */
|
|
3091
|
-
Repository = 'REPOSITORY',
|
|
3092
|
-
/** A limit that is configured at the user-wide level. */
|
|
3093
|
-
User = 'USER'
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
/** Ordering options for repository invitation connections. */
|
|
3097
|
-
export type RepositoryInvitationOrder = {
|
|
3098
|
-
/** The ordering direction. */
|
|
3099
|
-
direction: OrderDirection;
|
|
3100
|
-
/** The field to order repository invitations by. */
|
|
3101
|
-
field: RepositoryInvitationOrderField;
|
|
3102
|
-
};
|
|
3103
|
-
|
|
3104
|
-
/** Properties by which repository invitation connections can be ordered. */
|
|
3105
|
-
export enum RepositoryInvitationOrderField {
|
|
3106
|
-
/** Order repository invitations by creation time */
|
|
3107
|
-
CreatedAt = 'CREATED_AT',
|
|
3108
|
-
/** Order repository invitations by invitee login */
|
|
3109
|
-
InviteeLogin = 'INVITEE_LOGIN'
|
|
3110
|
-
}
|
|
3111
|
-
|
|
3112
|
-
/** The possible reasons a given repository could be in a locked state. */
|
|
3113
|
-
export enum RepositoryLockReason {
|
|
3114
|
-
/** The repository is locked due to a billing related reason. */
|
|
3115
|
-
Billing = 'BILLING',
|
|
3116
|
-
/** The repository is locked due to a migration. */
|
|
3117
|
-
Migrating = 'MIGRATING',
|
|
3118
|
-
/** The repository is locked due to a move. */
|
|
3119
|
-
Moving = 'MOVING',
|
|
3120
|
-
/** The repository is locked due to a rename. */
|
|
3121
|
-
Rename = 'RENAME'
|
|
3122
|
-
}
|
|
3123
|
-
|
|
3124
|
-
/** Ordering options for repository connections */
|
|
3125
|
-
export type RepositoryOrder = {
|
|
3126
|
-
/** The ordering direction. */
|
|
3127
|
-
direction: OrderDirection;
|
|
3128
|
-
/** The field to order repositories by. */
|
|
3129
|
-
field: RepositoryOrderField;
|
|
3130
|
-
};
|
|
3131
|
-
|
|
3132
|
-
/** Properties by which repository connections can be ordered. */
|
|
3133
|
-
export enum RepositoryOrderField {
|
|
3134
|
-
/** Order repositories by creation time */
|
|
3135
|
-
CreatedAt = 'CREATED_AT',
|
|
3136
|
-
/** Order repositories by name */
|
|
3137
|
-
Name = 'NAME',
|
|
3138
|
-
/** Order repositories by push time */
|
|
3139
|
-
PushedAt = 'PUSHED_AT',
|
|
3140
|
-
/** Order repositories by number of stargazers */
|
|
3141
|
-
Stargazers = 'STARGAZERS',
|
|
3142
|
-
/** Order repositories by update time */
|
|
3143
|
-
UpdatedAt = 'UPDATED_AT'
|
|
3144
|
-
}
|
|
3145
|
-
|
|
3146
|
-
/** The access level to a repository */
|
|
3147
|
-
export enum RepositoryPermission {
|
|
3148
|
-
/**
|
|
3149
|
-
* Can read, clone, and push to this repository. Can also manage issues, pull
|
|
3150
|
-
* requests, and repository settings, including adding collaborators
|
|
3151
|
-
*/
|
|
3152
|
-
Admin = 'ADMIN',
|
|
3153
|
-
/** Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings */
|
|
3154
|
-
Maintain = 'MAINTAIN',
|
|
3155
|
-
/** Can read and clone this repository. Can also open and comment on issues and pull requests */
|
|
3156
|
-
Read = 'READ',
|
|
3157
|
-
/** Can read and clone this repository. Can also manage issues and pull requests */
|
|
3158
|
-
Triage = 'TRIAGE',
|
|
3159
|
-
/** Can read, clone, and push to this repository. Can also manage issues and pull requests */
|
|
3160
|
-
Write = 'WRITE'
|
|
3161
|
-
}
|
|
3162
|
-
|
|
3163
|
-
/** The privacy of a repository */
|
|
3164
|
-
export enum RepositoryPrivacy {
|
|
3165
|
-
/** Private */
|
|
3166
|
-
Private = 'PRIVATE',
|
|
3167
|
-
/** Public */
|
|
3168
|
-
Public = 'PUBLIC'
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
|
-
/** The repository's visibility level. */
|
|
3172
|
-
export enum RepositoryVisibility {
|
|
3173
|
-
/** The repository is visible only to users in the same business. */
|
|
3174
|
-
Internal = 'INTERNAL',
|
|
3175
|
-
/** The repository is visible only to those with explicit access. */
|
|
3176
|
-
Private = 'PRIVATE',
|
|
3177
|
-
/** The repository is visible to everyone. */
|
|
3178
|
-
Public = 'PUBLIC'
|
|
3179
|
-
}
|
|
3180
|
-
|
|
3181
|
-
/** Autogenerated input type of RequestReviews */
|
|
3182
|
-
export type RequestReviewsInput = {
|
|
3183
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3184
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3185
|
-
/** The Node ID of the pull request to modify. */
|
|
3186
|
-
pullRequestId: Scalars['ID'];
|
|
3187
|
-
/** The Node IDs of the team to request. */
|
|
3188
|
-
teamIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
3189
|
-
/** Add users to the set rather than replace. */
|
|
3190
|
-
union?: InputMaybe<Scalars['Boolean']>;
|
|
3191
|
-
/** The Node IDs of the user to request. */
|
|
3192
|
-
userIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
3193
|
-
};
|
|
3194
|
-
|
|
3195
|
-
/** The possible states that can be requested when creating a check run. */
|
|
3196
|
-
export enum RequestableCheckStatusState {
|
|
3197
|
-
/** The check suite or run has been completed. */
|
|
3198
|
-
Completed = 'COMPLETED',
|
|
3199
|
-
/** The check suite or run is in progress. */
|
|
3200
|
-
InProgress = 'IN_PROGRESS',
|
|
3201
|
-
/** The check suite or run is in pending state. */
|
|
3202
|
-
Pending = 'PENDING',
|
|
3203
|
-
/** The check suite or run has been queued. */
|
|
3204
|
-
Queued = 'QUEUED',
|
|
3205
|
-
/** The check suite or run is in waiting state. */
|
|
3206
|
-
Waiting = 'WAITING'
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
/** Autogenerated input type of RerequestCheckSuite */
|
|
3210
|
-
export type RerequestCheckSuiteInput = {
|
|
3211
|
-
/** The Node ID of the check suite. */
|
|
3212
|
-
checkSuiteId: Scalars['ID'];
|
|
3213
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3214
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3215
|
-
/** The Node ID of the repository. */
|
|
3216
|
-
repositoryId: Scalars['ID'];
|
|
3217
|
-
};
|
|
3218
|
-
|
|
3219
|
-
/** Autogenerated input type of ResolveReviewThread */
|
|
3220
|
-
export type ResolveReviewThreadInput = {
|
|
3221
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3222
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3223
|
-
/** The ID of the thread to resolve */
|
|
3224
|
-
threadId: Scalars['ID'];
|
|
3225
|
-
};
|
|
3226
|
-
|
|
3227
|
-
/** The possible digest algorithms used to sign SAML requests for an identity provider. */
|
|
3228
|
-
export enum SamlDigestAlgorithm {
|
|
3229
|
-
/** SHA1 */
|
|
3230
|
-
Sha1 = 'SHA1',
|
|
3231
|
-
/** SHA256 */
|
|
3232
|
-
Sha256 = 'SHA256',
|
|
3233
|
-
/** SHA384 */
|
|
3234
|
-
Sha384 = 'SHA384',
|
|
3235
|
-
/** SHA512 */
|
|
3236
|
-
Sha512 = 'SHA512'
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
/** The possible signature algorithms used to sign SAML requests for a Identity Provider. */
|
|
3240
|
-
export enum SamlSignatureAlgorithm {
|
|
3241
|
-
/** RSA-SHA1 */
|
|
3242
|
-
RsaSha1 = 'RSA_SHA1',
|
|
3243
|
-
/** RSA-SHA256 */
|
|
3244
|
-
RsaSha256 = 'RSA_SHA256',
|
|
3245
|
-
/** RSA-SHA384 */
|
|
3246
|
-
RsaSha384 = 'RSA_SHA384',
|
|
3247
|
-
/** RSA-SHA512 */
|
|
3248
|
-
RsaSha512 = 'RSA_SHA512'
|
|
3249
|
-
}
|
|
3250
|
-
|
|
3251
|
-
/** Ordering options for saved reply connections. */
|
|
3252
|
-
export type SavedReplyOrder = {
|
|
3253
|
-
/** The ordering direction. */
|
|
3254
|
-
direction: OrderDirection;
|
|
3255
|
-
/** The field to order saved replies by. */
|
|
3256
|
-
field: SavedReplyOrderField;
|
|
3257
|
-
};
|
|
3258
|
-
|
|
3259
|
-
/** Properties by which saved reply connections can be ordered. */
|
|
3260
|
-
export enum SavedReplyOrderField {
|
|
3261
|
-
/** Order saved reply by when they were updated. */
|
|
3262
|
-
UpdatedAt = 'UPDATED_AT'
|
|
3263
|
-
}
|
|
3264
|
-
|
|
3265
|
-
/** Represents the individual results of a search. */
|
|
3266
|
-
export enum SearchType {
|
|
3267
|
-
/** Returns matching discussions in repositories. */
|
|
3268
|
-
Discussion = 'DISCUSSION',
|
|
3269
|
-
/** Returns results matching issues in repositories. */
|
|
3270
|
-
Issue = 'ISSUE',
|
|
3271
|
-
/** Returns results matching repositories. */
|
|
3272
|
-
Repository = 'REPOSITORY',
|
|
3273
|
-
/** Returns results matching users and organizations on GitHub. */
|
|
3274
|
-
User = 'USER'
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
|
-
/** The possible ecosystems of a security vulnerability's package. */
|
|
3278
|
-
export enum SecurityAdvisoryEcosystem {
|
|
3279
|
-
/** PHP packages hosted at packagist.org */
|
|
3280
|
-
Composer = 'COMPOSER',
|
|
3281
|
-
/** Go modules */
|
|
3282
|
-
Go = 'GO',
|
|
3283
|
-
/** Java artifacts hosted at the Maven central repository */
|
|
3284
|
-
Maven = 'MAVEN',
|
|
3285
|
-
/** JavaScript packages hosted at npmjs.com */
|
|
3286
|
-
Npm = 'NPM',
|
|
3287
|
-
/** .NET packages hosted at the NuGet Gallery */
|
|
3288
|
-
Nuget = 'NUGET',
|
|
3289
|
-
/** Python packages hosted at PyPI.org */
|
|
3290
|
-
Pip = 'PIP',
|
|
3291
|
-
/** Ruby gems hosted at RubyGems.org */
|
|
3292
|
-
Rubygems = 'RUBYGEMS',
|
|
3293
|
-
/** Rust crates */
|
|
3294
|
-
Rust = 'RUST'
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
/** An advisory identifier to filter results on. */
|
|
3298
|
-
export type SecurityAdvisoryIdentifierFilter = {
|
|
3299
|
-
/** The identifier type. */
|
|
3300
|
-
type: SecurityAdvisoryIdentifierType;
|
|
3301
|
-
/** The identifier string. Supports exact or partial matching. */
|
|
3302
|
-
value: Scalars['String'];
|
|
3303
|
-
};
|
|
3304
|
-
|
|
3305
|
-
/** Identifier formats available for advisories. */
|
|
3306
|
-
export enum SecurityAdvisoryIdentifierType {
|
|
3307
|
-
/** Common Vulnerabilities and Exposures Identifier. */
|
|
3308
|
-
Cve = 'CVE',
|
|
3309
|
-
/** GitHub Security Advisory ID. */
|
|
3310
|
-
Ghsa = 'GHSA'
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
|
-
/** Ordering options for security advisory connections */
|
|
3314
|
-
export type SecurityAdvisoryOrder = {
|
|
3315
|
-
/** The ordering direction. */
|
|
3316
|
-
direction: OrderDirection;
|
|
3317
|
-
/** The field to order security advisories by. */
|
|
3318
|
-
field: SecurityAdvisoryOrderField;
|
|
3319
|
-
};
|
|
3320
|
-
|
|
3321
|
-
/** Properties by which security advisory connections can be ordered. */
|
|
3322
|
-
export enum SecurityAdvisoryOrderField {
|
|
3323
|
-
/** Order advisories by publication time */
|
|
3324
|
-
PublishedAt = 'PUBLISHED_AT',
|
|
3325
|
-
/** Order advisories by update time */
|
|
3326
|
-
UpdatedAt = 'UPDATED_AT'
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
/** Severity of the vulnerability. */
|
|
3330
|
-
export enum SecurityAdvisorySeverity {
|
|
3331
|
-
/** Critical. */
|
|
3332
|
-
Critical = 'CRITICAL',
|
|
3333
|
-
/** High. */
|
|
3334
|
-
High = 'HIGH',
|
|
3335
|
-
/** Low. */
|
|
3336
|
-
Low = 'LOW',
|
|
3337
|
-
/** Moderate. */
|
|
3338
|
-
Moderate = 'MODERATE'
|
|
3339
|
-
}
|
|
3340
|
-
|
|
3341
|
-
/** Ordering options for security vulnerability connections */
|
|
3342
|
-
export type SecurityVulnerabilityOrder = {
|
|
3343
|
-
/** The ordering direction. */
|
|
3344
|
-
direction: OrderDirection;
|
|
3345
|
-
/** The field to order security vulnerabilities by. */
|
|
3346
|
-
field: SecurityVulnerabilityOrderField;
|
|
3347
|
-
};
|
|
3348
|
-
|
|
3349
|
-
/** Properties by which security vulnerability connections can be ordered. */
|
|
3350
|
-
export enum SecurityVulnerabilityOrderField {
|
|
3351
|
-
/** Order vulnerability by update time */
|
|
3352
|
-
UpdatedAt = 'UPDATED_AT'
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
/** Autogenerated input type of SetEnterpriseIdentityProvider */
|
|
3356
|
-
export type SetEnterpriseIdentityProviderInput = {
|
|
3357
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3358
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3359
|
-
/** The digest algorithm used to sign SAML requests for the identity provider. */
|
|
3360
|
-
digestMethod: SamlDigestAlgorithm;
|
|
3361
|
-
/** The ID of the enterprise on which to set an identity provider. */
|
|
3362
|
-
enterpriseId: Scalars['ID'];
|
|
3363
|
-
/** The x509 certificate used by the identity provider to sign assertions and responses. */
|
|
3364
|
-
idpCertificate: Scalars['String'];
|
|
3365
|
-
/** The Issuer Entity ID for the SAML identity provider */
|
|
3366
|
-
issuer?: InputMaybe<Scalars['String']>;
|
|
3367
|
-
/** The signature algorithm used to sign SAML requests for the identity provider. */
|
|
3368
|
-
signatureMethod: SamlSignatureAlgorithm;
|
|
3369
|
-
/** The URL endpoint for the identity provider's SAML SSO. */
|
|
3370
|
-
ssoUrl: Scalars['URI'];
|
|
3371
|
-
};
|
|
3372
|
-
|
|
3373
|
-
/** Autogenerated input type of SetOrganizationInteractionLimit */
|
|
3374
|
-
export type SetOrganizationInteractionLimitInput = {
|
|
3375
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3376
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3377
|
-
/** When this limit should expire. */
|
|
3378
|
-
expiry?: InputMaybe<RepositoryInteractionLimitExpiry>;
|
|
3379
|
-
/** The limit to set. */
|
|
3380
|
-
limit: RepositoryInteractionLimit;
|
|
3381
|
-
/** The ID of the organization to set a limit for. */
|
|
3382
|
-
organizationId: Scalars['ID'];
|
|
3383
|
-
};
|
|
3384
|
-
|
|
3385
|
-
/** Autogenerated input type of SetRepositoryInteractionLimit */
|
|
3386
|
-
export type SetRepositoryInteractionLimitInput = {
|
|
3387
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3388
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3389
|
-
/** When this limit should expire. */
|
|
3390
|
-
expiry?: InputMaybe<RepositoryInteractionLimitExpiry>;
|
|
3391
|
-
/** The limit to set. */
|
|
3392
|
-
limit: RepositoryInteractionLimit;
|
|
3393
|
-
/** The ID of the repository to set a limit for. */
|
|
3394
|
-
repositoryId: Scalars['ID'];
|
|
3395
|
-
};
|
|
3396
|
-
|
|
3397
|
-
/** Autogenerated input type of SetUserInteractionLimit */
|
|
3398
|
-
export type SetUserInteractionLimitInput = {
|
|
3399
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3400
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3401
|
-
/** When this limit should expire. */
|
|
3402
|
-
expiry?: InputMaybe<RepositoryInteractionLimitExpiry>;
|
|
3403
|
-
/** The limit to set. */
|
|
3404
|
-
limit: RepositoryInteractionLimit;
|
|
3405
|
-
/** The ID of the user to set a limit for. */
|
|
3406
|
-
userId: Scalars['ID'];
|
|
3407
|
-
};
|
|
3408
|
-
|
|
3409
|
-
/** Ordering options for connections to get sponsor entities for GitHub Sponsors. */
|
|
3410
|
-
export type SponsorOrder = {
|
|
3411
|
-
/** The ordering direction. */
|
|
3412
|
-
direction: OrderDirection;
|
|
3413
|
-
/** The field to order sponsor entities by. */
|
|
3414
|
-
field: SponsorOrderField;
|
|
3415
|
-
};
|
|
3416
|
-
|
|
3417
|
-
/** Properties by which sponsor connections can be ordered. */
|
|
3418
|
-
export enum SponsorOrderField {
|
|
3419
|
-
/** Order sponsorable entities by login (username). */
|
|
3420
|
-
Login = 'LOGIN',
|
|
3421
|
-
/** Order sponsors by their relevance to the viewer. */
|
|
3422
|
-
Relevance = 'RELEVANCE'
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
/** Ordering options for connections to get sponsorable entities for GitHub Sponsors. */
|
|
3426
|
-
export type SponsorableOrder = {
|
|
3427
|
-
/** The ordering direction. */
|
|
3428
|
-
direction: OrderDirection;
|
|
3429
|
-
/** The field to order sponsorable entities by. */
|
|
3430
|
-
field: SponsorableOrderField;
|
|
3431
|
-
};
|
|
3432
|
-
|
|
3433
|
-
/** Properties by which sponsorable connections can be ordered. */
|
|
3434
|
-
export enum SponsorableOrderField {
|
|
3435
|
-
/** Order sponsorable entities by login (username). */
|
|
3436
|
-
Login = 'LOGIN'
|
|
3437
|
-
}
|
|
3438
|
-
|
|
3439
|
-
/** The possible actions that GitHub Sponsors activities can represent. */
|
|
3440
|
-
export enum SponsorsActivityAction {
|
|
3441
|
-
/** The activity was cancelling a sponsorship. */
|
|
3442
|
-
CancelledSponsorship = 'CANCELLED_SPONSORSHIP',
|
|
3443
|
-
/** The activity was starting a sponsorship. */
|
|
3444
|
-
NewSponsorship = 'NEW_SPONSORSHIP',
|
|
3445
|
-
/** The activity was scheduling a downgrade or cancellation. */
|
|
3446
|
-
PendingChange = 'PENDING_CHANGE',
|
|
3447
|
-
/** The activity was funds being refunded to the sponsor or GitHub. */
|
|
3448
|
-
Refund = 'REFUND',
|
|
3449
|
-
/** The activity was disabling matching for a previously matched sponsorship. */
|
|
3450
|
-
SponsorMatchDisabled = 'SPONSOR_MATCH_DISABLED',
|
|
3451
|
-
/** The activity was changing the sponsorship tier, either directly by the sponsor or by a scheduled/pending change. */
|
|
3452
|
-
TierChange = 'TIER_CHANGE'
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
|
-
/** Ordering options for GitHub Sponsors activity connections. */
|
|
3456
|
-
export type SponsorsActivityOrder = {
|
|
3457
|
-
/** The ordering direction. */
|
|
3458
|
-
direction: OrderDirection;
|
|
3459
|
-
/** The field to order activity by. */
|
|
3460
|
-
field: SponsorsActivityOrderField;
|
|
3461
|
-
};
|
|
3462
|
-
|
|
3463
|
-
/** Properties by which GitHub Sponsors activity connections can be ordered. */
|
|
3464
|
-
export enum SponsorsActivityOrderField {
|
|
3465
|
-
/** Order activities by when they happened. */
|
|
3466
|
-
Timestamp = 'TIMESTAMP'
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
/** The possible time periods for which Sponsors activities can be requested. */
|
|
3470
|
-
export enum SponsorsActivityPeriod {
|
|
3471
|
-
/** Don't restrict the activity to any date range, include all activity. */
|
|
3472
|
-
All = 'ALL',
|
|
3473
|
-
/** The previous calendar day. */
|
|
3474
|
-
Day = 'DAY',
|
|
3475
|
-
/** The previous thirty days. */
|
|
3476
|
-
Month = 'MONTH',
|
|
3477
|
-
/** The previous seven days. */
|
|
3478
|
-
Week = 'WEEK'
|
|
3479
|
-
}
|
|
3480
|
-
|
|
3481
|
-
/** The different kinds of goals a GitHub Sponsors member can have. */
|
|
3482
|
-
export enum SponsorsGoalKind {
|
|
3483
|
-
/** The goal is about getting a certain amount in USD from sponsorships each month. */
|
|
3484
|
-
MonthlySponsorshipAmount = 'MONTHLY_SPONSORSHIP_AMOUNT',
|
|
3485
|
-
/** The goal is about reaching a certain number of sponsors. */
|
|
3486
|
-
TotalSponsorsCount = 'TOTAL_SPONSORS_COUNT'
|
|
3487
|
-
}
|
|
3488
|
-
|
|
3489
|
-
/** Ordering options for Sponsors tiers connections. */
|
|
3490
|
-
export type SponsorsTierOrder = {
|
|
3491
|
-
/** The ordering direction. */
|
|
3492
|
-
direction: OrderDirection;
|
|
3493
|
-
/** The field to order tiers by. */
|
|
3494
|
-
field: SponsorsTierOrderField;
|
|
3495
|
-
};
|
|
3496
|
-
|
|
3497
|
-
/** Properties by which Sponsors tiers connections can be ordered. */
|
|
3498
|
-
export enum SponsorsTierOrderField {
|
|
3499
|
-
/** Order tiers by creation time. */
|
|
3500
|
-
CreatedAt = 'CREATED_AT',
|
|
3501
|
-
/** Order tiers by their monthly price in cents */
|
|
3502
|
-
MonthlyPriceInCents = 'MONTHLY_PRICE_IN_CENTS'
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
/** Ordering options for sponsorship newsletter connections. */
|
|
3506
|
-
export type SponsorshipNewsletterOrder = {
|
|
3507
|
-
/** The ordering direction. */
|
|
3508
|
-
direction: OrderDirection;
|
|
3509
|
-
/** The field to order sponsorship newsletters by. */
|
|
3510
|
-
field: SponsorshipNewsletterOrderField;
|
|
3511
|
-
};
|
|
3512
|
-
|
|
3513
|
-
/** Properties by which sponsorship update connections can be ordered. */
|
|
3514
|
-
export enum SponsorshipNewsletterOrderField {
|
|
3515
|
-
/** Order sponsorship newsletters by when they were created. */
|
|
3516
|
-
CreatedAt = 'CREATED_AT'
|
|
3517
|
-
}
|
|
3518
|
-
|
|
3519
|
-
/** Ordering options for sponsorship connections. */
|
|
3520
|
-
export type SponsorshipOrder = {
|
|
3521
|
-
/** The ordering direction. */
|
|
3522
|
-
direction: OrderDirection;
|
|
3523
|
-
/** The field to order sponsorship by. */
|
|
3524
|
-
field: SponsorshipOrderField;
|
|
3525
|
-
};
|
|
3526
|
-
|
|
3527
|
-
/** Properties by which sponsorship connections can be ordered. */
|
|
3528
|
-
export enum SponsorshipOrderField {
|
|
3529
|
-
/** Order sponsorship by creation time. */
|
|
3530
|
-
CreatedAt = 'CREATED_AT'
|
|
3531
|
-
}
|
|
3532
|
-
|
|
3533
|
-
/** The privacy of a sponsorship */
|
|
3534
|
-
export enum SponsorshipPrivacy {
|
|
3535
|
-
/** Private */
|
|
3536
|
-
Private = 'PRIVATE',
|
|
3537
|
-
/** Public */
|
|
3538
|
-
Public = 'PUBLIC'
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
/** Ways in which star connections can be ordered. */
|
|
3542
|
-
export type StarOrder = {
|
|
3543
|
-
/** The direction in which to order nodes. */
|
|
3544
|
-
direction: OrderDirection;
|
|
3545
|
-
/** The field in which to order nodes by. */
|
|
3546
|
-
field: StarOrderField;
|
|
3547
|
-
};
|
|
3548
|
-
|
|
3549
|
-
/** Properties by which star connections can be ordered. */
|
|
3550
|
-
export enum StarOrderField {
|
|
3551
|
-
/** Allows ordering a list of stars by when they were created. */
|
|
3552
|
-
StarredAt = 'STARRED_AT'
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
/** The possible commit status states. */
|
|
3556
|
-
export enum StatusState {
|
|
3557
|
-
/** Status is errored. */
|
|
3558
|
-
Error = 'ERROR',
|
|
3559
|
-
/** Status is expected. */
|
|
3560
|
-
Expected = 'EXPECTED',
|
|
3561
|
-
/** Status is failing. */
|
|
3562
|
-
Failure = 'FAILURE',
|
|
3563
|
-
/** Status is pending. */
|
|
3564
|
-
Pending = 'PENDING',
|
|
3565
|
-
/** Status is successful. */
|
|
3566
|
-
Success = 'SUCCESS'
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
/** Autogenerated input type of SubmitPullRequestReview */
|
|
3570
|
-
export type SubmitPullRequestReviewInput = {
|
|
3571
|
-
/** The text field to set on the Pull Request Review. */
|
|
3572
|
-
body?: InputMaybe<Scalars['String']>;
|
|
3573
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3574
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3575
|
-
/** The event to send to the Pull Request Review. */
|
|
3576
|
-
event: PullRequestReviewEvent;
|
|
3577
|
-
/** The Pull Request ID to submit any pending reviews. */
|
|
3578
|
-
pullRequestId?: InputMaybe<Scalars['ID']>;
|
|
3579
|
-
/** The Pull Request Review ID to submit. */
|
|
3580
|
-
pullRequestReviewId?: InputMaybe<Scalars['ID']>;
|
|
3581
|
-
};
|
|
3582
|
-
|
|
3583
|
-
/** The possible states of a subscription. */
|
|
3584
|
-
export enum SubscriptionState {
|
|
3585
|
-
/** The User is never notified. */
|
|
3586
|
-
Ignored = 'IGNORED',
|
|
3587
|
-
/** The User is notified of all conversations. */
|
|
3588
|
-
Subscribed = 'SUBSCRIBED',
|
|
3589
|
-
/** The User is only notified when participating or @mentioned. */
|
|
3590
|
-
Unsubscribed = 'UNSUBSCRIBED'
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
/** Ways in which team discussion comment connections can be ordered. */
|
|
3594
|
-
export type TeamDiscussionCommentOrder = {
|
|
3595
|
-
/** The direction in which to order nodes. */
|
|
3596
|
-
direction: OrderDirection;
|
|
3597
|
-
/** The field by which to order nodes. */
|
|
3598
|
-
field: TeamDiscussionCommentOrderField;
|
|
3599
|
-
};
|
|
3600
|
-
|
|
3601
|
-
/** Properties by which team discussion comment connections can be ordered. */
|
|
3602
|
-
export enum TeamDiscussionCommentOrderField {
|
|
3603
|
-
/** Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering). */
|
|
3604
|
-
Number = 'NUMBER'
|
|
3605
|
-
}
|
|
3606
|
-
|
|
3607
|
-
/** Ways in which team discussion connections can be ordered. */
|
|
3608
|
-
export type TeamDiscussionOrder = {
|
|
3609
|
-
/** The direction in which to order nodes. */
|
|
3610
|
-
direction: OrderDirection;
|
|
3611
|
-
/** The field by which to order nodes. */
|
|
3612
|
-
field: TeamDiscussionOrderField;
|
|
3613
|
-
};
|
|
3614
|
-
|
|
3615
|
-
/** Properties by which team discussion connections can be ordered. */
|
|
3616
|
-
export enum TeamDiscussionOrderField {
|
|
3617
|
-
/** Allows chronological ordering of team discussions. */
|
|
3618
|
-
CreatedAt = 'CREATED_AT'
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
/** Ordering options for team member connections */
|
|
3622
|
-
export type TeamMemberOrder = {
|
|
3623
|
-
/** The ordering direction. */
|
|
3624
|
-
direction: OrderDirection;
|
|
3625
|
-
/** The field to order team members by. */
|
|
3626
|
-
field: TeamMemberOrderField;
|
|
3627
|
-
};
|
|
3628
|
-
|
|
3629
|
-
/** Properties by which team member connections can be ordered. */
|
|
3630
|
-
export enum TeamMemberOrderField {
|
|
3631
|
-
/** Order team members by creation time */
|
|
3632
|
-
CreatedAt = 'CREATED_AT',
|
|
3633
|
-
/** Order team members by login */
|
|
3634
|
-
Login = 'LOGIN'
|
|
3635
|
-
}
|
|
3636
|
-
|
|
3637
|
-
/** The possible team member roles; either 'maintainer' or 'member'. */
|
|
3638
|
-
export enum TeamMemberRole {
|
|
3639
|
-
/** A team maintainer has permission to add and remove team members. */
|
|
3640
|
-
Maintainer = 'MAINTAINER',
|
|
3641
|
-
/** A team member has no administrative permissions on the team. */
|
|
3642
|
-
Member = 'MEMBER'
|
|
3643
|
-
}
|
|
3644
|
-
|
|
3645
|
-
/** Defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL. */
|
|
3646
|
-
export enum TeamMembershipType {
|
|
3647
|
-
/** Includes immediate and child team members for the team. */
|
|
3648
|
-
All = 'ALL',
|
|
3649
|
-
/** Includes only child team members for the team. */
|
|
3650
|
-
ChildTeam = 'CHILD_TEAM',
|
|
3651
|
-
/** Includes only immediate members of the team. */
|
|
3652
|
-
Immediate = 'IMMEDIATE'
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
/** Ways in which team connections can be ordered. */
|
|
3656
|
-
export type TeamOrder = {
|
|
3657
|
-
/** The direction in which to order nodes. */
|
|
3658
|
-
direction: OrderDirection;
|
|
3659
|
-
/** The field in which to order nodes by. */
|
|
3660
|
-
field: TeamOrderField;
|
|
3661
|
-
};
|
|
3662
|
-
|
|
3663
|
-
/** Properties by which team connections can be ordered. */
|
|
3664
|
-
export enum TeamOrderField {
|
|
3665
|
-
/** Allows ordering a list of teams by name. */
|
|
3666
|
-
Name = 'NAME'
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
/** The possible team privacy values. */
|
|
3670
|
-
export enum TeamPrivacy {
|
|
3671
|
-
/** A secret team can only be seen by its members. */
|
|
3672
|
-
Secret = 'SECRET',
|
|
3673
|
-
/** A visible team can be seen and @mentioned by every member of the organization. */
|
|
3674
|
-
Visible = 'VISIBLE'
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
|
-
/** Ordering options for team repository connections */
|
|
3678
|
-
export type TeamRepositoryOrder = {
|
|
3679
|
-
/** The ordering direction. */
|
|
3680
|
-
direction: OrderDirection;
|
|
3681
|
-
/** The field to order repositories by. */
|
|
3682
|
-
field: TeamRepositoryOrderField;
|
|
3683
|
-
};
|
|
3684
|
-
|
|
3685
|
-
/** Properties by which team repository connections can be ordered. */
|
|
3686
|
-
export enum TeamRepositoryOrderField {
|
|
3687
|
-
/** Order repositories by creation time */
|
|
3688
|
-
CreatedAt = 'CREATED_AT',
|
|
3689
|
-
/** Order repositories by name */
|
|
3690
|
-
Name = 'NAME',
|
|
3691
|
-
/** Order repositories by permission */
|
|
3692
|
-
Permission = 'PERMISSION',
|
|
3693
|
-
/** Order repositories by push time */
|
|
3694
|
-
PushedAt = 'PUSHED_AT',
|
|
3695
|
-
/** Order repositories by number of stargazers */
|
|
3696
|
-
Stargazers = 'STARGAZERS',
|
|
3697
|
-
/** Order repositories by update time */
|
|
3698
|
-
UpdatedAt = 'UPDATED_AT'
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
|
-
/** The role of a user on a team. */
|
|
3702
|
-
export enum TeamRole {
|
|
3703
|
-
/** User has admin rights on the team. */
|
|
3704
|
-
Admin = 'ADMIN',
|
|
3705
|
-
/** User is a member of the team. */
|
|
3706
|
-
Member = 'MEMBER'
|
|
3707
|
-
}
|
|
3708
|
-
|
|
3709
|
-
/** Reason that the suggested topic is declined. */
|
|
3710
|
-
export enum TopicSuggestionDeclineReason {
|
|
3711
|
-
/** The suggested topic is not relevant to the repository. */
|
|
3712
|
-
NotRelevant = 'NOT_RELEVANT',
|
|
3713
|
-
/** The viewer does not like the suggested topic. */
|
|
3714
|
-
PersonalPreference = 'PERSONAL_PREFERENCE',
|
|
3715
|
-
/** The suggested topic is too general for the repository. */
|
|
3716
|
-
TooGeneral = 'TOO_GENERAL',
|
|
3717
|
-
/** The suggested topic is too specific for the repository (e.g. #ruby-on-rails-version-4-2-1). */
|
|
3718
|
-
TooSpecific = 'TOO_SPECIFIC'
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3721
|
-
/** Autogenerated input type of TransferIssue */
|
|
3722
|
-
export type TransferIssueInput = {
|
|
3723
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3724
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3725
|
-
/** The Node ID of the issue to be transferred */
|
|
3726
|
-
issueId: Scalars['ID'];
|
|
3727
|
-
/** The Node ID of the repository the issue should be transferred to */
|
|
3728
|
-
repositoryId: Scalars['ID'];
|
|
3729
|
-
};
|
|
3730
|
-
|
|
3731
|
-
/** Autogenerated input type of UnarchiveRepository */
|
|
3732
|
-
export type UnarchiveRepositoryInput = {
|
|
3733
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3734
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3735
|
-
/** The ID of the repository to unarchive. */
|
|
3736
|
-
repositoryId: Scalars['ID'];
|
|
3737
|
-
};
|
|
3738
|
-
|
|
3739
|
-
/** Autogenerated input type of UnfollowUser */
|
|
3740
|
-
export type UnfollowUserInput = {
|
|
3741
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3742
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3743
|
-
/** ID of the user to unfollow. */
|
|
3744
|
-
userId: Scalars['ID'];
|
|
3745
|
-
};
|
|
3746
|
-
|
|
3747
|
-
/** Autogenerated input type of UnlinkRepositoryFromProject */
|
|
3748
|
-
export type UnlinkRepositoryFromProjectInput = {
|
|
3749
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3750
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3751
|
-
/** The ID of the Project linked to the Repository. */
|
|
3752
|
-
projectId: Scalars['ID'];
|
|
3753
|
-
/** The ID of the Repository linked to the Project. */
|
|
3754
|
-
repositoryId: Scalars['ID'];
|
|
3755
|
-
};
|
|
3756
|
-
|
|
3757
|
-
/** Autogenerated input type of UnlockLockable */
|
|
3758
|
-
export type UnlockLockableInput = {
|
|
3759
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3760
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3761
|
-
/** ID of the item to be unlocked. */
|
|
3762
|
-
lockableId: Scalars['ID'];
|
|
3763
|
-
};
|
|
3764
|
-
|
|
3765
|
-
/** Autogenerated input type of UnmarkDiscussionCommentAsAnswer */
|
|
3766
|
-
export type UnmarkDiscussionCommentAsAnswerInput = {
|
|
3767
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3768
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3769
|
-
/** The Node ID of the discussion comment to unmark as an answer. */
|
|
3770
|
-
id: Scalars['ID'];
|
|
3771
|
-
};
|
|
3772
|
-
|
|
3773
|
-
/** Autogenerated input type of UnmarkFileAsViewed */
|
|
3774
|
-
export type UnmarkFileAsViewedInput = {
|
|
3775
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3776
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3777
|
-
/** The path of the file to mark as unviewed */
|
|
3778
|
-
path: Scalars['String'];
|
|
3779
|
-
/** The Node ID of the pull request. */
|
|
3780
|
-
pullRequestId: Scalars['ID'];
|
|
3781
|
-
};
|
|
3782
|
-
|
|
3783
|
-
/** Autogenerated input type of UnmarkIssueAsDuplicate */
|
|
3784
|
-
export type UnmarkIssueAsDuplicateInput = {
|
|
3785
|
-
/** ID of the issue or pull request currently considered canonical/authoritative/original. */
|
|
3786
|
-
canonicalId: Scalars['ID'];
|
|
3787
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3788
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3789
|
-
/** ID of the issue or pull request currently marked as a duplicate. */
|
|
3790
|
-
duplicateId: Scalars['ID'];
|
|
3791
|
-
};
|
|
3792
|
-
|
|
3793
|
-
/** Autogenerated input type of UnminimizeComment */
|
|
3794
|
-
export type UnminimizeCommentInput = {
|
|
3795
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3796
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3797
|
-
/** The Node ID of the subject to modify. */
|
|
3798
|
-
subjectId: Scalars['ID'];
|
|
3799
|
-
};
|
|
3800
|
-
|
|
3801
|
-
/** Autogenerated input type of UnpinIssue */
|
|
3802
|
-
export type UnpinIssueInput = {
|
|
3803
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3804
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3805
|
-
/** The ID of the issue to be unpinned */
|
|
3806
|
-
issueId: Scalars['ID'];
|
|
3807
|
-
};
|
|
3808
|
-
|
|
3809
|
-
/** Autogenerated input type of UnresolveReviewThread */
|
|
3810
|
-
export type UnresolveReviewThreadInput = {
|
|
3811
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3812
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3813
|
-
/** The ID of the thread to unresolve */
|
|
3814
|
-
threadId: Scalars['ID'];
|
|
3815
|
-
};
|
|
3816
|
-
|
|
3817
|
-
/** Autogenerated input type of UpdateBranchProtectionRule */
|
|
3818
|
-
export type UpdateBranchProtectionRuleInput = {
|
|
3819
|
-
/** Can this branch be deleted. */
|
|
3820
|
-
allowsDeletions?: InputMaybe<Scalars['Boolean']>;
|
|
3821
|
-
/** Are force pushes allowed on this branch. */
|
|
3822
|
-
allowsForcePushes?: InputMaybe<Scalars['Boolean']>;
|
|
3823
|
-
/** The global relay id of the branch protection rule to be updated. */
|
|
3824
|
-
branchProtectionRuleId: Scalars['ID'];
|
|
3825
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3826
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3827
|
-
/** Will new commits pushed to matching branches dismiss pull request review approvals. */
|
|
3828
|
-
dismissesStaleReviews?: InputMaybe<Scalars['Boolean']>;
|
|
3829
|
-
/** Can admins overwrite branch protection. */
|
|
3830
|
-
isAdminEnforced?: InputMaybe<Scalars['Boolean']>;
|
|
3831
|
-
/** The glob-like pattern used to determine matching branches. */
|
|
3832
|
-
pattern?: InputMaybe<Scalars['String']>;
|
|
3833
|
-
/** A list of User, Team or App IDs allowed to push to matching branches. */
|
|
3834
|
-
pushActorIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
3835
|
-
/** Number of approving reviews required to update matching branches. */
|
|
3836
|
-
requiredApprovingReviewCount?: InputMaybe<Scalars['Int']>;
|
|
3837
|
-
/** List of required status check contexts that must pass for commits to be accepted to matching branches. */
|
|
3838
|
-
requiredStatusCheckContexts?: InputMaybe<Array<Scalars['String']>>;
|
|
3839
|
-
/** Are approving reviews required to update matching branches. */
|
|
3840
|
-
requiresApprovingReviews?: InputMaybe<Scalars['Boolean']>;
|
|
3841
|
-
/** Are reviews from code owners required to update matching branches. */
|
|
3842
|
-
requiresCodeOwnerReviews?: InputMaybe<Scalars['Boolean']>;
|
|
3843
|
-
/** Are commits required to be signed. */
|
|
3844
|
-
requiresCommitSignatures?: InputMaybe<Scalars['Boolean']>;
|
|
3845
|
-
/** Are conversations required to be resolved before merging. */
|
|
3846
|
-
requiresConversationResolution?: InputMaybe<Scalars['Boolean']>;
|
|
3847
|
-
/** Are merge commits prohibited from being pushed to this branch. */
|
|
3848
|
-
requiresLinearHistory?: InputMaybe<Scalars['Boolean']>;
|
|
3849
|
-
/** Are status checks required to update matching branches. */
|
|
3850
|
-
requiresStatusChecks?: InputMaybe<Scalars['Boolean']>;
|
|
3851
|
-
/** Are branches required to be up to date before merging. */
|
|
3852
|
-
requiresStrictStatusChecks?: InputMaybe<Scalars['Boolean']>;
|
|
3853
|
-
/** Is pushing to matching branches restricted. */
|
|
3854
|
-
restrictsPushes?: InputMaybe<Scalars['Boolean']>;
|
|
3855
|
-
/** Is dismissal of pull request reviews restricted. */
|
|
3856
|
-
restrictsReviewDismissals?: InputMaybe<Scalars['Boolean']>;
|
|
3857
|
-
/** A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. */
|
|
3858
|
-
reviewDismissalActorIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
3859
|
-
};
|
|
3860
|
-
|
|
3861
|
-
/** Autogenerated input type of UpdateCheckRun */
|
|
3862
|
-
export type UpdateCheckRunInput = {
|
|
3863
|
-
/** Possible further actions the integrator can perform, which a user may trigger. */
|
|
3864
|
-
actions?: InputMaybe<Array<CheckRunAction>>;
|
|
3865
|
-
/** The node of the check. */
|
|
3866
|
-
checkRunId: Scalars['ID'];
|
|
3867
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3868
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3869
|
-
/** The time that the check run finished. */
|
|
3870
|
-
completedAt?: InputMaybe<Scalars['DateTime']>;
|
|
3871
|
-
/** The final conclusion of the check. */
|
|
3872
|
-
conclusion?: InputMaybe<CheckConclusionState>;
|
|
3873
|
-
/** The URL of the integrator's site that has the full details of the check. */
|
|
3874
|
-
detailsUrl?: InputMaybe<Scalars['URI']>;
|
|
3875
|
-
/** A reference for the run on the integrator's system. */
|
|
3876
|
-
externalId?: InputMaybe<Scalars['String']>;
|
|
3877
|
-
/** The name of the check. */
|
|
3878
|
-
name?: InputMaybe<Scalars['String']>;
|
|
3879
|
-
/** Descriptive details about the run. */
|
|
3880
|
-
output?: InputMaybe<CheckRunOutput>;
|
|
3881
|
-
/** The node ID of the repository. */
|
|
3882
|
-
repositoryId: Scalars['ID'];
|
|
3883
|
-
/** The time that the check run began. */
|
|
3884
|
-
startedAt?: InputMaybe<Scalars['DateTime']>;
|
|
3885
|
-
/** The current status. */
|
|
3886
|
-
status?: InputMaybe<RequestableCheckStatusState>;
|
|
3887
|
-
};
|
|
3888
|
-
|
|
3889
|
-
/** Autogenerated input type of UpdateCheckSuitePreferences */
|
|
3890
|
-
export type UpdateCheckSuitePreferencesInput = {
|
|
3891
|
-
/** The check suite preferences to modify. */
|
|
3892
|
-
autoTriggerPreferences: Array<CheckSuiteAutoTriggerPreference>;
|
|
3893
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3894
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3895
|
-
/** The Node ID of the repository. */
|
|
3896
|
-
repositoryId: Scalars['ID'];
|
|
3897
|
-
};
|
|
3898
|
-
|
|
3899
|
-
/** Autogenerated input type of UpdateDiscussionComment */
|
|
3900
|
-
export type UpdateDiscussionCommentInput = {
|
|
3901
|
-
/** The new contents of the comment body. */
|
|
3902
|
-
body: Scalars['String'];
|
|
3903
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3904
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3905
|
-
/** The Node ID of the discussion comment to update. */
|
|
3906
|
-
commentId: Scalars['ID'];
|
|
3907
|
-
};
|
|
3908
|
-
|
|
3909
|
-
/** Autogenerated input type of UpdateDiscussion */
|
|
3910
|
-
export type UpdateDiscussionInput = {
|
|
3911
|
-
/** The new contents of the discussion body. */
|
|
3912
|
-
body?: InputMaybe<Scalars['String']>;
|
|
3913
|
-
/** The Node ID of a discussion category within the same repository to change this discussion to. */
|
|
3914
|
-
categoryId?: InputMaybe<Scalars['ID']>;
|
|
3915
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3916
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3917
|
-
/** The Node ID of the discussion to update. */
|
|
3918
|
-
discussionId: Scalars['ID'];
|
|
3919
|
-
/** The new discussion title. */
|
|
3920
|
-
title?: InputMaybe<Scalars['String']>;
|
|
3921
|
-
};
|
|
3922
|
-
|
|
3923
|
-
/** Autogenerated input type of UpdateEnterpriseAdministratorRole */
|
|
3924
|
-
export type UpdateEnterpriseAdministratorRoleInput = {
|
|
3925
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3926
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3927
|
-
/** The ID of the Enterprise which the admin belongs to. */
|
|
3928
|
-
enterpriseId: Scalars['ID'];
|
|
3929
|
-
/** The login of a administrator whose role is being changed. */
|
|
3930
|
-
login: Scalars['String'];
|
|
3931
|
-
/** The new role for the Enterprise administrator. */
|
|
3932
|
-
role: EnterpriseAdministratorRole;
|
|
3933
|
-
};
|
|
3934
|
-
|
|
3935
|
-
/** Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting */
|
|
3936
|
-
export type UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput = {
|
|
3937
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3938
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3939
|
-
/** The ID of the enterprise on which to set the allow private repository forking setting. */
|
|
3940
|
-
enterpriseId: Scalars['ID'];
|
|
3941
|
-
/** The value for the allow private repository forking setting on the enterprise. */
|
|
3942
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
3943
|
-
};
|
|
3944
|
-
|
|
3945
|
-
/** Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting */
|
|
3946
|
-
export type UpdateEnterpriseDefaultRepositoryPermissionSettingInput = {
|
|
3947
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3948
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3949
|
-
/** The ID of the enterprise on which to set the base repository permission setting. */
|
|
3950
|
-
enterpriseId: Scalars['ID'];
|
|
3951
|
-
/** The value for the base repository permission setting on the enterprise. */
|
|
3952
|
-
settingValue: EnterpriseDefaultRepositoryPermissionSettingValue;
|
|
3953
|
-
};
|
|
3954
|
-
|
|
3955
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting */
|
|
3956
|
-
export type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput = {
|
|
3957
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3958
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3959
|
-
/** The ID of the enterprise on which to set the members can change repository visibility setting. */
|
|
3960
|
-
enterpriseId: Scalars['ID'];
|
|
3961
|
-
/** The value for the members can change repository visibility setting on the enterprise. */
|
|
3962
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
3963
|
-
};
|
|
3964
|
-
|
|
3965
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting */
|
|
3966
|
-
export type UpdateEnterpriseMembersCanCreateRepositoriesSettingInput = {
|
|
3967
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3968
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3969
|
-
/** The ID of the enterprise on which to set the members can create repositories setting. */
|
|
3970
|
-
enterpriseId: Scalars['ID'];
|
|
3971
|
-
/** Allow members to create internal repositories. Defaults to current value. */
|
|
3972
|
-
membersCanCreateInternalRepositories?: InputMaybe<Scalars['Boolean']>;
|
|
3973
|
-
/** Allow members to create private repositories. Defaults to current value. */
|
|
3974
|
-
membersCanCreatePrivateRepositories?: InputMaybe<Scalars['Boolean']>;
|
|
3975
|
-
/** Allow members to create public repositories. Defaults to current value. */
|
|
3976
|
-
membersCanCreatePublicRepositories?: InputMaybe<Scalars['Boolean']>;
|
|
3977
|
-
/** When false, allow member organizations to set their own repository creation member privileges. */
|
|
3978
|
-
membersCanCreateRepositoriesPolicyEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
3979
|
-
/**
|
|
3980
|
-
* Value for the members can create repositories setting on the enterprise. This
|
|
3981
|
-
* or the granular public/private/internal allowed fields (but not both) must be provided.
|
|
3982
|
-
*/
|
|
3983
|
-
settingValue?: InputMaybe<EnterpriseMembersCanCreateRepositoriesSettingValue>;
|
|
3984
|
-
};
|
|
3985
|
-
|
|
3986
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting */
|
|
3987
|
-
export type UpdateEnterpriseMembersCanDeleteIssuesSettingInput = {
|
|
3988
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3989
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
3990
|
-
/** The ID of the enterprise on which to set the members can delete issues setting. */
|
|
3991
|
-
enterpriseId: Scalars['ID'];
|
|
3992
|
-
/** The value for the members can delete issues setting on the enterprise. */
|
|
3993
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
3994
|
-
};
|
|
3995
|
-
|
|
3996
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting */
|
|
3997
|
-
export type UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput = {
|
|
3998
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3999
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4000
|
-
/** The ID of the enterprise on which to set the members can delete repositories setting. */
|
|
4001
|
-
enterpriseId: Scalars['ID'];
|
|
4002
|
-
/** The value for the members can delete repositories setting on the enterprise. */
|
|
4003
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4004
|
-
};
|
|
4005
|
-
|
|
4006
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting */
|
|
4007
|
-
export type UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput = {
|
|
4008
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4009
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4010
|
-
/** The ID of the enterprise on which to set the members can invite collaborators setting. */
|
|
4011
|
-
enterpriseId: Scalars['ID'];
|
|
4012
|
-
/** The value for the members can invite collaborators setting on the enterprise. */
|
|
4013
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4014
|
-
};
|
|
4015
|
-
|
|
4016
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting */
|
|
4017
|
-
export type UpdateEnterpriseMembersCanMakePurchasesSettingInput = {
|
|
4018
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4019
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4020
|
-
/** The ID of the enterprise on which to set the members can make purchases setting. */
|
|
4021
|
-
enterpriseId: Scalars['ID'];
|
|
4022
|
-
/** The value for the members can make purchases setting on the enterprise. */
|
|
4023
|
-
settingValue: EnterpriseMembersCanMakePurchasesSettingValue;
|
|
4024
|
-
};
|
|
4025
|
-
|
|
4026
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting */
|
|
4027
|
-
export type UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput = {
|
|
4028
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4029
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4030
|
-
/** The ID of the enterprise on which to set the members can update protected branches setting. */
|
|
4031
|
-
enterpriseId: Scalars['ID'];
|
|
4032
|
-
/** The value for the members can update protected branches setting on the enterprise. */
|
|
4033
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4034
|
-
};
|
|
4035
|
-
|
|
4036
|
-
/** Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting */
|
|
4037
|
-
export type UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput = {
|
|
4038
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4039
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4040
|
-
/** The ID of the enterprise on which to set the members can view dependency insights setting. */
|
|
4041
|
-
enterpriseId: Scalars['ID'];
|
|
4042
|
-
/** The value for the members can view dependency insights setting on the enterprise. */
|
|
4043
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4044
|
-
};
|
|
4045
|
-
|
|
4046
|
-
/** Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting */
|
|
4047
|
-
export type UpdateEnterpriseOrganizationProjectsSettingInput = {
|
|
4048
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4049
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4050
|
-
/** The ID of the enterprise on which to set the organization projects setting. */
|
|
4051
|
-
enterpriseId: Scalars['ID'];
|
|
4052
|
-
/** The value for the organization projects setting on the enterprise. */
|
|
4053
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4054
|
-
};
|
|
4055
|
-
|
|
4056
|
-
/** Autogenerated input type of UpdateEnterpriseProfile */
|
|
4057
|
-
export type UpdateEnterpriseProfileInput = {
|
|
4058
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4059
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4060
|
-
/** The description of the enterprise. */
|
|
4061
|
-
description?: InputMaybe<Scalars['String']>;
|
|
4062
|
-
/** The Enterprise ID to update. */
|
|
4063
|
-
enterpriseId: Scalars['ID'];
|
|
4064
|
-
/** The location of the enterprise. */
|
|
4065
|
-
location?: InputMaybe<Scalars['String']>;
|
|
4066
|
-
/** The name of the enterprise. */
|
|
4067
|
-
name?: InputMaybe<Scalars['String']>;
|
|
4068
|
-
/** The URL of the enterprise's website. */
|
|
4069
|
-
websiteUrl?: InputMaybe<Scalars['String']>;
|
|
4070
|
-
};
|
|
4071
|
-
|
|
4072
|
-
/** Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting */
|
|
4073
|
-
export type UpdateEnterpriseRepositoryProjectsSettingInput = {
|
|
4074
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4075
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4076
|
-
/** The ID of the enterprise on which to set the repository projects setting. */
|
|
4077
|
-
enterpriseId: Scalars['ID'];
|
|
4078
|
-
/** The value for the repository projects setting on the enterprise. */
|
|
4079
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4080
|
-
};
|
|
4081
|
-
|
|
4082
|
-
/** Autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting */
|
|
4083
|
-
export type UpdateEnterpriseTeamDiscussionsSettingInput = {
|
|
4084
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4085
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4086
|
-
/** The ID of the enterprise on which to set the team discussions setting. */
|
|
4087
|
-
enterpriseId: Scalars['ID'];
|
|
4088
|
-
/** The value for the team discussions setting on the enterprise. */
|
|
4089
|
-
settingValue: EnterpriseEnabledDisabledSettingValue;
|
|
4090
|
-
};
|
|
4091
|
-
|
|
4092
|
-
/** Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting */
|
|
4093
|
-
export type UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput = {
|
|
4094
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4095
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4096
|
-
/** The ID of the enterprise on which to set the two factor authentication required setting. */
|
|
4097
|
-
enterpriseId: Scalars['ID'];
|
|
4098
|
-
/** The value for the two factor authentication required setting on the enterprise. */
|
|
4099
|
-
settingValue: EnterpriseEnabledSettingValue;
|
|
4100
|
-
};
|
|
4101
|
-
|
|
4102
|
-
/** Autogenerated input type of UpdateEnvironment */
|
|
4103
|
-
export type UpdateEnvironmentInput = {
|
|
4104
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4105
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4106
|
-
/** The node ID of the environment. */
|
|
4107
|
-
environmentId: Scalars['ID'];
|
|
4108
|
-
/** The ids of users or teams that can approve deployments to this environment */
|
|
4109
|
-
reviewers?: InputMaybe<Array<Scalars['ID']>>;
|
|
4110
|
-
/** The wait timer in minutes. */
|
|
4111
|
-
waitTimer?: InputMaybe<Scalars['Int']>;
|
|
4112
|
-
};
|
|
4113
|
-
|
|
4114
|
-
/** Autogenerated input type of UpdateIpAllowListEnabledSetting */
|
|
4115
|
-
export type UpdateIpAllowListEnabledSettingInput = {
|
|
4116
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4117
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4118
|
-
/** The ID of the owner on which to set the IP allow list enabled setting. */
|
|
4119
|
-
ownerId: Scalars['ID'];
|
|
4120
|
-
/** The value for the IP allow list enabled setting. */
|
|
4121
|
-
settingValue: IpAllowListEnabledSettingValue;
|
|
4122
|
-
};
|
|
4123
|
-
|
|
4124
|
-
/** Autogenerated input type of UpdateIpAllowListEntry */
|
|
4125
|
-
export type UpdateIpAllowListEntryInput = {
|
|
4126
|
-
/** An IP address or range of addresses in CIDR notation. */
|
|
4127
|
-
allowListValue: Scalars['String'];
|
|
4128
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4129
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4130
|
-
/** The ID of the IP allow list entry to update. */
|
|
4131
|
-
ipAllowListEntryId: Scalars['ID'];
|
|
4132
|
-
/** Whether the IP allow list entry is active when an IP allow list is enabled. */
|
|
4133
|
-
isActive: Scalars['Boolean'];
|
|
4134
|
-
/** An optional name for the IP allow list entry. */
|
|
4135
|
-
name?: InputMaybe<Scalars['String']>;
|
|
4136
|
-
};
|
|
4137
|
-
|
|
4138
|
-
/** Autogenerated input type of UpdateIpAllowListForInstalledAppsEnabledSetting */
|
|
4139
|
-
export type UpdateIpAllowListForInstalledAppsEnabledSettingInput = {
|
|
4140
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4141
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4142
|
-
/** The ID of the owner. */
|
|
4143
|
-
ownerId: Scalars['ID'];
|
|
4144
|
-
/** The value for the IP allow list configuration for installed GitHub Apps setting. */
|
|
4145
|
-
settingValue: IpAllowListForInstalledAppsEnabledSettingValue;
|
|
4146
|
-
};
|
|
4147
|
-
|
|
4148
|
-
/** Autogenerated input type of UpdateIssueComment */
|
|
4149
|
-
export type UpdateIssueCommentInput = {
|
|
4150
|
-
/** The updated text of the comment. */
|
|
4151
|
-
body: Scalars['String'];
|
|
4152
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4153
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4154
|
-
/** The ID of the IssueComment to modify. */
|
|
4155
|
-
id: Scalars['ID'];
|
|
4156
|
-
};
|
|
4157
|
-
|
|
4158
|
-
/** Autogenerated input type of UpdateIssue */
|
|
4159
|
-
export type UpdateIssueInput = {
|
|
4160
|
-
/** An array of Node IDs of users for this issue. */
|
|
4161
|
-
assigneeIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4162
|
-
/** The body for the issue description. */
|
|
4163
|
-
body?: InputMaybe<Scalars['String']>;
|
|
4164
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4165
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4166
|
-
/** The ID of the Issue to modify. */
|
|
4167
|
-
id: Scalars['ID'];
|
|
4168
|
-
/** An array of Node IDs of labels for this issue. */
|
|
4169
|
-
labelIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4170
|
-
/** The Node ID of the milestone for this issue. */
|
|
4171
|
-
milestoneId?: InputMaybe<Scalars['ID']>;
|
|
4172
|
-
/** An array of Node IDs for projects associated with this issue. */
|
|
4173
|
-
projectIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4174
|
-
/** The desired issue state. */
|
|
4175
|
-
state?: InputMaybe<IssueState>;
|
|
4176
|
-
/** The title for the issue. */
|
|
4177
|
-
title?: InputMaybe<Scalars['String']>;
|
|
4178
|
-
};
|
|
4179
|
-
|
|
4180
|
-
/** Autogenerated input type of UpdateNotificationRestrictionSetting */
|
|
4181
|
-
export type UpdateNotificationRestrictionSettingInput = {
|
|
4182
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4183
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4184
|
-
/** The ID of the owner on which to set the restrict notifications setting. */
|
|
4185
|
-
ownerId: Scalars['ID'];
|
|
4186
|
-
/** The value for the restrict notifications setting. */
|
|
4187
|
-
settingValue: NotificationRestrictionSettingValue;
|
|
4188
|
-
};
|
|
4189
|
-
|
|
4190
|
-
/** Autogenerated input type of UpdateProjectCard */
|
|
4191
|
-
export type UpdateProjectCardInput = {
|
|
4192
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4193
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4194
|
-
/** Whether or not the ProjectCard should be archived */
|
|
4195
|
-
isArchived?: InputMaybe<Scalars['Boolean']>;
|
|
4196
|
-
/** The note of ProjectCard. */
|
|
4197
|
-
note?: InputMaybe<Scalars['String']>;
|
|
4198
|
-
/** The ProjectCard ID to update. */
|
|
4199
|
-
projectCardId: Scalars['ID'];
|
|
4200
|
-
};
|
|
4201
|
-
|
|
4202
|
-
/** Autogenerated input type of UpdateProjectColumn */
|
|
4203
|
-
export type UpdateProjectColumnInput = {
|
|
4204
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4205
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4206
|
-
/** The name of project column. */
|
|
4207
|
-
name: Scalars['String'];
|
|
4208
|
-
/** The ProjectColumn ID to update. */
|
|
4209
|
-
projectColumnId: Scalars['ID'];
|
|
4210
|
-
};
|
|
4211
|
-
|
|
4212
|
-
/** Autogenerated input type of UpdateProject */
|
|
4213
|
-
export type UpdateProjectInput = {
|
|
4214
|
-
/** The description of project. */
|
|
4215
|
-
body?: InputMaybe<Scalars['String']>;
|
|
4216
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4217
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4218
|
-
/** The name of project. */
|
|
4219
|
-
name?: InputMaybe<Scalars['String']>;
|
|
4220
|
-
/** The Project ID to update. */
|
|
4221
|
-
projectId: Scalars['ID'];
|
|
4222
|
-
/** Whether the project is public or not. */
|
|
4223
|
-
public?: InputMaybe<Scalars['Boolean']>;
|
|
4224
|
-
/** Whether the project is open or closed. */
|
|
4225
|
-
state?: InputMaybe<ProjectState>;
|
|
4226
|
-
};
|
|
4227
|
-
|
|
4228
|
-
/** Autogenerated input type of UpdatePullRequest */
|
|
4229
|
-
export type UpdatePullRequestInput = {
|
|
4230
|
-
/** An array of Node IDs of users for this pull request. */
|
|
4231
|
-
assigneeIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4232
|
-
/**
|
|
4233
|
-
* The name of the branch you want your changes pulled into. This should be an existing branch
|
|
4234
|
-
* on the current repository.
|
|
4235
|
-
*/
|
|
4236
|
-
baseRefName?: InputMaybe<Scalars['String']>;
|
|
4237
|
-
/** The contents of the pull request. */
|
|
4238
|
-
body?: InputMaybe<Scalars['String']>;
|
|
4239
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4240
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4241
|
-
/** An array of Node IDs of labels for this pull request. */
|
|
4242
|
-
labelIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4243
|
-
/** Indicates whether maintainers can modify the pull request. */
|
|
4244
|
-
maintainerCanModify?: InputMaybe<Scalars['Boolean']>;
|
|
4245
|
-
/** The Node ID of the milestone for this pull request. */
|
|
4246
|
-
milestoneId?: InputMaybe<Scalars['ID']>;
|
|
4247
|
-
/** An array of Node IDs for projects associated with this pull request. */
|
|
4248
|
-
projectIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
4249
|
-
/** The Node ID of the pull request. */
|
|
4250
|
-
pullRequestId: Scalars['ID'];
|
|
4251
|
-
/** The target state of the pull request. */
|
|
4252
|
-
state?: InputMaybe<PullRequestUpdateState>;
|
|
4253
|
-
/** The title of the pull request. */
|
|
4254
|
-
title?: InputMaybe<Scalars['String']>;
|
|
4255
|
-
};
|
|
4256
|
-
|
|
4257
|
-
/** Autogenerated input type of UpdatePullRequestReviewComment */
|
|
4258
|
-
export type UpdatePullRequestReviewCommentInput = {
|
|
4259
|
-
/** The text of the comment. */
|
|
4260
|
-
body: Scalars['String'];
|
|
4261
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4262
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4263
|
-
/** The Node ID of the comment to modify. */
|
|
4264
|
-
pullRequestReviewCommentId: Scalars['ID'];
|
|
4265
|
-
};
|
|
4266
|
-
|
|
4267
|
-
/** Autogenerated input type of UpdatePullRequestReview */
|
|
4268
|
-
export type UpdatePullRequestReviewInput = {
|
|
4269
|
-
/** The contents of the pull request review body. */
|
|
4270
|
-
body: Scalars['String'];
|
|
4271
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4272
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4273
|
-
/** The Node ID of the pull request review to modify. */
|
|
4274
|
-
pullRequestReviewId: Scalars['ID'];
|
|
4275
|
-
};
|
|
4276
|
-
|
|
4277
|
-
/** Autogenerated input type of UpdateRef */
|
|
4278
|
-
export type UpdateRefInput = {
|
|
4279
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4280
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4281
|
-
/** Permit updates of branch Refs that are not fast-forwards? */
|
|
4282
|
-
force?: InputMaybe<Scalars['Boolean']>;
|
|
4283
|
-
/** The GitObjectID that the Ref shall be updated to target. */
|
|
4284
|
-
oid: Scalars['GitObjectID'];
|
|
4285
|
-
/** The Node ID of the Ref to be updated. */
|
|
4286
|
-
refId: Scalars['ID'];
|
|
4287
|
-
};
|
|
4288
|
-
|
|
4289
|
-
/** Autogenerated input type of UpdateRepository */
|
|
4290
|
-
export type UpdateRepositoryInput = {
|
|
4291
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4292
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4293
|
-
/** A new description for the repository. Pass an empty string to erase the existing description. */
|
|
4294
|
-
description?: InputMaybe<Scalars['String']>;
|
|
4295
|
-
/** Indicates if the repository should have the issues feature enabled. */
|
|
4296
|
-
hasIssuesEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
4297
|
-
/** Indicates if the repository should have the project boards feature enabled. */
|
|
4298
|
-
hasProjectsEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
4299
|
-
/** Indicates if the repository should have the wiki feature enabled. */
|
|
4300
|
-
hasWikiEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
4301
|
-
/** The URL for a web page about this repository. Pass an empty string to erase the existing URL. */
|
|
4302
|
-
homepageUrl?: InputMaybe<Scalars['URI']>;
|
|
4303
|
-
/** The new name of the repository. */
|
|
4304
|
-
name?: InputMaybe<Scalars['String']>;
|
|
4305
|
-
/** The ID of the repository to update. */
|
|
4306
|
-
repositoryId: Scalars['ID'];
|
|
4307
|
-
/**
|
|
4308
|
-
* Whether this repository should be marked as a template such that anyone who
|
|
4309
|
-
* can access it can create new repositories with the same files and directory structure.
|
|
4310
|
-
*/
|
|
4311
|
-
template?: InputMaybe<Scalars['Boolean']>;
|
|
4312
|
-
};
|
|
4313
|
-
|
|
4314
|
-
/** Autogenerated input type of UpdateSponsorshipPreferences */
|
|
4315
|
-
export type UpdateSponsorshipPreferencesInput = {
|
|
4316
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4317
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4318
|
-
/**
|
|
4319
|
-
* Specify whether others should be able to see that the sponsor is sponsoring
|
|
4320
|
-
* the sponsorable. Public visibility still does not reveal which tier is used.
|
|
4321
|
-
*/
|
|
4322
|
-
privacyLevel?: InputMaybe<SponsorshipPrivacy>;
|
|
4323
|
-
/** Whether the sponsor should receive email updates from the sponsorable. */
|
|
4324
|
-
receiveEmails?: InputMaybe<Scalars['Boolean']>;
|
|
4325
|
-
/**
|
|
4326
|
-
* The ID of the user or organization who is acting as the sponsor, paying for
|
|
4327
|
-
* the sponsorship. Required if sponsorLogin is not given.
|
|
4328
|
-
*/
|
|
4329
|
-
sponsorId?: InputMaybe<Scalars['ID']>;
|
|
4330
|
-
/**
|
|
4331
|
-
* The username of the user or organization who is acting as the sponsor, paying
|
|
4332
|
-
* for the sponsorship. Required if sponsorId is not given.
|
|
4333
|
-
*/
|
|
4334
|
-
sponsorLogin?: InputMaybe<Scalars['String']>;
|
|
4335
|
-
/** The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given. */
|
|
4336
|
-
sponsorableId?: InputMaybe<Scalars['ID']>;
|
|
4337
|
-
/** The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given. */
|
|
4338
|
-
sponsorableLogin?: InputMaybe<Scalars['String']>;
|
|
4339
|
-
};
|
|
4340
|
-
|
|
4341
|
-
/** Autogenerated input type of UpdateSubscription */
|
|
4342
|
-
export type UpdateSubscriptionInput = {
|
|
4343
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4344
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4345
|
-
/** The new state of the subscription. */
|
|
4346
|
-
state: SubscriptionState;
|
|
4347
|
-
/** The Node ID of the subscribable object to modify. */
|
|
4348
|
-
subscribableId: Scalars['ID'];
|
|
4349
|
-
};
|
|
4350
|
-
|
|
4351
|
-
/** Autogenerated input type of UpdateTeamDiscussionComment */
|
|
4352
|
-
export type UpdateTeamDiscussionCommentInput = {
|
|
4353
|
-
/** The updated text of the comment. */
|
|
4354
|
-
body: Scalars['String'];
|
|
4355
|
-
/** The current version of the body content. */
|
|
4356
|
-
bodyVersion?: InputMaybe<Scalars['String']>;
|
|
4357
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4358
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4359
|
-
/** The ID of the comment to modify. */
|
|
4360
|
-
id: Scalars['ID'];
|
|
4361
|
-
};
|
|
4362
|
-
|
|
4363
|
-
/** Autogenerated input type of UpdateTeamDiscussion */
|
|
4364
|
-
export type UpdateTeamDiscussionInput = {
|
|
4365
|
-
/** The updated text of the discussion. */
|
|
4366
|
-
body?: InputMaybe<Scalars['String']>;
|
|
4367
|
-
/**
|
|
4368
|
-
* The current version of the body content. If provided, this update operation
|
|
4369
|
-
* will be rejected if the given version does not match the latest version on the server.
|
|
4370
|
-
*/
|
|
4371
|
-
bodyVersion?: InputMaybe<Scalars['String']>;
|
|
4372
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4373
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4374
|
-
/** The Node ID of the discussion to modify. */
|
|
4375
|
-
id: Scalars['ID'];
|
|
4376
|
-
/** If provided, sets the pinned state of the updated discussion. */
|
|
4377
|
-
pinned?: InputMaybe<Scalars['Boolean']>;
|
|
4378
|
-
/** The updated title of the discussion. */
|
|
4379
|
-
title?: InputMaybe<Scalars['String']>;
|
|
4380
|
-
};
|
|
4381
|
-
|
|
4382
|
-
/** Autogenerated input type of UpdateTopics */
|
|
4383
|
-
export type UpdateTopicsInput = {
|
|
4384
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4385
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4386
|
-
/** The Node ID of the repository. */
|
|
4387
|
-
repositoryId: Scalars['ID'];
|
|
4388
|
-
/** An array of topic names. */
|
|
4389
|
-
topicNames: Array<Scalars['String']>;
|
|
4390
|
-
};
|
|
4391
|
-
|
|
4392
|
-
/** The possible durations that a user can be blocked for. */
|
|
4393
|
-
export enum UserBlockDuration {
|
|
4394
|
-
/** The user was blocked for 1 day */
|
|
4395
|
-
OneDay = 'ONE_DAY',
|
|
4396
|
-
/** The user was blocked for 30 days */
|
|
4397
|
-
OneMonth = 'ONE_MONTH',
|
|
4398
|
-
/** The user was blocked for 7 days */
|
|
4399
|
-
OneWeek = 'ONE_WEEK',
|
|
4400
|
-
/** The user was blocked permanently */
|
|
4401
|
-
Permanent = 'PERMANENT',
|
|
4402
|
-
/** The user was blocked for 3 days */
|
|
4403
|
-
ThreeDays = 'THREE_DAYS'
|
|
4404
|
-
}
|
|
4405
|
-
|
|
4406
|
-
/** Ordering options for user status connections. */
|
|
4407
|
-
export type UserStatusOrder = {
|
|
4408
|
-
/** The ordering direction. */
|
|
4409
|
-
direction: OrderDirection;
|
|
4410
|
-
/** The field to order user statuses by. */
|
|
4411
|
-
field: UserStatusOrderField;
|
|
4412
|
-
};
|
|
4413
|
-
|
|
4414
|
-
/** Properties by which user status connections can be ordered. */
|
|
4415
|
-
export enum UserStatusOrderField {
|
|
4416
|
-
/** Order user statuses by when they were updated. */
|
|
4417
|
-
UpdatedAt = 'UPDATED_AT'
|
|
4418
|
-
}
|
|
4419
|
-
|
|
4420
|
-
/** Ordering options for verifiable domain connections. */
|
|
4421
|
-
export type VerifiableDomainOrder = {
|
|
4422
|
-
/** The ordering direction. */
|
|
4423
|
-
direction: OrderDirection;
|
|
4424
|
-
/** The field to order verifiable domains by. */
|
|
4425
|
-
field: VerifiableDomainOrderField;
|
|
4426
|
-
};
|
|
4427
|
-
|
|
4428
|
-
/** Properties by which verifiable domain connections can be ordered. */
|
|
4429
|
-
export enum VerifiableDomainOrderField {
|
|
4430
|
-
/** Order verifiable domains by their creation date. */
|
|
4431
|
-
CreatedAt = 'CREATED_AT',
|
|
4432
|
-
/** Order verifiable domains by the domain name. */
|
|
4433
|
-
Domain = 'DOMAIN'
|
|
4434
|
-
}
|
|
4435
|
-
|
|
4436
|
-
/** Autogenerated input type of VerifyVerifiableDomain */
|
|
4437
|
-
export type VerifyVerifiableDomainInput = {
|
|
4438
|
-
/** A unique identifier for the client performing the mutation. */
|
|
4439
|
-
clientMutationId?: InputMaybe<Scalars['String']>;
|
|
4440
|
-
/** The ID of the verifiable domain to verify. */
|
|
4441
|
-
id: Scalars['ID'];
|
|
4442
|
-
};
|
|
4443
|
-
|
|
4444
|
-
export type CommentInfoFragment = { __typename?: 'IssueComment', authorAssociation: CommentAuthorAssociation, id?: number | null | undefined, node_id: string, body: string, created_at?: any | null | undefined, html_url: any, user?: { __typename?: 'Bot', login: string, avatar_url: any, html_url: any } | { __typename?: 'EnterpriseUserAccount', login: string, avatar_url: any, html_url: any } | { __typename?: 'Mannequin', login: string, avatar_url: any, html_url: any } | { __typename?: 'Organization', login: string, avatar_url: any, html_url: any } | { __typename?: 'User', login: string, avatar_url: any, html_url: any } | null | undefined };
|
|
4445
|
-
|
|
4446
|
-
export type FetchCommentsQueryVariables = Exact<{
|
|
4447
|
-
repo: Scalars['String'];
|
|
4448
|
-
owner: Scalars['String'];
|
|
4449
|
-
issue_number: Scalars['Int'];
|
|
4450
|
-
after?: InputMaybe<Scalars['String']>;
|
|
4451
|
-
}>;
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
export type FetchCommentsQuery = { __typename?: 'Query', repository?: { __typename?: 'Repository', issueOrPullRequest?: { __typename?: 'Issue', comments: { __typename?: 'IssueCommentConnection', totalCount: number, edges?: Array<{ __typename?: 'IssueCommentEdge', node?: { __typename?: 'IssueComment', authorAssociation: CommentAuthorAssociation, id?: number | null | undefined, node_id: string, body: string, created_at?: any | null | undefined, html_url: any, user?: { __typename?: 'Bot', login: string, avatar_url: any, html_url: any } | { __typename?: 'EnterpriseUserAccount', login: string, avatar_url: any, html_url: any } | { __typename?: 'Mannequin', login: string, avatar_url: any, html_url: any } | { __typename?: 'Organization', login: string, avatar_url: any, html_url: any } | { __typename?: 'User', login: string, avatar_url: any, html_url: any } | null | undefined } | null | undefined } | null | undefined> | null | undefined, pageInfo: { __typename?: 'PageInfo', endCursor?: string | null | undefined, hasNextPage: boolean } } } | { __typename?: 'PullRequest', comments: { __typename?: 'IssueCommentConnection', totalCount: number, edges?: Array<{ __typename?: 'IssueCommentEdge', node?: { __typename?: 'IssueComment', authorAssociation: CommentAuthorAssociation, id?: number | null | undefined, node_id: string, body: string, created_at?: any | null | undefined, html_url: any, user?: { __typename?: 'Bot', login: string, avatar_url: any, html_url: any } | { __typename?: 'EnterpriseUserAccount', login: string, avatar_url: any, html_url: any } | { __typename?: 'Mannequin', login: string, avatar_url: any, html_url: any } | { __typename?: 'Organization', login: string, avatar_url: any, html_url: any } | { __typename?: 'User', login: string, avatar_url: any, html_url: any } | null | undefined } | null | undefined } | null | undefined> | null | undefined, pageInfo: { __typename?: 'PageInfo', endCursor?: string | null | undefined, hasNextPage: boolean } } } | null | undefined } | null | undefined };
|