Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « reference « graphql « api « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81fb3b89bcce2c8667ef3550eee2805c68bfd63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!---
  This documentation is auto generated by a script.

  Please do not edit this file directly, check compile_docs task on lib/tasks/gitlab/graphql.rake.
--->

# GraphQL API Resources

This documentation is self-generated based on GitLab current GraphQL schema.

The API can be explored interactively using the [GraphiQL IDE](../index.md#graphiql).

## Objects

### AddAwardEmojiPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |

### AwardEmoji

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `name` | String! | The emoji name |
| `description` | String! | The emoji description |
| `unicode` | String! | The emoji in unicode |
| `emoji` | String! | The emoji as an icon |
| `unicodeVersion` | String! | The unicode version for this emoji |
| `user` | User! | The user who awarded the emoji |

### Blob

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `name` | String! |  |
| `type` | EntryType! |  |
| `path` | String! |  |
| `flatPath` | String! |  |
| `webUrl` | String |  |
| `lfsOid` | String |  |

### Commit

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `sha` | String! |  |
| `title` | String |  |
| `description` | String |  |
| `message` | String |  |
| `authoredDate` | Time |  |
| `webUrl` | String! |  |
| `signatureHtml` | String | Rendered html for the commit signature |
| `author` | User |  |
| `latestPipeline` | Pipeline | Latest pipeline for this commit |

### CreateDiffNotePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `note` | Note | The note after mutation |

### CreateImageDiffNotePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `note` | Note | The note after mutation |

### CreateNotePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `note` | Note | The note after mutation |

### Design

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `project` | Project! |  |
| `issue` | Issue! |  |
| `notesCount` | Int! | The total count of user-created notes for this design |
| `filename` | String! |  |
| `fullPath` | String! |  |
| `event` | DesignVersionEvent! | The change that happened to the design at this version |
| `image` | String! |  |
| `diffRefs` | DiffRefs! |  |

### DesignCollection

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `project` | Project! |  |
| `issue` | Issue! |  |

### DesignManagementDeletePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `version` | DesignVersion | The new version in which the designs are deleted |

### DesignManagementUploadPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `designs` | Design! => Array | The designs that were uploaded by the mutation |
| `skippedDesigns` | Design! => Array | Any designs that were skipped from the upload due to there being no change to their content since their last version |

### DesignVersion

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `sha` | ID! |  |

### DestroyNotePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `note` | Note | The note after mutation |

### DetailedStatus

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `group` | String! |  |
| `icon` | String! |  |
| `favicon` | String! |  |
| `detailsPath` | String! |  |
| `hasDetails` | Boolean! |  |
| `label` | String! |  |
| `text` | String! |  |
| `tooltip` | String! |  |

### DiffPosition

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `diffRefs` | DiffRefs! |  |
| `filePath` | String! | The path of the file that was changed |
| `oldPath` | String | The path of the file on the start sha. |
| `newPath` | String | The path of the file on the head sha. |
| `positionType` | DiffPositionType! |  |
| `oldLine` | Int | The line on start sha that was changed |
| `newLine` | Int | The line on head sha that was changed |
| `x` | Int | The X postion on which the comment was made |
| `y` | Int | The Y position on which the comment was made |
| `width` | Int | The total width of the image |
| `height` | Int | The total height of the image |

### DiffRefs

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `headSha` | String! | The sha of the head at the time the comment was made |
| `baseSha` | String! | The merge base of the branch the comment was made on |
| `startSha` | String! | The sha of the branch being compared against |

### Discussion

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `replyId` | ID! | The ID used to reply to this discussion |
| `createdAt` | Time! |  |

### Epic

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | EpicPermissions! | Permissions for the current user on the resource |
| `id` | ID! |  |
| `iid` | ID! |  |
| `title` | String |  |
| `description` | String |  |
| `state` | EpicState! |  |
| `group` | Group! |  |
| `parent` | Epic |  |
| `author` | User! |  |
| `startDate` | Time |  |
| `startDateIsFixed` | Boolean |  |
| `startDateFixed` | Time |  |
| `startDateFromMilestones` | Time |  |
| `dueDate` | Time |  |
| `dueDateIsFixed` | Boolean |  |
| `dueDateFixed` | Time |  |
| `dueDateFromMilestones` | Time |  |
| `closedAt` | Time |  |
| `createdAt` | Time |  |
| `updatedAt` | Time |  |
| `hasChildren` | Boolean! |  |
| `hasIssues` | Boolean! |  |
| `webPath` | String! |  |
| `webUrl` | String! |  |
| `relativePosition` | Int | The relative position of the epic in the Epic tree |
| `relationPath` | String |  |
| `reference` | String! |  |

### EpicIssue

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | IssuePermissions! | Permissions for the current user on the resource |
| `iid` | ID! |  |
| `title` | String! |  |
| `titleHtml` | String | The GitLab Flavored Markdown rendering of `title` |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `state` | IssueState! |  |
| `reference` | String! |  |
| `author` | User! |  |
| `milestone` | Milestone |  |
| `dueDate` | Time |  |
| `confidential` | Boolean! |  |
| `discussionLocked` | Boolean! |  |
| `upvotes` | Int! |  |
| `downvotes` | Int! |  |
| `userNotesCount` | Int! |  |
| `webPath` | String! |  |
| `webUrl` | String! |  |
| `relativePosition` | Int |  |
| `timeEstimate` | Int! | The time estimate on the issue |
| `totalTimeSpent` | Int! | Total time reported as spent on the issue |
| `closedAt` | Time |  |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `taskCompletionStatus` | TaskCompletionStatus! |  |
| `epic` | Epic | The epic to which issue belongs |
| `weight` | Int |  |
| `designs` | DesignCollection |  |
| `designCollection` | DesignCollection |  |
| `epicIssueId` | ID! |  |
| `relationPath` | String |  |
| `id` | ID | The global id of the epic-issue relation |

### EpicPermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `readEpic` | Boolean! | Whether or not a user can perform `read_epic` on this resource |
| `readEpicIid` | Boolean! | Whether or not a user can perform `read_epic_iid` on this resource |
| `updateEpic` | Boolean! | Whether or not a user can perform `update_epic` on this resource |
| `destroyEpic` | Boolean! | Whether or not a user can perform `destroy_epic` on this resource |
| `adminEpic` | Boolean! | Whether or not a user can perform `admin_epic` on this resource |
| `createEpic` | Boolean! | Whether or not a user can perform `create_epic` on this resource |
| `createNote` | Boolean! | Whether or not a user can perform `create_note` on this resource |
| `awardEmoji` | Boolean! | Whether or not a user can perform `award_emoji` on this resource |

### EpicTreeReorderPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |

### ExtendedIssue

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | IssuePermissions! | Permissions for the current user on the resource |
| `iid` | ID! |  |
| `title` | String! |  |
| `titleHtml` | String | The GitLab Flavored Markdown rendering of `title` |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `state` | IssueState! |  |
| `reference` | String! |  |
| `author` | User! |  |
| `milestone` | Milestone |  |
| `dueDate` | Time |  |
| `confidential` | Boolean! |  |
| `discussionLocked` | Boolean! |  |
| `upvotes` | Int! |  |
| `downvotes` | Int! |  |
| `userNotesCount` | Int! |  |
| `webPath` | String! |  |
| `webUrl` | String! |  |
| `relativePosition` | Int |  |
| `timeEstimate` | Int! | The time estimate on the issue |
| `totalTimeSpent` | Int! | Total time reported as spent on the issue |
| `closedAt` | Time |  |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `taskCompletionStatus` | TaskCompletionStatus! |  |
| `epic` | Epic | The epic to which issue belongs |
| `weight` | Int |  |
| `designs` | DesignCollection |  |
| `designCollection` | DesignCollection |  |
| `subscribed` | Boolean! | Boolean flag for whether the currently logged in user is subscribed to this issue |

### Group

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `name` | String! |  |
| `path` | String! |  |
| `fullName` | String! |  |
| `fullPath` | ID! |  |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `visibility` | String |  |
| `lfsEnabled` | Boolean |  |
| `requestAccessEnabled` | Boolean |  |
| `rootStorageStatistics` | RootStorageStatistics | The aggregated storage statistics. Only available for root namespaces |
| `userPermissions` | GroupPermissions! | Permissions for the current user on the resource |
| `webUrl` | String! |  |
| `avatarUrl` | String |  |
| `parent` | Group |  |
| `epicsEnabled` | Boolean |  |
| `epic` | Epic |  |

### GroupPermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `readGroup` | Boolean! | Whether or not a user can perform `read_group` on this resource |

### Issue

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | IssuePermissions! | Permissions for the current user on the resource |
| `iid` | ID! |  |
| `title` | String! |  |
| `titleHtml` | String | The GitLab Flavored Markdown rendering of `title` |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `state` | IssueState! |  |
| `reference` | String! |  |
| `author` | User! |  |
| `milestone` | Milestone |  |
| `dueDate` | Time |  |
| `confidential` | Boolean! |  |
| `discussionLocked` | Boolean! |  |
| `upvotes` | Int! |  |
| `downvotes` | Int! |  |
| `userNotesCount` | Int! |  |
| `webPath` | String! |  |
| `webUrl` | String! |  |
| `relativePosition` | Int |  |
| `timeEstimate` | Int! | The time estimate on the issue |
| `totalTimeSpent` | Int! | Total time reported as spent on the issue |
| `closedAt` | Time |  |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `taskCompletionStatus` | TaskCompletionStatus! |  |
| `epic` | Epic | The epic to which issue belongs |
| `weight` | Int |  |
| `designs` | DesignCollection |  |
| `designCollection` | DesignCollection |  |

### IssuePermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `readIssue` | Boolean! | Whether or not a user can perform `read_issue` on this resource |
| `adminIssue` | Boolean! | Whether or not a user can perform `admin_issue` on this resource |
| `updateIssue` | Boolean! | Whether or not a user can perform `update_issue` on this resource |
| `createNote` | Boolean! | Whether or not a user can perform `create_note` on this resource |
| `reopenIssue` | Boolean! | Whether or not a user can perform `reopen_issue` on this resource |
| `readDesign` | Boolean! | Whether or not a user can perform `read_design` on this resource |
| `createDesign` | Boolean! | Whether or not a user can perform `create_design` on this resource |
| `destroyDesign` | Boolean! | Whether or not a user can perform `destroy_design` on this resource |

### Label

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `title` | String! |  |
| `color` | String! |  |
| `textColor` | String! |  |

### MergeRequest

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | MergeRequestPermissions! | Permissions for the current user on the resource |
| `id` | ID! |  |
| `iid` | String! |  |
| `title` | String! |  |
| `titleHtml` | String | The GitLab Flavored Markdown rendering of `title` |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `state` | MergeRequestState! |  |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `sourceProject` | Project |  |
| `targetProject` | Project! |  |
| `diffRefs` | DiffRefs |  |
| `project` | Project! |  |
| `projectId` | Int! |  |
| `sourceProjectId` | Int |  |
| `targetProjectId` | Int! |  |
| `sourceBranch` | String! |  |
| `targetBranch` | String! |  |
| `workInProgress` | Boolean! |  |
| `mergeWhenPipelineSucceeds` | Boolean |  |
| `diffHeadSha` | String |  |
| `mergeCommitSha` | String |  |
| `userNotesCount` | Int |  |
| `shouldRemoveSourceBranch` | Boolean |  |
| `forceRemoveSourceBranch` | Boolean |  |
| `mergeStatus` | String |  |
| `inProgressMergeCommitSha` | String |  |
| `mergeError` | String |  |
| `allowCollaboration` | Boolean |  |
| `shouldBeRebased` | Boolean! |  |
| `rebaseCommitSha` | String |  |
| `rebaseInProgress` | Boolean! |  |
| `mergeCommitMessage` | String |  |
| `defaultMergeCommitMessage` | String |  |
| `mergeOngoing` | Boolean! |  |
| `sourceBranchExists` | Boolean! |  |
| `mergeableDiscussionsState` | Boolean |  |
| `webUrl` | String |  |
| `upvotes` | Int! |  |
| `downvotes` | Int! |  |
| `subscribed` | Boolean! |  |
| `headPipeline` | Pipeline |  |
| `taskCompletionStatus` | TaskCompletionStatus! |  |

### MergeRequestPermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `readMergeRequest` | Boolean! | Whether or not a user can perform `read_merge_request` on this resource |
| `adminMergeRequest` | Boolean! | Whether or not a user can perform `admin_merge_request` on this resource |
| `updateMergeRequest` | Boolean! | Whether or not a user can perform `update_merge_request` on this resource |
| `createNote` | Boolean! | Whether or not a user can perform `create_note` on this resource |
| `pushToSourceBranch` | Boolean! | Whether or not a user can perform `push_to_source_branch` on this resource |
| `removeSourceBranch` | Boolean! | Whether or not a user can perform `remove_source_branch` on this resource |
| `cherryPickOnCurrentMergeRequest` | Boolean! | Whether or not a user can perform `cherry_pick_on_current_merge_request` on this resource |
| `revertOnCurrentMergeRequest` | Boolean! | Whether or not a user can perform `revert_on_current_merge_request` on this resource |

### MergeRequestSetWipPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `mergeRequest` | MergeRequest | The merge request after mutation |

### Metadata

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `version` | String! |  |
| `revision` | String! |  |

### Milestone

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `description` | String |  |
| `title` | String! |  |
| `state` | String! |  |
| `dueDate` | Time |  |
| `startDate` | Time |  |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |

### Namespace

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `name` | String! |  |
| `path` | String! |  |
| `fullName` | String! |  |
| `fullPath` | ID! |  |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `visibility` | String |  |
| `lfsEnabled` | Boolean |  |
| `requestAccessEnabled` | Boolean |  |
| `rootStorageStatistics` | RootStorageStatistics | The aggregated storage statistics. Only available for root namespaces |

### Note

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | NotePermissions! | Permissions for the current user on the resource |
| `id` | ID! |  |
| `project` | Project | The project this note is associated to |
| `author` | User! | The user who wrote this note |
| `resolvedBy` | User | The user that resolved the discussion |
| `system` | Boolean! | Whether or not this note was created by the system or by a user |
| `body` | String! | The content note itself |
| `bodyHtml` | String | The GitLab Flavored Markdown rendering of `note` |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `discussion` | Discussion | The discussion this note is a part of |
| `resolvable` | Boolean! |  |
| `resolvedAt` | Time | The time the discussion was resolved |
| `position` | DiffPosition | The position of this note on a diff |

### NotePermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `readNote` | Boolean! | Whether or not a user can perform `read_note` on this resource |
| `createNote` | Boolean! | Whether or not a user can perform `create_note` on this resource |
| `adminNote` | Boolean! | Whether or not a user can perform `admin_note` on this resource |
| `resolveNote` | Boolean! | Whether or not a user can perform `resolve_note` on this resource |
| `awardEmoji` | Boolean! | Whether or not a user can perform `award_emoji` on this resource |

### PageInfo

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `hasNextPage` | Boolean! | When paginating forwards, are there more items? |
| `hasPreviousPage` | Boolean! | When paginating backwards, are there more items? |
| `startCursor` | String | When paginating backwards, the cursor to continue. |
| `endCursor` | String | When paginating forwards, the cursor to continue. |

### Pipeline

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | PipelinePermissions! | Permissions for the current user on the resource |
| `id` | ID! |  |
| `iid` | String! |  |
| `sha` | String! |  |
| `beforeSha` | String |  |
| `status` | PipelineStatusEnum! |  |
| `detailedStatus` | DetailedStatus! |  |
| `duration` | Int | Duration of the pipeline in seconds |
| `coverage` | Float | Coverage percentage |
| `createdAt` | Time! |  |
| `updatedAt` | Time! |  |
| `startedAt` | Time |  |
| `finishedAt` | Time |  |
| `committedAt` | Time |  |

### PipelinePermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `updatePipeline` | Boolean! | Whether or not a user can perform `update_pipeline` on this resource |
| `adminPipeline` | Boolean! | Whether or not a user can perform `admin_pipeline` on this resource |
| `destroyPipeline` | Boolean! | Whether or not a user can perform `destroy_pipeline` on this resource |

### Project

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `userPermissions` | ProjectPermissions! | Permissions for the current user on the resource |
| `id` | ID! |  |
| `fullPath` | ID! |  |
| `path` | String! |  |
| `nameWithNamespace` | String! |  |
| `name` | String! |  |
| `description` | String |  |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `tagList` | String |  |
| `sshUrlToRepo` | String |  |
| `httpUrlToRepo` | String |  |
| `webUrl` | String |  |
| `starCount` | Int! |  |
| `forksCount` | Int! |  |
| `createdAt` | Time |  |
| `lastActivityAt` | Time |  |
| `archived` | Boolean |  |
| `visibility` | String |  |
| `containerRegistryEnabled` | Boolean |  |
| `sharedRunnersEnabled` | Boolean |  |
| `lfsEnabled` | Boolean |  |
| `mergeRequestsFfOnlyEnabled` | Boolean |  |
| `avatarUrl` | String |  |
| `issuesEnabled` | Boolean |  |
| `mergeRequestsEnabled` | Boolean |  |
| `wikiEnabled` | Boolean |  |
| `snippetsEnabled` | Boolean |  |
| `jobsEnabled` | Boolean |  |
| `publicJobs` | Boolean |  |
| `openIssuesCount` | Int |  |
| `importStatus` | String |  |
| `onlyAllowMergeIfPipelineSucceeds` | Boolean |  |
| `requestAccessEnabled` | Boolean |  |
| `onlyAllowMergeIfAllDiscussionsAreResolved` | Boolean |  |
| `printingMergeRequestLinkEnabled` | Boolean |  |
| `namespace` | Namespace |  |
| `group` | Group |  |
| `statistics` | ProjectStatistics |  |
| `repository` | Repository |  |
| `mergeRequest` | MergeRequest |  |
| `issue` | ExtendedIssue |  |

### ProjectPermissions

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `changeNamespace` | Boolean! | Whether or not a user can perform `change_namespace` on this resource |
| `changeVisibilityLevel` | Boolean! | Whether or not a user can perform `change_visibility_level` on this resource |
| `renameProject` | Boolean! | Whether or not a user can perform `rename_project` on this resource |
| `removeProject` | Boolean! | Whether or not a user can perform `remove_project` on this resource |
| `archiveProject` | Boolean! | Whether or not a user can perform `archive_project` on this resource |
| `removeForkProject` | Boolean! | Whether or not a user can perform `remove_fork_project` on this resource |
| `removePages` | Boolean! | Whether or not a user can perform `remove_pages` on this resource |
| `readProject` | Boolean! | Whether or not a user can perform `read_project` on this resource |
| `createMergeRequestIn` | Boolean! | Whether or not a user can perform `create_merge_request_in` on this resource |
| `readWiki` | Boolean! | Whether or not a user can perform `read_wiki` on this resource |
| `readProjectMember` | Boolean! | Whether or not a user can perform `read_project_member` on this resource |
| `createIssue` | Boolean! | Whether or not a user can perform `create_issue` on this resource |
| `uploadFile` | Boolean! | Whether or not a user can perform `upload_file` on this resource |
| `readCycleAnalytics` | Boolean! | Whether or not a user can perform `read_cycle_analytics` on this resource |
| `downloadCode` | Boolean! | Whether or not a user can perform `download_code` on this resource |
| `downloadWikiCode` | Boolean! | Whether or not a user can perform `download_wiki_code` on this resource |
| `forkProject` | Boolean! | Whether or not a user can perform `fork_project` on this resource |
| `createProjectSnippet` | Boolean! | Whether or not a user can perform `create_project_snippet` on this resource |
| `readCommitStatus` | Boolean! | Whether or not a user can perform `read_commit_status` on this resource |
| `requestAccess` | Boolean! | Whether or not a user can perform `request_access` on this resource |
| `createPipeline` | Boolean! | Whether or not a user can perform `create_pipeline` on this resource |
| `createPipelineSchedule` | Boolean! | Whether or not a user can perform `create_pipeline_schedule` on this resource |
| `createMergeRequestFrom` | Boolean! | Whether or not a user can perform `create_merge_request_from` on this resource |
| `createWiki` | Boolean! | Whether or not a user can perform `create_wiki` on this resource |
| `pushCode` | Boolean! | Whether or not a user can perform `push_code` on this resource |
| `createDeployment` | Boolean! | Whether or not a user can perform `create_deployment` on this resource |
| `pushToDeleteProtectedBranch` | Boolean! | Whether or not a user can perform `push_to_delete_protected_branch` on this resource |
| `adminWiki` | Boolean! | Whether or not a user can perform `admin_wiki` on this resource |
| `adminProject` | Boolean! | Whether or not a user can perform `admin_project` on this resource |
| `updatePages` | Boolean! | Whether or not a user can perform `update_pages` on this resource |
| `adminRemoteMirror` | Boolean! | Whether or not a user can perform `admin_remote_mirror` on this resource |
| `createLabel` | Boolean! | Whether or not a user can perform `create_label` on this resource |
| `updateWiki` | Boolean! | Whether or not a user can perform `update_wiki` on this resource |
| `destroyWiki` | Boolean! | Whether or not a user can perform `destroy_wiki` on this resource |
| `createPages` | Boolean! | Whether or not a user can perform `create_pages` on this resource |
| `destroyPages` | Boolean! | Whether or not a user can perform `destroy_pages` on this resource |
| `readPagesContent` | Boolean! | Whether or not a user can perform `read_pages_content` on this resource |
| `adminOperations` | Boolean! | Whether or not a user can perform `admin_operations` on this resource |
| `readDesign` | Boolean! | Whether or not a user can perform `read_design` on this resource |
| `createDesign` | Boolean! | Whether or not a user can perform `create_design` on this resource |
| `destroyDesign` | Boolean! | Whether or not a user can perform `destroy_design` on this resource |

### ProjectStatistics

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `commitCount` | Int! |  |
| `storageSize` | Int! |  |
| `repositorySize` | Int! |  |
| `lfsObjectsSize` | Int! |  |
| `buildArtifactsSize` | Int! |  |
| `packagesSize` | Int! |  |
| `wikiSize` | Int |  |

### RemoveAwardEmojiPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |

### Repository

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `rootRef` | String |  |
| `empty` | Boolean! |  |
| `exists` | Boolean! |  |
| `tree` | Tree |  |

### RootStorageStatistics

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `storageSize` | Int! | The total storage in bytes |
| `repositorySize` | Int! | The git repository size in bytes |
| `lfsObjectsSize` | Int! | The LFS objects size in bytes |
| `buildArtifactsSize` | Int! | The CI artifacts size in bytes |
| `packagesSize` | Int! | The packages size in bytes |
| `wikiSize` | Int! | The wiki size in bytes |

### Submodule

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `name` | String! |  |
| `type` | EntryType! |  |
| `path` | String! |  |
| `flatPath` | String! |  |
| `webUrl` | String |  |
| `treeUrl` | String |  |

### TaskCompletionStatus

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `count` | Int! |  |
| `completedCount` | Int! |  |

### Todo

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! | Id of the todo |
| `project` | Project | The project this todo is associated with |
| `group` | Group | Group this todo is associated with |
| `author` | User! | The owner of this todo |
| `action` | TodoActionEnum! | Action of the todo |
| `targetType` | TodoTargetEnum! | Target type of the todo |
| `body` | String! | Body of the todo |
| `state` | TodoStateEnum! | State of the todo |
| `createdAt` | Time! | Timestamp this todo was created |

### ToggleAwardEmojiPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |
| `toggledOn` | Boolean! | True when the emoji was awarded, false when it was removed |

### Tree

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `lastCommit` | Commit | Last commit for the tree |

### TreeEntry

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `id` | ID! |  |
| `name` | String! |  |
| `type` | EntryType! |  |
| `path` | String! |  |
| `flatPath` | String! |  |
| `webUrl` | String |  |

### UpdateEpicPayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `epic` | Epic | The epic after mutation |

### UpdateNotePayload

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `note` | Note | The note after mutation |

### User

| Name  | Type  | Description |
| ---   |  ---- | ----------  |
| `name` | String! |  |
| `username` | String! |  |
| `avatarUrl` | String! |  |
| `webUrl` | String! |  |