UNPKG

1.39 MBJSONView Raw
1{
2 "__schema": {
3 "queryType": {
4 "name": "QueryType"
5 },
6 "mutationType": {
7 "name": "MutationType"
8 },
9 "subscriptionType": {
10 "name": "SubscriptionType"
11 },
12 "types": [
13 {
14 "kind": "OBJECT",
15 "name": "QueryType",
16 "description": "",
17 "fields": [
18 {
19 "name": "Issue",
20 "description": "",
21 "args": [
22 {
23 "name": "id",
24 "description": "",
25 "type": {
26 "kind": "SCALAR",
27 "name": "ID",
28 "ofType": null
29 },
30 "defaultValue": null
31 },
32 {
33 "name": "number",
34 "description": "",
35 "type": {
36 "kind": "SCALAR",
37 "name": "Float",
38 "ofType": null
39 },
40 "defaultValue": null
41 },
42 {
43 "name": "name",
44 "description": "",
45 "type": {
46 "kind": "SCALAR",
47 "name": "String",
48 "ofType": null
49 },
50 "defaultValue": null
51 },
52 {
53 "name": "title",
54 "description": "",
55 "type": {
56 "kind": "SCALAR",
57 "name": "String",
58 "ofType": null
59 },
60 "defaultValue": null
61 },
62 {
63 "name": "body",
64 "description": "",
65 "type": {
66 "kind": "SCALAR",
67 "name": "String",
68 "ofType": null
69 },
70 "defaultValue": null
71 },
72 {
73 "name": "state",
74 "description": "",
75 "type": {
76 "kind": "ENUM",
77 "name": "IssueState",
78 "ofType": null
79 },
80 "defaultValue": null
81 },
82 {
83 "name": "timestamp",
84 "description": "",
85 "type": {
86 "kind": "SCALAR",
87 "name": "String",
88 "ofType": null
89 },
90 "defaultValue": null
91 },
92 {
93 "name": "action",
94 "description": "",
95 "type": {
96 "kind": "SCALAR",
97 "name": "String",
98 "ofType": null
99 },
100 "defaultValue": null
101 },
102 {
103 "name": "createdAt",
104 "description": "",
105 "type": {
106 "kind": "SCALAR",
107 "name": "String",
108 "ofType": null
109 },
110 "defaultValue": null
111 },
112 {
113 "name": "updatedAt",
114 "description": "",
115 "type": {
116 "kind": "SCALAR",
117 "name": "String",
118 "ofType": null
119 },
120 "defaultValue": null
121 },
122 {
123 "name": "closedAt",
124 "description": "",
125 "type": {
126 "kind": "SCALAR",
127 "name": "String",
128 "ofType": null
129 },
130 "defaultValue": null
131 },
132 {
133 "name": "ids",
134 "description": "",
135 "type": {
136 "kind": "LIST",
137 "name": null,
138 "ofType": {
139 "kind": "SCALAR",
140 "name": "ID",
141 "ofType": null
142 }
143 },
144 "defaultValue": null
145 },
146 {
147 "name": "numbers",
148 "description": "",
149 "type": {
150 "kind": "LIST",
151 "name": null,
152 "ofType": {
153 "kind": "SCALAR",
154 "name": "Float",
155 "ofType": null
156 }
157 },
158 "defaultValue": null
159 },
160 {
161 "name": "names",
162 "description": "",
163 "type": {
164 "kind": "LIST",
165 "name": null,
166 "ofType": {
167 "kind": "SCALAR",
168 "name": "String",
169 "ofType": null
170 }
171 },
172 "defaultValue": null
173 },
174 {
175 "name": "titles",
176 "description": "",
177 "type": {
178 "kind": "LIST",
179 "name": null,
180 "ofType": {
181 "kind": "SCALAR",
182 "name": "String",
183 "ofType": null
184 }
185 },
186 "defaultValue": null
187 },
188 {
189 "name": "bodys",
190 "description": "",
191 "type": {
192 "kind": "LIST",
193 "name": null,
194 "ofType": {
195 "kind": "SCALAR",
196 "name": "String",
197 "ofType": null
198 }
199 },
200 "defaultValue": null
201 },
202 {
203 "name": "states",
204 "description": "",
205 "type": {
206 "kind": "LIST",
207 "name": null,
208 "ofType": {
209 "kind": "ENUM",
210 "name": "IssueState",
211 "ofType": null
212 }
213 },
214 "defaultValue": null
215 },
216 {
217 "name": "timestamps",
218 "description": "",
219 "type": {
220 "kind": "LIST",
221 "name": null,
222 "ofType": {
223 "kind": "SCALAR",
224 "name": "String",
225 "ofType": null
226 }
227 },
228 "defaultValue": null
229 },
230 {
231 "name": "actions",
232 "description": "",
233 "type": {
234 "kind": "LIST",
235 "name": null,
236 "ofType": {
237 "kind": "SCALAR",
238 "name": "String",
239 "ofType": null
240 }
241 },
242 "defaultValue": null
243 },
244 {
245 "name": "createdAts",
246 "description": "",
247 "type": {
248 "kind": "LIST",
249 "name": null,
250 "ofType": {
251 "kind": "SCALAR",
252 "name": "String",
253 "ofType": null
254 }
255 },
256 "defaultValue": null
257 },
258 {
259 "name": "updatedAts",
260 "description": "",
261 "type": {
262 "kind": "LIST",
263 "name": null,
264 "ofType": {
265 "kind": "SCALAR",
266 "name": "String",
267 "ofType": null
268 }
269 },
270 "defaultValue": null
271 },
272 {
273 "name": "closedAts",
274 "description": "",
275 "type": {
276 "kind": "LIST",
277 "name": null,
278 "ofType": {
279 "kind": "SCALAR",
280 "name": "String",
281 "ofType": null
282 }
283 },
284 "defaultValue": null
285 },
286 {
287 "name": "orderBy",
288 "description": "",
289 "type": {
290 "kind": "LIST",
291 "name": null,
292 "ofType": {
293 "kind": "ENUM",
294 "name": "_IssueOrdering",
295 "ofType": null
296 }
297 },
298 "defaultValue": null
299 },
300 {
301 "name": "_id",
302 "description": "",
303 "type": {
304 "kind": "SCALAR",
305 "name": "Int",
306 "ofType": null
307 },
308 "defaultValue": null
309 },
310 {
311 "name": "first",
312 "description": "",
313 "type": {
314 "kind": "SCALAR",
315 "name": "Int",
316 "ofType": null
317 },
318 "defaultValue": null
319 },
320 {
321 "name": "offset",
322 "description": "",
323 "type": {
324 "kind": "SCALAR",
325 "name": "Int",
326 "ofType": null
327 },
328 "defaultValue": null
329 }
330 ],
331 "type": {
332 "kind": "LIST",
333 "name": null,
334 "ofType": {
335 "kind": "OBJECT",
336 "name": "Issue",
337 "ofType": null
338 }
339 },
340 "isDeprecated": false,
341 "deprecationReason": null
342 },
343 {
344 "name": "Comment",
345 "description": "",
346 "args": [
347 {
348 "name": "id",
349 "description": "",
350 "type": {
351 "kind": "SCALAR",
352 "name": "ID",
353 "ofType": null
354 },
355 "defaultValue": null
356 },
357 {
358 "name": "body",
359 "description": "",
360 "type": {
361 "kind": "SCALAR",
362 "name": "String",
363 "ofType": null
364 },
365 "defaultValue": null
366 },
367 {
368 "name": "timestamp",
369 "description": "",
370 "type": {
371 "kind": "SCALAR",
372 "name": "String",
373 "ofType": null
374 },
375 "defaultValue": null
376 },
377 {
378 "name": "createdAt",
379 "description": "",
380 "type": {
381 "kind": "SCALAR",
382 "name": "String",
383 "ofType": null
384 },
385 "defaultValue": null
386 },
387 {
388 "name": "updatedAt",
389 "description": "",
390 "type": {
391 "kind": "SCALAR",
392 "name": "String",
393 "ofType": null
394 },
395 "defaultValue": null
396 },
397 {
398 "name": "commentId",
399 "description": "",
400 "type": {
401 "kind": "SCALAR",
402 "name": "String",
403 "ofType": null
404 },
405 "defaultValue": null
406 },
407 {
408 "name": "gitHubId",
409 "description": "",
410 "type": {
411 "kind": "SCALAR",
412 "name": "String",
413 "ofType": null
414 },
415 "defaultValue": null
416 },
417 {
418 "name": "path",
419 "description": "",
420 "type": {
421 "kind": "SCALAR",
422 "name": "String",
423 "ofType": null
424 },
425 "defaultValue": null
426 },
427 {
428 "name": "position",
429 "description": "",
430 "type": {
431 "kind": "SCALAR",
432 "name": "String",
433 "ofType": null
434 },
435 "defaultValue": null
436 },
437 {
438 "name": "htmlUrl",
439 "description": "",
440 "type": {
441 "kind": "SCALAR",
442 "name": "String",
443 "ofType": null
444 },
445 "defaultValue": null
446 },
447 {
448 "name": "commentType",
449 "description": "",
450 "type": {
451 "kind": "ENUM",
452 "name": "CommentCommentType",
453 "ofType": null
454 },
455 "defaultValue": null
456 },
457 {
458 "name": "ids",
459 "description": "",
460 "type": {
461 "kind": "LIST",
462 "name": null,
463 "ofType": {
464 "kind": "SCALAR",
465 "name": "ID",
466 "ofType": null
467 }
468 },
469 "defaultValue": null
470 },
471 {
472 "name": "bodys",
473 "description": "",
474 "type": {
475 "kind": "LIST",
476 "name": null,
477 "ofType": {
478 "kind": "SCALAR",
479 "name": "String",
480 "ofType": null
481 }
482 },
483 "defaultValue": null
484 },
485 {
486 "name": "timestamps",
487 "description": "",
488 "type": {
489 "kind": "LIST",
490 "name": null,
491 "ofType": {
492 "kind": "SCALAR",
493 "name": "String",
494 "ofType": null
495 }
496 },
497 "defaultValue": null
498 },
499 {
500 "name": "createdAts",
501 "description": "",
502 "type": {
503 "kind": "LIST",
504 "name": null,
505 "ofType": {
506 "kind": "SCALAR",
507 "name": "String",
508 "ofType": null
509 }
510 },
511 "defaultValue": null
512 },
513 {
514 "name": "updatedAts",
515 "description": "",
516 "type": {
517 "kind": "LIST",
518 "name": null,
519 "ofType": {
520 "kind": "SCALAR",
521 "name": "String",
522 "ofType": null
523 }
524 },
525 "defaultValue": null
526 },
527 {
528 "name": "commentIds",
529 "description": "",
530 "type": {
531 "kind": "LIST",
532 "name": null,
533 "ofType": {
534 "kind": "SCALAR",
535 "name": "String",
536 "ofType": null
537 }
538 },
539 "defaultValue": null
540 },
541 {
542 "name": "gitHubIds",
543 "description": "",
544 "type": {
545 "kind": "LIST",
546 "name": null,
547 "ofType": {
548 "kind": "SCALAR",
549 "name": "String",
550 "ofType": null
551 }
552 },
553 "defaultValue": null
554 },
555 {
556 "name": "paths",
557 "description": "",
558 "type": {
559 "kind": "LIST",
560 "name": null,
561 "ofType": {
562 "kind": "SCALAR",
563 "name": "String",
564 "ofType": null
565 }
566 },
567 "defaultValue": null
568 },
569 {
570 "name": "positions",
571 "description": "",
572 "type": {
573 "kind": "LIST",
574 "name": null,
575 "ofType": {
576 "kind": "SCALAR",
577 "name": "String",
578 "ofType": null
579 }
580 },
581 "defaultValue": null
582 },
583 {
584 "name": "htmlUrls",
585 "description": "",
586 "type": {
587 "kind": "LIST",
588 "name": null,
589 "ofType": {
590 "kind": "SCALAR",
591 "name": "String",
592 "ofType": null
593 }
594 },
595 "defaultValue": null
596 },
597 {
598 "name": "commentTypes",
599 "description": "",
600 "type": {
601 "kind": "LIST",
602 "name": null,
603 "ofType": {
604 "kind": "ENUM",
605 "name": "CommentCommentType",
606 "ofType": null
607 }
608 },
609 "defaultValue": null
610 },
611 {
612 "name": "orderBy",
613 "description": "",
614 "type": {
615 "kind": "LIST",
616 "name": null,
617 "ofType": {
618 "kind": "ENUM",
619 "name": "_CommentOrdering",
620 "ofType": null
621 }
622 },
623 "defaultValue": null
624 },
625 {
626 "name": "_id",
627 "description": "",
628 "type": {
629 "kind": "SCALAR",
630 "name": "Int",
631 "ofType": null
632 },
633 "defaultValue": null
634 },
635 {
636 "name": "first",
637 "description": "",
638 "type": {
639 "kind": "SCALAR",
640 "name": "Int",
641 "ofType": null
642 },
643 "defaultValue": null
644 },
645 {
646 "name": "offset",
647 "description": "",
648 "type": {
649 "kind": "SCALAR",
650 "name": "Int",
651 "ofType": null
652 },
653 "defaultValue": null
654 }
655 ],
656 "type": {
657 "kind": "LIST",
658 "name": null,
659 "ofType": {
660 "kind": "OBJECT",
661 "name": "Comment",
662 "ofType": null
663 }
664 },
665 "isDeprecated": false,
666 "deprecationReason": null
667 },
668 {
669 "name": "Label",
670 "description": "",
671 "args": [
672 {
673 "name": "id",
674 "description": "",
675 "type": {
676 "kind": "SCALAR",
677 "name": "ID",
678 "ofType": null
679 },
680 "defaultValue": null
681 },
682 {
683 "name": "name",
684 "description": "",
685 "type": {
686 "kind": "SCALAR",
687 "name": "String",
688 "ofType": null
689 },
690 "defaultValue": null
691 },
692 {
693 "name": "default",
694 "description": "",
695 "type": {
696 "kind": "SCALAR",
697 "name": "String",
698 "ofType": null
699 },
700 "defaultValue": null
701 },
702 {
703 "name": "color",
704 "description": "",
705 "type": {
706 "kind": "SCALAR",
707 "name": "String",
708 "ofType": null
709 },
710 "defaultValue": null
711 },
712 {
713 "name": "ids",
714 "description": "",
715 "type": {
716 "kind": "LIST",
717 "name": null,
718 "ofType": {
719 "kind": "SCALAR",
720 "name": "ID",
721 "ofType": null
722 }
723 },
724 "defaultValue": null
725 },
726 {
727 "name": "names",
728 "description": "",
729 "type": {
730 "kind": "LIST",
731 "name": null,
732 "ofType": {
733 "kind": "SCALAR",
734 "name": "String",
735 "ofType": null
736 }
737 },
738 "defaultValue": null
739 },
740 {
741 "name": "defaults",
742 "description": "",
743 "type": {
744 "kind": "LIST",
745 "name": null,
746 "ofType": {
747 "kind": "SCALAR",
748 "name": "String",
749 "ofType": null
750 }
751 },
752 "defaultValue": null
753 },
754 {
755 "name": "colors",
756 "description": "",
757 "type": {
758 "kind": "LIST",
759 "name": null,
760 "ofType": {
761 "kind": "SCALAR",
762 "name": "String",
763 "ofType": null
764 }
765 },
766 "defaultValue": null
767 },
768 {
769 "name": "orderBy",
770 "description": "",
771 "type": {
772 "kind": "LIST",
773 "name": null,
774 "ofType": {
775 "kind": "ENUM",
776 "name": "_LabelOrdering",
777 "ofType": null
778 }
779 },
780 "defaultValue": null
781 },
782 {
783 "name": "_id",
784 "description": "",
785 "type": {
786 "kind": "SCALAR",
787 "name": "Int",
788 "ofType": null
789 },
790 "defaultValue": null
791 },
792 {
793 "name": "first",
794 "description": "",
795 "type": {
796 "kind": "SCALAR",
797 "name": "Int",
798 "ofType": null
799 },
800 "defaultValue": null
801 },
802 {
803 "name": "offset",
804 "description": "",
805 "type": {
806 "kind": "SCALAR",
807 "name": "Int",
808 "ofType": null
809 },
810 "defaultValue": null
811 }
812 ],
813 "type": {
814 "kind": "LIST",
815 "name": null,
816 "ofType": {
817 "kind": "OBJECT",
818 "name": "Label",
819 "ofType": null
820 }
821 },
822 "isDeprecated": false,
823 "deprecationReason": null
824 },
825 {
826 "name": "Repo",
827 "description": "",
828 "args": [
829 {
830 "name": "id",
831 "description": "",
832 "type": {
833 "kind": "SCALAR",
834 "name": "ID",
835 "ofType": null
836 },
837 "defaultValue": null
838 },
839 {
840 "name": "owner",
841 "description": "",
842 "type": {
843 "kind": "SCALAR",
844 "name": "String",
845 "ofType": null
846 },
847 "defaultValue": null
848 },
849 {
850 "name": "name",
851 "description": "",
852 "type": {
853 "kind": "SCALAR",
854 "name": "String",
855 "ofType": null
856 },
857 "defaultValue": null
858 },
859 {
860 "name": "allowRebaseMerge",
861 "description": "",
862 "type": {
863 "kind": "SCALAR",
864 "name": "Boolean",
865 "ofType": null
866 },
867 "defaultValue": null
868 },
869 {
870 "name": "allowSquashMerge",
871 "description": "",
872 "type": {
873 "kind": "SCALAR",
874 "name": "Boolean",
875 "ofType": null
876 },
877 "defaultValue": null
878 },
879 {
880 "name": "allowMergeCommit",
881 "description": "",
882 "type": {
883 "kind": "SCALAR",
884 "name": "Boolean",
885 "ofType": null
886 },
887 "defaultValue": null
888 },
889 {
890 "name": "repoId",
891 "description": "",
892 "type": {
893 "kind": "SCALAR",
894 "name": "String",
895 "ofType": null
896 },
897 "defaultValue": null
898 },
899 {
900 "name": "gitHubId",
901 "description": "",
902 "type": {
903 "kind": "SCALAR",
904 "name": "String",
905 "ofType": null
906 },
907 "defaultValue": null
908 },
909 {
910 "name": "defaultBranch",
911 "description": "",
912 "type": {
913 "kind": "SCALAR",
914 "name": "String",
915 "ofType": null
916 },
917 "defaultValue": null
918 },
919 {
920 "name": "ids",
921 "description": "",
922 "type": {
923 "kind": "LIST",
924 "name": null,
925 "ofType": {
926 "kind": "SCALAR",
927 "name": "ID",
928 "ofType": null
929 }
930 },
931 "defaultValue": null
932 },
933 {
934 "name": "owners",
935 "description": "",
936 "type": {
937 "kind": "LIST",
938 "name": null,
939 "ofType": {
940 "kind": "SCALAR",
941 "name": "String",
942 "ofType": null
943 }
944 },
945 "defaultValue": null
946 },
947 {
948 "name": "names",
949 "description": "",
950 "type": {
951 "kind": "LIST",
952 "name": null,
953 "ofType": {
954 "kind": "SCALAR",
955 "name": "String",
956 "ofType": null
957 }
958 },
959 "defaultValue": null
960 },
961 {
962 "name": "repoIds",
963 "description": "",
964 "type": {
965 "kind": "LIST",
966 "name": null,
967 "ofType": {
968 "kind": "SCALAR",
969 "name": "String",
970 "ofType": null
971 }
972 },
973 "defaultValue": null
974 },
975 {
976 "name": "gitHubIds",
977 "description": "",
978 "type": {
979 "kind": "LIST",
980 "name": null,
981 "ofType": {
982 "kind": "SCALAR",
983 "name": "String",
984 "ofType": null
985 }
986 },
987 "defaultValue": null
988 },
989 {
990 "name": "defaultBranchs",
991 "description": "",
992 "type": {
993 "kind": "LIST",
994 "name": null,
995 "ofType": {
996 "kind": "SCALAR",
997 "name": "String",
998 "ofType": null
999 }
1000 },
1001 "defaultValue": null
1002 },
1003 {
1004 "name": "orderBy",
1005 "description": "",
1006 "type": {
1007 "kind": "LIST",
1008 "name": null,
1009 "ofType": {
1010 "kind": "ENUM",
1011 "name": "_RepoOrdering",
1012 "ofType": null
1013 }
1014 },
1015 "defaultValue": null
1016 },
1017 {
1018 "name": "_id",
1019 "description": "",
1020 "type": {
1021 "kind": "SCALAR",
1022 "name": "Int",
1023 "ofType": null
1024 },
1025 "defaultValue": null
1026 },
1027 {
1028 "name": "first",
1029 "description": "",
1030 "type": {
1031 "kind": "SCALAR",
1032 "name": "Int",
1033 "ofType": null
1034 },
1035 "defaultValue": null
1036 },
1037 {
1038 "name": "offset",
1039 "description": "",
1040 "type": {
1041 "kind": "SCALAR",
1042 "name": "Int",
1043 "ofType": null
1044 },
1045 "defaultValue": null
1046 }
1047 ],
1048 "type": {
1049 "kind": "LIST",
1050 "name": null,
1051 "ofType": {
1052 "kind": "OBJECT",
1053 "name": "Repo",
1054 "ofType": null
1055 }
1056 },
1057 "isDeprecated": false,
1058 "deprecationReason": null
1059 },
1060 {
1061 "name": "Commit",
1062 "description": "",
1063 "args": [
1064 {
1065 "name": "sha",
1066 "description": "",
1067 "type": {
1068 "kind": "SCALAR",
1069 "name": "String",
1070 "ofType": null
1071 },
1072 "defaultValue": null
1073 },
1074 {
1075 "name": "message",
1076 "description": "",
1077 "type": {
1078 "kind": "SCALAR",
1079 "name": "String",
1080 "ofType": null
1081 },
1082 "defaultValue": null
1083 },
1084 {
1085 "name": "timestamp",
1086 "description": "",
1087 "type": {
1088 "kind": "SCALAR",
1089 "name": "String",
1090 "ofType": null
1091 },
1092 "defaultValue": null
1093 },
1094 {
1095 "name": "shas",
1096 "description": "",
1097 "type": {
1098 "kind": "LIST",
1099 "name": null,
1100 "ofType": {
1101 "kind": "SCALAR",
1102 "name": "String",
1103 "ofType": null
1104 }
1105 },
1106 "defaultValue": null
1107 },
1108 {
1109 "name": "messages",
1110 "description": "",
1111 "type": {
1112 "kind": "LIST",
1113 "name": null,
1114 "ofType": {
1115 "kind": "SCALAR",
1116 "name": "String",
1117 "ofType": null
1118 }
1119 },
1120 "defaultValue": null
1121 },
1122 {
1123 "name": "timestamps",
1124 "description": "",
1125 "type": {
1126 "kind": "LIST",
1127 "name": null,
1128 "ofType": {
1129 "kind": "SCALAR",
1130 "name": "String",
1131 "ofType": null
1132 }
1133 },
1134 "defaultValue": null
1135 },
1136 {
1137 "name": "orderBy",
1138 "description": "",
1139 "type": {
1140 "kind": "LIST",
1141 "name": null,
1142 "ofType": {
1143 "kind": "ENUM",
1144 "name": "_CommitOrdering",
1145 "ofType": null
1146 }
1147 },
1148 "defaultValue": null
1149 },
1150 {
1151 "name": "_id",
1152 "description": "",
1153 "type": {
1154 "kind": "SCALAR",
1155 "name": "Int",
1156 "ofType": null
1157 },
1158 "defaultValue": null
1159 },
1160 {
1161 "name": "first",
1162 "description": "",
1163 "type": {
1164 "kind": "SCALAR",
1165 "name": "Int",
1166 "ofType": null
1167 },
1168 "defaultValue": null
1169 },
1170 {
1171 "name": "offset",
1172 "description": "",
1173 "type": {
1174 "kind": "SCALAR",
1175 "name": "Int",
1176 "ofType": null
1177 },
1178 "defaultValue": null
1179 }
1180 ],
1181 "type": {
1182 "kind": "LIST",
1183 "name": null,
1184 "ofType": {
1185 "kind": "OBJECT",
1186 "name": "Commit",
1187 "ofType": null
1188 }
1189 },
1190 "isDeprecated": false,
1191 "deprecationReason": null
1192 },
1193 {
1194 "name": "Push",
1195 "description": "",
1196 "args": [
1197 {
1198 "name": "id",
1199 "description": "",
1200 "type": {
1201 "kind": "SCALAR",
1202 "name": "ID",
1203 "ofType": null
1204 },
1205 "defaultValue": null
1206 },
1207 {
1208 "name": "timestamp",
1209 "description": "",
1210 "type": {
1211 "kind": "SCALAR",
1212 "name": "String",
1213 "ofType": null
1214 },
1215 "defaultValue": null
1216 },
1217 {
1218 "name": "branch",
1219 "description": "",
1220 "type": {
1221 "kind": "SCALAR",
1222 "name": "String",
1223 "ofType": null
1224 },
1225 "defaultValue": null
1226 },
1227 {
1228 "name": "ids",
1229 "description": "",
1230 "type": {
1231 "kind": "LIST",
1232 "name": null,
1233 "ofType": {
1234 "kind": "SCALAR",
1235 "name": "ID",
1236 "ofType": null
1237 }
1238 },
1239 "defaultValue": null
1240 },
1241 {
1242 "name": "timestamps",
1243 "description": "",
1244 "type": {
1245 "kind": "LIST",
1246 "name": null,
1247 "ofType": {
1248 "kind": "SCALAR",
1249 "name": "String",
1250 "ofType": null
1251 }
1252 },
1253 "defaultValue": null
1254 },
1255 {
1256 "name": "branchs",
1257 "description": "",
1258 "type": {
1259 "kind": "LIST",
1260 "name": null,
1261 "ofType": {
1262 "kind": "SCALAR",
1263 "name": "String",
1264 "ofType": null
1265 }
1266 },
1267 "defaultValue": null
1268 },
1269 {
1270 "name": "orderBy",
1271 "description": "",
1272 "type": {
1273 "kind": "LIST",
1274 "name": null,
1275 "ofType": {
1276 "kind": "ENUM",
1277 "name": "_PushOrdering",
1278 "ofType": null
1279 }
1280 },
1281 "defaultValue": null
1282 },
1283 {
1284 "name": "_id",
1285 "description": "",
1286 "type": {
1287 "kind": "SCALAR",
1288 "name": "Int",
1289 "ofType": null
1290 },
1291 "defaultValue": null
1292 },
1293 {
1294 "name": "first",
1295 "description": "",
1296 "type": {
1297 "kind": "SCALAR",
1298 "name": "Int",
1299 "ofType": null
1300 },
1301 "defaultValue": null
1302 },
1303 {
1304 "name": "offset",
1305 "description": "",
1306 "type": {
1307 "kind": "SCALAR",
1308 "name": "Int",
1309 "ofType": null
1310 },
1311 "defaultValue": null
1312 }
1313 ],
1314 "type": {
1315 "kind": "LIST",
1316 "name": null,
1317 "ofType": {
1318 "kind": "OBJECT",
1319 "name": "Push",
1320 "ofType": null
1321 }
1322 },
1323 "isDeprecated": false,
1324 "deprecationReason": null
1325 },
1326 {
1327 "name": "Build",
1328 "description": "",
1329 "args": [
1330 {
1331 "name": "id",
1332 "description": "",
1333 "type": {
1334 "kind": "SCALAR",
1335 "name": "ID",
1336 "ofType": null
1337 },
1338 "defaultValue": null
1339 },
1340 {
1341 "name": "buildId",
1342 "description": "",
1343 "type": {
1344 "kind": "SCALAR",
1345 "name": "String",
1346 "ofType": null
1347 },
1348 "defaultValue": null
1349 },
1350 {
1351 "name": "number",
1352 "description": "",
1353 "type": {
1354 "kind": "SCALAR",
1355 "name": "Int",
1356 "ofType": null
1357 },
1358 "defaultValue": null
1359 },
1360 {
1361 "name": "name",
1362 "description": "",
1363 "type": {
1364 "kind": "SCALAR",
1365 "name": "String",
1366 "ofType": null
1367 },
1368 "defaultValue": null
1369 },
1370 {
1371 "name": "status",
1372 "description": "",
1373 "type": {
1374 "kind": "ENUM",
1375 "name": "BuildStatus",
1376 "ofType": null
1377 },
1378 "defaultValue": null
1379 },
1380 {
1381 "name": "buildUrl",
1382 "description": "",
1383 "type": {
1384 "kind": "SCALAR",
1385 "name": "String",
1386 "ofType": null
1387 },
1388 "defaultValue": null
1389 },
1390 {
1391 "name": "compareUrl",
1392 "description": "",
1393 "type": {
1394 "kind": "SCALAR",
1395 "name": "String",
1396 "ofType": null
1397 },
1398 "defaultValue": null
1399 },
1400 {
1401 "name": "trigger",
1402 "description": "",
1403 "type": {
1404 "kind": "ENUM",
1405 "name": "BuildTrigger",
1406 "ofType": null
1407 },
1408 "defaultValue": null
1409 },
1410 {
1411 "name": "provider",
1412 "description": "",
1413 "type": {
1414 "kind": "SCALAR",
1415 "name": "String",
1416 "ofType": null
1417 },
1418 "defaultValue": null
1419 },
1420 {
1421 "name": "pullRequestNumber",
1422 "description": "",
1423 "type": {
1424 "kind": "SCALAR",
1425 "name": "Float",
1426 "ofType": null
1427 },
1428 "defaultValue": null
1429 },
1430 {
1431 "name": "startedAt",
1432 "description": "",
1433 "type": {
1434 "kind": "SCALAR",
1435 "name": "String",
1436 "ofType": null
1437 },
1438 "defaultValue": null
1439 },
1440 {
1441 "name": "finishedAt",
1442 "description": "",
1443 "type": {
1444 "kind": "SCALAR",
1445 "name": "String",
1446 "ofType": null
1447 },
1448 "defaultValue": null
1449 },
1450 {
1451 "name": "timestamp",
1452 "description": "",
1453 "type": {
1454 "kind": "SCALAR",
1455 "name": "String",
1456 "ofType": null
1457 },
1458 "defaultValue": null
1459 },
1460 {
1461 "name": "workflowId",
1462 "description": "",
1463 "type": {
1464 "kind": "SCALAR",
1465 "name": "String",
1466 "ofType": null
1467 },
1468 "defaultValue": null
1469 },
1470 {
1471 "name": "jobName",
1472 "description": "",
1473 "type": {
1474 "kind": "SCALAR",
1475 "name": "String",
1476 "ofType": null
1477 },
1478 "defaultValue": null
1479 },
1480 {
1481 "name": "jobId",
1482 "description": "",
1483 "type": {
1484 "kind": "SCALAR",
1485 "name": "String",
1486 "ofType": null
1487 },
1488 "defaultValue": null
1489 },
1490 {
1491 "name": "data",
1492 "description": "",
1493 "type": {
1494 "kind": "SCALAR",
1495 "name": "String",
1496 "ofType": null
1497 },
1498 "defaultValue": null
1499 },
1500 {
1501 "name": "ids",
1502 "description": "",
1503 "type": {
1504 "kind": "LIST",
1505 "name": null,
1506 "ofType": {
1507 "kind": "SCALAR",
1508 "name": "ID",
1509 "ofType": null
1510 }
1511 },
1512 "defaultValue": null
1513 },
1514 {
1515 "name": "buildIds",
1516 "description": "",
1517 "type": {
1518 "kind": "LIST",
1519 "name": null,
1520 "ofType": {
1521 "kind": "SCALAR",
1522 "name": "String",
1523 "ofType": null
1524 }
1525 },
1526 "defaultValue": null
1527 },
1528 {
1529 "name": "numbers",
1530 "description": "",
1531 "type": {
1532 "kind": "LIST",
1533 "name": null,
1534 "ofType": {
1535 "kind": "SCALAR",
1536 "name": "Int",
1537 "ofType": null
1538 }
1539 },
1540 "defaultValue": null
1541 },
1542 {
1543 "name": "names",
1544 "description": "",
1545 "type": {
1546 "kind": "LIST",
1547 "name": null,
1548 "ofType": {
1549 "kind": "SCALAR",
1550 "name": "String",
1551 "ofType": null
1552 }
1553 },
1554 "defaultValue": null
1555 },
1556 {
1557 "name": "statuss",
1558 "description": "",
1559 "type": {
1560 "kind": "LIST",
1561 "name": null,
1562 "ofType": {
1563 "kind": "ENUM",
1564 "name": "BuildStatus",
1565 "ofType": null
1566 }
1567 },
1568 "defaultValue": null
1569 },
1570 {
1571 "name": "buildUrls",
1572 "description": "",
1573 "type": {
1574 "kind": "LIST",
1575 "name": null,
1576 "ofType": {
1577 "kind": "SCALAR",
1578 "name": "String",
1579 "ofType": null
1580 }
1581 },
1582 "defaultValue": null
1583 },
1584 {
1585 "name": "compareUrls",
1586 "description": "",
1587 "type": {
1588 "kind": "LIST",
1589 "name": null,
1590 "ofType": {
1591 "kind": "SCALAR",
1592 "name": "String",
1593 "ofType": null
1594 }
1595 },
1596 "defaultValue": null
1597 },
1598 {
1599 "name": "triggers",
1600 "description": "",
1601 "type": {
1602 "kind": "LIST",
1603 "name": null,
1604 "ofType": {
1605 "kind": "ENUM",
1606 "name": "BuildTrigger",
1607 "ofType": null
1608 }
1609 },
1610 "defaultValue": null
1611 },
1612 {
1613 "name": "providers",
1614 "description": "",
1615 "type": {
1616 "kind": "LIST",
1617 "name": null,
1618 "ofType": {
1619 "kind": "SCALAR",
1620 "name": "String",
1621 "ofType": null
1622 }
1623 },
1624 "defaultValue": null
1625 },
1626 {
1627 "name": "pullRequestNumbers",
1628 "description": "",
1629 "type": {
1630 "kind": "LIST",
1631 "name": null,
1632 "ofType": {
1633 "kind": "SCALAR",
1634 "name": "Float",
1635 "ofType": null
1636 }
1637 },
1638 "defaultValue": null
1639 },
1640 {
1641 "name": "startedAts",
1642 "description": "",
1643 "type": {
1644 "kind": "LIST",
1645 "name": null,
1646 "ofType": {
1647 "kind": "SCALAR",
1648 "name": "String",
1649 "ofType": null
1650 }
1651 },
1652 "defaultValue": null
1653 },
1654 {
1655 "name": "finishedAts",
1656 "description": "",
1657 "type": {
1658 "kind": "LIST",
1659 "name": null,
1660 "ofType": {
1661 "kind": "SCALAR",
1662 "name": "String",
1663 "ofType": null
1664 }
1665 },
1666 "defaultValue": null
1667 },
1668 {
1669 "name": "timestamps",
1670 "description": "",
1671 "type": {
1672 "kind": "LIST",
1673 "name": null,
1674 "ofType": {
1675 "kind": "SCALAR",
1676 "name": "String",
1677 "ofType": null
1678 }
1679 },
1680 "defaultValue": null
1681 },
1682 {
1683 "name": "workflowIds",
1684 "description": "",
1685 "type": {
1686 "kind": "LIST",
1687 "name": null,
1688 "ofType": {
1689 "kind": "SCALAR",
1690 "name": "String",
1691 "ofType": null
1692 }
1693 },
1694 "defaultValue": null
1695 },
1696 {
1697 "name": "jobNames",
1698 "description": "",
1699 "type": {
1700 "kind": "LIST",
1701 "name": null,
1702 "ofType": {
1703 "kind": "SCALAR",
1704 "name": "String",
1705 "ofType": null
1706 }
1707 },
1708 "defaultValue": null
1709 },
1710 {
1711 "name": "jobIds",
1712 "description": "",
1713 "type": {
1714 "kind": "LIST",
1715 "name": null,
1716 "ofType": {
1717 "kind": "SCALAR",
1718 "name": "String",
1719 "ofType": null
1720 }
1721 },
1722 "defaultValue": null
1723 },
1724 {
1725 "name": "datas",
1726 "description": "",
1727 "type": {
1728 "kind": "LIST",
1729 "name": null,
1730 "ofType": {
1731 "kind": "SCALAR",
1732 "name": "String",
1733 "ofType": null
1734 }
1735 },
1736 "defaultValue": null
1737 },
1738 {
1739 "name": "orderBy",
1740 "description": "",
1741 "type": {
1742 "kind": "LIST",
1743 "name": null,
1744 "ofType": {
1745 "kind": "ENUM",
1746 "name": "_BuildOrdering",
1747 "ofType": null
1748 }
1749 },
1750 "defaultValue": null
1751 },
1752 {
1753 "name": "_id",
1754 "description": "",
1755 "type": {
1756 "kind": "SCALAR",
1757 "name": "Int",
1758 "ofType": null
1759 },
1760 "defaultValue": null
1761 },
1762 {
1763 "name": "first",
1764 "description": "",
1765 "type": {
1766 "kind": "SCALAR",
1767 "name": "Int",
1768 "ofType": null
1769 },
1770 "defaultValue": null
1771 },
1772 {
1773 "name": "offset",
1774 "description": "",
1775 "type": {
1776 "kind": "SCALAR",
1777 "name": "Int",
1778 "ofType": null
1779 },
1780 "defaultValue": null
1781 }
1782 ],
1783 "type": {
1784 "kind": "LIST",
1785 "name": null,
1786 "ofType": {
1787 "kind": "OBJECT",
1788 "name": "Build",
1789 "ofType": null
1790 }
1791 },
1792 "isDeprecated": false,
1793 "deprecationReason": null
1794 },
1795 {
1796 "name": "Pipeline",
1797 "description": "",
1798 "args": [
1799 {
1800 "name": "_id",
1801 "description": "",
1802 "type": {
1803 "kind": "SCALAR",
1804 "name": "Int",
1805 "ofType": null
1806 },
1807 "defaultValue": null
1808 },
1809 {
1810 "name": "pipelineId",
1811 "description": "",
1812 "type": {
1813 "kind": "SCALAR",
1814 "name": "ID",
1815 "ofType": null
1816 },
1817 "defaultValue": null
1818 },
1819 {
1820 "name": "provider",
1821 "description": "",
1822 "type": {
1823 "kind": "SCALAR",
1824 "name": "String",
1825 "ofType": null
1826 },
1827 "defaultValue": null
1828 },
1829 {
1830 "name": "Status",
1831 "description": "",
1832 "type": {
1833 "kind": "ENUM",
1834 "name": "PipelineStatus",
1835 "ofType": null
1836 },
1837 "defaultValue": null
1838 }
1839 ],
1840 "type": {
1841 "kind": "LIST",
1842 "name": null,
1843 "ofType": {
1844 "kind": "OBJECT",
1845 "name": "Pipeline",
1846 "ofType": null
1847 }
1848 },
1849 "isDeprecated": false,
1850 "deprecationReason": null
1851 },
1852 {
1853 "name": "Stage",
1854 "description": "",
1855 "args": [
1856 {
1857 "name": "_id",
1858 "description": "",
1859 "type": {
1860 "kind": "SCALAR",
1861 "name": "Int",
1862 "ofType": null
1863 },
1864 "defaultValue": null
1865 },
1866 {
1867 "name": "name",
1868 "description": "",
1869 "type": {
1870 "kind": "SCALAR",
1871 "name": "String",
1872 "ofType": null
1873 },
1874 "defaultValue": null
1875 }
1876 ],
1877 "type": {
1878 "kind": "LIST",
1879 "name": null,
1880 "ofType": {
1881 "kind": "OBJECT",
1882 "name": "Stage",
1883 "ofType": null
1884 }
1885 },
1886 "isDeprecated": false,
1887 "deprecationReason": null
1888 },
1889 {
1890 "name": "Job",
1891 "description": "",
1892 "args": [
1893 {
1894 "name": "_id",
1895 "description": "",
1896 "type": {
1897 "kind": "SCALAR",
1898 "name": "Int",
1899 "ofType": null
1900 },
1901 "defaultValue": null
1902 },
1903 {
1904 "name": "name",
1905 "description": "",
1906 "type": {
1907 "kind": "SCALAR",
1908 "name": "String",
1909 "ofType": null
1910 },
1911 "defaultValue": null
1912 },
1913 {
1914 "name": "jobId",
1915 "description": "",
1916 "type": {
1917 "kind": "SCALAR",
1918 "name": "ID",
1919 "ofType": null
1920 },
1921 "defaultValue": null
1922 }
1923 ],
1924 "type": {
1925 "kind": "LIST",
1926 "name": null,
1927 "ofType": {
1928 "kind": "OBJECT",
1929 "name": "Job",
1930 "ofType": null
1931 }
1932 },
1933 "isDeprecated": false,
1934 "deprecationReason": null
1935 },
1936 {
1937 "name": "Workflow",
1938 "description": "",
1939 "args": [
1940 {
1941 "name": "id",
1942 "description": "",
1943 "type": {
1944 "kind": "SCALAR",
1945 "name": "ID",
1946 "ofType": null
1947 },
1948 "defaultValue": null
1949 },
1950 {
1951 "name": "name",
1952 "description": "",
1953 "type": {
1954 "kind": "SCALAR",
1955 "name": "String",
1956 "ofType": null
1957 },
1958 "defaultValue": null
1959 },
1960 {
1961 "name": "workflowId",
1962 "description": "",
1963 "type": {
1964 "kind": "SCALAR",
1965 "name": "String",
1966 "ofType": null
1967 },
1968 "defaultValue": null
1969 },
1970 {
1971 "name": "provider",
1972 "description": "",
1973 "type": {
1974 "kind": "SCALAR",
1975 "name": "String",
1976 "ofType": null
1977 },
1978 "defaultValue": null
1979 },
1980 {
1981 "name": "config",
1982 "description": "",
1983 "type": {
1984 "kind": "SCALAR",
1985 "name": "String",
1986 "ofType": null
1987 },
1988 "defaultValue": null
1989 },
1990 {
1991 "name": "ids",
1992 "description": "",
1993 "type": {
1994 "kind": "LIST",
1995 "name": null,
1996 "ofType": {
1997 "kind": "SCALAR",
1998 "name": "ID",
1999 "ofType": null
2000 }
2001 },
2002 "defaultValue": null
2003 },
2004 {
2005 "name": "names",
2006 "description": "",
2007 "type": {
2008 "kind": "LIST",
2009 "name": null,
2010 "ofType": {
2011 "kind": "SCALAR",
2012 "name": "String",
2013 "ofType": null
2014 }
2015 },
2016 "defaultValue": null
2017 },
2018 {
2019 "name": "workflowIds",
2020 "description": "",
2021 "type": {
2022 "kind": "LIST",
2023 "name": null,
2024 "ofType": {
2025 "kind": "SCALAR",
2026 "name": "String",
2027 "ofType": null
2028 }
2029 },
2030 "defaultValue": null
2031 },
2032 {
2033 "name": "providers",
2034 "description": "",
2035 "type": {
2036 "kind": "LIST",
2037 "name": null,
2038 "ofType": {
2039 "kind": "SCALAR",
2040 "name": "String",
2041 "ofType": null
2042 }
2043 },
2044 "defaultValue": null
2045 },
2046 {
2047 "name": "configs",
2048 "description": "",
2049 "type": {
2050 "kind": "LIST",
2051 "name": null,
2052 "ofType": {
2053 "kind": "SCALAR",
2054 "name": "String",
2055 "ofType": null
2056 }
2057 },
2058 "defaultValue": null
2059 },
2060 {
2061 "name": "orderBy",
2062 "description": "",
2063 "type": {
2064 "kind": "LIST",
2065 "name": null,
2066 "ofType": {
2067 "kind": "ENUM",
2068 "name": "_WorkflowOrdering",
2069 "ofType": null
2070 }
2071 },
2072 "defaultValue": null
2073 },
2074 {
2075 "name": "_id",
2076 "description": "",
2077 "type": {
2078 "kind": "SCALAR",
2079 "name": "Int",
2080 "ofType": null
2081 },
2082 "defaultValue": null
2083 },
2084 {
2085 "name": "first",
2086 "description": "",
2087 "type": {
2088 "kind": "SCALAR",
2089 "name": "Int",
2090 "ofType": null
2091 },
2092 "defaultValue": null
2093 },
2094 {
2095 "name": "offset",
2096 "description": "",
2097 "type": {
2098 "kind": "SCALAR",
2099 "name": "Int",
2100 "ofType": null
2101 },
2102 "defaultValue": null
2103 }
2104 ],
2105 "type": {
2106 "kind": "LIST",
2107 "name": null,
2108 "ofType": {
2109 "kind": "OBJECT",
2110 "name": "Workflow",
2111 "ofType": null
2112 }
2113 },
2114 "isDeprecated": false,
2115 "deprecationReason": null
2116 },
2117 {
2118 "name": "Branch",
2119 "description": "",
2120 "args": [
2121 {
2122 "name": "id",
2123 "description": "",
2124 "type": {
2125 "kind": "SCALAR",
2126 "name": "ID",
2127 "ofType": null
2128 },
2129 "defaultValue": null
2130 },
2131 {
2132 "name": "name",
2133 "description": "",
2134 "type": {
2135 "kind": "SCALAR",
2136 "name": "String",
2137 "ofType": null
2138 },
2139 "defaultValue": null
2140 },
2141 {
2142 "name": "timestamp",
2143 "description": "",
2144 "type": {
2145 "kind": "SCALAR",
2146 "name": "String",
2147 "ofType": null
2148 },
2149 "defaultValue": null
2150 },
2151 {
2152 "name": "isRemote",
2153 "description": "",
2154 "type": {
2155 "kind": "SCALAR",
2156 "name": "Boolean",
2157 "ofType": null
2158 },
2159 "defaultValue": null
2160 },
2161 {
2162 "name": "remoteRepoHtmlUrl",
2163 "description": "",
2164 "type": {
2165 "kind": "SCALAR",
2166 "name": "String",
2167 "ofType": null
2168 },
2169 "defaultValue": null
2170 },
2171 {
2172 "name": "ids",
2173 "description": "",
2174 "type": {
2175 "kind": "LIST",
2176 "name": null,
2177 "ofType": {
2178 "kind": "SCALAR",
2179 "name": "ID",
2180 "ofType": null
2181 }
2182 },
2183 "defaultValue": null
2184 },
2185 {
2186 "name": "names",
2187 "description": "",
2188 "type": {
2189 "kind": "LIST",
2190 "name": null,
2191 "ofType": {
2192 "kind": "SCALAR",
2193 "name": "String",
2194 "ofType": null
2195 }
2196 },
2197 "defaultValue": null
2198 },
2199 {
2200 "name": "timestamps",
2201 "description": "",
2202 "type": {
2203 "kind": "LIST",
2204 "name": null,
2205 "ofType": {
2206 "kind": "SCALAR",
2207 "name": "String",
2208 "ofType": null
2209 }
2210 },
2211 "defaultValue": null
2212 },
2213 {
2214 "name": "remoteRepoHtmlUrls",
2215 "description": "",
2216 "type": {
2217 "kind": "LIST",
2218 "name": null,
2219 "ofType": {
2220 "kind": "SCALAR",
2221 "name": "String",
2222 "ofType": null
2223 }
2224 },
2225 "defaultValue": null
2226 },
2227 {
2228 "name": "orderBy",
2229 "description": "",
2230 "type": {
2231 "kind": "LIST",
2232 "name": null,
2233 "ofType": {
2234 "kind": "ENUM",
2235 "name": "_BranchOrdering",
2236 "ofType": null
2237 }
2238 },
2239 "defaultValue": null
2240 },
2241 {
2242 "name": "_id",
2243 "description": "",
2244 "type": {
2245 "kind": "SCALAR",
2246 "name": "Int",
2247 "ofType": null
2248 },
2249 "defaultValue": null
2250 },
2251 {
2252 "name": "first",
2253 "description": "",
2254 "type": {
2255 "kind": "SCALAR",
2256 "name": "Int",
2257 "ofType": null
2258 },
2259 "defaultValue": null
2260 },
2261 {
2262 "name": "offset",
2263 "description": "",
2264 "type": {
2265 "kind": "SCALAR",
2266 "name": "Int",
2267 "ofType": null
2268 },
2269 "defaultValue": null
2270 }
2271 ],
2272 "type": {
2273 "kind": "LIST",
2274 "name": null,
2275 "ofType": {
2276 "kind": "OBJECT",
2277 "name": "Branch",
2278 "ofType": null
2279 }
2280 },
2281 "isDeprecated": false,
2282 "deprecationReason": null
2283 },
2284 {
2285 "name": "DeletedBranch",
2286 "description": "",
2287 "args": [
2288 {
2289 "name": "id",
2290 "description": "",
2291 "type": {
2292 "kind": "SCALAR",
2293 "name": "ID",
2294 "ofType": null
2295 },
2296 "defaultValue": null
2297 },
2298 {
2299 "name": "name",
2300 "description": "",
2301 "type": {
2302 "kind": "SCALAR",
2303 "name": "String",
2304 "ofType": null
2305 },
2306 "defaultValue": null
2307 },
2308 {
2309 "name": "timestamp",
2310 "description": "",
2311 "type": {
2312 "kind": "SCALAR",
2313 "name": "String",
2314 "ofType": null
2315 },
2316 "defaultValue": null
2317 },
2318 {
2319 "name": "ids",
2320 "description": "",
2321 "type": {
2322 "kind": "LIST",
2323 "name": null,
2324 "ofType": {
2325 "kind": "SCALAR",
2326 "name": "ID",
2327 "ofType": null
2328 }
2329 },
2330 "defaultValue": null
2331 },
2332 {
2333 "name": "names",
2334 "description": "",
2335 "type": {
2336 "kind": "LIST",
2337 "name": null,
2338 "ofType": {
2339 "kind": "SCALAR",
2340 "name": "String",
2341 "ofType": null
2342 }
2343 },
2344 "defaultValue": null
2345 },
2346 {
2347 "name": "timestamps",
2348 "description": "",
2349 "type": {
2350 "kind": "LIST",
2351 "name": null,
2352 "ofType": {
2353 "kind": "SCALAR",
2354 "name": "String",
2355 "ofType": null
2356 }
2357 },
2358 "defaultValue": null
2359 },
2360 {
2361 "name": "orderBy",
2362 "description": "",
2363 "type": {
2364 "kind": "LIST",
2365 "name": null,
2366 "ofType": {
2367 "kind": "ENUM",
2368 "name": "_DeletedBranchOrdering",
2369 "ofType": null
2370 }
2371 },
2372 "defaultValue": null
2373 },
2374 {
2375 "name": "_id",
2376 "description": "",
2377 "type": {
2378 "kind": "SCALAR",
2379 "name": "Int",
2380 "ofType": null
2381 },
2382 "defaultValue": null
2383 },
2384 {
2385 "name": "first",
2386 "description": "",
2387 "type": {
2388 "kind": "SCALAR",
2389 "name": "Int",
2390 "ofType": null
2391 },
2392 "defaultValue": null
2393 },
2394 {
2395 "name": "offset",
2396 "description": "",
2397 "type": {
2398 "kind": "SCALAR",
2399 "name": "Int",
2400 "ofType": null
2401 },
2402 "defaultValue": null
2403 }
2404 ],
2405 "type": {
2406 "kind": "LIST",
2407 "name": null,
2408 "ofType": {
2409 "kind": "OBJECT",
2410 "name": "DeletedBranch",
2411 "ofType": null
2412 }
2413 },
2414 "isDeprecated": false,
2415 "deprecationReason": null
2416 },
2417 {
2418 "name": "ChatId",
2419 "description": "",
2420 "args": [
2421 {
2422 "name": "id",
2423 "description": "",
2424 "type": {
2425 "kind": "SCALAR",
2426 "name": "ID",
2427 "ofType": null
2428 },
2429 "defaultValue": null
2430 },
2431 {
2432 "name": "screenName",
2433 "description": "",
2434 "type": {
2435 "kind": "SCALAR",
2436 "name": "String",
2437 "ofType": null
2438 },
2439 "defaultValue": null
2440 },
2441 {
2442 "name": "userId",
2443 "description": "",
2444 "type": {
2445 "kind": "SCALAR",
2446 "name": "String",
2447 "ofType": null
2448 },
2449 "defaultValue": null
2450 },
2451 {
2452 "name": "provider",
2453 "description": "",
2454 "type": {
2455 "kind": "SCALAR",
2456 "name": "String",
2457 "ofType": null
2458 },
2459 "defaultValue": null
2460 },
2461 {
2462 "name": "isAtomistBot",
2463 "description": "",
2464 "type": {
2465 "kind": "SCALAR",
2466 "name": "String",
2467 "ofType": null
2468 },
2469 "defaultValue": null
2470 },
2471 {
2472 "name": "isOwner",
2473 "description": "",
2474 "type": {
2475 "kind": "SCALAR",
2476 "name": "String",
2477 "ofType": null
2478 },
2479 "defaultValue": null
2480 },
2481 {
2482 "name": "isPrimaryOwner",
2483 "description": "",
2484 "type": {
2485 "kind": "SCALAR",
2486 "name": "String",
2487 "ofType": null
2488 },
2489 "defaultValue": null
2490 },
2491 {
2492 "name": "isAdmin",
2493 "description": "",
2494 "type": {
2495 "kind": "SCALAR",
2496 "name": "String",
2497 "ofType": null
2498 },
2499 "defaultValue": null
2500 },
2501 {
2502 "name": "isBot",
2503 "description": "",
2504 "type": {
2505 "kind": "SCALAR",
2506 "name": "String",
2507 "ofType": null
2508 },
2509 "defaultValue": null
2510 },
2511 {
2512 "name": "timezoneLabel",
2513 "description": "",
2514 "type": {
2515 "kind": "SCALAR",
2516 "name": "String",
2517 "ofType": null
2518 },
2519 "defaultValue": null
2520 },
2521 {
2522 "name": "ids",
2523 "description": "",
2524 "type": {
2525 "kind": "LIST",
2526 "name": null,
2527 "ofType": {
2528 "kind": "SCALAR",
2529 "name": "ID",
2530 "ofType": null
2531 }
2532 },
2533 "defaultValue": null
2534 },
2535 {
2536 "name": "screenNames",
2537 "description": "",
2538 "type": {
2539 "kind": "LIST",
2540 "name": null,
2541 "ofType": {
2542 "kind": "SCALAR",
2543 "name": "String",
2544 "ofType": null
2545 }
2546 },
2547 "defaultValue": null
2548 },
2549 {
2550 "name": "userIds",
2551 "description": "",
2552 "type": {
2553 "kind": "LIST",
2554 "name": null,
2555 "ofType": {
2556 "kind": "SCALAR",
2557 "name": "String",
2558 "ofType": null
2559 }
2560 },
2561 "defaultValue": null
2562 },
2563 {
2564 "name": "providers",
2565 "description": "",
2566 "type": {
2567 "kind": "LIST",
2568 "name": null,
2569 "ofType": {
2570 "kind": "SCALAR",
2571 "name": "String",
2572 "ofType": null
2573 }
2574 },
2575 "defaultValue": null
2576 },
2577 {
2578 "name": "timezoneLabels",
2579 "description": "",
2580 "type": {
2581 "kind": "LIST",
2582 "name": null,
2583 "ofType": {
2584 "kind": "SCALAR",
2585 "name": "String",
2586 "ofType": null
2587 }
2588 },
2589 "defaultValue": null
2590 },
2591 {
2592 "name": "orderBy",
2593 "description": "",
2594 "type": {
2595 "kind": "LIST",
2596 "name": null,
2597 "ofType": {
2598 "kind": "ENUM",
2599 "name": "_ChatIdOrdering",
2600 "ofType": null
2601 }
2602 },
2603 "defaultValue": null
2604 },
2605 {
2606 "name": "_id",
2607 "description": "",
2608 "type": {
2609 "kind": "SCALAR",
2610 "name": "Int",
2611 "ofType": null
2612 },
2613 "defaultValue": null
2614 },
2615 {
2616 "name": "first",
2617 "description": "",
2618 "type": {
2619 "kind": "SCALAR",
2620 "name": "Int",
2621 "ofType": null
2622 },
2623 "defaultValue": null
2624 },
2625 {
2626 "name": "offset",
2627 "description": "",
2628 "type": {
2629 "kind": "SCALAR",
2630 "name": "Int",
2631 "ofType": null
2632 },
2633 "defaultValue": null
2634 }
2635 ],
2636 "type": {
2637 "kind": "LIST",
2638 "name": null,
2639 "ofType": {
2640 "kind": "OBJECT",
2641 "name": "ChatId",
2642 "ofType": null
2643 }
2644 },
2645 "isDeprecated": false,
2646 "deprecationReason": null
2647 },
2648 {
2649 "name": "ChatChannel",
2650 "description": "",
2651 "args": [
2652 {
2653 "name": "id",
2654 "description": "",
2655 "type": {
2656 "kind": "SCALAR",
2657 "name": "ID",
2658 "ofType": null
2659 },
2660 "defaultValue": null
2661 },
2662 {
2663 "name": "name",
2664 "description": "",
2665 "type": {
2666 "kind": "SCALAR",
2667 "name": "String",
2668 "ofType": null
2669 },
2670 "defaultValue": null
2671 },
2672 {
2673 "name": "provider",
2674 "description": "",
2675 "type": {
2676 "kind": "SCALAR",
2677 "name": "String",
2678 "ofType": null
2679 },
2680 "defaultValue": null
2681 },
2682 {
2683 "name": "normalizedName",
2684 "description": "",
2685 "type": {
2686 "kind": "SCALAR",
2687 "name": "String",
2688 "ofType": null
2689 },
2690 "defaultValue": null
2691 },
2692 {
2693 "name": "channelId",
2694 "description": "",
2695 "type": {
2696 "kind": "SCALAR",
2697 "name": "String",
2698 "ofType": null
2699 },
2700 "defaultValue": null
2701 },
2702 {
2703 "name": "isDefault",
2704 "description": "",
2705 "type": {
2706 "kind": "SCALAR",
2707 "name": "Boolean",
2708 "ofType": null
2709 },
2710 "defaultValue": null
2711 },
2712 {
2713 "name": "botInvitedSelf",
2714 "description": "",
2715 "type": {
2716 "kind": "SCALAR",
2717 "name": "Boolean",
2718 "ofType": null
2719 },
2720 "defaultValue": null
2721 },
2722 {
2723 "name": "archived",
2724 "description": "",
2725 "type": {
2726 "kind": "SCALAR",
2727 "name": "Boolean",
2728 "ofType": null
2729 },
2730 "defaultValue": null
2731 },
2732 {
2733 "name": "ids",
2734 "description": "",
2735 "type": {
2736 "kind": "LIST",
2737 "name": null,
2738 "ofType": {
2739 "kind": "SCALAR",
2740 "name": "ID",
2741 "ofType": null
2742 }
2743 },
2744 "defaultValue": null
2745 },
2746 {
2747 "name": "names",
2748 "description": "",
2749 "type": {
2750 "kind": "LIST",
2751 "name": null,
2752 "ofType": {
2753 "kind": "SCALAR",
2754 "name": "String",
2755 "ofType": null
2756 }
2757 },
2758 "defaultValue": null
2759 },
2760 {
2761 "name": "providers",
2762 "description": "",
2763 "type": {
2764 "kind": "LIST",
2765 "name": null,
2766 "ofType": {
2767 "kind": "SCALAR",
2768 "name": "String",
2769 "ofType": null
2770 }
2771 },
2772 "defaultValue": null
2773 },
2774 {
2775 "name": "normalizedNames",
2776 "description": "",
2777 "type": {
2778 "kind": "LIST",
2779 "name": null,
2780 "ofType": {
2781 "kind": "SCALAR",
2782 "name": "String",
2783 "ofType": null
2784 }
2785 },
2786 "defaultValue": null
2787 },
2788 {
2789 "name": "channelIds",
2790 "description": "",
2791 "type": {
2792 "kind": "LIST",
2793 "name": null,
2794 "ofType": {
2795 "kind": "SCALAR",
2796 "name": "String",
2797 "ofType": null
2798 }
2799 },
2800 "defaultValue": null
2801 },
2802 {
2803 "name": "orderBy",
2804 "description": "",
2805 "type": {
2806 "kind": "LIST",
2807 "name": null,
2808 "ofType": {
2809 "kind": "ENUM",
2810 "name": "_ChatChannelOrdering",
2811 "ofType": null
2812 }
2813 },
2814 "defaultValue": null
2815 },
2816 {
2817 "name": "_id",
2818 "description": "",
2819 "type": {
2820 "kind": "SCALAR",
2821 "name": "Int",
2822 "ofType": null
2823 },
2824 "defaultValue": null
2825 },
2826 {
2827 "name": "first",
2828 "description": "",
2829 "type": {
2830 "kind": "SCALAR",
2831 "name": "Int",
2832 "ofType": null
2833 },
2834 "defaultValue": null
2835 },
2836 {
2837 "name": "offset",
2838 "description": "",
2839 "type": {
2840 "kind": "SCALAR",
2841 "name": "Int",
2842 "ofType": null
2843 },
2844 "defaultValue": null
2845 }
2846 ],
2847 "type": {
2848 "kind": "LIST",
2849 "name": null,
2850 "ofType": {
2851 "kind": "OBJECT",
2852 "name": "ChatChannel",
2853 "ofType": null
2854 }
2855 },
2856 "isDeprecated": false,
2857 "deprecationReason": null
2858 },
2859 {
2860 "name": "PullRequest",
2861 "description": "",
2862 "args": [
2863 {
2864 "name": "id",
2865 "description": "",
2866 "type": {
2867 "kind": "SCALAR",
2868 "name": "ID",
2869 "ofType": null
2870 },
2871 "defaultValue": null
2872 },
2873 {
2874 "name": "number",
2875 "description": "",
2876 "type": {
2877 "kind": "SCALAR",
2878 "name": "Float",
2879 "ofType": null
2880 },
2881 "defaultValue": null
2882 },
2883 {
2884 "name": "prId",
2885 "description": "",
2886 "type": {
2887 "kind": "SCALAR",
2888 "name": "String",
2889 "ofType": null
2890 },
2891 "defaultValue": null
2892 },
2893 {
2894 "name": "name",
2895 "description": "",
2896 "type": {
2897 "kind": "SCALAR",
2898 "name": "String",
2899 "ofType": null
2900 },
2901 "defaultValue": null
2902 },
2903 {
2904 "name": "body",
2905 "description": "",
2906 "type": {
2907 "kind": "SCALAR",
2908 "name": "String",
2909 "ofType": null
2910 },
2911 "defaultValue": null
2912 },
2913 {
2914 "name": "state",
2915 "description": "",
2916 "type": {
2917 "kind": "SCALAR",
2918 "name": "String",
2919 "ofType": null
2920 },
2921 "defaultValue": null
2922 },
2923 {
2924 "name": "merged",
2925 "description": "",
2926 "type": {
2927 "kind": "SCALAR",
2928 "name": "Boolean",
2929 "ofType": null
2930 },
2931 "defaultValue": null
2932 },
2933 {
2934 "name": "timestamp",
2935 "description": "",
2936 "type": {
2937 "kind": "SCALAR",
2938 "name": "String",
2939 "ofType": null
2940 },
2941 "defaultValue": null
2942 },
2943 {
2944 "name": "baseBranchName",
2945 "description": "",
2946 "type": {
2947 "kind": "SCALAR",
2948 "name": "String",
2949 "ofType": null
2950 },
2951 "defaultValue": null
2952 },
2953 {
2954 "name": "branchName",
2955 "description": "",
2956 "type": {
2957 "kind": "SCALAR",
2958 "name": "String",
2959 "ofType": null
2960 },
2961 "defaultValue": null
2962 },
2963 {
2964 "name": "title",
2965 "description": "",
2966 "type": {
2967 "kind": "SCALAR",
2968 "name": "String",
2969 "ofType": null
2970 },
2971 "defaultValue": null
2972 },
2973 {
2974 "name": "createdAt",
2975 "description": "",
2976 "type": {
2977 "kind": "SCALAR",
2978 "name": "String",
2979 "ofType": null
2980 },
2981 "defaultValue": null
2982 },
2983 {
2984 "name": "updatedAt",
2985 "description": "",
2986 "type": {
2987 "kind": "SCALAR",
2988 "name": "String",
2989 "ofType": null
2990 },
2991 "defaultValue": null
2992 },
2993 {
2994 "name": "closedAt",
2995 "description": "",
2996 "type": {
2997 "kind": "SCALAR",
2998 "name": "String",
2999 "ofType": null
3000 },
3001 "defaultValue": null
3002 },
3003 {
3004 "name": "mergedAt",
3005 "description": "",
3006 "type": {
3007 "kind": "SCALAR",
3008 "name": "String",
3009 "ofType": null
3010 },
3011 "defaultValue": null
3012 },
3013 {
3014 "name": "mergeStatus",
3015 "description": "",
3016 "type": {
3017 "kind": "ENUM",
3018 "name": "MergeStatus",
3019 "ofType": null
3020 },
3021 "defaultValue": null
3022 },
3023 {
3024 "name": "action",
3025 "description": "",
3026 "type": {
3027 "kind": "ENUM",
3028 "name": "PullRequestAction",
3029 "ofType": null
3030 },
3031 "defaultValue": null
3032 },
3033 {
3034 "name": "ids",
3035 "description": "",
3036 "type": {
3037 "kind": "LIST",
3038 "name": null,
3039 "ofType": {
3040 "kind": "SCALAR",
3041 "name": "ID",
3042 "ofType": null
3043 }
3044 },
3045 "defaultValue": null
3046 },
3047 {
3048 "name": "numbers",
3049 "description": "",
3050 "type": {
3051 "kind": "LIST",
3052 "name": null,
3053 "ofType": {
3054 "kind": "SCALAR",
3055 "name": "Float",
3056 "ofType": null
3057 }
3058 },
3059 "defaultValue": null
3060 },
3061 {
3062 "name": "prIds",
3063 "description": "",
3064 "type": {
3065 "kind": "LIST",
3066 "name": null,
3067 "ofType": {
3068 "kind": "SCALAR",
3069 "name": "String",
3070 "ofType": null
3071 }
3072 },
3073 "defaultValue": null
3074 },
3075 {
3076 "name": "names",
3077 "description": "",
3078 "type": {
3079 "kind": "LIST",
3080 "name": null,
3081 "ofType": {
3082 "kind": "SCALAR",
3083 "name": "String",
3084 "ofType": null
3085 }
3086 },
3087 "defaultValue": null
3088 },
3089 {
3090 "name": "bodys",
3091 "description": "",
3092 "type": {
3093 "kind": "LIST",
3094 "name": null,
3095 "ofType": {
3096 "kind": "SCALAR",
3097 "name": "String",
3098 "ofType": null
3099 }
3100 },
3101 "defaultValue": null
3102 },
3103 {
3104 "name": "states",
3105 "description": "",
3106 "type": {
3107 "kind": "LIST",
3108 "name": null,
3109 "ofType": {
3110 "kind": "SCALAR",
3111 "name": "String",
3112 "ofType": null
3113 }
3114 },
3115 "defaultValue": null
3116 },
3117 {
3118 "name": "timestamps",
3119 "description": "",
3120 "type": {
3121 "kind": "LIST",
3122 "name": null,
3123 "ofType": {
3124 "kind": "SCALAR",
3125 "name": "String",
3126 "ofType": null
3127 }
3128 },
3129 "defaultValue": null
3130 },
3131 {
3132 "name": "baseBranchNames",
3133 "description": "",
3134 "type": {
3135 "kind": "LIST",
3136 "name": null,
3137 "ofType": {
3138 "kind": "SCALAR",
3139 "name": "String",
3140 "ofType": null
3141 }
3142 },
3143 "defaultValue": null
3144 },
3145 {
3146 "name": "branchNames",
3147 "description": "",
3148 "type": {
3149 "kind": "LIST",
3150 "name": null,
3151 "ofType": {
3152 "kind": "SCALAR",
3153 "name": "String",
3154 "ofType": null
3155 }
3156 },
3157 "defaultValue": null
3158 },
3159 {
3160 "name": "titles",
3161 "description": "",
3162 "type": {
3163 "kind": "LIST",
3164 "name": null,
3165 "ofType": {
3166 "kind": "SCALAR",
3167 "name": "String",
3168 "ofType": null
3169 }
3170 },
3171 "defaultValue": null
3172 },
3173 {
3174 "name": "createdAts",
3175 "description": "",
3176 "type": {
3177 "kind": "LIST",
3178 "name": null,
3179 "ofType": {
3180 "kind": "SCALAR",
3181 "name": "String",
3182 "ofType": null
3183 }
3184 },
3185 "defaultValue": null
3186 },
3187 {
3188 "name": "updatedAts",
3189 "description": "",
3190 "type": {
3191 "kind": "LIST",
3192 "name": null,
3193 "ofType": {
3194 "kind": "SCALAR",
3195 "name": "String",
3196 "ofType": null
3197 }
3198 },
3199 "defaultValue": null
3200 },
3201 {
3202 "name": "closedAts",
3203 "description": "",
3204 "type": {
3205 "kind": "LIST",
3206 "name": null,
3207 "ofType": {
3208 "kind": "SCALAR",
3209 "name": "String",
3210 "ofType": null
3211 }
3212 },
3213 "defaultValue": null
3214 },
3215 {
3216 "name": "mergedAts",
3217 "description": "",
3218 "type": {
3219 "kind": "LIST",
3220 "name": null,
3221 "ofType": {
3222 "kind": "SCALAR",
3223 "name": "String",
3224 "ofType": null
3225 }
3226 },
3227 "defaultValue": null
3228 },
3229 {
3230 "name": "mergeStatuss",
3231 "description": "",
3232 "type": {
3233 "kind": "LIST",
3234 "name": null,
3235 "ofType": {
3236 "kind": "ENUM",
3237 "name": "MergeStatus",
3238 "ofType": null
3239 }
3240 },
3241 "defaultValue": null
3242 },
3243 {
3244 "name": "actions",
3245 "description": "",
3246 "type": {
3247 "kind": "LIST",
3248 "name": null,
3249 "ofType": {
3250 "kind": "ENUM",
3251 "name": "PullRequestAction",
3252 "ofType": null
3253 }
3254 },
3255 "defaultValue": null
3256 },
3257 {
3258 "name": "orderBy",
3259 "description": "",
3260 "type": {
3261 "kind": "LIST",
3262 "name": null,
3263 "ofType": {
3264 "kind": "ENUM",
3265 "name": "_PullRequestOrdering",
3266 "ofType": null
3267 }
3268 },
3269 "defaultValue": null
3270 },
3271 {
3272 "name": "_id",
3273 "description": "",
3274 "type": {
3275 "kind": "SCALAR",
3276 "name": "Int",
3277 "ofType": null
3278 },
3279 "defaultValue": null
3280 },
3281 {
3282 "name": "first",
3283 "description": "",
3284 "type": {
3285 "kind": "SCALAR",
3286 "name": "Int",
3287 "ofType": null
3288 },
3289 "defaultValue": null
3290 },
3291 {
3292 "name": "offset",
3293 "description": "",
3294 "type": {
3295 "kind": "SCALAR",
3296 "name": "Int",
3297 "ofType": null
3298 },
3299 "defaultValue": null
3300 }
3301 ],
3302 "type": {
3303 "kind": "LIST",
3304 "name": null,
3305 "ofType": {
3306 "kind": "OBJECT",
3307 "name": "PullRequest",
3308 "ofType": null
3309 }
3310 },
3311 "isDeprecated": false,
3312 "deprecationReason": null
3313 },
3314 {
3315 "name": "Org",
3316 "description": "",
3317 "args": [
3318 {
3319 "name": "id",
3320 "description": "",
3321 "type": {
3322 "kind": "SCALAR",
3323 "name": "ID",
3324 "ofType": null
3325 },
3326 "defaultValue": null
3327 },
3328 {
3329 "name": "owner",
3330 "description": "",
3331 "type": {
3332 "kind": "SCALAR",
3333 "name": "String",
3334 "ofType": null
3335 },
3336 "defaultValue": null
3337 },
3338 {
3339 "name": "ownerType",
3340 "description": "",
3341 "type": {
3342 "kind": "ENUM",
3343 "name": "OwnerType",
3344 "ofType": null
3345 },
3346 "defaultValue": null
3347 },
3348 {
3349 "name": "ids",
3350 "description": "",
3351 "type": {
3352 "kind": "LIST",
3353 "name": null,
3354 "ofType": {
3355 "kind": "SCALAR",
3356 "name": "ID",
3357 "ofType": null
3358 }
3359 },
3360 "defaultValue": null
3361 },
3362 {
3363 "name": "owners",
3364 "description": "",
3365 "type": {
3366 "kind": "LIST",
3367 "name": null,
3368 "ofType": {
3369 "kind": "SCALAR",
3370 "name": "String",
3371 "ofType": null
3372 }
3373 },
3374 "defaultValue": null
3375 },
3376 {
3377 "name": "ownerTypes",
3378 "description": "",
3379 "type": {
3380 "kind": "LIST",
3381 "name": null,
3382 "ofType": {
3383 "kind": "ENUM",
3384 "name": "OwnerType",
3385 "ofType": null
3386 }
3387 },
3388 "defaultValue": null
3389 },
3390 {
3391 "name": "orderBy",
3392 "description": "",
3393 "type": {
3394 "kind": "LIST",
3395 "name": null,
3396 "ofType": {
3397 "kind": "ENUM",
3398 "name": "_OrgOrdering",
3399 "ofType": null
3400 }
3401 },
3402 "defaultValue": null
3403 },
3404 {
3405 "name": "_id",
3406 "description": "",
3407 "type": {
3408 "kind": "SCALAR",
3409 "name": "Int",
3410 "ofType": null
3411 },
3412 "defaultValue": null
3413 },
3414 {
3415 "name": "first",
3416 "description": "",
3417 "type": {
3418 "kind": "SCALAR",
3419 "name": "Int",
3420 "ofType": null
3421 },
3422 "defaultValue": null
3423 },
3424 {
3425 "name": "offset",
3426 "description": "",
3427 "type": {
3428 "kind": "SCALAR",
3429 "name": "Int",
3430 "ofType": null
3431 },
3432 "defaultValue": null
3433 }
3434 ],
3435 "type": {
3436 "kind": "LIST",
3437 "name": null,
3438 "ofType": {
3439 "kind": "OBJECT",
3440 "name": "Org",
3441 "ofType": null
3442 }
3443 },
3444 "isDeprecated": false,
3445 "deprecationReason": null
3446 },
3447 {
3448 "name": "SCMId",
3449 "description": "",
3450 "args": [
3451 {
3452 "name": "login",
3453 "description": "",
3454 "type": {
3455 "kind": "SCALAR",
3456 "name": "String",
3457 "ofType": null
3458 },
3459 "defaultValue": null
3460 },
3461 {
3462 "name": "name",
3463 "description": "",
3464 "type": {
3465 "kind": "SCALAR",
3466 "name": "String",
3467 "ofType": null
3468 },
3469 "defaultValue": null
3470 },
3471 {
3472 "name": "avatar",
3473 "description": "",
3474 "type": {
3475 "kind": "SCALAR",
3476 "name": "String",
3477 "ofType": null
3478 },
3479 "defaultValue": null
3480 },
3481 {
3482 "name": "logins",
3483 "description": "",
3484 "type": {
3485 "kind": "LIST",
3486 "name": null,
3487 "ofType": {
3488 "kind": "SCALAR",
3489 "name": "String",
3490 "ofType": null
3491 }
3492 },
3493 "defaultValue": null
3494 },
3495 {
3496 "name": "names",
3497 "description": "",
3498 "type": {
3499 "kind": "LIST",
3500 "name": null,
3501 "ofType": {
3502 "kind": "SCALAR",
3503 "name": "String",
3504 "ofType": null
3505 }
3506 },
3507 "defaultValue": null
3508 },
3509 {
3510 "name": "avatars",
3511 "description": "",
3512 "type": {
3513 "kind": "LIST",
3514 "name": null,
3515 "ofType": {
3516 "kind": "SCALAR",
3517 "name": "String",
3518 "ofType": null
3519 }
3520 },
3521 "defaultValue": null
3522 },
3523 {
3524 "name": "orderBy",
3525 "description": "",
3526 "type": {
3527 "kind": "LIST",
3528 "name": null,
3529 "ofType": {
3530 "kind": "ENUM",
3531 "name": "_SCMIdOrdering",
3532 "ofType": null
3533 }
3534 },
3535 "defaultValue": null
3536 },
3537 {
3538 "name": "_id",
3539 "description": "",
3540 "type": {
3541 "kind": "SCALAR",
3542 "name": "Int",
3543 "ofType": null
3544 },
3545 "defaultValue": null
3546 },
3547 {
3548 "name": "first",
3549 "description": "",
3550 "type": {
3551 "kind": "SCALAR",
3552 "name": "Int",
3553 "ofType": null
3554 },
3555 "defaultValue": null
3556 },
3557 {
3558 "name": "offset",
3559 "description": "",
3560 "type": {
3561 "kind": "SCALAR",
3562 "name": "Int",
3563 "ofType": null
3564 },
3565 "defaultValue": null
3566 }
3567 ],
3568 "type": {
3569 "kind": "LIST",
3570 "name": null,
3571 "ofType": {
3572 "kind": "OBJECT",
3573 "name": "SCMId",
3574 "ofType": null
3575 }
3576 },
3577 "isDeprecated": false,
3578 "deprecationReason": null
3579 },
3580 {
3581 "name": "GitHubId",
3582 "description": "",
3583 "args": [
3584 {
3585 "name": "login",
3586 "description": "",
3587 "type": {
3588 "kind": "SCALAR",
3589 "name": "String",
3590 "ofType": null
3591 },
3592 "defaultValue": null
3593 },
3594 {
3595 "name": "name",
3596 "description": "",
3597 "type": {
3598 "kind": "SCALAR",
3599 "name": "String",
3600 "ofType": null
3601 },
3602 "defaultValue": null
3603 },
3604 {
3605 "name": "logins",
3606 "description": "",
3607 "type": {
3608 "kind": "LIST",
3609 "name": null,
3610 "ofType": {
3611 "kind": "SCALAR",
3612 "name": "String",
3613 "ofType": null
3614 }
3615 },
3616 "defaultValue": null
3617 },
3618 {
3619 "name": "names",
3620 "description": "",
3621 "type": {
3622 "kind": "LIST",
3623 "name": null,
3624 "ofType": {
3625 "kind": "SCALAR",
3626 "name": "String",
3627 "ofType": null
3628 }
3629 },
3630 "defaultValue": null
3631 },
3632 {
3633 "name": "orderBy",
3634 "description": "",
3635 "type": {
3636 "kind": "LIST",
3637 "name": null,
3638 "ofType": {
3639 "kind": "ENUM",
3640 "name": "_GitHubIdOrdering",
3641 "ofType": null
3642 }
3643 },
3644 "defaultValue": null
3645 },
3646 {
3647 "name": "_id",
3648 "description": "",
3649 "type": {
3650 "kind": "SCALAR",
3651 "name": "Int",
3652 "ofType": null
3653 },
3654 "defaultValue": null
3655 },
3656 {
3657 "name": "first",
3658 "description": "",
3659 "type": {
3660 "kind": "SCALAR",
3661 "name": "Int",
3662 "ofType": null
3663 },
3664 "defaultValue": null
3665 },
3666 {
3667 "name": "offset",
3668 "description": "",
3669 "type": {
3670 "kind": "SCALAR",
3671 "name": "Int",
3672 "ofType": null
3673 },
3674 "defaultValue": null
3675 }
3676 ],
3677 "type": {
3678 "kind": "LIST",
3679 "name": null,
3680 "ofType": {
3681 "kind": "OBJECT",
3682 "name": "GitHubId",
3683 "ofType": null
3684 }
3685 },
3686 "isDeprecated": false,
3687 "deprecationReason": null
3688 },
3689 {
3690 "name": "Tag",
3691 "description": "",
3692 "args": [
3693 {
3694 "name": "id",
3695 "description": "",
3696 "type": {
3697 "kind": "SCALAR",
3698 "name": "ID",
3699 "ofType": null
3700 },
3701 "defaultValue": null
3702 },
3703 {
3704 "name": "name",
3705 "description": "",
3706 "type": {
3707 "kind": "SCALAR",
3708 "name": "String",
3709 "ofType": null
3710 },
3711 "defaultValue": null
3712 },
3713 {
3714 "name": "description",
3715 "description": "",
3716 "type": {
3717 "kind": "SCALAR",
3718 "name": "String",
3719 "ofType": null
3720 },
3721 "defaultValue": null
3722 },
3723 {
3724 "name": "ref",
3725 "description": "",
3726 "type": {
3727 "kind": "SCALAR",
3728 "name": "String",
3729 "ofType": null
3730 },
3731 "defaultValue": null
3732 },
3733 {
3734 "name": "timestamp",
3735 "description": "",
3736 "type": {
3737 "kind": "SCALAR",
3738 "name": "String",
3739 "ofType": null
3740 },
3741 "defaultValue": null
3742 },
3743 {
3744 "name": "ids",
3745 "description": "",
3746 "type": {
3747 "kind": "LIST",
3748 "name": null,
3749 "ofType": {
3750 "kind": "SCALAR",
3751 "name": "ID",
3752 "ofType": null
3753 }
3754 },
3755 "defaultValue": null
3756 },
3757 {
3758 "name": "names",
3759 "description": "",
3760 "type": {
3761 "kind": "LIST",
3762 "name": null,
3763 "ofType": {
3764 "kind": "SCALAR",
3765 "name": "String",
3766 "ofType": null
3767 }
3768 },
3769 "defaultValue": null
3770 },
3771 {
3772 "name": "descriptions",
3773 "description": "",
3774 "type": {
3775 "kind": "LIST",
3776 "name": null,
3777 "ofType": {
3778 "kind": "SCALAR",
3779 "name": "String",
3780 "ofType": null
3781 }
3782 },
3783 "defaultValue": null
3784 },
3785 {
3786 "name": "refs",
3787 "description": "",
3788 "type": {
3789 "kind": "LIST",
3790 "name": null,
3791 "ofType": {
3792 "kind": "SCALAR",
3793 "name": "String",
3794 "ofType": null
3795 }
3796 },
3797 "defaultValue": null
3798 },
3799 {
3800 "name": "timestamps",
3801 "description": "",
3802 "type": {
3803 "kind": "LIST",
3804 "name": null,
3805 "ofType": {
3806 "kind": "SCALAR",
3807 "name": "String",
3808 "ofType": null
3809 }
3810 },
3811 "defaultValue": null
3812 },
3813 {
3814 "name": "orderBy",
3815 "description": "",
3816 "type": {
3817 "kind": "LIST",
3818 "name": null,
3819 "ofType": {
3820 "kind": "ENUM",
3821 "name": "_TagOrdering",
3822 "ofType": null
3823 }
3824 },
3825 "defaultValue": null
3826 },
3827 {
3828 "name": "_id",
3829 "description": "",
3830 "type": {
3831 "kind": "SCALAR",
3832 "name": "Int",
3833 "ofType": null
3834 },
3835 "defaultValue": null
3836 },
3837 {
3838 "name": "first",
3839 "description": "",
3840 "type": {
3841 "kind": "SCALAR",
3842 "name": "Int",
3843 "ofType": null
3844 },
3845 "defaultValue": null
3846 },
3847 {
3848 "name": "offset",
3849 "description": "",
3850 "type": {
3851 "kind": "SCALAR",
3852 "name": "Int",
3853 "ofType": null
3854 },
3855 "defaultValue": null
3856 }
3857 ],
3858 "type": {
3859 "kind": "LIST",
3860 "name": null,
3861 "ofType": {
3862 "kind": "OBJECT",
3863 "name": "Tag",
3864 "ofType": null
3865 }
3866 },
3867 "isDeprecated": false,
3868 "deprecationReason": null
3869 },
3870 {
3871 "name": "K8Pod",
3872 "description": "",
3873 "args": [
3874 {
3875 "name": "name",
3876 "description": "",
3877 "type": {
3878 "kind": "SCALAR",
3879 "name": "String",
3880 "ofType": null
3881 },
3882 "defaultValue": null
3883 },
3884 {
3885 "name": "phase",
3886 "description": "",
3887 "type": {
3888 "kind": "SCALAR",
3889 "name": "String",
3890 "ofType": null
3891 },
3892 "defaultValue": null
3893 },
3894 {
3895 "name": "environment",
3896 "description": "",
3897 "type": {
3898 "kind": "SCALAR",
3899 "name": "String",
3900 "ofType": null
3901 },
3902 "defaultValue": null
3903 },
3904 {
3905 "name": "timestamp",
3906 "description": "",
3907 "type": {
3908 "kind": "SCALAR",
3909 "name": "String",
3910 "ofType": null
3911 },
3912 "defaultValue": null
3913 },
3914 {
3915 "name": "baseName",
3916 "description": "",
3917 "type": {
3918 "kind": "SCALAR",
3919 "name": "String",
3920 "ofType": null
3921 },
3922 "defaultValue": null
3923 },
3924 {
3925 "name": "namespace",
3926 "description": "",
3927 "type": {
3928 "kind": "SCALAR",
3929 "name": "String",
3930 "ofType": null
3931 },
3932 "defaultValue": null
3933 },
3934 {
3935 "name": "statusJSON",
3936 "description": "",
3937 "type": {
3938 "kind": "SCALAR",
3939 "name": "String",
3940 "ofType": null
3941 },
3942 "defaultValue": null
3943 },
3944 {
3945 "name": "host",
3946 "description": "",
3947 "type": {
3948 "kind": "SCALAR",
3949 "name": "String",
3950 "ofType": null
3951 },
3952 "defaultValue": null
3953 },
3954 {
3955 "name": "state",
3956 "description": "",
3957 "type": {
3958 "kind": "SCALAR",
3959 "name": "String",
3960 "ofType": null
3961 },
3962 "defaultValue": null
3963 },
3964 {
3965 "name": "specsJSON",
3966 "description": "",
3967 "type": {
3968 "kind": "SCALAR",
3969 "name": "String",
3970 "ofType": null
3971 },
3972 "defaultValue": null
3973 },
3974 {
3975 "name": "envJSON",
3976 "description": "",
3977 "type": {
3978 "kind": "SCALAR",
3979 "name": "String",
3980 "ofType": null
3981 },
3982 "defaultValue": null
3983 },
3984 {
3985 "name": "metadataJSON",
3986 "description": "",
3987 "type": {
3988 "kind": "SCALAR",
3989 "name": "String",
3990 "ofType": null
3991 },
3992 "defaultValue": null
3993 },
3994 {
3995 "name": "containersCrashLoopBackOff",
3996 "description": "",
3997 "type": {
3998 "kind": "SCALAR",
3999 "name": "Boolean",
4000 "ofType": null
4001 },
4002 "defaultValue": null
4003 },
4004 {
4005 "name": "resourceVersion",
4006 "description": "",
4007 "type": {
4008 "kind": "SCALAR",
4009 "name": "Int",
4010 "ofType": null
4011 },
4012 "defaultValue": null
4013 },
4014 {
4015 "name": "names",
4016 "description": "",
4017 "type": {
4018 "kind": "LIST",
4019 "name": null,
4020 "ofType": {
4021 "kind": "SCALAR",
4022 "name": "String",
4023 "ofType": null
4024 }
4025 },
4026 "defaultValue": null
4027 },
4028 {
4029 "name": "phases",
4030 "description": "",
4031 "type": {
4032 "kind": "LIST",
4033 "name": null,
4034 "ofType": {
4035 "kind": "SCALAR",
4036 "name": "String",
4037 "ofType": null
4038 }
4039 },
4040 "defaultValue": null
4041 },
4042 {
4043 "name": "environments",
4044 "description": "",
4045 "type": {
4046 "kind": "LIST",
4047 "name": null,
4048 "ofType": {
4049 "kind": "SCALAR",
4050 "name": "String",
4051 "ofType": null
4052 }
4053 },
4054 "defaultValue": null
4055 },
4056 {
4057 "name": "timestamps",
4058 "description": "",
4059 "type": {
4060 "kind": "LIST",
4061 "name": null,
4062 "ofType": {
4063 "kind": "SCALAR",
4064 "name": "String",
4065 "ofType": null
4066 }
4067 },
4068 "defaultValue": null
4069 },
4070 {
4071 "name": "baseNames",
4072 "description": "",
4073 "type": {
4074 "kind": "LIST",
4075 "name": null,
4076 "ofType": {
4077 "kind": "SCALAR",
4078 "name": "String",
4079 "ofType": null
4080 }
4081 },
4082 "defaultValue": null
4083 },
4084 {
4085 "name": "namespaces",
4086 "description": "",
4087 "type": {
4088 "kind": "LIST",
4089 "name": null,
4090 "ofType": {
4091 "kind": "SCALAR",
4092 "name": "String",
4093 "ofType": null
4094 }
4095 },
4096 "defaultValue": null
4097 },
4098 {
4099 "name": "statusJSONs",
4100 "description": "",
4101 "type": {
4102 "kind": "LIST",
4103 "name": null,
4104 "ofType": {
4105 "kind": "SCALAR",
4106 "name": "String",
4107 "ofType": null
4108 }
4109 },
4110 "defaultValue": null
4111 },
4112 {
4113 "name": "hosts",
4114 "description": "",
4115 "type": {
4116 "kind": "LIST",
4117 "name": null,
4118 "ofType": {
4119 "kind": "SCALAR",
4120 "name": "String",
4121 "ofType": null
4122 }
4123 },
4124 "defaultValue": null
4125 },
4126 {
4127 "name": "states",
4128 "description": "",
4129 "type": {
4130 "kind": "LIST",
4131 "name": null,
4132 "ofType": {
4133 "kind": "SCALAR",
4134 "name": "String",
4135 "ofType": null
4136 }
4137 },
4138 "defaultValue": null
4139 },
4140 {
4141 "name": "specsJSONs",
4142 "description": "",
4143 "type": {
4144 "kind": "LIST",
4145 "name": null,
4146 "ofType": {
4147 "kind": "SCALAR",
4148 "name": "String",
4149 "ofType": null
4150 }
4151 },
4152 "defaultValue": null
4153 },
4154 {
4155 "name": "envJSONs",
4156 "description": "",
4157 "type": {
4158 "kind": "LIST",
4159 "name": null,
4160 "ofType": {
4161 "kind": "SCALAR",
4162 "name": "String",
4163 "ofType": null
4164 }
4165 },
4166 "defaultValue": null
4167 },
4168 {
4169 "name": "metadataJSONs",
4170 "description": "",
4171 "type": {
4172 "kind": "LIST",
4173 "name": null,
4174 "ofType": {
4175 "kind": "SCALAR",
4176 "name": "String",
4177 "ofType": null
4178 }
4179 },
4180 "defaultValue": null
4181 },
4182 {
4183 "name": "resourceVersions",
4184 "description": "",
4185 "type": {
4186 "kind": "LIST",
4187 "name": null,
4188 "ofType": {
4189 "kind": "SCALAR",
4190 "name": "Int",
4191 "ofType": null
4192 }
4193 },
4194 "defaultValue": null
4195 },
4196 {
4197 "name": "orderBy",
4198 "description": "",
4199 "type": {
4200 "kind": "LIST",
4201 "name": null,
4202 "ofType": {
4203 "kind": "ENUM",
4204 "name": "_K8PodOrdering",
4205 "ofType": null
4206 }
4207 },
4208 "defaultValue": null
4209 },
4210 {
4211 "name": "_id",
4212 "description": "",
4213 "type": {
4214 "kind": "SCALAR",
4215 "name": "Int",
4216 "ofType": null
4217 },
4218 "defaultValue": null
4219 },
4220 {
4221 "name": "first",
4222 "description": "",
4223 "type": {
4224 "kind": "SCALAR",
4225 "name": "Int",
4226 "ofType": null
4227 },
4228 "defaultValue": null
4229 },
4230 {
4231 "name": "offset",
4232 "description": "",
4233 "type": {
4234 "kind": "SCALAR",
4235 "name": "Int",
4236 "ofType": null
4237 },
4238 "defaultValue": null
4239 }
4240 ],
4241 "type": {
4242 "kind": "LIST",
4243 "name": null,
4244 "ofType": {
4245 "kind": "OBJECT",
4246 "name": "K8Pod",
4247 "ofType": null
4248 }
4249 },
4250 "isDeprecated": false,
4251 "deprecationReason": null
4252 },
4253 {
4254 "name": "K8Container",
4255 "description": "",
4256 "args": [
4257 {
4258 "name": "name",
4259 "description": "",
4260 "type": {
4261 "kind": "SCALAR",
4262 "name": "String",
4263 "ofType": null
4264 },
4265 "defaultValue": null
4266 },
4267 {
4268 "name": "imageName",
4269 "description": "",
4270 "type": {
4271 "kind": "SCALAR",
4272 "name": "String",
4273 "ofType": null
4274 },
4275 "defaultValue": null
4276 },
4277 {
4278 "name": "timestamp",
4279 "description": "",
4280 "type": {
4281 "kind": "SCALAR",
4282 "name": "String",
4283 "ofType": null
4284 },
4285 "defaultValue": null
4286 },
4287 {
4288 "name": "environment",
4289 "description": "",
4290 "type": {
4291 "kind": "SCALAR",
4292 "name": "String",
4293 "ofType": null
4294 },
4295 "defaultValue": null
4296 },
4297 {
4298 "name": "containerJSON",
4299 "description": "",
4300 "type": {
4301 "kind": "SCALAR",
4302 "name": "String",
4303 "ofType": null
4304 },
4305 "defaultValue": null
4306 },
4307 {
4308 "name": "state",
4309 "description": "",
4310 "type": {
4311 "kind": "SCALAR",
4312 "name": "String",
4313 "ofType": null
4314 },
4315 "defaultValue": null
4316 },
4317 {
4318 "name": "stateReason",
4319 "description": "",
4320 "type": {
4321 "kind": "SCALAR",
4322 "name": "String",
4323 "ofType": null
4324 },
4325 "defaultValue": null
4326 },
4327 {
4328 "name": "ready",
4329 "description": "",
4330 "type": {
4331 "kind": "SCALAR",
4332 "name": "Boolean",
4333 "ofType": null
4334 },
4335 "defaultValue": null
4336 },
4337 {
4338 "name": "restartCount",
4339 "description": "",
4340 "type": {
4341 "kind": "SCALAR",
4342 "name": "Int",
4343 "ofType": null
4344 },
4345 "defaultValue": null
4346 },
4347 {
4348 "name": "statusJSON",
4349 "description": "",
4350 "type": {
4351 "kind": "SCALAR",
4352 "name": "String",
4353 "ofType": null
4354 },
4355 "defaultValue": null
4356 },
4357 {
4358 "name": "resourceVersion",
4359 "description": "",
4360 "type": {
4361 "kind": "SCALAR",
4362 "name": "Int",
4363 "ofType": null
4364 },
4365 "defaultValue": null
4366 },
4367 {
4368 "name": "containerID",
4369 "description": "",
4370 "type": {
4371 "kind": "SCALAR",
4372 "name": "String",
4373 "ofType": null
4374 },
4375 "defaultValue": null
4376 },
4377 {
4378 "name": "names",
4379 "description": "",
4380 "type": {
4381 "kind": "LIST",
4382 "name": null,
4383 "ofType": {
4384 "kind": "SCALAR",
4385 "name": "String",
4386 "ofType": null
4387 }
4388 },
4389 "defaultValue": null
4390 },
4391 {
4392 "name": "imageNames",
4393 "description": "",
4394 "type": {
4395 "kind": "LIST",
4396 "name": null,
4397 "ofType": {
4398 "kind": "SCALAR",
4399 "name": "String",
4400 "ofType": null
4401 }
4402 },
4403 "defaultValue": null
4404 },
4405 {
4406 "name": "timestamps",
4407 "description": "",
4408 "type": {
4409 "kind": "LIST",
4410 "name": null,
4411 "ofType": {
4412 "kind": "SCALAR",
4413 "name": "String",
4414 "ofType": null
4415 }
4416 },
4417 "defaultValue": null
4418 },
4419 {
4420 "name": "environments",
4421 "description": "",
4422 "type": {
4423 "kind": "LIST",
4424 "name": null,
4425 "ofType": {
4426 "kind": "SCALAR",
4427 "name": "String",
4428 "ofType": null
4429 }
4430 },
4431 "defaultValue": null
4432 },
4433 {
4434 "name": "containerJSONs",
4435 "description": "",
4436 "type": {
4437 "kind": "LIST",
4438 "name": null,
4439 "ofType": {
4440 "kind": "SCALAR",
4441 "name": "String",
4442 "ofType": null
4443 }
4444 },
4445 "defaultValue": null
4446 },
4447 {
4448 "name": "states",
4449 "description": "",
4450 "type": {
4451 "kind": "LIST",
4452 "name": null,
4453 "ofType": {
4454 "kind": "SCALAR",
4455 "name": "String",
4456 "ofType": null
4457 }
4458 },
4459 "defaultValue": null
4460 },
4461 {
4462 "name": "stateReasons",
4463 "description": "",
4464 "type": {
4465 "kind": "LIST",
4466 "name": null,
4467 "ofType": {
4468 "kind": "SCALAR",
4469 "name": "String",
4470 "ofType": null
4471 }
4472 },
4473 "defaultValue": null
4474 },
4475 {
4476 "name": "restartCounts",
4477 "description": "",
4478 "type": {
4479 "kind": "LIST",
4480 "name": null,
4481 "ofType": {
4482 "kind": "SCALAR",
4483 "name": "Int",
4484 "ofType": null
4485 }
4486 },
4487 "defaultValue": null
4488 },
4489 {
4490 "name": "statusJSONs",
4491 "description": "",
4492 "type": {
4493 "kind": "LIST",
4494 "name": null,
4495 "ofType": {
4496 "kind": "SCALAR",
4497 "name": "String",
4498 "ofType": null
4499 }
4500 },
4501 "defaultValue": null
4502 },
4503 {
4504 "name": "resourceVersions",
4505 "description": "",
4506 "type": {
4507 "kind": "LIST",
4508 "name": null,
4509 "ofType": {
4510 "kind": "SCALAR",
4511 "name": "Int",
4512 "ofType": null
4513 }
4514 },
4515 "defaultValue": null
4516 },
4517 {
4518 "name": "containerIDs",
4519 "description": "",
4520 "type": {
4521 "kind": "LIST",
4522 "name": null,
4523 "ofType": {
4524 "kind": "SCALAR",
4525 "name": "String",
4526 "ofType": null
4527 }
4528 },
4529 "defaultValue": null
4530 },
4531 {
4532 "name": "orderBy",
4533 "description": "",
4534 "type": {
4535 "kind": "LIST",
4536 "name": null,
4537 "ofType": {
4538 "kind": "ENUM",
4539 "name": "_K8ContainerOrdering",
4540 "ofType": null
4541 }
4542 },
4543 "defaultValue": null
4544 },
4545 {
4546 "name": "_id",
4547 "description": "",
4548 "type": {
4549 "kind": "SCALAR",
4550 "name": "Int",
4551 "ofType": null
4552 },
4553 "defaultValue": null
4554 },
4555 {
4556 "name": "first",
4557 "description": "",
4558 "type": {
4559 "kind": "SCALAR",
4560 "name": "Int",
4561 "ofType": null
4562 },
4563 "defaultValue": null
4564 },
4565 {
4566 "name": "offset",
4567 "description": "",
4568 "type": {
4569 "kind": "SCALAR",
4570 "name": "Int",
4571 "ofType": null
4572 },
4573 "defaultValue": null
4574 }
4575 ],
4576 "type": {
4577 "kind": "LIST",
4578 "name": null,
4579 "ofType": {
4580 "kind": "OBJECT",
4581 "name": "K8Container",
4582 "ofType": null
4583 }
4584 },
4585 "isDeprecated": false,
4586 "deprecationReason": null
4587 },
4588 {
4589 "name": "DockerImage",
4590 "description": "",
4591 "args": [
4592 {
4593 "name": "image",
4594 "description": "",
4595 "type": {
4596 "kind": "SCALAR",
4597 "name": "String",
4598 "ofType": null
4599 },
4600 "defaultValue": null
4601 },
4602 {
4603 "name": "imageName",
4604 "description": "",
4605 "type": {
4606 "kind": "SCALAR",
4607 "name": "String",
4608 "ofType": null
4609 },
4610 "defaultValue": null
4611 },
4612 {
4613 "name": "timestamp",
4614 "description": "",
4615 "type": {
4616 "kind": "SCALAR",
4617 "name": "String",
4618 "ofType": null
4619 },
4620 "defaultValue": null
4621 },
4622 {
4623 "name": "images",
4624 "description": "",
4625 "type": {
4626 "kind": "LIST",
4627 "name": null,
4628 "ofType": {
4629 "kind": "SCALAR",
4630 "name": "String",
4631 "ofType": null
4632 }
4633 },
4634 "defaultValue": null
4635 },
4636 {
4637 "name": "imageNames",
4638 "description": "",
4639 "type": {
4640 "kind": "LIST",
4641 "name": null,
4642 "ofType": {
4643 "kind": "SCALAR",
4644 "name": "String",
4645 "ofType": null
4646 }
4647 },
4648 "defaultValue": null
4649 },
4650 {
4651 "name": "timestamps",
4652 "description": "",
4653 "type": {
4654 "kind": "LIST",
4655 "name": null,
4656 "ofType": {
4657 "kind": "SCALAR",
4658 "name": "String",
4659 "ofType": null
4660 }
4661 },
4662 "defaultValue": null
4663 },
4664 {
4665 "name": "orderBy",
4666 "description": "",
4667 "type": {
4668 "kind": "LIST",
4669 "name": null,
4670 "ofType": {
4671 "kind": "ENUM",
4672 "name": "_DockerImageOrdering",
4673 "ofType": null
4674 }
4675 },
4676 "defaultValue": null
4677 },
4678 {
4679 "name": "_id",
4680 "description": "",
4681 "type": {
4682 "kind": "SCALAR",
4683 "name": "Int",
4684 "ofType": null
4685 },
4686 "defaultValue": null
4687 },
4688 {
4689 "name": "first",
4690 "description": "",
4691 "type": {
4692 "kind": "SCALAR",
4693 "name": "Int",
4694 "ofType": null
4695 },
4696 "defaultValue": null
4697 },
4698 {
4699 "name": "offset",
4700 "description": "",
4701 "type": {
4702 "kind": "SCALAR",
4703 "name": "Int",
4704 "ofType": null
4705 },
4706 "defaultValue": null
4707 }
4708 ],
4709 "type": {
4710 "kind": "LIST",
4711 "name": null,
4712 "ofType": {
4713 "kind": "OBJECT",
4714 "name": "DockerImage",
4715 "ofType": null
4716 }
4717 },
4718 "isDeprecated": false,
4719 "deprecationReason": null
4720 },
4721 {
4722 "name": "ImageLinked",
4723 "description": "",
4724 "args": [
4725 {
4726 "name": "timestamp",
4727 "description": "",
4728 "type": {
4729 "kind": "SCALAR",
4730 "name": "String",
4731 "ofType": null
4732 },
4733 "defaultValue": null
4734 },
4735 {
4736 "name": "timestamps",
4737 "description": "",
4738 "type": {
4739 "kind": "LIST",
4740 "name": null,
4741 "ofType": {
4742 "kind": "SCALAR",
4743 "name": "String",
4744 "ofType": null
4745 }
4746 },
4747 "defaultValue": null
4748 },
4749 {
4750 "name": "orderBy",
4751 "description": "",
4752 "type": {
4753 "kind": "LIST",
4754 "name": null,
4755 "ofType": {
4756 "kind": "ENUM",
4757 "name": "_ImageLinkedOrdering",
4758 "ofType": null
4759 }
4760 },
4761 "defaultValue": null
4762 },
4763 {
4764 "name": "_id",
4765 "description": "",
4766 "type": {
4767 "kind": "SCALAR",
4768 "name": "Int",
4769 "ofType": null
4770 },
4771 "defaultValue": null
4772 },
4773 {
4774 "name": "first",
4775 "description": "",
4776 "type": {
4777 "kind": "SCALAR",
4778 "name": "Int",
4779 "ofType": null
4780 },
4781 "defaultValue": null
4782 },
4783 {
4784 "name": "offset",
4785 "description": "",
4786 "type": {
4787 "kind": "SCALAR",
4788 "name": "Int",
4789 "ofType": null
4790 },
4791 "defaultValue": null
4792 }
4793 ],
4794 "type": {
4795 "kind": "LIST",
4796 "name": null,
4797 "ofType": {
4798 "kind": "OBJECT",
4799 "name": "ImageLinked",
4800 "ofType": null
4801 }
4802 },
4803 "isDeprecated": false,
4804 "deprecationReason": null
4805 },
4806 {
4807 "name": "Release",
4808 "description": "",
4809 "args": [
4810 {
4811 "name": "id",
4812 "description": "",
4813 "type": {
4814 "kind": "SCALAR",
4815 "name": "ID",
4816 "ofType": null
4817 },
4818 "defaultValue": null
4819 },
4820 {
4821 "name": "name",
4822 "description": "",
4823 "type": {
4824 "kind": "SCALAR",
4825 "name": "String",
4826 "ofType": null
4827 },
4828 "defaultValue": null
4829 },
4830 {
4831 "name": "timestamp",
4832 "description": "",
4833 "type": {
4834 "kind": "SCALAR",
4835 "name": "String",
4836 "ofType": null
4837 },
4838 "defaultValue": null
4839 },
4840 {
4841 "name": "ids",
4842 "description": "",
4843 "type": {
4844 "kind": "LIST",
4845 "name": null,
4846 "ofType": {
4847 "kind": "SCALAR",
4848 "name": "ID",
4849 "ofType": null
4850 }
4851 },
4852 "defaultValue": null
4853 },
4854 {
4855 "name": "names",
4856 "description": "",
4857 "type": {
4858 "kind": "LIST",
4859 "name": null,
4860 "ofType": {
4861 "kind": "SCALAR",
4862 "name": "String",
4863 "ofType": null
4864 }
4865 },
4866 "defaultValue": null
4867 },
4868 {
4869 "name": "timestamps",
4870 "description": "",
4871 "type": {
4872 "kind": "LIST",
4873 "name": null,
4874 "ofType": {
4875 "kind": "SCALAR",
4876 "name": "String",
4877 "ofType": null
4878 }
4879 },
4880 "defaultValue": null
4881 },
4882 {
4883 "name": "orderBy",
4884 "description": "",
4885 "type": {
4886 "kind": "LIST",
4887 "name": null,
4888 "ofType": {
4889 "kind": "ENUM",
4890 "name": "_ReleaseOrdering",
4891 "ofType": null
4892 }
4893 },
4894 "defaultValue": null
4895 },
4896 {
4897 "name": "_id",
4898 "description": "",
4899 "type": {
4900 "kind": "SCALAR",
4901 "name": "Int",
4902 "ofType": null
4903 },
4904 "defaultValue": null
4905 },
4906 {
4907 "name": "first",
4908 "description": "",
4909 "type": {
4910 "kind": "SCALAR",
4911 "name": "Int",
4912 "ofType": null
4913 },
4914 "defaultValue": null
4915 },
4916 {
4917 "name": "offset",
4918 "description": "",
4919 "type": {
4920 "kind": "SCALAR",
4921 "name": "Int",
4922 "ofType": null
4923 },
4924 "defaultValue": null
4925 }
4926 ],
4927 "type": {
4928 "kind": "LIST",
4929 "name": null,
4930 "ofType": {
4931 "kind": "OBJECT",
4932 "name": "Release",
4933 "ofType": null
4934 }
4935 },
4936 "isDeprecated": false,
4937 "deprecationReason": null
4938 },
4939 {
4940 "name": "HerokuApp",
4941 "description": "",
4942 "args": [
4943 {
4944 "name": "app",
4945 "description": "",
4946 "type": {
4947 "kind": "SCALAR",
4948 "name": "String",
4949 "ofType": null
4950 },
4951 "defaultValue": null
4952 },
4953 {
4954 "name": "url",
4955 "description": "",
4956 "type": {
4957 "kind": "SCALAR",
4958 "name": "String",
4959 "ofType": null
4960 },
4961 "defaultValue": null
4962 },
4963 {
4964 "name": "timestamp",
4965 "description": "",
4966 "type": {
4967 "kind": "SCALAR",
4968 "name": "String",
4969 "ofType": null
4970 },
4971 "defaultValue": null
4972 },
4973 {
4974 "name": "user",
4975 "description": "",
4976 "type": {
4977 "kind": "SCALAR",
4978 "name": "String",
4979 "ofType": null
4980 },
4981 "defaultValue": null
4982 },
4983 {
4984 "name": "appId",
4985 "description": "",
4986 "type": {
4987 "kind": "SCALAR",
4988 "name": "String",
4989 "ofType": null
4990 },
4991 "defaultValue": null
4992 },
4993 {
4994 "name": "release",
4995 "description": "",
4996 "type": {
4997 "kind": "SCALAR",
4998 "name": "String",
4999 "ofType": null
5000 },
5001 "defaultValue": null
5002 },
5003 {
5004 "name": "apps",
5005 "description": "",
5006 "type": {
5007 "kind": "LIST",
5008 "name": null,
5009 "ofType": {
5010 "kind": "SCALAR",
5011 "name": "String",
5012 "ofType": null
5013 }
5014 },
5015 "defaultValue": null
5016 },
5017 {
5018 "name": "urls",
5019 "description": "",
5020 "type": {
5021 "kind": "LIST",
5022 "name": null,
5023 "ofType": {
5024 "kind": "SCALAR",
5025 "name": "String",
5026 "ofType": null
5027 }
5028 },
5029 "defaultValue": null
5030 },
5031 {
5032 "name": "timestamps",
5033 "description": "",
5034 "type": {
5035 "kind": "LIST",
5036 "name": null,
5037 "ofType": {
5038 "kind": "SCALAR",
5039 "name": "String",
5040 "ofType": null
5041 }
5042 },
5043 "defaultValue": null
5044 },
5045 {
5046 "name": "users",
5047 "description": "",
5048 "type": {
5049 "kind": "LIST",
5050 "name": null,
5051 "ofType": {
5052 "kind": "SCALAR",
5053 "name": "String",
5054 "ofType": null
5055 }
5056 },
5057 "defaultValue": null
5058 },
5059 {
5060 "name": "appIds",
5061 "description": "",
5062 "type": {
5063 "kind": "LIST",
5064 "name": null,
5065 "ofType": {
5066 "kind": "SCALAR",
5067 "name": "String",
5068 "ofType": null
5069 }
5070 },
5071 "defaultValue": null
5072 },
5073 {
5074 "name": "releases",
5075 "description": "",
5076 "type": {
5077 "kind": "LIST",
5078 "name": null,
5079 "ofType": {
5080 "kind": "SCALAR",
5081 "name": "String",
5082 "ofType": null
5083 }
5084 },
5085 "defaultValue": null
5086 },
5087 {
5088 "name": "orderBy",
5089 "description": "",
5090 "type": {
5091 "kind": "LIST",
5092 "name": null,
5093 "ofType": {
5094 "kind": "ENUM",
5095 "name": "_HerokuAppOrdering",
5096 "ofType": null
5097 }
5098 },
5099 "defaultValue": null
5100 },
5101 {
5102 "name": "_id",
5103 "description": "",
5104 "type": {
5105 "kind": "SCALAR",
5106 "name": "Int",
5107 "ofType": null
5108 },
5109 "defaultValue": null
5110 },
5111 {
5112 "name": "first",
5113 "description": "",
5114 "type": {
5115 "kind": "SCALAR",
5116 "name": "Int",
5117 "ofType": null
5118 },
5119 "defaultValue": null
5120 },
5121 {
5122 "name": "offset",
5123 "description": "",
5124 "type": {
5125 "kind": "SCALAR",
5126 "name": "Int",
5127 "ofType": null
5128 },
5129 "defaultValue": null
5130 }
5131 ],
5132 "type": {
5133 "kind": "LIST",
5134 "name": null,
5135 "ofType": {
5136 "kind": "OBJECT",
5137 "name": "HerokuApp",
5138 "ofType": null
5139 }
5140 },
5141 "isDeprecated": false,
5142 "deprecationReason": null
5143 },
5144 {
5145 "name": "Application",
5146 "description": "",
5147 "args": [
5148 {
5149 "name": "id",
5150 "description": "",
5151 "type": {
5152 "kind": "SCALAR",
5153 "name": "ID",
5154 "ofType": null
5155 },
5156 "defaultValue": null
5157 },
5158 {
5159 "name": "state",
5160 "description": "",
5161 "type": {
5162 "kind": "SCALAR",
5163 "name": "String",
5164 "ofType": null
5165 },
5166 "defaultValue": null
5167 },
5168 {
5169 "name": "host",
5170 "description": "",
5171 "type": {
5172 "kind": "SCALAR",
5173 "name": "String",
5174 "ofType": null
5175 },
5176 "defaultValue": null
5177 },
5178 {
5179 "name": "timestamp",
5180 "description": "",
5181 "type": {
5182 "kind": "SCALAR",
5183 "name": "String",
5184 "ofType": null
5185 },
5186 "defaultValue": null
5187 },
5188 {
5189 "name": "domain",
5190 "description": "",
5191 "type": {
5192 "kind": "SCALAR",
5193 "name": "String",
5194 "ofType": null
5195 },
5196 "defaultValue": null
5197 },
5198 {
5199 "name": "data",
5200 "description": "",
5201 "type": {
5202 "kind": "SCALAR",
5203 "name": "String",
5204 "ofType": null
5205 },
5206 "defaultValue": null
5207 },
5208 {
5209 "name": "ids",
5210 "description": "",
5211 "type": {
5212 "kind": "LIST",
5213 "name": null,
5214 "ofType": {
5215 "kind": "SCALAR",
5216 "name": "ID",
5217 "ofType": null
5218 }
5219 },
5220 "defaultValue": null
5221 },
5222 {
5223 "name": "states",
5224 "description": "",
5225 "type": {
5226 "kind": "LIST",
5227 "name": null,
5228 "ofType": {
5229 "kind": "SCALAR",
5230 "name": "String",
5231 "ofType": null
5232 }
5233 },
5234 "defaultValue": null
5235 },
5236 {
5237 "name": "hosts",
5238 "description": "",
5239 "type": {
5240 "kind": "LIST",
5241 "name": null,
5242 "ofType": {
5243 "kind": "SCALAR",
5244 "name": "String",
5245 "ofType": null
5246 }
5247 },
5248 "defaultValue": null
5249 },
5250 {
5251 "name": "timestamps",
5252 "description": "",
5253 "type": {
5254 "kind": "LIST",
5255 "name": null,
5256 "ofType": {
5257 "kind": "SCALAR",
5258 "name": "String",
5259 "ofType": null
5260 }
5261 },
5262 "defaultValue": null
5263 },
5264 {
5265 "name": "domains",
5266 "description": "",
5267 "type": {
5268 "kind": "LIST",
5269 "name": null,
5270 "ofType": {
5271 "kind": "SCALAR",
5272 "name": "String",
5273 "ofType": null
5274 }
5275 },
5276 "defaultValue": null
5277 },
5278 {
5279 "name": "datas",
5280 "description": "",
5281 "type": {
5282 "kind": "LIST",
5283 "name": null,
5284 "ofType": {
5285 "kind": "SCALAR",
5286 "name": "String",
5287 "ofType": null
5288 }
5289 },
5290 "defaultValue": null
5291 },
5292 {
5293 "name": "orderBy",
5294 "description": "",
5295 "type": {
5296 "kind": "LIST",
5297 "name": null,
5298 "ofType": {
5299 "kind": "ENUM",
5300 "name": "_ApplicationOrdering",
5301 "ofType": null
5302 }
5303 },
5304 "defaultValue": null
5305 },
5306 {
5307 "name": "_id",
5308 "description": "",
5309 "type": {
5310 "kind": "SCALAR",
5311 "name": "Int",
5312 "ofType": null
5313 },
5314 "defaultValue": null
5315 },
5316 {
5317 "name": "first",
5318 "description": "",
5319 "type": {
5320 "kind": "SCALAR",
5321 "name": "Int",
5322 "ofType": null
5323 },
5324 "defaultValue": null
5325 },
5326 {
5327 "name": "offset",
5328 "description": "",
5329 "type": {
5330 "kind": "SCALAR",
5331 "name": "Int",
5332 "ofType": null
5333 },
5334 "defaultValue": null
5335 }
5336 ],
5337 "type": {
5338 "kind": "LIST",
5339 "name": null,
5340 "ofType": {
5341 "kind": "OBJECT",
5342 "name": "Application",
5343 "ofType": null
5344 }
5345 },
5346 "isDeprecated": false,
5347 "deprecationReason": null
5348 },
5349 {
5350 "name": "Team",
5351 "description": "",
5352 "args": [
5353 {
5354 "name": "id",
5355 "description": "",
5356 "type": {
5357 "kind": "SCALAR",
5358 "name": "String",
5359 "ofType": null
5360 },
5361 "defaultValue": null
5362 },
5363 {
5364 "name": "name",
5365 "description": "",
5366 "type": {
5367 "kind": "SCALAR",
5368 "name": "String",
5369 "ofType": null
5370 },
5371 "defaultValue": null
5372 },
5373 {
5374 "name": "description",
5375 "description": "",
5376 "type": {
5377 "kind": "SCALAR",
5378 "name": "String",
5379 "ofType": null
5380 },
5381 "defaultValue": null
5382 },
5383 {
5384 "name": "iconUrl",
5385 "description": "",
5386 "type": {
5387 "kind": "SCALAR",
5388 "name": "String",
5389 "ofType": null
5390 },
5391 "defaultValue": null
5392 },
5393 {
5394 "name": "createdAt",
5395 "description": "",
5396 "type": {
5397 "kind": "SCALAR",
5398 "name": "String",
5399 "ofType": null
5400 },
5401 "defaultValue": null
5402 },
5403 {
5404 "name": "ids",
5405 "description": "",
5406 "type": {
5407 "kind": "LIST",
5408 "name": null,
5409 "ofType": {
5410 "kind": "SCALAR",
5411 "name": "String",
5412 "ofType": null
5413 }
5414 },
5415 "defaultValue": null
5416 },
5417 {
5418 "name": "names",
5419 "description": "",
5420 "type": {
5421 "kind": "LIST",
5422 "name": null,
5423 "ofType": {
5424 "kind": "SCALAR",
5425 "name": "String",
5426 "ofType": null
5427 }
5428 },
5429 "defaultValue": null
5430 },
5431 {
5432 "name": "descriptions",
5433 "description": "",
5434 "type": {
5435 "kind": "LIST",
5436 "name": null,
5437 "ofType": {
5438 "kind": "SCALAR",
5439 "name": "String",
5440 "ofType": null
5441 }
5442 },
5443 "defaultValue": null
5444 },
5445 {
5446 "name": "iconUrls",
5447 "description": "",
5448 "type": {
5449 "kind": "LIST",
5450 "name": null,
5451 "ofType": {
5452 "kind": "SCALAR",
5453 "name": "String",
5454 "ofType": null
5455 }
5456 },
5457 "defaultValue": null
5458 },
5459 {
5460 "name": "createdAts",
5461 "description": "",
5462 "type": {
5463 "kind": "LIST",
5464 "name": null,
5465 "ofType": {
5466 "kind": "SCALAR",
5467 "name": "String",
5468 "ofType": null
5469 }
5470 },
5471 "defaultValue": null
5472 },
5473 {
5474 "name": "orderBy",
5475 "description": "",
5476 "type": {
5477 "kind": "LIST",
5478 "name": null,
5479 "ofType": {
5480 "kind": "ENUM",
5481 "name": "_TeamOrdering",
5482 "ofType": null
5483 }
5484 },
5485 "defaultValue": null
5486 },
5487 {
5488 "name": "_id",
5489 "description": "",
5490 "type": {
5491 "kind": "SCALAR",
5492 "name": "Int",
5493 "ofType": null
5494 },
5495 "defaultValue": null
5496 },
5497 {
5498 "name": "first",
5499 "description": "",
5500 "type": {
5501 "kind": "SCALAR",
5502 "name": "Int",
5503 "ofType": null
5504 },
5505 "defaultValue": null
5506 },
5507 {
5508 "name": "offset",
5509 "description": "",
5510 "type": {
5511 "kind": "SCALAR",
5512 "name": "Int",
5513 "ofType": null
5514 },
5515 "defaultValue": null
5516 }
5517 ],
5518 "type": {
5519 "kind": "LIST",
5520 "name": null,
5521 "ofType": {
5522 "kind": "OBJECT",
5523 "name": "Team",
5524 "ofType": null
5525 }
5526 },
5527 "isDeprecated": false,
5528 "deprecationReason": null
5529 },
5530 {
5531 "name": "ChatTeam",
5532 "description": "",
5533 "args": [
5534 {
5535 "name": "id",
5536 "description": "",
5537 "type": {
5538 "kind": "SCALAR",
5539 "name": "ID",
5540 "ofType": null
5541 },
5542 "defaultValue": null
5543 },
5544 {
5545 "name": "name",
5546 "description": "",
5547 "type": {
5548 "kind": "SCALAR",
5549 "name": "String",
5550 "ofType": null
5551 },
5552 "defaultValue": null
5553 },
5554 {
5555 "name": "provider",
5556 "description": "",
5557 "type": {
5558 "kind": "SCALAR",
5559 "name": "String",
5560 "ofType": null
5561 },
5562 "defaultValue": null
5563 },
5564 {
5565 "name": "tenantId",
5566 "description": "",
5567 "type": {
5568 "kind": "SCALAR",
5569 "name": "String",
5570 "ofType": null
5571 },
5572 "defaultValue": null
5573 },
5574 {
5575 "name": "domain",
5576 "description": "",
5577 "type": {
5578 "kind": "SCALAR",
5579 "name": "String",
5580 "ofType": null
5581 },
5582 "defaultValue": null
5583 },
5584 {
5585 "name": "messageCount",
5586 "description": "",
5587 "type": {
5588 "kind": "SCALAR",
5589 "name": "Float",
5590 "ofType": null
5591 },
5592 "defaultValue": null
5593 },
5594 {
5595 "name": "emailDomain",
5596 "description": "",
5597 "type": {
5598 "kind": "SCALAR",
5599 "name": "String",
5600 "ofType": null
5601 },
5602 "defaultValue": null
5603 },
5604 {
5605 "name": "ids",
5606 "description": "",
5607 "type": {
5608 "kind": "LIST",
5609 "name": null,
5610 "ofType": {
5611 "kind": "SCALAR",
5612 "name": "ID",
5613 "ofType": null
5614 }
5615 },
5616 "defaultValue": null
5617 },
5618 {
5619 "name": "names",
5620 "description": "",
5621 "type": {
5622 "kind": "LIST",
5623 "name": null,
5624 "ofType": {
5625 "kind": "SCALAR",
5626 "name": "String",
5627 "ofType": null
5628 }
5629 },
5630 "defaultValue": null
5631 },
5632 {
5633 "name": "providers",
5634 "description": "",
5635 "type": {
5636 "kind": "LIST",
5637 "name": null,
5638 "ofType": {
5639 "kind": "SCALAR",
5640 "name": "String",
5641 "ofType": null
5642 }
5643 },
5644 "defaultValue": null
5645 },
5646 {
5647 "name": "domains",
5648 "description": "",
5649 "type": {
5650 "kind": "LIST",
5651 "name": null,
5652 "ofType": {
5653 "kind": "SCALAR",
5654 "name": "String",
5655 "ofType": null
5656 }
5657 },
5658 "defaultValue": null
5659 },
5660 {
5661 "name": "messageCounts",
5662 "description": "",
5663 "type": {
5664 "kind": "LIST",
5665 "name": null,
5666 "ofType": {
5667 "kind": "SCALAR",
5668 "name": "Float",
5669 "ofType": null
5670 }
5671 },
5672 "defaultValue": null
5673 },
5674 {
5675 "name": "emailDomains",
5676 "description": "",
5677 "type": {
5678 "kind": "LIST",
5679 "name": null,
5680 "ofType": {
5681 "kind": "SCALAR",
5682 "name": "String",
5683 "ofType": null
5684 }
5685 },
5686 "defaultValue": null
5687 },
5688 {
5689 "name": "orderBy",
5690 "description": "",
5691 "type": {
5692 "kind": "LIST",
5693 "name": null,
5694 "ofType": {
5695 "kind": "ENUM",
5696 "name": "_ChatTeamOrdering",
5697 "ofType": null
5698 }
5699 },
5700 "defaultValue": null
5701 },
5702 {
5703 "name": "_id",
5704 "description": "",
5705 "type": {
5706 "kind": "SCALAR",
5707 "name": "Int",
5708 "ofType": null
5709 },
5710 "defaultValue": null
5711 },
5712 {
5713 "name": "first",
5714 "description": "",
5715 "type": {
5716 "kind": "SCALAR",
5717 "name": "Int",
5718 "ofType": null
5719 },
5720 "defaultValue": null
5721 },
5722 {
5723 "name": "offset",
5724 "description": "",
5725 "type": {
5726 "kind": "SCALAR",
5727 "name": "Int",
5728 "ofType": null
5729 },
5730 "defaultValue": null
5731 }
5732 ],
5733 "type": {
5734 "kind": "LIST",
5735 "name": null,
5736 "ofType": {
5737 "kind": "OBJECT",
5738 "name": "ChatTeam",
5739 "ofType": null
5740 }
5741 },
5742 "isDeprecated": false,
5743 "deprecationReason": null
5744 },
5745 {
5746 "name": "Person",
5747 "description": "",
5748 "args": [
5749 {
5750 "name": "id",
5751 "description": "",
5752 "type": {
5753 "kind": "SCALAR",
5754 "name": "ID",
5755 "ofType": null
5756 },
5757 "defaultValue": null
5758 },
5759 {
5760 "name": "forename",
5761 "description": "",
5762 "type": {
5763 "kind": "SCALAR",
5764 "name": "String",
5765 "ofType": null
5766 },
5767 "defaultValue": null
5768 },
5769 {
5770 "name": "surname",
5771 "description": "",
5772 "type": {
5773 "kind": "SCALAR",
5774 "name": "String",
5775 "ofType": null
5776 },
5777 "defaultValue": null
5778 },
5779 {
5780 "name": "name",
5781 "description": "",
5782 "type": {
5783 "kind": "SCALAR",
5784 "name": "String",
5785 "ofType": null
5786 },
5787 "defaultValue": null
5788 },
5789 {
5790 "name": "ids",
5791 "description": "",
5792 "type": {
5793 "kind": "LIST",
5794 "name": null,
5795 "ofType": {
5796 "kind": "SCALAR",
5797 "name": "ID",
5798 "ofType": null
5799 }
5800 },
5801 "defaultValue": null
5802 },
5803 {
5804 "name": "forenames",
5805 "description": "",
5806 "type": {
5807 "kind": "LIST",
5808 "name": null,
5809 "ofType": {
5810 "kind": "SCALAR",
5811 "name": "String",
5812 "ofType": null
5813 }
5814 },
5815 "defaultValue": null
5816 },
5817 {
5818 "name": "surnames",
5819 "description": "",
5820 "type": {
5821 "kind": "LIST",
5822 "name": null,
5823 "ofType": {
5824 "kind": "SCALAR",
5825 "name": "String",
5826 "ofType": null
5827 }
5828 },
5829 "defaultValue": null
5830 },
5831 {
5832 "name": "names",
5833 "description": "",
5834 "type": {
5835 "kind": "LIST",
5836 "name": null,
5837 "ofType": {
5838 "kind": "SCALAR",
5839 "name": "String",
5840 "ofType": null
5841 }
5842 },
5843 "defaultValue": null
5844 },
5845 {
5846 "name": "orderBy",
5847 "description": "",
5848 "type": {
5849 "kind": "LIST",
5850 "name": null,
5851 "ofType": {
5852 "kind": "ENUM",
5853 "name": "_PersonOrdering",
5854 "ofType": null
5855 }
5856 },
5857 "defaultValue": null
5858 },
5859 {
5860 "name": "_id",
5861 "description": "",
5862 "type": {
5863 "kind": "SCALAR",
5864 "name": "Int",
5865 "ofType": null
5866 },
5867 "defaultValue": null
5868 },
5869 {
5870 "name": "first",
5871 "description": "",
5872 "type": {
5873 "kind": "SCALAR",
5874 "name": "Int",
5875 "ofType": null
5876 },
5877 "defaultValue": null
5878 },
5879 {
5880 "name": "offset",
5881 "description": "",
5882 "type": {
5883 "kind": "SCALAR",
5884 "name": "Int",
5885 "ofType": null
5886 },
5887 "defaultValue": null
5888 }
5889 ],
5890 "type": {
5891 "kind": "LIST",
5892 "name": null,
5893 "ofType": {
5894 "kind": "OBJECT",
5895 "name": "Person",
5896 "ofType": null
5897 }
5898 },
5899 "isDeprecated": false,
5900 "deprecationReason": null
5901 },
5902 {
5903 "name": "Status",
5904 "description": "",
5905 "args": [
5906 {
5907 "name": "id",
5908 "description": "",
5909 "type": {
5910 "kind": "SCALAR",
5911 "name": "ID",
5912 "ofType": null
5913 },
5914 "defaultValue": null
5915 },
5916 {
5917 "name": "state",
5918 "description": "",
5919 "type": {
5920 "kind": "ENUM",
5921 "name": "StatusState",
5922 "ofType": null
5923 },
5924 "defaultValue": null
5925 },
5926 {
5927 "name": "description",
5928 "description": "",
5929 "type": {
5930 "kind": "SCALAR",
5931 "name": "String",
5932 "ofType": null
5933 },
5934 "defaultValue": null
5935 },
5936 {
5937 "name": "targetUrl",
5938 "description": "",
5939 "type": {
5940 "kind": "SCALAR",
5941 "name": "String",
5942 "ofType": null
5943 },
5944 "defaultValue": null
5945 },
5946 {
5947 "name": "context",
5948 "description": "",
5949 "type": {
5950 "kind": "SCALAR",
5951 "name": "String",
5952 "ofType": null
5953 },
5954 "defaultValue": null
5955 },
5956 {
5957 "name": "timestamp",
5958 "description": "",
5959 "type": {
5960 "kind": "SCALAR",
5961 "name": "String",
5962 "ofType": null
5963 },
5964 "defaultValue": null
5965 },
5966 {
5967 "name": "ids",
5968 "description": "",
5969 "type": {
5970 "kind": "LIST",
5971 "name": null,
5972 "ofType": {
5973 "kind": "SCALAR",
5974 "name": "ID",
5975 "ofType": null
5976 }
5977 },
5978 "defaultValue": null
5979 },
5980 {
5981 "name": "states",
5982 "description": "",
5983 "type": {
5984 "kind": "LIST",
5985 "name": null,
5986 "ofType": {
5987 "kind": "ENUM",
5988 "name": "StatusState",
5989 "ofType": null
5990 }
5991 },
5992 "defaultValue": null
5993 },
5994 {
5995 "name": "descriptions",
5996 "description": "",
5997 "type": {
5998 "kind": "LIST",
5999 "name": null,
6000 "ofType": {
6001 "kind": "SCALAR",
6002 "name": "String",
6003 "ofType": null
6004 }
6005 },
6006 "defaultValue": null
6007 },
6008 {
6009 "name": "targetUrls",
6010 "description": "",
6011 "type": {
6012 "kind": "LIST",
6013 "name": null,
6014 "ofType": {
6015 "kind": "SCALAR",
6016 "name": "String",
6017 "ofType": null
6018 }
6019 },
6020 "defaultValue": null
6021 },
6022 {
6023 "name": "contexts",
6024 "description": "",
6025 "type": {
6026 "kind": "LIST",
6027 "name": null,
6028 "ofType": {
6029 "kind": "SCALAR",
6030 "name": "String",
6031 "ofType": null
6032 }
6033 },
6034 "defaultValue": null
6035 },
6036 {
6037 "name": "timestamps",
6038 "description": "",
6039 "type": {
6040 "kind": "LIST",
6041 "name": null,
6042 "ofType": {
6043 "kind": "SCALAR",
6044 "name": "String",
6045 "ofType": null
6046 }
6047 },
6048 "defaultValue": null
6049 },
6050 {
6051 "name": "orderBy",
6052 "description": "",
6053 "type": {
6054 "kind": "LIST",
6055 "name": null,
6056 "ofType": {
6057 "kind": "ENUM",
6058 "name": "_StatusOrdering",
6059 "ofType": null
6060 }
6061 },
6062 "defaultValue": null
6063 },
6064 {
6065 "name": "_id",
6066 "description": "",
6067 "type": {
6068 "kind": "SCALAR",
6069 "name": "Int",
6070 "ofType": null
6071 },
6072 "defaultValue": null
6073 },
6074 {
6075 "name": "first",
6076 "description": "",
6077 "type": {
6078 "kind": "SCALAR",
6079 "name": "Int",
6080 "ofType": null
6081 },
6082 "defaultValue": null
6083 },
6084 {
6085 "name": "offset",
6086 "description": "",
6087 "type": {
6088 "kind": "SCALAR",
6089 "name": "Int",
6090 "ofType": null
6091 },
6092 "defaultValue": null
6093 }
6094 ],
6095 "type": {
6096 "kind": "LIST",
6097 "name": null,
6098 "ofType": {
6099 "kind": "OBJECT",
6100 "name": "Status",
6101 "ofType": null
6102 }
6103 },
6104 "isDeprecated": false,
6105 "deprecationReason": null
6106 },
6107 {
6108 "name": "Email",
6109 "description": "",
6110 "args": [
6111 {
6112 "name": "address",
6113 "description": "",
6114 "type": {
6115 "kind": "SCALAR",
6116 "name": "String",
6117 "ofType": null
6118 },
6119 "defaultValue": null
6120 },
6121 {
6122 "name": "addresss",
6123 "description": "",
6124 "type": {
6125 "kind": "LIST",
6126 "name": null,
6127 "ofType": {
6128 "kind": "SCALAR",
6129 "name": "String",
6130 "ofType": null
6131 }
6132 },
6133 "defaultValue": null
6134 },
6135 {
6136 "name": "orderBy",
6137 "description": "",
6138 "type": {
6139 "kind": "LIST",
6140 "name": null,
6141 "ofType": {
6142 "kind": "ENUM",
6143 "name": "_EmailOrdering",
6144 "ofType": null
6145 }
6146 },
6147 "defaultValue": null
6148 },
6149 {
6150 "name": "_id",
6151 "description": "",
6152 "type": {
6153 "kind": "SCALAR",
6154 "name": "Int",
6155 "ofType": null
6156 },
6157 "defaultValue": null
6158 },
6159 {
6160 "name": "first",
6161 "description": "",
6162 "type": {
6163 "kind": "SCALAR",
6164 "name": "Int",
6165 "ofType": null
6166 },
6167 "defaultValue": null
6168 },
6169 {
6170 "name": "offset",
6171 "description": "",
6172 "type": {
6173 "kind": "SCALAR",
6174 "name": "Int",
6175 "ofType": null
6176 },
6177 "defaultValue": null
6178 }
6179 ],
6180 "type": {
6181 "kind": "LIST",
6182 "name": null,
6183 "ofType": {
6184 "kind": "OBJECT",
6185 "name": "Email",
6186 "ofType": null
6187 }
6188 },
6189 "isDeprecated": false,
6190 "deprecationReason": null
6191 },
6192 {
6193 "name": "Fingerprint",
6194 "description": "",
6195 "args": [
6196 {
6197 "name": "name",
6198 "description": "",
6199 "type": {
6200 "kind": "SCALAR",
6201 "name": "String",
6202 "ofType": null
6203 },
6204 "defaultValue": null
6205 },
6206 {
6207 "name": "sha",
6208 "description": "",
6209 "type": {
6210 "kind": "SCALAR",
6211 "name": "String",
6212 "ofType": null
6213 },
6214 "defaultValue": null
6215 },
6216 {
6217 "name": "data",
6218 "description": "",
6219 "type": {
6220 "kind": "SCALAR",
6221 "name": "String",
6222 "ofType": null
6223 },
6224 "defaultValue": null
6225 },
6226 {
6227 "name": "names",
6228 "description": "",
6229 "type": {
6230 "kind": "LIST",
6231 "name": null,
6232 "ofType": {
6233 "kind": "SCALAR",
6234 "name": "String",
6235 "ofType": null
6236 }
6237 },
6238 "defaultValue": null
6239 },
6240 {
6241 "name": "shas",
6242 "description": "",
6243 "type": {
6244 "kind": "LIST",
6245 "name": null,
6246 "ofType": {
6247 "kind": "SCALAR",
6248 "name": "String",
6249 "ofType": null
6250 }
6251 },
6252 "defaultValue": null
6253 },
6254 {
6255 "name": "datas",
6256 "description": "",
6257 "type": {
6258 "kind": "LIST",
6259 "name": null,
6260 "ofType": {
6261 "kind": "SCALAR",
6262 "name": "String",
6263 "ofType": null
6264 }
6265 },
6266 "defaultValue": null
6267 },
6268 {
6269 "name": "orderBy",
6270 "description": "",
6271 "type": {
6272 "kind": "LIST",
6273 "name": null,
6274 "ofType": {
6275 "kind": "ENUM",
6276 "name": "_FingerprintOrdering",
6277 "ofType": null
6278 }
6279 },
6280 "defaultValue": null
6281 },
6282 {
6283 "name": "_id",
6284 "description": "",
6285 "type": {
6286 "kind": "SCALAR",
6287 "name": "Int",
6288 "ofType": null
6289 },
6290 "defaultValue": null
6291 },
6292 {
6293 "name": "first",
6294 "description": "",
6295 "type": {
6296 "kind": "SCALAR",
6297 "name": "Int",
6298 "ofType": null
6299 },
6300 "defaultValue": null
6301 },
6302 {
6303 "name": "offset",
6304 "description": "",
6305 "type": {
6306 "kind": "SCALAR",
6307 "name": "Int",
6308 "ofType": null
6309 },
6310 "defaultValue": null
6311 }
6312 ],
6313 "type": {
6314 "kind": "LIST",
6315 "name": null,
6316 "ofType": {
6317 "kind": "OBJECT",
6318 "name": "Fingerprint",
6319 "ofType": null
6320 }
6321 },
6322 "isDeprecated": false,
6323 "deprecationReason": null
6324 },
6325 {
6326 "name": "ParentImpact",
6327 "description": "",
6328 "args": [
6329 {
6330 "name": "id",
6331 "description": "",
6332 "type": {
6333 "kind": "SCALAR",
6334 "name": "ID",
6335 "ofType": null
6336 },
6337 "defaultValue": null
6338 },
6339 {
6340 "name": "url",
6341 "description": "",
6342 "type": {
6343 "kind": "SCALAR",
6344 "name": "String",
6345 "ofType": null
6346 },
6347 "defaultValue": null
6348 },
6349 {
6350 "name": "data",
6351 "description": "",
6352 "type": {
6353 "kind": "SCALAR",
6354 "name": "String",
6355 "ofType": null
6356 },
6357 "defaultValue": null
6358 },
6359 {
6360 "name": "ids",
6361 "description": "",
6362 "type": {
6363 "kind": "LIST",
6364 "name": null,
6365 "ofType": {
6366 "kind": "SCALAR",
6367 "name": "ID",
6368 "ofType": null
6369 }
6370 },
6371 "defaultValue": null
6372 },
6373 {
6374 "name": "urls",
6375 "description": "",
6376 "type": {
6377 "kind": "LIST",
6378 "name": null,
6379 "ofType": {
6380 "kind": "SCALAR",
6381 "name": "String",
6382 "ofType": null
6383 }
6384 },
6385 "defaultValue": null
6386 },
6387 {
6388 "name": "datas",
6389 "description": "",
6390 "type": {
6391 "kind": "LIST",
6392 "name": null,
6393 "ofType": {
6394 "kind": "SCALAR",
6395 "name": "String",
6396 "ofType": null
6397 }
6398 },
6399 "defaultValue": null
6400 },
6401 {
6402 "name": "orderBy",
6403 "description": "",
6404 "type": {
6405 "kind": "LIST",
6406 "name": null,
6407 "ofType": {
6408 "kind": "ENUM",
6409 "name": "_ParentImpactOrdering",
6410 "ofType": null
6411 }
6412 },
6413 "defaultValue": null
6414 },
6415 {
6416 "name": "_id",
6417 "description": "",
6418 "type": {
6419 "kind": "SCALAR",
6420 "name": "Int",
6421 "ofType": null
6422 },
6423 "defaultValue": null
6424 },
6425 {
6426 "name": "first",
6427 "description": "",
6428 "type": {
6429 "kind": "SCALAR",
6430 "name": "Int",
6431 "ofType": null
6432 },
6433 "defaultValue": null
6434 },
6435 {
6436 "name": "offset",
6437 "description": "",
6438 "type": {
6439 "kind": "SCALAR",
6440 "name": "Int",
6441 "ofType": null
6442 },
6443 "defaultValue": null
6444 }
6445 ],
6446 "type": {
6447 "kind": "LIST",
6448 "name": null,
6449 "ofType": {
6450 "kind": "OBJECT",
6451 "name": "ParentImpact",
6452 "ofType": null
6453 }
6454 },
6455 "isDeprecated": false,
6456 "deprecationReason": null
6457 },
6458 {
6459 "name": "PushImpact",
6460 "description": "",
6461 "args": [
6462 {
6463 "name": "id",
6464 "description": "",
6465 "type": {
6466 "kind": "SCALAR",
6467 "name": "ID",
6468 "ofType": null
6469 },
6470 "defaultValue": null
6471 },
6472 {
6473 "name": "url",
6474 "description": "",
6475 "type": {
6476 "kind": "SCALAR",
6477 "name": "String",
6478 "ofType": null
6479 },
6480 "defaultValue": null
6481 },
6482 {
6483 "name": "data",
6484 "description": "",
6485 "type": {
6486 "kind": "SCALAR",
6487 "name": "String",
6488 "ofType": null
6489 },
6490 "defaultValue": null
6491 },
6492 {
6493 "name": "ids",
6494 "description": "",
6495 "type": {
6496 "kind": "LIST",
6497 "name": null,
6498 "ofType": {
6499 "kind": "SCALAR",
6500 "name": "ID",
6501 "ofType": null
6502 }
6503 },
6504 "defaultValue": null
6505 },
6506 {
6507 "name": "urls",
6508 "description": "",
6509 "type": {
6510 "kind": "LIST",
6511 "name": null,
6512 "ofType": {
6513 "kind": "SCALAR",
6514 "name": "String",
6515 "ofType": null
6516 }
6517 },
6518 "defaultValue": null
6519 },
6520 {
6521 "name": "datas",
6522 "description": "",
6523 "type": {
6524 "kind": "LIST",
6525 "name": null,
6526 "ofType": {
6527 "kind": "SCALAR",
6528 "name": "String",
6529 "ofType": null
6530 }
6531 },
6532 "defaultValue": null
6533 },
6534 {
6535 "name": "orderBy",
6536 "description": "",
6537 "type": {
6538 "kind": "LIST",
6539 "name": null,
6540 "ofType": {
6541 "kind": "ENUM",
6542 "name": "_PushImpactOrdering",
6543 "ofType": null
6544 }
6545 },
6546 "defaultValue": null
6547 },
6548 {
6549 "name": "_id",
6550 "description": "",
6551 "type": {
6552 "kind": "SCALAR",
6553 "name": "Int",
6554 "ofType": null
6555 },
6556 "defaultValue": null
6557 },
6558 {
6559 "name": "first",
6560 "description": "",
6561 "type": {
6562 "kind": "SCALAR",
6563 "name": "Int",
6564 "ofType": null
6565 },
6566 "defaultValue": null
6567 },
6568 {
6569 "name": "offset",
6570 "description": "",
6571 "type": {
6572 "kind": "SCALAR",
6573 "name": "Int",
6574 "ofType": null
6575 },
6576 "defaultValue": null
6577 }
6578 ],
6579 "type": {
6580 "kind": "LIST",
6581 "name": null,
6582 "ofType": {
6583 "kind": "OBJECT",
6584 "name": "PushImpact",
6585 "ofType": null
6586 }
6587 },
6588 "isDeprecated": false,
6589 "deprecationReason": null
6590 },
6591 {
6592 "name": "PullRequestImpact",
6593 "description": "",
6594 "args": [
6595 {
6596 "name": "id",
6597 "description": "",
6598 "type": {
6599 "kind": "SCALAR",
6600 "name": "ID",
6601 "ofType": null
6602 },
6603 "defaultValue": null
6604 },
6605 {
6606 "name": "url",
6607 "description": "",
6608 "type": {
6609 "kind": "SCALAR",
6610 "name": "String",
6611 "ofType": null
6612 },
6613 "defaultValue": null
6614 },
6615 {
6616 "name": "data",
6617 "description": "",
6618 "type": {
6619 "kind": "SCALAR",
6620 "name": "String",
6621 "ofType": null
6622 },
6623 "defaultValue": null
6624 },
6625 {
6626 "name": "ids",
6627 "description": "",
6628 "type": {
6629 "kind": "LIST",
6630 "name": null,
6631 "ofType": {
6632 "kind": "SCALAR",
6633 "name": "ID",
6634 "ofType": null
6635 }
6636 },
6637 "defaultValue": null
6638 },
6639 {
6640 "name": "urls",
6641 "description": "",
6642 "type": {
6643 "kind": "LIST",
6644 "name": null,
6645 "ofType": {
6646 "kind": "SCALAR",
6647 "name": "String",
6648 "ofType": null
6649 }
6650 },
6651 "defaultValue": null
6652 },
6653 {
6654 "name": "datas",
6655 "description": "",
6656 "type": {
6657 "kind": "LIST",
6658 "name": null,
6659 "ofType": {
6660 "kind": "SCALAR",
6661 "name": "String",
6662 "ofType": null
6663 }
6664 },
6665 "defaultValue": null
6666 },
6667 {
6668 "name": "orderBy",
6669 "description": "",
6670 "type": {
6671 "kind": "LIST",
6672 "name": null,
6673 "ofType": {
6674 "kind": "ENUM",
6675 "name": "_PullRequestImpactOrdering",
6676 "ofType": null
6677 }
6678 },
6679 "defaultValue": null
6680 },
6681 {
6682 "name": "_id",
6683 "description": "",
6684 "type": {
6685 "kind": "SCALAR",
6686 "name": "Int",
6687 "ofType": null
6688 },
6689 "defaultValue": null
6690 },
6691 {
6692 "name": "first",
6693 "description": "",
6694 "type": {
6695 "kind": "SCALAR",
6696 "name": "Int",
6697 "ofType": null
6698 },
6699 "defaultValue": null
6700 },
6701 {
6702 "name": "offset",
6703 "description": "",
6704 "type": {
6705 "kind": "SCALAR",
6706 "name": "Int",
6707 "ofType": null
6708 },
6709 "defaultValue": null
6710 }
6711 ],
6712 "type": {
6713 "kind": "LIST",
6714 "name": null,
6715 "ofType": {
6716 "kind": "OBJECT",
6717 "name": "PullRequestImpact",
6718 "ofType": null
6719 }
6720 },
6721 "isDeprecated": false,
6722 "deprecationReason": null
6723 },
6724 {
6725 "name": "GitHubProvider",
6726 "description": "",
6727 "args": [
6728 {
6729 "name": "id",
6730 "description": "",
6731 "type": {
6732 "kind": "SCALAR",
6733 "name": "ID",
6734 "ofType": null
6735 },
6736 "defaultValue": null
6737 },
6738 {
6739 "name": "private",
6740 "description": "",
6741 "type": {
6742 "kind": "SCALAR",
6743 "name": "Boolean",
6744 "ofType": null
6745 },
6746 "defaultValue": null
6747 },
6748 {
6749 "name": "url",
6750 "description": "",
6751 "type": {
6752 "kind": "SCALAR",
6753 "name": "String",
6754 "ofType": null
6755 },
6756 "defaultValue": null
6757 },
6758 {
6759 "name": "providerId",
6760 "description": "",
6761 "type": {
6762 "kind": "SCALAR",
6763 "name": "String",
6764 "ofType": null
6765 },
6766 "defaultValue": null
6767 },
6768 {
6769 "name": "apiUrl",
6770 "description": "",
6771 "type": {
6772 "kind": "SCALAR",
6773 "name": "String",
6774 "ofType": null
6775 },
6776 "defaultValue": null
6777 },
6778 {
6779 "name": "gitUrl",
6780 "description": "",
6781 "type": {
6782 "kind": "SCALAR",
6783 "name": "String",
6784 "ofType": null
6785 },
6786 "defaultValue": null
6787 },
6788 {
6789 "name": "providerType",
6790 "description": "",
6791 "type": {
6792 "kind": "ENUM",
6793 "name": "ProviderType",
6794 "ofType": null
6795 },
6796 "defaultValue": null
6797 },
6798 {
6799 "name": "ids",
6800 "description": "",
6801 "type": {
6802 "kind": "LIST",
6803 "name": null,
6804 "ofType": {
6805 "kind": "SCALAR",
6806 "name": "ID",
6807 "ofType": null
6808 }
6809 },
6810 "defaultValue": null
6811 },
6812 {
6813 "name": "urls",
6814 "description": "",
6815 "type": {
6816 "kind": "LIST",
6817 "name": null,
6818 "ofType": {
6819 "kind": "SCALAR",
6820 "name": "String",
6821 "ofType": null
6822 }
6823 },
6824 "defaultValue": null
6825 },
6826 {
6827 "name": "providerIds",
6828 "description": "",
6829 "type": {
6830 "kind": "LIST",
6831 "name": null,
6832 "ofType": {
6833 "kind": "SCALAR",
6834 "name": "String",
6835 "ofType": null
6836 }
6837 },
6838 "defaultValue": null
6839 },
6840 {
6841 "name": "apiUrls",
6842 "description": "",
6843 "type": {
6844 "kind": "LIST",
6845 "name": null,
6846 "ofType": {
6847 "kind": "SCALAR",
6848 "name": "String",
6849 "ofType": null
6850 }
6851 },
6852 "defaultValue": null
6853 },
6854 {
6855 "name": "gitUrls",
6856 "description": "",
6857 "type": {
6858 "kind": "LIST",
6859 "name": null,
6860 "ofType": {
6861 "kind": "SCALAR",
6862 "name": "String",
6863 "ofType": null
6864 }
6865 },
6866 "defaultValue": null
6867 },
6868 {
6869 "name": "providerTypes",
6870 "description": "",
6871 "type": {
6872 "kind": "LIST",
6873 "name": null,
6874 "ofType": {
6875 "kind": "ENUM",
6876 "name": "ProviderType",
6877 "ofType": null
6878 }
6879 },
6880 "defaultValue": null
6881 },
6882 {
6883 "name": "orderBy",
6884 "description": "",
6885 "type": {
6886 "kind": "LIST",
6887 "name": null,
6888 "ofType": {
6889 "kind": "ENUM",
6890 "name": "_GitHubProviderOrdering",
6891 "ofType": null
6892 }
6893 },
6894 "defaultValue": null
6895 },
6896 {
6897 "name": "_id",
6898 "description": "",
6899 "type": {
6900 "kind": "SCALAR",
6901 "name": "Int",
6902 "ofType": null
6903 },
6904 "defaultValue": null
6905 },
6906 {
6907 "name": "first",
6908 "description": "",
6909 "type": {
6910 "kind": "SCALAR",
6911 "name": "Int",
6912 "ofType": null
6913 },
6914 "defaultValue": null
6915 },
6916 {
6917 "name": "offset",
6918 "description": "",
6919 "type": {
6920 "kind": "SCALAR",
6921 "name": "Int",
6922 "ofType": null
6923 },
6924 "defaultValue": null
6925 }
6926 ],
6927 "type": {
6928 "kind": "LIST",
6929 "name": null,
6930 "ofType": {
6931 "kind": "OBJECT",
6932 "name": "GitHubProvider",
6933 "ofType": null
6934 }
6935 },
6936 "isDeprecated": false,
6937 "deprecationReason": null
6938 },
6939 {
6940 "name": "SCMProvider",
6941 "description": "",
6942 "args": [
6943 {
6944 "name": "id",
6945 "description": "",
6946 "type": {
6947 "kind": "SCALAR",
6948 "name": "ID",
6949 "ofType": null
6950 },
6951 "defaultValue": null
6952 },
6953 {
6954 "name": "private",
6955 "description": "",
6956 "type": {
6957 "kind": "SCALAR",
6958 "name": "Boolean",
6959 "ofType": null
6960 },
6961 "defaultValue": null
6962 },
6963 {
6964 "name": "url",
6965 "description": "",
6966 "type": {
6967 "kind": "SCALAR",
6968 "name": "String",
6969 "ofType": null
6970 },
6971 "defaultValue": null
6972 },
6973 {
6974 "name": "providerId",
6975 "description": "",
6976 "type": {
6977 "kind": "SCALAR",
6978 "name": "String",
6979 "ofType": null
6980 },
6981 "defaultValue": null
6982 },
6983 {
6984 "name": "apiUrl",
6985 "description": "",
6986 "type": {
6987 "kind": "SCALAR",
6988 "name": "String",
6989 "ofType": null
6990 },
6991 "defaultValue": null
6992 },
6993 {
6994 "name": "gitUrl",
6995 "description": "",
6996 "type": {
6997 "kind": "SCALAR",
6998 "name": "String",
6999 "ofType": null
7000 },
7001 "defaultValue": null
7002 },
7003 {
7004 "name": "providerType",
7005 "description": "",
7006 "type": {
7007 "kind": "ENUM",
7008 "name": "ProviderType",
7009 "ofType": null
7010 },
7011 "defaultValue": null
7012 },
7013 {
7014 "name": "ids",
7015 "description": "",
7016 "type": {
7017 "kind": "LIST",
7018 "name": null,
7019 "ofType": {
7020 "kind": "SCALAR",
7021 "name": "ID",
7022 "ofType": null
7023 }
7024 },
7025 "defaultValue": null
7026 },
7027 {
7028 "name": "urls",
7029 "description": "",
7030 "type": {
7031 "kind": "LIST",
7032 "name": null,
7033 "ofType": {
7034 "kind": "SCALAR",
7035 "name": "String",
7036 "ofType": null
7037 }
7038 },
7039 "defaultValue": null
7040 },
7041 {
7042 "name": "providerIds",
7043 "description": "",
7044 "type": {
7045 "kind": "LIST",
7046 "name": null,
7047 "ofType": {
7048 "kind": "SCALAR",
7049 "name": "String",
7050 "ofType": null
7051 }
7052 },
7053 "defaultValue": null
7054 },
7055 {
7056 "name": "apiUrls",
7057 "description": "",
7058 "type": {
7059 "kind": "LIST",
7060 "name": null,
7061 "ofType": {
7062 "kind": "SCALAR",
7063 "name": "String",
7064 "ofType": null
7065 }
7066 },
7067 "defaultValue": null
7068 },
7069 {
7070 "name": "gitUrls",
7071 "description": "",
7072 "type": {
7073 "kind": "LIST",
7074 "name": null,
7075 "ofType": {
7076 "kind": "SCALAR",
7077 "name": "String",
7078 "ofType": null
7079 }
7080 },
7081 "defaultValue": null
7082 },
7083 {
7084 "name": "providerTypes",
7085 "description": "",
7086 "type": {
7087 "kind": "LIST",
7088 "name": null,
7089 "ofType": {
7090 "kind": "ENUM",
7091 "name": "ProviderType",
7092 "ofType": null
7093 }
7094 },
7095 "defaultValue": null
7096 },
7097 {
7098 "name": "orderBy",
7099 "description": "",
7100 "type": {
7101 "kind": "LIST",
7102 "name": null,
7103 "ofType": {
7104 "kind": "ENUM",
7105 "name": "_SCMProviderOrdering",
7106 "ofType": null
7107 }
7108 },
7109 "defaultValue": null
7110 },
7111 {
7112 "name": "_id",
7113 "description": "",
7114 "type": {
7115 "kind": "SCALAR",
7116 "name": "Int",
7117 "ofType": null
7118 },
7119 "defaultValue": null
7120 },
7121 {
7122 "name": "first",
7123 "description": "",
7124 "type": {
7125 "kind": "SCALAR",
7126 "name": "Int",
7127 "ofType": null
7128 },
7129 "defaultValue": null
7130 },
7131 {
7132 "name": "offset",
7133 "description": "",
7134 "type": {
7135 "kind": "SCALAR",
7136 "name": "Int",
7137 "ofType": null
7138 },
7139 "defaultValue": null
7140 }
7141 ],
7142 "type": {
7143 "kind": "LIST",
7144 "name": null,
7145 "ofType": {
7146 "kind": "OBJECT",
7147 "name": "SCMProvider",
7148 "ofType": null
7149 }
7150 },
7151 "isDeprecated": false,
7152 "deprecationReason": null
7153 },
7154 {
7155 "name": "UserJoinedChannel",
7156 "description": "",
7157 "args": [
7158 {
7159 "name": "id",
7160 "description": "",
7161 "type": {
7162 "kind": "SCALAR",
7163 "name": "ID",
7164 "ofType": null
7165 },
7166 "defaultValue": null
7167 },
7168 {
7169 "name": "ids",
7170 "description": "",
7171 "type": {
7172 "kind": "LIST",
7173 "name": null,
7174 "ofType": {
7175 "kind": "SCALAR",
7176 "name": "ID",
7177 "ofType": null
7178 }
7179 },
7180 "defaultValue": null
7181 },
7182 {
7183 "name": "orderBy",
7184 "description": "",
7185 "type": {
7186 "kind": "LIST",
7187 "name": null,
7188 "ofType": {
7189 "kind": "ENUM",
7190 "name": "_UserJoinedChannelOrdering",
7191 "ofType": null
7192 }
7193 },
7194 "defaultValue": null
7195 },
7196 {
7197 "name": "_id",
7198 "description": "",
7199 "type": {
7200 "kind": "SCALAR",
7201 "name": "Int",
7202 "ofType": null
7203 },
7204 "defaultValue": null
7205 },
7206 {
7207 "name": "first",
7208 "description": "",
7209 "type": {
7210 "kind": "SCALAR",
7211 "name": "Int",
7212 "ofType": null
7213 },
7214 "defaultValue": null
7215 },
7216 {
7217 "name": "offset",
7218 "description": "",
7219 "type": {
7220 "kind": "SCALAR",
7221 "name": "Int",
7222 "ofType": null
7223 },
7224 "defaultValue": null
7225 }
7226 ],
7227 "type": {
7228 "kind": "LIST",
7229 "name": null,
7230 "ofType": {
7231 "kind": "OBJECT",
7232 "name": "UserJoinedChannel",
7233 "ofType": null
7234 }
7235 },
7236 "isDeprecated": false,
7237 "deprecationReason": null
7238 },
7239 {
7240 "name": "Webhook",
7241 "description": "",
7242 "args": [
7243 {
7244 "name": "id",
7245 "description": "",
7246 "type": {
7247 "kind": "SCALAR",
7248 "name": "ID",
7249 "ofType": null
7250 },
7251 "defaultValue": null
7252 },
7253 {
7254 "name": "resourceProviderId",
7255 "description": "",
7256 "type": {
7257 "kind": "SCALAR",
7258 "name": "String",
7259 "ofType": null
7260 },
7261 "defaultValue": null
7262 }
7263 ],
7264 "type": {
7265 "kind": "LIST",
7266 "name": null,
7267 "ofType": {
7268 "kind": "OBJECT",
7269 "name": "Webhook",
7270 "ofType": null
7271 }
7272 },
7273 "isDeprecated": false,
7274 "deprecationReason": null
7275 },
7276 {
7277 "name": "ChannelLink",
7278 "description": "",
7279 "args": [
7280 {
7281 "name": "id",
7282 "description": "",
7283 "type": {
7284 "kind": "SCALAR",
7285 "name": "ID",
7286 "ofType": null
7287 },
7288 "defaultValue": null
7289 },
7290 {
7291 "name": "ids",
7292 "description": "",
7293 "type": {
7294 "kind": "LIST",
7295 "name": null,
7296 "ofType": {
7297 "kind": "SCALAR",
7298 "name": "ID",
7299 "ofType": null
7300 }
7301 },
7302 "defaultValue": null
7303 },
7304 {
7305 "name": "orderBy",
7306 "description": "",
7307 "type": {
7308 "kind": "LIST",
7309 "name": null,
7310 "ofType": {
7311 "kind": "ENUM",
7312 "name": "_ChannelLinkOrdering",
7313 "ofType": null
7314 }
7315 },
7316 "defaultValue": null
7317 },
7318 {
7319 "name": "_id",
7320 "description": "",
7321 "type": {
7322 "kind": "SCALAR",
7323 "name": "Int",
7324 "ofType": null
7325 },
7326 "defaultValue": null
7327 },
7328 {
7329 "name": "first",
7330 "description": "",
7331 "type": {
7332 "kind": "SCALAR",
7333 "name": "Int",
7334 "ofType": null
7335 },
7336 "defaultValue": null
7337 },
7338 {
7339 "name": "offset",
7340 "description": "",
7341 "type": {
7342 "kind": "SCALAR",
7343 "name": "Int",
7344 "ofType": null
7345 },
7346 "defaultValue": null
7347 }
7348 ],
7349 "type": {
7350 "kind": "LIST",
7351 "name": null,
7352 "ofType": {
7353 "kind": "OBJECT",
7354 "name": "ChannelLink",
7355 "ofType": null
7356 }
7357 },
7358 "isDeprecated": false,
7359 "deprecationReason": null
7360 },
7361 {
7362 "name": "Review",
7363 "description": "",
7364 "args": [
7365 {
7366 "name": "id",
7367 "description": "",
7368 "type": {
7369 "kind": "SCALAR",
7370 "name": "ID",
7371 "ofType": null
7372 },
7373 "defaultValue": null
7374 },
7375 {
7376 "name": "gitHubId",
7377 "description": "",
7378 "type": {
7379 "kind": "SCALAR",
7380 "name": "String",
7381 "ofType": null
7382 },
7383 "defaultValue": null
7384 },
7385 {
7386 "name": "reviewId",
7387 "description": "",
7388 "type": {
7389 "kind": "SCALAR",
7390 "name": "String",
7391 "ofType": null
7392 },
7393 "defaultValue": null
7394 },
7395 {
7396 "name": "body",
7397 "description": "",
7398 "type": {
7399 "kind": "SCALAR",
7400 "name": "String",
7401 "ofType": null
7402 },
7403 "defaultValue": null
7404 },
7405 {
7406 "name": "state",
7407 "description": "",
7408 "type": {
7409 "kind": "ENUM",
7410 "name": "ReviewState",
7411 "ofType": null
7412 },
7413 "defaultValue": null
7414 },
7415 {
7416 "name": "submittedAt",
7417 "description": "",
7418 "type": {
7419 "kind": "SCALAR",
7420 "name": "String",
7421 "ofType": null
7422 },
7423 "defaultValue": null
7424 },
7425 {
7426 "name": "htmlUrl",
7427 "description": "",
7428 "type": {
7429 "kind": "SCALAR",
7430 "name": "String",
7431 "ofType": null
7432 },
7433 "defaultValue": null
7434 },
7435 {
7436 "name": "ids",
7437 "description": "",
7438 "type": {
7439 "kind": "LIST",
7440 "name": null,
7441 "ofType": {
7442 "kind": "SCALAR",
7443 "name": "ID",
7444 "ofType": null
7445 }
7446 },
7447 "defaultValue": null
7448 },
7449 {
7450 "name": "gitHubIds",
7451 "description": "",
7452 "type": {
7453 "kind": "LIST",
7454 "name": null,
7455 "ofType": {
7456 "kind": "SCALAR",
7457 "name": "String",
7458 "ofType": null
7459 }
7460 },
7461 "defaultValue": null
7462 },
7463 {
7464 "name": "reviewIds",
7465 "description": "",
7466 "type": {
7467 "kind": "LIST",
7468 "name": null,
7469 "ofType": {
7470 "kind": "SCALAR",
7471 "name": "String",
7472 "ofType": null
7473 }
7474 },
7475 "defaultValue": null
7476 },
7477 {
7478 "name": "bodys",
7479 "description": "",
7480 "type": {
7481 "kind": "LIST",
7482 "name": null,
7483 "ofType": {
7484 "kind": "SCALAR",
7485 "name": "String",
7486 "ofType": null
7487 }
7488 },
7489 "defaultValue": null
7490 },
7491 {
7492 "name": "states",
7493 "description": "",
7494 "type": {
7495 "kind": "LIST",
7496 "name": null,
7497 "ofType": {
7498 "kind": "ENUM",
7499 "name": "ReviewState",
7500 "ofType": null
7501 }
7502 },
7503 "defaultValue": null
7504 },
7505 {
7506 "name": "submittedAts",
7507 "description": "",
7508 "type": {
7509 "kind": "LIST",
7510 "name": null,
7511 "ofType": {
7512 "kind": "SCALAR",
7513 "name": "String",
7514 "ofType": null
7515 }
7516 },
7517 "defaultValue": null
7518 },
7519 {
7520 "name": "htmlUrls",
7521 "description": "",
7522 "type": {
7523 "kind": "LIST",
7524 "name": null,
7525 "ofType": {
7526 "kind": "SCALAR",
7527 "name": "String",
7528 "ofType": null
7529 }
7530 },
7531 "defaultValue": null
7532 },
7533 {
7534 "name": "orderBy",
7535 "description": "",
7536 "type": {
7537 "kind": "LIST",
7538 "name": null,
7539 "ofType": {
7540 "kind": "ENUM",
7541 "name": "_ReviewOrdering",
7542 "ofType": null
7543 }
7544 },
7545 "defaultValue": null
7546 },
7547 {
7548 "name": "_id",
7549 "description": "",
7550 "type": {
7551 "kind": "SCALAR",
7552 "name": "Int",
7553 "ofType": null
7554 },
7555 "defaultValue": null
7556 },
7557 {
7558 "name": "first",
7559 "description": "",
7560 "type": {
7561 "kind": "SCALAR",
7562 "name": "Int",
7563 "ofType": null
7564 },
7565 "defaultValue": null
7566 },
7567 {
7568 "name": "offset",
7569 "description": "",
7570 "type": {
7571 "kind": "SCALAR",
7572 "name": "Int",
7573 "ofType": null
7574 },
7575 "defaultValue": null
7576 }
7577 ],
7578 "type": {
7579 "kind": "LIST",
7580 "name": null,
7581 "ofType": {
7582 "kind": "OBJECT",
7583 "name": "Review",
7584 "ofType": null
7585 }
7586 },
7587 "isDeprecated": false,
7588 "deprecationReason": null
7589 },
7590 {
7591 "name": "Card",
7592 "description": "Auto-generated query for Card",
7593 "args": [
7594 {
7595 "name": "id",
7596 "description": "The ID of this Card",
7597 "type": {
7598 "kind": "SCALAR",
7599 "name": "ID",
7600 "ofType": null
7601 },
7602 "defaultValue": null
7603 },
7604 {
7605 "name": "_offset",
7606 "description": "Paging offset (default 0)",
7607 "type": {
7608 "kind": "SCALAR",
7609 "name": "Int",
7610 "ofType": null
7611 },
7612 "defaultValue": null
7613 },
7614 {
7615 "name": "_first",
7616 "description": "Return the first X results (default 10)",
7617 "type": {
7618 "kind": "SCALAR",
7619 "name": "Int",
7620 "ofType": null
7621 },
7622 "defaultValue": null
7623 },
7624 {
7625 "name": "_orderBy",
7626 "description": "Name of property to sort on",
7627 "type": {
7628 "kind": "SCALAR",
7629 "name": "String",
7630 "ofType": null
7631 },
7632 "defaultValue": null
7633 },
7634 {
7635 "name": "_after",
7636 "description": "Search only after this timestamp",
7637 "type": {
7638 "kind": "SCALAR",
7639 "name": "Int",
7640 "ofType": null
7641 },
7642 "defaultValue": null
7643 },
7644 {
7645 "name": "_before",
7646 "description": "Search only before this timestamp",
7647 "type": {
7648 "kind": "SCALAR",
7649 "name": "Int",
7650 "ofType": null
7651 },
7652 "defaultValue": null
7653 },
7654 {
7655 "name": "_ordering",
7656 "description": "Direction of ordering",
7657 "type": {
7658 "kind": "ENUM",
7659 "name": "_Ordering",
7660 "ofType": null
7661 },
7662 "defaultValue": null
7663 },
7664 {
7665 "name": "_search",
7666 "description": "Elastic Search simple full text search syntax",
7667 "type": {
7668 "kind": "SCALAR",
7669 "name": "String",
7670 "ofType": null
7671 },
7672 "defaultValue": null
7673 },
7674 {
7675 "name": "key",
7676 "description": null,
7677 "type": {
7678 "kind": "LIST",
7679 "name": null,
7680 "ofType": {
7681 "kind": "SCALAR",
7682 "name": "String",
7683 "ofType": null
7684 }
7685 },
7686 "defaultValue": null
7687 },
7688 {
7689 "name": "post",
7690 "description": null,
7691 "type": {
7692 "kind": "LIST",
7693 "name": null,
7694 "ofType": {
7695 "kind": "SCALAR",
7696 "name": "String",
7697 "ofType": null
7698 }
7699 },
7700 "defaultValue": null
7701 },
7702 {
7703 "name": "shortTitle",
7704 "description": null,
7705 "type": {
7706 "kind": "LIST",
7707 "name": null,
7708 "ofType": {
7709 "kind": "SCALAR",
7710 "name": "String",
7711 "ofType": null
7712 }
7713 },
7714 "defaultValue": null
7715 },
7716 {
7717 "name": "ts",
7718 "description": null,
7719 "type": {
7720 "kind": "LIST",
7721 "name": null,
7722 "ofType": {
7723 "kind": "SCALAR",
7724 "name": "Int",
7725 "ofType": null
7726 }
7727 },
7728 "defaultValue": null
7729 },
7730 {
7731 "name": "ttl",
7732 "description": null,
7733 "type": {
7734 "kind": "LIST",
7735 "name": null,
7736 "ofType": {
7737 "kind": "SCALAR",
7738 "name": "Int",
7739 "ofType": null
7740 }
7741 },
7742 "defaultValue": null
7743 },
7744 {
7745 "name": "type",
7746 "description": null,
7747 "type": {
7748 "kind": "LIST",
7749 "name": null,
7750 "ofType": {
7751 "kind": "SCALAR",
7752 "name": "String",
7753 "ofType": null
7754 }
7755 },
7756 "defaultValue": null
7757 }
7758 ],
7759 "type": {
7760 "kind": "LIST",
7761 "name": null,
7762 "ofType": {
7763 "kind": "OBJECT",
7764 "name": "Card",
7765 "ofType": null
7766 }
7767 },
7768 "isDeprecated": false,
7769 "deprecationReason": null
7770 },
7771 {
7772 "name": "Notification",
7773 "description": "Auto-generated query for Notification",
7774 "args": [
7775 {
7776 "name": "id",
7777 "description": "The ID of this Notification",
7778 "type": {
7779 "kind": "SCALAR",
7780 "name": "ID",
7781 "ofType": null
7782 },
7783 "defaultValue": null
7784 },
7785 {
7786 "name": "_offset",
7787 "description": "Paging offset (default 0)",
7788 "type": {
7789 "kind": "SCALAR",
7790 "name": "Int",
7791 "ofType": null
7792 },
7793 "defaultValue": null
7794 },
7795 {
7796 "name": "_first",
7797 "description": "Return the first X results (default 10)",
7798 "type": {
7799 "kind": "SCALAR",
7800 "name": "Int",
7801 "ofType": null
7802 },
7803 "defaultValue": null
7804 },
7805 {
7806 "name": "_orderBy",
7807 "description": "Name of property to sort on",
7808 "type": {
7809 "kind": "SCALAR",
7810 "name": "String",
7811 "ofType": null
7812 },
7813 "defaultValue": null
7814 },
7815 {
7816 "name": "_after",
7817 "description": "Search only after this timestamp",
7818 "type": {
7819 "kind": "SCALAR",
7820 "name": "Int",
7821 "ofType": null
7822 },
7823 "defaultValue": null
7824 },
7825 {
7826 "name": "_before",
7827 "description": "Search only before this timestamp",
7828 "type": {
7829 "kind": "SCALAR",
7830 "name": "Int",
7831 "ofType": null
7832 },
7833 "defaultValue": null
7834 },
7835 {
7836 "name": "_ordering",
7837 "description": "Direction of ordering",
7838 "type": {
7839 "kind": "ENUM",
7840 "name": "_Ordering",
7841 "ofType": null
7842 },
7843 "defaultValue": null
7844 },
7845 {
7846 "name": "_search",
7847 "description": "Elastic Search simple full text search syntax",
7848 "type": {
7849 "kind": "SCALAR",
7850 "name": "String",
7851 "ofType": null
7852 },
7853 "defaultValue": null
7854 },
7855 {
7856 "name": "body",
7857 "description": null,
7858 "type": {
7859 "kind": "SCALAR",
7860 "name": "String",
7861 "ofType": null
7862 },
7863 "defaultValue": null
7864 },
7865 {
7866 "name": "contentType",
7867 "description": null,
7868 "type": {
7869 "kind": "SCALAR",
7870 "name": "String",
7871 "ofType": null
7872 },
7873 "defaultValue": null
7874 },
7875 {
7876 "name": "key",
7877 "description": null,
7878 "type": {
7879 "kind": "SCALAR",
7880 "name": "String",
7881 "ofType": null
7882 },
7883 "defaultValue": null
7884 },
7885 {
7886 "name": "post",
7887 "description": null,
7888 "type": {
7889 "kind": "LIST",
7890 "name": null,
7891 "ofType": {
7892 "kind": "SCALAR",
7893 "name": "String",
7894 "ofType": null
7895 }
7896 },
7897 "defaultValue": null
7898 },
7899 {
7900 "name": "ts",
7901 "description": null,
7902 "type": {
7903 "kind": "SCALAR",
7904 "name": "Int",
7905 "ofType": null
7906 },
7907 "defaultValue": null
7908 },
7909 {
7910 "name": "ttl",
7911 "description": null,
7912 "type": {
7913 "kind": "LIST",
7914 "name": null,
7915 "ofType": {
7916 "kind": "SCALAR",
7917 "name": "Int",
7918 "ofType": null
7919 }
7920 },
7921 "defaultValue": null
7922 }
7923 ],
7924 "type": {
7925 "kind": "LIST",
7926 "name": null,
7927 "ofType": {
7928 "kind": "OBJECT",
7929 "name": "Notification",
7930 "ofType": null
7931 }
7932 },
7933 "isDeprecated": false,
7934 "deprecationReason": null
7935 },
7936 {
7937 "name": "AtomistLog",
7938 "description": "Auto-generated query for AtomistLog",
7939 "args": [
7940 {
7941 "name": "id",
7942 "description": "The ID of this AtomistLog",
7943 "type": {
7944 "kind": "SCALAR",
7945 "name": "ID",
7946 "ofType": null
7947 },
7948 "defaultValue": null
7949 },
7950 {
7951 "name": "_offset",
7952 "description": "Paging offset (default 0)",
7953 "type": {
7954 "kind": "SCALAR",
7955 "name": "Int",
7956 "ofType": null
7957 },
7958 "defaultValue": null
7959 },
7960 {
7961 "name": "_first",
7962 "description": "Return the first X results (default 10)",
7963 "type": {
7964 "kind": "SCALAR",
7965 "name": "Int",
7966 "ofType": null
7967 },
7968 "defaultValue": null
7969 },
7970 {
7971 "name": "_orderBy",
7972 "description": "Name of property to sort on",
7973 "type": {
7974 "kind": "SCALAR",
7975 "name": "String",
7976 "ofType": null
7977 },
7978 "defaultValue": null
7979 },
7980 {
7981 "name": "_after",
7982 "description": "Search only after this timestamp",
7983 "type": {
7984 "kind": "SCALAR",
7985 "name": "Int",
7986 "ofType": null
7987 },
7988 "defaultValue": null
7989 },
7990 {
7991 "name": "_before",
7992 "description": "Search only before this timestamp",
7993 "type": {
7994 "kind": "SCALAR",
7995 "name": "Int",
7996 "ofType": null
7997 },
7998 "defaultValue": null
7999 },
8000 {
8001 "name": "_ordering",
8002 "description": "Direction of ordering",
8003 "type": {
8004 "kind": "ENUM",
8005 "name": "_Ordering",
8006 "ofType": null
8007 },
8008 "defaultValue": null
8009 },
8010 {
8011 "name": "_search",
8012 "description": "Elastic Search simple full text search syntax",
8013 "type": {
8014 "kind": "SCALAR",
8015 "name": "String",
8016 "ofType": null
8017 },
8018 "defaultValue": null
8019 },
8020 {
8021 "name": "timestamp",
8022 "description": "Status timestamp",
8023 "type": {
8024 "kind": "LIST",
8025 "name": null,
8026 "ofType": {
8027 "kind": "SCALAR",
8028 "name": "Int",
8029 "ofType": null
8030 }
8031 },
8032 "defaultValue": null
8033 },
8034 {
8035 "name": "team_id",
8036 "description": "Team ID for which log message is produced",
8037 "type": {
8038 "kind": "LIST",
8039 "name": null,
8040 "ofType": {
8041 "kind": "SCALAR",
8042 "name": "String",
8043 "ofType": null
8044 }
8045 },
8046 "defaultValue": null
8047 },
8048 {
8049 "name": "level",
8050 "description": "Log message level: debug, info, warn, error, fatal",
8051 "type": {
8052 "kind": "LIST",
8053 "name": null,
8054 "ofType": {
8055 "kind": "SCALAR",
8056 "name": "String",
8057 "ofType": null
8058 }
8059 },
8060 "defaultValue": null
8061 },
8062 {
8063 "name": "message",
8064 "description": "Log message",
8065 "type": {
8066 "kind": "LIST",
8067 "name": null,
8068 "ofType": {
8069 "kind": "SCALAR",
8070 "name": "String",
8071 "ofType": null
8072 }
8073 },
8074 "defaultValue": null
8075 },
8076 {
8077 "name": "category",
8078 "description": "Grouping, namespace etc.",
8079 "type": {
8080 "kind": "LIST",
8081 "name": null,
8082 "ofType": {
8083 "kind": "SCALAR",
8084 "name": "String",
8085 "ofType": null
8086 }
8087 },
8088 "defaultValue": null
8089 }
8090 ],
8091 "type": {
8092 "kind": "LIST",
8093 "name": null,
8094 "ofType": {
8095 "kind": "OBJECT",
8096 "name": "AtomistLog",
8097 "ofType": null
8098 }
8099 },
8100 "isDeprecated": false,
8101 "deprecationReason": null
8102 },
8103 {
8104 "name": "CommitIssueRelationship",
8105 "description": "Auto-generated query for CommitIssueRelationship",
8106 "args": [
8107 {
8108 "name": "id",
8109 "description": "The ID of this CommitIssueRelationship",
8110 "type": {
8111 "kind": "SCALAR",
8112 "name": "ID",
8113 "ofType": null
8114 },
8115 "defaultValue": null
8116 },
8117 {
8118 "name": "_offset",
8119 "description": "Paging offset (default 0)",
8120 "type": {
8121 "kind": "SCALAR",
8122 "name": "Int",
8123 "ofType": null
8124 },
8125 "defaultValue": null
8126 },
8127 {
8128 "name": "_first",
8129 "description": "Return the first X results (default 10)",
8130 "type": {
8131 "kind": "SCALAR",
8132 "name": "Int",
8133 "ofType": null
8134 },
8135 "defaultValue": null
8136 },
8137 {
8138 "name": "_orderBy",
8139 "description": "Name of property to sort on",
8140 "type": {
8141 "kind": "SCALAR",
8142 "name": "String",
8143 "ofType": null
8144 },
8145 "defaultValue": null
8146 },
8147 {
8148 "name": "_after",
8149 "description": "Search only after this timestamp",
8150 "type": {
8151 "kind": "SCALAR",
8152 "name": "Int",
8153 "ofType": null
8154 },
8155 "defaultValue": null
8156 },
8157 {
8158 "name": "_before",
8159 "description": "Search only before this timestamp",
8160 "type": {
8161 "kind": "SCALAR",
8162 "name": "Int",
8163 "ofType": null
8164 },
8165 "defaultValue": null
8166 },
8167 {
8168 "name": "_ordering",
8169 "description": "Direction of ordering",
8170 "type": {
8171 "kind": "ENUM",
8172 "name": "_Ordering",
8173 "ofType": null
8174 },
8175 "defaultValue": null
8176 },
8177 {
8178 "name": "_search",
8179 "description": "Elastic Search simple full text search syntax",
8180 "type": {
8181 "kind": "SCALAR",
8182 "name": "String",
8183 "ofType": null
8184 },
8185 "defaultValue": null
8186 },
8187 {
8188 "name": "type",
8189 "description": null,
8190 "type": {
8191 "kind": "LIST",
8192 "name": null,
8193 "ofType": {
8194 "kind": "ENUM",
8195 "name": "CommitIssueRelationshipType",
8196 "ofType": null
8197 }
8198 },
8199 "defaultValue": null
8200 }
8201 ],
8202 "type": {
8203 "kind": "LIST",
8204 "name": null,
8205 "ofType": {
8206 "kind": "OBJECT",
8207 "name": "CommitIssueRelationship",
8208 "ofType": null
8209 }
8210 },
8211 "isDeprecated": false,
8212 "deprecationReason": null
8213 },
8214 {
8215 "name": "Deployment",
8216 "description": "Auto-generated query for Deployment",
8217 "args": [
8218 {
8219 "name": "id",
8220 "description": "The ID of this Deployment",
8221 "type": {
8222 "kind": "SCALAR",
8223 "name": "ID",
8224 "ofType": null
8225 },
8226 "defaultValue": null
8227 },
8228 {
8229 "name": "_offset",
8230 "description": "Paging offset (default 0)",
8231 "type": {
8232 "kind": "SCALAR",
8233 "name": "Int",
8234 "ofType": null
8235 },
8236 "defaultValue": null
8237 },
8238 {
8239 "name": "_first",
8240 "description": "Return the first X results (default 10)",
8241 "type": {
8242 "kind": "SCALAR",
8243 "name": "Int",
8244 "ofType": null
8245 },
8246 "defaultValue": null
8247 },
8248 {
8249 "name": "_orderBy",
8250 "description": "Name of property to sort on",
8251 "type": {
8252 "kind": "SCALAR",
8253 "name": "String",
8254 "ofType": null
8255 },
8256 "defaultValue": null
8257 },
8258 {
8259 "name": "_after",
8260 "description": "Search only after this timestamp",
8261 "type": {
8262 "kind": "SCALAR",
8263 "name": "Int",
8264 "ofType": null
8265 },
8266 "defaultValue": null
8267 },
8268 {
8269 "name": "_before",
8270 "description": "Search only before this timestamp",
8271 "type": {
8272 "kind": "SCALAR",
8273 "name": "Int",
8274 "ofType": null
8275 },
8276 "defaultValue": null
8277 },
8278 {
8279 "name": "_ordering",
8280 "description": "Direction of ordering",
8281 "type": {
8282 "kind": "ENUM",
8283 "name": "_Ordering",
8284 "ofType": null
8285 },
8286 "defaultValue": null
8287 },
8288 {
8289 "name": "_search",
8290 "description": "Elastic Search simple full text search syntax",
8291 "type": {
8292 "kind": "SCALAR",
8293 "name": "String",
8294 "ofType": null
8295 },
8296 "defaultValue": null
8297 },
8298 {
8299 "name": "environment",
8300 "description": null,
8301 "type": {
8302 "kind": "LIST",
8303 "name": null,
8304 "ofType": {
8305 "kind": "SCALAR",
8306 "name": "String",
8307 "ofType": null
8308 }
8309 },
8310 "defaultValue": null
8311 },
8312 {
8313 "name": "ts",
8314 "description": null,
8315 "type": {
8316 "kind": "LIST",
8317 "name": null,
8318 "ofType": {
8319 "kind": "SCALAR",
8320 "name": "Int",
8321 "ofType": null
8322 }
8323 },
8324 "defaultValue": null
8325 }
8326 ],
8327 "type": {
8328 "kind": "LIST",
8329 "name": null,
8330 "ofType": {
8331 "kind": "OBJECT",
8332 "name": "Deployment",
8333 "ofType": null
8334 }
8335 },
8336 "isDeprecated": false,
8337 "deprecationReason": null
8338 },
8339 {
8340 "name": "IssueRelationship",
8341 "description": "Auto-generated query for IssueRelationship",
8342 "args": [
8343 {
8344 "name": "id",
8345 "description": "The ID of this IssueRelationship",
8346 "type": {
8347 "kind": "SCALAR",
8348 "name": "ID",
8349 "ofType": null
8350 },
8351 "defaultValue": null
8352 },
8353 {
8354 "name": "_offset",
8355 "description": "Paging offset (default 0)",
8356 "type": {
8357 "kind": "SCALAR",
8358 "name": "Int",
8359 "ofType": null
8360 },
8361 "defaultValue": null
8362 },
8363 {
8364 "name": "_first",
8365 "description": "Return the first X results (default 10)",
8366 "type": {
8367 "kind": "SCALAR",
8368 "name": "Int",
8369 "ofType": null
8370 },
8371 "defaultValue": null
8372 },
8373 {
8374 "name": "_orderBy",
8375 "description": "Name of property to sort on",
8376 "type": {
8377 "kind": "SCALAR",
8378 "name": "String",
8379 "ofType": null
8380 },
8381 "defaultValue": null
8382 },
8383 {
8384 "name": "_after",
8385 "description": "Search only after this timestamp",
8386 "type": {
8387 "kind": "SCALAR",
8388 "name": "Int",
8389 "ofType": null
8390 },
8391 "defaultValue": null
8392 },
8393 {
8394 "name": "_before",
8395 "description": "Search only before this timestamp",
8396 "type": {
8397 "kind": "SCALAR",
8398 "name": "Int",
8399 "ofType": null
8400 },
8401 "defaultValue": null
8402 },
8403 {
8404 "name": "_ordering",
8405 "description": "Direction of ordering",
8406 "type": {
8407 "kind": "ENUM",
8408 "name": "_Ordering",
8409 "ofType": null
8410 },
8411 "defaultValue": null
8412 },
8413 {
8414 "name": "_search",
8415 "description": "Elastic Search simple full text search syntax",
8416 "type": {
8417 "kind": "SCALAR",
8418 "name": "String",
8419 "ofType": null
8420 },
8421 "defaultValue": null
8422 },
8423 {
8424 "name": "relationshipId",
8425 "description": null,
8426 "type": {
8427 "kind": "LIST",
8428 "name": null,
8429 "ofType": {
8430 "kind": "SCALAR",
8431 "name": "String",
8432 "ofType": null
8433 }
8434 },
8435 "defaultValue": null
8436 },
8437 {
8438 "name": "state",
8439 "description": null,
8440 "type": {
8441 "kind": "LIST",
8442 "name": null,
8443 "ofType": {
8444 "kind": "SCALAR",
8445 "name": "String",
8446 "ofType": null
8447 }
8448 },
8449 "defaultValue": null
8450 },
8451 {
8452 "name": "type",
8453 "description": null,
8454 "type": {
8455 "kind": "LIST",
8456 "name": null,
8457 "ofType": {
8458 "kind": "SCALAR",
8459 "name": "String",
8460 "ofType": null
8461 }
8462 },
8463 "defaultValue": null
8464 }
8465 ],
8466 "type": {
8467 "kind": "LIST",
8468 "name": null,
8469 "ofType": {
8470 "kind": "OBJECT",
8471 "name": "IssueRelationship",
8472 "ofType": null
8473 }
8474 },
8475 "isDeprecated": false,
8476 "deprecationReason": null
8477 },
8478 {
8479 "name": "SdmGoal",
8480 "description": "Auto-generated query for SdmGoal",
8481 "args": [
8482 {
8483 "name": "id",
8484 "description": "The ID of this SdmGoal",
8485 "type": {
8486 "kind": "SCALAR",
8487 "name": "ID",
8488 "ofType": null
8489 },
8490 "defaultValue": null
8491 },
8492 {
8493 "name": "_offset",
8494 "description": "Paging offset (default 0)",
8495 "type": {
8496 "kind": "SCALAR",
8497 "name": "Int",
8498 "ofType": null
8499 },
8500 "defaultValue": null
8501 },
8502 {
8503 "name": "_first",
8504 "description": "Return the first X results (default 10)",
8505 "type": {
8506 "kind": "SCALAR",
8507 "name": "Int",
8508 "ofType": null
8509 },
8510 "defaultValue": null
8511 },
8512 {
8513 "name": "_orderBy",
8514 "description": "Name of property to sort on",
8515 "type": {
8516 "kind": "SCALAR",
8517 "name": "String",
8518 "ofType": null
8519 },
8520 "defaultValue": null
8521 },
8522 {
8523 "name": "_after",
8524 "description": "Search only after this timestamp",
8525 "type": {
8526 "kind": "SCALAR",
8527 "name": "Int",
8528 "ofType": null
8529 },
8530 "defaultValue": null
8531 },
8532 {
8533 "name": "_before",
8534 "description": "Search only before this timestamp",
8535 "type": {
8536 "kind": "SCALAR",
8537 "name": "Int",
8538 "ofType": null
8539 },
8540 "defaultValue": null
8541 },
8542 {
8543 "name": "_ordering",
8544 "description": "Direction of ordering",
8545 "type": {
8546 "kind": "ENUM",
8547 "name": "_Ordering",
8548 "ofType": null
8549 },
8550 "defaultValue": null
8551 },
8552 {
8553 "name": "_search",
8554 "description": "Elastic Search simple full text search syntax",
8555 "type": {
8556 "kind": "SCALAR",
8557 "name": "String",
8558 "ofType": null
8559 },
8560 "defaultValue": null
8561 },
8562 {
8563 "name": "approvalRequired",
8564 "description": null,
8565 "type": {
8566 "kind": "LIST",
8567 "name": null,
8568 "ofType": {
8569 "kind": "SCALAR",
8570 "name": "Boolean",
8571 "ofType": null
8572 }
8573 },
8574 "defaultValue": null
8575 },
8576 {
8577 "name": "branch",
8578 "description": null,
8579 "type": {
8580 "kind": "LIST",
8581 "name": null,
8582 "ofType": {
8583 "kind": "SCALAR",
8584 "name": "String",
8585 "ofType": null
8586 }
8587 },
8588 "defaultValue": null
8589 },
8590 {
8591 "name": "data",
8592 "description": null,
8593 "type": {
8594 "kind": "LIST",
8595 "name": null,
8596 "ofType": {
8597 "kind": "SCALAR",
8598 "name": "String",
8599 "ofType": null
8600 }
8601 },
8602 "defaultValue": null
8603 },
8604 {
8605 "name": "description",
8606 "description": null,
8607 "type": {
8608 "kind": "LIST",
8609 "name": null,
8610 "ofType": {
8611 "kind": "SCALAR",
8612 "name": "String",
8613 "ofType": null
8614 }
8615 },
8616 "defaultValue": null
8617 },
8618 {
8619 "name": "environment",
8620 "description": null,
8621 "type": {
8622 "kind": "LIST",
8623 "name": null,
8624 "ofType": {
8625 "kind": "SCALAR",
8626 "name": "String",
8627 "ofType": null
8628 }
8629 },
8630 "defaultValue": null
8631 },
8632 {
8633 "name": "error",
8634 "description": null,
8635 "type": {
8636 "kind": "LIST",
8637 "name": null,
8638 "ofType": {
8639 "kind": "SCALAR",
8640 "name": "String",
8641 "ofType": null
8642 }
8643 },
8644 "defaultValue": null
8645 },
8646 {
8647 "name": "externalKey",
8648 "description": null,
8649 "type": {
8650 "kind": "LIST",
8651 "name": null,
8652 "ofType": {
8653 "kind": "SCALAR",
8654 "name": "String",
8655 "ofType": null
8656 }
8657 },
8658 "defaultValue": null
8659 },
8660 {
8661 "name": "externalUrl",
8662 "description": null,
8663 "type": {
8664 "kind": "LIST",
8665 "name": null,
8666 "ofType": {
8667 "kind": "SCALAR",
8668 "name": "String",
8669 "ofType": null
8670 }
8671 },
8672 "defaultValue": null
8673 },
8674 {
8675 "name": "goalSet",
8676 "description": null,
8677 "type": {
8678 "kind": "LIST",
8679 "name": null,
8680 "ofType": {
8681 "kind": "SCALAR",
8682 "name": "String",
8683 "ofType": null
8684 }
8685 },
8686 "defaultValue": null
8687 },
8688 {
8689 "name": "goalSetId",
8690 "description": null,
8691 "type": {
8692 "kind": "LIST",
8693 "name": null,
8694 "ofType": {
8695 "kind": "SCALAR",
8696 "name": "String",
8697 "ofType": null
8698 }
8699 },
8700 "defaultValue": null
8701 },
8702 {
8703 "name": "name",
8704 "description": null,
8705 "type": {
8706 "kind": "LIST",
8707 "name": null,
8708 "ofType": {
8709 "kind": "SCALAR",
8710 "name": "String",
8711 "ofType": null
8712 }
8713 },
8714 "defaultValue": null
8715 },
8716 {
8717 "name": "phase",
8718 "description": null,
8719 "type": {
8720 "kind": "LIST",
8721 "name": null,
8722 "ofType": {
8723 "kind": "SCALAR",
8724 "name": "String",
8725 "ofType": null
8726 }
8727 },
8728 "defaultValue": null
8729 },
8730 {
8731 "name": "preApprovalRequired",
8732 "description": null,
8733 "type": {
8734 "kind": "LIST",
8735 "name": null,
8736 "ofType": {
8737 "kind": "SCALAR",
8738 "name": "Boolean",
8739 "ofType": null
8740 }
8741 },
8742 "defaultValue": null
8743 },
8744 {
8745 "name": "retryFeasible",
8746 "description": null,
8747 "type": {
8748 "kind": "LIST",
8749 "name": null,
8750 "ofType": {
8751 "kind": "SCALAR",
8752 "name": "Boolean",
8753 "ofType": null
8754 }
8755 },
8756 "defaultValue": null
8757 },
8758 {
8759 "name": "sha",
8760 "description": null,
8761 "type": {
8762 "kind": "LIST",
8763 "name": null,
8764 "ofType": {
8765 "kind": "SCALAR",
8766 "name": "String",
8767 "ofType": null
8768 }
8769 },
8770 "defaultValue": null
8771 },
8772 {
8773 "name": "signature",
8774 "description": null,
8775 "type": {
8776 "kind": "LIST",
8777 "name": null,
8778 "ofType": {
8779 "kind": "SCALAR",
8780 "name": "String",
8781 "ofType": null
8782 }
8783 },
8784 "defaultValue": null
8785 },
8786 {
8787 "name": "state",
8788 "description": null,
8789 "type": {
8790 "kind": "LIST",
8791 "name": null,
8792 "ofType": {
8793 "kind": "ENUM",
8794 "name": "SdmGoalState",
8795 "ofType": null
8796 }
8797 },
8798 "defaultValue": null
8799 },
8800 {
8801 "name": "ts",
8802 "description": null,
8803 "type": {
8804 "kind": "LIST",
8805 "name": null,
8806 "ofType": {
8807 "kind": "SCALAR",
8808 "name": "Int",
8809 "ofType": null
8810 }
8811 },
8812 "defaultValue": null
8813 },
8814 {
8815 "name": "uniqueName",
8816 "description": null,
8817 "type": {
8818 "kind": "LIST",
8819 "name": null,
8820 "ofType": {
8821 "kind": "SCALAR",
8822 "name": "String",
8823 "ofType": null
8824 }
8825 },
8826 "defaultValue": null
8827 },
8828 {
8829 "name": "url",
8830 "description": null,
8831 "type": {
8832 "kind": "LIST",
8833 "name": null,
8834 "ofType": {
8835 "kind": "SCALAR",
8836 "name": "String",
8837 "ofType": null
8838 }
8839 },
8840 "defaultValue": null
8841 },
8842 {
8843 "name": "version",
8844 "description": null,
8845 "type": {
8846 "kind": "LIST",
8847 "name": null,
8848 "ofType": {
8849 "kind": "SCALAR",
8850 "name": "Int",
8851 "ofType": null
8852 }
8853 },
8854 "defaultValue": null
8855 }
8856 ],
8857 "type": {
8858 "kind": "LIST",
8859 "name": null,
8860 "ofType": {
8861 "kind": "OBJECT",
8862 "name": "SdmGoal",
8863 "ofType": null
8864 }
8865 },
8866 "isDeprecated": false,
8867 "deprecationReason": null
8868 },
8869 {
8870 "name": "SdmGoalSet",
8871 "description": "Auto-generated query for SdmGoalSet",
8872 "args": [
8873 {
8874 "name": "id",
8875 "description": "The ID of this SdmGoalSet",
8876 "type": {
8877 "kind": "SCALAR",
8878 "name": "ID",
8879 "ofType": null
8880 },
8881 "defaultValue": null
8882 },
8883 {
8884 "name": "_offset",
8885 "description": "Paging offset (default 0)",
8886 "type": {
8887 "kind": "SCALAR",
8888 "name": "Int",
8889 "ofType": null
8890 },
8891 "defaultValue": null
8892 },
8893 {
8894 "name": "_first",
8895 "description": "Return the first X results (default 10)",
8896 "type": {
8897 "kind": "SCALAR",
8898 "name": "Int",
8899 "ofType": null
8900 },
8901 "defaultValue": null
8902 },
8903 {
8904 "name": "_orderBy",
8905 "description": "Name of property to sort on",
8906 "type": {
8907 "kind": "SCALAR",
8908 "name": "String",
8909 "ofType": null
8910 },
8911 "defaultValue": null
8912 },
8913 {
8914 "name": "_after",
8915 "description": "Search only after this timestamp",
8916 "type": {
8917 "kind": "SCALAR",
8918 "name": "Int",
8919 "ofType": null
8920 },
8921 "defaultValue": null
8922 },
8923 {
8924 "name": "_before",
8925 "description": "Search only before this timestamp",
8926 "type": {
8927 "kind": "SCALAR",
8928 "name": "Int",
8929 "ofType": null
8930 },
8931 "defaultValue": null
8932 },
8933 {
8934 "name": "_ordering",
8935 "description": "Direction of ordering",
8936 "type": {
8937 "kind": "ENUM",
8938 "name": "_Ordering",
8939 "ofType": null
8940 },
8941 "defaultValue": null
8942 },
8943 {
8944 "name": "_search",
8945 "description": "Elastic Search simple full text search syntax",
8946 "type": {
8947 "kind": "SCALAR",
8948 "name": "String",
8949 "ofType": null
8950 },
8951 "defaultValue": null
8952 },
8953 {
8954 "name": "branch",
8955 "description": null,
8956 "type": {
8957 "kind": "LIST",
8958 "name": null,
8959 "ofType": {
8960 "kind": "SCALAR",
8961 "name": "String",
8962 "ofType": null
8963 }
8964 },
8965 "defaultValue": null
8966 },
8967 {
8968 "name": "goalSet",
8969 "description": null,
8970 "type": {
8971 "kind": "LIST",
8972 "name": null,
8973 "ofType": {
8974 "kind": "SCALAR",
8975 "name": "String",
8976 "ofType": null
8977 }
8978 },
8979 "defaultValue": null
8980 },
8981 {
8982 "name": "goalSetId",
8983 "description": null,
8984 "type": {
8985 "kind": "LIST",
8986 "name": null,
8987 "ofType": {
8988 "kind": "SCALAR",
8989 "name": "String",
8990 "ofType": null
8991 }
8992 },
8993 "defaultValue": null
8994 },
8995 {
8996 "name": "sha",
8997 "description": null,
8998 "type": {
8999 "kind": "LIST",
9000 "name": null,
9001 "ofType": {
9002 "kind": "SCALAR",
9003 "name": "String",
9004 "ofType": null
9005 }
9006 },
9007 "defaultValue": null
9008 },
9009 {
9010 "name": "state",
9011 "description": null,
9012 "type": {
9013 "kind": "LIST",
9014 "name": null,
9015 "ofType": {
9016 "kind": "ENUM",
9017 "name": "SdmGoalState",
9018 "ofType": null
9019 }
9020 },
9021 "defaultValue": null
9022 },
9023 {
9024 "name": "ts",
9025 "description": null,
9026 "type": {
9027 "kind": "LIST",
9028 "name": null,
9029 "ofType": {
9030 "kind": "SCALAR",
9031 "name": "Int",
9032 "ofType": null
9033 }
9034 },
9035 "defaultValue": null
9036 }
9037 ],
9038 "type": {
9039 "kind": "LIST",
9040 "name": null,
9041 "ofType": {
9042 "kind": "OBJECT",
9043 "name": "SdmGoalSet",
9044 "ofType": null
9045 }
9046 },
9047 "isDeprecated": false,
9048 "deprecationReason": null
9049 },
9050 {
9051 "name": "SdmGoalDisplay",
9052 "description": "Auto-generated query for SdmGoalDisplay",
9053 "args": [
9054 {
9055 "name": "id",
9056 "description": "The ID of this SdmGoalDisplay",
9057 "type": {
9058 "kind": "SCALAR",
9059 "name": "ID",
9060 "ofType": null
9061 },
9062 "defaultValue": null
9063 },
9064 {
9065 "name": "_offset",
9066 "description": "Paging offset (default 0)",
9067 "type": {
9068 "kind": "SCALAR",
9069 "name": "Int",
9070 "ofType": null
9071 },
9072 "defaultValue": null
9073 },
9074 {
9075 "name": "_first",
9076 "description": "Return the first X results (default 10)",
9077 "type": {
9078 "kind": "SCALAR",
9079 "name": "Int",
9080 "ofType": null
9081 },
9082 "defaultValue": null
9083 },
9084 {
9085 "name": "_orderBy",
9086 "description": "Name of property to sort on",
9087 "type": {
9088 "kind": "SCALAR",
9089 "name": "String",
9090 "ofType": null
9091 },
9092 "defaultValue": null
9093 },
9094 {
9095 "name": "_after",
9096 "description": "Search only after this timestamp",
9097 "type": {
9098 "kind": "SCALAR",
9099 "name": "Int",
9100 "ofType": null
9101 },
9102 "defaultValue": null
9103 },
9104 {
9105 "name": "_before",
9106 "description": "Search only before this timestamp",
9107 "type": {
9108 "kind": "SCALAR",
9109 "name": "Int",
9110 "ofType": null
9111 },
9112 "defaultValue": null
9113 },
9114 {
9115 "name": "_ordering",
9116 "description": "Direction of ordering",
9117 "type": {
9118 "kind": "ENUM",
9119 "name": "_Ordering",
9120 "ofType": null
9121 },
9122 "defaultValue": null
9123 },
9124 {
9125 "name": "_search",
9126 "description": "Elastic Search simple full text search syntax",
9127 "type": {
9128 "kind": "SCALAR",
9129 "name": "String",
9130 "ofType": null
9131 },
9132 "defaultValue": null
9133 },
9134 {
9135 "name": "branch",
9136 "description": null,
9137 "type": {
9138 "kind": "LIST",
9139 "name": null,
9140 "ofType": {
9141 "kind": "SCALAR",
9142 "name": "String",
9143 "ofType": null
9144 }
9145 },
9146 "defaultValue": null
9147 },
9148 {
9149 "name": "sha",
9150 "description": null,
9151 "type": {
9152 "kind": "LIST",
9153 "name": null,
9154 "ofType": {
9155 "kind": "SCALAR",
9156 "name": "String",
9157 "ofType": null
9158 }
9159 },
9160 "defaultValue": null
9161 },
9162 {
9163 "name": "state",
9164 "description": null,
9165 "type": {
9166 "kind": "LIST",
9167 "name": null,
9168 "ofType": {
9169 "kind": "ENUM",
9170 "name": "SdmGoalDisplayState",
9171 "ofType": null
9172 }
9173 },
9174 "defaultValue": null
9175 },
9176 {
9177 "name": "ts",
9178 "description": null,
9179 "type": {
9180 "kind": "LIST",
9181 "name": null,
9182 "ofType": {
9183 "kind": "SCALAR",
9184 "name": "Int",
9185 "ofType": null
9186 }
9187 },
9188 "defaultValue": null
9189 }
9190 ],
9191 "type": {
9192 "kind": "LIST",
9193 "name": null,
9194 "ofType": {
9195 "kind": "OBJECT",
9196 "name": "SdmGoalDisplay",
9197 "ofType": null
9198 }
9199 },
9200 "isDeprecated": false,
9201 "deprecationReason": null
9202 },
9203 {
9204 "name": "SdmBuildIdentifier",
9205 "description": "Auto-generated query for SdmBuildIdentifier",
9206 "args": [
9207 {
9208 "name": "id",
9209 "description": "The ID of this SdmBuildIdentifier",
9210 "type": {
9211 "kind": "SCALAR",
9212 "name": "ID",
9213 "ofType": null
9214 },
9215 "defaultValue": null
9216 },
9217 {
9218 "name": "_offset",
9219 "description": "Paging offset (default 0)",
9220 "type": {
9221 "kind": "SCALAR",
9222 "name": "Int",
9223 "ofType": null
9224 },
9225 "defaultValue": null
9226 },
9227 {
9228 "name": "_first",
9229 "description": "Return the first X results (default 10)",
9230 "type": {
9231 "kind": "SCALAR",
9232 "name": "Int",
9233 "ofType": null
9234 },
9235 "defaultValue": null
9236 },
9237 {
9238 "name": "_orderBy",
9239 "description": "Name of property to sort on",
9240 "type": {
9241 "kind": "SCALAR",
9242 "name": "String",
9243 "ofType": null
9244 },
9245 "defaultValue": null
9246 },
9247 {
9248 "name": "_after",
9249 "description": "Search only after this timestamp",
9250 "type": {
9251 "kind": "SCALAR",
9252 "name": "Int",
9253 "ofType": null
9254 },
9255 "defaultValue": null
9256 },
9257 {
9258 "name": "_before",
9259 "description": "Search only before this timestamp",
9260 "type": {
9261 "kind": "SCALAR",
9262 "name": "Int",
9263 "ofType": null
9264 },
9265 "defaultValue": null
9266 },
9267 {
9268 "name": "_ordering",
9269 "description": "Direction of ordering",
9270 "type": {
9271 "kind": "ENUM",
9272 "name": "_Ordering",
9273 "ofType": null
9274 },
9275 "defaultValue": null
9276 },
9277 {
9278 "name": "_search",
9279 "description": "Elastic Search simple full text search syntax",
9280 "type": {
9281 "kind": "SCALAR",
9282 "name": "String",
9283 "ofType": null
9284 },
9285 "defaultValue": null
9286 },
9287 {
9288 "name": "identifier",
9289 "description": null,
9290 "type": {
9291 "kind": "LIST",
9292 "name": null,
9293 "ofType": {
9294 "kind": "SCALAR",
9295 "name": "String",
9296 "ofType": null
9297 }
9298 },
9299 "defaultValue": null
9300 }
9301 ],
9302 "type": {
9303 "kind": "LIST",
9304 "name": null,
9305 "ofType": {
9306 "kind": "OBJECT",
9307 "name": "SdmBuildIdentifier",
9308 "ofType": null
9309 }
9310 },
9311 "isDeprecated": false,
9312 "deprecationReason": null
9313 },
9314 {
9315 "name": "SdmDeployEnablement",
9316 "description": "Auto-generated query for SdmDeployEnablement",
9317 "args": [
9318 {
9319 "name": "id",
9320 "description": "The ID of this SdmDeployEnablement",
9321 "type": {
9322 "kind": "SCALAR",
9323 "name": "ID",
9324 "ofType": null
9325 },
9326 "defaultValue": null
9327 },
9328 {
9329 "name": "_offset",
9330 "description": "Paging offset (default 0)",
9331 "type": {
9332 "kind": "SCALAR",
9333 "name": "Int",
9334 "ofType": null
9335 },
9336 "defaultValue": null
9337 },
9338 {
9339 "name": "_first",
9340 "description": "Return the first X results (default 10)",
9341 "type": {
9342 "kind": "SCALAR",
9343 "name": "Int",
9344 "ofType": null
9345 },
9346 "defaultValue": null
9347 },
9348 {
9349 "name": "_orderBy",
9350 "description": "Name of property to sort on",
9351 "type": {
9352 "kind": "SCALAR",
9353 "name": "String",
9354 "ofType": null
9355 },
9356 "defaultValue": null
9357 },
9358 {
9359 "name": "_after",
9360 "description": "Search only after this timestamp",
9361 "type": {
9362 "kind": "SCALAR",
9363 "name": "Int",
9364 "ofType": null
9365 },
9366 "defaultValue": null
9367 },
9368 {
9369 "name": "_before",
9370 "description": "Search only before this timestamp",
9371 "type": {
9372 "kind": "SCALAR",
9373 "name": "Int",
9374 "ofType": null
9375 },
9376 "defaultValue": null
9377 },
9378 {
9379 "name": "_ordering",
9380 "description": "Direction of ordering",
9381 "type": {
9382 "kind": "ENUM",
9383 "name": "_Ordering",
9384 "ofType": null
9385 },
9386 "defaultValue": null
9387 },
9388 {
9389 "name": "_search",
9390 "description": "Elastic Search simple full text search syntax",
9391 "type": {
9392 "kind": "SCALAR",
9393 "name": "String",
9394 "ofType": null
9395 },
9396 "defaultValue": null
9397 },
9398 {
9399 "name": "owner",
9400 "description": null,
9401 "type": {
9402 "kind": "LIST",
9403 "name": null,
9404 "ofType": {
9405 "kind": "SCALAR",
9406 "name": "String",
9407 "ofType": null
9408 }
9409 },
9410 "defaultValue": null
9411 },
9412 {
9413 "name": "providerId",
9414 "description": null,
9415 "type": {
9416 "kind": "LIST",
9417 "name": null,
9418 "ofType": {
9419 "kind": "SCALAR",
9420 "name": "String",
9421 "ofType": null
9422 }
9423 },
9424 "defaultValue": null
9425 },
9426 {
9427 "name": "repo",
9428 "description": null,
9429 "type": {
9430 "kind": "LIST",
9431 "name": null,
9432 "ofType": {
9433 "kind": "SCALAR",
9434 "name": "String",
9435 "ofType": null
9436 }
9437 },
9438 "defaultValue": null
9439 },
9440 {
9441 "name": "state",
9442 "description": null,
9443 "type": {
9444 "kind": "LIST",
9445 "name": null,
9446 "ofType": {
9447 "kind": "ENUM",
9448 "name": "SdmDeployState",
9449 "ofType": null
9450 }
9451 },
9452 "defaultValue": null
9453 }
9454 ],
9455 "type": {
9456 "kind": "LIST",
9457 "name": null,
9458 "ofType": {
9459 "kind": "OBJECT",
9460 "name": "SdmDeployEnablement",
9461 "ofType": null
9462 }
9463 },
9464 "isDeprecated": false,
9465 "deprecationReason": null
9466 },
9467 {
9468 "name": "SdmVersion",
9469 "description": "Auto-generated query for SdmVersion",
9470 "args": [
9471 {
9472 "name": "id",
9473 "description": "The ID of this SdmVersion",
9474 "type": {
9475 "kind": "SCALAR",
9476 "name": "ID",
9477 "ofType": null
9478 },
9479 "defaultValue": null
9480 },
9481 {
9482 "name": "_offset",
9483 "description": "Paging offset (default 0)",
9484 "type": {
9485 "kind": "SCALAR",
9486 "name": "Int",
9487 "ofType": null
9488 },
9489 "defaultValue": null
9490 },
9491 {
9492 "name": "_first",
9493 "description": "Return the first X results (default 10)",
9494 "type": {
9495 "kind": "SCALAR",
9496 "name": "Int",
9497 "ofType": null
9498 },
9499 "defaultValue": null
9500 },
9501 {
9502 "name": "_orderBy",
9503 "description": "Name of property to sort on",
9504 "type": {
9505 "kind": "SCALAR",
9506 "name": "String",
9507 "ofType": null
9508 },
9509 "defaultValue": null
9510 },
9511 {
9512 "name": "_after",
9513 "description": "Search only after this timestamp",
9514 "type": {
9515 "kind": "SCALAR",
9516 "name": "Int",
9517 "ofType": null
9518 },
9519 "defaultValue": null
9520 },
9521 {
9522 "name": "_before",
9523 "description": "Search only before this timestamp",
9524 "type": {
9525 "kind": "SCALAR",
9526 "name": "Int",
9527 "ofType": null
9528 },
9529 "defaultValue": null
9530 },
9531 {
9532 "name": "_ordering",
9533 "description": "Direction of ordering",
9534 "type": {
9535 "kind": "ENUM",
9536 "name": "_Ordering",
9537 "ofType": null
9538 },
9539 "defaultValue": null
9540 },
9541 {
9542 "name": "_search",
9543 "description": "Elastic Search simple full text search syntax",
9544 "type": {
9545 "kind": "SCALAR",
9546 "name": "String",
9547 "ofType": null
9548 },
9549 "defaultValue": null
9550 },
9551 {
9552 "name": "branch",
9553 "description": null,
9554 "type": {
9555 "kind": "LIST",
9556 "name": null,
9557 "ofType": {
9558 "kind": "SCALAR",
9559 "name": "String",
9560 "ofType": null
9561 }
9562 },
9563 "defaultValue": null
9564 },
9565 {
9566 "name": "sha",
9567 "description": null,
9568 "type": {
9569 "kind": "LIST",
9570 "name": null,
9571 "ofType": {
9572 "kind": "SCALAR",
9573 "name": "String",
9574 "ofType": null
9575 }
9576 },
9577 "defaultValue": null
9578 },
9579 {
9580 "name": "version",
9581 "description": null,
9582 "type": {
9583 "kind": "LIST",
9584 "name": null,
9585 "ofType": {
9586 "kind": "SCALAR",
9587 "name": "String",
9588 "ofType": null
9589 }
9590 },
9591 "defaultValue": null
9592 }
9593 ],
9594 "type": {
9595 "kind": "LIST",
9596 "name": null,
9597 "ofType": {
9598 "kind": "OBJECT",
9599 "name": "SdmVersion",
9600 "ofType": null
9601 }
9602 },
9603 "isDeprecated": false,
9604 "deprecationReason": null
9605 },
9606 {
9607 "name": "SdmGoalSetBadge",
9608 "description": "Auto-generated query for SdmGoalSetBadge",
9609 "args": [
9610 {
9611 "name": "id",
9612 "description": "The ID of this SdmGoalSetBadge",
9613 "type": {
9614 "kind": "SCALAR",
9615 "name": "ID",
9616 "ofType": null
9617 },
9618 "defaultValue": null
9619 },
9620 {
9621 "name": "_offset",
9622 "description": "Paging offset (default 0)",
9623 "type": {
9624 "kind": "SCALAR",
9625 "name": "Int",
9626 "ofType": null
9627 },
9628 "defaultValue": null
9629 },
9630 {
9631 "name": "_first",
9632 "description": "Return the first X results (default 10)",
9633 "type": {
9634 "kind": "SCALAR",
9635 "name": "Int",
9636 "ofType": null
9637 },
9638 "defaultValue": null
9639 },
9640 {
9641 "name": "_orderBy",
9642 "description": "Name of property to sort on",
9643 "type": {
9644 "kind": "SCALAR",
9645 "name": "String",
9646 "ofType": null
9647 },
9648 "defaultValue": null
9649 },
9650 {
9651 "name": "_after",
9652 "description": "Search only after this timestamp",
9653 "type": {
9654 "kind": "SCALAR",
9655 "name": "Int",
9656 "ofType": null
9657 },
9658 "defaultValue": null
9659 },
9660 {
9661 "name": "_before",
9662 "description": "Search only before this timestamp",
9663 "type": {
9664 "kind": "SCALAR",
9665 "name": "Int",
9666 "ofType": null
9667 },
9668 "defaultValue": null
9669 },
9670 {
9671 "name": "_ordering",
9672 "description": "Direction of ordering",
9673 "type": {
9674 "kind": "ENUM",
9675 "name": "_Ordering",
9676 "ofType": null
9677 },
9678 "defaultValue": null
9679 },
9680 {
9681 "name": "_search",
9682 "description": "Elastic Search simple full text search syntax",
9683 "type": {
9684 "kind": "SCALAR",
9685 "name": "String",
9686 "ofType": null
9687 },
9688 "defaultValue": null
9689 },
9690 {
9691 "name": "sdm",
9692 "description": null,
9693 "type": {
9694 "kind": "LIST",
9695 "name": null,
9696 "ofType": {
9697 "kind": "SCALAR",
9698 "name": "String",
9699 "ofType": null
9700 }
9701 },
9702 "defaultValue": null
9703 },
9704 {
9705 "name": "token",
9706 "description": null,
9707 "type": {
9708 "kind": "LIST",
9709 "name": null,
9710 "ofType": {
9711 "kind": "SCALAR",
9712 "name": "String",
9713 "ofType": null
9714 }
9715 },
9716 "defaultValue": null
9717 }
9718 ],
9719 "type": {
9720 "kind": "LIST",
9721 "name": null,
9722 "ofType": {
9723 "kind": "OBJECT",
9724 "name": "SdmGoalSetBadge",
9725 "ofType": null
9726 }
9727 },
9728 "isDeprecated": false,
9729 "deprecationReason": null
9730 },
9731 {
9732 "name": "SdmPreference",
9733 "description": "Auto-generated query for SdmPreference",
9734 "args": [
9735 {
9736 "name": "id",
9737 "description": "The ID of this SdmPreference",
9738 "type": {
9739 "kind": "SCALAR",
9740 "name": "ID",
9741 "ofType": null
9742 },
9743 "defaultValue": null
9744 },
9745 {
9746 "name": "_offset",
9747 "description": "Paging offset (default 0)",
9748 "type": {
9749 "kind": "SCALAR",
9750 "name": "Int",
9751 "ofType": null
9752 },
9753 "defaultValue": null
9754 },
9755 {
9756 "name": "_first",
9757 "description": "Return the first X results (default 10)",
9758 "type": {
9759 "kind": "SCALAR",
9760 "name": "Int",
9761 "ofType": null
9762 },
9763 "defaultValue": null
9764 },
9765 {
9766 "name": "_orderBy",
9767 "description": "Name of property to sort on",
9768 "type": {
9769 "kind": "SCALAR",
9770 "name": "String",
9771 "ofType": null
9772 },
9773 "defaultValue": null
9774 },
9775 {
9776 "name": "_after",
9777 "description": "Search only after this timestamp",
9778 "type": {
9779 "kind": "SCALAR",
9780 "name": "Int",
9781 "ofType": null
9782 },
9783 "defaultValue": null
9784 },
9785 {
9786 "name": "_before",
9787 "description": "Search only before this timestamp",
9788 "type": {
9789 "kind": "SCALAR",
9790 "name": "Int",
9791 "ofType": null
9792 },
9793 "defaultValue": null
9794 },
9795 {
9796 "name": "_ordering",
9797 "description": "Direction of ordering",
9798 "type": {
9799 "kind": "ENUM",
9800 "name": "_Ordering",
9801 "ofType": null
9802 },
9803 "defaultValue": null
9804 },
9805 {
9806 "name": "_search",
9807 "description": "Elastic Search simple full text search syntax",
9808 "type": {
9809 "kind": "SCALAR",
9810 "name": "String",
9811 "ofType": null
9812 },
9813 "defaultValue": null
9814 },
9815 {
9816 "name": "key",
9817 "description": null,
9818 "type": {
9819 "kind": "LIST",
9820 "name": null,
9821 "ofType": {
9822 "kind": "SCALAR",
9823 "name": "String",
9824 "ofType": null
9825 }
9826 },
9827 "defaultValue": null
9828 },
9829 {
9830 "name": "ttl",
9831 "description": null,
9832 "type": {
9833 "kind": "LIST",
9834 "name": null,
9835 "ofType": {
9836 "kind": "SCALAR",
9837 "name": "Int",
9838 "ofType": null
9839 }
9840 },
9841 "defaultValue": null
9842 },
9843 {
9844 "name": "value",
9845 "description": null,
9846 "type": {
9847 "kind": "LIST",
9848 "name": null,
9849 "ofType": {
9850 "kind": "SCALAR",
9851 "name": "String",
9852 "ofType": null
9853 }
9854 },
9855 "defaultValue": null
9856 }
9857 ],
9858 "type": {
9859 "kind": "LIST",
9860 "name": null,
9861 "ofType": {
9862 "kind": "OBJECT",
9863 "name": "SdmPreference",
9864 "ofType": null
9865 }
9866 },
9867 "isDeprecated": false,
9868 "deprecationReason": null
9869 },
9870 {
9871 "name": "SdmRepoProvenance",
9872 "description": "Auto-generated query for SdmRepoProvenance",
9873 "args": [
9874 {
9875 "name": "id",
9876 "description": "The ID of this SdmRepoProvenance",
9877 "type": {
9878 "kind": "SCALAR",
9879 "name": "ID",
9880 "ofType": null
9881 },
9882 "defaultValue": null
9883 },
9884 {
9885 "name": "_offset",
9886 "description": "Paging offset (default 0)",
9887 "type": {
9888 "kind": "SCALAR",
9889 "name": "Int",
9890 "ofType": null
9891 },
9892 "defaultValue": null
9893 },
9894 {
9895 "name": "_first",
9896 "description": "Return the first X results (default 10)",
9897 "type": {
9898 "kind": "SCALAR",
9899 "name": "Int",
9900 "ofType": null
9901 },
9902 "defaultValue": null
9903 },
9904 {
9905 "name": "_orderBy",
9906 "description": "Name of property to sort on",
9907 "type": {
9908 "kind": "SCALAR",
9909 "name": "String",
9910 "ofType": null
9911 },
9912 "defaultValue": null
9913 },
9914 {
9915 "name": "_after",
9916 "description": "Search only after this timestamp",
9917 "type": {
9918 "kind": "SCALAR",
9919 "name": "Int",
9920 "ofType": null
9921 },
9922 "defaultValue": null
9923 },
9924 {
9925 "name": "_before",
9926 "description": "Search only before this timestamp",
9927 "type": {
9928 "kind": "SCALAR",
9929 "name": "Int",
9930 "ofType": null
9931 },
9932 "defaultValue": null
9933 },
9934 {
9935 "name": "_ordering",
9936 "description": "Direction of ordering",
9937 "type": {
9938 "kind": "ENUM",
9939 "name": "_Ordering",
9940 "ofType": null
9941 },
9942 "defaultValue": null
9943 },
9944 {
9945 "name": "_search",
9946 "description": "Elastic Search simple full text search syntax",
9947 "type": {
9948 "kind": "SCALAR",
9949 "name": "String",
9950 "ofType": null
9951 },
9952 "defaultValue": null
9953 }
9954 ],
9955 "type": {
9956 "kind": "LIST",
9957 "name": null,
9958 "ofType": {
9959 "kind": "OBJECT",
9960 "name": "SdmRepoProvenance",
9961 "ofType": null
9962 }
9963 },
9964 "isDeprecated": false,
9965 "deprecationReason": null
9966 },
9967 {
9968 "name": "commitBySha",
9969 "description": "Find a commit by sha",
9970 "args": [
9971 {
9972 "name": "sha",
9973 "description": "The sha of the commit",
9974 "type": {
9975 "kind": "NON_NULL",
9976 "name": null,
9977 "ofType": {
9978 "kind": "SCALAR",
9979 "name": "String",
9980 "ofType": null
9981 }
9982 },
9983 "defaultValue": null
9984 }
9985 ],
9986 "type": {
9987 "kind": "OBJECT",
9988 "name": "Commit",
9989 "ofType": null
9990 },
9991 "isDeprecated": false,
9992 "deprecationReason": null
9993 },
9994 {
9995 "name": "pushBySha",
9996 "description": "Find a Push using after-sha and branch",
9997 "args": [
9998 {
9999 "name": "branchName",
10000 "description": "The branch of the Push",
10001 "type": {
10002 "kind": "NON_NULL",
10003 "name": null,
10004 "ofType": {
10005 "kind": "SCALAR",
10006 "name": "String",
10007 "ofType": null
10008 }
10009 },
10010 "defaultValue": null
10011 },
10012 {
10013 "name": "afterSha",
10014 "description": "The after-sha of the Push",
10015 "type": {
10016 "kind": "NON_NULL",
10017 "name": null,
10018 "ofType": {
10019 "kind": "SCALAR",
10020 "name": "String",
10021 "ofType": null
10022 }
10023 },
10024 "defaultValue": null
10025 }
10026 ],
10027 "type": {
10028 "kind": "OBJECT",
10029 "name": "Push",
10030 "ofType": null
10031 },
10032 "isDeprecated": false,
10033 "deprecationReason": null
10034 },
10035 {
10036 "name": "linkedRepo",
10037 "description": "Find repo by name, owner and provider id",
10038 "args": [
10039 {
10040 "name": "name",
10041 "description": "Repo name",
10042 "type": {
10043 "kind": "NON_NULL",
10044 "name": null,
10045 "ofType": {
10046 "kind": "SCALAR",
10047 "name": "String",
10048 "ofType": null
10049 }
10050 },
10051 "defaultValue": null
10052 },
10053 {
10054 "name": "owner",
10055 "description": "Repo owner",
10056 "type": {
10057 "kind": "NON_NULL",
10058 "name": null,
10059 "ofType": {
10060 "kind": "SCALAR",
10061 "name": "String",
10062 "ofType": null
10063 }
10064 },
10065 "defaultValue": null
10066 },
10067 {
10068 "name": "provider",
10069 "description": "Repo provider",
10070 "type": {
10071 "kind": "NON_NULL",
10072 "name": null,
10073 "ofType": {
10074 "kind": "SCALAR",
10075 "name": "String",
10076 "ofType": null
10077 }
10078 },
10079 "defaultValue": null
10080 }
10081 ],
10082 "type": {
10083 "kind": "OBJECT",
10084 "name": "Repo",
10085 "ofType": null
10086 },
10087 "isDeprecated": false,
10088 "deprecationReason": null
10089 }
10090 ],
10091 "inputFields": null,
10092 "interfaces": [],
10093 "enumValues": null,
10094 "possibleTypes": null
10095 },
10096 {
10097 "kind": "SCALAR",
10098 "name": "ID",
10099 "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
10100 "fields": null,
10101 "inputFields": null,
10102 "interfaces": null,
10103 "enumValues": null,
10104 "possibleTypes": null
10105 },
10106 {
10107 "kind": "SCALAR",
10108 "name": "Float",
10109 "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ",
10110 "fields": null,
10111 "inputFields": null,
10112 "interfaces": null,
10113 "enumValues": null,
10114 "possibleTypes": null
10115 },
10116 {
10117 "kind": "SCALAR",
10118 "name": "String",
10119 "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
10120 "fields": null,
10121 "inputFields": null,
10122 "interfaces": null,
10123 "enumValues": null,
10124 "possibleTypes": null
10125 },
10126 {
10127 "kind": "ENUM",
10128 "name": "IssueState",
10129 "description": "Enum for IssueState",
10130 "fields": null,
10131 "inputFields": null,
10132 "interfaces": null,
10133 "enumValues": [
10134 {
10135 "name": "open",
10136 "description": "Value for open",
10137 "isDeprecated": false,
10138 "deprecationReason": null
10139 },
10140 {
10141 "name": "closed",
10142 "description": "Value for closed",
10143 "isDeprecated": false,
10144 "deprecationReason": null
10145 }
10146 ],
10147 "possibleTypes": null
10148 },
10149 {
10150 "kind": "ENUM",
10151 "name": "_IssueOrdering",
10152 "description": "Ordering Enum for Issue",
10153 "fields": null,
10154 "inputFields": null,
10155 "interfaces": null,
10156 "enumValues": [
10157 {
10158 "name": "atmTeamId_asc",
10159 "description": "Ascending sort for atmTeamId",
10160 "isDeprecated": false,
10161 "deprecationReason": null
10162 },
10163 {
10164 "name": "atmTeamId_desc",
10165 "description": "Descending sort for atmTeamId",
10166 "isDeprecated": false,
10167 "deprecationReason": null
10168 },
10169 {
10170 "name": "id_asc",
10171 "description": "Ascending sort for id",
10172 "isDeprecated": false,
10173 "deprecationReason": null
10174 },
10175 {
10176 "name": "id_desc",
10177 "description": "Descending sort for id",
10178 "isDeprecated": false,
10179 "deprecationReason": null
10180 },
10181 {
10182 "name": "number_asc",
10183 "description": "Ascending sort for number",
10184 "isDeprecated": false,
10185 "deprecationReason": null
10186 },
10187 {
10188 "name": "number_desc",
10189 "description": "Descending sort for number",
10190 "isDeprecated": false,
10191 "deprecationReason": null
10192 },
10193 {
10194 "name": "name_asc",
10195 "description": "Ascending sort for name",
10196 "isDeprecated": false,
10197 "deprecationReason": null
10198 },
10199 {
10200 "name": "name_desc",
10201 "description": "Descending sort for name",
10202 "isDeprecated": false,
10203 "deprecationReason": null
10204 },
10205 {
10206 "name": "title_asc",
10207 "description": "Ascending sort for title",
10208 "isDeprecated": false,
10209 "deprecationReason": null
10210 },
10211 {
10212 "name": "title_desc",
10213 "description": "Descending sort for title",
10214 "isDeprecated": false,
10215 "deprecationReason": null
10216 },
10217 {
10218 "name": "body_asc",
10219 "description": "Ascending sort for body",
10220 "isDeprecated": false,
10221 "deprecationReason": null
10222 },
10223 {
10224 "name": "body_desc",
10225 "description": "Descending sort for body",
10226 "isDeprecated": false,
10227 "deprecationReason": null
10228 },
10229 {
10230 "name": "state_asc",
10231 "description": "Ascending sort for state",
10232 "isDeprecated": false,
10233 "deprecationReason": null
10234 },
10235 {
10236 "name": "state_desc",
10237 "description": "Descending sort for state",
10238 "isDeprecated": false,
10239 "deprecationReason": null
10240 },
10241 {
10242 "name": "timestamp_asc",
10243 "description": "Ascending sort for timestamp",
10244 "isDeprecated": false,
10245 "deprecationReason": null
10246 },
10247 {
10248 "name": "timestamp_desc",
10249 "description": "Descending sort for timestamp",
10250 "isDeprecated": false,
10251 "deprecationReason": null
10252 },
10253 {
10254 "name": "action_asc",
10255 "description": "Ascending sort for action",
10256 "isDeprecated": false,
10257 "deprecationReason": null
10258 },
10259 {
10260 "name": "action_desc",
10261 "description": "Descending sort for action",
10262 "isDeprecated": false,
10263 "deprecationReason": null
10264 },
10265 {
10266 "name": "createdAt_asc",
10267 "description": "Ascending sort for createdAt",
10268 "isDeprecated": false,
10269 "deprecationReason": null
10270 },
10271 {
10272 "name": "createdAt_desc",
10273 "description": "Descending sort for createdAt",
10274 "isDeprecated": false,
10275 "deprecationReason": null
10276 },
10277 {
10278 "name": "updatedAt_asc",
10279 "description": "Ascending sort for updatedAt",
10280 "isDeprecated": false,
10281 "deprecationReason": null
10282 },
10283 {
10284 "name": "updatedAt_desc",
10285 "description": "Descending sort for updatedAt",
10286 "isDeprecated": false,
10287 "deprecationReason": null
10288 },
10289 {
10290 "name": "closedAt_asc",
10291 "description": "Ascending sort for closedAt",
10292 "isDeprecated": false,
10293 "deprecationReason": null
10294 },
10295 {
10296 "name": "closedAt_desc",
10297 "description": "Descending sort for closedAt",
10298 "isDeprecated": false,
10299 "deprecationReason": null
10300 }
10301 ],
10302 "possibleTypes": null
10303 },
10304 {
10305 "kind": "SCALAR",
10306 "name": "Int",
10307 "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
10308 "fields": null,
10309 "inputFields": null,
10310 "interfaces": null,
10311 "enumValues": null,
10312 "possibleTypes": null
10313 },
10314 {
10315 "kind": "OBJECT",
10316 "name": "Issue",
10317 "description": "Issue-Node",
10318 "fields": [
10319 {
10320 "name": "_id",
10321 "description": "internal node id",
10322 "args": [],
10323 "type": {
10324 "kind": "SCALAR",
10325 "name": "Int",
10326 "ofType": null
10327 },
10328 "isDeprecated": false,
10329 "deprecationReason": null
10330 },
10331 {
10332 "name": "url",
10333 "description": "the url of the Issue",
10334 "args": [],
10335 "type": {
10336 "kind": "SCALAR",
10337 "name": "String",
10338 "ofType": null
10339 },
10340 "isDeprecated": false,
10341 "deprecationReason": null
10342 },
10343 {
10344 "name": "id",
10345 "description": "id of Issue",
10346 "args": [],
10347 "type": {
10348 "kind": "SCALAR",
10349 "name": "ID",
10350 "ofType": null
10351 },
10352 "isDeprecated": false,
10353 "deprecationReason": null
10354 },
10355 {
10356 "name": "number",
10357 "description": "number of Issue",
10358 "args": [],
10359 "type": {
10360 "kind": "SCALAR",
10361 "name": "Float",
10362 "ofType": null
10363 },
10364 "isDeprecated": false,
10365 "deprecationReason": null
10366 },
10367 {
10368 "name": "name",
10369 "description": "name of Issue",
10370 "args": [],
10371 "type": {
10372 "kind": "SCALAR",
10373 "name": "String",
10374 "ofType": null
10375 },
10376 "isDeprecated": false,
10377 "deprecationReason": null
10378 },
10379 {
10380 "name": "title",
10381 "description": "title of Issue",
10382 "args": [],
10383 "type": {
10384 "kind": "SCALAR",
10385 "name": "String",
10386 "ofType": null
10387 },
10388 "isDeprecated": false,
10389 "deprecationReason": null
10390 },
10391 {
10392 "name": "body",
10393 "description": "body of Issue",
10394 "args": [],
10395 "type": {
10396 "kind": "SCALAR",
10397 "name": "String",
10398 "ofType": null
10399 },
10400 "isDeprecated": false,
10401 "deprecationReason": null
10402 },
10403 {
10404 "name": "state",
10405 "description": "state of Issue",
10406 "args": [],
10407 "type": {
10408 "kind": "ENUM",
10409 "name": "IssueState",
10410 "ofType": null
10411 },
10412 "isDeprecated": false,
10413 "deprecationReason": null
10414 },
10415 {
10416 "name": "timestamp",
10417 "description": "timestamp of Issue",
10418 "args": [],
10419 "type": {
10420 "kind": "SCALAR",
10421 "name": "String",
10422 "ofType": null
10423 },
10424 "isDeprecated": false,
10425 "deprecationReason": null
10426 },
10427 {
10428 "name": "action",
10429 "description": "action of Issue",
10430 "args": [],
10431 "type": {
10432 "kind": "SCALAR",
10433 "name": "String",
10434 "ofType": null
10435 },
10436 "isDeprecated": false,
10437 "deprecationReason": null
10438 },
10439 {
10440 "name": "createdAt",
10441 "description": "createdAt of Issue",
10442 "args": [],
10443 "type": {
10444 "kind": "SCALAR",
10445 "name": "String",
10446 "ofType": null
10447 },
10448 "isDeprecated": false,
10449 "deprecationReason": null
10450 },
10451 {
10452 "name": "updatedAt",
10453 "description": "updatedAt of Issue",
10454 "args": [],
10455 "type": {
10456 "kind": "SCALAR",
10457 "name": "String",
10458 "ofType": null
10459 },
10460 "isDeprecated": false,
10461 "deprecationReason": null
10462 },
10463 {
10464 "name": "closedAt",
10465 "description": "closedAt of Issue",
10466 "args": [],
10467 "type": {
10468 "kind": "SCALAR",
10469 "name": "String",
10470 "ofType": null
10471 },
10472 "isDeprecated": false,
10473 "deprecationReason": null
10474 },
10475 {
10476 "name": "repo",
10477 "description": "Issue repo Repo",
10478 "args": [
10479 {
10480 "name": "id",
10481 "description": "",
10482 "type": {
10483 "kind": "SCALAR",
10484 "name": "ID",
10485 "ofType": null
10486 },
10487 "defaultValue": null
10488 },
10489 {
10490 "name": "owner",
10491 "description": "",
10492 "type": {
10493 "kind": "SCALAR",
10494 "name": "String",
10495 "ofType": null
10496 },
10497 "defaultValue": null
10498 },
10499 {
10500 "name": "name",
10501 "description": "",
10502 "type": {
10503 "kind": "SCALAR",
10504 "name": "String",
10505 "ofType": null
10506 },
10507 "defaultValue": null
10508 },
10509 {
10510 "name": "allowRebaseMerge",
10511 "description": "",
10512 "type": {
10513 "kind": "SCALAR",
10514 "name": "Boolean",
10515 "ofType": null
10516 },
10517 "defaultValue": null
10518 },
10519 {
10520 "name": "allowSquashMerge",
10521 "description": "",
10522 "type": {
10523 "kind": "SCALAR",
10524 "name": "Boolean",
10525 "ofType": null
10526 },
10527 "defaultValue": null
10528 },
10529 {
10530 "name": "allowMergeCommit",
10531 "description": "",
10532 "type": {
10533 "kind": "SCALAR",
10534 "name": "Boolean",
10535 "ofType": null
10536 },
10537 "defaultValue": null
10538 },
10539 {
10540 "name": "repoId",
10541 "description": "",
10542 "type": {
10543 "kind": "SCALAR",
10544 "name": "String",
10545 "ofType": null
10546 },
10547 "defaultValue": null
10548 },
10549 {
10550 "name": "gitHubId",
10551 "description": "",
10552 "type": {
10553 "kind": "SCALAR",
10554 "name": "String",
10555 "ofType": null
10556 },
10557 "defaultValue": null
10558 },
10559 {
10560 "name": "defaultBranch",
10561 "description": "",
10562 "type": {
10563 "kind": "SCALAR",
10564 "name": "String",
10565 "ofType": null
10566 },
10567 "defaultValue": null
10568 }
10569 ],
10570 "type": {
10571 "kind": "NON_NULL",
10572 "name": null,
10573 "ofType": {
10574 "kind": "OBJECT",
10575 "name": "Repo",
10576 "ofType": null
10577 }
10578 },
10579 "isDeprecated": false,
10580 "deprecationReason": null
10581 },
10582 {
10583 "name": "resolvingCommits",
10584 "description": "Issue resolvingCommits Commit",
10585 "args": [
10586 {
10587 "name": "sha",
10588 "description": "",
10589 "type": {
10590 "kind": "SCALAR",
10591 "name": "String",
10592 "ofType": null
10593 },
10594 "defaultValue": null
10595 },
10596 {
10597 "name": "message",
10598 "description": "",
10599 "type": {
10600 "kind": "SCALAR",
10601 "name": "String",
10602 "ofType": null
10603 },
10604 "defaultValue": null
10605 },
10606 {
10607 "name": "timestamp",
10608 "description": "",
10609 "type": {
10610 "kind": "SCALAR",
10611 "name": "String",
10612 "ofType": null
10613 },
10614 "defaultValue": null
10615 },
10616 {
10617 "name": "orderBy",
10618 "description": "",
10619 "type": {
10620 "kind": "LIST",
10621 "name": null,
10622 "ofType": {
10623 "kind": "ENUM",
10624 "name": "_CommitOrdering",
10625 "ofType": null
10626 }
10627 },
10628 "defaultValue": null
10629 },
10630 {
10631 "name": "first",
10632 "description": "",
10633 "type": {
10634 "kind": "SCALAR",
10635 "name": "Int",
10636 "ofType": null
10637 },
10638 "defaultValue": null
10639 },
10640 {
10641 "name": "offset",
10642 "description": "",
10643 "type": {
10644 "kind": "SCALAR",
10645 "name": "Int",
10646 "ofType": null
10647 },
10648 "defaultValue": null
10649 }
10650 ],
10651 "type": {
10652 "kind": "LIST",
10653 "name": null,
10654 "ofType": {
10655 "kind": "OBJECT",
10656 "name": "Commit",
10657 "ofType": null
10658 }
10659 },
10660 "isDeprecated": false,
10661 "deprecationReason": null
10662 },
10663 {
10664 "name": "openedBy",
10665 "description": "Issue openedBy SCMId",
10666 "args": [
10667 {
10668 "name": "login",
10669 "description": "",
10670 "type": {
10671 "kind": "SCALAR",
10672 "name": "String",
10673 "ofType": null
10674 },
10675 "defaultValue": null
10676 },
10677 {
10678 "name": "name",
10679 "description": "",
10680 "type": {
10681 "kind": "SCALAR",
10682 "name": "String",
10683 "ofType": null
10684 },
10685 "defaultValue": null
10686 },
10687 {
10688 "name": "avatar",
10689 "description": "",
10690 "type": {
10691 "kind": "SCALAR",
10692 "name": "String",
10693 "ofType": null
10694 },
10695 "defaultValue": null
10696 }
10697 ],
10698 "type": {
10699 "kind": "OBJECT",
10700 "name": "SCMId",
10701 "ofType": null
10702 },
10703 "isDeprecated": false,
10704 "deprecationReason": null
10705 },
10706 {
10707 "name": "closedBy",
10708 "description": "Issue closedBy SCMId",
10709 "args": [
10710 {
10711 "name": "login",
10712 "description": "",
10713 "type": {
10714 "kind": "SCALAR",
10715 "name": "String",
10716 "ofType": null
10717 },
10718 "defaultValue": null
10719 },
10720 {
10721 "name": "name",
10722 "description": "",
10723 "type": {
10724 "kind": "SCALAR",
10725 "name": "String",
10726 "ofType": null
10727 },
10728 "defaultValue": null
10729 },
10730 {
10731 "name": "avatar",
10732 "description": "",
10733 "type": {
10734 "kind": "SCALAR",
10735 "name": "String",
10736 "ofType": null
10737 },
10738 "defaultValue": null
10739 }
10740 ],
10741 "type": {
10742 "kind": "OBJECT",
10743 "name": "SCMId",
10744 "ofType": null
10745 },
10746 "isDeprecated": false,
10747 "deprecationReason": null
10748 },
10749 {
10750 "name": "labels",
10751 "description": "Issue labels Label",
10752 "args": [
10753 {
10754 "name": "id",
10755 "description": "",
10756 "type": {
10757 "kind": "SCALAR",
10758 "name": "ID",
10759 "ofType": null
10760 },
10761 "defaultValue": null
10762 },
10763 {
10764 "name": "name",
10765 "description": "",
10766 "type": {
10767 "kind": "SCALAR",
10768 "name": "String",
10769 "ofType": null
10770 },
10771 "defaultValue": null
10772 },
10773 {
10774 "name": "default",
10775 "description": "",
10776 "type": {
10777 "kind": "SCALAR",
10778 "name": "String",
10779 "ofType": null
10780 },
10781 "defaultValue": null
10782 },
10783 {
10784 "name": "color",
10785 "description": "",
10786 "type": {
10787 "kind": "SCALAR",
10788 "name": "String",
10789 "ofType": null
10790 },
10791 "defaultValue": null
10792 },
10793 {
10794 "name": "orderBy",
10795 "description": "",
10796 "type": {
10797 "kind": "LIST",
10798 "name": null,
10799 "ofType": {
10800 "kind": "ENUM",
10801 "name": "_LabelOrdering",
10802 "ofType": null
10803 }
10804 },
10805 "defaultValue": null
10806 },
10807 {
10808 "name": "first",
10809 "description": "",
10810 "type": {
10811 "kind": "SCALAR",
10812 "name": "Int",
10813 "ofType": null
10814 },
10815 "defaultValue": null
10816 },
10817 {
10818 "name": "offset",
10819 "description": "",
10820 "type": {
10821 "kind": "SCALAR",
10822 "name": "Int",
10823 "ofType": null
10824 },
10825 "defaultValue": null
10826 }
10827 ],
10828 "type": {
10829 "kind": "LIST",
10830 "name": null,
10831 "ofType": {
10832 "kind": "OBJECT",
10833 "name": "Label",
10834 "ofType": null
10835 }
10836 },
10837 "isDeprecated": false,
10838 "deprecationReason": null
10839 },
10840 {
10841 "name": "assignees",
10842 "description": "Issue assignees SCMId",
10843 "args": [
10844 {
10845 "name": "login",
10846 "description": "",
10847 "type": {
10848 "kind": "SCALAR",
10849 "name": "String",
10850 "ofType": null
10851 },
10852 "defaultValue": null
10853 },
10854 {
10855 "name": "name",
10856 "description": "",
10857 "type": {
10858 "kind": "SCALAR",
10859 "name": "String",
10860 "ofType": null
10861 },
10862 "defaultValue": null
10863 },
10864 {
10865 "name": "orderBy",
10866 "description": "",
10867 "type": {
10868 "kind": "LIST",
10869 "name": null,
10870 "ofType": {
10871 "kind": "ENUM",
10872 "name": "_SCMIdOrdering",
10873 "ofType": null
10874 }
10875 },
10876 "defaultValue": null
10877 },
10878 {
10879 "name": "first",
10880 "description": "",
10881 "type": {
10882 "kind": "SCALAR",
10883 "name": "Int",
10884 "ofType": null
10885 },
10886 "defaultValue": null
10887 },
10888 {
10889 "name": "offset",
10890 "description": "",
10891 "type": {
10892 "kind": "SCALAR",
10893 "name": "Int",
10894 "ofType": null
10895 },
10896 "defaultValue": null
10897 },
10898 {
10899 "name": "avatar",
10900 "description": "",
10901 "type": {
10902 "kind": "SCALAR",
10903 "name": "String",
10904 "ofType": null
10905 },
10906 "defaultValue": null
10907 }
10908 ],
10909 "type": {
10910 "kind": "LIST",
10911 "name": null,
10912 "ofType": {
10913 "kind": "OBJECT",
10914 "name": "SCMId",
10915 "ofType": null
10916 }
10917 },
10918 "isDeprecated": false,
10919 "deprecationReason": null
10920 },
10921 {
10922 "name": "lastAssignedBy",
10923 "description": "Issue lastAssignedBy SCMId",
10924 "args": [
10925 {
10926 "name": "login",
10927 "description": "",
10928 "type": {
10929 "kind": "SCALAR",
10930 "name": "String",
10931 "ofType": null
10932 },
10933 "defaultValue": null
10934 },
10935 {
10936 "name": "name",
10937 "description": "",
10938 "type": {
10939 "kind": "SCALAR",
10940 "name": "String",
10941 "ofType": null
10942 },
10943 "defaultValue": null
10944 },
10945 {
10946 "name": "avatar",
10947 "description": "",
10948 "type": {
10949 "kind": "SCALAR",
10950 "name": "String",
10951 "ofType": null
10952 },
10953 "defaultValue": null
10954 }
10955 ],
10956 "type": {
10957 "kind": "OBJECT",
10958 "name": "SCMId",
10959 "ofType": null
10960 },
10961 "isDeprecated": false,
10962 "deprecationReason": null
10963 },
10964 {
10965 "name": "comments",
10966 "description": "Issue comments Comment",
10967 "args": [
10968 {
10969 "name": "id",
10970 "description": "",
10971 "type": {
10972 "kind": "SCALAR",
10973 "name": "ID",
10974 "ofType": null
10975 },
10976 "defaultValue": null
10977 },
10978 {
10979 "name": "body",
10980 "description": "",
10981 "type": {
10982 "kind": "SCALAR",
10983 "name": "String",
10984 "ofType": null
10985 },
10986 "defaultValue": null
10987 },
10988 {
10989 "name": "timestamp",
10990 "description": "",
10991 "type": {
10992 "kind": "SCALAR",
10993 "name": "String",
10994 "ofType": null
10995 },
10996 "defaultValue": null
10997 },
10998 {
10999 "name": "createdAt",
11000 "description": "",
11001 "type": {
11002 "kind": "SCALAR",
11003 "name": "String",
11004 "ofType": null
11005 },
11006 "defaultValue": null
11007 },
11008 {
11009 "name": "updatedAt",
11010 "description": "",
11011 "type": {
11012 "kind": "SCALAR",
11013 "name": "String",
11014 "ofType": null
11015 },
11016 "defaultValue": null
11017 },
11018 {
11019 "name": "commentId",
11020 "description": "",
11021 "type": {
11022 "kind": "SCALAR",
11023 "name": "String",
11024 "ofType": null
11025 },
11026 "defaultValue": null
11027 },
11028 {
11029 "name": "gitHubId",
11030 "description": "",
11031 "type": {
11032 "kind": "SCALAR",
11033 "name": "String",
11034 "ofType": null
11035 },
11036 "defaultValue": null
11037 },
11038 {
11039 "name": "path",
11040 "description": "",
11041 "type": {
11042 "kind": "SCALAR",
11043 "name": "String",
11044 "ofType": null
11045 },
11046 "defaultValue": null
11047 },
11048 {
11049 "name": "position",
11050 "description": "",
11051 "type": {
11052 "kind": "SCALAR",
11053 "name": "String",
11054 "ofType": null
11055 },
11056 "defaultValue": null
11057 },
11058 {
11059 "name": "htmlUrl",
11060 "description": "",
11061 "type": {
11062 "kind": "SCALAR",
11063 "name": "String",
11064 "ofType": null
11065 },
11066 "defaultValue": null
11067 },
11068 {
11069 "name": "orderBy",
11070 "description": "",
11071 "type": {
11072 "kind": "LIST",
11073 "name": null,
11074 "ofType": {
11075 "kind": "ENUM",
11076 "name": "_CommentOrdering",
11077 "ofType": null
11078 }
11079 },
11080 "defaultValue": null
11081 },
11082 {
11083 "name": "first",
11084 "description": "",
11085 "type": {
11086 "kind": "SCALAR",
11087 "name": "Int",
11088 "ofType": null
11089 },
11090 "defaultValue": null
11091 },
11092 {
11093 "name": "offset",
11094 "description": "",
11095 "type": {
11096 "kind": "SCALAR",
11097 "name": "Int",
11098 "ofType": null
11099 },
11100 "defaultValue": null
11101 },
11102 {
11103 "name": "commentType",
11104 "description": "",
11105 "type": {
11106 "kind": "ENUM",
11107 "name": "CommentCommentType",
11108 "ofType": null
11109 },
11110 "defaultValue": null
11111 }
11112 ],
11113 "type": {
11114 "kind": "LIST",
11115 "name": null,
11116 "ofType": {
11117 "kind": "OBJECT",
11118 "name": "Comment",
11119 "ofType": null
11120 }
11121 },
11122 "isDeprecated": false,
11123 "deprecationReason": null
11124 }
11125 ],
11126 "inputFields": null,
11127 "interfaces": [],
11128 "enumValues": null,
11129 "possibleTypes": null
11130 },
11131 {
11132 "kind": "SCALAR",
11133 "name": "Boolean",
11134 "description": "The `Boolean` scalar type represents `true` or `false`.",
11135 "fields": null,
11136 "inputFields": null,
11137 "interfaces": null,
11138 "enumValues": null,
11139 "possibleTypes": null
11140 },
11141 {
11142 "kind": "OBJECT",
11143 "name": "Repo",
11144 "description": "Repo-Node",
11145 "fields": [
11146 {
11147 "name": "_id",
11148 "description": "internal node id",
11149 "args": [],
11150 "type": {
11151 "kind": "SCALAR",
11152 "name": "Int",
11153 "ofType": null
11154 },
11155 "isDeprecated": false,
11156 "deprecationReason": null
11157 },
11158 {
11159 "name": "url",
11160 "description": "the URL of the Repo",
11161 "args": [],
11162 "type": {
11163 "kind": "SCALAR",
11164 "name": "String",
11165 "ofType": null
11166 },
11167 "isDeprecated": false,
11168 "deprecationReason": null
11169 },
11170 {
11171 "name": "id",
11172 "description": "id of Repo",
11173 "args": [],
11174 "type": {
11175 "kind": "SCALAR",
11176 "name": "ID",
11177 "ofType": null
11178 },
11179 "isDeprecated": false,
11180 "deprecationReason": null
11181 },
11182 {
11183 "name": "owner",
11184 "description": "owner of Repo",
11185 "args": [],
11186 "type": {
11187 "kind": "SCALAR",
11188 "name": "String",
11189 "ofType": null
11190 },
11191 "isDeprecated": false,
11192 "deprecationReason": null
11193 },
11194 {
11195 "name": "name",
11196 "description": "name of Repo",
11197 "args": [],
11198 "type": {
11199 "kind": "SCALAR",
11200 "name": "String",
11201 "ofType": null
11202 },
11203 "isDeprecated": false,
11204 "deprecationReason": null
11205 },
11206 {
11207 "name": "allowRebaseMerge",
11208 "description": "allowRebaseMerge of Repo",
11209 "args": [],
11210 "type": {
11211 "kind": "SCALAR",
11212 "name": "Boolean",
11213 "ofType": null
11214 },
11215 "isDeprecated": false,
11216 "deprecationReason": null
11217 },
11218 {
11219 "name": "allowSquashMerge",
11220 "description": "allowSquashMerge of Repo",
11221 "args": [],
11222 "type": {
11223 "kind": "SCALAR",
11224 "name": "Boolean",
11225 "ofType": null
11226 },
11227 "isDeprecated": false,
11228 "deprecationReason": null
11229 },
11230 {
11231 "name": "allowMergeCommit",
11232 "description": "allowMergeCommit of Repo",
11233 "args": [],
11234 "type": {
11235 "kind": "SCALAR",
11236 "name": "Boolean",
11237 "ofType": null
11238 },
11239 "isDeprecated": false,
11240 "deprecationReason": null
11241 },
11242 {
11243 "name": "repoId",
11244 "description": "repoId of Repo",
11245 "args": [],
11246 "type": {
11247 "kind": "SCALAR",
11248 "name": "String",
11249 "ofType": null
11250 },
11251 "isDeprecated": false,
11252 "deprecationReason": null
11253 },
11254 {
11255 "name": "gitHubId",
11256 "description": "gitHubId of Repo",
11257 "args": [],
11258 "type": {
11259 "kind": "SCALAR",
11260 "name": "String",
11261 "ofType": null
11262 },
11263 "isDeprecated": false,
11264 "deprecationReason": null
11265 },
11266 {
11267 "name": "defaultBranch",
11268 "description": "defaultBranch of Repo",
11269 "args": [],
11270 "type": {
11271 "kind": "SCALAR",
11272 "name": "String",
11273 "ofType": null
11274 },
11275 "isDeprecated": false,
11276 "deprecationReason": null
11277 },
11278 {
11279 "name": "labels",
11280 "description": "Repo labels Label",
11281 "args": [
11282 {
11283 "name": "id",
11284 "description": "",
11285 "type": {
11286 "kind": "SCALAR",
11287 "name": "ID",
11288 "ofType": null
11289 },
11290 "defaultValue": null
11291 },
11292 {
11293 "name": "name",
11294 "description": "",
11295 "type": {
11296 "kind": "SCALAR",
11297 "name": "String",
11298 "ofType": null
11299 },
11300 "defaultValue": null
11301 },
11302 {
11303 "name": "default",
11304 "description": "",
11305 "type": {
11306 "kind": "SCALAR",
11307 "name": "String",
11308 "ofType": null
11309 },
11310 "defaultValue": null
11311 },
11312 {
11313 "name": "orderBy",
11314 "description": "",
11315 "type": {
11316 "kind": "LIST",
11317 "name": null,
11318 "ofType": {
11319 "kind": "ENUM",
11320 "name": "_LabelOrdering",
11321 "ofType": null
11322 }
11323 },
11324 "defaultValue": null
11325 },
11326 {
11327 "name": "first",
11328 "description": "",
11329 "type": {
11330 "kind": "SCALAR",
11331 "name": "Int",
11332 "ofType": null
11333 },
11334 "defaultValue": null
11335 },
11336 {
11337 "name": "offset",
11338 "description": "",
11339 "type": {
11340 "kind": "SCALAR",
11341 "name": "Int",
11342 "ofType": null
11343 },
11344 "defaultValue": null
11345 },
11346 {
11347 "name": "color",
11348 "description": "",
11349 "type": {
11350 "kind": "SCALAR",
11351 "name": "String",
11352 "ofType": null
11353 },
11354 "defaultValue": null
11355 }
11356 ],
11357 "type": {
11358 "kind": "LIST",
11359 "name": null,
11360 "ofType": {
11361 "kind": "OBJECT",
11362 "name": "Label",
11363 "ofType": null
11364 }
11365 },
11366 "isDeprecated": false,
11367 "deprecationReason": null
11368 },
11369 {
11370 "name": "channels",
11371 "description": "Repo channels ChatChannel",
11372 "args": [
11373 {
11374 "name": "id",
11375 "description": "",
11376 "type": {
11377 "kind": "SCALAR",
11378 "name": "ID",
11379 "ofType": null
11380 },
11381 "defaultValue": null
11382 },
11383 {
11384 "name": "name",
11385 "description": "",
11386 "type": {
11387 "kind": "SCALAR",
11388 "name": "String",
11389 "ofType": null
11390 },
11391 "defaultValue": null
11392 },
11393 {
11394 "name": "provider",
11395 "description": "",
11396 "type": {
11397 "kind": "SCALAR",
11398 "name": "String",
11399 "ofType": null
11400 },
11401 "defaultValue": null
11402 },
11403 {
11404 "name": "normalizedName",
11405 "description": "",
11406 "type": {
11407 "kind": "SCALAR",
11408 "name": "String",
11409 "ofType": null
11410 },
11411 "defaultValue": null
11412 },
11413 {
11414 "name": "channelId",
11415 "description": "",
11416 "type": {
11417 "kind": "SCALAR",
11418 "name": "String",
11419 "ofType": null
11420 },
11421 "defaultValue": null
11422 },
11423 {
11424 "name": "isDefault",
11425 "description": "",
11426 "type": {
11427 "kind": "SCALAR",
11428 "name": "Boolean",
11429 "ofType": null
11430 },
11431 "defaultValue": null
11432 },
11433 {
11434 "name": "botInvitedSelf",
11435 "description": "",
11436 "type": {
11437 "kind": "SCALAR",
11438 "name": "Boolean",
11439 "ofType": null
11440 },
11441 "defaultValue": null
11442 },
11443 {
11444 "name": "orderBy",
11445 "description": "",
11446 "type": {
11447 "kind": "LIST",
11448 "name": null,
11449 "ofType": {
11450 "kind": "ENUM",
11451 "name": "_ChatChannelOrdering",
11452 "ofType": null
11453 }
11454 },
11455 "defaultValue": null
11456 },
11457 {
11458 "name": "first",
11459 "description": "",
11460 "type": {
11461 "kind": "SCALAR",
11462 "name": "Int",
11463 "ofType": null
11464 },
11465 "defaultValue": null
11466 },
11467 {
11468 "name": "offset",
11469 "description": "",
11470 "type": {
11471 "kind": "SCALAR",
11472 "name": "Int",
11473 "ofType": null
11474 },
11475 "defaultValue": null
11476 },
11477 {
11478 "name": "archived",
11479 "description": "",
11480 "type": {
11481 "kind": "SCALAR",
11482 "name": "Boolean",
11483 "ofType": null
11484 },
11485 "defaultValue": null
11486 }
11487 ],
11488 "type": {
11489 "kind": "LIST",
11490 "name": null,
11491 "ofType": {
11492 "kind": "OBJECT",
11493 "name": "ChatChannel",
11494 "ofType": null
11495 }
11496 },
11497 "isDeprecated": false,
11498 "deprecationReason": null
11499 },
11500 {
11501 "name": "org",
11502 "description": "Repo org Org",
11503 "args": [
11504 {
11505 "name": "id",
11506 "description": "",
11507 "type": {
11508 "kind": "SCALAR",
11509 "name": "ID",
11510 "ofType": null
11511 },
11512 "defaultValue": null
11513 },
11514 {
11515 "name": "owner",
11516 "description": "",
11517 "type": {
11518 "kind": "SCALAR",
11519 "name": "String",
11520 "ofType": null
11521 },
11522 "defaultValue": null
11523 },
11524 {
11525 "name": "ownerType",
11526 "description": "",
11527 "type": {
11528 "kind": "ENUM",
11529 "name": "OwnerType",
11530 "ofType": null
11531 },
11532 "defaultValue": null
11533 }
11534 ],
11535 "type": {
11536 "kind": "OBJECT",
11537 "name": "Org",
11538 "ofType": null
11539 },
11540 "isDeprecated": false,
11541 "deprecationReason": null
11542 },
11543 {
11544 "name": "issue",
11545 "description": "Repo issue Issue",
11546 "args": [
11547 {
11548 "name": "id",
11549 "description": "",
11550 "type": {
11551 "kind": "SCALAR",
11552 "name": "ID",
11553 "ofType": null
11554 },
11555 "defaultValue": null
11556 },
11557 {
11558 "name": "number",
11559 "description": "",
11560 "type": {
11561 "kind": "SCALAR",
11562 "name": "Float",
11563 "ofType": null
11564 },
11565 "defaultValue": null
11566 },
11567 {
11568 "name": "name",
11569 "description": "",
11570 "type": {
11571 "kind": "SCALAR",
11572 "name": "String",
11573 "ofType": null
11574 },
11575 "defaultValue": null
11576 },
11577 {
11578 "name": "names",
11579 "description": "",
11580 "type": {
11581 "kind": "LIST",
11582 "name": null,
11583 "ofType": {
11584 "kind": "SCALAR",
11585 "name": "String",
11586 "ofType": null
11587 }
11588 },
11589 "defaultValue": null
11590 },
11591 {
11592 "name": "title",
11593 "description": "",
11594 "type": {
11595 "kind": "SCALAR",
11596 "name": "String",
11597 "ofType": null
11598 },
11599 "defaultValue": null
11600 },
11601 {
11602 "name": "body",
11603 "description": "",
11604 "type": {
11605 "kind": "SCALAR",
11606 "name": "String",
11607 "ofType": null
11608 },
11609 "defaultValue": null
11610 },
11611 {
11612 "name": "state",
11613 "description": "",
11614 "type": {
11615 "kind": "ENUM",
11616 "name": "IssueState",
11617 "ofType": null
11618 },
11619 "defaultValue": null
11620 },
11621 {
11622 "name": "timestamp",
11623 "description": "",
11624 "type": {
11625 "kind": "SCALAR",
11626 "name": "String",
11627 "ofType": null
11628 },
11629 "defaultValue": null
11630 },
11631 {
11632 "name": "action",
11633 "description": "",
11634 "type": {
11635 "kind": "SCALAR",
11636 "name": "String",
11637 "ofType": null
11638 },
11639 "defaultValue": null
11640 },
11641 {
11642 "name": "createdAt",
11643 "description": "",
11644 "type": {
11645 "kind": "SCALAR",
11646 "name": "String",
11647 "ofType": null
11648 },
11649 "defaultValue": null
11650 },
11651 {
11652 "name": "updatedAt",
11653 "description": "",
11654 "type": {
11655 "kind": "SCALAR",
11656 "name": "String",
11657 "ofType": null
11658 },
11659 "defaultValue": null
11660 },
11661 {
11662 "name": "orderBy",
11663 "description": "",
11664 "type": {
11665 "kind": "LIST",
11666 "name": null,
11667 "ofType": {
11668 "kind": "ENUM",
11669 "name": "_IssueOrdering",
11670 "ofType": null
11671 }
11672 },
11673 "defaultValue": null
11674 },
11675 {
11676 "name": "first",
11677 "description": "",
11678 "type": {
11679 "kind": "SCALAR",
11680 "name": "Int",
11681 "ofType": null
11682 },
11683 "defaultValue": null
11684 },
11685 {
11686 "name": "offset",
11687 "description": "",
11688 "type": {
11689 "kind": "SCALAR",
11690 "name": "Int",
11691 "ofType": null
11692 },
11693 "defaultValue": null
11694 },
11695 {
11696 "name": "closedAt",
11697 "description": "",
11698 "type": {
11699 "kind": "SCALAR",
11700 "name": "String",
11701 "ofType": null
11702 },
11703 "defaultValue": null
11704 }
11705 ],
11706 "type": {
11707 "kind": "LIST",
11708 "name": null,
11709 "ofType": {
11710 "kind": "OBJECT",
11711 "name": "Issue",
11712 "ofType": null
11713 }
11714 },
11715 "isDeprecated": false,
11716 "deprecationReason": null
11717 },
11718 {
11719 "name": "issues",
11720 "description": "Repo issues Issue",
11721 "args": [
11722 {
11723 "name": "id",
11724 "description": "",
11725 "type": {
11726 "kind": "SCALAR",
11727 "name": "ID",
11728 "ofType": null
11729 },
11730 "defaultValue": null
11731 },
11732 {
11733 "name": "number",
11734 "description": "",
11735 "type": {
11736 "kind": "SCALAR",
11737 "name": "Float",
11738 "ofType": null
11739 },
11740 "defaultValue": null
11741 },
11742 {
11743 "name": "name",
11744 "description": "",
11745 "type": {
11746 "kind": "SCALAR",
11747 "name": "String",
11748 "ofType": null
11749 },
11750 "defaultValue": null
11751 },
11752 {
11753 "name": "names",
11754 "description": "",
11755 "type": {
11756 "kind": "LIST",
11757 "name": null,
11758 "ofType": {
11759 "kind": "SCALAR",
11760 "name": "String",
11761 "ofType": null
11762 }
11763 },
11764 "defaultValue": null
11765 },
11766 {
11767 "name": "title",
11768 "description": "",
11769 "type": {
11770 "kind": "SCALAR",
11771 "name": "String",
11772 "ofType": null
11773 },
11774 "defaultValue": null
11775 },
11776 {
11777 "name": "body",
11778 "description": "",
11779 "type": {
11780 "kind": "SCALAR",
11781 "name": "String",
11782 "ofType": null
11783 },
11784 "defaultValue": null
11785 },
11786 {
11787 "name": "state",
11788 "description": "",
11789 "type": {
11790 "kind": "ENUM",
11791 "name": "IssueState",
11792 "ofType": null
11793 },
11794 "defaultValue": null
11795 },
11796 {
11797 "name": "timestamp",
11798 "description": "",
11799 "type": {
11800 "kind": "SCALAR",
11801 "name": "String",
11802 "ofType": null
11803 },
11804 "defaultValue": null
11805 },
11806 {
11807 "name": "action",
11808 "description": "",
11809 "type": {
11810 "kind": "SCALAR",
11811 "name": "String",
11812 "ofType": null
11813 },
11814 "defaultValue": null
11815 },
11816 {
11817 "name": "createdAt",
11818 "description": "",
11819 "type": {
11820 "kind": "SCALAR",
11821 "name": "String",
11822 "ofType": null
11823 },
11824 "defaultValue": null
11825 },
11826 {
11827 "name": "updatedAt",
11828 "description": "",
11829 "type": {
11830 "kind": "SCALAR",
11831 "name": "String",
11832 "ofType": null
11833 },
11834 "defaultValue": null
11835 },
11836 {
11837 "name": "orderBy",
11838 "description": "",
11839 "type": {
11840 "kind": "LIST",
11841 "name": null,
11842 "ofType": {
11843 "kind": "ENUM",
11844 "name": "_IssueOrdering",
11845 "ofType": null
11846 }
11847 },
11848 "defaultValue": null
11849 },
11850 {
11851 "name": "first",
11852 "description": "",
11853 "type": {
11854 "kind": "SCALAR",
11855 "name": "Int",
11856 "ofType": null
11857 },
11858 "defaultValue": null
11859 },
11860 {
11861 "name": "offset",
11862 "description": "",
11863 "type": {
11864 "kind": "SCALAR",
11865 "name": "Int",
11866 "ofType": null
11867 },
11868 "defaultValue": null
11869 },
11870 {
11871 "name": "closedAt",
11872 "description": "",
11873 "type": {
11874 "kind": "SCALAR",
11875 "name": "String",
11876 "ofType": null
11877 },
11878 "defaultValue": null
11879 }
11880 ],
11881 "type": {
11882 "kind": "LIST",
11883 "name": null,
11884 "ofType": {
11885 "kind": "OBJECT",
11886 "name": "Issue",
11887 "ofType": null
11888 }
11889 },
11890 "isDeprecated": false,
11891 "deprecationReason": null
11892 },
11893 {
11894 "name": "pullRequest",
11895 "description": "Repo pullRequest PullRequest",
11896 "args": [
11897 {
11898 "name": "id",
11899 "description": "",
11900 "type": {
11901 "kind": "SCALAR",
11902 "name": "ID",
11903 "ofType": null
11904 },
11905 "defaultValue": null
11906 },
11907 {
11908 "name": "number",
11909 "description": "",
11910 "type": {
11911 "kind": "SCALAR",
11912 "name": "Float",
11913 "ofType": null
11914 },
11915 "defaultValue": null
11916 },
11917 {
11918 "name": "prId",
11919 "description": "",
11920 "type": {
11921 "kind": "SCALAR",
11922 "name": "String",
11923 "ofType": null
11924 },
11925 "defaultValue": null
11926 },
11927 {
11928 "name": "name",
11929 "description": "",
11930 "type": {
11931 "kind": "SCALAR",
11932 "name": "String",
11933 "ofType": null
11934 },
11935 "defaultValue": null
11936 },
11937 {
11938 "name": "names",
11939 "description": "",
11940 "type": {
11941 "kind": "LIST",
11942 "name": null,
11943 "ofType": {
11944 "kind": "SCALAR",
11945 "name": "String",
11946 "ofType": null
11947 }
11948 },
11949 "defaultValue": null
11950 },
11951 {
11952 "name": "body",
11953 "description": "",
11954 "type": {
11955 "kind": "SCALAR",
11956 "name": "String",
11957 "ofType": null
11958 },
11959 "defaultValue": null
11960 },
11961 {
11962 "name": "state",
11963 "description": "",
11964 "type": {
11965 "kind": "SCALAR",
11966 "name": "String",
11967 "ofType": null
11968 },
11969 "defaultValue": null
11970 },
11971 {
11972 "name": "merged",
11973 "description": "",
11974 "type": {
11975 "kind": "SCALAR",
11976 "name": "Boolean",
11977 "ofType": null
11978 },
11979 "defaultValue": null
11980 },
11981 {
11982 "name": "timestamp",
11983 "description": "",
11984 "type": {
11985 "kind": "SCALAR",
11986 "name": "String",
11987 "ofType": null
11988 },
11989 "defaultValue": null
11990 },
11991 {
11992 "name": "baseBranchName",
11993 "description": "",
11994 "type": {
11995 "kind": "SCALAR",
11996 "name": "String",
11997 "ofType": null
11998 },
11999 "defaultValue": null
12000 },
12001 {
12002 "name": "branchName",
12003 "description": "",
12004 "type": {
12005 "kind": "SCALAR",
12006 "name": "String",
12007 "ofType": null
12008 },
12009 "defaultValue": null
12010 },
12011 {
12012 "name": "title",
12013 "description": "",
12014 "type": {
12015 "kind": "SCALAR",
12016 "name": "String",
12017 "ofType": null
12018 },
12019 "defaultValue": null
12020 },
12021 {
12022 "name": "createdAt",
12023 "description": "",
12024 "type": {
12025 "kind": "SCALAR",
12026 "name": "String",
12027 "ofType": null
12028 },
12029 "defaultValue": null
12030 },
12031 {
12032 "name": "updatedAt",
12033 "description": "",
12034 "type": {
12035 "kind": "SCALAR",
12036 "name": "String",
12037 "ofType": null
12038 },
12039 "defaultValue": null
12040 },
12041 {
12042 "name": "closedAt",
12043 "description": "",
12044 "type": {
12045 "kind": "SCALAR",
12046 "name": "String",
12047 "ofType": null
12048 },
12049 "defaultValue": null
12050 },
12051 {
12052 "name": "mergedAt",
12053 "description": "",
12054 "type": {
12055 "kind": "SCALAR",
12056 "name": "String",
12057 "ofType": null
12058 },
12059 "defaultValue": null
12060 },
12061 {
12062 "name": "orderBy",
12063 "description": "",
12064 "type": {
12065 "kind": "LIST",
12066 "name": null,
12067 "ofType": {
12068 "kind": "ENUM",
12069 "name": "_PullRequestOrdering",
12070 "ofType": null
12071 }
12072 },
12073 "defaultValue": null
12074 },
12075 {
12076 "name": "first",
12077 "description": "",
12078 "type": {
12079 "kind": "SCALAR",
12080 "name": "Int",
12081 "ofType": null
12082 },
12083 "defaultValue": null
12084 },
12085 {
12086 "name": "offset",
12087 "description": "",
12088 "type": {
12089 "kind": "SCALAR",
12090 "name": "Int",
12091 "ofType": null
12092 },
12093 "defaultValue": null
12094 },
12095 {
12096 "name": "mergeStatus",
12097 "description": "",
12098 "type": {
12099 "kind": "ENUM",
12100 "name": "MergeStatus",
12101 "ofType": null
12102 },
12103 "defaultValue": null
12104 }
12105 ],
12106 "type": {
12107 "kind": "LIST",
12108 "name": null,
12109 "ofType": {
12110 "kind": "OBJECT",
12111 "name": "PullRequest",
12112 "ofType": null
12113 }
12114 },
12115 "isDeprecated": false,
12116 "deprecationReason": null
12117 },
12118 {
12119 "name": "pullRequests",
12120 "description": "Repo pullRequests PullRequest",
12121 "args": [
12122 {
12123 "name": "id",
12124 "description": "",
12125 "type": {
12126 "kind": "SCALAR",
12127 "name": "ID",
12128 "ofType": null
12129 },
12130 "defaultValue": null
12131 },
12132 {
12133 "name": "number",
12134 "description": "",
12135 "type": {
12136 "kind": "SCALAR",
12137 "name": "Float",
12138 "ofType": null
12139 },
12140 "defaultValue": null
12141 },
12142 {
12143 "name": "prId",
12144 "description": "",
12145 "type": {
12146 "kind": "SCALAR",
12147 "name": "String",
12148 "ofType": null
12149 },
12150 "defaultValue": null
12151 },
12152 {
12153 "name": "name",
12154 "description": "",
12155 "type": {
12156 "kind": "SCALAR",
12157 "name": "String",
12158 "ofType": null
12159 },
12160 "defaultValue": null
12161 },
12162 {
12163 "name": "body",
12164 "description": "",
12165 "type": {
12166 "kind": "SCALAR",
12167 "name": "String",
12168 "ofType": null
12169 },
12170 "defaultValue": null
12171 },
12172 {
12173 "name": "state",
12174 "description": "",
12175 "type": {
12176 "kind": "SCALAR",
12177 "name": "String",
12178 "ofType": null
12179 },
12180 "defaultValue": null
12181 },
12182 {
12183 "name": "merged",
12184 "description": "",
12185 "type": {
12186 "kind": "SCALAR",
12187 "name": "Boolean",
12188 "ofType": null
12189 },
12190 "defaultValue": null
12191 },
12192 {
12193 "name": "timestamp",
12194 "description": "",
12195 "type": {
12196 "kind": "SCALAR",
12197 "name": "String",
12198 "ofType": null
12199 },
12200 "defaultValue": null
12201 },
12202 {
12203 "name": "baseBranchName",
12204 "description": "",
12205 "type": {
12206 "kind": "SCALAR",
12207 "name": "String",
12208 "ofType": null
12209 },
12210 "defaultValue": null
12211 },
12212 {
12213 "name": "branchName",
12214 "description": "",
12215 "type": {
12216 "kind": "SCALAR",
12217 "name": "String",
12218 "ofType": null
12219 },
12220 "defaultValue": null
12221 },
12222 {
12223 "name": "title",
12224 "description": "",
12225 "type": {
12226 "kind": "SCALAR",
12227 "name": "String",
12228 "ofType": null
12229 },
12230 "defaultValue": null
12231 },
12232 {
12233 "name": "createdAt",
12234 "description": "",
12235 "type": {
12236 "kind": "SCALAR",
12237 "name": "String",
12238 "ofType": null
12239 },
12240 "defaultValue": null
12241 },
12242 {
12243 "name": "updatedAt",
12244 "description": "",
12245 "type": {
12246 "kind": "SCALAR",
12247 "name": "String",
12248 "ofType": null
12249 },
12250 "defaultValue": null
12251 },
12252 {
12253 "name": "closedAt",
12254 "description": "",
12255 "type": {
12256 "kind": "SCALAR",
12257 "name": "String",
12258 "ofType": null
12259 },
12260 "defaultValue": null
12261 },
12262 {
12263 "name": "mergedAt",
12264 "description": "",
12265 "type": {
12266 "kind": "SCALAR",
12267 "name": "String",
12268 "ofType": null
12269 },
12270 "defaultValue": null
12271 },
12272 {
12273 "name": "orderBy",
12274 "description": "",
12275 "type": {
12276 "kind": "LIST",
12277 "name": null,
12278 "ofType": {
12279 "kind": "ENUM",
12280 "name": "_PullRequestOrdering",
12281 "ofType": null
12282 }
12283 },
12284 "defaultValue": null
12285 },
12286 {
12287 "name": "first",
12288 "description": "",
12289 "type": {
12290 "kind": "SCALAR",
12291 "name": "Int",
12292 "ofType": null
12293 },
12294 "defaultValue": null
12295 },
12296 {
12297 "name": "offset",
12298 "description": "",
12299 "type": {
12300 "kind": "SCALAR",
12301 "name": "Int",
12302 "ofType": null
12303 },
12304 "defaultValue": null
12305 },
12306 {
12307 "name": "mergeStatus",
12308 "description": "",
12309 "type": {
12310 "kind": "ENUM",
12311 "name": "MergeStatus",
12312 "ofType": null
12313 },
12314 "defaultValue": null
12315 }
12316 ],
12317 "type": {
12318 "kind": "LIST",
12319 "name": null,
12320 "ofType": {
12321 "kind": "OBJECT",
12322 "name": "PullRequest",
12323 "ofType": null
12324 }
12325 },
12326 "isDeprecated": false,
12327 "deprecationReason": null
12328 },
12329 {
12330 "name": "branches",
12331 "description": "Repo branches Branch",
12332 "args": [
12333 {
12334 "name": "id",
12335 "description": "",
12336 "type": {
12337 "kind": "SCALAR",
12338 "name": "ID",
12339 "ofType": null
12340 },
12341 "defaultValue": null
12342 },
12343 {
12344 "name": "name",
12345 "description": "",
12346 "type": {
12347 "kind": "SCALAR",
12348 "name": "String",
12349 "ofType": null
12350 },
12351 "defaultValue": null
12352 },
12353 {
12354 "name": "timestamp",
12355 "description": "",
12356 "type": {
12357 "kind": "SCALAR",
12358 "name": "String",
12359 "ofType": null
12360 },
12361 "defaultValue": null
12362 },
12363 {
12364 "name": "isRemote",
12365 "description": "",
12366 "type": {
12367 "kind": "SCALAR",
12368 "name": "Boolean",
12369 "ofType": null
12370 },
12371 "defaultValue": null
12372 },
12373 {
12374 "name": "orderBy",
12375 "description": "",
12376 "type": {
12377 "kind": "LIST",
12378 "name": null,
12379 "ofType": {
12380 "kind": "ENUM",
12381 "name": "_BranchOrdering",
12382 "ofType": null
12383 }
12384 },
12385 "defaultValue": null
12386 },
12387 {
12388 "name": "first",
12389 "description": "",
12390 "type": {
12391 "kind": "SCALAR",
12392 "name": "Int",
12393 "ofType": null
12394 },
12395 "defaultValue": null
12396 },
12397 {
12398 "name": "offset",
12399 "description": "",
12400 "type": {
12401 "kind": "SCALAR",
12402 "name": "Int",
12403 "ofType": null
12404 },
12405 "defaultValue": null
12406 },
12407 {
12408 "name": "remoteRepoHtmlUrl",
12409 "description": "",
12410 "type": {
12411 "kind": "SCALAR",
12412 "name": "String",
12413 "ofType": null
12414 },
12415 "defaultValue": null
12416 }
12417 ],
12418 "type": {
12419 "kind": "LIST",
12420 "name": null,
12421 "ofType": {
12422 "kind": "OBJECT",
12423 "name": "Branch",
12424 "ofType": null
12425 }
12426 },
12427 "isDeprecated": false,
12428 "deprecationReason": null
12429 },
12430 {
12431 "name": "links",
12432 "description": "Repo links ChannelLink",
12433 "args": [
12434 {
12435 "name": "orderBy",
12436 "description": "",
12437 "type": {
12438 "kind": "LIST",
12439 "name": null,
12440 "ofType": {
12441 "kind": "ENUM",
12442 "name": "_ChannelLinkOrdering",
12443 "ofType": null
12444 }
12445 },
12446 "defaultValue": null
12447 },
12448 {
12449 "name": "first",
12450 "description": "",
12451 "type": {
12452 "kind": "SCALAR",
12453 "name": "Int",
12454 "ofType": null
12455 },
12456 "defaultValue": null
12457 },
12458 {
12459 "name": "offset",
12460 "description": "",
12461 "type": {
12462 "kind": "SCALAR",
12463 "name": "Int",
12464 "ofType": null
12465 },
12466 "defaultValue": null
12467 },
12468 {
12469 "name": "id",
12470 "description": "",
12471 "type": {
12472 "kind": "SCALAR",
12473 "name": "ID",
12474 "ofType": null
12475 },
12476 "defaultValue": null
12477 }
12478 ],
12479 "type": {
12480 "kind": "LIST",
12481 "name": null,
12482 "ofType": {
12483 "kind": "OBJECT",
12484 "name": "ChannelLink",
12485 "ofType": null
12486 }
12487 },
12488 "isDeprecated": false,
12489 "deprecationReason": null
12490 }
12491 ],
12492 "inputFields": null,
12493 "interfaces": [],
12494 "enumValues": null,
12495 "possibleTypes": null
12496 },
12497 {
12498 "kind": "ENUM",
12499 "name": "_LabelOrdering",
12500 "description": "Ordering Enum for Label",
12501 "fields": null,
12502 "inputFields": null,
12503 "interfaces": null,
12504 "enumValues": [
12505 {
12506 "name": "atmTeamId_asc",
12507 "description": "Ascending sort for atmTeamId",
12508 "isDeprecated": false,
12509 "deprecationReason": null
12510 },
12511 {
12512 "name": "atmTeamId_desc",
12513 "description": "Descending sort for atmTeamId",
12514 "isDeprecated": false,
12515 "deprecationReason": null
12516 },
12517 {
12518 "name": "id_asc",
12519 "description": "Ascending sort for id",
12520 "isDeprecated": false,
12521 "deprecationReason": null
12522 },
12523 {
12524 "name": "id_desc",
12525 "description": "Descending sort for id",
12526 "isDeprecated": false,
12527 "deprecationReason": null
12528 },
12529 {
12530 "name": "name_asc",
12531 "description": "Ascending sort for name",
12532 "isDeprecated": false,
12533 "deprecationReason": null
12534 },
12535 {
12536 "name": "name_desc",
12537 "description": "Descending sort for name",
12538 "isDeprecated": false,
12539 "deprecationReason": null
12540 },
12541 {
12542 "name": "default_asc",
12543 "description": "Ascending sort for default",
12544 "isDeprecated": false,
12545 "deprecationReason": null
12546 },
12547 {
12548 "name": "default_desc",
12549 "description": "Descending sort for default",
12550 "isDeprecated": false,
12551 "deprecationReason": null
12552 },
12553 {
12554 "name": "color_asc",
12555 "description": "Ascending sort for color",
12556 "isDeprecated": false,
12557 "deprecationReason": null
12558 },
12559 {
12560 "name": "color_desc",
12561 "description": "Descending sort for color",
12562 "isDeprecated": false,
12563 "deprecationReason": null
12564 }
12565 ],
12566 "possibleTypes": null
12567 },
12568 {
12569 "kind": "OBJECT",
12570 "name": "Label",
12571 "description": "Label-Node",
12572 "fields": [
12573 {
12574 "name": "_id",
12575 "description": "internal node id",
12576 "args": [],
12577 "type": {
12578 "kind": "SCALAR",
12579 "name": "Int",
12580 "ofType": null
12581 },
12582 "isDeprecated": false,
12583 "deprecationReason": null
12584 },
12585 {
12586 "name": "url",
12587 "description": "the url of the Label",
12588 "args": [],
12589 "type": {
12590 "kind": "SCALAR",
12591 "name": "String",
12592 "ofType": null
12593 },
12594 "isDeprecated": false,
12595 "deprecationReason": null
12596 },
12597 {
12598 "name": "id",
12599 "description": "id of Label",
12600 "args": [],
12601 "type": {
12602 "kind": "SCALAR",
12603 "name": "ID",
12604 "ofType": null
12605 },
12606 "isDeprecated": false,
12607 "deprecationReason": null
12608 },
12609 {
12610 "name": "name",
12611 "description": "name of Label",
12612 "args": [],
12613 "type": {
12614 "kind": "SCALAR",
12615 "name": "String",
12616 "ofType": null
12617 },
12618 "isDeprecated": false,
12619 "deprecationReason": null
12620 },
12621 {
12622 "name": "default",
12623 "description": "default of Label",
12624 "args": [],
12625 "type": {
12626 "kind": "SCALAR",
12627 "name": "String",
12628 "ofType": null
12629 },
12630 "isDeprecated": false,
12631 "deprecationReason": null
12632 },
12633 {
12634 "name": "color",
12635 "description": "color of Label",
12636 "args": [],
12637 "type": {
12638 "kind": "SCALAR",
12639 "name": "String",
12640 "ofType": null
12641 },
12642 "isDeprecated": false,
12643 "deprecationReason": null
12644 },
12645 {
12646 "name": "repo",
12647 "description": "Label repo Repo",
12648 "args": [
12649 {
12650 "name": "id",
12651 "description": "",
12652 "type": {
12653 "kind": "SCALAR",
12654 "name": "ID",
12655 "ofType": null
12656 },
12657 "defaultValue": null
12658 },
12659 {
12660 "name": "owner",
12661 "description": "",
12662 "type": {
12663 "kind": "SCALAR",
12664 "name": "String",
12665 "ofType": null
12666 },
12667 "defaultValue": null
12668 },
12669 {
12670 "name": "name",
12671 "description": "",
12672 "type": {
12673 "kind": "SCALAR",
12674 "name": "String",
12675 "ofType": null
12676 },
12677 "defaultValue": null
12678 },
12679 {
12680 "name": "allowRebaseMerge",
12681 "description": "",
12682 "type": {
12683 "kind": "SCALAR",
12684 "name": "Boolean",
12685 "ofType": null
12686 },
12687 "defaultValue": null
12688 },
12689 {
12690 "name": "allowSquashMerge",
12691 "description": "",
12692 "type": {
12693 "kind": "SCALAR",
12694 "name": "Boolean",
12695 "ofType": null
12696 },
12697 "defaultValue": null
12698 },
12699 {
12700 "name": "allowMergeCommit",
12701 "description": "",
12702 "type": {
12703 "kind": "SCALAR",
12704 "name": "Boolean",
12705 "ofType": null
12706 },
12707 "defaultValue": null
12708 },
12709 {
12710 "name": "repoId",
12711 "description": "",
12712 "type": {
12713 "kind": "SCALAR",
12714 "name": "String",
12715 "ofType": null
12716 },
12717 "defaultValue": null
12718 },
12719 {
12720 "name": "gitHubId",
12721 "description": "",
12722 "type": {
12723 "kind": "SCALAR",
12724 "name": "String",
12725 "ofType": null
12726 },
12727 "defaultValue": null
12728 },
12729 {
12730 "name": "defaultBranch",
12731 "description": "",
12732 "type": {
12733 "kind": "SCALAR",
12734 "name": "String",
12735 "ofType": null
12736 },
12737 "defaultValue": null
12738 }
12739 ],
12740 "type": {
12741 "kind": "OBJECT",
12742 "name": "Repo",
12743 "ofType": null
12744 },
12745 "isDeprecated": false,
12746 "deprecationReason": null
12747 }
12748 ],
12749 "inputFields": null,
12750 "interfaces": [],
12751 "enumValues": null,
12752 "possibleTypes": null
12753 },
12754 {
12755 "kind": "ENUM",
12756 "name": "_ChatChannelOrdering",
12757 "description": "Ordering Enum for ChatChannel",
12758 "fields": null,
12759 "inputFields": null,
12760 "interfaces": null,
12761 "enumValues": [
12762 {
12763 "name": "atmTeamId_asc",
12764 "description": "Ascending sort for atmTeamId",
12765 "isDeprecated": false,
12766 "deprecationReason": null
12767 },
12768 {
12769 "name": "atmTeamId_desc",
12770 "description": "Descending sort for atmTeamId",
12771 "isDeprecated": false,
12772 "deprecationReason": null
12773 },
12774 {
12775 "name": "id_asc",
12776 "description": "Ascending sort for id",
12777 "isDeprecated": false,
12778 "deprecationReason": null
12779 },
12780 {
12781 "name": "id_desc",
12782 "description": "Descending sort for id",
12783 "isDeprecated": false,
12784 "deprecationReason": null
12785 },
12786 {
12787 "name": "name_asc",
12788 "description": "Ascending sort for name",
12789 "isDeprecated": false,
12790 "deprecationReason": null
12791 },
12792 {
12793 "name": "name_desc",
12794 "description": "Descending sort for name",
12795 "isDeprecated": false,
12796 "deprecationReason": null
12797 },
12798 {
12799 "name": "provider_asc",
12800 "description": "Ascending sort for provider",
12801 "isDeprecated": false,
12802 "deprecationReason": null
12803 },
12804 {
12805 "name": "provider_desc",
12806 "description": "Descending sort for provider",
12807 "isDeprecated": false,
12808 "deprecationReason": null
12809 },
12810 {
12811 "name": "normalizedName_asc",
12812 "description": "Ascending sort for normalizedName",
12813 "isDeprecated": false,
12814 "deprecationReason": null
12815 },
12816 {
12817 "name": "normalizedName_desc",
12818 "description": "Descending sort for normalizedName",
12819 "isDeprecated": false,
12820 "deprecationReason": null
12821 },
12822 {
12823 "name": "channelId_asc",
12824 "description": "Ascending sort for channelId",
12825 "isDeprecated": false,
12826 "deprecationReason": null
12827 },
12828 {
12829 "name": "channelId_desc",
12830 "description": "Descending sort for channelId",
12831 "isDeprecated": false,
12832 "deprecationReason": null
12833 },
12834 {
12835 "name": "isDefault_asc",
12836 "description": "Ascending sort for isDefault",
12837 "isDeprecated": false,
12838 "deprecationReason": null
12839 },
12840 {
12841 "name": "isDefault_desc",
12842 "description": "Descending sort for isDefault",
12843 "isDeprecated": false,
12844 "deprecationReason": null
12845 },
12846 {
12847 "name": "botInvitedSelf_asc",
12848 "description": "Ascending sort for botInvitedSelf",
12849 "isDeprecated": false,
12850 "deprecationReason": null
12851 },
12852 {
12853 "name": "botInvitedSelf_desc",
12854 "description": "Descending sort for botInvitedSelf",
12855 "isDeprecated": false,
12856 "deprecationReason": null
12857 },
12858 {
12859 "name": "archived_asc",
12860 "description": "Ascending sort for archived",
12861 "isDeprecated": false,
12862 "deprecationReason": null
12863 },
12864 {
12865 "name": "archived_desc",
12866 "description": "Descending sort for archived",
12867 "isDeprecated": false,
12868 "deprecationReason": null
12869 }
12870 ],
12871 "possibleTypes": null
12872 },
12873 {
12874 "kind": "OBJECT",
12875 "name": "ChatChannel",
12876 "description": "ChatChannel-Node",
12877 "fields": [
12878 {
12879 "name": "_id",
12880 "description": "internal node id",
12881 "args": [],
12882 "type": {
12883 "kind": "SCALAR",
12884 "name": "Int",
12885 "ofType": null
12886 },
12887 "isDeprecated": false,
12888 "deprecationReason": null
12889 },
12890 {
12891 "name": "id",
12892 "description": "id of ChatChannel",
12893 "args": [],
12894 "type": {
12895 "kind": "SCALAR",
12896 "name": "ID",
12897 "ofType": null
12898 },
12899 "isDeprecated": false,
12900 "deprecationReason": null
12901 },
12902 {
12903 "name": "name",
12904 "description": "name of ChatChannel",
12905 "args": [],
12906 "type": {
12907 "kind": "SCALAR",
12908 "name": "String",
12909 "ofType": null
12910 },
12911 "isDeprecated": false,
12912 "deprecationReason": null
12913 },
12914 {
12915 "name": "provider",
12916 "description": "provider of ChatChannel",
12917 "args": [],
12918 "type": {
12919 "kind": "SCALAR",
12920 "name": "String",
12921 "ofType": null
12922 },
12923 "isDeprecated": false,
12924 "deprecationReason": null
12925 },
12926 {
12927 "name": "normalizedName",
12928 "description": "normalizedName of ChatChannel",
12929 "args": [],
12930 "type": {
12931 "kind": "SCALAR",
12932 "name": "String",
12933 "ofType": null
12934 },
12935 "isDeprecated": false,
12936 "deprecationReason": null
12937 },
12938 {
12939 "name": "channelId",
12940 "description": "channelId of ChatChannel",
12941 "args": [],
12942 "type": {
12943 "kind": "SCALAR",
12944 "name": "String",
12945 "ofType": null
12946 },
12947 "isDeprecated": false,
12948 "deprecationReason": null
12949 },
12950 {
12951 "name": "isDefault",
12952 "description": "isDefault of ChatChannel",
12953 "args": [],
12954 "type": {
12955 "kind": "SCALAR",
12956 "name": "Boolean",
12957 "ofType": null
12958 },
12959 "isDeprecated": false,
12960 "deprecationReason": null
12961 },
12962 {
12963 "name": "botInvitedSelf",
12964 "description": "botInvitedSelf of ChatChannel",
12965 "args": [],
12966 "type": {
12967 "kind": "SCALAR",
12968 "name": "Boolean",
12969 "ofType": null
12970 },
12971 "isDeprecated": false,
12972 "deprecationReason": null
12973 },
12974 {
12975 "name": "archived",
12976 "description": "archived of ChatChannel",
12977 "args": [],
12978 "type": {
12979 "kind": "SCALAR",
12980 "name": "Boolean",
12981 "ofType": null
12982 },
12983 "isDeprecated": false,
12984 "deprecationReason": null
12985 },
12986 {
12987 "name": "createdBy",
12988 "description": "ChatChannel createdBy ChatId",
12989 "args": [
12990 {
12991 "name": "id",
12992 "description": "",
12993 "type": {
12994 "kind": "SCALAR",
12995 "name": "ID",
12996 "ofType": null
12997 },
12998 "defaultValue": null
12999 },
13000 {
13001 "name": "screenName",
13002 "description": "",
13003 "type": {
13004 "kind": "SCALAR",
13005 "name": "String",
13006 "ofType": null
13007 },
13008 "defaultValue": null
13009 },
13010 {
13011 "name": "userId",
13012 "description": "",
13013 "type": {
13014 "kind": "SCALAR",
13015 "name": "String",
13016 "ofType": null
13017 },
13018 "defaultValue": null
13019 },
13020 {
13021 "name": "provider",
13022 "description": "",
13023 "type": {
13024 "kind": "SCALAR",
13025 "name": "String",
13026 "ofType": null
13027 },
13028 "defaultValue": null
13029 },
13030 {
13031 "name": "isAtomistBot",
13032 "description": "",
13033 "type": {
13034 "kind": "SCALAR",
13035 "name": "String",
13036 "ofType": null
13037 },
13038 "defaultValue": null
13039 },
13040 {
13041 "name": "isOwner",
13042 "description": "",
13043 "type": {
13044 "kind": "SCALAR",
13045 "name": "String",
13046 "ofType": null
13047 },
13048 "defaultValue": null
13049 },
13050 {
13051 "name": "isPrimaryOwner",
13052 "description": "",
13053 "type": {
13054 "kind": "SCALAR",
13055 "name": "String",
13056 "ofType": null
13057 },
13058 "defaultValue": null
13059 },
13060 {
13061 "name": "isAdmin",
13062 "description": "",
13063 "type": {
13064 "kind": "SCALAR",
13065 "name": "String",
13066 "ofType": null
13067 },
13068 "defaultValue": null
13069 },
13070 {
13071 "name": "isBot",
13072 "description": "",
13073 "type": {
13074 "kind": "SCALAR",
13075 "name": "String",
13076 "ofType": null
13077 },
13078 "defaultValue": null
13079 },
13080 {
13081 "name": "timezoneLabel",
13082 "description": "",
13083 "type": {
13084 "kind": "SCALAR",
13085 "name": "String",
13086 "ofType": null
13087 },
13088 "defaultValue": null
13089 }
13090 ],
13091 "type": {
13092 "kind": "OBJECT",
13093 "name": "ChatId",
13094 "ofType": null
13095 },
13096 "isDeprecated": false,
13097 "deprecationReason": null
13098 },
13099 {
13100 "name": "repos",
13101 "description": "ChatChannel repos Repo",
13102 "args": [
13103 {
13104 "name": "id",
13105 "description": "",
13106 "type": {
13107 "kind": "SCALAR",
13108 "name": "ID",
13109 "ofType": null
13110 },
13111 "defaultValue": null
13112 },
13113 {
13114 "name": "owner",
13115 "description": "",
13116 "type": {
13117 "kind": "SCALAR",
13118 "name": "String",
13119 "ofType": null
13120 },
13121 "defaultValue": null
13122 },
13123 {
13124 "name": "name",
13125 "description": "",
13126 "type": {
13127 "kind": "SCALAR",
13128 "name": "String",
13129 "ofType": null
13130 },
13131 "defaultValue": null
13132 },
13133 {
13134 "name": "allowRebaseMerge",
13135 "description": "",
13136 "type": {
13137 "kind": "SCALAR",
13138 "name": "Boolean",
13139 "ofType": null
13140 },
13141 "defaultValue": null
13142 },
13143 {
13144 "name": "allowSquashMerge",
13145 "description": "",
13146 "type": {
13147 "kind": "SCALAR",
13148 "name": "Boolean",
13149 "ofType": null
13150 },
13151 "defaultValue": null
13152 },
13153 {
13154 "name": "allowMergeCommit",
13155 "description": "",
13156 "type": {
13157 "kind": "SCALAR",
13158 "name": "Boolean",
13159 "ofType": null
13160 },
13161 "defaultValue": null
13162 },
13163 {
13164 "name": "repoId",
13165 "description": "",
13166 "type": {
13167 "kind": "SCALAR",
13168 "name": "String",
13169 "ofType": null
13170 },
13171 "defaultValue": null
13172 },
13173 {
13174 "name": "gitHubId",
13175 "description": "",
13176 "type": {
13177 "kind": "SCALAR",
13178 "name": "String",
13179 "ofType": null
13180 },
13181 "defaultValue": null
13182 },
13183 {
13184 "name": "orderBy",
13185 "description": "",
13186 "type": {
13187 "kind": "LIST",
13188 "name": null,
13189 "ofType": {
13190 "kind": "ENUM",
13191 "name": "_RepoOrdering",
13192 "ofType": null
13193 }
13194 },
13195 "defaultValue": null
13196 },
13197 {
13198 "name": "first",
13199 "description": "",
13200 "type": {
13201 "kind": "SCALAR",
13202 "name": "Int",
13203 "ofType": null
13204 },
13205 "defaultValue": null
13206 },
13207 {
13208 "name": "offset",
13209 "description": "",
13210 "type": {
13211 "kind": "SCALAR",
13212 "name": "Int",
13213 "ofType": null
13214 },
13215 "defaultValue": null
13216 },
13217 {
13218 "name": "defaultBranch",
13219 "description": "",
13220 "type": {
13221 "kind": "SCALAR",
13222 "name": "String",
13223 "ofType": null
13224 },
13225 "defaultValue": null
13226 }
13227 ],
13228 "type": {
13229 "kind": "LIST",
13230 "name": null,
13231 "ofType": {
13232 "kind": "OBJECT",
13233 "name": "Repo",
13234 "ofType": null
13235 }
13236 },
13237 "isDeprecated": false,
13238 "deprecationReason": null
13239 },
13240 {
13241 "name": "links",
13242 "description": "ChatChannel links ChannelLink",
13243 "args": [
13244 {
13245 "name": "orderBy",
13246 "description": "",
13247 "type": {
13248 "kind": "LIST",
13249 "name": null,
13250 "ofType": {
13251 "kind": "ENUM",
13252 "name": "_ChannelLinkOrdering",
13253 "ofType": null
13254 }
13255 },
13256 "defaultValue": null
13257 },
13258 {
13259 "name": "first",
13260 "description": "",
13261 "type": {
13262 "kind": "SCALAR",
13263 "name": "Int",
13264 "ofType": null
13265 },
13266 "defaultValue": null
13267 },
13268 {
13269 "name": "offset",
13270 "description": "",
13271 "type": {
13272 "kind": "SCALAR",
13273 "name": "Int",
13274 "ofType": null
13275 },
13276 "defaultValue": null
13277 },
13278 {
13279 "name": "id",
13280 "description": "",
13281 "type": {
13282 "kind": "SCALAR",
13283 "name": "ID",
13284 "ofType": null
13285 },
13286 "defaultValue": null
13287 }
13288 ],
13289 "type": {
13290 "kind": "LIST",
13291 "name": null,
13292 "ofType": {
13293 "kind": "OBJECT",
13294 "name": "ChannelLink",
13295 "ofType": null
13296 }
13297 },
13298 "isDeprecated": false,
13299 "deprecationReason": null
13300 },
13301 {
13302 "name": "members",
13303 "description": "ChatChannel members ChatId",
13304 "args": [
13305 {
13306 "name": "id",
13307 "description": "",
13308 "type": {
13309 "kind": "SCALAR",
13310 "name": "ID",
13311 "ofType": null
13312 },
13313 "defaultValue": null
13314 },
13315 {
13316 "name": "screenName",
13317 "description": "",
13318 "type": {
13319 "kind": "SCALAR",
13320 "name": "String",
13321 "ofType": null
13322 },
13323 "defaultValue": null
13324 },
13325 {
13326 "name": "userId",
13327 "description": "",
13328 "type": {
13329 "kind": "SCALAR",
13330 "name": "String",
13331 "ofType": null
13332 },
13333 "defaultValue": null
13334 },
13335 {
13336 "name": "provider",
13337 "description": "",
13338 "type": {
13339 "kind": "SCALAR",
13340 "name": "String",
13341 "ofType": null
13342 },
13343 "defaultValue": null
13344 },
13345 {
13346 "name": "isAtomistBot",
13347 "description": "",
13348 "type": {
13349 "kind": "SCALAR",
13350 "name": "String",
13351 "ofType": null
13352 },
13353 "defaultValue": null
13354 },
13355 {
13356 "name": "isOwner",
13357 "description": "",
13358 "type": {
13359 "kind": "SCALAR",
13360 "name": "String",
13361 "ofType": null
13362 },
13363 "defaultValue": null
13364 },
13365 {
13366 "name": "isPrimaryOwner",
13367 "description": "",
13368 "type": {
13369 "kind": "SCALAR",
13370 "name": "String",
13371 "ofType": null
13372 },
13373 "defaultValue": null
13374 },
13375 {
13376 "name": "isAdmin",
13377 "description": "",
13378 "type": {
13379 "kind": "SCALAR",
13380 "name": "String",
13381 "ofType": null
13382 },
13383 "defaultValue": null
13384 },
13385 {
13386 "name": "isBot",
13387 "description": "",
13388 "type": {
13389 "kind": "SCALAR",
13390 "name": "String",
13391 "ofType": null
13392 },
13393 "defaultValue": null
13394 },
13395 {
13396 "name": "orderBy",
13397 "description": "",
13398 "type": {
13399 "kind": "LIST",
13400 "name": null,
13401 "ofType": {
13402 "kind": "ENUM",
13403 "name": "_ChatIdOrdering",
13404 "ofType": null
13405 }
13406 },
13407 "defaultValue": null
13408 },
13409 {
13410 "name": "first",
13411 "description": "",
13412 "type": {
13413 "kind": "SCALAR",
13414 "name": "Int",
13415 "ofType": null
13416 },
13417 "defaultValue": null
13418 },
13419 {
13420 "name": "offset",
13421 "description": "",
13422 "type": {
13423 "kind": "SCALAR",
13424 "name": "Int",
13425 "ofType": null
13426 },
13427 "defaultValue": null
13428 },
13429 {
13430 "name": "timezoneLabel",
13431 "description": "",
13432 "type": {
13433 "kind": "SCALAR",
13434 "name": "String",
13435 "ofType": null
13436 },
13437 "defaultValue": null
13438 }
13439 ],
13440 "type": {
13441 "kind": "LIST",
13442 "name": null,
13443 "ofType": {
13444 "kind": "OBJECT",
13445 "name": "ChatId",
13446 "ofType": null
13447 }
13448 },
13449 "isDeprecated": false,
13450 "deprecationReason": null
13451 },
13452 {
13453 "name": "team",
13454 "description": "ChatChannel team ChatTeam",
13455 "args": [
13456 {
13457 "name": "id",
13458 "description": "",
13459 "type": {
13460 "kind": "SCALAR",
13461 "name": "ID",
13462 "ofType": null
13463 },
13464 "defaultValue": null
13465 },
13466 {
13467 "name": "name",
13468 "description": "",
13469 "type": {
13470 "kind": "SCALAR",
13471 "name": "String",
13472 "ofType": null
13473 },
13474 "defaultValue": null
13475 },
13476 {
13477 "name": "provider",
13478 "description": "",
13479 "type": {
13480 "kind": "SCALAR",
13481 "name": "String",
13482 "ofType": null
13483 },
13484 "defaultValue": null
13485 },
13486 {
13487 "name": "tenantId",
13488 "description": "",
13489 "type": {
13490 "kind": "SCALAR",
13491 "name": "String",
13492 "ofType": null
13493 },
13494 "defaultValue": null
13495 },
13496 {
13497 "name": "domain",
13498 "description": "",
13499 "type": {
13500 "kind": "SCALAR",
13501 "name": "String",
13502 "ofType": null
13503 },
13504 "defaultValue": null
13505 },
13506 {
13507 "name": "messageCount",
13508 "description": "",
13509 "type": {
13510 "kind": "SCALAR",
13511 "name": "Float",
13512 "ofType": null
13513 },
13514 "defaultValue": null
13515 },
13516 {
13517 "name": "emailDomain",
13518 "description": "",
13519 "type": {
13520 "kind": "SCALAR",
13521 "name": "String",
13522 "ofType": null
13523 },
13524 "defaultValue": null
13525 }
13526 ],
13527 "type": {
13528 "kind": "OBJECT",
13529 "name": "ChatTeam",
13530 "ofType": null
13531 },
13532 "isDeprecated": false,
13533 "deprecationReason": null
13534 }
13535 ],
13536 "inputFields": null,
13537 "interfaces": [],
13538 "enumValues": null,
13539 "possibleTypes": null
13540 },
13541 {
13542 "kind": "OBJECT",
13543 "name": "ChatId",
13544 "description": "ChatId-Node",
13545 "fields": [
13546 {
13547 "name": "_id",
13548 "description": "internal node id",
13549 "args": [],
13550 "type": {
13551 "kind": "SCALAR",
13552 "name": "Int",
13553 "ofType": null
13554 },
13555 "isDeprecated": false,
13556 "deprecationReason": null
13557 },
13558 {
13559 "name": "id",
13560 "description": "id of ChatId",
13561 "args": [],
13562 "type": {
13563 "kind": "SCALAR",
13564 "name": "ID",
13565 "ofType": null
13566 },
13567 "isDeprecated": false,
13568 "deprecationReason": null
13569 },
13570 {
13571 "name": "screenName",
13572 "description": "screenName of ChatId",
13573 "args": [],
13574 "type": {
13575 "kind": "SCALAR",
13576 "name": "String",
13577 "ofType": null
13578 },
13579 "isDeprecated": false,
13580 "deprecationReason": null
13581 },
13582 {
13583 "name": "userId",
13584 "description": "userId of ChatId",
13585 "args": [],
13586 "type": {
13587 "kind": "SCALAR",
13588 "name": "String",
13589 "ofType": null
13590 },
13591 "isDeprecated": false,
13592 "deprecationReason": null
13593 },
13594 {
13595 "name": "provider",
13596 "description": "provider of ChatId",
13597 "args": [],
13598 "type": {
13599 "kind": "SCALAR",
13600 "name": "String",
13601 "ofType": null
13602 },
13603 "isDeprecated": false,
13604 "deprecationReason": null
13605 },
13606 {
13607 "name": "isAtomistBot",
13608 "description": "isAtomistBot of ChatId",
13609 "args": [],
13610 "type": {
13611 "kind": "SCALAR",
13612 "name": "String",
13613 "ofType": null
13614 },
13615 "isDeprecated": false,
13616 "deprecationReason": null
13617 },
13618 {
13619 "name": "isOwner",
13620 "description": "isOwner of ChatId",
13621 "args": [],
13622 "type": {
13623 "kind": "SCALAR",
13624 "name": "String",
13625 "ofType": null
13626 },
13627 "isDeprecated": false,
13628 "deprecationReason": null
13629 },
13630 {
13631 "name": "isPrimaryOwner",
13632 "description": "isPrimaryOwner of ChatId",
13633 "args": [],
13634 "type": {
13635 "kind": "SCALAR",
13636 "name": "String",
13637 "ofType": null
13638 },
13639 "isDeprecated": false,
13640 "deprecationReason": null
13641 },
13642 {
13643 "name": "isAdmin",
13644 "description": "isAdmin of ChatId",
13645 "args": [],
13646 "type": {
13647 "kind": "SCALAR",
13648 "name": "String",
13649 "ofType": null
13650 },
13651 "isDeprecated": false,
13652 "deprecationReason": null
13653 },
13654 {
13655 "name": "isBot",
13656 "description": "isBot of ChatId",
13657 "args": [],
13658 "type": {
13659 "kind": "SCALAR",
13660 "name": "String",
13661 "ofType": null
13662 },
13663 "isDeprecated": false,
13664 "deprecationReason": null
13665 },
13666 {
13667 "name": "timezoneLabel",
13668 "description": "timezoneLabel of ChatId",
13669 "args": [],
13670 "type": {
13671 "kind": "SCALAR",
13672 "name": "String",
13673 "ofType": null
13674 },
13675 "isDeprecated": false,
13676 "deprecationReason": null
13677 },
13678 {
13679 "name": "channels",
13680 "description": "ChatId channels ChatChannel",
13681 "args": [
13682 {
13683 "name": "id",
13684 "description": "",
13685 "type": {
13686 "kind": "SCALAR",
13687 "name": "ID",
13688 "ofType": null
13689 },
13690 "defaultValue": null
13691 },
13692 {
13693 "name": "name",
13694 "description": "",
13695 "type": {
13696 "kind": "SCALAR",
13697 "name": "String",
13698 "ofType": null
13699 },
13700 "defaultValue": null
13701 },
13702 {
13703 "name": "provider",
13704 "description": "",
13705 "type": {
13706 "kind": "SCALAR",
13707 "name": "String",
13708 "ofType": null
13709 },
13710 "defaultValue": null
13711 },
13712 {
13713 "name": "normalizedName",
13714 "description": "",
13715 "type": {
13716 "kind": "SCALAR",
13717 "name": "String",
13718 "ofType": null
13719 },
13720 "defaultValue": null
13721 },
13722 {
13723 "name": "channelId",
13724 "description": "",
13725 "type": {
13726 "kind": "SCALAR",
13727 "name": "String",
13728 "ofType": null
13729 },
13730 "defaultValue": null
13731 },
13732 {
13733 "name": "isDefault",
13734 "description": "",
13735 "type": {
13736 "kind": "SCALAR",
13737 "name": "Boolean",
13738 "ofType": null
13739 },
13740 "defaultValue": null
13741 },
13742 {
13743 "name": "botInvitedSelf",
13744 "description": "",
13745 "type": {
13746 "kind": "SCALAR",
13747 "name": "Boolean",
13748 "ofType": null
13749 },
13750 "defaultValue": null
13751 },
13752 {
13753 "name": "orderBy",
13754 "description": "",
13755 "type": {
13756 "kind": "LIST",
13757 "name": null,
13758 "ofType": {
13759 "kind": "ENUM",
13760 "name": "_ChatChannelOrdering",
13761 "ofType": null
13762 }
13763 },
13764 "defaultValue": null
13765 },
13766 {
13767 "name": "first",
13768 "description": "",
13769 "type": {
13770 "kind": "SCALAR",
13771 "name": "Int",
13772 "ofType": null
13773 },
13774 "defaultValue": null
13775 },
13776 {
13777 "name": "offset",
13778 "description": "",
13779 "type": {
13780 "kind": "SCALAR",
13781 "name": "Int",
13782 "ofType": null
13783 },
13784 "defaultValue": null
13785 },
13786 {
13787 "name": "archived",
13788 "description": "",
13789 "type": {
13790 "kind": "SCALAR",
13791 "name": "Boolean",
13792 "ofType": null
13793 },
13794 "defaultValue": null
13795 }
13796 ],
13797 "type": {
13798 "kind": "LIST",
13799 "name": null,
13800 "ofType": {
13801 "kind": "OBJECT",
13802 "name": "ChatChannel",
13803 "ofType": null
13804 }
13805 },
13806 "isDeprecated": false,
13807 "deprecationReason": null
13808 },
13809 {
13810 "name": "emails",
13811 "description": "ChatId emails Email",
13812 "args": [
13813 {
13814 "name": "address",
13815 "description": "",
13816 "type": {
13817 "kind": "SCALAR",
13818 "name": "String",
13819 "ofType": null
13820 },
13821 "defaultValue": null
13822 }
13823 ],
13824 "type": {
13825 "kind": "LIST",
13826 "name": null,
13827 "ofType": {
13828 "kind": "OBJECT",
13829 "name": "Email",
13830 "ofType": null
13831 }
13832 },
13833 "isDeprecated": false,
13834 "deprecationReason": null
13835 },
13836 {
13837 "name": "chatTeam",
13838 "description": "ChatId chatTeam ChatTeam",
13839 "args": [
13840 {
13841 "name": "id",
13842 "description": "",
13843 "type": {
13844 "kind": "SCALAR",
13845 "name": "ID",
13846 "ofType": null
13847 },
13848 "defaultValue": null
13849 },
13850 {
13851 "name": "name",
13852 "description": "",
13853 "type": {
13854 "kind": "SCALAR",
13855 "name": "String",
13856 "ofType": null
13857 },
13858 "defaultValue": null
13859 },
13860 {
13861 "name": "provider",
13862 "description": "",
13863 "type": {
13864 "kind": "SCALAR",
13865 "name": "String",
13866 "ofType": null
13867 },
13868 "defaultValue": null
13869 },
13870 {
13871 "name": "tenantId",
13872 "description": "",
13873 "type": {
13874 "kind": "SCALAR",
13875 "name": "String",
13876 "ofType": null
13877 },
13878 "defaultValue": null
13879 },
13880 {
13881 "name": "domain",
13882 "description": "",
13883 "type": {
13884 "kind": "SCALAR",
13885 "name": "String",
13886 "ofType": null
13887 },
13888 "defaultValue": null
13889 },
13890 {
13891 "name": "messageCount",
13892 "description": "",
13893 "type": {
13894 "kind": "SCALAR",
13895 "name": "Float",
13896 "ofType": null
13897 },
13898 "defaultValue": null
13899 },
13900 {
13901 "name": "emailDomain",
13902 "description": "",
13903 "type": {
13904 "kind": "SCALAR",
13905 "name": "String",
13906 "ofType": null
13907 },
13908 "defaultValue": null
13909 }
13910 ],
13911 "type": {
13912 "kind": "OBJECT",
13913 "name": "ChatTeam",
13914 "ofType": null
13915 },
13916 "isDeprecated": false,
13917 "deprecationReason": null
13918 },
13919 {
13920 "name": "channelsCreated",
13921 "description": "ChatId channelsCreated ChatChannel",
13922 "args": [
13923 {
13924 "name": "id",
13925 "description": "",
13926 "type": {
13927 "kind": "SCALAR",
13928 "name": "ID",
13929 "ofType": null
13930 },
13931 "defaultValue": null
13932 },
13933 {
13934 "name": "name",
13935 "description": "",
13936 "type": {
13937 "kind": "SCALAR",
13938 "name": "String",
13939 "ofType": null
13940 },
13941 "defaultValue": null
13942 },
13943 {
13944 "name": "provider",
13945 "description": "",
13946 "type": {
13947 "kind": "SCALAR",
13948 "name": "String",
13949 "ofType": null
13950 },
13951 "defaultValue": null
13952 },
13953 {
13954 "name": "normalizedName",
13955 "description": "",
13956 "type": {
13957 "kind": "SCALAR",
13958 "name": "String",
13959 "ofType": null
13960 },
13961 "defaultValue": null
13962 },
13963 {
13964 "name": "channelId",
13965 "description": "",
13966 "type": {
13967 "kind": "SCALAR",
13968 "name": "String",
13969 "ofType": null
13970 },
13971 "defaultValue": null
13972 },
13973 {
13974 "name": "isDefault",
13975 "description": "",
13976 "type": {
13977 "kind": "SCALAR",
13978 "name": "Boolean",
13979 "ofType": null
13980 },
13981 "defaultValue": null
13982 },
13983 {
13984 "name": "botInvitedSelf",
13985 "description": "",
13986 "type": {
13987 "kind": "SCALAR",
13988 "name": "Boolean",
13989 "ofType": null
13990 },
13991 "defaultValue": null
13992 },
13993 {
13994 "name": "archived",
13995 "description": "",
13996 "type": {
13997 "kind": "SCALAR",
13998 "name": "Boolean",
13999 "ofType": null
14000 },
14001 "defaultValue": null
14002 }
14003 ],
14004 "type": {
14005 "kind": "LIST",
14006 "name": null,
14007 "ofType": {
14008 "kind": "OBJECT",
14009 "name": "ChatChannel",
14010 "ofType": null
14011 }
14012 },
14013 "isDeprecated": false,
14014 "deprecationReason": null
14015 },
14016 {
14017 "name": "person",
14018 "description": "ChatId person Person",
14019 "args": [
14020 {
14021 "name": "id",
14022 "description": "",
14023 "type": {
14024 "kind": "SCALAR",
14025 "name": "ID",
14026 "ofType": null
14027 },
14028 "defaultValue": null
14029 },
14030 {
14031 "name": "forename",
14032 "description": "",
14033 "type": {
14034 "kind": "SCALAR",
14035 "name": "String",
14036 "ofType": null
14037 },
14038 "defaultValue": null
14039 },
14040 {
14041 "name": "surname",
14042 "description": "",
14043 "type": {
14044 "kind": "SCALAR",
14045 "name": "String",
14046 "ofType": null
14047 },
14048 "defaultValue": null
14049 },
14050 {
14051 "name": "name",
14052 "description": "",
14053 "type": {
14054 "kind": "SCALAR",
14055 "name": "String",
14056 "ofType": null
14057 },
14058 "defaultValue": null
14059 }
14060 ],
14061 "type": {
14062 "kind": "OBJECT",
14063 "name": "Person",
14064 "ofType": null
14065 },
14066 "isDeprecated": false,
14067 "deprecationReason": null
14068 },
14069 {
14070 "name": "preferences",
14071 "description": "Return a user's preferences",
14072 "args": [],
14073 "type": {
14074 "kind": "LIST",
14075 "name": null,
14076 "ofType": {
14077 "kind": "OBJECT",
14078 "name": "UserPreference",
14079 "ofType": null
14080 }
14081 },
14082 "isDeprecated": false,
14083 "deprecationReason": null
14084 }
14085 ],
14086 "inputFields": null,
14087 "interfaces": [],
14088 "enumValues": null,
14089 "possibleTypes": null
14090 },
14091 {
14092 "kind": "OBJECT",
14093 "name": "Email",
14094 "description": "Email-Node",
14095 "fields": [
14096 {
14097 "name": "_id",
14098 "description": "internal node id",
14099 "args": [],
14100 "type": {
14101 "kind": "SCALAR",
14102 "name": "Int",
14103 "ofType": null
14104 },
14105 "isDeprecated": false,
14106 "deprecationReason": null
14107 },
14108 {
14109 "name": "address",
14110 "description": "address of Email",
14111 "args": [],
14112 "type": {
14113 "kind": "SCALAR",
14114 "name": "String",
14115 "ofType": null
14116 },
14117 "isDeprecated": false,
14118 "deprecationReason": null
14119 },
14120 {
14121 "name": "scmId",
14122 "description": "Email scmId SCMId",
14123 "args": [
14124 {
14125 "name": "login",
14126 "description": "",
14127 "type": {
14128 "kind": "SCALAR",
14129 "name": "String",
14130 "ofType": null
14131 },
14132 "defaultValue": null
14133 },
14134 {
14135 "name": "name",
14136 "description": "",
14137 "type": {
14138 "kind": "SCALAR",
14139 "name": "String",
14140 "ofType": null
14141 },
14142 "defaultValue": null
14143 },
14144 {
14145 "name": "avatar",
14146 "description": "",
14147 "type": {
14148 "kind": "SCALAR",
14149 "name": "String",
14150 "ofType": null
14151 },
14152 "defaultValue": null
14153 }
14154 ],
14155 "type": {
14156 "kind": "OBJECT",
14157 "name": "SCMId",
14158 "ofType": null
14159 },
14160 "isDeprecated": false,
14161 "deprecationReason": null
14162 },
14163 {
14164 "name": "gitHubId",
14165 "description": "Email gitHubId GitHubId",
14166 "args": [
14167 {
14168 "name": "login",
14169 "description": "",
14170 "type": {
14171 "kind": "SCALAR",
14172 "name": "String",
14173 "ofType": null
14174 },
14175 "defaultValue": null
14176 },
14177 {
14178 "name": "name",
14179 "description": "",
14180 "type": {
14181 "kind": "SCALAR",
14182 "name": "String",
14183 "ofType": null
14184 },
14185 "defaultValue": null
14186 }
14187 ],
14188 "type": {
14189 "kind": "OBJECT",
14190 "name": "GitHubId",
14191 "ofType": null
14192 },
14193 "isDeprecated": false,
14194 "deprecationReason": null
14195 },
14196 {
14197 "name": "chatId",
14198 "description": "Email chatId ChatId",
14199 "args": [
14200 {
14201 "name": "id",
14202 "description": "",
14203 "type": {
14204 "kind": "SCALAR",
14205 "name": "ID",
14206 "ofType": null
14207 },
14208 "defaultValue": null
14209 },
14210 {
14211 "name": "screenName",
14212 "description": "",
14213 "type": {
14214 "kind": "SCALAR",
14215 "name": "String",
14216 "ofType": null
14217 },
14218 "defaultValue": null
14219 },
14220 {
14221 "name": "userId",
14222 "description": "",
14223 "type": {
14224 "kind": "SCALAR",
14225 "name": "String",
14226 "ofType": null
14227 },
14228 "defaultValue": null
14229 },
14230 {
14231 "name": "provider",
14232 "description": "",
14233 "type": {
14234 "kind": "SCALAR",
14235 "name": "String",
14236 "ofType": null
14237 },
14238 "defaultValue": null
14239 },
14240 {
14241 "name": "isAtomistBot",
14242 "description": "",
14243 "type": {
14244 "kind": "SCALAR",
14245 "name": "String",
14246 "ofType": null
14247 },
14248 "defaultValue": null
14249 },
14250 {
14251 "name": "isOwner",
14252 "description": "",
14253 "type": {
14254 "kind": "SCALAR",
14255 "name": "String",
14256 "ofType": null
14257 },
14258 "defaultValue": null
14259 },
14260 {
14261 "name": "isPrimaryOwner",
14262 "description": "",
14263 "type": {
14264 "kind": "SCALAR",
14265 "name": "String",
14266 "ofType": null
14267 },
14268 "defaultValue": null
14269 },
14270 {
14271 "name": "isAdmin",
14272 "description": "",
14273 "type": {
14274 "kind": "SCALAR",
14275 "name": "String",
14276 "ofType": null
14277 },
14278 "defaultValue": null
14279 },
14280 {
14281 "name": "isBot",
14282 "description": "",
14283 "type": {
14284 "kind": "SCALAR",
14285 "name": "String",
14286 "ofType": null
14287 },
14288 "defaultValue": null
14289 },
14290 {
14291 "name": "timezoneLabel",
14292 "description": "",
14293 "type": {
14294 "kind": "SCALAR",
14295 "name": "String",
14296 "ofType": null
14297 },
14298 "defaultValue": null
14299 }
14300 ],
14301 "type": {
14302 "kind": "OBJECT",
14303 "name": "ChatId",
14304 "ofType": null
14305 },
14306 "isDeprecated": false,
14307 "deprecationReason": null
14308 },
14309 {
14310 "name": "person",
14311 "description": "Email person Person",
14312 "args": [
14313 {
14314 "name": "id",
14315 "description": "",
14316 "type": {
14317 "kind": "SCALAR",
14318 "name": "ID",
14319 "ofType": null
14320 },
14321 "defaultValue": null
14322 },
14323 {
14324 "name": "forename",
14325 "description": "",
14326 "type": {
14327 "kind": "SCALAR",
14328 "name": "String",
14329 "ofType": null
14330 },
14331 "defaultValue": null
14332 },
14333 {
14334 "name": "surname",
14335 "description": "",
14336 "type": {
14337 "kind": "SCALAR",
14338 "name": "String",
14339 "ofType": null
14340 },
14341 "defaultValue": null
14342 },
14343 {
14344 "name": "name",
14345 "description": "",
14346 "type": {
14347 "kind": "SCALAR",
14348 "name": "String",
14349 "ofType": null
14350 },
14351 "defaultValue": null
14352 }
14353 ],
14354 "type": {
14355 "kind": "OBJECT",
14356 "name": "Person",
14357 "ofType": null
14358 },
14359 "isDeprecated": false,
14360 "deprecationReason": null
14361 }
14362 ],
14363 "inputFields": null,
14364 "interfaces": [],
14365 "enumValues": null,
14366 "possibleTypes": null
14367 },
14368 {
14369 "kind": "OBJECT",
14370 "name": "SCMId",
14371 "description": "SCMId-Node",
14372 "fields": [
14373 {
14374 "name": "id",
14375 "description": "",
14376 "args": [],
14377 "type": {
14378 "kind": "NON_NULL",
14379 "name": null,
14380 "ofType": {
14381 "kind": "SCALAR",
14382 "name": "ID",
14383 "ofType": null
14384 }
14385 },
14386 "isDeprecated": false,
14387 "deprecationReason": null
14388 },
14389 {
14390 "name": "_id",
14391 "description": "internal node id",
14392 "args": [],
14393 "type": {
14394 "kind": "SCALAR",
14395 "name": "Int",
14396 "ofType": null
14397 },
14398 "isDeprecated": false,
14399 "deprecationReason": null
14400 },
14401 {
14402 "name": "login",
14403 "description": "login of SCMId",
14404 "args": [],
14405 "type": {
14406 "kind": "SCALAR",
14407 "name": "String",
14408 "ofType": null
14409 },
14410 "isDeprecated": false,
14411 "deprecationReason": null
14412 },
14413 {
14414 "name": "name",
14415 "description": "name of SCMId",
14416 "args": [],
14417 "type": {
14418 "kind": "SCALAR",
14419 "name": "String",
14420 "ofType": null
14421 },
14422 "isDeprecated": false,
14423 "deprecationReason": null
14424 },
14425 {
14426 "name": "avatar",
14427 "description": "avatar of SCMId",
14428 "args": [],
14429 "type": {
14430 "kind": "SCALAR",
14431 "name": "String",
14432 "ofType": null
14433 },
14434 "isDeprecated": false,
14435 "deprecationReason": null
14436 },
14437 {
14438 "name": "credential",
14439 "description": "",
14440 "args": [],
14441 "type": {
14442 "kind": "OBJECT",
14443 "name": "OAuthToken",
14444 "ofType": null
14445 },
14446 "isDeprecated": false,
14447 "deprecationReason": null
14448 },
14449 {
14450 "name": "provider",
14451 "description": "",
14452 "args": [],
14453 "type": {
14454 "kind": "NON_NULL",
14455 "name": null,
14456 "ofType": {
14457 "kind": "OBJECT",
14458 "name": "SCMProvider",
14459 "ofType": null
14460 }
14461 },
14462 "isDeprecated": false,
14463 "deprecationReason": null
14464 },
14465 {
14466 "name": "emails",
14467 "description": "SCMId emails Email",
14468 "args": [
14469 {
14470 "name": "orderBy",
14471 "description": "",
14472 "type": {
14473 "kind": "LIST",
14474 "name": null,
14475 "ofType": {
14476 "kind": "ENUM",
14477 "name": "_EmailOrdering",
14478 "ofType": null
14479 }
14480 },
14481 "defaultValue": null
14482 },
14483 {
14484 "name": "first",
14485 "description": "",
14486 "type": {
14487 "kind": "SCALAR",
14488 "name": "Int",
14489 "ofType": null
14490 },
14491 "defaultValue": null
14492 },
14493 {
14494 "name": "offset",
14495 "description": "",
14496 "type": {
14497 "kind": "SCALAR",
14498 "name": "Int",
14499 "ofType": null
14500 },
14501 "defaultValue": null
14502 },
14503 {
14504 "name": "address",
14505 "description": "",
14506 "type": {
14507 "kind": "SCALAR",
14508 "name": "String",
14509 "ofType": null
14510 },
14511 "defaultValue": null
14512 }
14513 ],
14514 "type": {
14515 "kind": "LIST",
14516 "name": null,
14517 "ofType": {
14518 "kind": "OBJECT",
14519 "name": "Email",
14520 "ofType": null
14521 }
14522 },
14523 "isDeprecated": false,
14524 "deprecationReason": null
14525 },
14526 {
14527 "name": "person",
14528 "description": "SCMId person Person",
14529 "args": [
14530 {
14531 "name": "id",
14532 "description": "",
14533 "type": {
14534 "kind": "SCALAR",
14535 "name": "ID",
14536 "ofType": null
14537 },
14538 "defaultValue": null
14539 },
14540 {
14541 "name": "forename",
14542 "description": "",
14543 "type": {
14544 "kind": "SCALAR",
14545 "name": "String",
14546 "ofType": null
14547 },
14548 "defaultValue": null
14549 },
14550 {
14551 "name": "surname",
14552 "description": "",
14553 "type": {
14554 "kind": "SCALAR",
14555 "name": "String",
14556 "ofType": null
14557 },
14558 "defaultValue": null
14559 },
14560 {
14561 "name": "name",
14562 "description": "",
14563 "type": {
14564 "kind": "SCALAR",
14565 "name": "String",
14566 "ofType": null
14567 },
14568 "defaultValue": null
14569 }
14570 ],
14571 "type": {
14572 "kind": "OBJECT",
14573 "name": "Person",
14574 "ofType": null
14575 },
14576 "isDeprecated": false,
14577 "deprecationReason": null
14578 }
14579 ],
14580 "inputFields": null,
14581 "interfaces": [
14582 {
14583 "kind": "INTERFACE",
14584 "name": "ResourceUser",
14585 "ofType": null
14586 }
14587 ],
14588 "enumValues": null,
14589 "possibleTypes": null
14590 },
14591 {
14592 "kind": "INTERFACE",
14593 "name": "ResourceUser",
14594 "description": "",
14595 "fields": [
14596 {
14597 "name": "id",
14598 "description": "",
14599 "args": [],
14600 "type": {
14601 "kind": "NON_NULL",
14602 "name": null,
14603 "ofType": {
14604 "kind": "SCALAR",
14605 "name": "ID",
14606 "ofType": null
14607 }
14608 },
14609 "isDeprecated": false,
14610 "deprecationReason": null
14611 },
14612 {
14613 "name": "_id",
14614 "description": "internal node id",
14615 "args": [],
14616 "type": {
14617 "kind": "SCALAR",
14618 "name": "Int",
14619 "ofType": null
14620 },
14621 "isDeprecated": false,
14622 "deprecationReason": null
14623 },
14624 {
14625 "name": "credential",
14626 "description": "",
14627 "args": [],
14628 "type": {
14629 "kind": "INTERFACE",
14630 "name": "Credential",
14631 "ofType": null
14632 },
14633 "isDeprecated": false,
14634 "deprecationReason": null
14635 },
14636 {
14637 "name": "person",
14638 "description": "",
14639 "args": [],
14640 "type": {
14641 "kind": "OBJECT",
14642 "name": "Person",
14643 "ofType": null
14644 },
14645 "isDeprecated": false,
14646 "deprecationReason": null
14647 }
14648 ],
14649 "inputFields": null,
14650 "interfaces": null,
14651 "enumValues": null,
14652 "possibleTypes": [
14653 {
14654 "kind": "OBJECT",
14655 "name": "SCMId",
14656 "ofType": null
14657 }
14658 ]
14659 },
14660 {
14661 "kind": "INTERFACE",
14662 "name": "Credential",
14663 "description": "",
14664 "fields": [
14665 {
14666 "name": "_id",
14667 "description": "",
14668 "args": [],
14669 "type": {
14670 "kind": "NON_NULL",
14671 "name": null,
14672 "ofType": {
14673 "kind": "SCALAR",
14674 "name": "Int",
14675 "ofType": null
14676 }
14677 },
14678 "isDeprecated": false,
14679 "deprecationReason": null
14680 },
14681 {
14682 "name": "id",
14683 "description": "",
14684 "args": [],
14685 "type": {
14686 "kind": "NON_NULL",
14687 "name": null,
14688 "ofType": {
14689 "kind": "SCALAR",
14690 "name": "ID",
14691 "ofType": null
14692 }
14693 },
14694 "isDeprecated": false,
14695 "deprecationReason": null
14696 },
14697 {
14698 "name": "owner",
14699 "description": "",
14700 "args": [],
14701 "type": {
14702 "kind": "NON_NULL",
14703 "name": null,
14704 "ofType": {
14705 "kind": "INTERFACE",
14706 "name": "ResourceUser",
14707 "ofType": null
14708 }
14709 },
14710 "isDeprecated": false,
14711 "deprecationReason": null
14712 }
14713 ],
14714 "inputFields": null,
14715 "interfaces": null,
14716 "enumValues": null,
14717 "possibleTypes": [
14718 {
14719 "kind": "OBJECT",
14720 "name": "OAuthToken",
14721 "ofType": null
14722 }
14723 ]
14724 },
14725 {
14726 "kind": "OBJECT",
14727 "name": "Person",
14728 "description": "Person-Node",
14729 "fields": [
14730 {
14731 "name": "_id",
14732 "description": "internal node id",
14733 "args": [],
14734 "type": {
14735 "kind": "SCALAR",
14736 "name": "Int",
14737 "ofType": null
14738 },
14739 "isDeprecated": false,
14740 "deprecationReason": null
14741 },
14742 {
14743 "name": "id",
14744 "description": "id of Person",
14745 "args": [],
14746 "type": {
14747 "kind": "SCALAR",
14748 "name": "ID",
14749 "ofType": null
14750 },
14751 "isDeprecated": false,
14752 "deprecationReason": null
14753 },
14754 {
14755 "name": "forename",
14756 "description": "forename of Person",
14757 "args": [],
14758 "type": {
14759 "kind": "SCALAR",
14760 "name": "String",
14761 "ofType": null
14762 },
14763 "isDeprecated": false,
14764 "deprecationReason": null
14765 },
14766 {
14767 "name": "surname",
14768 "description": "surname of Person",
14769 "args": [],
14770 "type": {
14771 "kind": "SCALAR",
14772 "name": "String",
14773 "ofType": null
14774 },
14775 "isDeprecated": false,
14776 "deprecationReason": null
14777 },
14778 {
14779 "name": "name",
14780 "description": "name of Person",
14781 "args": [],
14782 "type": {
14783 "kind": "SCALAR",
14784 "name": "String",
14785 "ofType": null
14786 },
14787 "isDeprecated": false,
14788 "deprecationReason": null
14789 },
14790 {
14791 "name": "scmId",
14792 "description": "Person scmId SCMId",
14793 "args": [
14794 {
14795 "name": "login",
14796 "description": "",
14797 "type": {
14798 "kind": "SCALAR",
14799 "name": "String",
14800 "ofType": null
14801 },
14802 "defaultValue": null
14803 },
14804 {
14805 "name": "name",
14806 "description": "",
14807 "type": {
14808 "kind": "SCALAR",
14809 "name": "String",
14810 "ofType": null
14811 },
14812 "defaultValue": null
14813 },
14814 {
14815 "name": "avatar",
14816 "description": "",
14817 "type": {
14818 "kind": "SCALAR",
14819 "name": "String",
14820 "ofType": null
14821 },
14822 "defaultValue": null
14823 }
14824 ],
14825 "type": {
14826 "kind": "OBJECT",
14827 "name": "SCMId",
14828 "ofType": null
14829 },
14830 "isDeprecated": false,
14831 "deprecationReason": null
14832 },
14833 {
14834 "name": "gitHubId",
14835 "description": "Person gitHubId GitHubId",
14836 "args": [
14837 {
14838 "name": "login",
14839 "description": "",
14840 "type": {
14841 "kind": "SCALAR",
14842 "name": "String",
14843 "ofType": null
14844 },
14845 "defaultValue": null
14846 },
14847 {
14848 "name": "name",
14849 "description": "",
14850 "type": {
14851 "kind": "SCALAR",
14852 "name": "String",
14853 "ofType": null
14854 },
14855 "defaultValue": null
14856 }
14857 ],
14858 "type": {
14859 "kind": "OBJECT",
14860 "name": "GitHubId",
14861 "ofType": null
14862 },
14863 "isDeprecated": false,
14864 "deprecationReason": null
14865 },
14866 {
14867 "name": "chatId",
14868 "description": "Person chatId ChatId",
14869 "args": [
14870 {
14871 "name": "id",
14872 "description": "",
14873 "type": {
14874 "kind": "SCALAR",
14875 "name": "ID",
14876 "ofType": null
14877 },
14878 "defaultValue": null
14879 },
14880 {
14881 "name": "screenName",
14882 "description": "",
14883 "type": {
14884 "kind": "SCALAR",
14885 "name": "String",
14886 "ofType": null
14887 },
14888 "defaultValue": null
14889 },
14890 {
14891 "name": "userId",
14892 "description": "",
14893 "type": {
14894 "kind": "SCALAR",
14895 "name": "String",
14896 "ofType": null
14897 },
14898 "defaultValue": null
14899 },
14900 {
14901 "name": "provider",
14902 "description": "",
14903 "type": {
14904 "kind": "SCALAR",
14905 "name": "String",
14906 "ofType": null
14907 },
14908 "defaultValue": null
14909 },
14910 {
14911 "name": "isAtomistBot",
14912 "description": "",
14913 "type": {
14914 "kind": "SCALAR",
14915 "name": "String",
14916 "ofType": null
14917 },
14918 "defaultValue": null
14919 },
14920 {
14921 "name": "isOwner",
14922 "description": "",
14923 "type": {
14924 "kind": "SCALAR",
14925 "name": "String",
14926 "ofType": null
14927 },
14928 "defaultValue": null
14929 },
14930 {
14931 "name": "isPrimaryOwner",
14932 "description": "",
14933 "type": {
14934 "kind": "SCALAR",
14935 "name": "String",
14936 "ofType": null
14937 },
14938 "defaultValue": null
14939 },
14940 {
14941 "name": "isAdmin",
14942 "description": "",
14943 "type": {
14944 "kind": "SCALAR",
14945 "name": "String",
14946 "ofType": null
14947 },
14948 "defaultValue": null
14949 },
14950 {
14951 "name": "isBot",
14952 "description": "",
14953 "type": {
14954 "kind": "SCALAR",
14955 "name": "String",
14956 "ofType": null
14957 },
14958 "defaultValue": null
14959 },
14960 {
14961 "name": "timezoneLabel",
14962 "description": "",
14963 "type": {
14964 "kind": "SCALAR",
14965 "name": "String",
14966 "ofType": null
14967 },
14968 "defaultValue": null
14969 }
14970 ],
14971 "type": {
14972 "kind": "OBJECT",
14973 "name": "ChatId",
14974 "ofType": null
14975 },
14976 "isDeprecated": false,
14977 "deprecationReason": null
14978 },
14979 {
14980 "name": "emails",
14981 "description": "Person emails Email",
14982 "args": [
14983 {
14984 "name": "orderBy",
14985 "description": "",
14986 "type": {
14987 "kind": "LIST",
14988 "name": null,
14989 "ofType": {
14990 "kind": "ENUM",
14991 "name": "_EmailOrdering",
14992 "ofType": null
14993 }
14994 },
14995 "defaultValue": null
14996 },
14997 {
14998 "name": "first",
14999 "description": "",
15000 "type": {
15001 "kind": "SCALAR",
15002 "name": "Int",
15003 "ofType": null
15004 },
15005 "defaultValue": null
15006 },
15007 {
15008 "name": "offset",
15009 "description": "",
15010 "type": {
15011 "kind": "SCALAR",
15012 "name": "Int",
15013 "ofType": null
15014 },
15015 "defaultValue": null
15016 },
15017 {
15018 "name": "address",
15019 "description": "",
15020 "type": {
15021 "kind": "SCALAR",
15022 "name": "String",
15023 "ofType": null
15024 },
15025 "defaultValue": null
15026 }
15027 ],
15028 "type": {
15029 "kind": "LIST",
15030 "name": null,
15031 "ofType": {
15032 "kind": "OBJECT",
15033 "name": "Email",
15034 "ofType": null
15035 }
15036 },
15037 "isDeprecated": false,
15038 "deprecationReason": null
15039 },
15040 {
15041 "name": "team",
15042 "description": "Person team Team",
15043 "args": [
15044 {
15045 "name": "id",
15046 "description": "",
15047 "type": {
15048 "kind": "SCALAR",
15049 "name": "String",
15050 "ofType": null
15051 },
15052 "defaultValue": null
15053 },
15054 {
15055 "name": "name",
15056 "description": "",
15057 "type": {
15058 "kind": "SCALAR",
15059 "name": "String",
15060 "ofType": null
15061 },
15062 "defaultValue": null
15063 },
15064 {
15065 "name": "description",
15066 "description": "",
15067 "type": {
15068 "kind": "SCALAR",
15069 "name": "String",
15070 "ofType": null
15071 },
15072 "defaultValue": null
15073 },
15074 {
15075 "name": "iconUrl",
15076 "description": "",
15077 "type": {
15078 "kind": "SCALAR",
15079 "name": "String",
15080 "ofType": null
15081 },
15082 "defaultValue": null
15083 },
15084 {
15085 "name": "createdAt",
15086 "description": "",
15087 "type": {
15088 "kind": "SCALAR",
15089 "name": "String",
15090 "ofType": null
15091 },
15092 "defaultValue": null
15093 }
15094 ],
15095 "type": {
15096 "kind": "OBJECT",
15097 "name": "Team",
15098 "ofType": null
15099 },
15100 "isDeprecated": false,
15101 "deprecationReason": null
15102 },
15103 {
15104 "name": "preferences",
15105 "description": "Return a person's preferences",
15106 "args": [],
15107 "type": {
15108 "kind": "LIST",
15109 "name": null,
15110 "ofType": {
15111 "kind": "OBJECT",
15112 "name": "PersonPreference",
15113 "ofType": null
15114 }
15115 },
15116 "isDeprecated": false,
15117 "deprecationReason": null
15118 }
15119 ],
15120 "inputFields": null,
15121 "interfaces": [],
15122 "enumValues": null,
15123 "possibleTypes": null
15124 },
15125 {
15126 "kind": "OBJECT",
15127 "name": "GitHubId",
15128 "description": "GitHubId-Node",
15129 "fields": [
15130 {
15131 "name": "_id",
15132 "description": "internal node id",
15133 "args": [],
15134 "type": {
15135 "kind": "SCALAR",
15136 "name": "Int",
15137 "ofType": null
15138 },
15139 "isDeprecated": false,
15140 "deprecationReason": null
15141 },
15142 {
15143 "name": "login",
15144 "description": "login of GitHubId",
15145 "args": [],
15146 "type": {
15147 "kind": "SCALAR",
15148 "name": "String",
15149 "ofType": null
15150 },
15151 "isDeprecated": false,
15152 "deprecationReason": null
15153 },
15154 {
15155 "name": "name",
15156 "description": "name of GitHubId",
15157 "args": [],
15158 "type": {
15159 "kind": "SCALAR",
15160 "name": "String",
15161 "ofType": null
15162 },
15163 "isDeprecated": false,
15164 "deprecationReason": null
15165 },
15166 {
15167 "name": "emails",
15168 "description": "GitHubId emails Email",
15169 "args": [
15170 {
15171 "name": "orderBy",
15172 "description": "",
15173 "type": {
15174 "kind": "LIST",
15175 "name": null,
15176 "ofType": {
15177 "kind": "ENUM",
15178 "name": "_EmailOrdering",
15179 "ofType": null
15180 }
15181 },
15182 "defaultValue": null
15183 },
15184 {
15185 "name": "first",
15186 "description": "",
15187 "type": {
15188 "kind": "SCALAR",
15189 "name": "Int",
15190 "ofType": null
15191 },
15192 "defaultValue": null
15193 },
15194 {
15195 "name": "offset",
15196 "description": "",
15197 "type": {
15198 "kind": "SCALAR",
15199 "name": "Int",
15200 "ofType": null
15201 },
15202 "defaultValue": null
15203 },
15204 {
15205 "name": "address",
15206 "description": "",
15207 "type": {
15208 "kind": "SCALAR",
15209 "name": "String",
15210 "ofType": null
15211 },
15212 "defaultValue": null
15213 }
15214 ],
15215 "type": {
15216 "kind": "LIST",
15217 "name": null,
15218 "ofType": {
15219 "kind": "OBJECT",
15220 "name": "Email",
15221 "ofType": null
15222 }
15223 },
15224 "isDeprecated": false,
15225 "deprecationReason": null
15226 },
15227 {
15228 "name": "person",
15229 "description": "GitHubId person Person",
15230 "args": [
15231 {
15232 "name": "id",
15233 "description": "",
15234 "type": {
15235 "kind": "SCALAR",
15236 "name": "ID",
15237 "ofType": null
15238 },
15239 "defaultValue": null
15240 },
15241 {
15242 "name": "forename",
15243 "description": "",
15244 "type": {
15245 "kind": "SCALAR",
15246 "name": "String",
15247 "ofType": null
15248 },
15249 "defaultValue": null
15250 },
15251 {
15252 "name": "surname",
15253 "description": "",
15254 "type": {
15255 "kind": "SCALAR",
15256 "name": "String",
15257 "ofType": null
15258 },
15259 "defaultValue": null
15260 },
15261 {
15262 "name": "name",
15263 "description": "",
15264 "type": {
15265 "kind": "SCALAR",
15266 "name": "String",
15267 "ofType": null
15268 },
15269 "defaultValue": null
15270 }
15271 ],
15272 "type": {
15273 "kind": "OBJECT",
15274 "name": "Person",
15275 "ofType": null
15276 },
15277 "isDeprecated": false,
15278 "deprecationReason": null
15279 }
15280 ],
15281 "inputFields": null,
15282 "interfaces": [],
15283 "enumValues": null,
15284 "possibleTypes": null
15285 },
15286 {
15287 "kind": "ENUM",
15288 "name": "_EmailOrdering",
15289 "description": "Ordering Enum for Email",
15290 "fields": null,
15291 "inputFields": null,
15292 "interfaces": null,
15293 "enumValues": [
15294 {
15295 "name": "atmTeamId_asc",
15296 "description": "Ascending sort for atmTeamId",
15297 "isDeprecated": false,
15298 "deprecationReason": null
15299 },
15300 {
15301 "name": "atmTeamId_desc",
15302 "description": "Descending sort for atmTeamId",
15303 "isDeprecated": false,
15304 "deprecationReason": null
15305 },
15306 {
15307 "name": "address_asc",
15308 "description": "Ascending sort for address",
15309 "isDeprecated": false,
15310 "deprecationReason": null
15311 },
15312 {
15313 "name": "address_desc",
15314 "description": "Descending sort for address",
15315 "isDeprecated": false,
15316 "deprecationReason": null
15317 }
15318 ],
15319 "possibleTypes": null
15320 },
15321 {
15322 "kind": "OBJECT",
15323 "name": "Team",
15324 "description": "Team-Node",
15325 "fields": [
15326 {
15327 "name": "_id",
15328 "description": "internal node id",
15329 "args": [],
15330 "type": {
15331 "kind": "SCALAR",
15332 "name": "Int",
15333 "ofType": null
15334 },
15335 "isDeprecated": false,
15336 "deprecationReason": null
15337 },
15338 {
15339 "name": "url",
15340 "description": "the URL of the Team",
15341 "args": [],
15342 "type": {
15343 "kind": "SCALAR",
15344 "name": "String",
15345 "ofType": null
15346 },
15347 "isDeprecated": false,
15348 "deprecationReason": null
15349 },
15350 {
15351 "name": "id",
15352 "description": "id of Team",
15353 "args": [],
15354 "type": {
15355 "kind": "SCALAR",
15356 "name": "String",
15357 "ofType": null
15358 },
15359 "isDeprecated": false,
15360 "deprecationReason": null
15361 },
15362 {
15363 "name": "name",
15364 "description": "name of Team",
15365 "args": [],
15366 "type": {
15367 "kind": "SCALAR",
15368 "name": "String",
15369 "ofType": null
15370 },
15371 "isDeprecated": false,
15372 "deprecationReason": null
15373 },
15374 {
15375 "name": "description",
15376 "description": "description of Team",
15377 "args": [],
15378 "type": {
15379 "kind": "SCALAR",
15380 "name": "String",
15381 "ofType": null
15382 },
15383 "isDeprecated": false,
15384 "deprecationReason": null
15385 },
15386 {
15387 "name": "iconUrl",
15388 "description": "iconUrl of Team",
15389 "args": [],
15390 "type": {
15391 "kind": "SCALAR",
15392 "name": "String",
15393 "ofType": null
15394 },
15395 "isDeprecated": false,
15396 "deprecationReason": null
15397 },
15398 {
15399 "name": "createdAt",
15400 "description": "createdAt of Team",
15401 "args": [],
15402 "type": {
15403 "kind": "SCALAR",
15404 "name": "String",
15405 "ofType": null
15406 },
15407 "isDeprecated": false,
15408 "deprecationReason": null
15409 },
15410 {
15411 "name": "persons",
15412 "description": "Team persons Person",
15413 "args": [
15414 {
15415 "name": "id",
15416 "description": "",
15417 "type": {
15418 "kind": "SCALAR",
15419 "name": "ID",
15420 "ofType": null
15421 },
15422 "defaultValue": null
15423 },
15424 {
15425 "name": "forename",
15426 "description": "",
15427 "type": {
15428 "kind": "SCALAR",
15429 "name": "String",
15430 "ofType": null
15431 },
15432 "defaultValue": null
15433 },
15434 {
15435 "name": "surname",
15436 "description": "",
15437 "type": {
15438 "kind": "SCALAR",
15439 "name": "String",
15440 "ofType": null
15441 },
15442 "defaultValue": null
15443 },
15444 {
15445 "name": "orderBy",
15446 "description": "",
15447 "type": {
15448 "kind": "LIST",
15449 "name": null,
15450 "ofType": {
15451 "kind": "ENUM",
15452 "name": "_PersonOrdering",
15453 "ofType": null
15454 }
15455 },
15456 "defaultValue": null
15457 },
15458 {
15459 "name": "first",
15460 "description": "",
15461 "type": {
15462 "kind": "SCALAR",
15463 "name": "Int",
15464 "ofType": null
15465 },
15466 "defaultValue": null
15467 },
15468 {
15469 "name": "offset",
15470 "description": "",
15471 "type": {
15472 "kind": "SCALAR",
15473 "name": "Int",
15474 "ofType": null
15475 },
15476 "defaultValue": null
15477 },
15478 {
15479 "name": "name",
15480 "description": "",
15481 "type": {
15482 "kind": "SCALAR",
15483 "name": "String",
15484 "ofType": null
15485 },
15486 "defaultValue": null
15487 }
15488 ],
15489 "type": {
15490 "kind": "LIST",
15491 "name": null,
15492 "ofType": {
15493 "kind": "OBJECT",
15494 "name": "Person",
15495 "ofType": null
15496 }
15497 },
15498 "isDeprecated": false,
15499 "deprecationReason": null
15500 },
15501 {
15502 "name": "orgs",
15503 "description": "Team orgs Org",
15504 "args": [
15505 {
15506 "name": "id",
15507 "description": "",
15508 "type": {
15509 "kind": "SCALAR",
15510 "name": "ID",
15511 "ofType": null
15512 },
15513 "defaultValue": null
15514 },
15515 {
15516 "name": "owner",
15517 "description": "",
15518 "type": {
15519 "kind": "SCALAR",
15520 "name": "String",
15521 "ofType": null
15522 },
15523 "defaultValue": null
15524 },
15525 {
15526 "name": "orderBy",
15527 "description": "",
15528 "type": {
15529 "kind": "LIST",
15530 "name": null,
15531 "ofType": {
15532 "kind": "ENUM",
15533 "name": "_OrgOrdering",
15534 "ofType": null
15535 }
15536 },
15537 "defaultValue": null
15538 },
15539 {
15540 "name": "first",
15541 "description": "",
15542 "type": {
15543 "kind": "SCALAR",
15544 "name": "Int",
15545 "ofType": null
15546 },
15547 "defaultValue": null
15548 },
15549 {
15550 "name": "offset",
15551 "description": "",
15552 "type": {
15553 "kind": "SCALAR",
15554 "name": "Int",
15555 "ofType": null
15556 },
15557 "defaultValue": null
15558 },
15559 {
15560 "name": "ownerType",
15561 "description": "",
15562 "type": {
15563 "kind": "ENUM",
15564 "name": "OwnerType",
15565 "ofType": null
15566 },
15567 "defaultValue": null
15568 }
15569 ],
15570 "type": {
15571 "kind": "LIST",
15572 "name": null,
15573 "ofType": {
15574 "kind": "OBJECT",
15575 "name": "Org",
15576 "ofType": null
15577 }
15578 },
15579 "isDeprecated": false,
15580 "deprecationReason": null
15581 },
15582 {
15583 "name": "providers",
15584 "description": "Team providers GitHubProvider",
15585 "args": [
15586 {
15587 "name": "id",
15588 "description": "",
15589 "type": {
15590 "kind": "SCALAR",
15591 "name": "ID",
15592 "ofType": null
15593 },
15594 "defaultValue": null
15595 },
15596 {
15597 "name": "url",
15598 "description": "",
15599 "type": {
15600 "kind": "SCALAR",
15601 "name": "String",
15602 "ofType": null
15603 },
15604 "defaultValue": null
15605 },
15606 {
15607 "name": "providerId",
15608 "description": "",
15609 "type": {
15610 "kind": "SCALAR",
15611 "name": "String",
15612 "ofType": null
15613 },
15614 "defaultValue": null
15615 },
15616 {
15617 "name": "apiUrl",
15618 "description": "",
15619 "type": {
15620 "kind": "SCALAR",
15621 "name": "String",
15622 "ofType": null
15623 },
15624 "defaultValue": null
15625 },
15626 {
15627 "name": "gitUrl",
15628 "description": "",
15629 "type": {
15630 "kind": "SCALAR",
15631 "name": "String",
15632 "ofType": null
15633 },
15634 "defaultValue": null
15635 },
15636 {
15637 "name": "providerType",
15638 "description": "",
15639 "type": {
15640 "kind": "ENUM",
15641 "name": "ProviderType",
15642 "ofType": null
15643 },
15644 "defaultValue": null
15645 }
15646 ],
15647 "type": {
15648 "kind": "LIST",
15649 "name": null,
15650 "ofType": {
15651 "kind": "OBJECT",
15652 "name": "GitHubProvider",
15653 "ofType": null
15654 }
15655 },
15656 "isDeprecated": false,
15657 "deprecationReason": null
15658 },
15659 {
15660 "name": "scmProviders",
15661 "description": "Team scmProviders SCMProvider",
15662 "args": [
15663 {
15664 "name": "id",
15665 "description": "",
15666 "type": {
15667 "kind": "SCALAR",
15668 "name": "ID",
15669 "ofType": null
15670 },
15671 "defaultValue": null
15672 },
15673 {
15674 "name": "url",
15675 "description": "",
15676 "type": {
15677 "kind": "SCALAR",
15678 "name": "String",
15679 "ofType": null
15680 },
15681 "defaultValue": null
15682 },
15683 {
15684 "name": "providerId",
15685 "description": "",
15686 "type": {
15687 "kind": "SCALAR",
15688 "name": "String",
15689 "ofType": null
15690 },
15691 "defaultValue": null
15692 },
15693 {
15694 "name": "apiUrl",
15695 "description": "",
15696 "type": {
15697 "kind": "SCALAR",
15698 "name": "String",
15699 "ofType": null
15700 },
15701 "defaultValue": null
15702 },
15703 {
15704 "name": "gitUrl",
15705 "description": "",
15706 "type": {
15707 "kind": "SCALAR",
15708 "name": "String",
15709 "ofType": null
15710 },
15711 "defaultValue": null
15712 },
15713 {
15714 "name": "orderBy",
15715 "description": "",
15716 "type": {
15717 "kind": "LIST",
15718 "name": null,
15719 "ofType": {
15720 "kind": "ENUM",
15721 "name": "_SCMProviderOrdering",
15722 "ofType": null
15723 }
15724 },
15725 "defaultValue": null
15726 },
15727 {
15728 "name": "first",
15729 "description": "",
15730 "type": {
15731 "kind": "SCALAR",
15732 "name": "Int",
15733 "ofType": null
15734 },
15735 "defaultValue": null
15736 },
15737 {
15738 "name": "offset",
15739 "description": "",
15740 "type": {
15741 "kind": "SCALAR",
15742 "name": "Int",
15743 "ofType": null
15744 },
15745 "defaultValue": null
15746 },
15747 {
15748 "name": "providerType",
15749 "description": "",
15750 "type": {
15751 "kind": "ENUM",
15752 "name": "ProviderType",
15753 "ofType": null
15754 },
15755 "defaultValue": null
15756 }
15757 ],
15758 "type": {
15759 "kind": "LIST",
15760 "name": null,
15761 "ofType": {
15762 "kind": "OBJECT",
15763 "name": "SCMProvider",
15764 "ofType": null
15765 }
15766 },
15767 "isDeprecated": false,
15768 "deprecationReason": null
15769 },
15770 {
15771 "name": "chatTeams",
15772 "description": "Team chatTeams ChatTeam",
15773 "args": [
15774 {
15775 "name": "id",
15776 "description": "",
15777 "type": {
15778 "kind": "SCALAR",
15779 "name": "ID",
15780 "ofType": null
15781 },
15782 "defaultValue": null
15783 },
15784 {
15785 "name": "name",
15786 "description": "",
15787 "type": {
15788 "kind": "SCALAR",
15789 "name": "String",
15790 "ofType": null
15791 },
15792 "defaultValue": null
15793 },
15794 {
15795 "name": "provider",
15796 "description": "",
15797 "type": {
15798 "kind": "SCALAR",
15799 "name": "String",
15800 "ofType": null
15801 },
15802 "defaultValue": null
15803 },
15804 {
15805 "name": "tenantId",
15806 "description": "",
15807 "type": {
15808 "kind": "SCALAR",
15809 "name": "String",
15810 "ofType": null
15811 },
15812 "defaultValue": null
15813 },
15814 {
15815 "name": "domain",
15816 "description": "",
15817 "type": {
15818 "kind": "SCALAR",
15819 "name": "String",
15820 "ofType": null
15821 },
15822 "defaultValue": null
15823 },
15824 {
15825 "name": "messageCount",
15826 "description": "",
15827 "type": {
15828 "kind": "SCALAR",
15829 "name": "Float",
15830 "ofType": null
15831 },
15832 "defaultValue": null
15833 },
15834 {
15835 "name": "orderBy",
15836 "description": "",
15837 "type": {
15838 "kind": "LIST",
15839 "name": null,
15840 "ofType": {
15841 "kind": "ENUM",
15842 "name": "_ChatTeamOrdering",
15843 "ofType": null
15844 }
15845 },
15846 "defaultValue": null
15847 },
15848 {
15849 "name": "first",
15850 "description": "",
15851 "type": {
15852 "kind": "SCALAR",
15853 "name": "Int",
15854 "ofType": null
15855 },
15856 "defaultValue": null
15857 },
15858 {
15859 "name": "offset",
15860 "description": "",
15861 "type": {
15862 "kind": "SCALAR",
15863 "name": "Int",
15864 "ofType": null
15865 },
15866 "defaultValue": null
15867 },
15868 {
15869 "name": "emailDomain",
15870 "description": "",
15871 "type": {
15872 "kind": "SCALAR",
15873 "name": "String",
15874 "ofType": null
15875 },
15876 "defaultValue": null
15877 }
15878 ],
15879 "type": {
15880 "kind": "LIST",
15881 "name": null,
15882 "ofType": {
15883 "kind": "OBJECT",
15884 "name": "ChatTeam",
15885 "ofType": null
15886 }
15887 },
15888 "isDeprecated": false,
15889 "deprecationReason": null
15890 }
15891 ],
15892 "inputFields": null,
15893 "interfaces": [],
15894 "enumValues": null,
15895 "possibleTypes": null
15896 },
15897 {
15898 "kind": "ENUM",
15899 "name": "_PersonOrdering",
15900 "description": "Ordering Enum for Person",
15901 "fields": null,
15902 "inputFields": null,
15903 "interfaces": null,
15904 "enumValues": [
15905 {
15906 "name": "atmTeamId_asc",
15907 "description": "Ascending sort for atmTeamId",
15908 "isDeprecated": false,
15909 "deprecationReason": null
15910 },
15911 {
15912 "name": "atmTeamId_desc",
15913 "description": "Descending sort for atmTeamId",
15914 "isDeprecated": false,
15915 "deprecationReason": null
15916 },
15917 {
15918 "name": "id_asc",
15919 "description": "Ascending sort for id",
15920 "isDeprecated": false,
15921 "deprecationReason": null
15922 },
15923 {
15924 "name": "id_desc",
15925 "description": "Descending sort for id",
15926 "isDeprecated": false,
15927 "deprecationReason": null
15928 },
15929 {
15930 "name": "forename_asc",
15931 "description": "Ascending sort for forename",
15932 "isDeprecated": false,
15933 "deprecationReason": null
15934 },
15935 {
15936 "name": "forename_desc",
15937 "description": "Descending sort for forename",
15938 "isDeprecated": false,
15939 "deprecationReason": null
15940 },
15941 {
15942 "name": "surname_asc",
15943 "description": "Ascending sort for surname",
15944 "isDeprecated": false,
15945 "deprecationReason": null
15946 },
15947 {
15948 "name": "surname_desc",
15949 "description": "Descending sort for surname",
15950 "isDeprecated": false,
15951 "deprecationReason": null
15952 },
15953 {
15954 "name": "name_asc",
15955 "description": "Ascending sort for name",
15956 "isDeprecated": false,
15957 "deprecationReason": null
15958 },
15959 {
15960 "name": "name_desc",
15961 "description": "Descending sort for name",
15962 "isDeprecated": false,
15963 "deprecationReason": null
15964 }
15965 ],
15966 "possibleTypes": null
15967 },
15968 {
15969 "kind": "ENUM",
15970 "name": "_OrgOrdering",
15971 "description": "Ordering Enum for Org",
15972 "fields": null,
15973 "inputFields": null,
15974 "interfaces": null,
15975 "enumValues": [
15976 {
15977 "name": "atmTeamId_asc",
15978 "description": "Ascending sort for atmTeamId",
15979 "isDeprecated": false,
15980 "deprecationReason": null
15981 },
15982 {
15983 "name": "atmTeamId_desc",
15984 "description": "Descending sort for atmTeamId",
15985 "isDeprecated": false,
15986 "deprecationReason": null
15987 },
15988 {
15989 "name": "id_asc",
15990 "description": "Ascending sort for id",
15991 "isDeprecated": false,
15992 "deprecationReason": null
15993 },
15994 {
15995 "name": "id_desc",
15996 "description": "Descending sort for id",
15997 "isDeprecated": false,
15998 "deprecationReason": null
15999 },
16000 {
16001 "name": "owner_asc",
16002 "description": "Ascending sort for owner",
16003 "isDeprecated": false,
16004 "deprecationReason": null
16005 },
16006 {
16007 "name": "owner_desc",
16008 "description": "Descending sort for owner",
16009 "isDeprecated": false,
16010 "deprecationReason": null
16011 },
16012 {
16013 "name": "ownerType_asc",
16014 "description": "Ascending sort for ownerType",
16015 "isDeprecated": false,
16016 "deprecationReason": null
16017 },
16018 {
16019 "name": "ownerType_desc",
16020 "description": "Descending sort for ownerType",
16021 "isDeprecated": false,
16022 "deprecationReason": null
16023 }
16024 ],
16025 "possibleTypes": null
16026 },
16027 {
16028 "kind": "ENUM",
16029 "name": "OwnerType",
16030 "description": "Enum for OwnerType",
16031 "fields": null,
16032 "inputFields": null,
16033 "interfaces": null,
16034 "enumValues": [
16035 {
16036 "name": "user",
16037 "description": "Value for user",
16038 "isDeprecated": false,
16039 "deprecationReason": null
16040 },
16041 {
16042 "name": "organization",
16043 "description": "Value for organization",
16044 "isDeprecated": false,
16045 "deprecationReason": null
16046 }
16047 ],
16048 "possibleTypes": null
16049 },
16050 {
16051 "kind": "OBJECT",
16052 "name": "Org",
16053 "description": "Org-Node",
16054 "fields": [
16055 {
16056 "name": "_id",
16057 "description": "internal node id",
16058 "args": [],
16059 "type": {
16060 "kind": "SCALAR",
16061 "name": "Int",
16062 "ofType": null
16063 },
16064 "isDeprecated": false,
16065 "deprecationReason": null
16066 },
16067 {
16068 "name": "url",
16069 "description": "the URL of the Org",
16070 "args": [],
16071 "type": {
16072 "kind": "SCALAR",
16073 "name": "String",
16074 "ofType": null
16075 },
16076 "isDeprecated": false,
16077 "deprecationReason": null
16078 },
16079 {
16080 "name": "id",
16081 "description": "id of Org",
16082 "args": [],
16083 "type": {
16084 "kind": "SCALAR",
16085 "name": "ID",
16086 "ofType": null
16087 },
16088 "isDeprecated": false,
16089 "deprecationReason": null
16090 },
16091 {
16092 "name": "owner",
16093 "description": "owner of Org",
16094 "args": [],
16095 "type": {
16096 "kind": "SCALAR",
16097 "name": "String",
16098 "ofType": null
16099 },
16100 "isDeprecated": false,
16101 "deprecationReason": null
16102 },
16103 {
16104 "name": "ownerType",
16105 "description": "ownerType of Org",
16106 "args": [],
16107 "type": {
16108 "kind": "ENUM",
16109 "name": "OwnerType",
16110 "ofType": null
16111 },
16112 "isDeprecated": false,
16113 "deprecationReason": null
16114 },
16115 {
16116 "name": "provider",
16117 "description": "Org provider GitHubProvider",
16118 "args": [
16119 {
16120 "name": "id",
16121 "description": "",
16122 "type": {
16123 "kind": "SCALAR",
16124 "name": "ID",
16125 "ofType": null
16126 },
16127 "defaultValue": null
16128 },
16129 {
16130 "name": "url",
16131 "description": "",
16132 "type": {
16133 "kind": "SCALAR",
16134 "name": "String",
16135 "ofType": null
16136 },
16137 "defaultValue": null
16138 },
16139 {
16140 "name": "providerId",
16141 "description": "",
16142 "type": {
16143 "kind": "SCALAR",
16144 "name": "String",
16145 "ofType": null
16146 },
16147 "defaultValue": null
16148 },
16149 {
16150 "name": "apiUrl",
16151 "description": "",
16152 "type": {
16153 "kind": "SCALAR",
16154 "name": "String",
16155 "ofType": null
16156 },
16157 "defaultValue": null
16158 },
16159 {
16160 "name": "gitUrl",
16161 "description": "",
16162 "type": {
16163 "kind": "SCALAR",
16164 "name": "String",
16165 "ofType": null
16166 },
16167 "defaultValue": null
16168 },
16169 {
16170 "name": "providerType",
16171 "description": "",
16172 "type": {
16173 "kind": "ENUM",
16174 "name": "ProviderType",
16175 "ofType": null
16176 },
16177 "defaultValue": null
16178 }
16179 ],
16180 "type": {
16181 "kind": "OBJECT",
16182 "name": "GitHubProvider",
16183 "ofType": null
16184 },
16185 "isDeprecated": false,
16186 "deprecationReason": null
16187 },
16188 {
16189 "name": "scmProvider",
16190 "description": "Org scmProvider SCMProvider",
16191 "args": [
16192 {
16193 "name": "id",
16194 "description": "",
16195 "type": {
16196 "kind": "SCALAR",
16197 "name": "ID",
16198 "ofType": null
16199 },
16200 "defaultValue": null
16201 },
16202 {
16203 "name": "url",
16204 "description": "",
16205 "type": {
16206 "kind": "SCALAR",
16207 "name": "String",
16208 "ofType": null
16209 },
16210 "defaultValue": null
16211 },
16212 {
16213 "name": "providerId",
16214 "description": "",
16215 "type": {
16216 "kind": "SCALAR",
16217 "name": "String",
16218 "ofType": null
16219 },
16220 "defaultValue": null
16221 },
16222 {
16223 "name": "apiUrl",
16224 "description": "",
16225 "type": {
16226 "kind": "SCALAR",
16227 "name": "String",
16228 "ofType": null
16229 },
16230 "defaultValue": null
16231 },
16232 {
16233 "name": "gitUrl",
16234 "description": "",
16235 "type": {
16236 "kind": "SCALAR",
16237 "name": "String",
16238 "ofType": null
16239 },
16240 "defaultValue": null
16241 },
16242 {
16243 "name": "providerType",
16244 "description": "",
16245 "type": {
16246 "kind": "ENUM",
16247 "name": "ProviderType",
16248 "ofType": null
16249 },
16250 "defaultValue": null
16251 }
16252 ],
16253 "type": {
16254 "kind": "OBJECT",
16255 "name": "SCMProvider",
16256 "ofType": null
16257 },
16258 "isDeprecated": false,
16259 "deprecationReason": null
16260 },
16261 {
16262 "name": "repo",
16263 "description": "Org repo Repo",
16264 "args": [
16265 {
16266 "name": "id",
16267 "description": "",
16268 "type": {
16269 "kind": "SCALAR",
16270 "name": "ID",
16271 "ofType": null
16272 },
16273 "defaultValue": null
16274 },
16275 {
16276 "name": "owner",
16277 "description": "",
16278 "type": {
16279 "kind": "SCALAR",
16280 "name": "String",
16281 "ofType": null
16282 },
16283 "defaultValue": null
16284 },
16285 {
16286 "name": "name",
16287 "description": "",
16288 "type": {
16289 "kind": "SCALAR",
16290 "name": "String",
16291 "ofType": null
16292 },
16293 "defaultValue": null
16294 },
16295 {
16296 "name": "allowRebaseMerge",
16297 "description": "",
16298 "type": {
16299 "kind": "SCALAR",
16300 "name": "Boolean",
16301 "ofType": null
16302 },
16303 "defaultValue": null
16304 },
16305 {
16306 "name": "allowSquashMerge",
16307 "description": "",
16308 "type": {
16309 "kind": "SCALAR",
16310 "name": "Boolean",
16311 "ofType": null
16312 },
16313 "defaultValue": null
16314 },
16315 {
16316 "name": "allowMergeCommit",
16317 "description": "",
16318 "type": {
16319 "kind": "SCALAR",
16320 "name": "Boolean",
16321 "ofType": null
16322 },
16323 "defaultValue": null
16324 },
16325 {
16326 "name": "repoId",
16327 "description": "",
16328 "type": {
16329 "kind": "SCALAR",
16330 "name": "String",
16331 "ofType": null
16332 },
16333 "defaultValue": null
16334 },
16335 {
16336 "name": "gitHubId",
16337 "description": "",
16338 "type": {
16339 "kind": "SCALAR",
16340 "name": "String",
16341 "ofType": null
16342 },
16343 "defaultValue": null
16344 },
16345 {
16346 "name": "orderBy",
16347 "description": "",
16348 "type": {
16349 "kind": "LIST",
16350 "name": null,
16351 "ofType": {
16352 "kind": "ENUM",
16353 "name": "_RepoOrdering",
16354 "ofType": null
16355 }
16356 },
16357 "defaultValue": null
16358 },
16359 {
16360 "name": "first",
16361 "description": "",
16362 "type": {
16363 "kind": "SCALAR",
16364 "name": "Int",
16365 "ofType": null
16366 },
16367 "defaultValue": null
16368 },
16369 {
16370 "name": "offset",
16371 "description": "",
16372 "type": {
16373 "kind": "SCALAR",
16374 "name": "Int",
16375 "ofType": null
16376 },
16377 "defaultValue": null
16378 },
16379 {
16380 "name": "defaultBranch",
16381 "description": "",
16382 "type": {
16383 "kind": "SCALAR",
16384 "name": "String",
16385 "ofType": null
16386 },
16387 "defaultValue": null
16388 }
16389 ],
16390 "type": {
16391 "kind": "LIST",
16392 "name": null,
16393 "ofType": {
16394 "kind": "OBJECT",
16395 "name": "Repo",
16396 "ofType": null
16397 }
16398 },
16399 "isDeprecated": false,
16400 "deprecationReason": null
16401 },
16402 {
16403 "name": "repos",
16404 "description": "Org repos Repo",
16405 "args": [
16406 {
16407 "name": "id",
16408 "description": "",
16409 "type": {
16410 "kind": "SCALAR",
16411 "name": "ID",
16412 "ofType": null
16413 },
16414 "defaultValue": null
16415 },
16416 {
16417 "name": "owner",
16418 "description": "",
16419 "type": {
16420 "kind": "SCALAR",
16421 "name": "String",
16422 "ofType": null
16423 },
16424 "defaultValue": null
16425 },
16426 {
16427 "name": "name",
16428 "description": "",
16429 "type": {
16430 "kind": "SCALAR",
16431 "name": "String",
16432 "ofType": null
16433 },
16434 "defaultValue": null
16435 },
16436 {
16437 "name": "allowRebaseMerge",
16438 "description": "",
16439 "type": {
16440 "kind": "SCALAR",
16441 "name": "Boolean",
16442 "ofType": null
16443 },
16444 "defaultValue": null
16445 },
16446 {
16447 "name": "allowSquashMerge",
16448 "description": "",
16449 "type": {
16450 "kind": "SCALAR",
16451 "name": "Boolean",
16452 "ofType": null
16453 },
16454 "defaultValue": null
16455 },
16456 {
16457 "name": "allowMergeCommit",
16458 "description": "",
16459 "type": {
16460 "kind": "SCALAR",
16461 "name": "Boolean",
16462 "ofType": null
16463 },
16464 "defaultValue": null
16465 },
16466 {
16467 "name": "repoId",
16468 "description": "",
16469 "type": {
16470 "kind": "SCALAR",
16471 "name": "String",
16472 "ofType": null
16473 },
16474 "defaultValue": null
16475 },
16476 {
16477 "name": "gitHubId",
16478 "description": "",
16479 "type": {
16480 "kind": "SCALAR",
16481 "name": "String",
16482 "ofType": null
16483 },
16484 "defaultValue": null
16485 },
16486 {
16487 "name": "orderBy",
16488 "description": "",
16489 "type": {
16490 "kind": "LIST",
16491 "name": null,
16492 "ofType": {
16493 "kind": "ENUM",
16494 "name": "_RepoOrdering",
16495 "ofType": null
16496 }
16497 },
16498 "defaultValue": null
16499 },
16500 {
16501 "name": "first",
16502 "description": "",
16503 "type": {
16504 "kind": "SCALAR",
16505 "name": "Int",
16506 "ofType": null
16507 },
16508 "defaultValue": null
16509 },
16510 {
16511 "name": "offset",
16512 "description": "",
16513 "type": {
16514 "kind": "SCALAR",
16515 "name": "Int",
16516 "ofType": null
16517 },
16518 "defaultValue": null
16519 },
16520 {
16521 "name": "defaultBranch",
16522 "description": "",
16523 "type": {
16524 "kind": "SCALAR",
16525 "name": "String",
16526 "ofType": null
16527 },
16528 "defaultValue": null
16529 }
16530 ],
16531 "type": {
16532 "kind": "LIST",
16533 "name": null,
16534 "ofType": {
16535 "kind": "OBJECT",
16536 "name": "Repo",
16537 "ofType": null
16538 }
16539 },
16540 "isDeprecated": false,
16541 "deprecationReason": null
16542 },
16543 {
16544 "name": "chatTeam",
16545 "description": "Org chatTeam ChatTeam",
16546 "args": [
16547 {
16548 "name": "id",
16549 "description": "",
16550 "type": {
16551 "kind": "SCALAR",
16552 "name": "ID",
16553 "ofType": null
16554 },
16555 "defaultValue": null
16556 },
16557 {
16558 "name": "name",
16559 "description": "",
16560 "type": {
16561 "kind": "SCALAR",
16562 "name": "String",
16563 "ofType": null
16564 },
16565 "defaultValue": null
16566 },
16567 {
16568 "name": "provider",
16569 "description": "",
16570 "type": {
16571 "kind": "SCALAR",
16572 "name": "String",
16573 "ofType": null
16574 },
16575 "defaultValue": null
16576 },
16577 {
16578 "name": "tenantId",
16579 "description": "",
16580 "type": {
16581 "kind": "SCALAR",
16582 "name": "String",
16583 "ofType": null
16584 },
16585 "defaultValue": null
16586 },
16587 {
16588 "name": "domain",
16589 "description": "",
16590 "type": {
16591 "kind": "SCALAR",
16592 "name": "String",
16593 "ofType": null
16594 },
16595 "defaultValue": null
16596 },
16597 {
16598 "name": "messageCount",
16599 "description": "",
16600 "type": {
16601 "kind": "SCALAR",
16602 "name": "Float",
16603 "ofType": null
16604 },
16605 "defaultValue": null
16606 },
16607 {
16608 "name": "emailDomain",
16609 "description": "",
16610 "type": {
16611 "kind": "SCALAR",
16612 "name": "String",
16613 "ofType": null
16614 },
16615 "defaultValue": null
16616 }
16617 ],
16618 "type": {
16619 "kind": "OBJECT",
16620 "name": "ChatTeam",
16621 "ofType": null
16622 },
16623 "isDeprecated": false,
16624 "deprecationReason": null
16625 },
16626 {
16627 "name": "team",
16628 "description": "Org team Team",
16629 "args": [
16630 {
16631 "name": "id",
16632 "description": "",
16633 "type": {
16634 "kind": "SCALAR",
16635 "name": "String",
16636 "ofType": null
16637 },
16638 "defaultValue": null
16639 },
16640 {
16641 "name": "name",
16642 "description": "",
16643 "type": {
16644 "kind": "SCALAR",
16645 "name": "String",
16646 "ofType": null
16647 },
16648 "defaultValue": null
16649 },
16650 {
16651 "name": "description",
16652 "description": "",
16653 "type": {
16654 "kind": "SCALAR",
16655 "name": "String",
16656 "ofType": null
16657 },
16658 "defaultValue": null
16659 },
16660 {
16661 "name": "iconUrl",
16662 "description": "",
16663 "type": {
16664 "kind": "SCALAR",
16665 "name": "String",
16666 "ofType": null
16667 },
16668 "defaultValue": null
16669 },
16670 {
16671 "name": "createdAt",
16672 "description": "",
16673 "type": {
16674 "kind": "SCALAR",
16675 "name": "String",
16676 "ofType": null
16677 },
16678 "defaultValue": null
16679 }
16680 ],
16681 "type": {
16682 "kind": "OBJECT",
16683 "name": "Team",
16684 "ofType": null
16685 },
16686 "isDeprecated": false,
16687 "deprecationReason": null
16688 }
16689 ],
16690 "inputFields": null,
16691 "interfaces": [],
16692 "enumValues": null,
16693 "possibleTypes": null
16694 },
16695 {
16696 "kind": "ENUM",
16697 "name": "ProviderType",
16698 "description": "Enum for ProviderType",
16699 "fields": null,
16700 "inputFields": null,
16701 "interfaces": null,
16702 "enumValues": [
16703 {
16704 "name": "bitbucket_cloud",
16705 "description": "Value for bitbucket_cloud",
16706 "isDeprecated": false,
16707 "deprecationReason": null
16708 },
16709 {
16710 "name": "github_com",
16711 "description": "Value for github_com",
16712 "isDeprecated": false,
16713 "deprecationReason": null
16714 },
16715 {
16716 "name": "ghe",
16717 "description": "Value for ghe",
16718 "isDeprecated": false,
16719 "deprecationReason": null
16720 },
16721 {
16722 "name": "bitbucket",
16723 "description": "Value for bitbucket",
16724 "isDeprecated": false,
16725 "deprecationReason": null
16726 },
16727 {
16728 "name": "gitlab",
16729 "description": "Value for gitlab",
16730 "isDeprecated": false,
16731 "deprecationReason": null
16732 }
16733 ],
16734 "possibleTypes": null
16735 },
16736 {
16737 "kind": "OBJECT",
16738 "name": "GitHubProvider",
16739 "description": "GitHubProvider-Node",
16740 "fields": [
16741 {
16742 "name": "_id",
16743 "description": "internal node id",
16744 "args": [],
16745 "type": {
16746 "kind": "SCALAR",
16747 "name": "Int",
16748 "ofType": null
16749 },
16750 "isDeprecated": false,
16751 "deprecationReason": null
16752 },
16753 {
16754 "name": "id",
16755 "description": "id of GitHubProvider",
16756 "args": [],
16757 "type": {
16758 "kind": "SCALAR",
16759 "name": "ID",
16760 "ofType": null
16761 },
16762 "isDeprecated": false,
16763 "deprecationReason": null
16764 },
16765 {
16766 "name": "url",
16767 "description": "url of GitHubProvider",
16768 "args": [],
16769 "type": {
16770 "kind": "SCALAR",
16771 "name": "String",
16772 "ofType": null
16773 },
16774 "isDeprecated": false,
16775 "deprecationReason": null
16776 },
16777 {
16778 "name": "providerId",
16779 "description": "providerId of GitHubProvider",
16780 "args": [],
16781 "type": {
16782 "kind": "SCALAR",
16783 "name": "String",
16784 "ofType": null
16785 },
16786 "isDeprecated": false,
16787 "deprecationReason": null
16788 },
16789 {
16790 "name": "private",
16791 "description": "private is this provider reachable on the public internet",
16792 "args": [],
16793 "type": {
16794 "kind": "SCALAR",
16795 "name": "Boolean",
16796 "ofType": null
16797 },
16798 "isDeprecated": false,
16799 "deprecationReason": null
16800 },
16801 {
16802 "name": "apiUrl",
16803 "description": "apiUrl of GitHubProvider",
16804 "args": [],
16805 "type": {
16806 "kind": "SCALAR",
16807 "name": "String",
16808 "ofType": null
16809 },
16810 "isDeprecated": false,
16811 "deprecationReason": null
16812 },
16813 {
16814 "name": "gitUrl",
16815 "description": "gitUrl of GitHubProvider",
16816 "args": [],
16817 "type": {
16818 "kind": "SCALAR",
16819 "name": "String",
16820 "ofType": null
16821 },
16822 "isDeprecated": false,
16823 "deprecationReason": null
16824 },
16825 {
16826 "name": "providerType",
16827 "description": "providerType of GitHubProvider",
16828 "args": [],
16829 "type": {
16830 "kind": "ENUM",
16831 "name": "ProviderType",
16832 "ofType": null
16833 },
16834 "isDeprecated": false,
16835 "deprecationReason": null
16836 },
16837 {
16838 "name": "team",
16839 "description": "GitHubProvider team Team",
16840 "args": [
16841 {
16842 "name": "id",
16843 "description": "",
16844 "type": {
16845 "kind": "SCALAR",
16846 "name": "String",
16847 "ofType": null
16848 },
16849 "defaultValue": null
16850 },
16851 {
16852 "name": "name",
16853 "description": "",
16854 "type": {
16855 "kind": "SCALAR",
16856 "name": "String",
16857 "ofType": null
16858 },
16859 "defaultValue": null
16860 },
16861 {
16862 "name": "description",
16863 "description": "",
16864 "type": {
16865 "kind": "SCALAR",
16866 "name": "String",
16867 "ofType": null
16868 },
16869 "defaultValue": null
16870 },
16871 {
16872 "name": "iconUrl",
16873 "description": "",
16874 "type": {
16875 "kind": "SCALAR",
16876 "name": "String",
16877 "ofType": null
16878 },
16879 "defaultValue": null
16880 },
16881 {
16882 "name": "createdAt",
16883 "description": "",
16884 "type": {
16885 "kind": "SCALAR",
16886 "name": "String",
16887 "ofType": null
16888 },
16889 "defaultValue": null
16890 }
16891 ],
16892 "type": {
16893 "kind": "OBJECT",
16894 "name": "Team",
16895 "ofType": null
16896 },
16897 "isDeprecated": false,
16898 "deprecationReason": null
16899 }
16900 ],
16901 "inputFields": null,
16902 "interfaces": [],
16903 "enumValues": null,
16904 "possibleTypes": null
16905 },
16906 {
16907 "kind": "OBJECT",
16908 "name": "SCMProvider",
16909 "description": "SCMProvider-Node",
16910 "fields": [
16911 {
16912 "name": "_id",
16913 "description": "internal node id",
16914 "args": [],
16915 "type": {
16916 "kind": "NON_NULL",
16917 "name": null,
16918 "ofType": {
16919 "kind": "SCALAR",
16920 "name": "Int",
16921 "ofType": null
16922 }
16923 },
16924 "isDeprecated": false,
16925 "deprecationReason": null
16926 },
16927 {
16928 "name": "id",
16929 "description": "id of SCMProvider",
16930 "args": [],
16931 "type": {
16932 "kind": "NON_NULL",
16933 "name": null,
16934 "ofType": {
16935 "kind": "SCALAR",
16936 "name": "ID",
16937 "ofType": null
16938 }
16939 },
16940 "isDeprecated": false,
16941 "deprecationReason": null
16942 },
16943 {
16944 "name": "name",
16945 "description": "",
16946 "args": [],
16947 "type": {
16948 "kind": "SCALAR",
16949 "name": "String",
16950 "ofType": null
16951 },
16952 "isDeprecated": false,
16953 "deprecationReason": null
16954 },
16955 {
16956 "name": "url",
16957 "description": "url of SCMProvider",
16958 "args": [],
16959 "type": {
16960 "kind": "SCALAR",
16961 "name": "String",
16962 "ofType": null
16963 },
16964 "isDeprecated": false,
16965 "deprecationReason": null
16966 },
16967 {
16968 "name": "providerId",
16969 "description": "providerId of SCMProvider",
16970 "args": [],
16971 "type": {
16972 "kind": "SCALAR",
16973 "name": "String",
16974 "ofType": null
16975 },
16976 "isDeprecated": false,
16977 "deprecationReason": null
16978 },
16979 {
16980 "name": "private",
16981 "description": "private is this provider reachable on the public internet",
16982 "args": [],
16983 "type": {
16984 "kind": "SCALAR",
16985 "name": "Boolean",
16986 "ofType": null
16987 },
16988 "isDeprecated": false,
16989 "deprecationReason": null
16990 },
16991 {
16992 "name": "apiUrl",
16993 "description": "apiUrl of SCMProvider",
16994 "args": [],
16995 "type": {
16996 "kind": "SCALAR",
16997 "name": "String",
16998 "ofType": null
16999 },
17000 "isDeprecated": false,
17001 "deprecationReason": null
17002 },
17003 {
17004 "name": "gitUrl",
17005 "description": "gitUrl of SCMProvider",
17006 "args": [],
17007 "type": {
17008 "kind": "SCALAR",
17009 "name": "String",
17010 "ofType": null
17011 },
17012 "isDeprecated": false,
17013 "deprecationReason": null
17014 },
17015 {
17016 "name": "providerType",
17017 "description": "providerType of SCMProvider",
17018 "args": [],
17019 "type": {
17020 "kind": "ENUM",
17021 "name": "ProviderType",
17022 "ofType": null
17023 },
17024 "isDeprecated": false,
17025 "deprecationReason": null
17026 },
17027 {
17028 "name": "targetConfiguration",
17029 "description": "",
17030 "args": [],
17031 "type": {
17032 "kind": "OBJECT",
17033 "name": "SCMProviderSpec",
17034 "ofType": null
17035 },
17036 "isDeprecated": false,
17037 "deprecationReason": null
17038 },
17039 {
17040 "name": "state",
17041 "description": "",
17042 "args": [],
17043 "type": {
17044 "kind": "OBJECT",
17045 "name": "SCMProviderState",
17046 "ofType": null
17047 },
17048 "isDeprecated": false,
17049 "deprecationReason": null
17050 },
17051 {
17052 "name": "team",
17053 "description": "SCMProvider team Team",
17054 "args": [
17055 {
17056 "name": "id",
17057 "description": "",
17058 "type": {
17059 "kind": "SCALAR",
17060 "name": "String",
17061 "ofType": null
17062 },
17063 "defaultValue": null
17064 },
17065 {
17066 "name": "name",
17067 "description": "",
17068 "type": {
17069 "kind": "SCALAR",
17070 "name": "String",
17071 "ofType": null
17072 },
17073 "defaultValue": null
17074 },
17075 {
17076 "name": "description",
17077 "description": "",
17078 "type": {
17079 "kind": "SCALAR",
17080 "name": "String",
17081 "ofType": null
17082 },
17083 "defaultValue": null
17084 },
17085 {
17086 "name": "iconUrl",
17087 "description": "",
17088 "type": {
17089 "kind": "SCALAR",
17090 "name": "String",
17091 "ofType": null
17092 },
17093 "defaultValue": null
17094 },
17095 {
17096 "name": "createdAt",
17097 "description": "",
17098 "type": {
17099 "kind": "SCALAR",
17100 "name": "String",
17101 "ofType": null
17102 },
17103 "defaultValue": null
17104 }
17105 ],
17106 "type": {
17107 "kind": "NON_NULL",
17108 "name": null,
17109 "ofType": {
17110 "kind": "OBJECT",
17111 "name": "Team",
17112 "ofType": null
17113 }
17114 },
17115 "isDeprecated": false,
17116 "deprecationReason": null
17117 },
17118 {
17119 "name": "authProviderId",
17120 "description": "ID of the auth provider protecting this resource (same as providerId for github.com)",
17121 "args": [],
17122 "type": {
17123 "kind": "SCALAR",
17124 "name": "String",
17125 "ofType": null
17126 },
17127 "isDeprecated": false,
17128 "deprecationReason": null
17129 },
17130 {
17131 "name": "credential",
17132 "description": "",
17133 "args": [],
17134 "type": {
17135 "kind": "OBJECT",
17136 "name": "OAuthToken",
17137 "ofType": null
17138 },
17139 "isDeprecated": false,
17140 "deprecationReason": null
17141 },
17142 {
17143 "name": "webhooks",
17144 "description": "any webooks associated with this provider",
17145 "args": [
17146 {
17147 "name": "id",
17148 "description": "",
17149 "type": {
17150 "kind": "SCALAR",
17151 "name": "ID",
17152 "ofType": null
17153 },
17154 "defaultValue": null
17155 }
17156 ],
17157 "type": {
17158 "kind": "LIST",
17159 "name": null,
17160 "ofType": {
17161 "kind": "OBJECT",
17162 "name": "Webhook",
17163 "ofType": null
17164 }
17165 },
17166 "isDeprecated": false,
17167 "deprecationReason": null
17168 }
17169 ],
17170 "inputFields": null,
17171 "interfaces": [
17172 {
17173 "kind": "INTERFACE",
17174 "name": "ResourceProvider",
17175 "ofType": null
17176 }
17177 ],
17178 "enumValues": null,
17179 "possibleTypes": null
17180 },
17181 {
17182 "kind": "INTERFACE",
17183 "name": "ResourceProvider",
17184 "description": "",
17185 "fields": [
17186 {
17187 "name": "_id",
17188 "description": "internal node id",
17189 "args": [],
17190 "type": {
17191 "kind": "NON_NULL",
17192 "name": null,
17193 "ofType": {
17194 "kind": "SCALAR",
17195 "name": "Int",
17196 "ofType": null
17197 }
17198 },
17199 "isDeprecated": false,
17200 "deprecationReason": null
17201 },
17202 {
17203 "name": "id",
17204 "description": "id of SCMProvider",
17205 "args": [],
17206 "type": {
17207 "kind": "NON_NULL",
17208 "name": null,
17209 "ofType": {
17210 "kind": "SCALAR",
17211 "name": "ID",
17212 "ofType": null
17213 }
17214 },
17215 "isDeprecated": false,
17216 "deprecationReason": null
17217 },
17218 {
17219 "name": "name",
17220 "description": "",
17221 "args": [],
17222 "type": {
17223 "kind": "SCALAR",
17224 "name": "String",
17225 "ofType": null
17226 },
17227 "isDeprecated": false,
17228 "deprecationReason": null
17229 },
17230 {
17231 "name": "team",
17232 "description": "SCMProvider team Team",
17233 "args": [],
17234 "type": {
17235 "kind": "NON_NULL",
17236 "name": null,
17237 "ofType": {
17238 "kind": "OBJECT",
17239 "name": "Team",
17240 "ofType": null
17241 }
17242 },
17243 "isDeprecated": false,
17244 "deprecationReason": null
17245 },
17246 {
17247 "name": "authProviderId",
17248 "description": "ID of the auth provider protecting this resource (same as providerId for github.com)",
17249 "args": [],
17250 "type": {
17251 "kind": "SCALAR",
17252 "name": "String",
17253 "ofType": null
17254 },
17255 "isDeprecated": false,
17256 "deprecationReason": null
17257 },
17258 {
17259 "name": "credential",
17260 "description": "",
17261 "args": [],
17262 "type": {
17263 "kind": "INTERFACE",
17264 "name": "Credential",
17265 "ofType": null
17266 },
17267 "isDeprecated": false,
17268 "deprecationReason": null
17269 },
17270 {
17271 "name": "webhooks",
17272 "description": "",
17273 "args": [],
17274 "type": {
17275 "kind": "LIST",
17276 "name": null,
17277 "ofType": {
17278 "kind": "OBJECT",
17279 "name": "Webhook",
17280 "ofType": null
17281 }
17282 },
17283 "isDeprecated": false,
17284 "deprecationReason": null
17285 }
17286 ],
17287 "inputFields": null,
17288 "interfaces": null,
17289 "enumValues": null,
17290 "possibleTypes": [
17291 {
17292 "kind": "OBJECT",
17293 "name": "SCMProvider",
17294 "ofType": null
17295 }
17296 ]
17297 },
17298 {
17299 "kind": "OBJECT",
17300 "name": "Webhook",
17301 "description": "Webhook-Node",
17302 "fields": [
17303 {
17304 "name": "name",
17305 "description": "just a name",
17306 "args": [],
17307 "type": {
17308 "kind": "NON_NULL",
17309 "name": null,
17310 "ofType": {
17311 "kind": "SCALAR",
17312 "name": "String",
17313 "ofType": null
17314 }
17315 },
17316 "isDeprecated": false,
17317 "deprecationReason": null
17318 },
17319 {
17320 "name": "id",
17321 "description": "id of Webhook",
17322 "args": [],
17323 "type": {
17324 "kind": "NON_NULL",
17325 "name": null,
17326 "ofType": {
17327 "kind": "SCALAR",
17328 "name": "ID",
17329 "ofType": null
17330 }
17331 },
17332 "isDeprecated": false,
17333 "deprecationReason": null
17334 },
17335 {
17336 "name": "url",
17337 "description": "url of Webhook",
17338 "args": [],
17339 "type": {
17340 "kind": "NON_NULL",
17341 "name": null,
17342 "ofType": {
17343 "kind": "SCALAR",
17344 "name": "String",
17345 "ofType": null
17346 }
17347 },
17348 "isDeprecated": false,
17349 "deprecationReason": null
17350 },
17351 {
17352 "name": "authType",
17353 "description": "type of validation",
17354 "args": [],
17355 "type": {
17356 "kind": "NON_NULL",
17357 "name": null,
17358 "ofType": {
17359 "kind": "ENUM",
17360 "name": "WebhookAuthType",
17361 "ofType": null
17362 }
17363 },
17364 "isDeprecated": false,
17365 "deprecationReason": null
17366 },
17367 {
17368 "name": "provider",
17369 "description": "",
17370 "args": [],
17371 "type": {
17372 "kind": "NON_NULL",
17373 "name": null,
17374 "ofType": {
17375 "kind": "INTERFACE",
17376 "name": "ResourceProvider",
17377 "ofType": null
17378 }
17379 },
17380 "isDeprecated": false,
17381 "deprecationReason": null
17382 },
17383 {
17384 "name": "tags",
17385 "description": "",
17386 "args": [],
17387 "type": {
17388 "kind": "LIST",
17389 "name": null,
17390 "ofType": {
17391 "kind": "OBJECT",
17392 "name": "AtomistKeyValuePair",
17393 "ofType": null
17394 }
17395 },
17396 "isDeprecated": false,
17397 "deprecationReason": null
17398 },
17399 {
17400 "name": "state",
17401 "description": "",
17402 "args": [],
17403 "type": {
17404 "kind": "NON_NULL",
17405 "name": null,
17406 "ofType": {
17407 "kind": "ENUM",
17408 "name": "WebhookState",
17409 "ofType": null
17410 }
17411 },
17412 "isDeprecated": false,
17413 "deprecationReason": null
17414 }
17415 ],
17416 "inputFields": null,
17417 "interfaces": [],
17418 "enumValues": null,
17419 "possibleTypes": null
17420 },
17421 {
17422 "kind": "ENUM",
17423 "name": "WebhookAuthType",
17424 "description": "",
17425 "fields": null,
17426 "inputFields": null,
17427 "interfaces": null,
17428 "enumValues": [
17429 {
17430 "name": "hmac_sha1",
17431 "description": "",
17432 "isDeprecated": false,
17433 "deprecationReason": null
17434 },
17435 {
17436 "name": "none",
17437 "description": "",
17438 "isDeprecated": false,
17439 "deprecationReason": null
17440 }
17441 ],
17442 "possibleTypes": null
17443 },
17444 {
17445 "kind": "OBJECT",
17446 "name": "AtomistKeyValuePair",
17447 "description": "",
17448 "fields": [
17449 {
17450 "name": "name",
17451 "description": "",
17452 "args": [],
17453 "type": {
17454 "kind": "NON_NULL",
17455 "name": null,
17456 "ofType": {
17457 "kind": "SCALAR",
17458 "name": "String",
17459 "ofType": null
17460 }
17461 },
17462 "isDeprecated": false,
17463 "deprecationReason": null
17464 },
17465 {
17466 "name": "value",
17467 "description": "",
17468 "args": [],
17469 "type": {
17470 "kind": "NON_NULL",
17471 "name": null,
17472 "ofType": {
17473 "kind": "SCALAR",
17474 "name": "String",
17475 "ofType": null
17476 }
17477 },
17478 "isDeprecated": false,
17479 "deprecationReason": null
17480 }
17481 ],
17482 "inputFields": null,
17483 "interfaces": [],
17484 "enumValues": null,
17485 "possibleTypes": null
17486 },
17487 {
17488 "kind": "ENUM",
17489 "name": "WebhookState",
17490 "description": "",
17491 "fields": null,
17492 "inputFields": null,
17493 "interfaces": null,
17494 "enumValues": [
17495 {
17496 "name": "enabled",
17497 "description": "",
17498 "isDeprecated": false,
17499 "deprecationReason": null
17500 },
17501 {
17502 "name": "disabled",
17503 "description": "",
17504 "isDeprecated": false,
17505 "deprecationReason": null
17506 }
17507 ],
17508 "possibleTypes": null
17509 },
17510 {
17511 "kind": "OBJECT",
17512 "name": "SCMProviderSpec",
17513 "description": "",
17514 "fields": [
17515 {
17516 "name": "orgSpecs",
17517 "description": "",
17518 "args": [],
17519 "type": {
17520 "kind": "NON_NULL",
17521 "name": null,
17522 "ofType": {
17523 "kind": "LIST",
17524 "name": null,
17525 "ofType": {
17526 "kind": "NON_NULL",
17527 "name": null,
17528 "ofType": {
17529 "kind": "SCALAR",
17530 "name": "String",
17531 "ofType": null
17532 }
17533 }
17534 }
17535 },
17536 "isDeprecated": false,
17537 "deprecationReason": null
17538 },
17539 {
17540 "name": "repoSpecs",
17541 "description": "",
17542 "args": [],
17543 "type": {
17544 "kind": "NON_NULL",
17545 "name": null,
17546 "ofType": {
17547 "kind": "LIST",
17548 "name": null,
17549 "ofType": {
17550 "kind": "NON_NULL",
17551 "name": null,
17552 "ofType": {
17553 "kind": "OBJECT",
17554 "name": "SCMProviderRepoSpec",
17555 "ofType": null
17556 }
17557 }
17558 }
17559 },
17560 "isDeprecated": false,
17561 "deprecationReason": null
17562 }
17563 ],
17564 "inputFields": null,
17565 "interfaces": [],
17566 "enumValues": null,
17567 "possibleTypes": null
17568 },
17569 {
17570 "kind": "OBJECT",
17571 "name": "SCMProviderRepoSpec",
17572 "description": "",
17573 "fields": [
17574 {
17575 "name": "ownerSpec",
17576 "description": "",
17577 "args": [],
17578 "type": {
17579 "kind": "NON_NULL",
17580 "name": null,
17581 "ofType": {
17582 "kind": "SCALAR",
17583 "name": "String",
17584 "ofType": null
17585 }
17586 },
17587 "isDeprecated": false,
17588 "deprecationReason": null
17589 },
17590 {
17591 "name": "nameSpec",
17592 "description": "",
17593 "args": [],
17594 "type": {
17595 "kind": "NON_NULL",
17596 "name": null,
17597 "ofType": {
17598 "kind": "SCALAR",
17599 "name": "String",
17600 "ofType": null
17601 }
17602 },
17603 "isDeprecated": false,
17604 "deprecationReason": null
17605 }
17606 ],
17607 "inputFields": null,
17608 "interfaces": [],
17609 "enumValues": null,
17610 "possibleTypes": null
17611 },
17612 {
17613 "kind": "OBJECT",
17614 "name": "SCMProviderState",
17615 "description": "",
17616 "fields": [
17617 {
17618 "name": "error",
17619 "description": "",
17620 "args": [],
17621 "type": {
17622 "kind": "SCALAR",
17623 "name": "String",
17624 "ofType": null
17625 },
17626 "isDeprecated": false,
17627 "deprecationReason": null
17628 },
17629 {
17630 "name": "name",
17631 "description": "",
17632 "args": [],
17633 "type": {
17634 "kind": "ENUM",
17635 "name": "SCMProviderStateName",
17636 "ofType": null
17637 },
17638 "isDeprecated": false,
17639 "deprecationReason": null
17640 }
17641 ],
17642 "inputFields": null,
17643 "interfaces": [],
17644 "enumValues": null,
17645 "possibleTypes": null
17646 },
17647 {
17648 "kind": "ENUM",
17649 "name": "SCMProviderStateName",
17650 "description": "",
17651 "fields": null,
17652 "inputFields": null,
17653 "interfaces": null,
17654 "enumValues": [
17655 {
17656 "name": "converged",
17657 "description": "",
17658 "isDeprecated": false,
17659 "deprecationReason": null
17660 },
17661 {
17662 "name": "unconverged",
17663 "description": "",
17664 "isDeprecated": false,
17665 "deprecationReason": null
17666 },
17667 {
17668 "name": "misconfigured",
17669 "description": "",
17670 "isDeprecated": false,
17671 "deprecationReason": null
17672 },
17673 {
17674 "name": "unauthorized",
17675 "description": "",
17676 "isDeprecated": false,
17677 "deprecationReason": null
17678 }
17679 ],
17680 "possibleTypes": null
17681 },
17682 {
17683 "kind": "OBJECT",
17684 "name": "OAuthToken",
17685 "description": "",
17686 "fields": [
17687 {
17688 "name": "_id",
17689 "description": "",
17690 "args": [],
17691 "type": {
17692 "kind": "NON_NULL",
17693 "name": null,
17694 "ofType": {
17695 "kind": "SCALAR",
17696 "name": "Int",
17697 "ofType": null
17698 }
17699 },
17700 "isDeprecated": false,
17701 "deprecationReason": null
17702 },
17703 {
17704 "name": "id",
17705 "description": "",
17706 "args": [],
17707 "type": {
17708 "kind": "NON_NULL",
17709 "name": null,
17710 "ofType": {
17711 "kind": "SCALAR",
17712 "name": "ID",
17713 "ofType": null
17714 }
17715 },
17716 "isDeprecated": false,
17717 "deprecationReason": null
17718 },
17719 {
17720 "name": "owner",
17721 "description": "",
17722 "args": [],
17723 "type": {
17724 "kind": "NON_NULL",
17725 "name": null,
17726 "ofType": {
17727 "kind": "OBJECT",
17728 "name": "SCMId",
17729 "ofType": null
17730 }
17731 },
17732 "isDeprecated": false,
17733 "deprecationReason": null
17734 },
17735 {
17736 "name": "scopes",
17737 "description": "",
17738 "args": [],
17739 "type": {
17740 "kind": "NON_NULL",
17741 "name": null,
17742 "ofType": {
17743 "kind": "LIST",
17744 "name": null,
17745 "ofType": {
17746 "kind": "NON_NULL",
17747 "name": null,
17748 "ofType": {
17749 "kind": "SCALAR",
17750 "name": "String",
17751 "ofType": null
17752 }
17753 }
17754 }
17755 },
17756 "isDeprecated": false,
17757 "deprecationReason": null
17758 },
17759 {
17760 "name": "secret",
17761 "description": "",
17762 "args": [],
17763 "type": {
17764 "kind": "NON_NULL",
17765 "name": null,
17766 "ofType": {
17767 "kind": "SCALAR",
17768 "name": "String",
17769 "ofType": null
17770 }
17771 },
17772 "isDeprecated": false,
17773 "deprecationReason": null
17774 }
17775 ],
17776 "inputFields": null,
17777 "interfaces": [
17778 {
17779 "kind": "INTERFACE",
17780 "name": "Credential",
17781 "ofType": null
17782 }
17783 ],
17784 "enumValues": null,
17785 "possibleTypes": null
17786 },
17787 {
17788 "kind": "ENUM",
17789 "name": "_RepoOrdering",
17790 "description": "Ordering Enum for Repo",
17791 "fields": null,
17792 "inputFields": null,
17793 "interfaces": null,
17794 "enumValues": [
17795 {
17796 "name": "atmTeamId_asc",
17797 "description": "Ascending sort for atmTeamId",
17798 "isDeprecated": false,
17799 "deprecationReason": null
17800 },
17801 {
17802 "name": "atmTeamId_desc",
17803 "description": "Descending sort for atmTeamId",
17804 "isDeprecated": false,
17805 "deprecationReason": null
17806 },
17807 {
17808 "name": "id_asc",
17809 "description": "Ascending sort for id",
17810 "isDeprecated": false,
17811 "deprecationReason": null
17812 },
17813 {
17814 "name": "id_desc",
17815 "description": "Descending sort for id",
17816 "isDeprecated": false,
17817 "deprecationReason": null
17818 },
17819 {
17820 "name": "owner_asc",
17821 "description": "Ascending sort for owner",
17822 "isDeprecated": false,
17823 "deprecationReason": null
17824 },
17825 {
17826 "name": "owner_desc",
17827 "description": "Descending sort for owner",
17828 "isDeprecated": false,
17829 "deprecationReason": null
17830 },
17831 {
17832 "name": "name_asc",
17833 "description": "Ascending sort for name",
17834 "isDeprecated": false,
17835 "deprecationReason": null
17836 },
17837 {
17838 "name": "name_desc",
17839 "description": "Descending sort for name",
17840 "isDeprecated": false,
17841 "deprecationReason": null
17842 },
17843 {
17844 "name": "allowRebaseMerge_asc",
17845 "description": "Ascending sort for allowRebaseMerge",
17846 "isDeprecated": false,
17847 "deprecationReason": null
17848 },
17849 {
17850 "name": "allowRebaseMerge_desc",
17851 "description": "Descending sort for allowRebaseMerge",
17852 "isDeprecated": false,
17853 "deprecationReason": null
17854 },
17855 {
17856 "name": "allowSquashMerge_asc",
17857 "description": "Ascending sort for allowSquashMerge",
17858 "isDeprecated": false,
17859 "deprecationReason": null
17860 },
17861 {
17862 "name": "allowSquashMerge_desc",
17863 "description": "Descending sort for allowSquashMerge",
17864 "isDeprecated": false,
17865 "deprecationReason": null
17866 },
17867 {
17868 "name": "allowMergeCommit_asc",
17869 "description": "Ascending sort for allowMergeCommit",
17870 "isDeprecated": false,
17871 "deprecationReason": null
17872 },
17873 {
17874 "name": "allowMergeCommit_desc",
17875 "description": "Descending sort for allowMergeCommit",
17876 "isDeprecated": false,
17877 "deprecationReason": null
17878 },
17879 {
17880 "name": "repoId_asc",
17881 "description": "Ascending sort for repoId",
17882 "isDeprecated": false,
17883 "deprecationReason": null
17884 },
17885 {
17886 "name": "repoId_desc",
17887 "description": "Descending sort for repoId",
17888 "isDeprecated": false,
17889 "deprecationReason": null
17890 },
17891 {
17892 "name": "gitHubId_asc",
17893 "description": "Ascending sort for gitHubId",
17894 "isDeprecated": false,
17895 "deprecationReason": null
17896 },
17897 {
17898 "name": "gitHubId_desc",
17899 "description": "Descending sort for gitHubId",
17900 "isDeprecated": false,
17901 "deprecationReason": null
17902 },
17903 {
17904 "name": "defaultBranch_asc",
17905 "description": "Ascending sort for defaultBranch",
17906 "isDeprecated": false,
17907 "deprecationReason": null
17908 },
17909 {
17910 "name": "defaultBranch_desc",
17911 "description": "Descending sort for defaultBranch",
17912 "isDeprecated": false,
17913 "deprecationReason": null
17914 }
17915 ],
17916 "possibleTypes": null
17917 },
17918 {
17919 "kind": "OBJECT",
17920 "name": "ChatTeam",
17921 "description": "ChatTeam-Node",
17922 "fields": [
17923 {
17924 "name": "_id",
17925 "description": "internal node id",
17926 "args": [],
17927 "type": {
17928 "kind": "SCALAR",
17929 "name": "Int",
17930 "ofType": null
17931 },
17932 "isDeprecated": false,
17933 "deprecationReason": null
17934 },
17935 {
17936 "name": "id",
17937 "description": "id of ChatTeam",
17938 "args": [],
17939 "type": {
17940 "kind": "SCALAR",
17941 "name": "ID",
17942 "ofType": null
17943 },
17944 "isDeprecated": false,
17945 "deprecationReason": null
17946 },
17947 {
17948 "name": "name",
17949 "description": "name of ChatTeam",
17950 "args": [],
17951 "type": {
17952 "kind": "SCALAR",
17953 "name": "String",
17954 "ofType": null
17955 },
17956 "isDeprecated": false,
17957 "deprecationReason": null
17958 },
17959 {
17960 "name": "provider",
17961 "description": "provider of ChatTeam",
17962 "args": [],
17963 "type": {
17964 "kind": "SCALAR",
17965 "name": "String",
17966 "ofType": null
17967 },
17968 "isDeprecated": false,
17969 "deprecationReason": null
17970 },
17971 {
17972 "name": "tenantId",
17973 "description": "This ChatTeams tenantId if available for this provider",
17974 "args": [],
17975 "type": {
17976 "kind": "SCALAR",
17977 "name": "String",
17978 "ofType": null
17979 },
17980 "isDeprecated": false,
17981 "deprecationReason": null
17982 },
17983 {
17984 "name": "serviceUrl",
17985 "description": "This is the url for accessing the API on this ChatTeam",
17986 "args": [],
17987 "type": {
17988 "kind": "SCALAR",
17989 "name": "String",
17990 "ofType": null
17991 },
17992 "isDeprecated": false,
17993 "deprecationReason": null
17994 },
17995 {
17996 "name": "domain",
17997 "description": "domain of ChatTeam",
17998 "args": [],
17999 "type": {
18000 "kind": "SCALAR",
18001 "name": "String",
18002 "ofType": null
18003 },
18004 "isDeprecated": false,
18005 "deprecationReason": null
18006 },
18007 {
18008 "name": "messageCount",
18009 "description": "messageCount of ChatTeam",
18010 "args": [],
18011 "type": {
18012 "kind": "SCALAR",
18013 "name": "Float",
18014 "ofType": null
18015 },
18016 "isDeprecated": false,
18017 "deprecationReason": null
18018 },
18019 {
18020 "name": "emailDomain",
18021 "description": "emailDomain of ChatTeam",
18022 "args": [],
18023 "type": {
18024 "kind": "SCALAR",
18025 "name": "String",
18026 "ofType": null
18027 },
18028 "isDeprecated": false,
18029 "deprecationReason": null
18030 },
18031 {
18032 "name": "orgs",
18033 "description": "ChatTeam orgs Org",
18034 "args": [
18035 {
18036 "name": "id",
18037 "description": "",
18038 "type": {
18039 "kind": "SCALAR",
18040 "name": "ID",
18041 "ofType": null
18042 },
18043 "defaultValue": null
18044 },
18045 {
18046 "name": "owner",
18047 "description": "",
18048 "type": {
18049 "kind": "SCALAR",
18050 "name": "String",
18051 "ofType": null
18052 },
18053 "defaultValue": null
18054 },
18055 {
18056 "name": "orderBy",
18057 "description": "",
18058 "type": {
18059 "kind": "LIST",
18060 "name": null,
18061 "ofType": {
18062 "kind": "ENUM",
18063 "name": "_OrgOrdering",
18064 "ofType": null
18065 }
18066 },
18067 "defaultValue": null
18068 },
18069 {
18070 "name": "first",
18071 "description": "",
18072 "type": {
18073 "kind": "SCALAR",
18074 "name": "Int",
18075 "ofType": null
18076 },
18077 "defaultValue": null
18078 },
18079 {
18080 "name": "offset",
18081 "description": "",
18082 "type": {
18083 "kind": "SCALAR",
18084 "name": "Int",
18085 "ofType": null
18086 },
18087 "defaultValue": null
18088 },
18089 {
18090 "name": "ownerType",
18091 "description": "",
18092 "type": {
18093 "kind": "ENUM",
18094 "name": "OwnerType",
18095 "ofType": null
18096 },
18097 "defaultValue": null
18098 }
18099 ],
18100 "type": {
18101 "kind": "LIST",
18102 "name": null,
18103 "ofType": {
18104 "kind": "OBJECT",
18105 "name": "Org",
18106 "ofType": null
18107 }
18108 },
18109 "isDeprecated": false,
18110 "deprecationReason": null
18111 },
18112 {
18113 "name": "channels",
18114 "description": "ChatTeam channels ChatChannel",
18115 "args": [
18116 {
18117 "name": "id",
18118 "description": "",
18119 "type": {
18120 "kind": "SCALAR",
18121 "name": "ID",
18122 "ofType": null
18123 },
18124 "defaultValue": null
18125 },
18126 {
18127 "name": "name",
18128 "description": "",
18129 "type": {
18130 "kind": "SCALAR",
18131 "name": "String",
18132 "ofType": null
18133 },
18134 "defaultValue": null
18135 },
18136 {
18137 "name": "provider",
18138 "description": "",
18139 "type": {
18140 "kind": "SCALAR",
18141 "name": "String",
18142 "ofType": null
18143 },
18144 "defaultValue": null
18145 },
18146 {
18147 "name": "normalizedName",
18148 "description": "",
18149 "type": {
18150 "kind": "SCALAR",
18151 "name": "String",
18152 "ofType": null
18153 },
18154 "defaultValue": null
18155 },
18156 {
18157 "name": "channelId",
18158 "description": "",
18159 "type": {
18160 "kind": "SCALAR",
18161 "name": "String",
18162 "ofType": null
18163 },
18164 "defaultValue": null
18165 },
18166 {
18167 "name": "isDefault",
18168 "description": "",
18169 "type": {
18170 "kind": "SCALAR",
18171 "name": "Boolean",
18172 "ofType": null
18173 },
18174 "defaultValue": null
18175 },
18176 {
18177 "name": "botInvitedSelf",
18178 "description": "",
18179 "type": {
18180 "kind": "SCALAR",
18181 "name": "Boolean",
18182 "ofType": null
18183 },
18184 "defaultValue": null
18185 },
18186 {
18187 "name": "orderBy",
18188 "description": "",
18189 "type": {
18190 "kind": "LIST",
18191 "name": null,
18192 "ofType": {
18193 "kind": "ENUM",
18194 "name": "_ChatChannelOrdering",
18195 "ofType": null
18196 }
18197 },
18198 "defaultValue": null
18199 },
18200 {
18201 "name": "first",
18202 "description": "",
18203 "type": {
18204 "kind": "SCALAR",
18205 "name": "Int",
18206 "ofType": null
18207 },
18208 "defaultValue": null
18209 },
18210 {
18211 "name": "offset",
18212 "description": "",
18213 "type": {
18214 "kind": "SCALAR",
18215 "name": "Int",
18216 "ofType": null
18217 },
18218 "defaultValue": null
18219 },
18220 {
18221 "name": "archived",
18222 "description": "",
18223 "type": {
18224 "kind": "SCALAR",
18225 "name": "Boolean",
18226 "ofType": null
18227 },
18228 "defaultValue": null
18229 }
18230 ],
18231 "type": {
18232 "kind": "LIST",
18233 "name": null,
18234 "ofType": {
18235 "kind": "OBJECT",
18236 "name": "ChatChannel",
18237 "ofType": null
18238 }
18239 },
18240 "isDeprecated": false,
18241 "deprecationReason": null
18242 },
18243 {
18244 "name": "members",
18245 "description": "ChatTeam members ChatId",
18246 "args": [
18247 {
18248 "name": "id",
18249 "description": "",
18250 "type": {
18251 "kind": "SCALAR",
18252 "name": "ID",
18253 "ofType": null
18254 },
18255 "defaultValue": null
18256 },
18257 {
18258 "name": "screenName",
18259 "description": "",
18260 "type": {
18261 "kind": "SCALAR",
18262 "name": "String",
18263 "ofType": null
18264 },
18265 "defaultValue": null
18266 },
18267 {
18268 "name": "userId",
18269 "description": "",
18270 "type": {
18271 "kind": "SCALAR",
18272 "name": "String",
18273 "ofType": null
18274 },
18275 "defaultValue": null
18276 },
18277 {
18278 "name": "provider",
18279 "description": "",
18280 "type": {
18281 "kind": "SCALAR",
18282 "name": "String",
18283 "ofType": null
18284 },
18285 "defaultValue": null
18286 },
18287 {
18288 "name": "isAtomistBot",
18289 "description": "",
18290 "type": {
18291 "kind": "SCALAR",
18292 "name": "String",
18293 "ofType": null
18294 },
18295 "defaultValue": null
18296 },
18297 {
18298 "name": "isOwner",
18299 "description": "",
18300 "type": {
18301 "kind": "SCALAR",
18302 "name": "String",
18303 "ofType": null
18304 },
18305 "defaultValue": null
18306 },
18307 {
18308 "name": "isPrimaryOwner",
18309 "description": "",
18310 "type": {
18311 "kind": "SCALAR",
18312 "name": "String",
18313 "ofType": null
18314 },
18315 "defaultValue": null
18316 },
18317 {
18318 "name": "isAdmin",
18319 "description": "",
18320 "type": {
18321 "kind": "SCALAR",
18322 "name": "String",
18323 "ofType": null
18324 },
18325 "defaultValue": null
18326 },
18327 {
18328 "name": "isBot",
18329 "description": "",
18330 "type": {
18331 "kind": "SCALAR",
18332 "name": "String",
18333 "ofType": null
18334 },
18335 "defaultValue": null
18336 },
18337 {
18338 "name": "orderBy",
18339 "description": "",
18340 "type": {
18341 "kind": "LIST",
18342 "name": null,
18343 "ofType": {
18344 "kind": "ENUM",
18345 "name": "_ChatIdOrdering",
18346 "ofType": null
18347 }
18348 },
18349 "defaultValue": null
18350 },
18351 {
18352 "name": "first",
18353 "description": "",
18354 "type": {
18355 "kind": "SCALAR",
18356 "name": "Int",
18357 "ofType": null
18358 },
18359 "defaultValue": null
18360 },
18361 {
18362 "name": "offset",
18363 "description": "",
18364 "type": {
18365 "kind": "SCALAR",
18366 "name": "Int",
18367 "ofType": null
18368 },
18369 "defaultValue": null
18370 },
18371 {
18372 "name": "timezoneLabel",
18373 "description": "",
18374 "type": {
18375 "kind": "SCALAR",
18376 "name": "String",
18377 "ofType": null
18378 },
18379 "defaultValue": null
18380 }
18381 ],
18382 "type": {
18383 "kind": "LIST",
18384 "name": null,
18385 "ofType": {
18386 "kind": "OBJECT",
18387 "name": "ChatId",
18388 "ofType": null
18389 }
18390 },
18391 "isDeprecated": false,
18392 "deprecationReason": null
18393 },
18394 {
18395 "name": "team",
18396 "description": "ChatTeam team Team",
18397 "args": [
18398 {
18399 "name": "id",
18400 "description": "",
18401 "type": {
18402 "kind": "SCALAR",
18403 "name": "String",
18404 "ofType": null
18405 },
18406 "defaultValue": null
18407 },
18408 {
18409 "name": "name",
18410 "description": "",
18411 "type": {
18412 "kind": "SCALAR",
18413 "name": "String",
18414 "ofType": null
18415 },
18416 "defaultValue": null
18417 },
18418 {
18419 "name": "description",
18420 "description": "",
18421 "type": {
18422 "kind": "SCALAR",
18423 "name": "String",
18424 "ofType": null
18425 },
18426 "defaultValue": null
18427 },
18428 {
18429 "name": "iconUrl",
18430 "description": "",
18431 "type": {
18432 "kind": "SCALAR",
18433 "name": "String",
18434 "ofType": null
18435 },
18436 "defaultValue": null
18437 },
18438 {
18439 "name": "createdAt",
18440 "description": "",
18441 "type": {
18442 "kind": "SCALAR",
18443 "name": "String",
18444 "ofType": null
18445 },
18446 "defaultValue": null
18447 }
18448 ],
18449 "type": {
18450 "kind": "OBJECT",
18451 "name": "Team",
18452 "ofType": null
18453 },
18454 "isDeprecated": false,
18455 "deprecationReason": null
18456 },
18457 {
18458 "name": "preferences",
18459 "description": "Return a chat team's preferences",
18460 "args": [],
18461 "type": {
18462 "kind": "LIST",
18463 "name": null,
18464 "ofType": {
18465 "kind": "OBJECT",
18466 "name": "TeamPreference",
18467 "ofType": null
18468 }
18469 },
18470 "isDeprecated": false,
18471 "deprecationReason": null
18472 }
18473 ],
18474 "inputFields": null,
18475 "interfaces": [],
18476 "enumValues": null,
18477 "possibleTypes": null
18478 },
18479 {
18480 "kind": "ENUM",
18481 "name": "_ChatIdOrdering",
18482 "description": "Ordering Enum for ChatId",
18483 "fields": null,
18484 "inputFields": null,
18485 "interfaces": null,
18486 "enumValues": [
18487 {
18488 "name": "atmTeamId_asc",
18489 "description": "Ascending sort for atmTeamId",
18490 "isDeprecated": false,
18491 "deprecationReason": null
18492 },
18493 {
18494 "name": "atmTeamId_desc",
18495 "description": "Descending sort for atmTeamId",
18496 "isDeprecated": false,
18497 "deprecationReason": null
18498 },
18499 {
18500 "name": "id_asc",
18501 "description": "Ascending sort for id",
18502 "isDeprecated": false,
18503 "deprecationReason": null
18504 },
18505 {
18506 "name": "id_desc",
18507 "description": "Descending sort for id",
18508 "isDeprecated": false,
18509 "deprecationReason": null
18510 },
18511 {
18512 "name": "screenName_asc",
18513 "description": "Ascending sort for screenName",
18514 "isDeprecated": false,
18515 "deprecationReason": null
18516 },
18517 {
18518 "name": "screenName_desc",
18519 "description": "Descending sort for screenName",
18520 "isDeprecated": false,
18521 "deprecationReason": null
18522 },
18523 {
18524 "name": "userId_asc",
18525 "description": "Ascending sort for userId",
18526 "isDeprecated": false,
18527 "deprecationReason": null
18528 },
18529 {
18530 "name": "userId_desc",
18531 "description": "Descending sort for userId",
18532 "isDeprecated": false,
18533 "deprecationReason": null
18534 },
18535 {
18536 "name": "provider_asc",
18537 "description": "Ascending sort for provider",
18538 "isDeprecated": false,
18539 "deprecationReason": null
18540 },
18541 {
18542 "name": "provider_desc",
18543 "description": "Descending sort for provider",
18544 "isDeprecated": false,
18545 "deprecationReason": null
18546 },
18547 {
18548 "name": "isAtomistBot_asc",
18549 "description": "Ascending sort for isAtomistBot",
18550 "isDeprecated": false,
18551 "deprecationReason": null
18552 },
18553 {
18554 "name": "isAtomistBot_desc",
18555 "description": "Descending sort for isAtomistBot",
18556 "isDeprecated": false,
18557 "deprecationReason": null
18558 },
18559 {
18560 "name": "isOwner_asc",
18561 "description": "Ascending sort for isOwner",
18562 "isDeprecated": false,
18563 "deprecationReason": null
18564 },
18565 {
18566 "name": "isOwner_desc",
18567 "description": "Descending sort for isOwner",
18568 "isDeprecated": false,
18569 "deprecationReason": null
18570 },
18571 {
18572 "name": "isPrimaryOwner_asc",
18573 "description": "Ascending sort for isPrimaryOwner",
18574 "isDeprecated": false,
18575 "deprecationReason": null
18576 },
18577 {
18578 "name": "isPrimaryOwner_desc",
18579 "description": "Descending sort for isPrimaryOwner",
18580 "isDeprecated": false,
18581 "deprecationReason": null
18582 },
18583 {
18584 "name": "isAdmin_asc",
18585 "description": "Ascending sort for isAdmin",
18586 "isDeprecated": false,
18587 "deprecationReason": null
18588 },
18589 {
18590 "name": "isAdmin_desc",
18591 "description": "Descending sort for isAdmin",
18592 "isDeprecated": false,
18593 "deprecationReason": null
18594 },
18595 {
18596 "name": "isBot_asc",
18597 "description": "Ascending sort for isBot",
18598 "isDeprecated": false,
18599 "deprecationReason": null
18600 },
18601 {
18602 "name": "isBot_desc",
18603 "description": "Descending sort for isBot",
18604 "isDeprecated": false,
18605 "deprecationReason": null
18606 },
18607 {
18608 "name": "timezoneLabel_asc",
18609 "description": "Ascending sort for timezoneLabel",
18610 "isDeprecated": false,
18611 "deprecationReason": null
18612 },
18613 {
18614 "name": "timezoneLabel_desc",
18615 "description": "Descending sort for timezoneLabel",
18616 "isDeprecated": false,
18617 "deprecationReason": null
18618 }
18619 ],
18620 "possibleTypes": null
18621 },
18622 {
18623 "kind": "OBJECT",
18624 "name": "TeamPreference",
18625 "description": "A team's preferences as key/value pairs",
18626 "fields": [
18627 {
18628 "name": "name",
18629 "description": "The name of the preference",
18630 "args": [],
18631 "type": {
18632 "kind": "SCALAR",
18633 "name": "String",
18634 "ofType": null
18635 },
18636 "isDeprecated": false,
18637 "deprecationReason": null
18638 },
18639 {
18640 "name": "value",
18641 "description": "The value of the preference",
18642 "args": [],
18643 "type": {
18644 "kind": "SCALAR",
18645 "name": "String",
18646 "ofType": null
18647 },
18648 "isDeprecated": false,
18649 "deprecationReason": null
18650 }
18651 ],
18652 "inputFields": null,
18653 "interfaces": [],
18654 "enumValues": null,
18655 "possibleTypes": null
18656 },
18657 {
18658 "kind": "ENUM",
18659 "name": "_SCMProviderOrdering",
18660 "description": "Ordering Enum for SCMProvider",
18661 "fields": null,
18662 "inputFields": null,
18663 "interfaces": null,
18664 "enumValues": [
18665 {
18666 "name": "atmTeamId_asc",
18667 "description": "Ascending sort for atmTeamId",
18668 "isDeprecated": false,
18669 "deprecationReason": null
18670 },
18671 {
18672 "name": "atmTeamId_desc",
18673 "description": "Descending sort for atmTeamId",
18674 "isDeprecated": false,
18675 "deprecationReason": null
18676 },
18677 {
18678 "name": "id_asc",
18679 "description": "Ascending sort for id",
18680 "isDeprecated": false,
18681 "deprecationReason": null
18682 },
18683 {
18684 "name": "id_desc",
18685 "description": "Descending sort for id",
18686 "isDeprecated": false,
18687 "deprecationReason": null
18688 },
18689 {
18690 "name": "url_asc",
18691 "description": "Ascending sort for url",
18692 "isDeprecated": false,
18693 "deprecationReason": null
18694 },
18695 {
18696 "name": "url_desc",
18697 "description": "Descending sort for url",
18698 "isDeprecated": false,
18699 "deprecationReason": null
18700 },
18701 {
18702 "name": "providerId_asc",
18703 "description": "Ascending sort for providerId",
18704 "isDeprecated": false,
18705 "deprecationReason": null
18706 },
18707 {
18708 "name": "providerId_desc",
18709 "description": "Descending sort for providerId",
18710 "isDeprecated": false,
18711 "deprecationReason": null
18712 },
18713 {
18714 "name": "apiUrl_asc",
18715 "description": "Ascending sort for apiUrl",
18716 "isDeprecated": false,
18717 "deprecationReason": null
18718 },
18719 {
18720 "name": "apiUrl_desc",
18721 "description": "Descending sort for apiUrl",
18722 "isDeprecated": false,
18723 "deprecationReason": null
18724 },
18725 {
18726 "name": "gitUrl_asc",
18727 "description": "Ascending sort for gitUrl",
18728 "isDeprecated": false,
18729 "deprecationReason": null
18730 },
18731 {
18732 "name": "gitUrl_desc",
18733 "description": "Descending sort for gitUrl",
18734 "isDeprecated": false,
18735 "deprecationReason": null
18736 },
18737 {
18738 "name": "providerType_asc",
18739 "description": "Ascending sort for providerType",
18740 "isDeprecated": false,
18741 "deprecationReason": null
18742 },
18743 {
18744 "name": "providerType_desc",
18745 "description": "Descending sort for providerType",
18746 "isDeprecated": false,
18747 "deprecationReason": null
18748 }
18749 ],
18750 "possibleTypes": null
18751 },
18752 {
18753 "kind": "ENUM",
18754 "name": "_ChatTeamOrdering",
18755 "description": "Ordering Enum for ChatTeam",
18756 "fields": null,
18757 "inputFields": null,
18758 "interfaces": null,
18759 "enumValues": [
18760 {
18761 "name": "atmTeamId_asc",
18762 "description": "Ascending sort for atmTeamId",
18763 "isDeprecated": false,
18764 "deprecationReason": null
18765 },
18766 {
18767 "name": "atmTeamId_desc",
18768 "description": "Descending sort for atmTeamId",
18769 "isDeprecated": false,
18770 "deprecationReason": null
18771 },
18772 {
18773 "name": "id_asc",
18774 "description": "Ascending sort for id",
18775 "isDeprecated": false,
18776 "deprecationReason": null
18777 },
18778 {
18779 "name": "id_desc",
18780 "description": "Descending sort for id",
18781 "isDeprecated": false,
18782 "deprecationReason": null
18783 },
18784 {
18785 "name": "name_asc",
18786 "description": "Ascending sort for name",
18787 "isDeprecated": false,
18788 "deprecationReason": null
18789 },
18790 {
18791 "name": "name_desc",
18792 "description": "Descending sort for name",
18793 "isDeprecated": false,
18794 "deprecationReason": null
18795 },
18796 {
18797 "name": "provider_asc",
18798 "description": "Ascending sort for provider",
18799 "isDeprecated": false,
18800 "deprecationReason": null
18801 },
18802 {
18803 "name": "provider_desc",
18804 "description": "Descending sort for provider",
18805 "isDeprecated": false,
18806 "deprecationReason": null
18807 },
18808 {
18809 "name": "domain_asc",
18810 "description": "Ascending sort for domain",
18811 "isDeprecated": false,
18812 "deprecationReason": null
18813 },
18814 {
18815 "name": "domain_desc",
18816 "description": "Descending sort for domain",
18817 "isDeprecated": false,
18818 "deprecationReason": null
18819 },
18820 {
18821 "name": "messageCount_asc",
18822 "description": "Ascending sort for messageCount",
18823 "isDeprecated": false,
18824 "deprecationReason": null
18825 },
18826 {
18827 "name": "messageCount_desc",
18828 "description": "Descending sort for messageCount",
18829 "isDeprecated": false,
18830 "deprecationReason": null
18831 },
18832 {
18833 "name": "emailDomain_asc",
18834 "description": "Ascending sort for emailDomain",
18835 "isDeprecated": false,
18836 "deprecationReason": null
18837 },
18838 {
18839 "name": "emailDomain_desc",
18840 "description": "Descending sort for emailDomain",
18841 "isDeprecated": false,
18842 "deprecationReason": null
18843 }
18844 ],
18845 "possibleTypes": null
18846 },
18847 {
18848 "kind": "OBJECT",
18849 "name": "PersonPreference",
18850 "description": "A person's preferences as key/value pairs",
18851 "fields": [
18852 {
18853 "name": "name",
18854 "description": "The name of the preference",
18855 "args": [],
18856 "type": {
18857 "kind": "SCALAR",
18858 "name": "String",
18859 "ofType": null
18860 },
18861 "isDeprecated": false,
18862 "deprecationReason": null
18863 },
18864 {
18865 "name": "value",
18866 "description": "The value of the preference",
18867 "args": [],
18868 "type": {
18869 "kind": "SCALAR",
18870 "name": "String",
18871 "ofType": null
18872 },
18873 "isDeprecated": false,
18874 "deprecationReason": null
18875 }
18876 ],
18877 "inputFields": null,
18878 "interfaces": [],
18879 "enumValues": null,
18880 "possibleTypes": null
18881 },
18882 {
18883 "kind": "OBJECT",
18884 "name": "UserPreference",
18885 "description": "A user's preferences as key/value pairs",
18886 "fields": [
18887 {
18888 "name": "name",
18889 "description": "The name of the preference",
18890 "args": [],
18891 "type": {
18892 "kind": "SCALAR",
18893 "name": "String",
18894 "ofType": null
18895 },
18896 "isDeprecated": false,
18897 "deprecationReason": null
18898 },
18899 {
18900 "name": "value",
18901 "description": "The value of the preference",
18902 "args": [],
18903 "type": {
18904 "kind": "SCALAR",
18905 "name": "String",
18906 "ofType": null
18907 },
18908 "isDeprecated": false,
18909 "deprecationReason": null
18910 }
18911 ],
18912 "inputFields": null,
18913 "interfaces": [],
18914 "enumValues": null,
18915 "possibleTypes": null
18916 },
18917 {
18918 "kind": "ENUM",
18919 "name": "_ChannelLinkOrdering",
18920 "description": "Ordering Enum for ChannelLink",
18921 "fields": null,
18922 "inputFields": null,
18923 "interfaces": null,
18924 "enumValues": [
18925 {
18926 "name": "atmTeamId_asc",
18927 "description": "Ascending sort for atmTeamId",
18928 "isDeprecated": false,
18929 "deprecationReason": null
18930 },
18931 {
18932 "name": "atmTeamId_desc",
18933 "description": "Descending sort for atmTeamId",
18934 "isDeprecated": false,
18935 "deprecationReason": null
18936 },
18937 {
18938 "name": "id_asc",
18939 "description": "Ascending sort for id",
18940 "isDeprecated": false,
18941 "deprecationReason": null
18942 },
18943 {
18944 "name": "id_desc",
18945 "description": "Descending sort for id",
18946 "isDeprecated": false,
18947 "deprecationReason": null
18948 }
18949 ],
18950 "possibleTypes": null
18951 },
18952 {
18953 "kind": "OBJECT",
18954 "name": "ChannelLink",
18955 "description": "ChannelLink-Node",
18956 "fields": [
18957 {
18958 "name": "_id",
18959 "description": "internal node id",
18960 "args": [],
18961 "type": {
18962 "kind": "SCALAR",
18963 "name": "Int",
18964 "ofType": null
18965 },
18966 "isDeprecated": false,
18967 "deprecationReason": null
18968 },
18969 {
18970 "name": "id",
18971 "description": "id of ChannelLink",
18972 "args": [],
18973 "type": {
18974 "kind": "SCALAR",
18975 "name": "ID",
18976 "ofType": null
18977 },
18978 "isDeprecated": false,
18979 "deprecationReason": null
18980 },
18981 {
18982 "name": "channel",
18983 "description": "ChannelLink channel ChatChannel",
18984 "args": [
18985 {
18986 "name": "id",
18987 "description": "",
18988 "type": {
18989 "kind": "SCALAR",
18990 "name": "ID",
18991 "ofType": null
18992 },
18993 "defaultValue": null
18994 },
18995 {
18996 "name": "name",
18997 "description": "",
18998 "type": {
18999 "kind": "SCALAR",
19000 "name": "String",
19001 "ofType": null
19002 },
19003 "defaultValue": null
19004 },
19005 {
19006 "name": "provider",
19007 "description": "",
19008 "type": {
19009 "kind": "SCALAR",
19010 "name": "String",
19011 "ofType": null
19012 },
19013 "defaultValue": null
19014 },
19015 {
19016 "name": "normalizedName",
19017 "description": "",
19018 "type": {
19019 "kind": "SCALAR",
19020 "name": "String",
19021 "ofType": null
19022 },
19023 "defaultValue": null
19024 },
19025 {
19026 "name": "channelId",
19027 "description": "",
19028 "type": {
19029 "kind": "SCALAR",
19030 "name": "String",
19031 "ofType": null
19032 },
19033 "defaultValue": null
19034 },
19035 {
19036 "name": "isDefault",
19037 "description": "",
19038 "type": {
19039 "kind": "SCALAR",
19040 "name": "Boolean",
19041 "ofType": null
19042 },
19043 "defaultValue": null
19044 },
19045 {
19046 "name": "botInvitedSelf",
19047 "description": "",
19048 "type": {
19049 "kind": "SCALAR",
19050 "name": "Boolean",
19051 "ofType": null
19052 },
19053 "defaultValue": null
19054 },
19055 {
19056 "name": "archived",
19057 "description": "",
19058 "type": {
19059 "kind": "SCALAR",
19060 "name": "Boolean",
19061 "ofType": null
19062 },
19063 "defaultValue": null
19064 }
19065 ],
19066 "type": {
19067 "kind": "OBJECT",
19068 "name": "ChatChannel",
19069 "ofType": null
19070 },
19071 "isDeprecated": false,
19072 "deprecationReason": null
19073 },
19074 {
19075 "name": "repo",
19076 "description": "ChannelLink repo Repo",
19077 "args": [
19078 {
19079 "name": "id",
19080 "description": "",
19081 "type": {
19082 "kind": "SCALAR",
19083 "name": "ID",
19084 "ofType": null
19085 },
19086 "defaultValue": null
19087 },
19088 {
19089 "name": "owner",
19090 "description": "",
19091 "type": {
19092 "kind": "SCALAR",
19093 "name": "String",
19094 "ofType": null
19095 },
19096 "defaultValue": null
19097 },
19098 {
19099 "name": "name",
19100 "description": "",
19101 "type": {
19102 "kind": "SCALAR",
19103 "name": "String",
19104 "ofType": null
19105 },
19106 "defaultValue": null
19107 },
19108 {
19109 "name": "allowRebaseMerge",
19110 "description": "",
19111 "type": {
19112 "kind": "SCALAR",
19113 "name": "Boolean",
19114 "ofType": null
19115 },
19116 "defaultValue": null
19117 },
19118 {
19119 "name": "allowSquashMerge",
19120 "description": "",
19121 "type": {
19122 "kind": "SCALAR",
19123 "name": "Boolean",
19124 "ofType": null
19125 },
19126 "defaultValue": null
19127 },
19128 {
19129 "name": "allowMergeCommit",
19130 "description": "",
19131 "type": {
19132 "kind": "SCALAR",
19133 "name": "Boolean",
19134 "ofType": null
19135 },
19136 "defaultValue": null
19137 },
19138 {
19139 "name": "repoId",
19140 "description": "",
19141 "type": {
19142 "kind": "SCALAR",
19143 "name": "String",
19144 "ofType": null
19145 },
19146 "defaultValue": null
19147 },
19148 {
19149 "name": "gitHubId",
19150 "description": "",
19151 "type": {
19152 "kind": "SCALAR",
19153 "name": "String",
19154 "ofType": null
19155 },
19156 "defaultValue": null
19157 },
19158 {
19159 "name": "defaultBranch",
19160 "description": "",
19161 "type": {
19162 "kind": "SCALAR",
19163 "name": "String",
19164 "ofType": null
19165 },
19166 "defaultValue": null
19167 }
19168 ],
19169 "type": {
19170 "kind": "OBJECT",
19171 "name": "Repo",
19172 "ofType": null
19173 },
19174 "isDeprecated": false,
19175 "deprecationReason": null
19176 }
19177 ],
19178 "inputFields": null,
19179 "interfaces": [],
19180 "enumValues": null,
19181 "possibleTypes": null
19182 },
19183 {
19184 "kind": "ENUM",
19185 "name": "_PullRequestOrdering",
19186 "description": "Ordering Enum for PullRequest",
19187 "fields": null,
19188 "inputFields": null,
19189 "interfaces": null,
19190 "enumValues": [
19191 {
19192 "name": "atmTeamId_asc",
19193 "description": "Ascending sort for atmTeamId",
19194 "isDeprecated": false,
19195 "deprecationReason": null
19196 },
19197 {
19198 "name": "atmTeamId_desc",
19199 "description": "Descending sort for atmTeamId",
19200 "isDeprecated": false,
19201 "deprecationReason": null
19202 },
19203 {
19204 "name": "id_asc",
19205 "description": "Ascending sort for id",
19206 "isDeprecated": false,
19207 "deprecationReason": null
19208 },
19209 {
19210 "name": "id_desc",
19211 "description": "Descending sort for id",
19212 "isDeprecated": false,
19213 "deprecationReason": null
19214 },
19215 {
19216 "name": "number_asc",
19217 "description": "Ascending sort for number",
19218 "isDeprecated": false,
19219 "deprecationReason": null
19220 },
19221 {
19222 "name": "number_desc",
19223 "description": "Descending sort for number",
19224 "isDeprecated": false,
19225 "deprecationReason": null
19226 },
19227 {
19228 "name": "prId_asc",
19229 "description": "Ascending sort for prId",
19230 "isDeprecated": false,
19231 "deprecationReason": null
19232 },
19233 {
19234 "name": "prId_desc",
19235 "description": "Descending sort for prId",
19236 "isDeprecated": false,
19237 "deprecationReason": null
19238 },
19239 {
19240 "name": "name_asc",
19241 "description": "Ascending sort for name",
19242 "isDeprecated": false,
19243 "deprecationReason": null
19244 },
19245 {
19246 "name": "name_desc",
19247 "description": "Descending sort for name",
19248 "isDeprecated": false,
19249 "deprecationReason": null
19250 },
19251 {
19252 "name": "body_asc",
19253 "description": "Ascending sort for body",
19254 "isDeprecated": false,
19255 "deprecationReason": null
19256 },
19257 {
19258 "name": "body_desc",
19259 "description": "Descending sort for body",
19260 "isDeprecated": false,
19261 "deprecationReason": null
19262 },
19263 {
19264 "name": "state_asc",
19265 "description": "Ascending sort for state",
19266 "isDeprecated": false,
19267 "deprecationReason": null
19268 },
19269 {
19270 "name": "state_desc",
19271 "description": "Descending sort for state",
19272 "isDeprecated": false,
19273 "deprecationReason": null
19274 },
19275 {
19276 "name": "merged_asc",
19277 "description": "Ascending sort for merged",
19278 "isDeprecated": false,
19279 "deprecationReason": null
19280 },
19281 {
19282 "name": "merged_desc",
19283 "description": "Descending sort for merged",
19284 "isDeprecated": false,
19285 "deprecationReason": null
19286 },
19287 {
19288 "name": "timestamp_asc",
19289 "description": "Ascending sort for timestamp",
19290 "isDeprecated": false,
19291 "deprecationReason": null
19292 },
19293 {
19294 "name": "timestamp_desc",
19295 "description": "Descending sort for timestamp",
19296 "isDeprecated": false,
19297 "deprecationReason": null
19298 },
19299 {
19300 "name": "baseBranchName_asc",
19301 "description": "Ascending sort for baseBranchName",
19302 "isDeprecated": false,
19303 "deprecationReason": null
19304 },
19305 {
19306 "name": "baseBranchName_desc",
19307 "description": "Descending sort for baseBranchName",
19308 "isDeprecated": false,
19309 "deprecationReason": null
19310 },
19311 {
19312 "name": "branchName_asc",
19313 "description": "Ascending sort for branchName",
19314 "isDeprecated": false,
19315 "deprecationReason": null
19316 },
19317 {
19318 "name": "branchName_desc",
19319 "description": "Descending sort for branchName",
19320 "isDeprecated": false,
19321 "deprecationReason": null
19322 },
19323 {
19324 "name": "title_asc",
19325 "description": "Ascending sort for title",
19326 "isDeprecated": false,
19327 "deprecationReason": null
19328 },
19329 {
19330 "name": "title_desc",
19331 "description": "Descending sort for title",
19332 "isDeprecated": false,
19333 "deprecationReason": null
19334 },
19335 {
19336 "name": "createdAt_asc",
19337 "description": "Ascending sort for createdAt",
19338 "isDeprecated": false,
19339 "deprecationReason": null
19340 },
19341 {
19342 "name": "createdAt_desc",
19343 "description": "Descending sort for createdAt",
19344 "isDeprecated": false,
19345 "deprecationReason": null
19346 },
19347 {
19348 "name": "updatedAt_asc",
19349 "description": "Ascending sort for updatedAt",
19350 "isDeprecated": false,
19351 "deprecationReason": null
19352 },
19353 {
19354 "name": "updatedAt_desc",
19355 "description": "Descending sort for updatedAt",
19356 "isDeprecated": false,
19357 "deprecationReason": null
19358 },
19359 {
19360 "name": "closedAt_asc",
19361 "description": "Ascending sort for closedAt",
19362 "isDeprecated": false,
19363 "deprecationReason": null
19364 },
19365 {
19366 "name": "closedAt_desc",
19367 "description": "Descending sort for closedAt",
19368 "isDeprecated": false,
19369 "deprecationReason": null
19370 },
19371 {
19372 "name": "mergedAt_asc",
19373 "description": "Ascending sort for mergedAt",
19374 "isDeprecated": false,
19375 "deprecationReason": null
19376 },
19377 {
19378 "name": "mergedAt_desc",
19379 "description": "Descending sort for mergedAt",
19380 "isDeprecated": false,
19381 "deprecationReason": null
19382 },
19383 {
19384 "name": "mergeStatus_asc",
19385 "description": "Ascending sort for mergeStatus",
19386 "isDeprecated": false,
19387 "deprecationReason": null
19388 },
19389 {
19390 "name": "mergeStatus_desc",
19391 "description": "Descending sort for mergeStatus",
19392 "isDeprecated": false,
19393 "deprecationReason": null
19394 }
19395 ],
19396 "possibleTypes": null
19397 },
19398 {
19399 "kind": "ENUM",
19400 "name": "MergeStatus",
19401 "description": "Enum for MergeStatus",
19402 "fields": null,
19403 "inputFields": null,
19404 "interfaces": null,
19405 "enumValues": [
19406 {
19407 "name": "can_be_merged",
19408 "description": "Value for can_be_merged",
19409 "isDeprecated": false,
19410 "deprecationReason": null
19411 },
19412 {
19413 "name": "unchecked",
19414 "description": "Value for unchecked",
19415 "isDeprecated": false,
19416 "deprecationReason": null
19417 },
19418 {
19419 "name": "cannot_be_merged",
19420 "description": "Value for cannot_be_merged",
19421 "isDeprecated": false,
19422 "deprecationReason": null
19423 }
19424 ],
19425 "possibleTypes": null
19426 },
19427 {
19428 "kind": "OBJECT",
19429 "name": "PullRequest",
19430 "description": "PullRequest-Node",
19431 "fields": [
19432 {
19433 "name": "_id",
19434 "description": "internal node id",
19435 "args": [],
19436 "type": {
19437 "kind": "SCALAR",
19438 "name": "Int",
19439 "ofType": null
19440 },
19441 "isDeprecated": false,
19442 "deprecationReason": null
19443 },
19444 {
19445 "name": "url",
19446 "description": "the URL of the PullRequest",
19447 "args": [],
19448 "type": {
19449 "kind": "SCALAR",
19450 "name": "String",
19451 "ofType": null
19452 },
19453 "isDeprecated": false,
19454 "deprecationReason": null
19455 },
19456 {
19457 "name": "id",
19458 "description": "id of PullRequest",
19459 "args": [],
19460 "type": {
19461 "kind": "SCALAR",
19462 "name": "ID",
19463 "ofType": null
19464 },
19465 "isDeprecated": false,
19466 "deprecationReason": null
19467 },
19468 {
19469 "name": "number",
19470 "description": "number of PullRequest",
19471 "args": [],
19472 "type": {
19473 "kind": "SCALAR",
19474 "name": "Float",
19475 "ofType": null
19476 },
19477 "isDeprecated": false,
19478 "deprecationReason": null
19479 },
19480 {
19481 "name": "prId",
19482 "description": "prId of PullRequest",
19483 "args": [],
19484 "type": {
19485 "kind": "SCALAR",
19486 "name": "String",
19487 "ofType": null
19488 },
19489 "isDeprecated": false,
19490 "deprecationReason": null
19491 },
19492 {
19493 "name": "name",
19494 "description": "name of PullRequest",
19495 "args": [],
19496 "type": {
19497 "kind": "SCALAR",
19498 "name": "String",
19499 "ofType": null
19500 },
19501 "isDeprecated": false,
19502 "deprecationReason": null
19503 },
19504 {
19505 "name": "body",
19506 "description": "body of PullRequest",
19507 "args": [],
19508 "type": {
19509 "kind": "SCALAR",
19510 "name": "String",
19511 "ofType": null
19512 },
19513 "isDeprecated": false,
19514 "deprecationReason": null
19515 },
19516 {
19517 "name": "state",
19518 "description": "state of PullRequest",
19519 "args": [],
19520 "type": {
19521 "kind": "SCALAR",
19522 "name": "String",
19523 "ofType": null
19524 },
19525 "isDeprecated": false,
19526 "deprecationReason": null
19527 },
19528 {
19529 "name": "merged",
19530 "description": "merged of PullRequest",
19531 "args": [],
19532 "type": {
19533 "kind": "SCALAR",
19534 "name": "Boolean",
19535 "ofType": null
19536 },
19537 "isDeprecated": false,
19538 "deprecationReason": null
19539 },
19540 {
19541 "name": "timestamp",
19542 "description": "timestamp of PullRequest",
19543 "args": [],
19544 "type": {
19545 "kind": "SCALAR",
19546 "name": "String",
19547 "ofType": null
19548 },
19549 "isDeprecated": false,
19550 "deprecationReason": null
19551 },
19552 {
19553 "name": "baseBranchName",
19554 "description": "baseBranchName of PullRequest",
19555 "args": [],
19556 "type": {
19557 "kind": "SCALAR",
19558 "name": "String",
19559 "ofType": null
19560 },
19561 "isDeprecated": false,
19562 "deprecationReason": null
19563 },
19564 {
19565 "name": "branchName",
19566 "description": "branchName of PullRequest",
19567 "args": [],
19568 "type": {
19569 "kind": "SCALAR",
19570 "name": "String",
19571 "ofType": null
19572 },
19573 "isDeprecated": false,
19574 "deprecationReason": null
19575 },
19576 {
19577 "name": "title",
19578 "description": "title of PullRequest",
19579 "args": [],
19580 "type": {
19581 "kind": "SCALAR",
19582 "name": "String",
19583 "ofType": null
19584 },
19585 "isDeprecated": false,
19586 "deprecationReason": null
19587 },
19588 {
19589 "name": "createdAt",
19590 "description": "createdAt of PullRequest",
19591 "args": [],
19592 "type": {
19593 "kind": "SCALAR",
19594 "name": "String",
19595 "ofType": null
19596 },
19597 "isDeprecated": false,
19598 "deprecationReason": null
19599 },
19600 {
19601 "name": "updatedAt",
19602 "description": "updatedAt of PullRequest",
19603 "args": [],
19604 "type": {
19605 "kind": "SCALAR",
19606 "name": "String",
19607 "ofType": null
19608 },
19609 "isDeprecated": false,
19610 "deprecationReason": null
19611 },
19612 {
19613 "name": "closedAt",
19614 "description": "closedAt of PullRequest",
19615 "args": [],
19616 "type": {
19617 "kind": "SCALAR",
19618 "name": "String",
19619 "ofType": null
19620 },
19621 "isDeprecated": false,
19622 "deprecationReason": null
19623 },
19624 {
19625 "name": "mergedAt",
19626 "description": "mergedAt of PullRequest",
19627 "args": [],
19628 "type": {
19629 "kind": "SCALAR",
19630 "name": "String",
19631 "ofType": null
19632 },
19633 "isDeprecated": false,
19634 "deprecationReason": null
19635 },
19636 {
19637 "name": "mergeStatus",
19638 "description": "mergeStatus of PullRequest",
19639 "args": [],
19640 "type": {
19641 "kind": "ENUM",
19642 "name": "MergeStatus",
19643 "ofType": null
19644 },
19645 "isDeprecated": false,
19646 "deprecationReason": null
19647 },
19648 {
19649 "name": "action",
19650 "description": "action of PullRequest",
19651 "args": [],
19652 "type": {
19653 "kind": "ENUM",
19654 "name": "PullRequestAction",
19655 "ofType": null
19656 },
19657 "isDeprecated": false,
19658 "deprecationReason": null
19659 },
19660 {
19661 "name": "repo",
19662 "description": "PullRequest repo Repo",
19663 "args": [
19664 {
19665 "name": "id",
19666 "description": "",
19667 "type": {
19668 "kind": "SCALAR",
19669 "name": "ID",
19670 "ofType": null
19671 },
19672 "defaultValue": null
19673 },
19674 {
19675 "name": "owner",
19676 "description": "",
19677 "type": {
19678 "kind": "SCALAR",
19679 "name": "String",
19680 "ofType": null
19681 },
19682 "defaultValue": null
19683 },
19684 {
19685 "name": "name",
19686 "description": "",
19687 "type": {
19688 "kind": "SCALAR",
19689 "name": "String",
19690 "ofType": null
19691 },
19692 "defaultValue": null
19693 },
19694 {
19695 "name": "allowRebaseMerge",
19696 "description": "",
19697 "type": {
19698 "kind": "SCALAR",
19699 "name": "Boolean",
19700 "ofType": null
19701 },
19702 "defaultValue": null
19703 },
19704 {
19705 "name": "allowSquashMerge",
19706 "description": "",
19707 "type": {
19708 "kind": "SCALAR",
19709 "name": "Boolean",
19710 "ofType": null
19711 },
19712 "defaultValue": null
19713 },
19714 {
19715 "name": "allowMergeCommit",
19716 "description": "",
19717 "type": {
19718 "kind": "SCALAR",
19719 "name": "Boolean",
19720 "ofType": null
19721 },
19722 "defaultValue": null
19723 },
19724 {
19725 "name": "repoId",
19726 "description": "",
19727 "type": {
19728 "kind": "SCALAR",
19729 "name": "String",
19730 "ofType": null
19731 },
19732 "defaultValue": null
19733 },
19734 {
19735 "name": "gitHubId",
19736 "description": "",
19737 "type": {
19738 "kind": "SCALAR",
19739 "name": "String",
19740 "ofType": null
19741 },
19742 "defaultValue": null
19743 },
19744 {
19745 "name": "defaultBranch",
19746 "description": "",
19747 "type": {
19748 "kind": "SCALAR",
19749 "name": "String",
19750 "ofType": null
19751 },
19752 "defaultValue": null
19753 }
19754 ],
19755 "type": {
19756 "kind": "OBJECT",
19757 "name": "Repo",
19758 "ofType": null
19759 },
19760 "isDeprecated": false,
19761 "deprecationReason": null
19762 },
19763 {
19764 "name": "head",
19765 "description": "PullRequest head Commit",
19766 "args": [
19767 {
19768 "name": "sha",
19769 "description": "",
19770 "type": {
19771 "kind": "SCALAR",
19772 "name": "String",
19773 "ofType": null
19774 },
19775 "defaultValue": null
19776 },
19777 {
19778 "name": "message",
19779 "description": "",
19780 "type": {
19781 "kind": "SCALAR",
19782 "name": "String",
19783 "ofType": null
19784 },
19785 "defaultValue": null
19786 },
19787 {
19788 "name": "timestamp",
19789 "description": "",
19790 "type": {
19791 "kind": "SCALAR",
19792 "name": "String",
19793 "ofType": null
19794 },
19795 "defaultValue": null
19796 }
19797 ],
19798 "type": {
19799 "kind": "OBJECT",
19800 "name": "Commit",
19801 "ofType": null
19802 },
19803 "isDeprecated": false,
19804 "deprecationReason": null
19805 },
19806 {
19807 "name": "base",
19808 "description": "PullRequest base Commit",
19809 "args": [
19810 {
19811 "name": "sha",
19812 "description": "",
19813 "type": {
19814 "kind": "SCALAR",
19815 "name": "String",
19816 "ofType": null
19817 },
19818 "defaultValue": null
19819 },
19820 {
19821 "name": "message",
19822 "description": "",
19823 "type": {
19824 "kind": "SCALAR",
19825 "name": "String",
19826 "ofType": null
19827 },
19828 "defaultValue": null
19829 },
19830 {
19831 "name": "timestamp",
19832 "description": "",
19833 "type": {
19834 "kind": "SCALAR",
19835 "name": "String",
19836 "ofType": null
19837 },
19838 "defaultValue": null
19839 }
19840 ],
19841 "type": {
19842 "kind": "OBJECT",
19843 "name": "Commit",
19844 "ofType": null
19845 },
19846 "isDeprecated": false,
19847 "deprecationReason": null
19848 },
19849 {
19850 "name": "mergeCommit",
19851 "description": "PullRequest mergeCommit Commit",
19852 "args": [
19853 {
19854 "name": "sha",
19855 "description": "",
19856 "type": {
19857 "kind": "SCALAR",
19858 "name": "String",
19859 "ofType": null
19860 },
19861 "defaultValue": null
19862 },
19863 {
19864 "name": "message",
19865 "description": "",
19866 "type": {
19867 "kind": "SCALAR",
19868 "name": "String",
19869 "ofType": null
19870 },
19871 "defaultValue": null
19872 },
19873 {
19874 "name": "timestamp",
19875 "description": "",
19876 "type": {
19877 "kind": "SCALAR",
19878 "name": "String",
19879 "ofType": null
19880 },
19881 "defaultValue": null
19882 }
19883 ],
19884 "type": {
19885 "kind": "OBJECT",
19886 "name": "Commit",
19887 "ofType": null
19888 },
19889 "isDeprecated": false,
19890 "deprecationReason": null
19891 },
19892 {
19893 "name": "author",
19894 "description": "PullRequest author SCMId",
19895 "args": [
19896 {
19897 "name": "login",
19898 "description": "",
19899 "type": {
19900 "kind": "SCALAR",
19901 "name": "String",
19902 "ofType": null
19903 },
19904 "defaultValue": null
19905 },
19906 {
19907 "name": "name",
19908 "description": "",
19909 "type": {
19910 "kind": "SCALAR",
19911 "name": "String",
19912 "ofType": null
19913 },
19914 "defaultValue": null
19915 },
19916 {
19917 "name": "avatar",
19918 "description": "",
19919 "type": {
19920 "kind": "SCALAR",
19921 "name": "String",
19922 "ofType": null
19923 },
19924 "defaultValue": null
19925 }
19926 ],
19927 "type": {
19928 "kind": "OBJECT",
19929 "name": "SCMId",
19930 "ofType": null
19931 },
19932 "isDeprecated": false,
19933 "deprecationReason": null
19934 },
19935 {
19936 "name": "merger",
19937 "description": "PullRequest merger SCMId",
19938 "args": [
19939 {
19940 "name": "login",
19941 "description": "",
19942 "type": {
19943 "kind": "SCALAR",
19944 "name": "String",
19945 "ofType": null
19946 },
19947 "defaultValue": null
19948 },
19949 {
19950 "name": "name",
19951 "description": "",
19952 "type": {
19953 "kind": "SCALAR",
19954 "name": "String",
19955 "ofType": null
19956 },
19957 "defaultValue": null
19958 },
19959 {
19960 "name": "avatar",
19961 "description": "",
19962 "type": {
19963 "kind": "SCALAR",
19964 "name": "String",
19965 "ofType": null
19966 },
19967 "defaultValue": null
19968 }
19969 ],
19970 "type": {
19971 "kind": "OBJECT",
19972 "name": "SCMId",
19973 "ofType": null
19974 },
19975 "isDeprecated": false,
19976 "deprecationReason": null
19977 },
19978 {
19979 "name": "assignees",
19980 "description": "PullRequest assignees SCMId",
19981 "args": [
19982 {
19983 "name": "login",
19984 "description": "",
19985 "type": {
19986 "kind": "SCALAR",
19987 "name": "String",
19988 "ofType": null
19989 },
19990 "defaultValue": null
19991 },
19992 {
19993 "name": "name",
19994 "description": "",
19995 "type": {
19996 "kind": "SCALAR",
19997 "name": "String",
19998 "ofType": null
19999 },
20000 "defaultValue": null
20001 },
20002 {
20003 "name": "orderBy",
20004 "description": "",
20005 "type": {
20006 "kind": "LIST",
20007 "name": null,
20008 "ofType": {
20009 "kind": "ENUM",
20010 "name": "_SCMIdOrdering",
20011 "ofType": null
20012 }
20013 },
20014 "defaultValue": null
20015 },
20016 {
20017 "name": "first",
20018 "description": "",
20019 "type": {
20020 "kind": "SCALAR",
20021 "name": "Int",
20022 "ofType": null
20023 },
20024 "defaultValue": null
20025 },
20026 {
20027 "name": "offset",
20028 "description": "",
20029 "type": {
20030 "kind": "SCALAR",
20031 "name": "Int",
20032 "ofType": null
20033 },
20034 "defaultValue": null
20035 },
20036 {
20037 "name": "avatar",
20038 "description": "",
20039 "type": {
20040 "kind": "SCALAR",
20041 "name": "String",
20042 "ofType": null
20043 },
20044 "defaultValue": null
20045 }
20046 ],
20047 "type": {
20048 "kind": "LIST",
20049 "name": null,
20050 "ofType": {
20051 "kind": "OBJECT",
20052 "name": "SCMId",
20053 "ofType": null
20054 }
20055 },
20056 "isDeprecated": false,
20057 "deprecationReason": null
20058 },
20059 {
20060 "name": "commits",
20061 "description": "PullRequest commits Commit",
20062 "args": [
20063 {
20064 "name": "sha",
20065 "description": "",
20066 "type": {
20067 "kind": "SCALAR",
20068 "name": "String",
20069 "ofType": null
20070 },
20071 "defaultValue": null
20072 },
20073 {
20074 "name": "message",
20075 "description": "",
20076 "type": {
20077 "kind": "SCALAR",
20078 "name": "String",
20079 "ofType": null
20080 },
20081 "defaultValue": null
20082 },
20083 {
20084 "name": "orderBy",
20085 "description": "",
20086 "type": {
20087 "kind": "LIST",
20088 "name": null,
20089 "ofType": {
20090 "kind": "ENUM",
20091 "name": "_CommitOrdering",
20092 "ofType": null
20093 }
20094 },
20095 "defaultValue": null
20096 },
20097 {
20098 "name": "first",
20099 "description": "",
20100 "type": {
20101 "kind": "SCALAR",
20102 "name": "Int",
20103 "ofType": null
20104 },
20105 "defaultValue": null
20106 },
20107 {
20108 "name": "offset",
20109 "description": "",
20110 "type": {
20111 "kind": "SCALAR",
20112 "name": "Int",
20113 "ofType": null
20114 },
20115 "defaultValue": null
20116 },
20117 {
20118 "name": "timestamp",
20119 "description": "",
20120 "type": {
20121 "kind": "SCALAR",
20122 "name": "String",
20123 "ofType": null
20124 },
20125 "defaultValue": null
20126 }
20127 ],
20128 "type": {
20129 "kind": "LIST",
20130 "name": null,
20131 "ofType": {
20132 "kind": "OBJECT",
20133 "name": "Commit",
20134 "ofType": null
20135 }
20136 },
20137 "isDeprecated": false,
20138 "deprecationReason": null
20139 },
20140 {
20141 "name": "branch",
20142 "description": "PullRequest branch Branch",
20143 "args": [
20144 {
20145 "name": "id",
20146 "description": "",
20147 "type": {
20148 "kind": "SCALAR",
20149 "name": "ID",
20150 "ofType": null
20151 },
20152 "defaultValue": null
20153 },
20154 {
20155 "name": "name",
20156 "description": "",
20157 "type": {
20158 "kind": "SCALAR",
20159 "name": "String",
20160 "ofType": null
20161 },
20162 "defaultValue": null
20163 },
20164 {
20165 "name": "timestamp",
20166 "description": "",
20167 "type": {
20168 "kind": "SCALAR",
20169 "name": "String",
20170 "ofType": null
20171 },
20172 "defaultValue": null
20173 },
20174 {
20175 "name": "isRemote",
20176 "description": "",
20177 "type": {
20178 "kind": "SCALAR",
20179 "name": "Boolean",
20180 "ofType": null
20181 },
20182 "defaultValue": null
20183 },
20184 {
20185 "name": "remoteRepoHtmlUrl",
20186 "description": "",
20187 "type": {
20188 "kind": "SCALAR",
20189 "name": "String",
20190 "ofType": null
20191 },
20192 "defaultValue": null
20193 }
20194 ],
20195 "type": {
20196 "kind": "OBJECT",
20197 "name": "Branch",
20198 "ofType": null
20199 },
20200 "isDeprecated": false,
20201 "deprecationReason": null
20202 },
20203 {
20204 "name": "sourceBranch",
20205 "description": "PullRequest sourceBranch Branch",
20206 "args": [
20207 {
20208 "name": "id",
20209 "description": "",
20210 "type": {
20211 "kind": "SCALAR",
20212 "name": "ID",
20213 "ofType": null
20214 },
20215 "defaultValue": null
20216 },
20217 {
20218 "name": "name",
20219 "description": "",
20220 "type": {
20221 "kind": "SCALAR",
20222 "name": "String",
20223 "ofType": null
20224 },
20225 "defaultValue": null
20226 },
20227 {
20228 "name": "timestamp",
20229 "description": "",
20230 "type": {
20231 "kind": "SCALAR",
20232 "name": "String",
20233 "ofType": null
20234 },
20235 "defaultValue": null
20236 },
20237 {
20238 "name": "isRemote",
20239 "description": "",
20240 "type": {
20241 "kind": "SCALAR",
20242 "name": "Boolean",
20243 "ofType": null
20244 },
20245 "defaultValue": null
20246 },
20247 {
20248 "name": "remoteRepoHtmlUrl",
20249 "description": "",
20250 "type": {
20251 "kind": "SCALAR",
20252 "name": "String",
20253 "ofType": null
20254 },
20255 "defaultValue": null
20256 }
20257 ],
20258 "type": {
20259 "kind": "OBJECT",
20260 "name": "Branch",
20261 "ofType": null
20262 },
20263 "isDeprecated": false,
20264 "deprecationReason": null
20265 },
20266 {
20267 "name": "destinationBranch",
20268 "description": "PullRequest destinationBranch Branch",
20269 "args": [
20270 {
20271 "name": "id",
20272 "description": "",
20273 "type": {
20274 "kind": "SCALAR",
20275 "name": "ID",
20276 "ofType": null
20277 },
20278 "defaultValue": null
20279 },
20280 {
20281 "name": "name",
20282 "description": "",
20283 "type": {
20284 "kind": "SCALAR",
20285 "name": "String",
20286 "ofType": null
20287 },
20288 "defaultValue": null
20289 },
20290 {
20291 "name": "timestamp",
20292 "description": "",
20293 "type": {
20294 "kind": "SCALAR",
20295 "name": "String",
20296 "ofType": null
20297 },
20298 "defaultValue": null
20299 },
20300 {
20301 "name": "isRemote",
20302 "description": "",
20303 "type": {
20304 "kind": "SCALAR",
20305 "name": "Boolean",
20306 "ofType": null
20307 },
20308 "defaultValue": null
20309 },
20310 {
20311 "name": "remoteRepoHtmlUrl",
20312 "description": "",
20313 "type": {
20314 "kind": "SCALAR",
20315 "name": "String",
20316 "ofType": null
20317 },
20318 "defaultValue": null
20319 }
20320 ],
20321 "type": {
20322 "kind": "OBJECT",
20323 "name": "Branch",
20324 "ofType": null
20325 },
20326 "isDeprecated": false,
20327 "deprecationReason": null
20328 },
20329 {
20330 "name": "labels",
20331 "description": "PullRequest labels Label",
20332 "args": [
20333 {
20334 "name": "id",
20335 "description": "",
20336 "type": {
20337 "kind": "SCALAR",
20338 "name": "ID",
20339 "ofType": null
20340 },
20341 "defaultValue": null
20342 },
20343 {
20344 "name": "name",
20345 "description": "",
20346 "type": {
20347 "kind": "SCALAR",
20348 "name": "String",
20349 "ofType": null
20350 },
20351 "defaultValue": null
20352 },
20353 {
20354 "name": "default",
20355 "description": "",
20356 "type": {
20357 "kind": "SCALAR",
20358 "name": "String",
20359 "ofType": null
20360 },
20361 "defaultValue": null
20362 },
20363 {
20364 "name": "orderBy",
20365 "description": "",
20366 "type": {
20367 "kind": "LIST",
20368 "name": null,
20369 "ofType": {
20370 "kind": "ENUM",
20371 "name": "_LabelOrdering",
20372 "ofType": null
20373 }
20374 },
20375 "defaultValue": null
20376 },
20377 {
20378 "name": "first",
20379 "description": "",
20380 "type": {
20381 "kind": "SCALAR",
20382 "name": "Int",
20383 "ofType": null
20384 },
20385 "defaultValue": null
20386 },
20387 {
20388 "name": "offset",
20389 "description": "",
20390 "type": {
20391 "kind": "SCALAR",
20392 "name": "Int",
20393 "ofType": null
20394 },
20395 "defaultValue": null
20396 },
20397 {
20398 "name": "color",
20399 "description": "",
20400 "type": {
20401 "kind": "SCALAR",
20402 "name": "String",
20403 "ofType": null
20404 },
20405 "defaultValue": null
20406 }
20407 ],
20408 "type": {
20409 "kind": "LIST",
20410 "name": null,
20411 "ofType": {
20412 "kind": "OBJECT",
20413 "name": "Label",
20414 "ofType": null
20415 }
20416 },
20417 "isDeprecated": false,
20418 "deprecationReason": null
20419 },
20420 {
20421 "name": "reviews",
20422 "description": "PullRequest reviews Review",
20423 "args": [
20424 {
20425 "name": "id",
20426 "description": "",
20427 "type": {
20428 "kind": "SCALAR",
20429 "name": "ID",
20430 "ofType": null
20431 },
20432 "defaultValue": null
20433 },
20434 {
20435 "name": "gitHubId",
20436 "description": "",
20437 "type": {
20438 "kind": "SCALAR",
20439 "name": "String",
20440 "ofType": null
20441 },
20442 "defaultValue": null
20443 },
20444 {
20445 "name": "reviewId",
20446 "description": "",
20447 "type": {
20448 "kind": "SCALAR",
20449 "name": "String",
20450 "ofType": null
20451 },
20452 "defaultValue": null
20453 },
20454 {
20455 "name": "body",
20456 "description": "",
20457 "type": {
20458 "kind": "SCALAR",
20459 "name": "String",
20460 "ofType": null
20461 },
20462 "defaultValue": null
20463 },
20464 {
20465 "name": "state",
20466 "description": "",
20467 "type": {
20468 "kind": "ENUM",
20469 "name": "ReviewState",
20470 "ofType": null
20471 },
20472 "defaultValue": null
20473 },
20474 {
20475 "name": "submittedAt",
20476 "description": "",
20477 "type": {
20478 "kind": "SCALAR",
20479 "name": "String",
20480 "ofType": null
20481 },
20482 "defaultValue": null
20483 },
20484 {
20485 "name": "orderBy",
20486 "description": "",
20487 "type": {
20488 "kind": "LIST",
20489 "name": null,
20490 "ofType": {
20491 "kind": "ENUM",
20492 "name": "_ReviewOrdering",
20493 "ofType": null
20494 }
20495 },
20496 "defaultValue": null
20497 },
20498 {
20499 "name": "first",
20500 "description": "",
20501 "type": {
20502 "kind": "SCALAR",
20503 "name": "Int",
20504 "ofType": null
20505 },
20506 "defaultValue": null
20507 },
20508 {
20509 "name": "offset",
20510 "description": "",
20511 "type": {
20512 "kind": "SCALAR",
20513 "name": "Int",
20514 "ofType": null
20515 },
20516 "defaultValue": null
20517 },
20518 {
20519 "name": "htmlUrl",
20520 "description": "",
20521 "type": {
20522 "kind": "SCALAR",
20523 "name": "String",
20524 "ofType": null
20525 },
20526 "defaultValue": null
20527 }
20528 ],
20529 "type": {
20530 "kind": "LIST",
20531 "name": null,
20532 "ofType": {
20533 "kind": "OBJECT",
20534 "name": "Review",
20535 "ofType": null
20536 }
20537 },
20538 "isDeprecated": false,
20539 "deprecationReason": null
20540 },
20541 {
20542 "name": "reviewers",
20543 "description": "PullRequest reviewers SCMId",
20544 "args": [
20545 {
20546 "name": "login",
20547 "description": "",
20548 "type": {
20549 "kind": "SCALAR",
20550 "name": "String",
20551 "ofType": null
20552 },
20553 "defaultValue": null
20554 },
20555 {
20556 "name": "name",
20557 "description": "",
20558 "type": {
20559 "kind": "SCALAR",
20560 "name": "String",
20561 "ofType": null
20562 },
20563 "defaultValue": null
20564 },
20565 {
20566 "name": "orderBy",
20567 "description": "",
20568 "type": {
20569 "kind": "LIST",
20570 "name": null,
20571 "ofType": {
20572 "kind": "ENUM",
20573 "name": "_SCMIdOrdering",
20574 "ofType": null
20575 }
20576 },
20577 "defaultValue": null
20578 },
20579 {
20580 "name": "first",
20581 "description": "",
20582 "type": {
20583 "kind": "SCALAR",
20584 "name": "Int",
20585 "ofType": null
20586 },
20587 "defaultValue": null
20588 },
20589 {
20590 "name": "offset",
20591 "description": "",
20592 "type": {
20593 "kind": "SCALAR",
20594 "name": "Int",
20595 "ofType": null
20596 },
20597 "defaultValue": null
20598 },
20599 {
20600 "name": "avatar",
20601 "description": "",
20602 "type": {
20603 "kind": "SCALAR",
20604 "name": "String",
20605 "ofType": null
20606 },
20607 "defaultValue": null
20608 }
20609 ],
20610 "type": {
20611 "kind": "LIST",
20612 "name": null,
20613 "ofType": {
20614 "kind": "OBJECT",
20615 "name": "SCMId",
20616 "ofType": null
20617 }
20618 },
20619 "isDeprecated": false,
20620 "deprecationReason": null
20621 },
20622 {
20623 "name": "lastAssignedBy",
20624 "description": "PullRequest lastAssignedBy SCMId",
20625 "args": [
20626 {
20627 "name": "login",
20628 "description": "",
20629 "type": {
20630 "kind": "SCALAR",
20631 "name": "String",
20632 "ofType": null
20633 },
20634 "defaultValue": null
20635 },
20636 {
20637 "name": "name",
20638 "description": "",
20639 "type": {
20640 "kind": "SCALAR",
20641 "name": "String",
20642 "ofType": null
20643 },
20644 "defaultValue": null
20645 },
20646 {
20647 "name": "avatar",
20648 "description": "",
20649 "type": {
20650 "kind": "SCALAR",
20651 "name": "String",
20652 "ofType": null
20653 },
20654 "defaultValue": null
20655 }
20656 ],
20657 "type": {
20658 "kind": "OBJECT",
20659 "name": "SCMId",
20660 "ofType": null
20661 },
20662 "isDeprecated": false,
20663 "deprecationReason": null
20664 },
20665 {
20666 "name": "comments",
20667 "description": "PullRequest comments Comment",
20668 "args": [
20669 {
20670 "name": "id",
20671 "description": "",
20672 "type": {
20673 "kind": "SCALAR",
20674 "name": "ID",
20675 "ofType": null
20676 },
20677 "defaultValue": null
20678 },
20679 {
20680 "name": "body",
20681 "description": "",
20682 "type": {
20683 "kind": "SCALAR",
20684 "name": "String",
20685 "ofType": null
20686 },
20687 "defaultValue": null
20688 },
20689 {
20690 "name": "timestamp",
20691 "description": "",
20692 "type": {
20693 "kind": "SCALAR",
20694 "name": "String",
20695 "ofType": null
20696 },
20697 "defaultValue": null
20698 },
20699 {
20700 "name": "createdAt",
20701 "description": "",
20702 "type": {
20703 "kind": "SCALAR",
20704 "name": "String",
20705 "ofType": null
20706 },
20707 "defaultValue": null
20708 },
20709 {
20710 "name": "updatedAt",
20711 "description": "",
20712 "type": {
20713 "kind": "SCALAR",
20714 "name": "String",
20715 "ofType": null
20716 },
20717 "defaultValue": null
20718 },
20719 {
20720 "name": "commentId",
20721 "description": "",
20722 "type": {
20723 "kind": "SCALAR",
20724 "name": "String",
20725 "ofType": null
20726 },
20727 "defaultValue": null
20728 },
20729 {
20730 "name": "gitHubId",
20731 "description": "",
20732 "type": {
20733 "kind": "SCALAR",
20734 "name": "String",
20735 "ofType": null
20736 },
20737 "defaultValue": null
20738 },
20739 {
20740 "name": "path",
20741 "description": "",
20742 "type": {
20743 "kind": "SCALAR",
20744 "name": "String",
20745 "ofType": null
20746 },
20747 "defaultValue": null
20748 },
20749 {
20750 "name": "position",
20751 "description": "",
20752 "type": {
20753 "kind": "SCALAR",
20754 "name": "String",
20755 "ofType": null
20756 },
20757 "defaultValue": null
20758 },
20759 {
20760 "name": "htmlUrl",
20761 "description": "",
20762 "type": {
20763 "kind": "SCALAR",
20764 "name": "String",
20765 "ofType": null
20766 },
20767 "defaultValue": null
20768 },
20769 {
20770 "name": "orderBy",
20771 "description": "",
20772 "type": {
20773 "kind": "LIST",
20774 "name": null,
20775 "ofType": {
20776 "kind": "ENUM",
20777 "name": "_CommentOrdering",
20778 "ofType": null
20779 }
20780 },
20781 "defaultValue": null
20782 },
20783 {
20784 "name": "first",
20785 "description": "",
20786 "type": {
20787 "kind": "SCALAR",
20788 "name": "Int",
20789 "ofType": null
20790 },
20791 "defaultValue": null
20792 },
20793 {
20794 "name": "offset",
20795 "description": "",
20796 "type": {
20797 "kind": "SCALAR",
20798 "name": "Int",
20799 "ofType": null
20800 },
20801 "defaultValue": null
20802 },
20803 {
20804 "name": "commentType",
20805 "description": "",
20806 "type": {
20807 "kind": "ENUM",
20808 "name": "CommentCommentType",
20809 "ofType": null
20810 },
20811 "defaultValue": null
20812 }
20813 ],
20814 "type": {
20815 "kind": "LIST",
20816 "name": null,
20817 "ofType": {
20818 "kind": "OBJECT",
20819 "name": "Comment",
20820 "ofType": null
20821 }
20822 },
20823 "isDeprecated": false,
20824 "deprecationReason": null
20825 },
20826 {
20827 "name": "builds",
20828 "description": "PullRequest builds Build",
20829 "args": [
20830 {
20831 "name": "id",
20832 "description": "",
20833 "type": {
20834 "kind": "SCALAR",
20835 "name": "ID",
20836 "ofType": null
20837 },
20838 "defaultValue": null
20839 },
20840 {
20841 "name": "buildId",
20842 "description": "",
20843 "type": {
20844 "kind": "SCALAR",
20845 "name": "String",
20846 "ofType": null
20847 },
20848 "defaultValue": null
20849 },
20850 {
20851 "name": "number",
20852 "description": "",
20853 "type": {
20854 "kind": "SCALAR",
20855 "name": "Int",
20856 "ofType": null
20857 },
20858 "defaultValue": null
20859 },
20860 {
20861 "name": "name",
20862 "description": "",
20863 "type": {
20864 "kind": "SCALAR",
20865 "name": "String",
20866 "ofType": null
20867 },
20868 "defaultValue": null
20869 },
20870 {
20871 "name": "status",
20872 "description": "",
20873 "type": {
20874 "kind": "ENUM",
20875 "name": "BuildStatus",
20876 "ofType": null
20877 },
20878 "defaultValue": null
20879 },
20880 {
20881 "name": "buildUrl",
20882 "description": "",
20883 "type": {
20884 "kind": "SCALAR",
20885 "name": "String",
20886 "ofType": null
20887 },
20888 "defaultValue": null
20889 },
20890 {
20891 "name": "compareUrl",
20892 "description": "",
20893 "type": {
20894 "kind": "SCALAR",
20895 "name": "String",
20896 "ofType": null
20897 },
20898 "defaultValue": null
20899 },
20900 {
20901 "name": "trigger",
20902 "description": "",
20903 "type": {
20904 "kind": "ENUM",
20905 "name": "BuildTrigger",
20906 "ofType": null
20907 },
20908 "defaultValue": null
20909 },
20910 {
20911 "name": "provider",
20912 "description": "",
20913 "type": {
20914 "kind": "SCALAR",
20915 "name": "String",
20916 "ofType": null
20917 },
20918 "defaultValue": null
20919 },
20920 {
20921 "name": "pullRequestNumber",
20922 "description": "",
20923 "type": {
20924 "kind": "SCALAR",
20925 "name": "Float",
20926 "ofType": null
20927 },
20928 "defaultValue": null
20929 },
20930 {
20931 "name": "startedAt",
20932 "description": "",
20933 "type": {
20934 "kind": "SCALAR",
20935 "name": "String",
20936 "ofType": null
20937 },
20938 "defaultValue": null
20939 },
20940 {
20941 "name": "finishedAt",
20942 "description": "",
20943 "type": {
20944 "kind": "SCALAR",
20945 "name": "String",
20946 "ofType": null
20947 },
20948 "defaultValue": null
20949 },
20950 {
20951 "name": "timestamp",
20952 "description": "",
20953 "type": {
20954 "kind": "SCALAR",
20955 "name": "String",
20956 "ofType": null
20957 },
20958 "defaultValue": null
20959 },
20960 {
20961 "name": "workflowId",
20962 "description": "",
20963 "type": {
20964 "kind": "SCALAR",
20965 "name": "String",
20966 "ofType": null
20967 },
20968 "defaultValue": null
20969 },
20970 {
20971 "name": "jobName",
20972 "description": "",
20973 "type": {
20974 "kind": "SCALAR",
20975 "name": "String",
20976 "ofType": null
20977 },
20978 "defaultValue": null
20979 },
20980 {
20981 "name": "jobId",
20982 "description": "",
20983 "type": {
20984 "kind": "SCALAR",
20985 "name": "String",
20986 "ofType": null
20987 },
20988 "defaultValue": null
20989 },
20990 {
20991 "name": "orderBy",
20992 "description": "",
20993 "type": {
20994 "kind": "LIST",
20995 "name": null,
20996 "ofType": {
20997 "kind": "ENUM",
20998 "name": "_BuildOrdering",
20999 "ofType": null
21000 }
21001 },
21002 "defaultValue": null
21003 },
21004 {
21005 "name": "first",
21006 "description": "",
21007 "type": {
21008 "kind": "SCALAR",
21009 "name": "Int",
21010 "ofType": null
21011 },
21012 "defaultValue": null
21013 },
21014 {
21015 "name": "offset",
21016 "description": "",
21017 "type": {
21018 "kind": "SCALAR",
21019 "name": "Int",
21020 "ofType": null
21021 },
21022 "defaultValue": null
21023 },
21024 {
21025 "name": "data",
21026 "description": "",
21027 "type": {
21028 "kind": "SCALAR",
21029 "name": "String",
21030 "ofType": null
21031 },
21032 "defaultValue": null
21033 }
21034 ],
21035 "type": {
21036 "kind": "LIST",
21037 "name": null,
21038 "ofType": {
21039 "kind": "OBJECT",
21040 "name": "Build",
21041 "ofType": null
21042 }
21043 },
21044 "isDeprecated": false,
21045 "deprecationReason": null
21046 }
21047 ],
21048 "inputFields": null,
21049 "interfaces": [],
21050 "enumValues": null,
21051 "possibleTypes": null
21052 },
21053 {
21054 "kind": "ENUM",
21055 "name": "PullRequestAction",
21056 "description": "",
21057 "fields": null,
21058 "inputFields": null,
21059 "interfaces": null,
21060 "enumValues": [
21061 {
21062 "name": "assigned",
21063 "description": "",
21064 "isDeprecated": false,
21065 "deprecationReason": null
21066 },
21067 {
21068 "name": "created",
21069 "description": "",
21070 "isDeprecated": false,
21071 "deprecationReason": null
21072 },
21073 {
21074 "name": "unassigned",
21075 "description": "",
21076 "isDeprecated": false,
21077 "deprecationReason": null
21078 },
21079 {
21080 "name": "review_requested",
21081 "description": "",
21082 "isDeprecated": false,
21083 "deprecationReason": null
21084 },
21085 {
21086 "name": "review_request_removed",
21087 "description": "",
21088 "isDeprecated": false,
21089 "deprecationReason": null
21090 },
21091 {
21092 "name": "labeled",
21093 "description": "",
21094 "isDeprecated": false,
21095 "deprecationReason": null
21096 },
21097 {
21098 "name": "unlabeled",
21099 "description": "",
21100 "isDeprecated": false,
21101 "deprecationReason": null
21102 },
21103 {
21104 "name": "opened",
21105 "description": "",
21106 "isDeprecated": false,
21107 "deprecationReason": null
21108 },
21109 {
21110 "name": "edited",
21111 "description": "",
21112 "isDeprecated": false,
21113 "deprecationReason": null
21114 },
21115 {
21116 "name": "closed",
21117 "description": "",
21118 "isDeprecated": false,
21119 "deprecationReason": null
21120 },
21121 {
21122 "name": "reopened",
21123 "description": "",
21124 "isDeprecated": false,
21125 "deprecationReason": null
21126 },
21127 {
21128 "name": "synchronize",
21129 "description": "",
21130 "isDeprecated": false,
21131 "deprecationReason": null
21132 },
21133 {
21134 "name": "submitted",
21135 "description": "",
21136 "isDeprecated": false,
21137 "deprecationReason": null
21138 }
21139 ],
21140 "possibleTypes": null
21141 },
21142 {
21143 "kind": "OBJECT",
21144 "name": "Commit",
21145 "description": "Commit-Node",
21146 "fields": [
21147 {
21148 "name": "_id",
21149 "description": "internal node id",
21150 "args": [],
21151 "type": {
21152 "kind": "SCALAR",
21153 "name": "Int",
21154 "ofType": null
21155 },
21156 "isDeprecated": false,
21157 "deprecationReason": null
21158 },
21159 {
21160 "name": "url",
21161 "description": "the URL of the Commit",
21162 "args": [],
21163 "type": {
21164 "kind": "SCALAR",
21165 "name": "String",
21166 "ofType": null
21167 },
21168 "isDeprecated": false,
21169 "deprecationReason": null
21170 },
21171 {
21172 "name": "sha",
21173 "description": "sha of Commit",
21174 "args": [],
21175 "type": {
21176 "kind": "SCALAR",
21177 "name": "String",
21178 "ofType": null
21179 },
21180 "isDeprecated": false,
21181 "deprecationReason": null
21182 },
21183 {
21184 "name": "message",
21185 "description": "message of Commit",
21186 "args": [],
21187 "type": {
21188 "kind": "SCALAR",
21189 "name": "String",
21190 "ofType": null
21191 },
21192 "isDeprecated": false,
21193 "deprecationReason": null
21194 },
21195 {
21196 "name": "timestamp",
21197 "description": "timestamp of Commit",
21198 "args": [],
21199 "type": {
21200 "kind": "SCALAR",
21201 "name": "String",
21202 "ofType": null
21203 },
21204 "isDeprecated": false,
21205 "deprecationReason": null
21206 },
21207 {
21208 "name": "email",
21209 "description": "Commit email Email",
21210 "args": [
21211 {
21212 "name": "address",
21213 "description": "",
21214 "type": {
21215 "kind": "SCALAR",
21216 "name": "String",
21217 "ofType": null
21218 },
21219 "defaultValue": null
21220 }
21221 ],
21222 "type": {
21223 "kind": "OBJECT",
21224 "name": "Email",
21225 "ofType": null
21226 },
21227 "isDeprecated": false,
21228 "deprecationReason": null
21229 },
21230 {
21231 "name": "builds",
21232 "description": "Commit builds Build",
21233 "args": [
21234 {
21235 "name": "id",
21236 "description": "",
21237 "type": {
21238 "kind": "SCALAR",
21239 "name": "ID",
21240 "ofType": null
21241 },
21242 "defaultValue": null
21243 },
21244 {
21245 "name": "buildId",
21246 "description": "",
21247 "type": {
21248 "kind": "SCALAR",
21249 "name": "String",
21250 "ofType": null
21251 },
21252 "defaultValue": null
21253 },
21254 {
21255 "name": "number",
21256 "description": "",
21257 "type": {
21258 "kind": "SCALAR",
21259 "name": "Int",
21260 "ofType": null
21261 },
21262 "defaultValue": null
21263 },
21264 {
21265 "name": "name",
21266 "description": "",
21267 "type": {
21268 "kind": "SCALAR",
21269 "name": "String",
21270 "ofType": null
21271 },
21272 "defaultValue": null
21273 },
21274 {
21275 "name": "status",
21276 "description": "",
21277 "type": {
21278 "kind": "ENUM",
21279 "name": "BuildStatus",
21280 "ofType": null
21281 },
21282 "defaultValue": null
21283 },
21284 {
21285 "name": "buildUrl",
21286 "description": "",
21287 "type": {
21288 "kind": "SCALAR",
21289 "name": "String",
21290 "ofType": null
21291 },
21292 "defaultValue": null
21293 },
21294 {
21295 "name": "compareUrl",
21296 "description": "",
21297 "type": {
21298 "kind": "SCALAR",
21299 "name": "String",
21300 "ofType": null
21301 },
21302 "defaultValue": null
21303 },
21304 {
21305 "name": "trigger",
21306 "description": "",
21307 "type": {
21308 "kind": "ENUM",
21309 "name": "BuildTrigger",
21310 "ofType": null
21311 },
21312 "defaultValue": null
21313 },
21314 {
21315 "name": "provider",
21316 "description": "",
21317 "type": {
21318 "kind": "SCALAR",
21319 "name": "String",
21320 "ofType": null
21321 },
21322 "defaultValue": null
21323 },
21324 {
21325 "name": "pullRequestNumber",
21326 "description": "",
21327 "type": {
21328 "kind": "SCALAR",
21329 "name": "Float",
21330 "ofType": null
21331 },
21332 "defaultValue": null
21333 },
21334 {
21335 "name": "startedAt",
21336 "description": "",
21337 "type": {
21338 "kind": "SCALAR",
21339 "name": "String",
21340 "ofType": null
21341 },
21342 "defaultValue": null
21343 },
21344 {
21345 "name": "finishedAt",
21346 "description": "",
21347 "type": {
21348 "kind": "SCALAR",
21349 "name": "String",
21350 "ofType": null
21351 },
21352 "defaultValue": null
21353 },
21354 {
21355 "name": "timestamp",
21356 "description": "",
21357 "type": {
21358 "kind": "SCALAR",
21359 "name": "String",
21360 "ofType": null
21361 },
21362 "defaultValue": null
21363 },
21364 {
21365 "name": "workflowId",
21366 "description": "",
21367 "type": {
21368 "kind": "SCALAR",
21369 "name": "String",
21370 "ofType": null
21371 },
21372 "defaultValue": null
21373 },
21374 {
21375 "name": "jobName",
21376 "description": "",
21377 "type": {
21378 "kind": "SCALAR",
21379 "name": "String",
21380 "ofType": null
21381 },
21382 "defaultValue": null
21383 },
21384 {
21385 "name": "jobId",
21386 "description": "",
21387 "type": {
21388 "kind": "SCALAR",
21389 "name": "String",
21390 "ofType": null
21391 },
21392 "defaultValue": null
21393 },
21394 {
21395 "name": "orderBy",
21396 "description": "",
21397 "type": {
21398 "kind": "LIST",
21399 "name": null,
21400 "ofType": {
21401 "kind": "ENUM",
21402 "name": "_BuildOrdering",
21403 "ofType": null
21404 }
21405 },
21406 "defaultValue": null
21407 },
21408 {
21409 "name": "first",
21410 "description": "",
21411 "type": {
21412 "kind": "SCALAR",
21413 "name": "Int",
21414 "ofType": null
21415 },
21416 "defaultValue": null
21417 },
21418 {
21419 "name": "offset",
21420 "description": "",
21421 "type": {
21422 "kind": "SCALAR",
21423 "name": "Int",
21424 "ofType": null
21425 },
21426 "defaultValue": null
21427 },
21428 {
21429 "name": "data",
21430 "description": "",
21431 "type": {
21432 "kind": "SCALAR",
21433 "name": "String",
21434 "ofType": null
21435 },
21436 "defaultValue": null
21437 }
21438 ],
21439 "type": {
21440 "kind": "LIST",
21441 "name": null,
21442 "ofType": {
21443 "kind": "OBJECT",
21444 "name": "Build",
21445 "ofType": null
21446 }
21447 },
21448 "isDeprecated": false,
21449 "deprecationReason": null
21450 },
21451 {
21452 "name": "pipelines",
21453 "description": "Pipelines associated with this commit if applicable",
21454 "args": [
21455 {
21456 "name": "pipelineId",
21457 "description": "",
21458 "type": {
21459 "kind": "SCALAR",
21460 "name": "ID",
21461 "ofType": null
21462 },
21463 "defaultValue": null
21464 }
21465 ],
21466 "type": {
21467 "kind": "LIST",
21468 "name": null,
21469 "ofType": {
21470 "kind": "OBJECT",
21471 "name": "Pipeline",
21472 "ofType": null
21473 }
21474 },
21475 "isDeprecated": false,
21476 "deprecationReason": null
21477 },
21478 {
21479 "name": "repo",
21480 "description": "Commit repo Repo",
21481 "args": [
21482 {
21483 "name": "id",
21484 "description": "",
21485 "type": {
21486 "kind": "SCALAR",
21487 "name": "ID",
21488 "ofType": null
21489 },
21490 "defaultValue": null
21491 },
21492 {
21493 "name": "owner",
21494 "description": "",
21495 "type": {
21496 "kind": "SCALAR",
21497 "name": "String",
21498 "ofType": null
21499 },
21500 "defaultValue": null
21501 },
21502 {
21503 "name": "name",
21504 "description": "",
21505 "type": {
21506 "kind": "SCALAR",
21507 "name": "String",
21508 "ofType": null
21509 },
21510 "defaultValue": null
21511 },
21512 {
21513 "name": "allowRebaseMerge",
21514 "description": "",
21515 "type": {
21516 "kind": "SCALAR",
21517 "name": "Boolean",
21518 "ofType": null
21519 },
21520 "defaultValue": null
21521 },
21522 {
21523 "name": "allowSquashMerge",
21524 "description": "",
21525 "type": {
21526 "kind": "SCALAR",
21527 "name": "Boolean",
21528 "ofType": null
21529 },
21530 "defaultValue": null
21531 },
21532 {
21533 "name": "allowMergeCommit",
21534 "description": "",
21535 "type": {
21536 "kind": "SCALAR",
21537 "name": "Boolean",
21538 "ofType": null
21539 },
21540 "defaultValue": null
21541 },
21542 {
21543 "name": "repoId",
21544 "description": "",
21545 "type": {
21546 "kind": "SCALAR",
21547 "name": "String",
21548 "ofType": null
21549 },
21550 "defaultValue": null
21551 },
21552 {
21553 "name": "gitHubId",
21554 "description": "",
21555 "type": {
21556 "kind": "SCALAR",
21557 "name": "String",
21558 "ofType": null
21559 },
21560 "defaultValue": null
21561 },
21562 {
21563 "name": "defaultBranch",
21564 "description": "",
21565 "type": {
21566 "kind": "SCALAR",
21567 "name": "String",
21568 "ofType": null
21569 },
21570 "defaultValue": null
21571 }
21572 ],
21573 "type": {
21574 "kind": "OBJECT",
21575 "name": "Repo",
21576 "ofType": null
21577 },
21578 "isDeprecated": false,
21579 "deprecationReason": null
21580 },
21581 {
21582 "name": "author",
21583 "description": "Commit author SCMId",
21584 "args": [
21585 {
21586 "name": "login",
21587 "description": "",
21588 "type": {
21589 "kind": "SCALAR",
21590 "name": "String",
21591 "ofType": null
21592 },
21593 "defaultValue": null
21594 },
21595 {
21596 "name": "name",
21597 "description": "",
21598 "type": {
21599 "kind": "SCALAR",
21600 "name": "String",
21601 "ofType": null
21602 },
21603 "defaultValue": null
21604 },
21605 {
21606 "name": "avatar",
21607 "description": "",
21608 "type": {
21609 "kind": "SCALAR",
21610 "name": "String",
21611 "ofType": null
21612 },
21613 "defaultValue": null
21614 }
21615 ],
21616 "type": {
21617 "kind": "OBJECT",
21618 "name": "SCMId",
21619 "ofType": null
21620 },
21621 "isDeprecated": false,
21622 "deprecationReason": null
21623 },
21624 {
21625 "name": "committer",
21626 "description": "Commit committer SCMId",
21627 "args": [
21628 {
21629 "name": "login",
21630 "description": "",
21631 "type": {
21632 "kind": "SCALAR",
21633 "name": "String",
21634 "ofType": null
21635 },
21636 "defaultValue": null
21637 },
21638 {
21639 "name": "name",
21640 "description": "",
21641 "type": {
21642 "kind": "SCALAR",
21643 "name": "String",
21644 "ofType": null
21645 },
21646 "defaultValue": null
21647 },
21648 {
21649 "name": "avatar",
21650 "description": "",
21651 "type": {
21652 "kind": "SCALAR",
21653 "name": "String",
21654 "ofType": null
21655 },
21656 "defaultValue": null
21657 }
21658 ],
21659 "type": {
21660 "kind": "OBJECT",
21661 "name": "SCMId",
21662 "ofType": null
21663 },
21664 "isDeprecated": false,
21665 "deprecationReason": null
21666 },
21667 {
21668 "name": "tags",
21669 "description": "Commit tags Tag",
21670 "args": [
21671 {
21672 "name": "id",
21673 "description": "",
21674 "type": {
21675 "kind": "SCALAR",
21676 "name": "ID",
21677 "ofType": null
21678 },
21679 "defaultValue": null
21680 },
21681 {
21682 "name": "name",
21683 "description": "",
21684 "type": {
21685 "kind": "SCALAR",
21686 "name": "String",
21687 "ofType": null
21688 },
21689 "defaultValue": null
21690 },
21691 {
21692 "name": "description",
21693 "description": "",
21694 "type": {
21695 "kind": "SCALAR",
21696 "name": "String",
21697 "ofType": null
21698 },
21699 "defaultValue": null
21700 },
21701 {
21702 "name": "ref",
21703 "description": "",
21704 "type": {
21705 "kind": "SCALAR",
21706 "name": "String",
21707 "ofType": null
21708 },
21709 "defaultValue": null
21710 },
21711 {
21712 "name": "orderBy",
21713 "description": "",
21714 "type": {
21715 "kind": "LIST",
21716 "name": null,
21717 "ofType": {
21718 "kind": "ENUM",
21719 "name": "_TagOrdering",
21720 "ofType": null
21721 }
21722 },
21723 "defaultValue": null
21724 },
21725 {
21726 "name": "first",
21727 "description": "",
21728 "type": {
21729 "kind": "SCALAR",
21730 "name": "Int",
21731 "ofType": null
21732 },
21733 "defaultValue": null
21734 },
21735 {
21736 "name": "offset",
21737 "description": "",
21738 "type": {
21739 "kind": "SCALAR",
21740 "name": "Int",
21741 "ofType": null
21742 },
21743 "defaultValue": null
21744 },
21745 {
21746 "name": "timestamp",
21747 "description": "",
21748 "type": {
21749 "kind": "SCALAR",
21750 "name": "String",
21751 "ofType": null
21752 },
21753 "defaultValue": null
21754 }
21755 ],
21756 "type": {
21757 "kind": "LIST",
21758 "name": null,
21759 "ofType": {
21760 "kind": "OBJECT",
21761 "name": "Tag",
21762 "ofType": null
21763 }
21764 },
21765 "isDeprecated": false,
21766 "deprecationReason": null
21767 },
21768 {
21769 "name": "resolves",
21770 "description": "Commit resolves Issue",
21771 "args": [
21772 {
21773 "name": "id",
21774 "description": "",
21775 "type": {
21776 "kind": "SCALAR",
21777 "name": "ID",
21778 "ofType": null
21779 },
21780 "defaultValue": null
21781 },
21782 {
21783 "name": "number",
21784 "description": "",
21785 "type": {
21786 "kind": "SCALAR",
21787 "name": "Float",
21788 "ofType": null
21789 },
21790 "defaultValue": null
21791 },
21792 {
21793 "name": "name",
21794 "description": "",
21795 "type": {
21796 "kind": "SCALAR",
21797 "name": "String",
21798 "ofType": null
21799 },
21800 "defaultValue": null
21801 },
21802 {
21803 "name": "title",
21804 "description": "",
21805 "type": {
21806 "kind": "SCALAR",
21807 "name": "String",
21808 "ofType": null
21809 },
21810 "defaultValue": null
21811 },
21812 {
21813 "name": "body",
21814 "description": "",
21815 "type": {
21816 "kind": "SCALAR",
21817 "name": "String",
21818 "ofType": null
21819 },
21820 "defaultValue": null
21821 },
21822 {
21823 "name": "state",
21824 "description": "",
21825 "type": {
21826 "kind": "ENUM",
21827 "name": "IssueState",
21828 "ofType": null
21829 },
21830 "defaultValue": null
21831 },
21832 {
21833 "name": "timestamp",
21834 "description": "",
21835 "type": {
21836 "kind": "SCALAR",
21837 "name": "String",
21838 "ofType": null
21839 },
21840 "defaultValue": null
21841 },
21842 {
21843 "name": "action",
21844 "description": "",
21845 "type": {
21846 "kind": "SCALAR",
21847 "name": "String",
21848 "ofType": null
21849 },
21850 "defaultValue": null
21851 },
21852 {
21853 "name": "createdAt",
21854 "description": "",
21855 "type": {
21856 "kind": "SCALAR",
21857 "name": "String",
21858 "ofType": null
21859 },
21860 "defaultValue": null
21861 },
21862 {
21863 "name": "updatedAt",
21864 "description": "",
21865 "type": {
21866 "kind": "SCALAR",
21867 "name": "String",
21868 "ofType": null
21869 },
21870 "defaultValue": null
21871 },
21872 {
21873 "name": "orderBy",
21874 "description": "",
21875 "type": {
21876 "kind": "LIST",
21877 "name": null,
21878 "ofType": {
21879 "kind": "ENUM",
21880 "name": "_IssueOrdering",
21881 "ofType": null
21882 }
21883 },
21884 "defaultValue": null
21885 },
21886 {
21887 "name": "first",
21888 "description": "",
21889 "type": {
21890 "kind": "SCALAR",
21891 "name": "Int",
21892 "ofType": null
21893 },
21894 "defaultValue": null
21895 },
21896 {
21897 "name": "offset",
21898 "description": "",
21899 "type": {
21900 "kind": "SCALAR",
21901 "name": "Int",
21902 "ofType": null
21903 },
21904 "defaultValue": null
21905 },
21906 {
21907 "name": "closedAt",
21908 "description": "",
21909 "type": {
21910 "kind": "SCALAR",
21911 "name": "String",
21912 "ofType": null
21913 },
21914 "defaultValue": null
21915 }
21916 ],
21917 "type": {
21918 "kind": "LIST",
21919 "name": null,
21920 "ofType": {
21921 "kind": "OBJECT",
21922 "name": "Issue",
21923 "ofType": null
21924 }
21925 },
21926 "isDeprecated": false,
21927 "deprecationReason": null
21928 },
21929 {
21930 "name": "statuses",
21931 "description": "Commit statuses Status",
21932 "args": [
21933 {
21934 "name": "id",
21935 "description": "",
21936 "type": {
21937 "kind": "SCALAR",
21938 "name": "ID",
21939 "ofType": null
21940 },
21941 "defaultValue": null
21942 },
21943 {
21944 "name": "state",
21945 "description": "",
21946 "type": {
21947 "kind": "ENUM",
21948 "name": "StatusState",
21949 "ofType": null
21950 },
21951 "defaultValue": null
21952 },
21953 {
21954 "name": "description",
21955 "description": "",
21956 "type": {
21957 "kind": "SCALAR",
21958 "name": "String",
21959 "ofType": null
21960 },
21961 "defaultValue": null
21962 },
21963 {
21964 "name": "targetUrl",
21965 "description": "",
21966 "type": {
21967 "kind": "SCALAR",
21968 "name": "String",
21969 "ofType": null
21970 },
21971 "defaultValue": null
21972 },
21973 {
21974 "name": "context",
21975 "description": "",
21976 "type": {
21977 "kind": "SCALAR",
21978 "name": "String",
21979 "ofType": null
21980 },
21981 "defaultValue": null
21982 },
21983 {
21984 "name": "orderBy",
21985 "description": "",
21986 "type": {
21987 "kind": "LIST",
21988 "name": null,
21989 "ofType": {
21990 "kind": "ENUM",
21991 "name": "_StatusOrdering",
21992 "ofType": null
21993 }
21994 },
21995 "defaultValue": null
21996 },
21997 {
21998 "name": "first",
21999 "description": "",
22000 "type": {
22001 "kind": "SCALAR",
22002 "name": "Int",
22003 "ofType": null
22004 },
22005 "defaultValue": null
22006 },
22007 {
22008 "name": "offset",
22009 "description": "",
22010 "type": {
22011 "kind": "SCALAR",
22012 "name": "Int",
22013 "ofType": null
22014 },
22015 "defaultValue": null
22016 },
22017 {
22018 "name": "timestamp",
22019 "description": "",
22020 "type": {
22021 "kind": "SCALAR",
22022 "name": "String",
22023 "ofType": null
22024 },
22025 "defaultValue": null
22026 }
22027 ],
22028 "type": {
22029 "kind": "LIST",
22030 "name": null,
22031 "ofType": {
22032 "kind": "OBJECT",
22033 "name": "Status",
22034 "ofType": null
22035 }
22036 },
22037 "isDeprecated": false,
22038 "deprecationReason": null
22039 },
22040 {
22041 "name": "pushes",
22042 "description": "Commit pushes Push",
22043 "args": [
22044 {
22045 "name": "id",
22046 "description": "",
22047 "type": {
22048 "kind": "SCALAR",
22049 "name": "ID",
22050 "ofType": null
22051 },
22052 "defaultValue": null
22053 },
22054 {
22055 "name": "timestamp",
22056 "description": "",
22057 "type": {
22058 "kind": "SCALAR",
22059 "name": "String",
22060 "ofType": null
22061 },
22062 "defaultValue": null
22063 },
22064 {
22065 "name": "orderBy",
22066 "description": "",
22067 "type": {
22068 "kind": "LIST",
22069 "name": null,
22070 "ofType": {
22071 "kind": "ENUM",
22072 "name": "_PushOrdering",
22073 "ofType": null
22074 }
22075 },
22076 "defaultValue": null
22077 },
22078 {
22079 "name": "first",
22080 "description": "",
22081 "type": {
22082 "kind": "SCALAR",
22083 "name": "Int",
22084 "ofType": null
22085 },
22086 "defaultValue": null
22087 },
22088 {
22089 "name": "offset",
22090 "description": "",
22091 "type": {
22092 "kind": "SCALAR",
22093 "name": "Int",
22094 "ofType": null
22095 },
22096 "defaultValue": null
22097 },
22098 {
22099 "name": "branch",
22100 "description": "",
22101 "type": {
22102 "kind": "SCALAR",
22103 "name": "String",
22104 "ofType": null
22105 },
22106 "defaultValue": null
22107 }
22108 ],
22109 "type": {
22110 "kind": "LIST",
22111 "name": null,
22112 "ofType": {
22113 "kind": "OBJECT",
22114 "name": "Push",
22115 "ofType": null
22116 }
22117 },
22118 "isDeprecated": false,
22119 "deprecationReason": null
22120 },
22121 {
22122 "name": "pullRequests",
22123 "description": "Commit pullRequests PullRequest",
22124 "args": [
22125 {
22126 "name": "id",
22127 "description": "",
22128 "type": {
22129 "kind": "SCALAR",
22130 "name": "ID",
22131 "ofType": null
22132 },
22133 "defaultValue": null
22134 },
22135 {
22136 "name": "number",
22137 "description": "",
22138 "type": {
22139 "kind": "SCALAR",
22140 "name": "Float",
22141 "ofType": null
22142 },
22143 "defaultValue": null
22144 },
22145 {
22146 "name": "prId",
22147 "description": "",
22148 "type": {
22149 "kind": "SCALAR",
22150 "name": "String",
22151 "ofType": null
22152 },
22153 "defaultValue": null
22154 },
22155 {
22156 "name": "name",
22157 "description": "",
22158 "type": {
22159 "kind": "SCALAR",
22160 "name": "String",
22161 "ofType": null
22162 },
22163 "defaultValue": null
22164 },
22165 {
22166 "name": "body",
22167 "description": "",
22168 "type": {
22169 "kind": "SCALAR",
22170 "name": "String",
22171 "ofType": null
22172 },
22173 "defaultValue": null
22174 },
22175 {
22176 "name": "state",
22177 "description": "",
22178 "type": {
22179 "kind": "SCALAR",
22180 "name": "String",
22181 "ofType": null
22182 },
22183 "defaultValue": null
22184 },
22185 {
22186 "name": "merged",
22187 "description": "",
22188 "type": {
22189 "kind": "SCALAR",
22190 "name": "Boolean",
22191 "ofType": null
22192 },
22193 "defaultValue": null
22194 },
22195 {
22196 "name": "timestamp",
22197 "description": "",
22198 "type": {
22199 "kind": "SCALAR",
22200 "name": "String",
22201 "ofType": null
22202 },
22203 "defaultValue": null
22204 },
22205 {
22206 "name": "baseBranchName",
22207 "description": "",
22208 "type": {
22209 "kind": "SCALAR",
22210 "name": "String",
22211 "ofType": null
22212 },
22213 "defaultValue": null
22214 },
22215 {
22216 "name": "branchName",
22217 "description": "",
22218 "type": {
22219 "kind": "SCALAR",
22220 "name": "String",
22221 "ofType": null
22222 },
22223 "defaultValue": null
22224 },
22225 {
22226 "name": "title",
22227 "description": "",
22228 "type": {
22229 "kind": "SCALAR",
22230 "name": "String",
22231 "ofType": null
22232 },
22233 "defaultValue": null
22234 },
22235 {
22236 "name": "createdAt",
22237 "description": "",
22238 "type": {
22239 "kind": "SCALAR",
22240 "name": "String",
22241 "ofType": null
22242 },
22243 "defaultValue": null
22244 },
22245 {
22246 "name": "updatedAt",
22247 "description": "",
22248 "type": {
22249 "kind": "SCALAR",
22250 "name": "String",
22251 "ofType": null
22252 },
22253 "defaultValue": null
22254 },
22255 {
22256 "name": "closedAt",
22257 "description": "",
22258 "type": {
22259 "kind": "SCALAR",
22260 "name": "String",
22261 "ofType": null
22262 },
22263 "defaultValue": null
22264 },
22265 {
22266 "name": "mergedAt",
22267 "description": "",
22268 "type": {
22269 "kind": "SCALAR",
22270 "name": "String",
22271 "ofType": null
22272 },
22273 "defaultValue": null
22274 },
22275 {
22276 "name": "orderBy",
22277 "description": "",
22278 "type": {
22279 "kind": "LIST",
22280 "name": null,
22281 "ofType": {
22282 "kind": "ENUM",
22283 "name": "_PullRequestOrdering",
22284 "ofType": null
22285 }
22286 },
22287 "defaultValue": null
22288 },
22289 {
22290 "name": "first",
22291 "description": "",
22292 "type": {
22293 "kind": "SCALAR",
22294 "name": "Int",
22295 "ofType": null
22296 },
22297 "defaultValue": null
22298 },
22299 {
22300 "name": "offset",
22301 "description": "",
22302 "type": {
22303 "kind": "SCALAR",
22304 "name": "Int",
22305 "ofType": null
22306 },
22307 "defaultValue": null
22308 },
22309 {
22310 "name": "mergeStatus",
22311 "description": "",
22312 "type": {
22313 "kind": "ENUM",
22314 "name": "MergeStatus",
22315 "ofType": null
22316 },
22317 "defaultValue": null
22318 }
22319 ],
22320 "type": {
22321 "kind": "LIST",
22322 "name": null,
22323 "ofType": {
22324 "kind": "OBJECT",
22325 "name": "PullRequest",
22326 "ofType": null
22327 }
22328 },
22329 "isDeprecated": false,
22330 "deprecationReason": null
22331 },
22332 {
22333 "name": "herokuApps",
22334 "description": "Commit herokuApps HerokuApp",
22335 "args": [
22336 {
22337 "name": "app",
22338 "description": "",
22339 "type": {
22340 "kind": "SCALAR",
22341 "name": "String",
22342 "ofType": null
22343 },
22344 "defaultValue": null
22345 },
22346 {
22347 "name": "url",
22348 "description": "",
22349 "type": {
22350 "kind": "SCALAR",
22351 "name": "String",
22352 "ofType": null
22353 },
22354 "defaultValue": null
22355 },
22356 {
22357 "name": "timestamp",
22358 "description": "",
22359 "type": {
22360 "kind": "SCALAR",
22361 "name": "String",
22362 "ofType": null
22363 },
22364 "defaultValue": null
22365 },
22366 {
22367 "name": "user",
22368 "description": "",
22369 "type": {
22370 "kind": "SCALAR",
22371 "name": "String",
22372 "ofType": null
22373 },
22374 "defaultValue": null
22375 },
22376 {
22377 "name": "appId",
22378 "description": "",
22379 "type": {
22380 "kind": "SCALAR",
22381 "name": "String",
22382 "ofType": null
22383 },
22384 "defaultValue": null
22385 },
22386 {
22387 "name": "orderBy",
22388 "description": "",
22389 "type": {
22390 "kind": "LIST",
22391 "name": null,
22392 "ofType": {
22393 "kind": "ENUM",
22394 "name": "_HerokuAppOrdering",
22395 "ofType": null
22396 }
22397 },
22398 "defaultValue": null
22399 },
22400 {
22401 "name": "first",
22402 "description": "",
22403 "type": {
22404 "kind": "SCALAR",
22405 "name": "Int",
22406 "ofType": null
22407 },
22408 "defaultValue": null
22409 },
22410 {
22411 "name": "offset",
22412 "description": "",
22413 "type": {
22414 "kind": "SCALAR",
22415 "name": "Int",
22416 "ofType": null
22417 },
22418 "defaultValue": null
22419 },
22420 {
22421 "name": "release",
22422 "description": "",
22423 "type": {
22424 "kind": "SCALAR",
22425 "name": "String",
22426 "ofType": null
22427 },
22428 "defaultValue": null
22429 }
22430 ],
22431 "type": {
22432 "kind": "LIST",
22433 "name": null,
22434 "ofType": {
22435 "kind": "OBJECT",
22436 "name": "HerokuApp",
22437 "ofType": null
22438 }
22439 },
22440 "isDeprecated": false,
22441 "deprecationReason": null
22442 },
22443 {
22444 "name": "apps",
22445 "description": "Commit apps Application",
22446 "args": [
22447 {
22448 "name": "id",
22449 "description": "",
22450 "type": {
22451 "kind": "SCALAR",
22452 "name": "ID",
22453 "ofType": null
22454 },
22455 "defaultValue": null
22456 },
22457 {
22458 "name": "state",
22459 "description": "",
22460 "type": {
22461 "kind": "SCALAR",
22462 "name": "String",
22463 "ofType": null
22464 },
22465 "defaultValue": null
22466 },
22467 {
22468 "name": "host",
22469 "description": "",
22470 "type": {
22471 "kind": "SCALAR",
22472 "name": "String",
22473 "ofType": null
22474 },
22475 "defaultValue": null
22476 },
22477 {
22478 "name": "timestamp",
22479 "description": "",
22480 "type": {
22481 "kind": "SCALAR",
22482 "name": "String",
22483 "ofType": null
22484 },
22485 "defaultValue": null
22486 },
22487 {
22488 "name": "domain",
22489 "description": "",
22490 "type": {
22491 "kind": "SCALAR",
22492 "name": "String",
22493 "ofType": null
22494 },
22495 "defaultValue": null
22496 },
22497 {
22498 "name": "orderBy",
22499 "description": "",
22500 "type": {
22501 "kind": "LIST",
22502 "name": null,
22503 "ofType": {
22504 "kind": "ENUM",
22505 "name": "_ApplicationOrdering",
22506 "ofType": null
22507 }
22508 },
22509 "defaultValue": null
22510 },
22511 {
22512 "name": "first",
22513 "description": "",
22514 "type": {
22515 "kind": "SCALAR",
22516 "name": "Int",
22517 "ofType": null
22518 },
22519 "defaultValue": null
22520 },
22521 {
22522 "name": "offset",
22523 "description": "",
22524 "type": {
22525 "kind": "SCALAR",
22526 "name": "Int",
22527 "ofType": null
22528 },
22529 "defaultValue": null
22530 },
22531 {
22532 "name": "data",
22533 "description": "",
22534 "type": {
22535 "kind": "SCALAR",
22536 "name": "String",
22537 "ofType": null
22538 },
22539 "defaultValue": null
22540 }
22541 ],
22542 "type": {
22543 "kind": "LIST",
22544 "name": null,
22545 "ofType": {
22546 "kind": "OBJECT",
22547 "name": "Application",
22548 "ofType": null
22549 }
22550 },
22551 "isDeprecated": false,
22552 "deprecationReason": null
22553 },
22554 {
22555 "name": "fingerprints",
22556 "description": "Commit fingerprints Fingerprint",
22557 "args": [
22558 {
22559 "name": "name",
22560 "description": "",
22561 "type": {
22562 "kind": "SCALAR",
22563 "name": "String",
22564 "ofType": null
22565 },
22566 "defaultValue": null
22567 },
22568 {
22569 "name": "sha",
22570 "description": "",
22571 "type": {
22572 "kind": "SCALAR",
22573 "name": "String",
22574 "ofType": null
22575 },
22576 "defaultValue": null
22577 },
22578 {
22579 "name": "orderBy",
22580 "description": "",
22581 "type": {
22582 "kind": "LIST",
22583 "name": null,
22584 "ofType": {
22585 "kind": "ENUM",
22586 "name": "_FingerprintOrdering",
22587 "ofType": null
22588 }
22589 },
22590 "defaultValue": null
22591 },
22592 {
22593 "name": "first",
22594 "description": "",
22595 "type": {
22596 "kind": "SCALAR",
22597 "name": "Int",
22598 "ofType": null
22599 },
22600 "defaultValue": null
22601 },
22602 {
22603 "name": "offset",
22604 "description": "",
22605 "type": {
22606 "kind": "SCALAR",
22607 "name": "Int",
22608 "ofType": null
22609 },
22610 "defaultValue": null
22611 },
22612 {
22613 "name": "data",
22614 "description": "",
22615 "type": {
22616 "kind": "SCALAR",
22617 "name": "String",
22618 "ofType": null
22619 },
22620 "defaultValue": null
22621 }
22622 ],
22623 "type": {
22624 "kind": "LIST",
22625 "name": null,
22626 "ofType": {
22627 "kind": "OBJECT",
22628 "name": "Fingerprint",
22629 "ofType": null
22630 }
22631 },
22632 "isDeprecated": false,
22633 "deprecationReason": null
22634 },
22635 {
22636 "name": "impact",
22637 "description": "Commit impact ParentImpact",
22638 "args": [
22639 {
22640 "name": "id",
22641 "description": "",
22642 "type": {
22643 "kind": "SCALAR",
22644 "name": "ID",
22645 "ofType": null
22646 },
22647 "defaultValue": null
22648 },
22649 {
22650 "name": "url",
22651 "description": "",
22652 "type": {
22653 "kind": "SCALAR",
22654 "name": "String",
22655 "ofType": null
22656 },
22657 "defaultValue": null
22658 },
22659 {
22660 "name": "data",
22661 "description": "",
22662 "type": {
22663 "kind": "SCALAR",
22664 "name": "String",
22665 "ofType": null
22666 },
22667 "defaultValue": null
22668 }
22669 ],
22670 "type": {
22671 "kind": "OBJECT",
22672 "name": "ParentImpact",
22673 "ofType": null
22674 },
22675 "isDeprecated": false,
22676 "deprecationReason": null
22677 },
22678 {
22679 "name": "image",
22680 "description": "Commit image DockerImage",
22681 "args": [
22682 {
22683 "name": "image",
22684 "description": "",
22685 "type": {
22686 "kind": "SCALAR",
22687 "name": "String",
22688 "ofType": null
22689 },
22690 "defaultValue": null
22691 },
22692 {
22693 "name": "imageName",
22694 "description": "",
22695 "type": {
22696 "kind": "SCALAR",
22697 "name": "String",
22698 "ofType": null
22699 },
22700 "defaultValue": null
22701 },
22702 {
22703 "name": "timestamp",
22704 "description": "",
22705 "type": {
22706 "kind": "SCALAR",
22707 "name": "String",
22708 "ofType": null
22709 },
22710 "defaultValue": null
22711 }
22712 ],
22713 "type": {
22714 "kind": "OBJECT",
22715 "name": "DockerImage",
22716 "ofType": null
22717 },
22718 "isDeprecated": false,
22719 "deprecationReason": null
22720 },
22721 {
22722 "name": "images",
22723 "description": "Commit images DockerImage",
22724 "args": [
22725 {
22726 "name": "image",
22727 "description": "",
22728 "type": {
22729 "kind": "SCALAR",
22730 "name": "String",
22731 "ofType": null
22732 },
22733 "defaultValue": null
22734 },
22735 {
22736 "name": "imageName",
22737 "description": "",
22738 "type": {
22739 "kind": "SCALAR",
22740 "name": "String",
22741 "ofType": null
22742 },
22743 "defaultValue": null
22744 },
22745 {
22746 "name": "orderBy",
22747 "description": "",
22748 "type": {
22749 "kind": "LIST",
22750 "name": null,
22751 "ofType": {
22752 "kind": "ENUM",
22753 "name": "_DockerImageOrdering",
22754 "ofType": null
22755 }
22756 },
22757 "defaultValue": null
22758 },
22759 {
22760 "name": "first",
22761 "description": "",
22762 "type": {
22763 "kind": "SCALAR",
22764 "name": "Int",
22765 "ofType": null
22766 },
22767 "defaultValue": null
22768 },
22769 {
22770 "name": "offset",
22771 "description": "",
22772 "type": {
22773 "kind": "SCALAR",
22774 "name": "Int",
22775 "ofType": null
22776 },
22777 "defaultValue": null
22778 },
22779 {
22780 "name": "timestamp",
22781 "description": "",
22782 "type": {
22783 "kind": "SCALAR",
22784 "name": "String",
22785 "ofType": null
22786 },
22787 "defaultValue": null
22788 }
22789 ],
22790 "type": {
22791 "kind": "LIST",
22792 "name": null,
22793 "ofType": {
22794 "kind": "OBJECT",
22795 "name": "DockerImage",
22796 "ofType": null
22797 }
22798 },
22799 "isDeprecated": false,
22800 "deprecationReason": null
22801 }
22802 ],
22803 "inputFields": null,
22804 "interfaces": [],
22805 "enumValues": null,
22806 "possibleTypes": null
22807 },
22808 {
22809 "kind": "ENUM",
22810 "name": "BuildStatus",
22811 "description": "Enum for BuildStatus",
22812 "fields": null,
22813 "inputFields": null,
22814 "interfaces": null,
22815 "enumValues": [
22816 {
22817 "name": "passed",
22818 "description": "Value for passed",
22819 "isDeprecated": false,
22820 "deprecationReason": null
22821 },
22822 {
22823 "name": "broken",
22824 "description": "Value for broken",
22825 "isDeprecated": false,
22826 "deprecationReason": null
22827 },
22828 {
22829 "name": "failed",
22830 "description": "Value for failed",
22831 "isDeprecated": false,
22832 "deprecationReason": null
22833 },
22834 {
22835 "name": "started",
22836 "description": "Value for started",
22837 "isDeprecated": false,
22838 "deprecationReason": null
22839 },
22840 {
22841 "name": "canceled",
22842 "description": "Value for canceled",
22843 "isDeprecated": false,
22844 "deprecationReason": null
22845 },
22846 {
22847 "name": "pending",
22848 "description": "Value for pending",
22849 "isDeprecated": false,
22850 "deprecationReason": null
22851 }
22852 ],
22853 "possibleTypes": null
22854 },
22855 {
22856 "kind": "ENUM",
22857 "name": "BuildTrigger",
22858 "description": "Enum for BuildTrigger",
22859 "fields": null,
22860 "inputFields": null,
22861 "interfaces": null,
22862 "enumValues": [
22863 {
22864 "name": "pull_request",
22865 "description": "Value for pull_request",
22866 "isDeprecated": false,
22867 "deprecationReason": null
22868 },
22869 {
22870 "name": "push",
22871 "description": "Value for push",
22872 "isDeprecated": false,
22873 "deprecationReason": null
22874 },
22875 {
22876 "name": "tag",
22877 "description": "Value for tag",
22878 "isDeprecated": false,
22879 "deprecationReason": null
22880 },
22881 {
22882 "name": "cron",
22883 "description": "Value for cron",
22884 "isDeprecated": false,
22885 "deprecationReason": null
22886 }
22887 ],
22888 "possibleTypes": null
22889 },
22890 {
22891 "kind": "ENUM",
22892 "name": "_BuildOrdering",
22893 "description": "Ordering Enum for Build",
22894 "fields": null,
22895 "inputFields": null,
22896 "interfaces": null,
22897 "enumValues": [
22898 {
22899 "name": "atmTeamId_asc",
22900 "description": "Ascending sort for atmTeamId",
22901 "isDeprecated": false,
22902 "deprecationReason": null
22903 },
22904 {
22905 "name": "atmTeamId_desc",
22906 "description": "Descending sort for atmTeamId",
22907 "isDeprecated": false,
22908 "deprecationReason": null
22909 },
22910 {
22911 "name": "id_asc",
22912 "description": "Ascending sort for id",
22913 "isDeprecated": false,
22914 "deprecationReason": null
22915 },
22916 {
22917 "name": "id_desc",
22918 "description": "Descending sort for id",
22919 "isDeprecated": false,
22920 "deprecationReason": null
22921 },
22922 {
22923 "name": "buildId_asc",
22924 "description": "Ascending sort for buildId",
22925 "isDeprecated": false,
22926 "deprecationReason": null
22927 },
22928 {
22929 "name": "buildId_desc",
22930 "description": "Descending sort for buildId",
22931 "isDeprecated": false,
22932 "deprecationReason": null
22933 },
22934 {
22935 "name": "number_asc",
22936 "description": "Ascending sort for number",
22937 "isDeprecated": false,
22938 "deprecationReason": null
22939 },
22940 {
22941 "name": "number_desc",
22942 "description": "Descending sort for number",
22943 "isDeprecated": false,
22944 "deprecationReason": null
22945 },
22946 {
22947 "name": "name_asc",
22948 "description": "Ascending sort for name",
22949 "isDeprecated": false,
22950 "deprecationReason": null
22951 },
22952 {
22953 "name": "name_desc",
22954 "description": "Descending sort for name",
22955 "isDeprecated": false,
22956 "deprecationReason": null
22957 },
22958 {
22959 "name": "status_asc",
22960 "description": "Ascending sort for status",
22961 "isDeprecated": false,
22962 "deprecationReason": null
22963 },
22964 {
22965 "name": "status_desc",
22966 "description": "Descending sort for status",
22967 "isDeprecated": false,
22968 "deprecationReason": null
22969 },
22970 {
22971 "name": "buildUrl_asc",
22972 "description": "Ascending sort for buildUrl",
22973 "isDeprecated": false,
22974 "deprecationReason": null
22975 },
22976 {
22977 "name": "buildUrl_desc",
22978 "description": "Descending sort for buildUrl",
22979 "isDeprecated": false,
22980 "deprecationReason": null
22981 },
22982 {
22983 "name": "compareUrl_asc",
22984 "description": "Ascending sort for compareUrl",
22985 "isDeprecated": false,
22986 "deprecationReason": null
22987 },
22988 {
22989 "name": "compareUrl_desc",
22990 "description": "Descending sort for compareUrl",
22991 "isDeprecated": false,
22992 "deprecationReason": null
22993 },
22994 {
22995 "name": "trigger_asc",
22996 "description": "Ascending sort for trigger",
22997 "isDeprecated": false,
22998 "deprecationReason": null
22999 },
23000 {
23001 "name": "trigger_desc",
23002 "description": "Descending sort for trigger",
23003 "isDeprecated": false,
23004 "deprecationReason": null
23005 },
23006 {
23007 "name": "provider_asc",
23008 "description": "Ascending sort for provider",
23009 "isDeprecated": false,
23010 "deprecationReason": null
23011 },
23012 {
23013 "name": "provider_desc",
23014 "description": "Descending sort for provider",
23015 "isDeprecated": false,
23016 "deprecationReason": null
23017 },
23018 {
23019 "name": "pullRequestNumber_asc",
23020 "description": "Ascending sort for pullRequestNumber",
23021 "isDeprecated": false,
23022 "deprecationReason": null
23023 },
23024 {
23025 "name": "pullRequestNumber_desc",
23026 "description": "Descending sort for pullRequestNumber",
23027 "isDeprecated": false,
23028 "deprecationReason": null
23029 },
23030 {
23031 "name": "startedAt_asc",
23032 "description": "Ascending sort for startedAt",
23033 "isDeprecated": false,
23034 "deprecationReason": null
23035 },
23036 {
23037 "name": "startedAt_desc",
23038 "description": "Descending sort for startedAt",
23039 "isDeprecated": false,
23040 "deprecationReason": null
23041 },
23042 {
23043 "name": "finishedAt_asc",
23044 "description": "Ascending sort for finishedAt",
23045 "isDeprecated": false,
23046 "deprecationReason": null
23047 },
23048 {
23049 "name": "finishedAt_desc",
23050 "description": "Descending sort for finishedAt",
23051 "isDeprecated": false,
23052 "deprecationReason": null
23053 },
23054 {
23055 "name": "timestamp_asc",
23056 "description": "Ascending sort for timestamp",
23057 "isDeprecated": false,
23058 "deprecationReason": null
23059 },
23060 {
23061 "name": "timestamp_desc",
23062 "description": "Descending sort for timestamp",
23063 "isDeprecated": false,
23064 "deprecationReason": null
23065 },
23066 {
23067 "name": "workflowId_asc",
23068 "description": "Ascending sort for workflowId",
23069 "isDeprecated": false,
23070 "deprecationReason": null
23071 },
23072 {
23073 "name": "workflowId_desc",
23074 "description": "Descending sort for workflowId",
23075 "isDeprecated": false,
23076 "deprecationReason": null
23077 },
23078 {
23079 "name": "jobName_asc",
23080 "description": "Ascending sort for jobName",
23081 "isDeprecated": false,
23082 "deprecationReason": null
23083 },
23084 {
23085 "name": "jobName_desc",
23086 "description": "Descending sort for jobName",
23087 "isDeprecated": false,
23088 "deprecationReason": null
23089 },
23090 {
23091 "name": "jobId_asc",
23092 "description": "Ascending sort for jobId",
23093 "isDeprecated": false,
23094 "deprecationReason": null
23095 },
23096 {
23097 "name": "jobId_desc",
23098 "description": "Descending sort for jobId",
23099 "isDeprecated": false,
23100 "deprecationReason": null
23101 },
23102 {
23103 "name": "data_asc",
23104 "description": "Ascending sort for data",
23105 "isDeprecated": false,
23106 "deprecationReason": null
23107 },
23108 {
23109 "name": "data_desc",
23110 "description": "Descending sort for data",
23111 "isDeprecated": false,
23112 "deprecationReason": null
23113 }
23114 ],
23115 "possibleTypes": null
23116 },
23117 {
23118 "kind": "OBJECT",
23119 "name": "Build",
23120 "description": "Build-Node",
23121 "fields": [
23122 {
23123 "name": "_id",
23124 "description": "internal node id",
23125 "args": [],
23126 "type": {
23127 "kind": "SCALAR",
23128 "name": "Int",
23129 "ofType": null
23130 },
23131 "isDeprecated": false,
23132 "deprecationReason": null
23133 },
23134 {
23135 "name": "id",
23136 "description": "id of Build",
23137 "args": [],
23138 "type": {
23139 "kind": "SCALAR",
23140 "name": "ID",
23141 "ofType": null
23142 },
23143 "isDeprecated": false,
23144 "deprecationReason": null
23145 },
23146 {
23147 "name": "buildId",
23148 "description": "buildId of Build",
23149 "args": [],
23150 "type": {
23151 "kind": "SCALAR",
23152 "name": "String",
23153 "ofType": null
23154 },
23155 "isDeprecated": false,
23156 "deprecationReason": null
23157 },
23158 {
23159 "name": "number",
23160 "description": "number of Build",
23161 "args": [],
23162 "type": {
23163 "kind": "SCALAR",
23164 "name": "Int",
23165 "ofType": null
23166 },
23167 "isDeprecated": false,
23168 "deprecationReason": null
23169 },
23170 {
23171 "name": "name",
23172 "description": "name of Build",
23173 "args": [],
23174 "type": {
23175 "kind": "SCALAR",
23176 "name": "String",
23177 "ofType": null
23178 },
23179 "isDeprecated": false,
23180 "deprecationReason": null
23181 },
23182 {
23183 "name": "status",
23184 "description": "status of Build",
23185 "args": [],
23186 "type": {
23187 "kind": "ENUM",
23188 "name": "BuildStatus",
23189 "ofType": null
23190 },
23191 "isDeprecated": false,
23192 "deprecationReason": null
23193 },
23194 {
23195 "name": "buildUrl",
23196 "description": "buildUrl of Build",
23197 "args": [],
23198 "type": {
23199 "kind": "SCALAR",
23200 "name": "String",
23201 "ofType": null
23202 },
23203 "isDeprecated": false,
23204 "deprecationReason": null
23205 },
23206 {
23207 "name": "compareUrl",
23208 "description": "compareUrl of Build",
23209 "args": [],
23210 "type": {
23211 "kind": "SCALAR",
23212 "name": "String",
23213 "ofType": null
23214 },
23215 "isDeprecated": false,
23216 "deprecationReason": null
23217 },
23218 {
23219 "name": "trigger",
23220 "description": "trigger of Build",
23221 "args": [],
23222 "type": {
23223 "kind": "ENUM",
23224 "name": "BuildTrigger",
23225 "ofType": null
23226 },
23227 "isDeprecated": false,
23228 "deprecationReason": null
23229 },
23230 {
23231 "name": "provider",
23232 "description": "provider of Build",
23233 "args": [],
23234 "type": {
23235 "kind": "SCALAR",
23236 "name": "String",
23237 "ofType": null
23238 },
23239 "isDeprecated": false,
23240 "deprecationReason": null
23241 },
23242 {
23243 "name": "pullRequestNumber",
23244 "description": "pullRequestNumber of Build",
23245 "args": [],
23246 "type": {
23247 "kind": "SCALAR",
23248 "name": "Float",
23249 "ofType": null
23250 },
23251 "isDeprecated": false,
23252 "deprecationReason": null
23253 },
23254 {
23255 "name": "startedAt",
23256 "description": "startedAt of Build",
23257 "args": [],
23258 "type": {
23259 "kind": "SCALAR",
23260 "name": "String",
23261 "ofType": null
23262 },
23263 "isDeprecated": false,
23264 "deprecationReason": null
23265 },
23266 {
23267 "name": "finishedAt",
23268 "description": "finishedAt of Build",
23269 "args": [],
23270 "type": {
23271 "kind": "SCALAR",
23272 "name": "String",
23273 "ofType": null
23274 },
23275 "isDeprecated": false,
23276 "deprecationReason": null
23277 },
23278 {
23279 "name": "timestamp",
23280 "description": "timestamp of Build",
23281 "args": [],
23282 "type": {
23283 "kind": "SCALAR",
23284 "name": "String",
23285 "ofType": null
23286 },
23287 "isDeprecated": false,
23288 "deprecationReason": null
23289 },
23290 {
23291 "name": "workflowId",
23292 "description": "workflowId of Build",
23293 "args": [],
23294 "type": {
23295 "kind": "SCALAR",
23296 "name": "String",
23297 "ofType": null
23298 },
23299 "isDeprecated": false,
23300 "deprecationReason": null
23301 },
23302 {
23303 "name": "jobName",
23304 "description": "jobName of Build",
23305 "args": [],
23306 "type": {
23307 "kind": "SCALAR",
23308 "name": "String",
23309 "ofType": null
23310 },
23311 "isDeprecated": false,
23312 "deprecationReason": null
23313 },
23314 {
23315 "name": "jobId",
23316 "description": "jobId of Build",
23317 "args": [],
23318 "type": {
23319 "kind": "SCALAR",
23320 "name": "String",
23321 "ofType": null
23322 },
23323 "isDeprecated": false,
23324 "deprecationReason": null
23325 },
23326 {
23327 "name": "data",
23328 "description": "data of Build",
23329 "args": [],
23330 "type": {
23331 "kind": "SCALAR",
23332 "name": "String",
23333 "ofType": null
23334 },
23335 "isDeprecated": false,
23336 "deprecationReason": null
23337 },
23338 {
23339 "name": "repo",
23340 "description": "Build repo Repo",
23341 "args": [
23342 {
23343 "name": "id",
23344 "description": "",
23345 "type": {
23346 "kind": "SCALAR",
23347 "name": "ID",
23348 "ofType": null
23349 },
23350 "defaultValue": null
23351 },
23352 {
23353 "name": "owner",
23354 "description": "",
23355 "type": {
23356 "kind": "SCALAR",
23357 "name": "String",
23358 "ofType": null
23359 },
23360 "defaultValue": null
23361 },
23362 {
23363 "name": "name",
23364 "description": "",
23365 "type": {
23366 "kind": "SCALAR",
23367 "name": "String",
23368 "ofType": null
23369 },
23370 "defaultValue": null
23371 },
23372 {
23373 "name": "allowRebaseMerge",
23374 "description": "",
23375 "type": {
23376 "kind": "SCALAR",
23377 "name": "Boolean",
23378 "ofType": null
23379 },
23380 "defaultValue": null
23381 },
23382 {
23383 "name": "allowSquashMerge",
23384 "description": "",
23385 "type": {
23386 "kind": "SCALAR",
23387 "name": "Boolean",
23388 "ofType": null
23389 },
23390 "defaultValue": null
23391 },
23392 {
23393 "name": "allowMergeCommit",
23394 "description": "",
23395 "type": {
23396 "kind": "SCALAR",
23397 "name": "Boolean",
23398 "ofType": null
23399 },
23400 "defaultValue": null
23401 },
23402 {
23403 "name": "repoId",
23404 "description": "",
23405 "type": {
23406 "kind": "SCALAR",
23407 "name": "String",
23408 "ofType": null
23409 },
23410 "defaultValue": null
23411 },
23412 {
23413 "name": "gitHubId",
23414 "description": "",
23415 "type": {
23416 "kind": "SCALAR",
23417 "name": "String",
23418 "ofType": null
23419 },
23420 "defaultValue": null
23421 },
23422 {
23423 "name": "defaultBranch",
23424 "description": "",
23425 "type": {
23426 "kind": "SCALAR",
23427 "name": "String",
23428 "ofType": null
23429 },
23430 "defaultValue": null
23431 }
23432 ],
23433 "type": {
23434 "kind": "OBJECT",
23435 "name": "Repo",
23436 "ofType": null
23437 },
23438 "isDeprecated": false,
23439 "deprecationReason": null
23440 },
23441 {
23442 "name": "push",
23443 "description": "Build push Push",
23444 "args": [
23445 {
23446 "name": "id",
23447 "description": "",
23448 "type": {
23449 "kind": "SCALAR",
23450 "name": "ID",
23451 "ofType": null
23452 },
23453 "defaultValue": null
23454 },
23455 {
23456 "name": "timestamp",
23457 "description": "",
23458 "type": {
23459 "kind": "SCALAR",
23460 "name": "String",
23461 "ofType": null
23462 },
23463 "defaultValue": null
23464 },
23465 {
23466 "name": "branch",
23467 "description": "",
23468 "type": {
23469 "kind": "SCALAR",
23470 "name": "String",
23471 "ofType": null
23472 },
23473 "defaultValue": null
23474 }
23475 ],
23476 "type": {
23477 "kind": "OBJECT",
23478 "name": "Push",
23479 "ofType": null
23480 },
23481 "isDeprecated": false,
23482 "deprecationReason": null
23483 },
23484 {
23485 "name": "pullRequest",
23486 "description": "Build pullRequest PullRequest",
23487 "args": [
23488 {
23489 "name": "id",
23490 "description": "",
23491 "type": {
23492 "kind": "SCALAR",
23493 "name": "ID",
23494 "ofType": null
23495 },
23496 "defaultValue": null
23497 },
23498 {
23499 "name": "number",
23500 "description": "",
23501 "type": {
23502 "kind": "SCALAR",
23503 "name": "Float",
23504 "ofType": null
23505 },
23506 "defaultValue": null
23507 },
23508 {
23509 "name": "prId",
23510 "description": "",
23511 "type": {
23512 "kind": "SCALAR",
23513 "name": "String",
23514 "ofType": null
23515 },
23516 "defaultValue": null
23517 },
23518 {
23519 "name": "name",
23520 "description": "",
23521 "type": {
23522 "kind": "SCALAR",
23523 "name": "String",
23524 "ofType": null
23525 },
23526 "defaultValue": null
23527 },
23528 {
23529 "name": "body",
23530 "description": "",
23531 "type": {
23532 "kind": "SCALAR",
23533 "name": "String",
23534 "ofType": null
23535 },
23536 "defaultValue": null
23537 },
23538 {
23539 "name": "state",
23540 "description": "",
23541 "type": {
23542 "kind": "SCALAR",
23543 "name": "String",
23544 "ofType": null
23545 },
23546 "defaultValue": null
23547 },
23548 {
23549 "name": "merged",
23550 "description": "",
23551 "type": {
23552 "kind": "SCALAR",
23553 "name": "Boolean",
23554 "ofType": null
23555 },
23556 "defaultValue": null
23557 },
23558 {
23559 "name": "timestamp",
23560 "description": "",
23561 "type": {
23562 "kind": "SCALAR",
23563 "name": "String",
23564 "ofType": null
23565 },
23566 "defaultValue": null
23567 },
23568 {
23569 "name": "baseBranchName",
23570 "description": "",
23571 "type": {
23572 "kind": "SCALAR",
23573 "name": "String",
23574 "ofType": null
23575 },
23576 "defaultValue": null
23577 },
23578 {
23579 "name": "branchName",
23580 "description": "",
23581 "type": {
23582 "kind": "SCALAR",
23583 "name": "String",
23584 "ofType": null
23585 },
23586 "defaultValue": null
23587 },
23588 {
23589 "name": "title",
23590 "description": "",
23591 "type": {
23592 "kind": "SCALAR",
23593 "name": "String",
23594 "ofType": null
23595 },
23596 "defaultValue": null
23597 },
23598 {
23599 "name": "createdAt",
23600 "description": "",
23601 "type": {
23602 "kind": "SCALAR",
23603 "name": "String",
23604 "ofType": null
23605 },
23606 "defaultValue": null
23607 },
23608 {
23609 "name": "updatedAt",
23610 "description": "",
23611 "type": {
23612 "kind": "SCALAR",
23613 "name": "String",
23614 "ofType": null
23615 },
23616 "defaultValue": null
23617 },
23618 {
23619 "name": "closedAt",
23620 "description": "",
23621 "type": {
23622 "kind": "SCALAR",
23623 "name": "String",
23624 "ofType": null
23625 },
23626 "defaultValue": null
23627 },
23628 {
23629 "name": "mergedAt",
23630 "description": "",
23631 "type": {
23632 "kind": "SCALAR",
23633 "name": "String",
23634 "ofType": null
23635 },
23636 "defaultValue": null
23637 },
23638 {
23639 "name": "mergeStatus",
23640 "description": "",
23641 "type": {
23642 "kind": "ENUM",
23643 "name": "MergeStatus",
23644 "ofType": null
23645 },
23646 "defaultValue": null
23647 }
23648 ],
23649 "type": {
23650 "kind": "OBJECT",
23651 "name": "PullRequest",
23652 "ofType": null
23653 },
23654 "isDeprecated": false,
23655 "deprecationReason": null
23656 },
23657 {
23658 "name": "tag",
23659 "description": "Build tag Tag",
23660 "args": [
23661 {
23662 "name": "id",
23663 "description": "",
23664 "type": {
23665 "kind": "SCALAR",
23666 "name": "ID",
23667 "ofType": null
23668 },
23669 "defaultValue": null
23670 },
23671 {
23672 "name": "name",
23673 "description": "",
23674 "type": {
23675 "kind": "SCALAR",
23676 "name": "String",
23677 "ofType": null
23678 },
23679 "defaultValue": null
23680 },
23681 {
23682 "name": "description",
23683 "description": "",
23684 "type": {
23685 "kind": "SCALAR",
23686 "name": "String",
23687 "ofType": null
23688 },
23689 "defaultValue": null
23690 },
23691 {
23692 "name": "ref",
23693 "description": "",
23694 "type": {
23695 "kind": "SCALAR",
23696 "name": "String",
23697 "ofType": null
23698 },
23699 "defaultValue": null
23700 },
23701 {
23702 "name": "timestamp",
23703 "description": "",
23704 "type": {
23705 "kind": "SCALAR",
23706 "name": "String",
23707 "ofType": null
23708 },
23709 "defaultValue": null
23710 }
23711 ],
23712 "type": {
23713 "kind": "OBJECT",
23714 "name": "Tag",
23715 "ofType": null
23716 },
23717 "isDeprecated": false,
23718 "deprecationReason": null
23719 },
23720 {
23721 "name": "commit",
23722 "description": "Build commit Commit",
23723 "args": [
23724 {
23725 "name": "sha",
23726 "description": "",
23727 "type": {
23728 "kind": "SCALAR",
23729 "name": "String",
23730 "ofType": null
23731 },
23732 "defaultValue": null
23733 },
23734 {
23735 "name": "message",
23736 "description": "",
23737 "type": {
23738 "kind": "SCALAR",
23739 "name": "String",
23740 "ofType": null
23741 },
23742 "defaultValue": null
23743 },
23744 {
23745 "name": "timestamp",
23746 "description": "",
23747 "type": {
23748 "kind": "SCALAR",
23749 "name": "String",
23750 "ofType": null
23751 },
23752 "defaultValue": null
23753 }
23754 ],
23755 "type": {
23756 "kind": "OBJECT",
23757 "name": "Commit",
23758 "ofType": null
23759 },
23760 "isDeprecated": false,
23761 "deprecationReason": null
23762 },
23763 {
23764 "name": "workflow",
23765 "description": "Build workflow Workflow",
23766 "args": [
23767 {
23768 "name": "id",
23769 "description": "",
23770 "type": {
23771 "kind": "SCALAR",
23772 "name": "ID",
23773 "ofType": null
23774 },
23775 "defaultValue": null
23776 },
23777 {
23778 "name": "name",
23779 "description": "",
23780 "type": {
23781 "kind": "SCALAR",
23782 "name": "String",
23783 "ofType": null
23784 },
23785 "defaultValue": null
23786 },
23787 {
23788 "name": "workflowId",
23789 "description": "",
23790 "type": {
23791 "kind": "SCALAR",
23792 "name": "String",
23793 "ofType": null
23794 },
23795 "defaultValue": null
23796 },
23797 {
23798 "name": "provider",
23799 "description": "",
23800 "type": {
23801 "kind": "SCALAR",
23802 "name": "String",
23803 "ofType": null
23804 },
23805 "defaultValue": null
23806 },
23807 {
23808 "name": "config",
23809 "description": "",
23810 "type": {
23811 "kind": "SCALAR",
23812 "name": "String",
23813 "ofType": null
23814 },
23815 "defaultValue": null
23816 }
23817 ],
23818 "type": {
23819 "kind": "OBJECT",
23820 "name": "Workflow",
23821 "ofType": null
23822 },
23823 "isDeprecated": false,
23824 "deprecationReason": null
23825 }
23826 ],
23827 "inputFields": null,
23828 "interfaces": [],
23829 "enumValues": null,
23830 "possibleTypes": null
23831 },
23832 {
23833 "kind": "OBJECT",
23834 "name": "Push",
23835 "description": "Push-Node",
23836 "fields": [
23837 {
23838 "name": "_id",
23839 "description": "internal node id",
23840 "args": [],
23841 "type": {
23842 "kind": "SCALAR",
23843 "name": "Int",
23844 "ofType": null
23845 },
23846 "isDeprecated": false,
23847 "deprecationReason": null
23848 },
23849 {
23850 "name": "id",
23851 "description": "id of Push",
23852 "args": [],
23853 "type": {
23854 "kind": "SCALAR",
23855 "name": "ID",
23856 "ofType": null
23857 },
23858 "isDeprecated": false,
23859 "deprecationReason": null
23860 },
23861 {
23862 "name": "timestamp",
23863 "description": "timestamp of Push",
23864 "args": [],
23865 "type": {
23866 "kind": "SCALAR",
23867 "name": "String",
23868 "ofType": null
23869 },
23870 "isDeprecated": false,
23871 "deprecationReason": null
23872 },
23873 {
23874 "name": "branch",
23875 "description": "branch of Push",
23876 "args": [],
23877 "type": {
23878 "kind": "SCALAR",
23879 "name": "String",
23880 "ofType": null
23881 },
23882 "isDeprecated": false,
23883 "deprecationReason": null
23884 },
23885 {
23886 "name": "after",
23887 "description": "Push after Commit",
23888 "args": [
23889 {
23890 "name": "sha",
23891 "description": "",
23892 "type": {
23893 "kind": "SCALAR",
23894 "name": "String",
23895 "ofType": null
23896 },
23897 "defaultValue": null
23898 },
23899 {
23900 "name": "message",
23901 "description": "",
23902 "type": {
23903 "kind": "SCALAR",
23904 "name": "String",
23905 "ofType": null
23906 },
23907 "defaultValue": null
23908 },
23909 {
23910 "name": "timestamp",
23911 "description": "",
23912 "type": {
23913 "kind": "SCALAR",
23914 "name": "String",
23915 "ofType": null
23916 },
23917 "defaultValue": null
23918 }
23919 ],
23920 "type": {
23921 "kind": "OBJECT",
23922 "name": "Commit",
23923 "ofType": null
23924 },
23925 "isDeprecated": false,
23926 "deprecationReason": null
23927 },
23928 {
23929 "name": "before",
23930 "description": "Push before Commit",
23931 "args": [
23932 {
23933 "name": "sha",
23934 "description": "",
23935 "type": {
23936 "kind": "SCALAR",
23937 "name": "String",
23938 "ofType": null
23939 },
23940 "defaultValue": null
23941 },
23942 {
23943 "name": "message",
23944 "description": "",
23945 "type": {
23946 "kind": "SCALAR",
23947 "name": "String",
23948 "ofType": null
23949 },
23950 "defaultValue": null
23951 },
23952 {
23953 "name": "timestamp",
23954 "description": "",
23955 "type": {
23956 "kind": "SCALAR",
23957 "name": "String",
23958 "ofType": null
23959 },
23960 "defaultValue": null
23961 }
23962 ],
23963 "type": {
23964 "kind": "OBJECT",
23965 "name": "Commit",
23966 "ofType": null
23967 },
23968 "isDeprecated": false,
23969 "deprecationReason": null
23970 },
23971 {
23972 "name": "commits",
23973 "description": "Push commits Commit",
23974 "args": [
23975 {
23976 "name": "sha",
23977 "description": "",
23978 "type": {
23979 "kind": "SCALAR",
23980 "name": "String",
23981 "ofType": null
23982 },
23983 "defaultValue": null
23984 },
23985 {
23986 "name": "message",
23987 "description": "",
23988 "type": {
23989 "kind": "SCALAR",
23990 "name": "String",
23991 "ofType": null
23992 },
23993 "defaultValue": null
23994 },
23995 {
23996 "name": "orderBy",
23997 "description": "",
23998 "type": {
23999 "kind": "LIST",
24000 "name": null,
24001 "ofType": {
24002 "kind": "ENUM",
24003 "name": "_CommitOrdering",
24004 "ofType": null
24005 }
24006 },
24007 "defaultValue": null
24008 },
24009 {
24010 "name": "first",
24011 "description": "",
24012 "type": {
24013 "kind": "SCALAR",
24014 "name": "Int",
24015 "ofType": null
24016 },
24017 "defaultValue": null
24018 },
24019 {
24020 "name": "offset",
24021 "description": "",
24022 "type": {
24023 "kind": "SCALAR",
24024 "name": "Int",
24025 "ofType": null
24026 },
24027 "defaultValue": null
24028 },
24029 {
24030 "name": "timestamp",
24031 "description": "",
24032 "type": {
24033 "kind": "SCALAR",
24034 "name": "String",
24035 "ofType": null
24036 },
24037 "defaultValue": null
24038 }
24039 ],
24040 "type": {
24041 "kind": "LIST",
24042 "name": null,
24043 "ofType": {
24044 "kind": "OBJECT",
24045 "name": "Commit",
24046 "ofType": null
24047 }
24048 },
24049 "isDeprecated": false,
24050 "deprecationReason": null
24051 },
24052 {
24053 "name": "repo",
24054 "description": "Push repo Repo",
24055 "args": [
24056 {
24057 "name": "id",
24058 "description": "",
24059 "type": {
24060 "kind": "SCALAR",
24061 "name": "ID",
24062 "ofType": null
24063 },
24064 "defaultValue": null
24065 },
24066 {
24067 "name": "owner",
24068 "description": "",
24069 "type": {
24070 "kind": "SCALAR",
24071 "name": "String",
24072 "ofType": null
24073 },
24074 "defaultValue": null
24075 },
24076 {
24077 "name": "name",
24078 "description": "",
24079 "type": {
24080 "kind": "SCALAR",
24081 "name": "String",
24082 "ofType": null
24083 },
24084 "defaultValue": null
24085 },
24086 {
24087 "name": "allowRebaseMerge",
24088 "description": "",
24089 "type": {
24090 "kind": "SCALAR",
24091 "name": "Boolean",
24092 "ofType": null
24093 },
24094 "defaultValue": null
24095 },
24096 {
24097 "name": "allowSquashMerge",
24098 "description": "",
24099 "type": {
24100 "kind": "SCALAR",
24101 "name": "Boolean",
24102 "ofType": null
24103 },
24104 "defaultValue": null
24105 },
24106 {
24107 "name": "allowMergeCommit",
24108 "description": "",
24109 "type": {
24110 "kind": "SCALAR",
24111 "name": "Boolean",
24112 "ofType": null
24113 },
24114 "defaultValue": null
24115 },
24116 {
24117 "name": "repoId",
24118 "description": "",
24119 "type": {
24120 "kind": "SCALAR",
24121 "name": "String",
24122 "ofType": null
24123 },
24124 "defaultValue": null
24125 },
24126 {
24127 "name": "gitHubId",
24128 "description": "",
24129 "type": {
24130 "kind": "SCALAR",
24131 "name": "String",
24132 "ofType": null
24133 },
24134 "defaultValue": null
24135 },
24136 {
24137 "name": "defaultBranch",
24138 "description": "",
24139 "type": {
24140 "kind": "SCALAR",
24141 "name": "String",
24142 "ofType": null
24143 },
24144 "defaultValue": null
24145 }
24146 ],
24147 "type": {
24148 "kind": "OBJECT",
24149 "name": "Repo",
24150 "ofType": null
24151 },
24152 "isDeprecated": false,
24153 "deprecationReason": null
24154 },
24155 {
24156 "name": "builds",
24157 "description": "Push builds Build",
24158 "args": [
24159 {
24160 "name": "id",
24161 "description": "",
24162 "type": {
24163 "kind": "SCALAR",
24164 "name": "ID",
24165 "ofType": null
24166 },
24167 "defaultValue": null
24168 },
24169 {
24170 "name": "buildId",
24171 "description": "",
24172 "type": {
24173 "kind": "SCALAR",
24174 "name": "String",
24175 "ofType": null
24176 },
24177 "defaultValue": null
24178 },
24179 {
24180 "name": "number",
24181 "description": "",
24182 "type": {
24183 "kind": "SCALAR",
24184 "name": "Int",
24185 "ofType": null
24186 },
24187 "defaultValue": null
24188 },
24189 {
24190 "name": "name",
24191 "description": "",
24192 "type": {
24193 "kind": "SCALAR",
24194 "name": "String",
24195 "ofType": null
24196 },
24197 "defaultValue": null
24198 },
24199 {
24200 "name": "status",
24201 "description": "",
24202 "type": {
24203 "kind": "ENUM",
24204 "name": "BuildStatus",
24205 "ofType": null
24206 },
24207 "defaultValue": null
24208 },
24209 {
24210 "name": "buildUrl",
24211 "description": "",
24212 "type": {
24213 "kind": "SCALAR",
24214 "name": "String",
24215 "ofType": null
24216 },
24217 "defaultValue": null
24218 },
24219 {
24220 "name": "compareUrl",
24221 "description": "",
24222 "type": {
24223 "kind": "SCALAR",
24224 "name": "String",
24225 "ofType": null
24226 },
24227 "defaultValue": null
24228 },
24229 {
24230 "name": "trigger",
24231 "description": "",
24232 "type": {
24233 "kind": "ENUM",
24234 "name": "BuildTrigger",
24235 "ofType": null
24236 },
24237 "defaultValue": null
24238 },
24239 {
24240 "name": "provider",
24241 "description": "",
24242 "type": {
24243 "kind": "SCALAR",
24244 "name": "String",
24245 "ofType": null
24246 },
24247 "defaultValue": null
24248 },
24249 {
24250 "name": "pullRequestNumber",
24251 "description": "",
24252 "type": {
24253 "kind": "SCALAR",
24254 "name": "Float",
24255 "ofType": null
24256 },
24257 "defaultValue": null
24258 },
24259 {
24260 "name": "startedAt",
24261 "description": "",
24262 "type": {
24263 "kind": "SCALAR",
24264 "name": "String",
24265 "ofType": null
24266 },
24267 "defaultValue": null
24268 },
24269 {
24270 "name": "finishedAt",
24271 "description": "",
24272 "type": {
24273 "kind": "SCALAR",
24274 "name": "String",
24275 "ofType": null
24276 },
24277 "defaultValue": null
24278 },
24279 {
24280 "name": "timestamp",
24281 "description": "",
24282 "type": {
24283 "kind": "SCALAR",
24284 "name": "String",
24285 "ofType": null
24286 },
24287 "defaultValue": null
24288 },
24289 {
24290 "name": "workflowId",
24291 "description": "",
24292 "type": {
24293 "kind": "SCALAR",
24294 "name": "String",
24295 "ofType": null
24296 },
24297 "defaultValue": null
24298 },
24299 {
24300 "name": "jobName",
24301 "description": "",
24302 "type": {
24303 "kind": "SCALAR",
24304 "name": "String",
24305 "ofType": null
24306 },
24307 "defaultValue": null
24308 },
24309 {
24310 "name": "jobId",
24311 "description": "",
24312 "type": {
24313 "kind": "SCALAR",
24314 "name": "String",
24315 "ofType": null
24316 },
24317 "defaultValue": null
24318 },
24319 {
24320 "name": "orderBy",
24321 "description": "",
24322 "type": {
24323 "kind": "LIST",
24324 "name": null,
24325 "ofType": {
24326 "kind": "ENUM",
24327 "name": "_BuildOrdering",
24328 "ofType": null
24329 }
24330 },
24331 "defaultValue": null
24332 },
24333 {
24334 "name": "first",
24335 "description": "",
24336 "type": {
24337 "kind": "SCALAR",
24338 "name": "Int",
24339 "ofType": null
24340 },
24341 "defaultValue": null
24342 },
24343 {
24344 "name": "offset",
24345 "description": "",
24346 "type": {
24347 "kind": "SCALAR",
24348 "name": "Int",
24349 "ofType": null
24350 },
24351 "defaultValue": null
24352 },
24353 {
24354 "name": "data",
24355 "description": "",
24356 "type": {
24357 "kind": "SCALAR",
24358 "name": "String",
24359 "ofType": null
24360 },
24361 "defaultValue": null
24362 }
24363 ],
24364 "type": {
24365 "kind": "LIST",
24366 "name": null,
24367 "ofType": {
24368 "kind": "OBJECT",
24369 "name": "Build",
24370 "ofType": null
24371 }
24372 },
24373 "isDeprecated": false,
24374 "deprecationReason": null
24375 },
24376 {
24377 "name": "pipelines",
24378 "description": "Pipelines associated with this Push",
24379 "args": [
24380 {
24381 "name": "pipelineId",
24382 "description": "",
24383 "type": {
24384 "kind": "SCALAR",
24385 "name": "ID",
24386 "ofType": null
24387 },
24388 "defaultValue": null
24389 }
24390 ],
24391 "type": {
24392 "kind": "LIST",
24393 "name": null,
24394 "ofType": {
24395 "kind": "OBJECT",
24396 "name": "Pipeline",
24397 "ofType": null
24398 }
24399 },
24400 "isDeprecated": false,
24401 "deprecationReason": null
24402 },
24403 {
24404 "name": "goals",
24405 "description": null,
24406 "args": [],
24407 "type": {
24408 "kind": "LIST",
24409 "name": null,
24410 "ofType": {
24411 "kind": "OBJECT",
24412 "name": "SdmGoal",
24413 "ofType": null
24414 }
24415 },
24416 "isDeprecated": false,
24417 "deprecationReason": null
24418 },
24419 {
24420 "name": "goalSets",
24421 "description": null,
24422 "args": [],
24423 "type": {
24424 "kind": "LIST",
24425 "name": null,
24426 "ofType": {
24427 "kind": "OBJECT",
24428 "name": "SdmGoalSet",
24429 "ofType": null
24430 }
24431 },
24432 "isDeprecated": false,
24433 "deprecationReason": null
24434 },
24435 {
24436 "name": "goalsDisplayState",
24437 "description": null,
24438 "args": [],
24439 "type": {
24440 "kind": "LIST",
24441 "name": null,
24442 "ofType": {
24443 "kind": "OBJECT",
24444 "name": "SdmGoalDisplay",
24445 "ofType": null
24446 }
24447 },
24448 "isDeprecated": false,
24449 "deprecationReason": null
24450 }
24451 ],
24452 "inputFields": null,
24453 "interfaces": [],
24454 "enumValues": null,
24455 "possibleTypes": null
24456 },
24457 {
24458 "kind": "ENUM",
24459 "name": "_CommitOrdering",
24460 "description": "Ordering Enum for Commit",
24461 "fields": null,
24462 "inputFields": null,
24463 "interfaces": null,
24464 "enumValues": [
24465 {
24466 "name": "atmTeamId_asc",
24467 "description": "Ascending sort for atmTeamId",
24468 "isDeprecated": false,
24469 "deprecationReason": null
24470 },
24471 {
24472 "name": "atmTeamId_desc",
24473 "description": "Descending sort for atmTeamId",
24474 "isDeprecated": false,
24475 "deprecationReason": null
24476 },
24477 {
24478 "name": "sha_asc",
24479 "description": "Ascending sort for sha",
24480 "isDeprecated": false,
24481 "deprecationReason": null
24482 },
24483 {
24484 "name": "sha_desc",
24485 "description": "Descending sort for sha",
24486 "isDeprecated": false,
24487 "deprecationReason": null
24488 },
24489 {
24490 "name": "message_asc",
24491 "description": "Ascending sort for message",
24492 "isDeprecated": false,
24493 "deprecationReason": null
24494 },
24495 {
24496 "name": "message_desc",
24497 "description": "Descending sort for message",
24498 "isDeprecated": false,
24499 "deprecationReason": null
24500 },
24501 {
24502 "name": "timestamp_asc",
24503 "description": "Ascending sort for timestamp",
24504 "isDeprecated": false,
24505 "deprecationReason": null
24506 },
24507 {
24508 "name": "timestamp_desc",
24509 "description": "Descending sort for timestamp",
24510 "isDeprecated": false,
24511 "deprecationReason": null
24512 }
24513 ],
24514 "possibleTypes": null
24515 },
24516 {
24517 "kind": "OBJECT",
24518 "name": "Pipeline",
24519 "description": "Pipeline-Node",
24520 "fields": [
24521 {
24522 "name": "_id",
24523 "description": "internal node id",
24524 "args": [],
24525 "type": {
24526 "kind": "SCALAR",
24527 "name": "Int",
24528 "ofType": null
24529 },
24530 "isDeprecated": false,
24531 "deprecationReason": null
24532 },
24533 {
24534 "name": "status",
24535 "description": "Pipeline status",
24536 "args": [],
24537 "type": {
24538 "kind": "ENUM",
24539 "name": "PipelineStatus",
24540 "ofType": null
24541 },
24542 "isDeprecated": false,
24543 "deprecationReason": null
24544 },
24545 {
24546 "name": "provider",
24547 "description": "Pipieline provider",
24548 "args": [],
24549 "type": {
24550 "kind": "ENUM",
24551 "name": "PipelineProvider",
24552 "ofType": null
24553 },
24554 "isDeprecated": false,
24555 "deprecationReason": null
24556 },
24557 {
24558 "name": "pipelineId",
24559 "description": "Source id of the pipeline from the provider",
24560 "args": [],
24561 "type": {
24562 "kind": "SCALAR",
24563 "name": "ID",
24564 "ofType": null
24565 },
24566 "isDeprecated": false,
24567 "deprecationReason": null
24568 },
24569 {
24570 "name": "createdAt",
24571 "description": "The time this Pipeline was created",
24572 "args": [],
24573 "type": {
24574 "kind": "SCALAR",
24575 "name": "String",
24576 "ofType": null
24577 },
24578 "isDeprecated": false,
24579 "deprecationReason": null
24580 },
24581 {
24582 "name": "finishedAt",
24583 "description": "The time this Pipeline finished. Empty if not finished.",
24584 "args": [],
24585 "type": {
24586 "kind": "SCALAR",
24587 "name": "String",
24588 "ofType": null
24589 },
24590 "isDeprecated": false,
24591 "deprecationReason": null
24592 },
24593 {
24594 "name": "repo",
24595 "description": "The repo this pipeline ran against",
24596 "args": [],
24597 "type": {
24598 "kind": "OBJECT",
24599 "name": "Repo",
24600 "ofType": null
24601 },
24602 "isDeprecated": false,
24603 "deprecationReason": null
24604 },
24605 {
24606 "name": "push",
24607 "description": "The push that triggered this pipeline if applicable",
24608 "args": [],
24609 "type": {
24610 "kind": "OBJECT",
24611 "name": "Push",
24612 "ofType": null
24613 },
24614 "isDeprecated": false,
24615 "deprecationReason": null
24616 },
24617 {
24618 "name": "commit",
24619 "description": "The commit associated with this pipeline if applicable",
24620 "args": [],
24621 "type": {
24622 "kind": "OBJECT",
24623 "name": "Commit",
24624 "ofType": null
24625 },
24626 "isDeprecated": false,
24627 "deprecationReason": null
24628 },
24629 {
24630 "name": "stages",
24631 "description": "The set of stages associated with this pipeline",
24632 "args": [],
24633 "type": {
24634 "kind": "LIST",
24635 "name": null,
24636 "ofType": {
24637 "kind": "OBJECT",
24638 "name": "Stage",
24639 "ofType": null
24640 }
24641 },
24642 "isDeprecated": false,
24643 "deprecationReason": null
24644 }
24645 ],
24646 "inputFields": null,
24647 "interfaces": [],
24648 "enumValues": null,
24649 "possibleTypes": null
24650 },
24651 {
24652 "kind": "ENUM",
24653 "name": "PipelineStatus",
24654 "description": "Enum for PipelineStatus",
24655 "fields": null,
24656 "inputFields": null,
24657 "interfaces": null,
24658 "enumValues": [
24659 {
24660 "name": "running",
24661 "description": "",
24662 "isDeprecated": false,
24663 "deprecationReason": null
24664 },
24665 {
24666 "name": "pending",
24667 "description": "",
24668 "isDeprecated": false,
24669 "deprecationReason": null
24670 },
24671 {
24672 "name": "success",
24673 "description": "",
24674 "isDeprecated": false,
24675 "deprecationReason": null
24676 },
24677 {
24678 "name": "failed",
24679 "description": "",
24680 "isDeprecated": false,
24681 "deprecationReason": null
24682 },
24683 {
24684 "name": "canceled",
24685 "description": "",
24686 "isDeprecated": false,
24687 "deprecationReason": null
24688 },
24689 {
24690 "name": "skipped",
24691 "description": "",
24692 "isDeprecated": false,
24693 "deprecationReason": null
24694 },
24695 {
24696 "name": "manual",
24697 "description": "",
24698 "isDeprecated": false,
24699 "deprecationReason": null
24700 }
24701 ],
24702 "possibleTypes": null
24703 },
24704 {
24705 "kind": "ENUM",
24706 "name": "PipelineProvider",
24707 "description": "Enum for the PipelineProviders",
24708 "fields": null,
24709 "inputFields": null,
24710 "interfaces": null,
24711 "enumValues": [
24712 {
24713 "name": "gitlab_ci",
24714 "description": "Gitlab CI Pipeline",
24715 "isDeprecated": false,
24716 "deprecationReason": null
24717 }
24718 ],
24719 "possibleTypes": null
24720 },
24721 {
24722 "kind": "OBJECT",
24723 "name": "Stage",
24724 "description": "Stage-Node",
24725 "fields": [
24726 {
24727 "name": "_id",
24728 "description": "internal node id",
24729 "args": [],
24730 "type": {
24731 "kind": "SCALAR",
24732 "name": "Int",
24733 "ofType": null
24734 },
24735 "isDeprecated": false,
24736 "deprecationReason": null
24737 },
24738 {
24739 "name": "name",
24740 "description": "The name of this stage",
24741 "args": [],
24742 "type": {
24743 "kind": "SCALAR",
24744 "name": "String",
24745 "ofType": null
24746 },
24747 "isDeprecated": false,
24748 "deprecationReason": null
24749 },
24750 {
24751 "name": "pipeline",
24752 "description": "The pipeline that this stage belongs to",
24753 "args": [],
24754 "type": {
24755 "kind": "OBJECT",
24756 "name": "Pipeline",
24757 "ofType": null
24758 },
24759 "isDeprecated": false,
24760 "deprecationReason": null
24761 },
24762 {
24763 "name": "jobs",
24764 "description": "The list of jobs associated with this stage",
24765 "args": [],
24766 "type": {
24767 "kind": "LIST",
24768 "name": null,
24769 "ofType": {
24770 "kind": "OBJECT",
24771 "name": "Job",
24772 "ofType": null
24773 }
24774 },
24775 "isDeprecated": false,
24776 "deprecationReason": null
24777 }
24778 ],
24779 "inputFields": null,
24780 "interfaces": [],
24781 "enumValues": null,
24782 "possibleTypes": null
24783 },
24784 {
24785 "kind": "OBJECT",
24786 "name": "Job",
24787 "description": "Job-Node",
24788 "fields": [
24789 {
24790 "name": "_id",
24791 "description": "internal node id",
24792 "args": [],
24793 "type": {
24794 "kind": "SCALAR",
24795 "name": "Int",
24796 "ofType": null
24797 },
24798 "isDeprecated": false,
24799 "deprecationReason": null
24800 },
24801 {
24802 "name": "when",
24803 "description": "When this job gets triggered",
24804 "args": [],
24805 "type": {
24806 "kind": "SCALAR",
24807 "name": "String",
24808 "ofType": null
24809 },
24810 "isDeprecated": false,
24811 "deprecationReason": null
24812 },
24813 {
24814 "name": "manual",
24815 "description": "Is this job triggered manually?",
24816 "args": [],
24817 "type": {
24818 "kind": "SCALAR",
24819 "name": "Boolean",
24820 "ofType": null
24821 },
24822 "isDeprecated": false,
24823 "deprecationReason": null
24824 },
24825 {
24826 "name": "name",
24827 "description": "The name of this job",
24828 "args": [],
24829 "type": {
24830 "kind": "SCALAR",
24831 "name": "String",
24832 "ofType": null
24833 },
24834 "isDeprecated": false,
24835 "deprecationReason": null
24836 },
24837 {
24838 "name": "jobId",
24839 "description": "The source id of this job. The ID assigned to it by its provider",
24840 "args": [],
24841 "type": {
24842 "kind": "SCALAR",
24843 "name": "ID",
24844 "ofType": null
24845 },
24846 "isDeprecated": false,
24847 "deprecationReason": null
24848 },
24849 {
24850 "name": "startedAt",
24851 "description": "When this job started as an ISO8601 string. Blank until started.",
24852 "args": [],
24853 "type": {
24854 "kind": "SCALAR",
24855 "name": "String",
24856 "ofType": null
24857 },
24858 "isDeprecated": false,
24859 "deprecationReason": null
24860 },
24861 {
24862 "name": "finishedAt",
24863 "description": "When this job finished as an ISO8601 string. Blank until finished.",
24864 "args": [],
24865 "type": {
24866 "kind": "SCALAR",
24867 "name": "String",
24868 "ofType": null
24869 },
24870 "isDeprecated": false,
24871 "deprecationReason": null
24872 },
24873 {
24874 "name": "status",
24875 "description": "The status of this job. Blank until started.",
24876 "args": [],
24877 "type": {
24878 "kind": "ENUM",
24879 "name": "JobStatus",
24880 "ofType": null
24881 },
24882 "isDeprecated": false,
24883 "deprecationReason": null
24884 },
24885 {
24886 "name": "runner",
24887 "description": "The runner for this job. Blank until started.",
24888 "args": [],
24889 "type": {
24890 "kind": "SCALAR",
24891 "name": "String",
24892 "ofType": null
24893 },
24894 "isDeprecated": false,
24895 "deprecationReason": null
24896 },
24897 {
24898 "name": "stage",
24899 "description": "The stage this job is associated with",
24900 "args": [],
24901 "type": {
24902 "kind": "OBJECT",
24903 "name": "Stage",
24904 "ofType": null
24905 },
24906 "isDeprecated": false,
24907 "deprecationReason": null
24908 }
24909 ],
24910 "inputFields": null,
24911 "interfaces": [],
24912 "enumValues": null,
24913 "possibleTypes": null
24914 },
24915 {
24916 "kind": "ENUM",
24917 "name": "JobStatus",
24918 "description": "Enum for JobStatus",
24919 "fields": null,
24920 "inputFields": null,
24921 "interfaces": null,
24922 "enumValues": [
24923 {
24924 "name": "created",
24925 "description": "",
24926 "isDeprecated": false,
24927 "deprecationReason": null
24928 },
24929 {
24930 "name": "pending",
24931 "description": "",
24932 "isDeprecated": false,
24933 "deprecationReason": null
24934 },
24935 {
24936 "name": "running",
24937 "description": "",
24938 "isDeprecated": false,
24939 "deprecationReason": null
24940 },
24941 {
24942 "name": "failed",
24943 "description": "",
24944 "isDeprecated": false,
24945 "deprecationReason": null
24946 },
24947 {
24948 "name": "success",
24949 "description": "",
24950 "isDeprecated": false,
24951 "deprecationReason": null
24952 },
24953 {
24954 "name": "canceled",
24955 "description": "",
24956 "isDeprecated": false,
24957 "deprecationReason": null
24958 },
24959 {
24960 "name": "skipped",
24961 "description": "",
24962 "isDeprecated": false,
24963 "deprecationReason": null
24964 },
24965 {
24966 "name": "manual",
24967 "description": "",
24968 "isDeprecated": false,
24969 "deprecationReason": null
24970 }
24971 ],
24972 "possibleTypes": null
24973 },
24974 {
24975 "kind": "OBJECT",
24976 "name": "SdmGoal",
24977 "description": null,
24978 "fields": [
24979 {
24980 "name": "approval",
24981 "description": null,
24982 "args": [],
24983 "type": {
24984 "kind": "OBJECT",
24985 "name": "SdmProvenance",
24986 "ofType": null
24987 },
24988 "isDeprecated": false,
24989 "deprecationReason": null
24990 },
24991 {
24992 "name": "approvalRequired",
24993 "description": null,
24994 "args": [],
24995 "type": {
24996 "kind": "SCALAR",
24997 "name": "Boolean",
24998 "ofType": null
24999 },
25000 "isDeprecated": false,
25001 "deprecationReason": null
25002 },
25003 {
25004 "name": "branch",
25005 "description": null,
25006 "args": [],
25007 "type": {
25008 "kind": "SCALAR",
25009 "name": "String",
25010 "ofType": null
25011 },
25012 "isDeprecated": false,
25013 "deprecationReason": null
25014 },
25015 {
25016 "name": "data",
25017 "description": null,
25018 "args": [],
25019 "type": {
25020 "kind": "SCALAR",
25021 "name": "String",
25022 "ofType": null
25023 },
25024 "isDeprecated": false,
25025 "deprecationReason": null
25026 },
25027 {
25028 "name": "description",
25029 "description": null,
25030 "args": [],
25031 "type": {
25032 "kind": "SCALAR",
25033 "name": "String",
25034 "ofType": null
25035 },
25036 "isDeprecated": false,
25037 "deprecationReason": null
25038 },
25039 {
25040 "name": "environment",
25041 "description": null,
25042 "args": [],
25043 "type": {
25044 "kind": "SCALAR",
25045 "name": "String",
25046 "ofType": null
25047 },
25048 "isDeprecated": false,
25049 "deprecationReason": null
25050 },
25051 {
25052 "name": "error",
25053 "description": null,
25054 "args": [],
25055 "type": {
25056 "kind": "SCALAR",
25057 "name": "String",
25058 "ofType": null
25059 },
25060 "isDeprecated": false,
25061 "deprecationReason": null
25062 },
25063 {
25064 "name": "externalKey",
25065 "description": null,
25066 "args": [],
25067 "type": {
25068 "kind": "SCALAR",
25069 "name": "String",
25070 "ofType": null
25071 },
25072 "isDeprecated": false,
25073 "deprecationReason": null
25074 },
25075 {
25076 "name": "externalUrl",
25077 "description": null,
25078 "args": [],
25079 "type": {
25080 "kind": "SCALAR",
25081 "name": "String",
25082 "ofType": null
25083 },
25084 "isDeprecated": false,
25085 "deprecationReason": null
25086 },
25087 {
25088 "name": "externalUrls",
25089 "description": null,
25090 "args": [],
25091 "type": {
25092 "kind": "LIST",
25093 "name": null,
25094 "ofType": {
25095 "kind": "OBJECT",
25096 "name": "SdmExternalUrl",
25097 "ofType": null
25098 }
25099 },
25100 "isDeprecated": false,
25101 "deprecationReason": null
25102 },
25103 {
25104 "name": "fulfillment",
25105 "description": null,
25106 "args": [
25107 {
25108 "name": "name",
25109 "description": null,
25110 "type": {
25111 "kind": "LIST",
25112 "name": null,
25113 "ofType": {
25114 "kind": "SCALAR",
25115 "name": "String",
25116 "ofType": null
25117 }
25118 },
25119 "defaultValue": null
25120 },
25121 {
25122 "name": "method",
25123 "description": null,
25124 "type": {
25125 "kind": "LIST",
25126 "name": null,
25127 "ofType": {
25128 "kind": "SCALAR",
25129 "name": "String",
25130 "ofType": null
25131 }
25132 },
25133 "defaultValue": null
25134 }
25135 ],
25136 "type": {
25137 "kind": "OBJECT",
25138 "name": "SdmGoalFulfillment",
25139 "ofType": null
25140 },
25141 "isDeprecated": false,
25142 "deprecationReason": null
25143 },
25144 {
25145 "name": "goalSet",
25146 "description": null,
25147 "args": [],
25148 "type": {
25149 "kind": "SCALAR",
25150 "name": "String",
25151 "ofType": null
25152 },
25153 "isDeprecated": false,
25154 "deprecationReason": null
25155 },
25156 {
25157 "name": "goalSetId",
25158 "description": null,
25159 "args": [],
25160 "type": {
25161 "kind": "SCALAR",
25162 "name": "String",
25163 "ofType": null
25164 },
25165 "isDeprecated": false,
25166 "deprecationReason": null
25167 },
25168 {
25169 "name": "name",
25170 "description": null,
25171 "args": [],
25172 "type": {
25173 "kind": "SCALAR",
25174 "name": "String",
25175 "ofType": null
25176 },
25177 "isDeprecated": false,
25178 "deprecationReason": null
25179 },
25180 {
25181 "name": "phase",
25182 "description": null,
25183 "args": [],
25184 "type": {
25185 "kind": "SCALAR",
25186 "name": "String",
25187 "ofType": null
25188 },
25189 "isDeprecated": false,
25190 "deprecationReason": null
25191 },
25192 {
25193 "name": "preApproval",
25194 "description": null,
25195 "args": [],
25196 "type": {
25197 "kind": "OBJECT",
25198 "name": "SdmProvenance",
25199 "ofType": null
25200 },
25201 "isDeprecated": false,
25202 "deprecationReason": null
25203 },
25204 {
25205 "name": "preApprovalRequired",
25206 "description": null,
25207 "args": [],
25208 "type": {
25209 "kind": "SCALAR",
25210 "name": "Boolean",
25211 "ofType": null
25212 },
25213 "isDeprecated": false,
25214 "deprecationReason": null
25215 },
25216 {
25217 "name": "preConditions",
25218 "description": null,
25219 "args": [],
25220 "type": {
25221 "kind": "LIST",
25222 "name": null,
25223 "ofType": {
25224 "kind": "OBJECT",
25225 "name": "SdmCondition",
25226 "ofType": null
25227 }
25228 },
25229 "isDeprecated": false,
25230 "deprecationReason": null
25231 },
25232 {
25233 "name": "provenance",
25234 "description": null,
25235 "args": [],
25236 "type": {
25237 "kind": "LIST",
25238 "name": null,
25239 "ofType": {
25240 "kind": "OBJECT",
25241 "name": "SdmProvenance",
25242 "ofType": null
25243 }
25244 },
25245 "isDeprecated": false,
25246 "deprecationReason": null
25247 },
25248 {
25249 "name": "push",
25250 "description": null,
25251 "args": [],
25252 "type": {
25253 "kind": "OBJECT",
25254 "name": "Push",
25255 "ofType": null
25256 },
25257 "isDeprecated": false,
25258 "deprecationReason": null
25259 },
25260 {
25261 "name": "repo",
25262 "description": null,
25263 "args": [
25264 {
25265 "name": "name",
25266 "description": null,
25267 "type": {
25268 "kind": "LIST",
25269 "name": null,
25270 "ofType": {
25271 "kind": "SCALAR",
25272 "name": "String",
25273 "ofType": null
25274 }
25275 },
25276 "defaultValue": null
25277 },
25278 {
25279 "name": "owner",
25280 "description": null,
25281 "type": {
25282 "kind": "LIST",
25283 "name": null,
25284 "ofType": {
25285 "kind": "SCALAR",
25286 "name": "String",
25287 "ofType": null
25288 }
25289 },
25290 "defaultValue": null
25291 },
25292 {
25293 "name": "providerId",
25294 "description": null,
25295 "type": {
25296 "kind": "LIST",
25297 "name": null,
25298 "ofType": {
25299 "kind": "SCALAR",
25300 "name": "String",
25301 "ofType": null
25302 }
25303 },
25304 "defaultValue": null
25305 }
25306 ],
25307 "type": {
25308 "kind": "OBJECT",
25309 "name": "SdmRepository",
25310 "ofType": null
25311 },
25312 "isDeprecated": false,
25313 "deprecationReason": null
25314 },
25315 {
25316 "name": "retryFeasible",
25317 "description": null,
25318 "args": [],
25319 "type": {
25320 "kind": "SCALAR",
25321 "name": "Boolean",
25322 "ofType": null
25323 },
25324 "isDeprecated": false,
25325 "deprecationReason": null
25326 },
25327 {
25328 "name": "sha",
25329 "description": null,
25330 "args": [],
25331 "type": {
25332 "kind": "SCALAR",
25333 "name": "String",
25334 "ofType": null
25335 },
25336 "isDeprecated": false,
25337 "deprecationReason": null
25338 },
25339 {
25340 "name": "signature",
25341 "description": null,
25342 "args": [],
25343 "type": {
25344 "kind": "SCALAR",
25345 "name": "String",
25346 "ofType": null
25347 },
25348 "isDeprecated": false,
25349 "deprecationReason": null
25350 },
25351 {
25352 "name": "state",
25353 "description": null,
25354 "args": [],
25355 "type": {
25356 "kind": "ENUM",
25357 "name": "SdmGoalState",
25358 "ofType": null
25359 },
25360 "isDeprecated": false,
25361 "deprecationReason": null
25362 },
25363 {
25364 "name": "ts",
25365 "description": null,
25366 "args": [],
25367 "type": {
25368 "kind": "SCALAR",
25369 "name": "Int",
25370 "ofType": null
25371 },
25372 "isDeprecated": false,
25373 "deprecationReason": null
25374 },
25375 {
25376 "name": "uniqueName",
25377 "description": null,
25378 "args": [],
25379 "type": {
25380 "kind": "SCALAR",
25381 "name": "String",
25382 "ofType": null
25383 },
25384 "isDeprecated": false,
25385 "deprecationReason": null
25386 },
25387 {
25388 "name": "url",
25389 "description": null,
25390 "args": [],
25391 "type": {
25392 "kind": "SCALAR",
25393 "name": "String",
25394 "ofType": null
25395 },
25396 "isDeprecated": false,
25397 "deprecationReason": null
25398 },
25399 {
25400 "name": "version",
25401 "description": null,
25402 "args": [],
25403 "type": {
25404 "kind": "SCALAR",
25405 "name": "Int",
25406 "ofType": null
25407 },
25408 "isDeprecated": false,
25409 "deprecationReason": null
25410 },
25411 {
25412 "name": "id",
25413 "description": "The ID of this SdmGoal",
25414 "args": [],
25415 "type": {
25416 "kind": "SCALAR",
25417 "name": "ID",
25418 "ofType": null
25419 },
25420 "isDeprecated": false,
25421 "deprecationReason": null
25422 }
25423 ],
25424 "inputFields": null,
25425 "interfaces": [],
25426 "enumValues": null,
25427 "possibleTypes": null
25428 },
25429 {
25430 "kind": "OBJECT",
25431 "name": "SdmProvenance",
25432 "description": null,
25433 "fields": [
25434 {
25435 "name": "channelId",
25436 "description": null,
25437 "args": [],
25438 "type": {
25439 "kind": "SCALAR",
25440 "name": "String",
25441 "ofType": null
25442 },
25443 "isDeprecated": false,
25444 "deprecationReason": null
25445 },
25446 {
25447 "name": "correlationId",
25448 "description": null,
25449 "args": [],
25450 "type": {
25451 "kind": "SCALAR",
25452 "name": "String",
25453 "ofType": null
25454 },
25455 "isDeprecated": false,
25456 "deprecationReason": null
25457 },
25458 {
25459 "name": "name",
25460 "description": null,
25461 "args": [],
25462 "type": {
25463 "kind": "SCALAR",
25464 "name": "String",
25465 "ofType": null
25466 },
25467 "isDeprecated": false,
25468 "deprecationReason": null
25469 },
25470 {
25471 "name": "registration",
25472 "description": null,
25473 "args": [],
25474 "type": {
25475 "kind": "SCALAR",
25476 "name": "String",
25477 "ofType": null
25478 },
25479 "isDeprecated": false,
25480 "deprecationReason": null
25481 },
25482 {
25483 "name": "ts",
25484 "description": null,
25485 "args": [],
25486 "type": {
25487 "kind": "SCALAR",
25488 "name": "Int",
25489 "ofType": null
25490 },
25491 "isDeprecated": false,
25492 "deprecationReason": null
25493 },
25494 {
25495 "name": "userId",
25496 "description": null,
25497 "args": [],
25498 "type": {
25499 "kind": "SCALAR",
25500 "name": "String",
25501 "ofType": null
25502 },
25503 "isDeprecated": false,
25504 "deprecationReason": null
25505 },
25506 {
25507 "name": "version",
25508 "description": null,
25509 "args": [],
25510 "type": {
25511 "kind": "SCALAR",
25512 "name": "String",
25513 "ofType": null
25514 },
25515 "isDeprecated": false,
25516 "deprecationReason": null
25517 }
25518 ],
25519 "inputFields": null,
25520 "interfaces": [],
25521 "enumValues": null,
25522 "possibleTypes": null
25523 },
25524 {
25525 "kind": "OBJECT",
25526 "name": "SdmExternalUrl",
25527 "description": null,
25528 "fields": [
25529 {
25530 "name": "label",
25531 "description": null,
25532 "args": [],
25533 "type": {
25534 "kind": "SCALAR",
25535 "name": "String",
25536 "ofType": null
25537 },
25538 "isDeprecated": false,
25539 "deprecationReason": null
25540 },
25541 {
25542 "name": "url",
25543 "description": null,
25544 "args": [],
25545 "type": {
25546 "kind": "SCALAR",
25547 "name": "String",
25548 "ofType": null
25549 },
25550 "isDeprecated": false,
25551 "deprecationReason": null
25552 }
25553 ],
25554 "inputFields": null,
25555 "interfaces": [],
25556 "enumValues": null,
25557 "possibleTypes": null
25558 },
25559 {
25560 "kind": "OBJECT",
25561 "name": "SdmGoalFulfillment",
25562 "description": null,
25563 "fields": [
25564 {
25565 "name": "method",
25566 "description": null,
25567 "args": [],
25568 "type": {
25569 "kind": "SCALAR",
25570 "name": "String",
25571 "ofType": null
25572 },
25573 "isDeprecated": false,
25574 "deprecationReason": null
25575 },
25576 {
25577 "name": "name",
25578 "description": null,
25579 "args": [],
25580 "type": {
25581 "kind": "SCALAR",
25582 "name": "String",
25583 "ofType": null
25584 },
25585 "isDeprecated": false,
25586 "deprecationReason": null
25587 }
25588 ],
25589 "inputFields": null,
25590 "interfaces": [],
25591 "enumValues": null,
25592 "possibleTypes": null
25593 },
25594 {
25595 "kind": "OBJECT",
25596 "name": "SdmCondition",
25597 "description": null,
25598 "fields": [
25599 {
25600 "name": "environment",
25601 "description": null,
25602 "args": [],
25603 "type": {
25604 "kind": "SCALAR",
25605 "name": "String",
25606 "ofType": null
25607 },
25608 "isDeprecated": false,
25609 "deprecationReason": null
25610 },
25611 {
25612 "name": "name",
25613 "description": null,
25614 "args": [],
25615 "type": {
25616 "kind": "SCALAR",
25617 "name": "String",
25618 "ofType": null
25619 },
25620 "isDeprecated": false,
25621 "deprecationReason": null
25622 },
25623 {
25624 "name": "uniqueName",
25625 "description": null,
25626 "args": [],
25627 "type": {
25628 "kind": "SCALAR",
25629 "name": "String",
25630 "ofType": null
25631 },
25632 "isDeprecated": false,
25633 "deprecationReason": null
25634 }
25635 ],
25636 "inputFields": null,
25637 "interfaces": [],
25638 "enumValues": null,
25639 "possibleTypes": null
25640 },
25641 {
25642 "kind": "OBJECT",
25643 "name": "SdmRepository",
25644 "description": null,
25645 "fields": [
25646 {
25647 "name": "name",
25648 "description": null,
25649 "args": [],
25650 "type": {
25651 "kind": "SCALAR",
25652 "name": "String",
25653 "ofType": null
25654 },
25655 "isDeprecated": false,
25656 "deprecationReason": null
25657 },
25658 {
25659 "name": "owner",
25660 "description": null,
25661 "args": [],
25662 "type": {
25663 "kind": "SCALAR",
25664 "name": "String",
25665 "ofType": null
25666 },
25667 "isDeprecated": false,
25668 "deprecationReason": null
25669 },
25670 {
25671 "name": "providerId",
25672 "description": null,
25673 "args": [],
25674 "type": {
25675 "kind": "SCALAR",
25676 "name": "String",
25677 "ofType": null
25678 },
25679 "isDeprecated": false,
25680 "deprecationReason": null
25681 }
25682 ],
25683 "inputFields": null,
25684 "interfaces": [],
25685 "enumValues": null,
25686 "possibleTypes": null
25687 },
25688 {
25689 "kind": "ENUM",
25690 "name": "SdmGoalState",
25691 "description": null,
25692 "fields": null,
25693 "inputFields": null,
25694 "interfaces": null,
25695 "enumValues": [
25696 {
25697 "name": "success",
25698 "description": null,
25699 "isDeprecated": false,
25700 "deprecationReason": null
25701 },
25702 {
25703 "name": "pre_approved",
25704 "description": null,
25705 "isDeprecated": false,
25706 "deprecationReason": null
25707 },
25708 {
25709 "name": "requested",
25710 "description": null,
25711 "isDeprecated": false,
25712 "deprecationReason": null
25713 },
25714 {
25715 "name": "waiting_for_pre_approval",
25716 "description": null,
25717 "isDeprecated": false,
25718 "deprecationReason": null
25719 },
25720 {
25721 "name": "approved",
25722 "description": null,
25723 "isDeprecated": false,
25724 "deprecationReason": null
25725 },
25726 {
25727 "name": "waiting_for_approval",
25728 "description": null,
25729 "isDeprecated": false,
25730 "deprecationReason": null
25731 },
25732 {
25733 "name": "failure",
25734 "description": null,
25735 "isDeprecated": false,
25736 "deprecationReason": null
25737 },
25738 {
25739 "name": "stopped",
25740 "description": null,
25741 "isDeprecated": false,
25742 "deprecationReason": null
25743 },
25744 {
25745 "name": "planned",
25746 "description": null,
25747 "isDeprecated": false,
25748 "deprecationReason": null
25749 },
25750 {
25751 "name": "in_process",
25752 "description": null,
25753 "isDeprecated": false,
25754 "deprecationReason": null
25755 },
25756 {
25757 "name": "skipped",
25758 "description": null,
25759 "isDeprecated": false,
25760 "deprecationReason": null
25761 },
25762 {
25763 "name": "canceled",
25764 "description": null,
25765 "isDeprecated": false,
25766 "deprecationReason": null
25767 }
25768 ],
25769 "possibleTypes": null
25770 },
25771 {
25772 "kind": "OBJECT",
25773 "name": "SdmGoalSet",
25774 "description": null,
25775 "fields": [
25776 {
25777 "name": "branch",
25778 "description": null,
25779 "args": [],
25780 "type": {
25781 "kind": "SCALAR",
25782 "name": "String",
25783 "ofType": null
25784 },
25785 "isDeprecated": false,
25786 "deprecationReason": null
25787 },
25788 {
25789 "name": "goalSet",
25790 "description": null,
25791 "args": [],
25792 "type": {
25793 "kind": "SCALAR",
25794 "name": "String",
25795 "ofType": null
25796 },
25797 "isDeprecated": false,
25798 "deprecationReason": null
25799 },
25800 {
25801 "name": "goalSetId",
25802 "description": null,
25803 "args": [],
25804 "type": {
25805 "kind": "SCALAR",
25806 "name": "String",
25807 "ofType": null
25808 },
25809 "isDeprecated": false,
25810 "deprecationReason": null
25811 },
25812 {
25813 "name": "goals",
25814 "description": null,
25815 "args": [],
25816 "type": {
25817 "kind": "LIST",
25818 "name": null,
25819 "ofType": {
25820 "kind": "OBJECT",
25821 "name": "SdmGoalName",
25822 "ofType": null
25823 }
25824 },
25825 "isDeprecated": false,
25826 "deprecationReason": null
25827 },
25828 {
25829 "name": "provenance",
25830 "description": null,
25831 "args": [
25832 {
25833 "name": "registration",
25834 "description": null,
25835 "type": {
25836 "kind": "LIST",
25837 "name": null,
25838 "ofType": {
25839 "kind": "SCALAR",
25840 "name": "String",
25841 "ofType": null
25842 }
25843 },
25844 "defaultValue": null
25845 }
25846 ],
25847 "type": {
25848 "kind": "OBJECT",
25849 "name": "SdmProvenance",
25850 "ofType": null
25851 },
25852 "isDeprecated": false,
25853 "deprecationReason": null
25854 },
25855 {
25856 "name": "push",
25857 "description": null,
25858 "args": [],
25859 "type": {
25860 "kind": "OBJECT",
25861 "name": "Push",
25862 "ofType": null
25863 },
25864 "isDeprecated": false,
25865 "deprecationReason": null
25866 },
25867 {
25868 "name": "repo",
25869 "description": null,
25870 "args": [
25871 {
25872 "name": "name",
25873 "description": null,
25874 "type": {
25875 "kind": "LIST",
25876 "name": null,
25877 "ofType": {
25878 "kind": "SCALAR",
25879 "name": "String",
25880 "ofType": null
25881 }
25882 },
25883 "defaultValue": null
25884 },
25885 {
25886 "name": "owner",
25887 "description": null,
25888 "type": {
25889 "kind": "LIST",
25890 "name": null,
25891 "ofType": {
25892 "kind": "SCALAR",
25893 "name": "String",
25894 "ofType": null
25895 }
25896 },
25897 "defaultValue": null
25898 },
25899 {
25900 "name": "providerId",
25901 "description": null,
25902 "type": {
25903 "kind": "LIST",
25904 "name": null,
25905 "ofType": {
25906 "kind": "SCALAR",
25907 "name": "String",
25908 "ofType": null
25909 }
25910 },
25911 "defaultValue": null
25912 }
25913 ],
25914 "type": {
25915 "kind": "OBJECT",
25916 "name": "SdmRepository",
25917 "ofType": null
25918 },
25919 "isDeprecated": false,
25920 "deprecationReason": null
25921 },
25922 {
25923 "name": "sha",
25924 "description": null,
25925 "args": [],
25926 "type": {
25927 "kind": "SCALAR",
25928 "name": "String",
25929 "ofType": null
25930 },
25931 "isDeprecated": false,
25932 "deprecationReason": null
25933 },
25934 {
25935 "name": "state",
25936 "description": null,
25937 "args": [],
25938 "type": {
25939 "kind": "ENUM",
25940 "name": "SdmGoalState",
25941 "ofType": null
25942 },
25943 "isDeprecated": false,
25944 "deprecationReason": null
25945 },
25946 {
25947 "name": "ts",
25948 "description": null,
25949 "args": [],
25950 "type": {
25951 "kind": "SCALAR",
25952 "name": "Int",
25953 "ofType": null
25954 },
25955 "isDeprecated": false,
25956 "deprecationReason": null
25957 },
25958 {
25959 "name": "id",
25960 "description": "The ID of this SdmGoalSet",
25961 "args": [],
25962 "type": {
25963 "kind": "SCALAR",
25964 "name": "ID",
25965 "ofType": null
25966 },
25967 "isDeprecated": false,
25968 "deprecationReason": null
25969 }
25970 ],
25971 "inputFields": null,
25972 "interfaces": [],
25973 "enumValues": null,
25974 "possibleTypes": null
25975 },
25976 {
25977 "kind": "OBJECT",
25978 "name": "SdmGoalName",
25979 "description": null,
25980 "fields": [
25981 {
25982 "name": "name",
25983 "description": null,
25984 "args": [],
25985 "type": {
25986 "kind": "SCALAR",
25987 "name": "String",
25988 "ofType": null
25989 },
25990 "isDeprecated": false,
25991 "deprecationReason": null
25992 },
25993 {
25994 "name": "uniqueName",
25995 "description": null,
25996 "args": [],
25997 "type": {
25998 "kind": "SCALAR",
25999 "name": "String",
26000 "ofType": null
26001 },
26002 "isDeprecated": false,
26003 "deprecationReason": null
26004 }
26005 ],
26006 "inputFields": null,
26007 "interfaces": [],
26008 "enumValues": null,
26009 "possibleTypes": null
26010 },
26011 {
26012 "kind": "OBJECT",
26013 "name": "SdmGoalDisplay",
26014 "description": null,
26015 "fields": [
26016 {
26017 "name": "branch",
26018 "description": null,
26019 "args": [],
26020 "type": {
26021 "kind": "SCALAR",
26022 "name": "String",
26023 "ofType": null
26024 },
26025 "isDeprecated": false,
26026 "deprecationReason": null
26027 },
26028 {
26029 "name": "push",
26030 "description": null,
26031 "args": [],
26032 "type": {
26033 "kind": "OBJECT",
26034 "name": "Push",
26035 "ofType": null
26036 },
26037 "isDeprecated": false,
26038 "deprecationReason": null
26039 },
26040 {
26041 "name": "repo",
26042 "description": null,
26043 "args": [],
26044 "type": {
26045 "kind": "OBJECT",
26046 "name": "SdmRepository",
26047 "ofType": null
26048 },
26049 "isDeprecated": false,
26050 "deprecationReason": null
26051 },
26052 {
26053 "name": "sha",
26054 "description": null,
26055 "args": [],
26056 "type": {
26057 "kind": "SCALAR",
26058 "name": "String",
26059 "ofType": null
26060 },
26061 "isDeprecated": false,
26062 "deprecationReason": null
26063 },
26064 {
26065 "name": "state",
26066 "description": null,
26067 "args": [],
26068 "type": {
26069 "kind": "ENUM",
26070 "name": "SdmGoalDisplayState",
26071 "ofType": null
26072 },
26073 "isDeprecated": false,
26074 "deprecationReason": null
26075 },
26076 {
26077 "name": "ts",
26078 "description": null,
26079 "args": [],
26080 "type": {
26081 "kind": "SCALAR",
26082 "name": "Int",
26083 "ofType": null
26084 },
26085 "isDeprecated": false,
26086 "deprecationReason": null
26087 },
26088 {
26089 "name": "id",
26090 "description": "The ID of this SdmGoalDisplay",
26091 "args": [],
26092 "type": {
26093 "kind": "SCALAR",
26094 "name": "ID",
26095 "ofType": null
26096 },
26097 "isDeprecated": false,
26098 "deprecationReason": null
26099 }
26100 ],
26101 "inputFields": null,
26102 "interfaces": [],
26103 "enumValues": null,
26104 "possibleTypes": null
26105 },
26106 {
26107 "kind": "ENUM",
26108 "name": "SdmGoalDisplayState",
26109 "description": null,
26110 "fields": null,
26111 "inputFields": null,
26112 "interfaces": null,
26113 "enumValues": [
26114 {
26115 "name": "show_current",
26116 "description": null,
26117 "isDeprecated": false,
26118 "deprecationReason": null
26119 },
26120 {
26121 "name": "show_all",
26122 "description": null,
26123 "isDeprecated": false,
26124 "deprecationReason": null
26125 }
26126 ],
26127 "possibleTypes": null
26128 },
26129 {
26130 "kind": "OBJECT",
26131 "name": "Tag",
26132 "description": "Tag-Node",
26133 "fields": [
26134 {
26135 "name": "_id",
26136 "description": "internal node id",
26137 "args": [],
26138 "type": {
26139 "kind": "SCALAR",
26140 "name": "Int",
26141 "ofType": null
26142 },
26143 "isDeprecated": false,
26144 "deprecationReason": null
26145 },
26146 {
26147 "name": "url",
26148 "description": "the URL of the Tag",
26149 "args": [],
26150 "type": {
26151 "kind": "SCALAR",
26152 "name": "String",
26153 "ofType": null
26154 },
26155 "isDeprecated": false,
26156 "deprecationReason": null
26157 },
26158 {
26159 "name": "id",
26160 "description": "id of Tag",
26161 "args": [],
26162 "type": {
26163 "kind": "SCALAR",
26164 "name": "ID",
26165 "ofType": null
26166 },
26167 "isDeprecated": false,
26168 "deprecationReason": null
26169 },
26170 {
26171 "name": "name",
26172 "description": "name of Tag",
26173 "args": [],
26174 "type": {
26175 "kind": "SCALAR",
26176 "name": "String",
26177 "ofType": null
26178 },
26179 "isDeprecated": false,
26180 "deprecationReason": null
26181 },
26182 {
26183 "name": "description",
26184 "description": "description of Tag",
26185 "args": [],
26186 "type": {
26187 "kind": "SCALAR",
26188 "name": "String",
26189 "ofType": null
26190 },
26191 "isDeprecated": false,
26192 "deprecationReason": null
26193 },
26194 {
26195 "name": "ref",
26196 "description": "ref of Tag",
26197 "args": [],
26198 "type": {
26199 "kind": "SCALAR",
26200 "name": "String",
26201 "ofType": null
26202 },
26203 "isDeprecated": false,
26204 "deprecationReason": null
26205 },
26206 {
26207 "name": "timestamp",
26208 "description": "timestamp of Tag",
26209 "args": [],
26210 "type": {
26211 "kind": "SCALAR",
26212 "name": "String",
26213 "ofType": null
26214 },
26215 "isDeprecated": false,
26216 "deprecationReason": null
26217 },
26218 {
26219 "name": "release",
26220 "description": "Tag release Release",
26221 "args": [
26222 {
26223 "name": "id",
26224 "description": "",
26225 "type": {
26226 "kind": "SCALAR",
26227 "name": "ID",
26228 "ofType": null
26229 },
26230 "defaultValue": null
26231 },
26232 {
26233 "name": "name",
26234 "description": "",
26235 "type": {
26236 "kind": "SCALAR",
26237 "name": "String",
26238 "ofType": null
26239 },
26240 "defaultValue": null
26241 },
26242 {
26243 "name": "timestamp",
26244 "description": "",
26245 "type": {
26246 "kind": "SCALAR",
26247 "name": "String",
26248 "ofType": null
26249 },
26250 "defaultValue": null
26251 }
26252 ],
26253 "type": {
26254 "kind": "OBJECT",
26255 "name": "Release",
26256 "ofType": null
26257 },
26258 "isDeprecated": false,
26259 "deprecationReason": null
26260 },
26261 {
26262 "name": "commit",
26263 "description": "Tag commit Commit",
26264 "args": [
26265 {
26266 "name": "sha",
26267 "description": "",
26268 "type": {
26269 "kind": "SCALAR",
26270 "name": "String",
26271 "ofType": null
26272 },
26273 "defaultValue": null
26274 },
26275 {
26276 "name": "message",
26277 "description": "",
26278 "type": {
26279 "kind": "SCALAR",
26280 "name": "String",
26281 "ofType": null
26282 },
26283 "defaultValue": null
26284 },
26285 {
26286 "name": "timestamp",
26287 "description": "",
26288 "type": {
26289 "kind": "SCALAR",
26290 "name": "String",
26291 "ofType": null
26292 },
26293 "defaultValue": null
26294 }
26295 ],
26296 "type": {
26297 "kind": "OBJECT",
26298 "name": "Commit",
26299 "ofType": null
26300 },
26301 "isDeprecated": false,
26302 "deprecationReason": null
26303 },
26304 {
26305 "name": "containers",
26306 "description": "Tag containers DockerImage",
26307 "args": [
26308 {
26309 "name": "image",
26310 "description": "",
26311 "type": {
26312 "kind": "SCALAR",
26313 "name": "String",
26314 "ofType": null
26315 },
26316 "defaultValue": null
26317 },
26318 {
26319 "name": "imageName",
26320 "description": "",
26321 "type": {
26322 "kind": "SCALAR",
26323 "name": "String",
26324 "ofType": null
26325 },
26326 "defaultValue": null
26327 },
26328 {
26329 "name": "orderBy",
26330 "description": "",
26331 "type": {
26332 "kind": "LIST",
26333 "name": null,
26334 "ofType": {
26335 "kind": "ENUM",
26336 "name": "_DockerImageOrdering",
26337 "ofType": null
26338 }
26339 },
26340 "defaultValue": null
26341 },
26342 {
26343 "name": "first",
26344 "description": "",
26345 "type": {
26346 "kind": "SCALAR",
26347 "name": "Int",
26348 "ofType": null
26349 },
26350 "defaultValue": null
26351 },
26352 {
26353 "name": "offset",
26354 "description": "",
26355 "type": {
26356 "kind": "SCALAR",
26357 "name": "Int",
26358 "ofType": null
26359 },
26360 "defaultValue": null
26361 },
26362 {
26363 "name": "timestamp",
26364 "description": "",
26365 "type": {
26366 "kind": "SCALAR",
26367 "name": "String",
26368 "ofType": null
26369 },
26370 "defaultValue": null
26371 }
26372 ],
26373 "type": {
26374 "kind": "LIST",
26375 "name": null,
26376 "ofType": {
26377 "kind": "OBJECT",
26378 "name": "DockerImage",
26379 "ofType": null
26380 }
26381 },
26382 "isDeprecated": false,
26383 "deprecationReason": null
26384 },
26385 {
26386 "name": "builds",
26387 "description": "Tag builds Build",
26388 "args": [
26389 {
26390 "name": "id",
26391 "description": "",
26392 "type": {
26393 "kind": "SCALAR",
26394 "name": "ID",
26395 "ofType": null
26396 },
26397 "defaultValue": null
26398 },
26399 {
26400 "name": "buildId",
26401 "description": "",
26402 "type": {
26403 "kind": "SCALAR",
26404 "name": "String",
26405 "ofType": null
26406 },
26407 "defaultValue": null
26408 },
26409 {
26410 "name": "number",
26411 "description": "",
26412 "type": {
26413 "kind": "SCALAR",
26414 "name": "Int",
26415 "ofType": null
26416 },
26417 "defaultValue": null
26418 },
26419 {
26420 "name": "name",
26421 "description": "",
26422 "type": {
26423 "kind": "SCALAR",
26424 "name": "String",
26425 "ofType": null
26426 },
26427 "defaultValue": null
26428 },
26429 {
26430 "name": "status",
26431 "description": "",
26432 "type": {
26433 "kind": "ENUM",
26434 "name": "BuildStatus",
26435 "ofType": null
26436 },
26437 "defaultValue": null
26438 },
26439 {
26440 "name": "buildUrl",
26441 "description": "",
26442 "type": {
26443 "kind": "SCALAR",
26444 "name": "String",
26445 "ofType": null
26446 },
26447 "defaultValue": null
26448 },
26449 {
26450 "name": "compareUrl",
26451 "description": "",
26452 "type": {
26453 "kind": "SCALAR",
26454 "name": "String",
26455 "ofType": null
26456 },
26457 "defaultValue": null
26458 },
26459 {
26460 "name": "trigger",
26461 "description": "",
26462 "type": {
26463 "kind": "ENUM",
26464 "name": "BuildTrigger",
26465 "ofType": null
26466 },
26467 "defaultValue": null
26468 },
26469 {
26470 "name": "provider",
26471 "description": "",
26472 "type": {
26473 "kind": "SCALAR",
26474 "name": "String",
26475 "ofType": null
26476 },
26477 "defaultValue": null
26478 },
26479 {
26480 "name": "pullRequestNumber",
26481 "description": "",
26482 "type": {
26483 "kind": "SCALAR",
26484 "name": "Float",
26485 "ofType": null
26486 },
26487 "defaultValue": null
26488 },
26489 {
26490 "name": "startedAt",
26491 "description": "",
26492 "type": {
26493 "kind": "SCALAR",
26494 "name": "String",
26495 "ofType": null
26496 },
26497 "defaultValue": null
26498 },
26499 {
26500 "name": "finishedAt",
26501 "description": "",
26502 "type": {
26503 "kind": "SCALAR",
26504 "name": "String",
26505 "ofType": null
26506 },
26507 "defaultValue": null
26508 },
26509 {
26510 "name": "timestamp",
26511 "description": "",
26512 "type": {
26513 "kind": "SCALAR",
26514 "name": "String",
26515 "ofType": null
26516 },
26517 "defaultValue": null
26518 },
26519 {
26520 "name": "workflowId",
26521 "description": "",
26522 "type": {
26523 "kind": "SCALAR",
26524 "name": "String",
26525 "ofType": null
26526 },
26527 "defaultValue": null
26528 },
26529 {
26530 "name": "jobName",
26531 "description": "",
26532 "type": {
26533 "kind": "SCALAR",
26534 "name": "String",
26535 "ofType": null
26536 },
26537 "defaultValue": null
26538 },
26539 {
26540 "name": "jobId",
26541 "description": "",
26542 "type": {
26543 "kind": "SCALAR",
26544 "name": "String",
26545 "ofType": null
26546 },
26547 "defaultValue": null
26548 },
26549 {
26550 "name": "orderBy",
26551 "description": "",
26552 "type": {
26553 "kind": "LIST",
26554 "name": null,
26555 "ofType": {
26556 "kind": "ENUM",
26557 "name": "_BuildOrdering",
26558 "ofType": null
26559 }
26560 },
26561 "defaultValue": null
26562 },
26563 {
26564 "name": "first",
26565 "description": "",
26566 "type": {
26567 "kind": "SCALAR",
26568 "name": "Int",
26569 "ofType": null
26570 },
26571 "defaultValue": null
26572 },
26573 {
26574 "name": "offset",
26575 "description": "",
26576 "type": {
26577 "kind": "SCALAR",
26578 "name": "Int",
26579 "ofType": null
26580 },
26581 "defaultValue": null
26582 },
26583 {
26584 "name": "data",
26585 "description": "",
26586 "type": {
26587 "kind": "SCALAR",
26588 "name": "String",
26589 "ofType": null
26590 },
26591 "defaultValue": null
26592 }
26593 ],
26594 "type": {
26595 "kind": "LIST",
26596 "name": null,
26597 "ofType": {
26598 "kind": "OBJECT",
26599 "name": "Build",
26600 "ofType": null
26601 }
26602 },
26603 "isDeprecated": false,
26604 "deprecationReason": null
26605 }
26606 ],
26607 "inputFields": null,
26608 "interfaces": [],
26609 "enumValues": null,
26610 "possibleTypes": null
26611 },
26612 {
26613 "kind": "OBJECT",
26614 "name": "Release",
26615 "description": "Release-Node",
26616 "fields": [
26617 {
26618 "name": "_id",
26619 "description": "internal node id",
26620 "args": [],
26621 "type": {
26622 "kind": "SCALAR",
26623 "name": "Int",
26624 "ofType": null
26625 },
26626 "isDeprecated": false,
26627 "deprecationReason": null
26628 },
26629 {
26630 "name": "url",
26631 "description": "the URL of the Release",
26632 "args": [],
26633 "type": {
26634 "kind": "SCALAR",
26635 "name": "String",
26636 "ofType": null
26637 },
26638 "isDeprecated": false,
26639 "deprecationReason": null
26640 },
26641 {
26642 "name": "id",
26643 "description": "id of Release",
26644 "args": [],
26645 "type": {
26646 "kind": "SCALAR",
26647 "name": "ID",
26648 "ofType": null
26649 },
26650 "isDeprecated": false,
26651 "deprecationReason": null
26652 },
26653 {
26654 "name": "name",
26655 "description": "name of Release",
26656 "args": [],
26657 "type": {
26658 "kind": "SCALAR",
26659 "name": "String",
26660 "ofType": null
26661 },
26662 "isDeprecated": false,
26663 "deprecationReason": null
26664 },
26665 {
26666 "name": "timestamp",
26667 "description": "timestamp of Release",
26668 "args": [],
26669 "type": {
26670 "kind": "SCALAR",
26671 "name": "String",
26672 "ofType": null
26673 },
26674 "isDeprecated": false,
26675 "deprecationReason": null
26676 },
26677 {
26678 "name": "tag",
26679 "description": "Release tag Tag",
26680 "args": [
26681 {
26682 "name": "id",
26683 "description": "",
26684 "type": {
26685 "kind": "SCALAR",
26686 "name": "ID",
26687 "ofType": null
26688 },
26689 "defaultValue": null
26690 },
26691 {
26692 "name": "name",
26693 "description": "",
26694 "type": {
26695 "kind": "SCALAR",
26696 "name": "String",
26697 "ofType": null
26698 },
26699 "defaultValue": null
26700 },
26701 {
26702 "name": "description",
26703 "description": "",
26704 "type": {
26705 "kind": "SCALAR",
26706 "name": "String",
26707 "ofType": null
26708 },
26709 "defaultValue": null
26710 },
26711 {
26712 "name": "ref",
26713 "description": "",
26714 "type": {
26715 "kind": "SCALAR",
26716 "name": "String",
26717 "ofType": null
26718 },
26719 "defaultValue": null
26720 },
26721 {
26722 "name": "timestamp",
26723 "description": "",
26724 "type": {
26725 "kind": "SCALAR",
26726 "name": "String",
26727 "ofType": null
26728 },
26729 "defaultValue": null
26730 }
26731 ],
26732 "type": {
26733 "kind": "OBJECT",
26734 "name": "Tag",
26735 "ofType": null
26736 },
26737 "isDeprecated": false,
26738 "deprecationReason": null
26739 }
26740 ],
26741 "inputFields": null,
26742 "interfaces": [],
26743 "enumValues": null,
26744 "possibleTypes": null
26745 },
26746 {
26747 "kind": "ENUM",
26748 "name": "_DockerImageOrdering",
26749 "description": "Ordering Enum for DockerImage",
26750 "fields": null,
26751 "inputFields": null,
26752 "interfaces": null,
26753 "enumValues": [
26754 {
26755 "name": "atmTeamId_asc",
26756 "description": "Ascending sort for atmTeamId",
26757 "isDeprecated": false,
26758 "deprecationReason": null
26759 },
26760 {
26761 "name": "atmTeamId_desc",
26762 "description": "Descending sort for atmTeamId",
26763 "isDeprecated": false,
26764 "deprecationReason": null
26765 },
26766 {
26767 "name": "image_asc",
26768 "description": "Ascending sort for image",
26769 "isDeprecated": false,
26770 "deprecationReason": null
26771 },
26772 {
26773 "name": "image_desc",
26774 "description": "Descending sort for image",
26775 "isDeprecated": false,
26776 "deprecationReason": null
26777 },
26778 {
26779 "name": "imageName_asc",
26780 "description": "Ascending sort for imageName",
26781 "isDeprecated": false,
26782 "deprecationReason": null
26783 },
26784 {
26785 "name": "imageName_desc",
26786 "description": "Descending sort for imageName",
26787 "isDeprecated": false,
26788 "deprecationReason": null
26789 },
26790 {
26791 "name": "timestamp_asc",
26792 "description": "Ascending sort for timestamp",
26793 "isDeprecated": false,
26794 "deprecationReason": null
26795 },
26796 {
26797 "name": "timestamp_desc",
26798 "description": "Descending sort for timestamp",
26799 "isDeprecated": false,
26800 "deprecationReason": null
26801 }
26802 ],
26803 "possibleTypes": null
26804 },
26805 {
26806 "kind": "OBJECT",
26807 "name": "DockerImage",
26808 "description": "DockerImage-Node",
26809 "fields": [
26810 {
26811 "name": "_id",
26812 "description": "internal node id",
26813 "args": [],
26814 "type": {
26815 "kind": "SCALAR",
26816 "name": "Int",
26817 "ofType": null
26818 },
26819 "isDeprecated": false,
26820 "deprecationReason": null
26821 },
26822 {
26823 "name": "image",
26824 "description": "image of DockerImage",
26825 "args": [],
26826 "type": {
26827 "kind": "SCALAR",
26828 "name": "String",
26829 "ofType": null
26830 },
26831 "isDeprecated": false,
26832 "deprecationReason": null
26833 },
26834 {
26835 "name": "imageName",
26836 "description": "imageName of DockerImage",
26837 "args": [],
26838 "type": {
26839 "kind": "SCALAR",
26840 "name": "String",
26841 "ofType": null
26842 },
26843 "isDeprecated": false,
26844 "deprecationReason": null
26845 },
26846 {
26847 "name": "timestamp",
26848 "description": "timestamp of DockerImage",
26849 "args": [],
26850 "type": {
26851 "kind": "SCALAR",
26852 "name": "String",
26853 "ofType": null
26854 },
26855 "isDeprecated": false,
26856 "deprecationReason": null
26857 },
26858 {
26859 "name": "pods",
26860 "description": "DockerImage pods K8Pod",
26861 "args": [
26862 {
26863 "name": "name",
26864 "description": "",
26865 "type": {
26866 "kind": "SCALAR",
26867 "name": "String",
26868 "ofType": null
26869 },
26870 "defaultValue": null
26871 },
26872 {
26873 "name": "phase",
26874 "description": "",
26875 "type": {
26876 "kind": "SCALAR",
26877 "name": "String",
26878 "ofType": null
26879 },
26880 "defaultValue": null
26881 },
26882 {
26883 "name": "environment",
26884 "description": "",
26885 "type": {
26886 "kind": "SCALAR",
26887 "name": "String",
26888 "ofType": null
26889 },
26890 "defaultValue": null
26891 },
26892 {
26893 "name": "timestamp",
26894 "description": "",
26895 "type": {
26896 "kind": "SCALAR",
26897 "name": "String",
26898 "ofType": null
26899 },
26900 "defaultValue": null
26901 },
26902 {
26903 "name": "baseName",
26904 "description": "",
26905 "type": {
26906 "kind": "SCALAR",
26907 "name": "String",
26908 "ofType": null
26909 },
26910 "defaultValue": null
26911 },
26912 {
26913 "name": "namespace",
26914 "description": "",
26915 "type": {
26916 "kind": "SCALAR",
26917 "name": "String",
26918 "ofType": null
26919 },
26920 "defaultValue": null
26921 },
26922 {
26923 "name": "statusJSON",
26924 "description": "",
26925 "type": {
26926 "kind": "SCALAR",
26927 "name": "String",
26928 "ofType": null
26929 },
26930 "defaultValue": null
26931 },
26932 {
26933 "name": "host",
26934 "description": "",
26935 "type": {
26936 "kind": "SCALAR",
26937 "name": "String",
26938 "ofType": null
26939 },
26940 "defaultValue": null
26941 },
26942 {
26943 "name": "state",
26944 "description": "",
26945 "type": {
26946 "kind": "SCALAR",
26947 "name": "String",
26948 "ofType": null
26949 },
26950 "defaultValue": null
26951 },
26952 {
26953 "name": "specsJSON",
26954 "description": "",
26955 "type": {
26956 "kind": "SCALAR",
26957 "name": "String",
26958 "ofType": null
26959 },
26960 "defaultValue": null
26961 },
26962 {
26963 "name": "envJSON",
26964 "description": "",
26965 "type": {
26966 "kind": "SCALAR",
26967 "name": "String",
26968 "ofType": null
26969 },
26970 "defaultValue": null
26971 },
26972 {
26973 "name": "metadataJSON",
26974 "description": "",
26975 "type": {
26976 "kind": "SCALAR",
26977 "name": "String",
26978 "ofType": null
26979 },
26980 "defaultValue": null
26981 },
26982 {
26983 "name": "containersCrashLoopBackOff",
26984 "description": "",
26985 "type": {
26986 "kind": "SCALAR",
26987 "name": "Boolean",
26988 "ofType": null
26989 },
26990 "defaultValue": null
26991 },
26992 {
26993 "name": "orderBy",
26994 "description": "",
26995 "type": {
26996 "kind": "LIST",
26997 "name": null,
26998 "ofType": {
26999 "kind": "ENUM",
27000 "name": "_K8PodOrdering",
27001 "ofType": null
27002 }
27003 },
27004 "defaultValue": null
27005 },
27006 {
27007 "name": "first",
27008 "description": "",
27009 "type": {
27010 "kind": "SCALAR",
27011 "name": "Int",
27012 "ofType": null
27013 },
27014 "defaultValue": null
27015 },
27016 {
27017 "name": "offset",
27018 "description": "",
27019 "type": {
27020 "kind": "SCALAR",
27021 "name": "Int",
27022 "ofType": null
27023 },
27024 "defaultValue": null
27025 },
27026 {
27027 "name": "resourceVersion",
27028 "description": "",
27029 "type": {
27030 "kind": "SCALAR",
27031 "name": "Int",
27032 "ofType": null
27033 },
27034 "defaultValue": null
27035 }
27036 ],
27037 "type": {
27038 "kind": "LIST",
27039 "name": null,
27040 "ofType": {
27041 "kind": "OBJECT",
27042 "name": "K8Pod",
27043 "ofType": null
27044 }
27045 },
27046 "isDeprecated": false,
27047 "deprecationReason": null
27048 },
27049 {
27050 "name": "commits",
27051 "description": "DockerImage commits Commit",
27052 "args": [
27053 {
27054 "name": "sha",
27055 "description": "",
27056 "type": {
27057 "kind": "SCALAR",
27058 "name": "String",
27059 "ofType": null
27060 },
27061 "defaultValue": null
27062 },
27063 {
27064 "name": "message",
27065 "description": "",
27066 "type": {
27067 "kind": "SCALAR",
27068 "name": "String",
27069 "ofType": null
27070 },
27071 "defaultValue": null
27072 },
27073 {
27074 "name": "orderBy",
27075 "description": "",
27076 "type": {
27077 "kind": "LIST",
27078 "name": null,
27079 "ofType": {
27080 "kind": "ENUM",
27081 "name": "_CommitOrdering",
27082 "ofType": null
27083 }
27084 },
27085 "defaultValue": null
27086 },
27087 {
27088 "name": "first",
27089 "description": "",
27090 "type": {
27091 "kind": "SCALAR",
27092 "name": "Int",
27093 "ofType": null
27094 },
27095 "defaultValue": null
27096 },
27097 {
27098 "name": "offset",
27099 "description": "",
27100 "type": {
27101 "kind": "SCALAR",
27102 "name": "Int",
27103 "ofType": null
27104 },
27105 "defaultValue": null
27106 },
27107 {
27108 "name": "timestamp",
27109 "description": "",
27110 "type": {
27111 "kind": "SCALAR",
27112 "name": "String",
27113 "ofType": null
27114 },
27115 "defaultValue": null
27116 }
27117 ],
27118 "type": {
27119 "kind": "LIST",
27120 "name": null,
27121 "ofType": {
27122 "kind": "OBJECT",
27123 "name": "Commit",
27124 "ofType": null
27125 }
27126 },
27127 "isDeprecated": false,
27128 "deprecationReason": null
27129 },
27130 {
27131 "name": "containers",
27132 "description": "DockerImage containers K8Container",
27133 "args": [
27134 {
27135 "name": "name",
27136 "description": "",
27137 "type": {
27138 "kind": "SCALAR",
27139 "name": "String",
27140 "ofType": null
27141 },
27142 "defaultValue": null
27143 },
27144 {
27145 "name": "imageName",
27146 "description": "",
27147 "type": {
27148 "kind": "SCALAR",
27149 "name": "String",
27150 "ofType": null
27151 },
27152 "defaultValue": null
27153 },
27154 {
27155 "name": "timestamp",
27156 "description": "",
27157 "type": {
27158 "kind": "SCALAR",
27159 "name": "String",
27160 "ofType": null
27161 },
27162 "defaultValue": null
27163 },
27164 {
27165 "name": "environment",
27166 "description": "",
27167 "type": {
27168 "kind": "SCALAR",
27169 "name": "String",
27170 "ofType": null
27171 },
27172 "defaultValue": null
27173 },
27174 {
27175 "name": "containerJSON",
27176 "description": "",
27177 "type": {
27178 "kind": "SCALAR",
27179 "name": "String",
27180 "ofType": null
27181 },
27182 "defaultValue": null
27183 },
27184 {
27185 "name": "state",
27186 "description": "",
27187 "type": {
27188 "kind": "SCALAR",
27189 "name": "String",
27190 "ofType": null
27191 },
27192 "defaultValue": null
27193 },
27194 {
27195 "name": "stateReason",
27196 "description": "",
27197 "type": {
27198 "kind": "SCALAR",
27199 "name": "String",
27200 "ofType": null
27201 },
27202 "defaultValue": null
27203 },
27204 {
27205 "name": "ready",
27206 "description": "",
27207 "type": {
27208 "kind": "SCALAR",
27209 "name": "Boolean",
27210 "ofType": null
27211 },
27212 "defaultValue": null
27213 },
27214 {
27215 "name": "restartCount",
27216 "description": "",
27217 "type": {
27218 "kind": "SCALAR",
27219 "name": "Int",
27220 "ofType": null
27221 },
27222 "defaultValue": null
27223 },
27224 {
27225 "name": "statusJSON",
27226 "description": "",
27227 "type": {
27228 "kind": "SCALAR",
27229 "name": "String",
27230 "ofType": null
27231 },
27232 "defaultValue": null
27233 },
27234 {
27235 "name": "resourceVersion",
27236 "description": "",
27237 "type": {
27238 "kind": "SCALAR",
27239 "name": "Int",
27240 "ofType": null
27241 },
27242 "defaultValue": null
27243 },
27244 {
27245 "name": "orderBy",
27246 "description": "",
27247 "type": {
27248 "kind": "LIST",
27249 "name": null,
27250 "ofType": {
27251 "kind": "ENUM",
27252 "name": "_K8ContainerOrdering",
27253 "ofType": null
27254 }
27255 },
27256 "defaultValue": null
27257 },
27258 {
27259 "name": "first",
27260 "description": "",
27261 "type": {
27262 "kind": "SCALAR",
27263 "name": "Int",
27264 "ofType": null
27265 },
27266 "defaultValue": null
27267 },
27268 {
27269 "name": "offset",
27270 "description": "",
27271 "type": {
27272 "kind": "SCALAR",
27273 "name": "Int",
27274 "ofType": null
27275 },
27276 "defaultValue": null
27277 },
27278 {
27279 "name": "containerID",
27280 "description": "",
27281 "type": {
27282 "kind": "SCALAR",
27283 "name": "String",
27284 "ofType": null
27285 },
27286 "defaultValue": null
27287 }
27288 ],
27289 "type": {
27290 "kind": "LIST",
27291 "name": null,
27292 "ofType": {
27293 "kind": "OBJECT",
27294 "name": "K8Container",
27295 "ofType": null
27296 }
27297 },
27298 "isDeprecated": false,
27299 "deprecationReason": null
27300 }
27301 ],
27302 "inputFields": null,
27303 "interfaces": [],
27304 "enumValues": null,
27305 "possibleTypes": null
27306 },
27307 {
27308 "kind": "ENUM",
27309 "name": "_K8PodOrdering",
27310 "description": "Ordering Enum for K8Pod",
27311 "fields": null,
27312 "inputFields": null,
27313 "interfaces": null,
27314 "enumValues": [
27315 {
27316 "name": "atmTeamId_asc",
27317 "description": "Ascending sort for atmTeamId",
27318 "isDeprecated": false,
27319 "deprecationReason": null
27320 },
27321 {
27322 "name": "atmTeamId_desc",
27323 "description": "Descending sort for atmTeamId",
27324 "isDeprecated": false,
27325 "deprecationReason": null
27326 },
27327 {
27328 "name": "name_asc",
27329 "description": "Ascending sort for name",
27330 "isDeprecated": false,
27331 "deprecationReason": null
27332 },
27333 {
27334 "name": "name_desc",
27335 "description": "Descending sort for name",
27336 "isDeprecated": false,
27337 "deprecationReason": null
27338 },
27339 {
27340 "name": "phase_asc",
27341 "description": "Ascending sort for phase",
27342 "isDeprecated": false,
27343 "deprecationReason": null
27344 },
27345 {
27346 "name": "phase_desc",
27347 "description": "Descending sort for phase",
27348 "isDeprecated": false,
27349 "deprecationReason": null
27350 },
27351 {
27352 "name": "environment_asc",
27353 "description": "Ascending sort for environment",
27354 "isDeprecated": false,
27355 "deprecationReason": null
27356 },
27357 {
27358 "name": "environment_desc",
27359 "description": "Descending sort for environment",
27360 "isDeprecated": false,
27361 "deprecationReason": null
27362 },
27363 {
27364 "name": "timestamp_asc",
27365 "description": "Ascending sort for timestamp",
27366 "isDeprecated": false,
27367 "deprecationReason": null
27368 },
27369 {
27370 "name": "timestamp_desc",
27371 "description": "Descending sort for timestamp",
27372 "isDeprecated": false,
27373 "deprecationReason": null
27374 },
27375 {
27376 "name": "baseName_asc",
27377 "description": "Ascending sort for baseName",
27378 "isDeprecated": false,
27379 "deprecationReason": null
27380 },
27381 {
27382 "name": "baseName_desc",
27383 "description": "Descending sort for baseName",
27384 "isDeprecated": false,
27385 "deprecationReason": null
27386 },
27387 {
27388 "name": "namespace_asc",
27389 "description": "Ascending sort for namespace",
27390 "isDeprecated": false,
27391 "deprecationReason": null
27392 },
27393 {
27394 "name": "namespace_desc",
27395 "description": "Descending sort for namespace",
27396 "isDeprecated": false,
27397 "deprecationReason": null
27398 },
27399 {
27400 "name": "statusJSON_asc",
27401 "description": "Ascending sort for statusJSON",
27402 "isDeprecated": false,
27403 "deprecationReason": null
27404 },
27405 {
27406 "name": "statusJSON_desc",
27407 "description": "Descending sort for statusJSON",
27408 "isDeprecated": false,
27409 "deprecationReason": null
27410 },
27411 {
27412 "name": "host_asc",
27413 "description": "Ascending sort for host",
27414 "isDeprecated": false,
27415 "deprecationReason": null
27416 },
27417 {
27418 "name": "host_desc",
27419 "description": "Descending sort for host",
27420 "isDeprecated": false,
27421 "deprecationReason": null
27422 },
27423 {
27424 "name": "state_asc",
27425 "description": "Ascending sort for state",
27426 "isDeprecated": false,
27427 "deprecationReason": null
27428 },
27429 {
27430 "name": "state_desc",
27431 "description": "Descending sort for state",
27432 "isDeprecated": false,
27433 "deprecationReason": null
27434 },
27435 {
27436 "name": "specsJSON_asc",
27437 "description": "Ascending sort for specsJSON",
27438 "isDeprecated": false,
27439 "deprecationReason": null
27440 },
27441 {
27442 "name": "specsJSON_desc",
27443 "description": "Descending sort for specsJSON",
27444 "isDeprecated": false,
27445 "deprecationReason": null
27446 },
27447 {
27448 "name": "envJSON_asc",
27449 "description": "Ascending sort for envJSON",
27450 "isDeprecated": false,
27451 "deprecationReason": null
27452 },
27453 {
27454 "name": "envJSON_desc",
27455 "description": "Descending sort for envJSON",
27456 "isDeprecated": false,
27457 "deprecationReason": null
27458 },
27459 {
27460 "name": "metadataJSON_asc",
27461 "description": "Ascending sort for metadataJSON",
27462 "isDeprecated": false,
27463 "deprecationReason": null
27464 },
27465 {
27466 "name": "metadataJSON_desc",
27467 "description": "Descending sort for metadataJSON",
27468 "isDeprecated": false,
27469 "deprecationReason": null
27470 },
27471 {
27472 "name": "containersCrashLoopBackOff_asc",
27473 "description": "Ascending sort for containersCrashLoopBackOff",
27474 "isDeprecated": false,
27475 "deprecationReason": null
27476 },
27477 {
27478 "name": "containersCrashLoopBackOff_desc",
27479 "description": "Descending sort for containersCrashLoopBackOff",
27480 "isDeprecated": false,
27481 "deprecationReason": null
27482 },
27483 {
27484 "name": "resourceVersion_asc",
27485 "description": "Ascending sort for resourceVersion",
27486 "isDeprecated": false,
27487 "deprecationReason": null
27488 },
27489 {
27490 "name": "resourceVersion_desc",
27491 "description": "Descending sort for resourceVersion",
27492 "isDeprecated": false,
27493 "deprecationReason": null
27494 }
27495 ],
27496 "possibleTypes": null
27497 },
27498 {
27499 "kind": "OBJECT",
27500 "name": "K8Pod",
27501 "description": "K8Pod-Node",
27502 "fields": [
27503 {
27504 "name": "_id",
27505 "description": "internal node id",
27506 "args": [],
27507 "type": {
27508 "kind": "SCALAR",
27509 "name": "Int",
27510 "ofType": null
27511 },
27512 "isDeprecated": false,
27513 "deprecationReason": null
27514 },
27515 {
27516 "name": "name",
27517 "description": "name of K8Pod",
27518 "args": [],
27519 "type": {
27520 "kind": "SCALAR",
27521 "name": "String",
27522 "ofType": null
27523 },
27524 "isDeprecated": false,
27525 "deprecationReason": null
27526 },
27527 {
27528 "name": "phase",
27529 "description": "phase of K8Pod",
27530 "args": [],
27531 "type": {
27532 "kind": "SCALAR",
27533 "name": "String",
27534 "ofType": null
27535 },
27536 "isDeprecated": false,
27537 "deprecationReason": null
27538 },
27539 {
27540 "name": "environment",
27541 "description": "environment of K8Pod",
27542 "args": [],
27543 "type": {
27544 "kind": "SCALAR",
27545 "name": "String",
27546 "ofType": null
27547 },
27548 "isDeprecated": false,
27549 "deprecationReason": null
27550 },
27551 {
27552 "name": "timestamp",
27553 "description": "timestamp of K8Pod",
27554 "args": [],
27555 "type": {
27556 "kind": "SCALAR",
27557 "name": "String",
27558 "ofType": null
27559 },
27560 "isDeprecated": false,
27561 "deprecationReason": null
27562 },
27563 {
27564 "name": "baseName",
27565 "description": "baseName of K8Pod",
27566 "args": [],
27567 "type": {
27568 "kind": "SCALAR",
27569 "name": "String",
27570 "ofType": null
27571 },
27572 "isDeprecated": false,
27573 "deprecationReason": null
27574 },
27575 {
27576 "name": "namespace",
27577 "description": "namespace of K8Pod",
27578 "args": [],
27579 "type": {
27580 "kind": "SCALAR",
27581 "name": "String",
27582 "ofType": null
27583 },
27584 "isDeprecated": false,
27585 "deprecationReason": null
27586 },
27587 {
27588 "name": "statusJSON",
27589 "description": "statusJSON of K8Pod",
27590 "args": [],
27591 "type": {
27592 "kind": "SCALAR",
27593 "name": "String",
27594 "ofType": null
27595 },
27596 "isDeprecated": false,
27597 "deprecationReason": null
27598 },
27599 {
27600 "name": "host",
27601 "description": "host of K8Pod",
27602 "args": [],
27603 "type": {
27604 "kind": "SCALAR",
27605 "name": "String",
27606 "ofType": null
27607 },
27608 "isDeprecated": false,
27609 "deprecationReason": null
27610 },
27611 {
27612 "name": "state",
27613 "description": "state of K8Pod",
27614 "args": [],
27615 "type": {
27616 "kind": "SCALAR",
27617 "name": "String",
27618 "ofType": null
27619 },
27620 "isDeprecated": false,
27621 "deprecationReason": null
27622 },
27623 {
27624 "name": "specsJSON",
27625 "description": "specsJSON of K8Pod",
27626 "args": [],
27627 "type": {
27628 "kind": "SCALAR",
27629 "name": "String",
27630 "ofType": null
27631 },
27632 "isDeprecated": false,
27633 "deprecationReason": null
27634 },
27635 {
27636 "name": "envJSON",
27637 "description": "envJSON of K8Pod",
27638 "args": [],
27639 "type": {
27640 "kind": "SCALAR",
27641 "name": "String",
27642 "ofType": null
27643 },
27644 "isDeprecated": false,
27645 "deprecationReason": null
27646 },
27647 {
27648 "name": "metadataJSON",
27649 "description": "metadataJSON of K8Pod",
27650 "args": [],
27651 "type": {
27652 "kind": "SCALAR",
27653 "name": "String",
27654 "ofType": null
27655 },
27656 "isDeprecated": false,
27657 "deprecationReason": null
27658 },
27659 {
27660 "name": "containersCrashLoopBackOff",
27661 "description": "containersCrashLoopBackOff of K8Pod",
27662 "args": [],
27663 "type": {
27664 "kind": "SCALAR",
27665 "name": "Boolean",
27666 "ofType": null
27667 },
27668 "isDeprecated": false,
27669 "deprecationReason": null
27670 },
27671 {
27672 "name": "resourceVersion",
27673 "description": "resourceVersion of K8Pod",
27674 "args": [],
27675 "type": {
27676 "kind": "SCALAR",
27677 "name": "Int",
27678 "ofType": null
27679 },
27680 "isDeprecated": false,
27681 "deprecationReason": null
27682 },
27683 {
27684 "name": "images",
27685 "description": "K8Pod images DockerImage",
27686 "args": [
27687 {
27688 "name": "image",
27689 "description": "",
27690 "type": {
27691 "kind": "SCALAR",
27692 "name": "String",
27693 "ofType": null
27694 },
27695 "defaultValue": null
27696 },
27697 {
27698 "name": "imageName",
27699 "description": "",
27700 "type": {
27701 "kind": "SCALAR",
27702 "name": "String",
27703 "ofType": null
27704 },
27705 "defaultValue": null
27706 },
27707 {
27708 "name": "orderBy",
27709 "description": "",
27710 "type": {
27711 "kind": "LIST",
27712 "name": null,
27713 "ofType": {
27714 "kind": "ENUM",
27715 "name": "_DockerImageOrdering",
27716 "ofType": null
27717 }
27718 },
27719 "defaultValue": null
27720 },
27721 {
27722 "name": "first",
27723 "description": "",
27724 "type": {
27725 "kind": "SCALAR",
27726 "name": "Int",
27727 "ofType": null
27728 },
27729 "defaultValue": null
27730 },
27731 {
27732 "name": "offset",
27733 "description": "",
27734 "type": {
27735 "kind": "SCALAR",
27736 "name": "Int",
27737 "ofType": null
27738 },
27739 "defaultValue": null
27740 },
27741 {
27742 "name": "timestamp",
27743 "description": "",
27744 "type": {
27745 "kind": "SCALAR",
27746 "name": "String",
27747 "ofType": null
27748 },
27749 "defaultValue": null
27750 }
27751 ],
27752 "type": {
27753 "kind": "LIST",
27754 "name": null,
27755 "ofType": {
27756 "kind": "OBJECT",
27757 "name": "DockerImage",
27758 "ofType": null
27759 }
27760 },
27761 "isDeprecated": false,
27762 "deprecationReason": null
27763 },
27764 {
27765 "name": "containers",
27766 "description": "K8Pod containers K8Container",
27767 "args": [
27768 {
27769 "name": "name",
27770 "description": "",
27771 "type": {
27772 "kind": "SCALAR",
27773 "name": "String",
27774 "ofType": null
27775 },
27776 "defaultValue": null
27777 },
27778 {
27779 "name": "imageName",
27780 "description": "",
27781 "type": {
27782 "kind": "SCALAR",
27783 "name": "String",
27784 "ofType": null
27785 },
27786 "defaultValue": null
27787 },
27788 {
27789 "name": "timestamp",
27790 "description": "",
27791 "type": {
27792 "kind": "SCALAR",
27793 "name": "String",
27794 "ofType": null
27795 },
27796 "defaultValue": null
27797 },
27798 {
27799 "name": "environment",
27800 "description": "",
27801 "type": {
27802 "kind": "SCALAR",
27803 "name": "String",
27804 "ofType": null
27805 },
27806 "defaultValue": null
27807 },
27808 {
27809 "name": "containerJSON",
27810 "description": "",
27811 "type": {
27812 "kind": "SCALAR",
27813 "name": "String",
27814 "ofType": null
27815 },
27816 "defaultValue": null
27817 },
27818 {
27819 "name": "state",
27820 "description": "",
27821 "type": {
27822 "kind": "SCALAR",
27823 "name": "String",
27824 "ofType": null
27825 },
27826 "defaultValue": null
27827 },
27828 {
27829 "name": "stateReason",
27830 "description": "",
27831 "type": {
27832 "kind": "SCALAR",
27833 "name": "String",
27834 "ofType": null
27835 },
27836 "defaultValue": null
27837 },
27838 {
27839 "name": "ready",
27840 "description": "",
27841 "type": {
27842 "kind": "SCALAR",
27843 "name": "Boolean",
27844 "ofType": null
27845 },
27846 "defaultValue": null
27847 },
27848 {
27849 "name": "restartCount",
27850 "description": "",
27851 "type": {
27852 "kind": "SCALAR",
27853 "name": "Int",
27854 "ofType": null
27855 },
27856 "defaultValue": null
27857 },
27858 {
27859 "name": "statusJSON",
27860 "description": "",
27861 "type": {
27862 "kind": "SCALAR",
27863 "name": "String",
27864 "ofType": null
27865 },
27866 "defaultValue": null
27867 },
27868 {
27869 "name": "resourceVersion",
27870 "description": "",
27871 "type": {
27872 "kind": "SCALAR",
27873 "name": "Int",
27874 "ofType": null
27875 },
27876 "defaultValue": null
27877 },
27878 {
27879 "name": "orderBy",
27880 "description": "",
27881 "type": {
27882 "kind": "LIST",
27883 "name": null,
27884 "ofType": {
27885 "kind": "ENUM",
27886 "name": "_K8ContainerOrdering",
27887 "ofType": null
27888 }
27889 },
27890 "defaultValue": null
27891 },
27892 {
27893 "name": "first",
27894 "description": "",
27895 "type": {
27896 "kind": "SCALAR",
27897 "name": "Int",
27898 "ofType": null
27899 },
27900 "defaultValue": null
27901 },
27902 {
27903 "name": "offset",
27904 "description": "",
27905 "type": {
27906 "kind": "SCALAR",
27907 "name": "Int",
27908 "ofType": null
27909 },
27910 "defaultValue": null
27911 },
27912 {
27913 "name": "containerID",
27914 "description": "",
27915 "type": {
27916 "kind": "SCALAR",
27917 "name": "String",
27918 "ofType": null
27919 },
27920 "defaultValue": null
27921 }
27922 ],
27923 "type": {
27924 "kind": "LIST",
27925 "name": null,
27926 "ofType": {
27927 "kind": "OBJECT",
27928 "name": "K8Container",
27929 "ofType": null
27930 }
27931 },
27932 "isDeprecated": false,
27933 "deprecationReason": null
27934 }
27935 ],
27936 "inputFields": null,
27937 "interfaces": [],
27938 "enumValues": null,
27939 "possibleTypes": null
27940 },
27941 {
27942 "kind": "ENUM",
27943 "name": "_K8ContainerOrdering",
27944 "description": "Ordering Enum for K8Container",
27945 "fields": null,
27946 "inputFields": null,
27947 "interfaces": null,
27948 "enumValues": [
27949 {
27950 "name": "atmTeamId_asc",
27951 "description": "Ascending sort for atmTeamId",
27952 "isDeprecated": false,
27953 "deprecationReason": null
27954 },
27955 {
27956 "name": "atmTeamId_desc",
27957 "description": "Descending sort for atmTeamId",
27958 "isDeprecated": false,
27959 "deprecationReason": null
27960 },
27961 {
27962 "name": "name_asc",
27963 "description": "Ascending sort for name",
27964 "isDeprecated": false,
27965 "deprecationReason": null
27966 },
27967 {
27968 "name": "name_desc",
27969 "description": "Descending sort for name",
27970 "isDeprecated": false,
27971 "deprecationReason": null
27972 },
27973 {
27974 "name": "imageName_asc",
27975 "description": "Ascending sort for imageName",
27976 "isDeprecated": false,
27977 "deprecationReason": null
27978 },
27979 {
27980 "name": "imageName_desc",
27981 "description": "Descending sort for imageName",
27982 "isDeprecated": false,
27983 "deprecationReason": null
27984 },
27985 {
27986 "name": "timestamp_asc",
27987 "description": "Ascending sort for timestamp",
27988 "isDeprecated": false,
27989 "deprecationReason": null
27990 },
27991 {
27992 "name": "timestamp_desc",
27993 "description": "Descending sort for timestamp",
27994 "isDeprecated": false,
27995 "deprecationReason": null
27996 },
27997 {
27998 "name": "environment_asc",
27999 "description": "Ascending sort for environment",
28000 "isDeprecated": false,
28001 "deprecationReason": null
28002 },
28003 {
28004 "name": "environment_desc",
28005 "description": "Descending sort for environment",
28006 "isDeprecated": false,
28007 "deprecationReason": null
28008 },
28009 {
28010 "name": "containerJSON_asc",
28011 "description": "Ascending sort for containerJSON",
28012 "isDeprecated": false,
28013 "deprecationReason": null
28014 },
28015 {
28016 "name": "containerJSON_desc",
28017 "description": "Descending sort for containerJSON",
28018 "isDeprecated": false,
28019 "deprecationReason": null
28020 },
28021 {
28022 "name": "state_asc",
28023 "description": "Ascending sort for state",
28024 "isDeprecated": false,
28025 "deprecationReason": null
28026 },
28027 {
28028 "name": "state_desc",
28029 "description": "Descending sort for state",
28030 "isDeprecated": false,
28031 "deprecationReason": null
28032 },
28033 {
28034 "name": "stateReason_asc",
28035 "description": "Ascending sort for stateReason",
28036 "isDeprecated": false,
28037 "deprecationReason": null
28038 },
28039 {
28040 "name": "stateReason_desc",
28041 "description": "Descending sort for stateReason",
28042 "isDeprecated": false,
28043 "deprecationReason": null
28044 },
28045 {
28046 "name": "ready_asc",
28047 "description": "Ascending sort for ready",
28048 "isDeprecated": false,
28049 "deprecationReason": null
28050 },
28051 {
28052 "name": "ready_desc",
28053 "description": "Descending sort for ready",
28054 "isDeprecated": false,
28055 "deprecationReason": null
28056 },
28057 {
28058 "name": "restartCount_asc",
28059 "description": "Ascending sort for restartCount",
28060 "isDeprecated": false,
28061 "deprecationReason": null
28062 },
28063 {
28064 "name": "restartCount_desc",
28065 "description": "Descending sort for restartCount",
28066 "isDeprecated": false,
28067 "deprecationReason": null
28068 },
28069 {
28070 "name": "statusJSON_asc",
28071 "description": "Ascending sort for statusJSON",
28072 "isDeprecated": false,
28073 "deprecationReason": null
28074 },
28075 {
28076 "name": "statusJSON_desc",
28077 "description": "Descending sort for statusJSON",
28078 "isDeprecated": false,
28079 "deprecationReason": null
28080 },
28081 {
28082 "name": "resourceVersion_asc",
28083 "description": "Ascending sort for resourceVersion",
28084 "isDeprecated": false,
28085 "deprecationReason": null
28086 },
28087 {
28088 "name": "resourceVersion_desc",
28089 "description": "Descending sort for resourceVersion",
28090 "isDeprecated": false,
28091 "deprecationReason": null
28092 },
28093 {
28094 "name": "containerID_asc",
28095 "description": "Ascending sort for containerID",
28096 "isDeprecated": false,
28097 "deprecationReason": null
28098 },
28099 {
28100 "name": "containerID_desc",
28101 "description": "Descending sort for containerID",
28102 "isDeprecated": false,
28103 "deprecationReason": null
28104 }
28105 ],
28106 "possibleTypes": null
28107 },
28108 {
28109 "kind": "OBJECT",
28110 "name": "K8Container",
28111 "description": "K8Container-Node",
28112 "fields": [
28113 {
28114 "name": "_id",
28115 "description": "internal node id",
28116 "args": [],
28117 "type": {
28118 "kind": "SCALAR",
28119 "name": "Int",
28120 "ofType": null
28121 },
28122 "isDeprecated": false,
28123 "deprecationReason": null
28124 },
28125 {
28126 "name": "name",
28127 "description": "name of K8Container",
28128 "args": [],
28129 "type": {
28130 "kind": "SCALAR",
28131 "name": "String",
28132 "ofType": null
28133 },
28134 "isDeprecated": false,
28135 "deprecationReason": null
28136 },
28137 {
28138 "name": "imageName",
28139 "description": "imageName of K8Container",
28140 "args": [],
28141 "type": {
28142 "kind": "SCALAR",
28143 "name": "String",
28144 "ofType": null
28145 },
28146 "isDeprecated": false,
28147 "deprecationReason": null
28148 },
28149 {
28150 "name": "timestamp",
28151 "description": "timestamp of K8Container",
28152 "args": [],
28153 "type": {
28154 "kind": "SCALAR",
28155 "name": "String",
28156 "ofType": null
28157 },
28158 "isDeprecated": false,
28159 "deprecationReason": null
28160 },
28161 {
28162 "name": "environment",
28163 "description": "environment of K8Container",
28164 "args": [],
28165 "type": {
28166 "kind": "SCALAR",
28167 "name": "String",
28168 "ofType": null
28169 },
28170 "isDeprecated": false,
28171 "deprecationReason": null
28172 },
28173 {
28174 "name": "containerJSON",
28175 "description": "containerJSON of K8Container",
28176 "args": [],
28177 "type": {
28178 "kind": "SCALAR",
28179 "name": "String",
28180 "ofType": null
28181 },
28182 "isDeprecated": false,
28183 "deprecationReason": null
28184 },
28185 {
28186 "name": "state",
28187 "description": "state of K8Container",
28188 "args": [],
28189 "type": {
28190 "kind": "SCALAR",
28191 "name": "String",
28192 "ofType": null
28193 },
28194 "isDeprecated": false,
28195 "deprecationReason": null
28196 },
28197 {
28198 "name": "stateReason",
28199 "description": "stateReason of K8Container",
28200 "args": [],
28201 "type": {
28202 "kind": "SCALAR",
28203 "name": "String",
28204 "ofType": null
28205 },
28206 "isDeprecated": false,
28207 "deprecationReason": null
28208 },
28209 {
28210 "name": "ready",
28211 "description": "ready of K8Container",
28212 "args": [],
28213 "type": {
28214 "kind": "SCALAR",
28215 "name": "Boolean",
28216 "ofType": null
28217 },
28218 "isDeprecated": false,
28219 "deprecationReason": null
28220 },
28221 {
28222 "name": "restartCount",
28223 "description": "restartCount of K8Container",
28224 "args": [],
28225 "type": {
28226 "kind": "SCALAR",
28227 "name": "Int",
28228 "ofType": null
28229 },
28230 "isDeprecated": false,
28231 "deprecationReason": null
28232 },
28233 {
28234 "name": "statusJSON",
28235 "description": "statusJSON of K8Container",
28236 "args": [],
28237 "type": {
28238 "kind": "SCALAR",
28239 "name": "String",
28240 "ofType": null
28241 },
28242 "isDeprecated": false,
28243 "deprecationReason": null
28244 },
28245 {
28246 "name": "resourceVersion",
28247 "description": "resourceVersion of K8Container",
28248 "args": [],
28249 "type": {
28250 "kind": "SCALAR",
28251 "name": "Int",
28252 "ofType": null
28253 },
28254 "isDeprecated": false,
28255 "deprecationReason": null
28256 },
28257 {
28258 "name": "containerID",
28259 "description": "containerID of K8Container",
28260 "args": [],
28261 "type": {
28262 "kind": "SCALAR",
28263 "name": "String",
28264 "ofType": null
28265 },
28266 "isDeprecated": false,
28267 "deprecationReason": null
28268 },
28269 {
28270 "name": "image",
28271 "description": "K8Container image DockerImage",
28272 "args": [
28273 {
28274 "name": "image",
28275 "description": "",
28276 "type": {
28277 "kind": "SCALAR",
28278 "name": "String",
28279 "ofType": null
28280 },
28281 "defaultValue": null
28282 },
28283 {
28284 "name": "imageName",
28285 "description": "",
28286 "type": {
28287 "kind": "SCALAR",
28288 "name": "String",
28289 "ofType": null
28290 },
28291 "defaultValue": null
28292 },
28293 {
28294 "name": "timestamp",
28295 "description": "",
28296 "type": {
28297 "kind": "SCALAR",
28298 "name": "String",
28299 "ofType": null
28300 },
28301 "defaultValue": null
28302 }
28303 ],
28304 "type": {
28305 "kind": "OBJECT",
28306 "name": "DockerImage",
28307 "ofType": null
28308 },
28309 "isDeprecated": false,
28310 "deprecationReason": null
28311 },
28312 {
28313 "name": "pod",
28314 "description": "K8Container pod K8Pod",
28315 "args": [
28316 {
28317 "name": "name",
28318 "description": "",
28319 "type": {
28320 "kind": "SCALAR",
28321 "name": "String",
28322 "ofType": null
28323 },
28324 "defaultValue": null
28325 },
28326 {
28327 "name": "phase",
28328 "description": "",
28329 "type": {
28330 "kind": "SCALAR",
28331 "name": "String",
28332 "ofType": null
28333 },
28334 "defaultValue": null
28335 },
28336 {
28337 "name": "environment",
28338 "description": "",
28339 "type": {
28340 "kind": "SCALAR",
28341 "name": "String",
28342 "ofType": null
28343 },
28344 "defaultValue": null
28345 },
28346 {
28347 "name": "timestamp",
28348 "description": "",
28349 "type": {
28350 "kind": "SCALAR",
28351 "name": "String",
28352 "ofType": null
28353 },
28354 "defaultValue": null
28355 },
28356 {
28357 "name": "baseName",
28358 "description": "",
28359 "type": {
28360 "kind": "SCALAR",
28361 "name": "String",
28362 "ofType": null
28363 },
28364 "defaultValue": null
28365 },
28366 {
28367 "name": "namespace",
28368 "description": "",
28369 "type": {
28370 "kind": "SCALAR",
28371 "name": "String",
28372 "ofType": null
28373 },
28374 "defaultValue": null
28375 },
28376 {
28377 "name": "statusJSON",
28378 "description": "",
28379 "type": {
28380 "kind": "SCALAR",
28381 "name": "String",
28382 "ofType": null
28383 },
28384 "defaultValue": null
28385 },
28386 {
28387 "name": "host",
28388 "description": "",
28389 "type": {
28390 "kind": "SCALAR",
28391 "name": "String",
28392 "ofType": null
28393 },
28394 "defaultValue": null
28395 },
28396 {
28397 "name": "state",
28398 "description": "",
28399 "type": {
28400 "kind": "SCALAR",
28401 "name": "String",
28402 "ofType": null
28403 },
28404 "defaultValue": null
28405 },
28406 {
28407 "name": "specsJSON",
28408 "description": "",
28409 "type": {
28410 "kind": "SCALAR",
28411 "name": "String",
28412 "ofType": null
28413 },
28414 "defaultValue": null
28415 },
28416 {
28417 "name": "envJSON",
28418 "description": "",
28419 "type": {
28420 "kind": "SCALAR",
28421 "name": "String",
28422 "ofType": null
28423 },
28424 "defaultValue": null
28425 },
28426 {
28427 "name": "metadataJSON",
28428 "description": "",
28429 "type": {
28430 "kind": "SCALAR",
28431 "name": "String",
28432 "ofType": null
28433 },
28434 "defaultValue": null
28435 },
28436 {
28437 "name": "containersCrashLoopBackOff",
28438 "description": "",
28439 "type": {
28440 "kind": "SCALAR",
28441 "name": "Boolean",
28442 "ofType": null
28443 },
28444 "defaultValue": null
28445 },
28446 {
28447 "name": "resourceVersion",
28448 "description": "",
28449 "type": {
28450 "kind": "SCALAR",
28451 "name": "Int",
28452 "ofType": null
28453 },
28454 "defaultValue": null
28455 }
28456 ],
28457 "type": {
28458 "kind": "OBJECT",
28459 "name": "K8Pod",
28460 "ofType": null
28461 },
28462 "isDeprecated": false,
28463 "deprecationReason": null
28464 }
28465 ],
28466 "inputFields": null,
28467 "interfaces": [],
28468 "enumValues": null,
28469 "possibleTypes": null
28470 },
28471 {
28472 "kind": "OBJECT",
28473 "name": "Workflow",
28474 "description": "Workflow-Node",
28475 "fields": [
28476 {
28477 "name": "_id",
28478 "description": "internal node id",
28479 "args": [],
28480 "type": {
28481 "kind": "SCALAR",
28482 "name": "Int",
28483 "ofType": null
28484 },
28485 "isDeprecated": false,
28486 "deprecationReason": null
28487 },
28488 {
28489 "name": "id",
28490 "description": "id of Workflow",
28491 "args": [],
28492 "type": {
28493 "kind": "SCALAR",
28494 "name": "ID",
28495 "ofType": null
28496 },
28497 "isDeprecated": false,
28498 "deprecationReason": null
28499 },
28500 {
28501 "name": "name",
28502 "description": "name of Workflow",
28503 "args": [],
28504 "type": {
28505 "kind": "SCALAR",
28506 "name": "String",
28507 "ofType": null
28508 },
28509 "isDeprecated": false,
28510 "deprecationReason": null
28511 },
28512 {
28513 "name": "workflowId",
28514 "description": "workflowId of Workflow",
28515 "args": [],
28516 "type": {
28517 "kind": "SCALAR",
28518 "name": "String",
28519 "ofType": null
28520 },
28521 "isDeprecated": false,
28522 "deprecationReason": null
28523 },
28524 {
28525 "name": "provider",
28526 "description": "provider of Workflow",
28527 "args": [],
28528 "type": {
28529 "kind": "SCALAR",
28530 "name": "String",
28531 "ofType": null
28532 },
28533 "isDeprecated": false,
28534 "deprecationReason": null
28535 },
28536 {
28537 "name": "config",
28538 "description": "config of Workflow",
28539 "args": [],
28540 "type": {
28541 "kind": "SCALAR",
28542 "name": "String",
28543 "ofType": null
28544 },
28545 "isDeprecated": false,
28546 "deprecationReason": null
28547 },
28548 {
28549 "name": "builds",
28550 "description": "Workflow builds Build",
28551 "args": [
28552 {
28553 "name": "id",
28554 "description": "",
28555 "type": {
28556 "kind": "SCALAR",
28557 "name": "ID",
28558 "ofType": null
28559 },
28560 "defaultValue": null
28561 },
28562 {
28563 "name": "buildId",
28564 "description": "",
28565 "type": {
28566 "kind": "SCALAR",
28567 "name": "String",
28568 "ofType": null
28569 },
28570 "defaultValue": null
28571 },
28572 {
28573 "name": "number",
28574 "description": "",
28575 "type": {
28576 "kind": "SCALAR",
28577 "name": "Int",
28578 "ofType": null
28579 },
28580 "defaultValue": null
28581 },
28582 {
28583 "name": "name",
28584 "description": "",
28585 "type": {
28586 "kind": "SCALAR",
28587 "name": "String",
28588 "ofType": null
28589 },
28590 "defaultValue": null
28591 },
28592 {
28593 "name": "status",
28594 "description": "",
28595 "type": {
28596 "kind": "ENUM",
28597 "name": "BuildStatus",
28598 "ofType": null
28599 },
28600 "defaultValue": null
28601 },
28602 {
28603 "name": "buildUrl",
28604 "description": "",
28605 "type": {
28606 "kind": "SCALAR",
28607 "name": "String",
28608 "ofType": null
28609 },
28610 "defaultValue": null
28611 },
28612 {
28613 "name": "compareUrl",
28614 "description": "",
28615 "type": {
28616 "kind": "SCALAR",
28617 "name": "String",
28618 "ofType": null
28619 },
28620 "defaultValue": null
28621 },
28622 {
28623 "name": "trigger",
28624 "description": "",
28625 "type": {
28626 "kind": "ENUM",
28627 "name": "BuildTrigger",
28628 "ofType": null
28629 },
28630 "defaultValue": null
28631 },
28632 {
28633 "name": "provider",
28634 "description": "",
28635 "type": {
28636 "kind": "SCALAR",
28637 "name": "String",
28638 "ofType": null
28639 },
28640 "defaultValue": null
28641 },
28642 {
28643 "name": "pullRequestNumber",
28644 "description": "",
28645 "type": {
28646 "kind": "SCALAR",
28647 "name": "Float",
28648 "ofType": null
28649 },
28650 "defaultValue": null
28651 },
28652 {
28653 "name": "startedAt",
28654 "description": "",
28655 "type": {
28656 "kind": "SCALAR",
28657 "name": "String",
28658 "ofType": null
28659 },
28660 "defaultValue": null
28661 },
28662 {
28663 "name": "finishedAt",
28664 "description": "",
28665 "type": {
28666 "kind": "SCALAR",
28667 "name": "String",
28668 "ofType": null
28669 },
28670 "defaultValue": null
28671 },
28672 {
28673 "name": "timestamp",
28674 "description": "",
28675 "type": {
28676 "kind": "SCALAR",
28677 "name": "String",
28678 "ofType": null
28679 },
28680 "defaultValue": null
28681 },
28682 {
28683 "name": "workflowId",
28684 "description": "",
28685 "type": {
28686 "kind": "SCALAR",
28687 "name": "String",
28688 "ofType": null
28689 },
28690 "defaultValue": null
28691 },
28692 {
28693 "name": "jobName",
28694 "description": "",
28695 "type": {
28696 "kind": "SCALAR",
28697 "name": "String",
28698 "ofType": null
28699 },
28700 "defaultValue": null
28701 },
28702 {
28703 "name": "jobId",
28704 "description": "",
28705 "type": {
28706 "kind": "SCALAR",
28707 "name": "String",
28708 "ofType": null
28709 },
28710 "defaultValue": null
28711 },
28712 {
28713 "name": "orderBy",
28714 "description": "",
28715 "type": {
28716 "kind": "LIST",
28717 "name": null,
28718 "ofType": {
28719 "kind": "ENUM",
28720 "name": "_BuildOrdering",
28721 "ofType": null
28722 }
28723 },
28724 "defaultValue": null
28725 },
28726 {
28727 "name": "first",
28728 "description": "",
28729 "type": {
28730 "kind": "SCALAR",
28731 "name": "Int",
28732 "ofType": null
28733 },
28734 "defaultValue": null
28735 },
28736 {
28737 "name": "offset",
28738 "description": "",
28739 "type": {
28740 "kind": "SCALAR",
28741 "name": "Int",
28742 "ofType": null
28743 },
28744 "defaultValue": null
28745 },
28746 {
28747 "name": "data",
28748 "description": "",
28749 "type": {
28750 "kind": "SCALAR",
28751 "name": "String",
28752 "ofType": null
28753 },
28754 "defaultValue": null
28755 }
28756 ],
28757 "type": {
28758 "kind": "LIST",
28759 "name": null,
28760 "ofType": {
28761 "kind": "OBJECT",
28762 "name": "Build",
28763 "ofType": null
28764 }
28765 },
28766 "isDeprecated": false,
28767 "deprecationReason": null
28768 }
28769 ],
28770 "inputFields": null,
28771 "interfaces": [],
28772 "enumValues": null,
28773 "possibleTypes": null
28774 },
28775 {
28776 "kind": "ENUM",
28777 "name": "_TagOrdering",
28778 "description": "Ordering Enum for Tag",
28779 "fields": null,
28780 "inputFields": null,
28781 "interfaces": null,
28782 "enumValues": [
28783 {
28784 "name": "atmTeamId_asc",
28785 "description": "Ascending sort for atmTeamId",
28786 "isDeprecated": false,
28787 "deprecationReason": null
28788 },
28789 {
28790 "name": "atmTeamId_desc",
28791 "description": "Descending sort for atmTeamId",
28792 "isDeprecated": false,
28793 "deprecationReason": null
28794 },
28795 {
28796 "name": "id_asc",
28797 "description": "Ascending sort for id",
28798 "isDeprecated": false,
28799 "deprecationReason": null
28800 },
28801 {
28802 "name": "id_desc",
28803 "description": "Descending sort for id",
28804 "isDeprecated": false,
28805 "deprecationReason": null
28806 },
28807 {
28808 "name": "name_asc",
28809 "description": "Ascending sort for name",
28810 "isDeprecated": false,
28811 "deprecationReason": null
28812 },
28813 {
28814 "name": "name_desc",
28815 "description": "Descending sort for name",
28816 "isDeprecated": false,
28817 "deprecationReason": null
28818 },
28819 {
28820 "name": "description_asc",
28821 "description": "Ascending sort for description",
28822 "isDeprecated": false,
28823 "deprecationReason": null
28824 },
28825 {
28826 "name": "description_desc",
28827 "description": "Descending sort for description",
28828 "isDeprecated": false,
28829 "deprecationReason": null
28830 },
28831 {
28832 "name": "ref_asc",
28833 "description": "Ascending sort for ref",
28834 "isDeprecated": false,
28835 "deprecationReason": null
28836 },
28837 {
28838 "name": "ref_desc",
28839 "description": "Descending sort for ref",
28840 "isDeprecated": false,
28841 "deprecationReason": null
28842 },
28843 {
28844 "name": "timestamp_asc",
28845 "description": "Ascending sort for timestamp",
28846 "isDeprecated": false,
28847 "deprecationReason": null
28848 },
28849 {
28850 "name": "timestamp_desc",
28851 "description": "Descending sort for timestamp",
28852 "isDeprecated": false,
28853 "deprecationReason": null
28854 }
28855 ],
28856 "possibleTypes": null
28857 },
28858 {
28859 "kind": "ENUM",
28860 "name": "StatusState",
28861 "description": "Enum for StatusState",
28862 "fields": null,
28863 "inputFields": null,
28864 "interfaces": null,
28865 "enumValues": [
28866 {
28867 "name": "pending",
28868 "description": "Value for pending",
28869 "isDeprecated": false,
28870 "deprecationReason": null
28871 },
28872 {
28873 "name": "success",
28874 "description": "Value for success",
28875 "isDeprecated": false,
28876 "deprecationReason": null
28877 },
28878 {
28879 "name": "error",
28880 "description": "Value for error",
28881 "isDeprecated": false,
28882 "deprecationReason": null
28883 },
28884 {
28885 "name": "failure",
28886 "description": "Value for failure",
28887 "isDeprecated": false,
28888 "deprecationReason": null
28889 }
28890 ],
28891 "possibleTypes": null
28892 },
28893 {
28894 "kind": "ENUM",
28895 "name": "_StatusOrdering",
28896 "description": "Ordering Enum for Status",
28897 "fields": null,
28898 "inputFields": null,
28899 "interfaces": null,
28900 "enumValues": [
28901 {
28902 "name": "atmTeamId_asc",
28903 "description": "Ascending sort for atmTeamId",
28904 "isDeprecated": false,
28905 "deprecationReason": null
28906 },
28907 {
28908 "name": "atmTeamId_desc",
28909 "description": "Descending sort for atmTeamId",
28910 "isDeprecated": false,
28911 "deprecationReason": null
28912 },
28913 {
28914 "name": "id_asc",
28915 "description": "Ascending sort for id",
28916 "isDeprecated": false,
28917 "deprecationReason": null
28918 },
28919 {
28920 "name": "id_desc",
28921 "description": "Descending sort for id",
28922 "isDeprecated": false,
28923 "deprecationReason": null
28924 },
28925 {
28926 "name": "state_asc",
28927 "description": "Ascending sort for state",
28928 "isDeprecated": false,
28929 "deprecationReason": null
28930 },
28931 {
28932 "name": "state_desc",
28933 "description": "Descending sort for state",
28934 "isDeprecated": false,
28935 "deprecationReason": null
28936 },
28937 {
28938 "name": "description_asc",
28939 "description": "Ascending sort for description",
28940 "isDeprecated": false,
28941 "deprecationReason": null
28942 },
28943 {
28944 "name": "description_desc",
28945 "description": "Descending sort for description",
28946 "isDeprecated": false,
28947 "deprecationReason": null
28948 },
28949 {
28950 "name": "targetUrl_asc",
28951 "description": "Ascending sort for targetUrl",
28952 "isDeprecated": false,
28953 "deprecationReason": null
28954 },
28955 {
28956 "name": "targetUrl_desc",
28957 "description": "Descending sort for targetUrl",
28958 "isDeprecated": false,
28959 "deprecationReason": null
28960 },
28961 {
28962 "name": "context_asc",
28963 "description": "Ascending sort for context",
28964 "isDeprecated": false,
28965 "deprecationReason": null
28966 },
28967 {
28968 "name": "context_desc",
28969 "description": "Descending sort for context",
28970 "isDeprecated": false,
28971 "deprecationReason": null
28972 },
28973 {
28974 "name": "timestamp_asc",
28975 "description": "Ascending sort for timestamp",
28976 "isDeprecated": false,
28977 "deprecationReason": null
28978 },
28979 {
28980 "name": "timestamp_desc",
28981 "description": "Descending sort for timestamp",
28982 "isDeprecated": false,
28983 "deprecationReason": null
28984 }
28985 ],
28986 "possibleTypes": null
28987 },
28988 {
28989 "kind": "OBJECT",
28990 "name": "Status",
28991 "description": "Status-Node",
28992 "fields": [
28993 {
28994 "name": "_id",
28995 "description": "internal node id",
28996 "args": [],
28997 "type": {
28998 "kind": "SCALAR",
28999 "name": "Int",
29000 "ofType": null
29001 },
29002 "isDeprecated": false,
29003 "deprecationReason": null
29004 },
29005 {
29006 "name": "id",
29007 "description": "id of Status",
29008 "args": [],
29009 "type": {
29010 "kind": "SCALAR",
29011 "name": "ID",
29012 "ofType": null
29013 },
29014 "isDeprecated": false,
29015 "deprecationReason": null
29016 },
29017 {
29018 "name": "state",
29019 "description": "state of Status",
29020 "args": [],
29021 "type": {
29022 "kind": "ENUM",
29023 "name": "StatusState",
29024 "ofType": null
29025 },
29026 "isDeprecated": false,
29027 "deprecationReason": null
29028 },
29029 {
29030 "name": "description",
29031 "description": "description of Status",
29032 "args": [],
29033 "type": {
29034 "kind": "SCALAR",
29035 "name": "String",
29036 "ofType": null
29037 },
29038 "isDeprecated": false,
29039 "deprecationReason": null
29040 },
29041 {
29042 "name": "targetUrl",
29043 "description": "targetUrl of Status",
29044 "args": [],
29045 "type": {
29046 "kind": "SCALAR",
29047 "name": "String",
29048 "ofType": null
29049 },
29050 "isDeprecated": false,
29051 "deprecationReason": null
29052 },
29053 {
29054 "name": "context",
29055 "description": "context of Status",
29056 "args": [],
29057 "type": {
29058 "kind": "SCALAR",
29059 "name": "String",
29060 "ofType": null
29061 },
29062 "isDeprecated": false,
29063 "deprecationReason": null
29064 },
29065 {
29066 "name": "timestamp",
29067 "description": "timestamp of Status",
29068 "args": [],
29069 "type": {
29070 "kind": "SCALAR",
29071 "name": "String",
29072 "ofType": null
29073 },
29074 "isDeprecated": false,
29075 "deprecationReason": null
29076 },
29077 {
29078 "name": "commit",
29079 "description": "Status commit Commit",
29080 "args": [
29081 {
29082 "name": "sha",
29083 "description": "",
29084 "type": {
29085 "kind": "SCALAR",
29086 "name": "String",
29087 "ofType": null
29088 },
29089 "defaultValue": null
29090 },
29091 {
29092 "name": "message",
29093 "description": "",
29094 "type": {
29095 "kind": "SCALAR",
29096 "name": "String",
29097 "ofType": null
29098 },
29099 "defaultValue": null
29100 },
29101 {
29102 "name": "timestamp",
29103 "description": "",
29104 "type": {
29105 "kind": "SCALAR",
29106 "name": "String",
29107 "ofType": null
29108 },
29109 "defaultValue": null
29110 }
29111 ],
29112 "type": {
29113 "kind": "OBJECT",
29114 "name": "Commit",
29115 "ofType": null
29116 },
29117 "isDeprecated": false,
29118 "deprecationReason": null
29119 }
29120 ],
29121 "inputFields": null,
29122 "interfaces": [],
29123 "enumValues": null,
29124 "possibleTypes": null
29125 },
29126 {
29127 "kind": "ENUM",
29128 "name": "_PushOrdering",
29129 "description": "Ordering Enum for Push",
29130 "fields": null,
29131 "inputFields": null,
29132 "interfaces": null,
29133 "enumValues": [
29134 {
29135 "name": "atmTeamId_asc",
29136 "description": "Ascending sort for atmTeamId",
29137 "isDeprecated": false,
29138 "deprecationReason": null
29139 },
29140 {
29141 "name": "atmTeamId_desc",
29142 "description": "Descending sort for atmTeamId",
29143 "isDeprecated": false,
29144 "deprecationReason": null
29145 },
29146 {
29147 "name": "id_asc",
29148 "description": "Ascending sort for id",
29149 "isDeprecated": false,
29150 "deprecationReason": null
29151 },
29152 {
29153 "name": "id_desc",
29154 "description": "Descending sort for id",
29155 "isDeprecated": false,
29156 "deprecationReason": null
29157 },
29158 {
29159 "name": "timestamp_asc",
29160 "description": "Ascending sort for timestamp",
29161 "isDeprecated": false,
29162 "deprecationReason": null
29163 },
29164 {
29165 "name": "timestamp_desc",
29166 "description": "Descending sort for timestamp",
29167 "isDeprecated": false,
29168 "deprecationReason": null
29169 },
29170 {
29171 "name": "branch_asc",
29172 "description": "Ascending sort for branch",
29173 "isDeprecated": false,
29174 "deprecationReason": null
29175 },
29176 {
29177 "name": "branch_desc",
29178 "description": "Descending sort for branch",
29179 "isDeprecated": false,
29180 "deprecationReason": null
29181 }
29182 ],
29183 "possibleTypes": null
29184 },
29185 {
29186 "kind": "ENUM",
29187 "name": "_HerokuAppOrdering",
29188 "description": "Ordering Enum for HerokuApp",
29189 "fields": null,
29190 "inputFields": null,
29191 "interfaces": null,
29192 "enumValues": [
29193 {
29194 "name": "atmTeamId_asc",
29195 "description": "Ascending sort for atmTeamId",
29196 "isDeprecated": false,
29197 "deprecationReason": null
29198 },
29199 {
29200 "name": "atmTeamId_desc",
29201 "description": "Descending sort for atmTeamId",
29202 "isDeprecated": false,
29203 "deprecationReason": null
29204 },
29205 {
29206 "name": "app_asc",
29207 "description": "Ascending sort for app",
29208 "isDeprecated": false,
29209 "deprecationReason": null
29210 },
29211 {
29212 "name": "app_desc",
29213 "description": "Descending sort for app",
29214 "isDeprecated": false,
29215 "deprecationReason": null
29216 },
29217 {
29218 "name": "url_asc",
29219 "description": "Ascending sort for url",
29220 "isDeprecated": false,
29221 "deprecationReason": null
29222 },
29223 {
29224 "name": "url_desc",
29225 "description": "Descending sort for url",
29226 "isDeprecated": false,
29227 "deprecationReason": null
29228 },
29229 {
29230 "name": "timestamp_asc",
29231 "description": "Ascending sort for timestamp",
29232 "isDeprecated": false,
29233 "deprecationReason": null
29234 },
29235 {
29236 "name": "timestamp_desc",
29237 "description": "Descending sort for timestamp",
29238 "isDeprecated": false,
29239 "deprecationReason": null
29240 },
29241 {
29242 "name": "user_asc",
29243 "description": "Ascending sort for user",
29244 "isDeprecated": false,
29245 "deprecationReason": null
29246 },
29247 {
29248 "name": "user_desc",
29249 "description": "Descending sort for user",
29250 "isDeprecated": false,
29251 "deprecationReason": null
29252 },
29253 {
29254 "name": "appId_asc",
29255 "description": "Ascending sort for appId",
29256 "isDeprecated": false,
29257 "deprecationReason": null
29258 },
29259 {
29260 "name": "appId_desc",
29261 "description": "Descending sort for appId",
29262 "isDeprecated": false,
29263 "deprecationReason": null
29264 },
29265 {
29266 "name": "release_asc",
29267 "description": "Ascending sort for release",
29268 "isDeprecated": false,
29269 "deprecationReason": null
29270 },
29271 {
29272 "name": "release_desc",
29273 "description": "Descending sort for release",
29274 "isDeprecated": false,
29275 "deprecationReason": null
29276 }
29277 ],
29278 "possibleTypes": null
29279 },
29280 {
29281 "kind": "OBJECT",
29282 "name": "HerokuApp",
29283 "description": "HerokuApp-Node",
29284 "fields": [
29285 {
29286 "name": "_id",
29287 "description": "internal node id",
29288 "args": [],
29289 "type": {
29290 "kind": "SCALAR",
29291 "name": "Int",
29292 "ofType": null
29293 },
29294 "isDeprecated": false,
29295 "deprecationReason": null
29296 },
29297 {
29298 "name": "app",
29299 "description": "app of HerokuApp",
29300 "args": [],
29301 "type": {
29302 "kind": "SCALAR",
29303 "name": "String",
29304 "ofType": null
29305 },
29306 "isDeprecated": false,
29307 "deprecationReason": null
29308 },
29309 {
29310 "name": "url",
29311 "description": "url of HerokuApp",
29312 "args": [],
29313 "type": {
29314 "kind": "SCALAR",
29315 "name": "String",
29316 "ofType": null
29317 },
29318 "isDeprecated": false,
29319 "deprecationReason": null
29320 },
29321 {
29322 "name": "timestamp",
29323 "description": "timestamp of HerokuApp",
29324 "args": [],
29325 "type": {
29326 "kind": "SCALAR",
29327 "name": "String",
29328 "ofType": null
29329 },
29330 "isDeprecated": false,
29331 "deprecationReason": null
29332 },
29333 {
29334 "name": "user",
29335 "description": "user of HerokuApp",
29336 "args": [],
29337 "type": {
29338 "kind": "SCALAR",
29339 "name": "String",
29340 "ofType": null
29341 },
29342 "isDeprecated": false,
29343 "deprecationReason": null
29344 },
29345 {
29346 "name": "appId",
29347 "description": "appId of HerokuApp",
29348 "args": [],
29349 "type": {
29350 "kind": "SCALAR",
29351 "name": "String",
29352 "ofType": null
29353 },
29354 "isDeprecated": false,
29355 "deprecationReason": null
29356 },
29357 {
29358 "name": "release",
29359 "description": "release of HerokuApp",
29360 "args": [],
29361 "type": {
29362 "kind": "SCALAR",
29363 "name": "String",
29364 "ofType": null
29365 },
29366 "isDeprecated": false,
29367 "deprecationReason": null
29368 },
29369 {
29370 "name": "commits",
29371 "description": "HerokuApp commits Commit",
29372 "args": [
29373 {
29374 "name": "sha",
29375 "description": "",
29376 "type": {
29377 "kind": "SCALAR",
29378 "name": "String",
29379 "ofType": null
29380 },
29381 "defaultValue": null
29382 },
29383 {
29384 "name": "message",
29385 "description": "",
29386 "type": {
29387 "kind": "SCALAR",
29388 "name": "String",
29389 "ofType": null
29390 },
29391 "defaultValue": null
29392 },
29393 {
29394 "name": "orderBy",
29395 "description": "",
29396 "type": {
29397 "kind": "LIST",
29398 "name": null,
29399 "ofType": {
29400 "kind": "ENUM",
29401 "name": "_CommitOrdering",
29402 "ofType": null
29403 }
29404 },
29405 "defaultValue": null
29406 },
29407 {
29408 "name": "first",
29409 "description": "",
29410 "type": {
29411 "kind": "SCALAR",
29412 "name": "Int",
29413 "ofType": null
29414 },
29415 "defaultValue": null
29416 },
29417 {
29418 "name": "offset",
29419 "description": "",
29420 "type": {
29421 "kind": "SCALAR",
29422 "name": "Int",
29423 "ofType": null
29424 },
29425 "defaultValue": null
29426 },
29427 {
29428 "name": "timestamp",
29429 "description": "",
29430 "type": {
29431 "kind": "SCALAR",
29432 "name": "String",
29433 "ofType": null
29434 },
29435 "defaultValue": null
29436 }
29437 ],
29438 "type": {
29439 "kind": "LIST",
29440 "name": null,
29441 "ofType": {
29442 "kind": "OBJECT",
29443 "name": "Commit",
29444 "ofType": null
29445 }
29446 },
29447 "isDeprecated": false,
29448 "deprecationReason": null
29449 }
29450 ],
29451 "inputFields": null,
29452 "interfaces": [],
29453 "enumValues": null,
29454 "possibleTypes": null
29455 },
29456 {
29457 "kind": "ENUM",
29458 "name": "_ApplicationOrdering",
29459 "description": "Ordering Enum for Application",
29460 "fields": null,
29461 "inputFields": null,
29462 "interfaces": null,
29463 "enumValues": [
29464 {
29465 "name": "atmTeamId_asc",
29466 "description": "Ascending sort for atmTeamId",
29467 "isDeprecated": false,
29468 "deprecationReason": null
29469 },
29470 {
29471 "name": "atmTeamId_desc",
29472 "description": "Descending sort for atmTeamId",
29473 "isDeprecated": false,
29474 "deprecationReason": null
29475 },
29476 {
29477 "name": "id_asc",
29478 "description": "Ascending sort for id",
29479 "isDeprecated": false,
29480 "deprecationReason": null
29481 },
29482 {
29483 "name": "id_desc",
29484 "description": "Descending sort for id",
29485 "isDeprecated": false,
29486 "deprecationReason": null
29487 },
29488 {
29489 "name": "state_asc",
29490 "description": "Ascending sort for state",
29491 "isDeprecated": false,
29492 "deprecationReason": null
29493 },
29494 {
29495 "name": "state_desc",
29496 "description": "Descending sort for state",
29497 "isDeprecated": false,
29498 "deprecationReason": null
29499 },
29500 {
29501 "name": "host_asc",
29502 "description": "Ascending sort for host",
29503 "isDeprecated": false,
29504 "deprecationReason": null
29505 },
29506 {
29507 "name": "host_desc",
29508 "description": "Descending sort for host",
29509 "isDeprecated": false,
29510 "deprecationReason": null
29511 },
29512 {
29513 "name": "timestamp_asc",
29514 "description": "Ascending sort for timestamp",
29515 "isDeprecated": false,
29516 "deprecationReason": null
29517 },
29518 {
29519 "name": "timestamp_desc",
29520 "description": "Descending sort for timestamp",
29521 "isDeprecated": false,
29522 "deprecationReason": null
29523 },
29524 {
29525 "name": "domain_asc",
29526 "description": "Ascending sort for domain",
29527 "isDeprecated": false,
29528 "deprecationReason": null
29529 },
29530 {
29531 "name": "domain_desc",
29532 "description": "Descending sort for domain",
29533 "isDeprecated": false,
29534 "deprecationReason": null
29535 },
29536 {
29537 "name": "data_asc",
29538 "description": "Ascending sort for data",
29539 "isDeprecated": false,
29540 "deprecationReason": null
29541 },
29542 {
29543 "name": "data_desc",
29544 "description": "Descending sort for data",
29545 "isDeprecated": false,
29546 "deprecationReason": null
29547 }
29548 ],
29549 "possibleTypes": null
29550 },
29551 {
29552 "kind": "OBJECT",
29553 "name": "Application",
29554 "description": "Application-Node",
29555 "fields": [
29556 {
29557 "name": "_id",
29558 "description": "internal node id",
29559 "args": [],
29560 "type": {
29561 "kind": "SCALAR",
29562 "name": "Int",
29563 "ofType": null
29564 },
29565 "isDeprecated": false,
29566 "deprecationReason": null
29567 },
29568 {
29569 "name": "id",
29570 "description": "id of Application",
29571 "args": [],
29572 "type": {
29573 "kind": "SCALAR",
29574 "name": "ID",
29575 "ofType": null
29576 },
29577 "isDeprecated": false,
29578 "deprecationReason": null
29579 },
29580 {
29581 "name": "state",
29582 "description": "state of Application",
29583 "args": [],
29584 "type": {
29585 "kind": "SCALAR",
29586 "name": "String",
29587 "ofType": null
29588 },
29589 "isDeprecated": false,
29590 "deprecationReason": null
29591 },
29592 {
29593 "name": "host",
29594 "description": "host of Application",
29595 "args": [],
29596 "type": {
29597 "kind": "SCALAR",
29598 "name": "String",
29599 "ofType": null
29600 },
29601 "isDeprecated": false,
29602 "deprecationReason": null
29603 },
29604 {
29605 "name": "timestamp",
29606 "description": "timestamp of Application",
29607 "args": [],
29608 "type": {
29609 "kind": "SCALAR",
29610 "name": "String",
29611 "ofType": null
29612 },
29613 "isDeprecated": false,
29614 "deprecationReason": null
29615 },
29616 {
29617 "name": "domain",
29618 "description": "domain of Application",
29619 "args": [],
29620 "type": {
29621 "kind": "SCALAR",
29622 "name": "String",
29623 "ofType": null
29624 },
29625 "isDeprecated": false,
29626 "deprecationReason": null
29627 },
29628 {
29629 "name": "data",
29630 "description": "data of Application",
29631 "args": [],
29632 "type": {
29633 "kind": "SCALAR",
29634 "name": "String",
29635 "ofType": null
29636 },
29637 "isDeprecated": false,
29638 "deprecationReason": null
29639 },
29640 {
29641 "name": "commits",
29642 "description": "Application commits Commit",
29643 "args": [
29644 {
29645 "name": "sha",
29646 "description": "",
29647 "type": {
29648 "kind": "SCALAR",
29649 "name": "String",
29650 "ofType": null
29651 },
29652 "defaultValue": null
29653 },
29654 {
29655 "name": "message",
29656 "description": "",
29657 "type": {
29658 "kind": "SCALAR",
29659 "name": "String",
29660 "ofType": null
29661 },
29662 "defaultValue": null
29663 },
29664 {
29665 "name": "orderBy",
29666 "description": "",
29667 "type": {
29668 "kind": "LIST",
29669 "name": null,
29670 "ofType": {
29671 "kind": "ENUM",
29672 "name": "_CommitOrdering",
29673 "ofType": null
29674 }
29675 },
29676 "defaultValue": null
29677 },
29678 {
29679 "name": "first",
29680 "description": "",
29681 "type": {
29682 "kind": "SCALAR",
29683 "name": "Int",
29684 "ofType": null
29685 },
29686 "defaultValue": null
29687 },
29688 {
29689 "name": "offset",
29690 "description": "",
29691 "type": {
29692 "kind": "SCALAR",
29693 "name": "Int",
29694 "ofType": null
29695 },
29696 "defaultValue": null
29697 },
29698 {
29699 "name": "timestamp",
29700 "description": "",
29701 "type": {
29702 "kind": "SCALAR",
29703 "name": "String",
29704 "ofType": null
29705 },
29706 "defaultValue": null
29707 }
29708 ],
29709 "type": {
29710 "kind": "LIST",
29711 "name": null,
29712 "ofType": {
29713 "kind": "OBJECT",
29714 "name": "Commit",
29715 "ofType": null
29716 }
29717 },
29718 "isDeprecated": false,
29719 "deprecationReason": null
29720 }
29721 ],
29722 "inputFields": null,
29723 "interfaces": [],
29724 "enumValues": null,
29725 "possibleTypes": null
29726 },
29727 {
29728 "kind": "ENUM",
29729 "name": "_FingerprintOrdering",
29730 "description": "Ordering Enum for Fingerprint",
29731 "fields": null,
29732 "inputFields": null,
29733 "interfaces": null,
29734 "enumValues": [
29735 {
29736 "name": "atmTeamId_asc",
29737 "description": "Ascending sort for atmTeamId",
29738 "isDeprecated": false,
29739 "deprecationReason": null
29740 },
29741 {
29742 "name": "atmTeamId_desc",
29743 "description": "Descending sort for atmTeamId",
29744 "isDeprecated": false,
29745 "deprecationReason": null
29746 },
29747 {
29748 "name": "name_asc",
29749 "description": "Ascending sort for name",
29750 "isDeprecated": false,
29751 "deprecationReason": null
29752 },
29753 {
29754 "name": "name_desc",
29755 "description": "Descending sort for name",
29756 "isDeprecated": false,
29757 "deprecationReason": null
29758 },
29759 {
29760 "name": "sha_asc",
29761 "description": "Ascending sort for sha",
29762 "isDeprecated": false,
29763 "deprecationReason": null
29764 },
29765 {
29766 "name": "sha_desc",
29767 "description": "Descending sort for sha",
29768 "isDeprecated": false,
29769 "deprecationReason": null
29770 },
29771 {
29772 "name": "data_asc",
29773 "description": "Ascending sort for data",
29774 "isDeprecated": false,
29775 "deprecationReason": null
29776 },
29777 {
29778 "name": "data_desc",
29779 "description": "Descending sort for data",
29780 "isDeprecated": false,
29781 "deprecationReason": null
29782 }
29783 ],
29784 "possibleTypes": null
29785 },
29786 {
29787 "kind": "OBJECT",
29788 "name": "Fingerprint",
29789 "description": "Fingerprint-Node",
29790 "fields": [
29791 {
29792 "name": "_id",
29793 "description": "internal node id",
29794 "args": [],
29795 "type": {
29796 "kind": "SCALAR",
29797 "name": "Int",
29798 "ofType": null
29799 },
29800 "isDeprecated": false,
29801 "deprecationReason": null
29802 },
29803 {
29804 "name": "name",
29805 "description": "name of Fingerprint",
29806 "args": [],
29807 "type": {
29808 "kind": "SCALAR",
29809 "name": "String",
29810 "ofType": null
29811 },
29812 "isDeprecated": false,
29813 "deprecationReason": null
29814 },
29815 {
29816 "name": "sha",
29817 "description": "sha of Fingerprint",
29818 "args": [],
29819 "type": {
29820 "kind": "SCALAR",
29821 "name": "String",
29822 "ofType": null
29823 },
29824 "isDeprecated": false,
29825 "deprecationReason": null
29826 },
29827 {
29828 "name": "data",
29829 "description": "data of Fingerprint",
29830 "args": [],
29831 "type": {
29832 "kind": "SCALAR",
29833 "name": "String",
29834 "ofType": null
29835 },
29836 "isDeprecated": false,
29837 "deprecationReason": null
29838 },
29839 {
29840 "name": "commit",
29841 "description": "Fingerprint commit Commit",
29842 "args": [
29843 {
29844 "name": "sha",
29845 "description": "",
29846 "type": {
29847 "kind": "SCALAR",
29848 "name": "String",
29849 "ofType": null
29850 },
29851 "defaultValue": null
29852 },
29853 {
29854 "name": "message",
29855 "description": "",
29856 "type": {
29857 "kind": "SCALAR",
29858 "name": "String",
29859 "ofType": null
29860 },
29861 "defaultValue": null
29862 },
29863 {
29864 "name": "timestamp",
29865 "description": "",
29866 "type": {
29867 "kind": "SCALAR",
29868 "name": "String",
29869 "ofType": null
29870 },
29871 "defaultValue": null
29872 }
29873 ],
29874 "type": {
29875 "kind": "OBJECT",
29876 "name": "Commit",
29877 "ofType": null
29878 },
29879 "isDeprecated": false,
29880 "deprecationReason": null
29881 }
29882 ],
29883 "inputFields": null,
29884 "interfaces": [],
29885 "enumValues": null,
29886 "possibleTypes": null
29887 },
29888 {
29889 "kind": "OBJECT",
29890 "name": "ParentImpact",
29891 "description": "ParentImpact-Node",
29892 "fields": [
29893 {
29894 "name": "_id",
29895 "description": "internal node id",
29896 "args": [],
29897 "type": {
29898 "kind": "SCALAR",
29899 "name": "Int",
29900 "ofType": null
29901 },
29902 "isDeprecated": false,
29903 "deprecationReason": null
29904 },
29905 {
29906 "name": "id",
29907 "description": "id of ParentImpact",
29908 "args": [],
29909 "type": {
29910 "kind": "SCALAR",
29911 "name": "ID",
29912 "ofType": null
29913 },
29914 "isDeprecated": false,
29915 "deprecationReason": null
29916 },
29917 {
29918 "name": "url",
29919 "description": "url of ParentImpact",
29920 "args": [],
29921 "type": {
29922 "kind": "SCALAR",
29923 "name": "String",
29924 "ofType": null
29925 },
29926 "isDeprecated": false,
29927 "deprecationReason": null
29928 },
29929 {
29930 "name": "data",
29931 "description": "data of ParentImpact",
29932 "args": [],
29933 "type": {
29934 "kind": "SCALAR",
29935 "name": "String",
29936 "ofType": null
29937 },
29938 "isDeprecated": false,
29939 "deprecationReason": null
29940 },
29941 {
29942 "name": "commits",
29943 "description": "ParentImpact commits Commit",
29944 "args": [
29945 {
29946 "name": "sha",
29947 "description": "",
29948 "type": {
29949 "kind": "SCALAR",
29950 "name": "String",
29951 "ofType": null
29952 },
29953 "defaultValue": null
29954 },
29955 {
29956 "name": "message",
29957 "description": "",
29958 "type": {
29959 "kind": "SCALAR",
29960 "name": "String",
29961 "ofType": null
29962 },
29963 "defaultValue": null
29964 },
29965 {
29966 "name": "orderBy",
29967 "description": "",
29968 "type": {
29969 "kind": "LIST",
29970 "name": null,
29971 "ofType": {
29972 "kind": "ENUM",
29973 "name": "_CommitOrdering",
29974 "ofType": null
29975 }
29976 },
29977 "defaultValue": null
29978 },
29979 {
29980 "name": "first",
29981 "description": "",
29982 "type": {
29983 "kind": "SCALAR",
29984 "name": "Int",
29985 "ofType": null
29986 },
29987 "defaultValue": null
29988 },
29989 {
29990 "name": "offset",
29991 "description": "",
29992 "type": {
29993 "kind": "SCALAR",
29994 "name": "Int",
29995 "ofType": null
29996 },
29997 "defaultValue": null
29998 },
29999 {
30000 "name": "timestamp",
30001 "description": "",
30002 "type": {
30003 "kind": "SCALAR",
30004 "name": "String",
30005 "ofType": null
30006 },
30007 "defaultValue": null
30008 }
30009 ],
30010 "type": {
30011 "kind": "LIST",
30012 "name": null,
30013 "ofType": {
30014 "kind": "OBJECT",
30015 "name": "Commit",
30016 "ofType": null
30017 }
30018 },
30019 "isDeprecated": false,
30020 "deprecationReason": null
30021 },
30022 {
30023 "name": "commit",
30024 "description": "ParentImpact commit Commit",
30025 "args": [
30026 {
30027 "name": "sha",
30028 "description": "",
30029 "type": {
30030 "kind": "SCALAR",
30031 "name": "String",
30032 "ofType": null
30033 },
30034 "defaultValue": null
30035 },
30036 {
30037 "name": "message",
30038 "description": "",
30039 "type": {
30040 "kind": "SCALAR",
30041 "name": "String",
30042 "ofType": null
30043 },
30044 "defaultValue": null
30045 },
30046 {
30047 "name": "timestamp",
30048 "description": "",
30049 "type": {
30050 "kind": "SCALAR",
30051 "name": "String",
30052 "ofType": null
30053 },
30054 "defaultValue": null
30055 }
30056 ],
30057 "type": {
30058 "kind": "OBJECT",
30059 "name": "Commit",
30060 "ofType": null
30061 },
30062 "isDeprecated": false,
30063 "deprecationReason": null
30064 }
30065 ],
30066 "inputFields": null,
30067 "interfaces": [],
30068 "enumValues": null,
30069 "possibleTypes": null
30070 },
30071 {
30072 "kind": "ENUM",
30073 "name": "_SCMIdOrdering",
30074 "description": "Ordering Enum for SCMId",
30075 "fields": null,
30076 "inputFields": null,
30077 "interfaces": null,
30078 "enumValues": [
30079 {
30080 "name": "atmTeamId_asc",
30081 "description": "Ascending sort for atmTeamId",
30082 "isDeprecated": false,
30083 "deprecationReason": null
30084 },
30085 {
30086 "name": "atmTeamId_desc",
30087 "description": "Descending sort for atmTeamId",
30088 "isDeprecated": false,
30089 "deprecationReason": null
30090 },
30091 {
30092 "name": "login_asc",
30093 "description": "Ascending sort for login",
30094 "isDeprecated": false,
30095 "deprecationReason": null
30096 },
30097 {
30098 "name": "login_desc",
30099 "description": "Descending sort for login",
30100 "isDeprecated": false,
30101 "deprecationReason": null
30102 },
30103 {
30104 "name": "name_asc",
30105 "description": "Ascending sort for name",
30106 "isDeprecated": false,
30107 "deprecationReason": null
30108 },
30109 {
30110 "name": "name_desc",
30111 "description": "Descending sort for name",
30112 "isDeprecated": false,
30113 "deprecationReason": null
30114 },
30115 {
30116 "name": "avatar_asc",
30117 "description": "Ascending sort for avatar",
30118 "isDeprecated": false,
30119 "deprecationReason": null
30120 },
30121 {
30122 "name": "avatar_desc",
30123 "description": "Descending sort for avatar",
30124 "isDeprecated": false,
30125 "deprecationReason": null
30126 }
30127 ],
30128 "possibleTypes": null
30129 },
30130 {
30131 "kind": "OBJECT",
30132 "name": "Branch",
30133 "description": "Branch-Node",
30134 "fields": [
30135 {
30136 "name": "_id",
30137 "description": "internal node id",
30138 "args": [],
30139 "type": {
30140 "kind": "SCALAR",
30141 "name": "Int",
30142 "ofType": null
30143 },
30144 "isDeprecated": false,
30145 "deprecationReason": null
30146 },
30147 {
30148 "name": "url",
30149 "description": "the URL of the Branch",
30150 "args": [],
30151 "type": {
30152 "kind": "SCALAR",
30153 "name": "String",
30154 "ofType": null
30155 },
30156 "isDeprecated": false,
30157 "deprecationReason": null
30158 },
30159 {
30160 "name": "id",
30161 "description": "id of Branch",
30162 "args": [],
30163 "type": {
30164 "kind": "SCALAR",
30165 "name": "ID",
30166 "ofType": null
30167 },
30168 "isDeprecated": false,
30169 "deprecationReason": null
30170 },
30171 {
30172 "name": "name",
30173 "description": "name of Branch",
30174 "args": [],
30175 "type": {
30176 "kind": "SCALAR",
30177 "name": "String",
30178 "ofType": null
30179 },
30180 "isDeprecated": false,
30181 "deprecationReason": null
30182 },
30183 {
30184 "name": "timestamp",
30185 "description": "timestamp of Branch",
30186 "args": [],
30187 "type": {
30188 "kind": "SCALAR",
30189 "name": "String",
30190 "ofType": null
30191 },
30192 "isDeprecated": false,
30193 "deprecationReason": null
30194 },
30195 {
30196 "name": "isRemote",
30197 "description": "isRemote of Branch",
30198 "args": [],
30199 "type": {
30200 "kind": "SCALAR",
30201 "name": "Boolean",
30202 "ofType": null
30203 },
30204 "isDeprecated": false,
30205 "deprecationReason": null
30206 },
30207 {
30208 "name": "remoteRepoHtmlUrl",
30209 "description": "remoteRepoHtmlUrl of Branch",
30210 "args": [],
30211 "type": {
30212 "kind": "SCALAR",
30213 "name": "String",
30214 "ofType": null
30215 },
30216 "isDeprecated": false,
30217 "deprecationReason": null
30218 },
30219 {
30220 "name": "repo",
30221 "description": "Branch repo Repo",
30222 "args": [
30223 {
30224 "name": "id",
30225 "description": "",
30226 "type": {
30227 "kind": "SCALAR",
30228 "name": "ID",
30229 "ofType": null
30230 },
30231 "defaultValue": null
30232 },
30233 {
30234 "name": "owner",
30235 "description": "",
30236 "type": {
30237 "kind": "SCALAR",
30238 "name": "String",
30239 "ofType": null
30240 },
30241 "defaultValue": null
30242 },
30243 {
30244 "name": "name",
30245 "description": "",
30246 "type": {
30247 "kind": "SCALAR",
30248 "name": "String",
30249 "ofType": null
30250 },
30251 "defaultValue": null
30252 },
30253 {
30254 "name": "allowRebaseMerge",
30255 "description": "",
30256 "type": {
30257 "kind": "SCALAR",
30258 "name": "Boolean",
30259 "ofType": null
30260 },
30261 "defaultValue": null
30262 },
30263 {
30264 "name": "allowSquashMerge",
30265 "description": "",
30266 "type": {
30267 "kind": "SCALAR",
30268 "name": "Boolean",
30269 "ofType": null
30270 },
30271 "defaultValue": null
30272 },
30273 {
30274 "name": "allowMergeCommit",
30275 "description": "",
30276 "type": {
30277 "kind": "SCALAR",
30278 "name": "Boolean",
30279 "ofType": null
30280 },
30281 "defaultValue": null
30282 },
30283 {
30284 "name": "repoId",
30285 "description": "",
30286 "type": {
30287 "kind": "SCALAR",
30288 "name": "String",
30289 "ofType": null
30290 },
30291 "defaultValue": null
30292 },
30293 {
30294 "name": "gitHubId",
30295 "description": "",
30296 "type": {
30297 "kind": "SCALAR",
30298 "name": "String",
30299 "ofType": null
30300 },
30301 "defaultValue": null
30302 },
30303 {
30304 "name": "defaultBranch",
30305 "description": "",
30306 "type": {
30307 "kind": "SCALAR",
30308 "name": "String",
30309 "ofType": null
30310 },
30311 "defaultValue": null
30312 }
30313 ],
30314 "type": {
30315 "kind": "OBJECT",
30316 "name": "Repo",
30317 "ofType": null
30318 },
30319 "isDeprecated": false,
30320 "deprecationReason": null
30321 },
30322 {
30323 "name": "commit",
30324 "description": "Branch commit Commit",
30325 "args": [
30326 {
30327 "name": "sha",
30328 "description": "",
30329 "type": {
30330 "kind": "SCALAR",
30331 "name": "String",
30332 "ofType": null
30333 },
30334 "defaultValue": null
30335 },
30336 {
30337 "name": "message",
30338 "description": "",
30339 "type": {
30340 "kind": "SCALAR",
30341 "name": "String",
30342 "ofType": null
30343 },
30344 "defaultValue": null
30345 },
30346 {
30347 "name": "timestamp",
30348 "description": "",
30349 "type": {
30350 "kind": "SCALAR",
30351 "name": "String",
30352 "ofType": null
30353 },
30354 "defaultValue": null
30355 }
30356 ],
30357 "type": {
30358 "kind": "OBJECT",
30359 "name": "Commit",
30360 "ofType": null
30361 },
30362 "isDeprecated": false,
30363 "deprecationReason": null
30364 },
30365 {
30366 "name": "pullRequests",
30367 "description": "Branch pullRequests PullRequest",
30368 "args": [
30369 {
30370 "name": "id",
30371 "description": "",
30372 "type": {
30373 "kind": "SCALAR",
30374 "name": "ID",
30375 "ofType": null
30376 },
30377 "defaultValue": null
30378 },
30379 {
30380 "name": "number",
30381 "description": "",
30382 "type": {
30383 "kind": "SCALAR",
30384 "name": "Float",
30385 "ofType": null
30386 },
30387 "defaultValue": null
30388 },
30389 {
30390 "name": "prId",
30391 "description": "",
30392 "type": {
30393 "kind": "SCALAR",
30394 "name": "String",
30395 "ofType": null
30396 },
30397 "defaultValue": null
30398 },
30399 {
30400 "name": "name",
30401 "description": "",
30402 "type": {
30403 "kind": "SCALAR",
30404 "name": "String",
30405 "ofType": null
30406 },
30407 "defaultValue": null
30408 },
30409 {
30410 "name": "body",
30411 "description": "",
30412 "type": {
30413 "kind": "SCALAR",
30414 "name": "String",
30415 "ofType": null
30416 },
30417 "defaultValue": null
30418 },
30419 {
30420 "name": "state",
30421 "description": "",
30422 "type": {
30423 "kind": "SCALAR",
30424 "name": "String",
30425 "ofType": null
30426 },
30427 "defaultValue": null
30428 },
30429 {
30430 "name": "merged",
30431 "description": "",
30432 "type": {
30433 "kind": "SCALAR",
30434 "name": "Boolean",
30435 "ofType": null
30436 },
30437 "defaultValue": null
30438 },
30439 {
30440 "name": "timestamp",
30441 "description": "",
30442 "type": {
30443 "kind": "SCALAR",
30444 "name": "String",
30445 "ofType": null
30446 },
30447 "defaultValue": null
30448 },
30449 {
30450 "name": "baseBranchName",
30451 "description": "",
30452 "type": {
30453 "kind": "SCALAR",
30454 "name": "String",
30455 "ofType": null
30456 },
30457 "defaultValue": null
30458 },
30459 {
30460 "name": "branchName",
30461 "description": "",
30462 "type": {
30463 "kind": "SCALAR",
30464 "name": "String",
30465 "ofType": null
30466 },
30467 "defaultValue": null
30468 },
30469 {
30470 "name": "title",
30471 "description": "",
30472 "type": {
30473 "kind": "SCALAR",
30474 "name": "String",
30475 "ofType": null
30476 },
30477 "defaultValue": null
30478 },
30479 {
30480 "name": "createdAt",
30481 "description": "",
30482 "type": {
30483 "kind": "SCALAR",
30484 "name": "String",
30485 "ofType": null
30486 },
30487 "defaultValue": null
30488 },
30489 {
30490 "name": "updatedAt",
30491 "description": "",
30492 "type": {
30493 "kind": "SCALAR",
30494 "name": "String",
30495 "ofType": null
30496 },
30497 "defaultValue": null
30498 },
30499 {
30500 "name": "closedAt",
30501 "description": "",
30502 "type": {
30503 "kind": "SCALAR",
30504 "name": "String",
30505 "ofType": null
30506 },
30507 "defaultValue": null
30508 },
30509 {
30510 "name": "mergedAt",
30511 "description": "",
30512 "type": {
30513 "kind": "SCALAR",
30514 "name": "String",
30515 "ofType": null
30516 },
30517 "defaultValue": null
30518 },
30519 {
30520 "name": "orderBy",
30521 "description": "",
30522 "type": {
30523 "kind": "LIST",
30524 "name": null,
30525 "ofType": {
30526 "kind": "ENUM",
30527 "name": "_PullRequestOrdering",
30528 "ofType": null
30529 }
30530 },
30531 "defaultValue": null
30532 },
30533 {
30534 "name": "first",
30535 "description": "",
30536 "type": {
30537 "kind": "SCALAR",
30538 "name": "Int",
30539 "ofType": null
30540 },
30541 "defaultValue": null
30542 },
30543 {
30544 "name": "offset",
30545 "description": "",
30546 "type": {
30547 "kind": "SCALAR",
30548 "name": "Int",
30549 "ofType": null
30550 },
30551 "defaultValue": null
30552 },
30553 {
30554 "name": "mergeStatus",
30555 "description": "",
30556 "type": {
30557 "kind": "ENUM",
30558 "name": "MergeStatus",
30559 "ofType": null
30560 },
30561 "defaultValue": null
30562 }
30563 ],
30564 "type": {
30565 "kind": "LIST",
30566 "name": null,
30567 "ofType": {
30568 "kind": "OBJECT",
30569 "name": "PullRequest",
30570 "ofType": null
30571 }
30572 },
30573 "isDeprecated": false,
30574 "deprecationReason": null
30575 }
30576 ],
30577 "inputFields": null,
30578 "interfaces": [],
30579 "enumValues": null,
30580 "possibleTypes": null
30581 },
30582 {
30583 "kind": "ENUM",
30584 "name": "ReviewState",
30585 "description": "Enum for ReviewState",
30586 "fields": null,
30587 "inputFields": null,
30588 "interfaces": null,
30589 "enumValues": [
30590 {
30591 "name": "requested",
30592 "description": "Value for requested",
30593 "isDeprecated": false,
30594 "deprecationReason": null
30595 },
30596 {
30597 "name": "pending",
30598 "description": "Value for pending",
30599 "isDeprecated": false,
30600 "deprecationReason": null
30601 },
30602 {
30603 "name": "approved",
30604 "description": "Value for approved",
30605 "isDeprecated": false,
30606 "deprecationReason": null
30607 },
30608 {
30609 "name": "commented",
30610 "description": "Value for commented",
30611 "isDeprecated": false,
30612 "deprecationReason": null
30613 },
30614 {
30615 "name": "unapproved",
30616 "description": "Value for unapproved",
30617 "isDeprecated": false,
30618 "deprecationReason": null
30619 },
30620 {
30621 "name": "changes_requested",
30622 "description": "Value for changes_requested",
30623 "isDeprecated": false,
30624 "deprecationReason": null
30625 }
30626 ],
30627 "possibleTypes": null
30628 },
30629 {
30630 "kind": "ENUM",
30631 "name": "_ReviewOrdering",
30632 "description": "Ordering Enum for Review",
30633 "fields": null,
30634 "inputFields": null,
30635 "interfaces": null,
30636 "enumValues": [
30637 {
30638 "name": "atmTeamId_asc",
30639 "description": "Ascending sort for atmTeamId",
30640 "isDeprecated": false,
30641 "deprecationReason": null
30642 },
30643 {
30644 "name": "atmTeamId_desc",
30645 "description": "Descending sort for atmTeamId",
30646 "isDeprecated": false,
30647 "deprecationReason": null
30648 },
30649 {
30650 "name": "id_asc",
30651 "description": "Ascending sort for id",
30652 "isDeprecated": false,
30653 "deprecationReason": null
30654 },
30655 {
30656 "name": "id_desc",
30657 "description": "Descending sort for id",
30658 "isDeprecated": false,
30659 "deprecationReason": null
30660 },
30661 {
30662 "name": "gitHubId_asc",
30663 "description": "Ascending sort for gitHubId",
30664 "isDeprecated": false,
30665 "deprecationReason": null
30666 },
30667 {
30668 "name": "gitHubId_desc",
30669 "description": "Descending sort for gitHubId",
30670 "isDeprecated": false,
30671 "deprecationReason": null
30672 },
30673 {
30674 "name": "reviewId_asc",
30675 "description": "Ascending sort for reviewId",
30676 "isDeprecated": false,
30677 "deprecationReason": null
30678 },
30679 {
30680 "name": "reviewId_desc",
30681 "description": "Descending sort for reviewId",
30682 "isDeprecated": false,
30683 "deprecationReason": null
30684 },
30685 {
30686 "name": "body_asc",
30687 "description": "Ascending sort for body",
30688 "isDeprecated": false,
30689 "deprecationReason": null
30690 },
30691 {
30692 "name": "body_desc",
30693 "description": "Descending sort for body",
30694 "isDeprecated": false,
30695 "deprecationReason": null
30696 },
30697 {
30698 "name": "state_asc",
30699 "description": "Ascending sort for state",
30700 "isDeprecated": false,
30701 "deprecationReason": null
30702 },
30703 {
30704 "name": "state_desc",
30705 "description": "Descending sort for state",
30706 "isDeprecated": false,
30707 "deprecationReason": null
30708 },
30709 {
30710 "name": "submittedAt_asc",
30711 "description": "Ascending sort for submittedAt",
30712 "isDeprecated": false,
30713 "deprecationReason": null
30714 },
30715 {
30716 "name": "submittedAt_desc",
30717 "description": "Descending sort for submittedAt",
30718 "isDeprecated": false,
30719 "deprecationReason": null
30720 },
30721 {
30722 "name": "htmlUrl_asc",
30723 "description": "Ascending sort for htmlUrl",
30724 "isDeprecated": false,
30725 "deprecationReason": null
30726 },
30727 {
30728 "name": "htmlUrl_desc",
30729 "description": "Descending sort for htmlUrl",
30730 "isDeprecated": false,
30731 "deprecationReason": null
30732 }
30733 ],
30734 "possibleTypes": null
30735 },
30736 {
30737 "kind": "OBJECT",
30738 "name": "Review",
30739 "description": "Review-Node",
30740 "fields": [
30741 {
30742 "name": "_id",
30743 "description": "internal node id",
30744 "args": [],
30745 "type": {
30746 "kind": "SCALAR",
30747 "name": "Int",
30748 "ofType": null
30749 },
30750 "isDeprecated": false,
30751 "deprecationReason": null
30752 },
30753 {
30754 "name": "url",
30755 "description": "the URL of the Review",
30756 "args": [],
30757 "type": {
30758 "kind": "SCALAR",
30759 "name": "String",
30760 "ofType": null
30761 },
30762 "isDeprecated": false,
30763 "deprecationReason": null
30764 },
30765 {
30766 "name": "id",
30767 "description": "id of Review",
30768 "args": [],
30769 "type": {
30770 "kind": "SCALAR",
30771 "name": "ID",
30772 "ofType": null
30773 },
30774 "isDeprecated": false,
30775 "deprecationReason": null
30776 },
30777 {
30778 "name": "gitHubId",
30779 "description": "gitHubId of Review",
30780 "args": [],
30781 "type": {
30782 "kind": "SCALAR",
30783 "name": "String",
30784 "ofType": null
30785 },
30786 "isDeprecated": false,
30787 "deprecationReason": null
30788 },
30789 {
30790 "name": "reviewId",
30791 "description": "reviewId of Review",
30792 "args": [],
30793 "type": {
30794 "kind": "SCALAR",
30795 "name": "String",
30796 "ofType": null
30797 },
30798 "isDeprecated": false,
30799 "deprecationReason": null
30800 },
30801 {
30802 "name": "body",
30803 "description": "body of Review",
30804 "args": [],
30805 "type": {
30806 "kind": "SCALAR",
30807 "name": "String",
30808 "ofType": null
30809 },
30810 "isDeprecated": false,
30811 "deprecationReason": null
30812 },
30813 {
30814 "name": "state",
30815 "description": "state of Review",
30816 "args": [],
30817 "type": {
30818 "kind": "ENUM",
30819 "name": "ReviewState",
30820 "ofType": null
30821 },
30822 "isDeprecated": false,
30823 "deprecationReason": null
30824 },
30825 {
30826 "name": "submittedAt",
30827 "description": "submittedAt of Review",
30828 "args": [],
30829 "type": {
30830 "kind": "SCALAR",
30831 "name": "String",
30832 "ofType": null
30833 },
30834 "isDeprecated": false,
30835 "deprecationReason": null
30836 },
30837 {
30838 "name": "htmlUrl",
30839 "description": "htmlUrl of Review",
30840 "args": [],
30841 "type": {
30842 "kind": "SCALAR",
30843 "name": "String",
30844 "ofType": null
30845 },
30846 "isDeprecated": false,
30847 "deprecationReason": null
30848 },
30849 {
30850 "name": "by",
30851 "description": "Review by SCMId",
30852 "args": [
30853 {
30854 "name": "login",
30855 "description": "",
30856 "type": {
30857 "kind": "SCALAR",
30858 "name": "String",
30859 "ofType": null
30860 },
30861 "defaultValue": null
30862 },
30863 {
30864 "name": "name",
30865 "description": "",
30866 "type": {
30867 "kind": "SCALAR",
30868 "name": "String",
30869 "ofType": null
30870 },
30871 "defaultValue": null
30872 },
30873 {
30874 "name": "orderBy",
30875 "description": "",
30876 "type": {
30877 "kind": "LIST",
30878 "name": null,
30879 "ofType": {
30880 "kind": "ENUM",
30881 "name": "_SCMIdOrdering",
30882 "ofType": null
30883 }
30884 },
30885 "defaultValue": null
30886 },
30887 {
30888 "name": "first",
30889 "description": "",
30890 "type": {
30891 "kind": "SCALAR",
30892 "name": "Int",
30893 "ofType": null
30894 },
30895 "defaultValue": null
30896 },
30897 {
30898 "name": "offset",
30899 "description": "",
30900 "type": {
30901 "kind": "SCALAR",
30902 "name": "Int",
30903 "ofType": null
30904 },
30905 "defaultValue": null
30906 },
30907 {
30908 "name": "avatar",
30909 "description": "",
30910 "type": {
30911 "kind": "SCALAR",
30912 "name": "String",
30913 "ofType": null
30914 },
30915 "defaultValue": null
30916 }
30917 ],
30918 "type": {
30919 "kind": "LIST",
30920 "name": null,
30921 "ofType": {
30922 "kind": "OBJECT",
30923 "name": "SCMId",
30924 "ofType": null
30925 }
30926 },
30927 "isDeprecated": false,
30928 "deprecationReason": null
30929 },
30930 {
30931 "name": "commit",
30932 "description": "Review commit Commit",
30933 "args": [
30934 {
30935 "name": "sha",
30936 "description": "",
30937 "type": {
30938 "kind": "SCALAR",
30939 "name": "String",
30940 "ofType": null
30941 },
30942 "defaultValue": null
30943 },
30944 {
30945 "name": "message",
30946 "description": "",
30947 "type": {
30948 "kind": "SCALAR",
30949 "name": "String",
30950 "ofType": null
30951 },
30952 "defaultValue": null
30953 },
30954 {
30955 "name": "timestamp",
30956 "description": "",
30957 "type": {
30958 "kind": "SCALAR",
30959 "name": "String",
30960 "ofType": null
30961 },
30962 "defaultValue": null
30963 }
30964 ],
30965 "type": {
30966 "kind": "OBJECT",
30967 "name": "Commit",
30968 "ofType": null
30969 },
30970 "isDeprecated": false,
30971 "deprecationReason": null
30972 },
30973 {
30974 "name": "comments",
30975 "description": "Review comments Comment",
30976 "args": [
30977 {
30978 "name": "id",
30979 "description": "",
30980 "type": {
30981 "kind": "SCALAR",
30982 "name": "ID",
30983 "ofType": null
30984 },
30985 "defaultValue": null
30986 },
30987 {
30988 "name": "body",
30989 "description": "",
30990 "type": {
30991 "kind": "SCALAR",
30992 "name": "String",
30993 "ofType": null
30994 },
30995 "defaultValue": null
30996 },
30997 {
30998 "name": "timestamp",
30999 "description": "",
31000 "type": {
31001 "kind": "SCALAR",
31002 "name": "String",
31003 "ofType": null
31004 },
31005 "defaultValue": null
31006 },
31007 {
31008 "name": "createdAt",
31009 "description": "",
31010 "type": {
31011 "kind": "SCALAR",
31012 "name": "String",
31013 "ofType": null
31014 },
31015 "defaultValue": null
31016 },
31017 {
31018 "name": "updatedAt",
31019 "description": "",
31020 "type": {
31021 "kind": "SCALAR",
31022 "name": "String",
31023 "ofType": null
31024 },
31025 "defaultValue": null
31026 },
31027 {
31028 "name": "commentId",
31029 "description": "",
31030 "type": {
31031 "kind": "SCALAR",
31032 "name": "String",
31033 "ofType": null
31034 },
31035 "defaultValue": null
31036 },
31037 {
31038 "name": "gitHubId",
31039 "description": "",
31040 "type": {
31041 "kind": "SCALAR",
31042 "name": "String",
31043 "ofType": null
31044 },
31045 "defaultValue": null
31046 },
31047 {
31048 "name": "path",
31049 "description": "",
31050 "type": {
31051 "kind": "SCALAR",
31052 "name": "String",
31053 "ofType": null
31054 },
31055 "defaultValue": null
31056 },
31057 {
31058 "name": "position",
31059 "description": "",
31060 "type": {
31061 "kind": "SCALAR",
31062 "name": "String",
31063 "ofType": null
31064 },
31065 "defaultValue": null
31066 },
31067 {
31068 "name": "htmlUrl",
31069 "description": "",
31070 "type": {
31071 "kind": "SCALAR",
31072 "name": "String",
31073 "ofType": null
31074 },
31075 "defaultValue": null
31076 },
31077 {
31078 "name": "orderBy",
31079 "description": "",
31080 "type": {
31081 "kind": "LIST",
31082 "name": null,
31083 "ofType": {
31084 "kind": "ENUM",
31085 "name": "_CommentOrdering",
31086 "ofType": null
31087 }
31088 },
31089 "defaultValue": null
31090 },
31091 {
31092 "name": "first",
31093 "description": "",
31094 "type": {
31095 "kind": "SCALAR",
31096 "name": "Int",
31097 "ofType": null
31098 },
31099 "defaultValue": null
31100 },
31101 {
31102 "name": "offset",
31103 "description": "",
31104 "type": {
31105 "kind": "SCALAR",
31106 "name": "Int",
31107 "ofType": null
31108 },
31109 "defaultValue": null
31110 },
31111 {
31112 "name": "commentType",
31113 "description": "",
31114 "type": {
31115 "kind": "ENUM",
31116 "name": "CommentCommentType",
31117 "ofType": null
31118 },
31119 "defaultValue": null
31120 }
31121 ],
31122 "type": {
31123 "kind": "LIST",
31124 "name": null,
31125 "ofType": {
31126 "kind": "OBJECT",
31127 "name": "Comment",
31128 "ofType": null
31129 }
31130 },
31131 "isDeprecated": false,
31132 "deprecationReason": null
31133 },
31134 {
31135 "name": "pullRequest",
31136 "description": "Review pullRequest PullRequest",
31137 "args": [
31138 {
31139 "name": "id",
31140 "description": "",
31141 "type": {
31142 "kind": "SCALAR",
31143 "name": "ID",
31144 "ofType": null
31145 },
31146 "defaultValue": null
31147 },
31148 {
31149 "name": "number",
31150 "description": "",
31151 "type": {
31152 "kind": "SCALAR",
31153 "name": "Float",
31154 "ofType": null
31155 },
31156 "defaultValue": null
31157 },
31158 {
31159 "name": "prId",
31160 "description": "",
31161 "type": {
31162 "kind": "SCALAR",
31163 "name": "String",
31164 "ofType": null
31165 },
31166 "defaultValue": null
31167 },
31168 {
31169 "name": "name",
31170 "description": "",
31171 "type": {
31172 "kind": "SCALAR",
31173 "name": "String",
31174 "ofType": null
31175 },
31176 "defaultValue": null
31177 },
31178 {
31179 "name": "body",
31180 "description": "",
31181 "type": {
31182 "kind": "SCALAR",
31183 "name": "String",
31184 "ofType": null
31185 },
31186 "defaultValue": null
31187 },
31188 {
31189 "name": "state",
31190 "description": "",
31191 "type": {
31192 "kind": "SCALAR",
31193 "name": "String",
31194 "ofType": null
31195 },
31196 "defaultValue": null
31197 },
31198 {
31199 "name": "merged",
31200 "description": "",
31201 "type": {
31202 "kind": "SCALAR",
31203 "name": "Boolean",
31204 "ofType": null
31205 },
31206 "defaultValue": null
31207 },
31208 {
31209 "name": "timestamp",
31210 "description": "",
31211 "type": {
31212 "kind": "SCALAR",
31213 "name": "String",
31214 "ofType": null
31215 },
31216 "defaultValue": null
31217 },
31218 {
31219 "name": "baseBranchName",
31220 "description": "",
31221 "type": {
31222 "kind": "SCALAR",
31223 "name": "String",
31224 "ofType": null
31225 },
31226 "defaultValue": null
31227 },
31228 {
31229 "name": "branchName",
31230 "description": "",
31231 "type": {
31232 "kind": "SCALAR",
31233 "name": "String",
31234 "ofType": null
31235 },
31236 "defaultValue": null
31237 },
31238 {
31239 "name": "title",
31240 "description": "",
31241 "type": {
31242 "kind": "SCALAR",
31243 "name": "String",
31244 "ofType": null
31245 },
31246 "defaultValue": null
31247 },
31248 {
31249 "name": "createdAt",
31250 "description": "",
31251 "type": {
31252 "kind": "SCALAR",
31253 "name": "String",
31254 "ofType": null
31255 },
31256 "defaultValue": null
31257 },
31258 {
31259 "name": "updatedAt",
31260 "description": "",
31261 "type": {
31262 "kind": "SCALAR",
31263 "name": "String",
31264 "ofType": null
31265 },
31266 "defaultValue": null
31267 },
31268 {
31269 "name": "closedAt",
31270 "description": "",
31271 "type": {
31272 "kind": "SCALAR",
31273 "name": "String",
31274 "ofType": null
31275 },
31276 "defaultValue": null
31277 },
31278 {
31279 "name": "mergedAt",
31280 "description": "",
31281 "type": {
31282 "kind": "SCALAR",
31283 "name": "String",
31284 "ofType": null
31285 },
31286 "defaultValue": null
31287 },
31288 {
31289 "name": "mergeStatus",
31290 "description": "",
31291 "type": {
31292 "kind": "ENUM",
31293 "name": "MergeStatus",
31294 "ofType": null
31295 },
31296 "defaultValue": null
31297 }
31298 ],
31299 "type": {
31300 "kind": "OBJECT",
31301 "name": "PullRequest",
31302 "ofType": null
31303 },
31304 "isDeprecated": false,
31305 "deprecationReason": null
31306 }
31307 ],
31308 "inputFields": null,
31309 "interfaces": [],
31310 "enumValues": null,
31311 "possibleTypes": null
31312 },
31313 {
31314 "kind": "ENUM",
31315 "name": "_CommentOrdering",
31316 "description": "Ordering Enum for Comment",
31317 "fields": null,
31318 "inputFields": null,
31319 "interfaces": null,
31320 "enumValues": [
31321 {
31322 "name": "atmTeamId_asc",
31323 "description": "Ascending sort for atmTeamId",
31324 "isDeprecated": false,
31325 "deprecationReason": null
31326 },
31327 {
31328 "name": "atmTeamId_desc",
31329 "description": "Descending sort for atmTeamId",
31330 "isDeprecated": false,
31331 "deprecationReason": null
31332 },
31333 {
31334 "name": "id_asc",
31335 "description": "Ascending sort for id",
31336 "isDeprecated": false,
31337 "deprecationReason": null
31338 },
31339 {
31340 "name": "id_desc",
31341 "description": "Descending sort for id",
31342 "isDeprecated": false,
31343 "deprecationReason": null
31344 },
31345 {
31346 "name": "body_asc",
31347 "description": "Ascending sort for body",
31348 "isDeprecated": false,
31349 "deprecationReason": null
31350 },
31351 {
31352 "name": "body_desc",
31353 "description": "Descending sort for body",
31354 "isDeprecated": false,
31355 "deprecationReason": null
31356 },
31357 {
31358 "name": "timestamp_asc",
31359 "description": "Ascending sort for timestamp",
31360 "isDeprecated": false,
31361 "deprecationReason": null
31362 },
31363 {
31364 "name": "timestamp_desc",
31365 "description": "Descending sort for timestamp",
31366 "isDeprecated": false,
31367 "deprecationReason": null
31368 },
31369 {
31370 "name": "createdAt_asc",
31371 "description": "Ascending sort for createdAt",
31372 "isDeprecated": false,
31373 "deprecationReason": null
31374 },
31375 {
31376 "name": "createdAt_desc",
31377 "description": "Descending sort for createdAt",
31378 "isDeprecated": false,
31379 "deprecationReason": null
31380 },
31381 {
31382 "name": "updatedAt_asc",
31383 "description": "Ascending sort for updatedAt",
31384 "isDeprecated": false,
31385 "deprecationReason": null
31386 },
31387 {
31388 "name": "updatedAt_desc",
31389 "description": "Descending sort for updatedAt",
31390 "isDeprecated": false,
31391 "deprecationReason": null
31392 },
31393 {
31394 "name": "commentId_asc",
31395 "description": "Ascending sort for commentId",
31396 "isDeprecated": false,
31397 "deprecationReason": null
31398 },
31399 {
31400 "name": "commentId_desc",
31401 "description": "Descending sort for commentId",
31402 "isDeprecated": false,
31403 "deprecationReason": null
31404 },
31405 {
31406 "name": "gitHubId_asc",
31407 "description": "Ascending sort for gitHubId",
31408 "isDeprecated": false,
31409 "deprecationReason": null
31410 },
31411 {
31412 "name": "gitHubId_desc",
31413 "description": "Descending sort for gitHubId",
31414 "isDeprecated": false,
31415 "deprecationReason": null
31416 },
31417 {
31418 "name": "path_asc",
31419 "description": "Ascending sort for path",
31420 "isDeprecated": false,
31421 "deprecationReason": null
31422 },
31423 {
31424 "name": "path_desc",
31425 "description": "Descending sort for path",
31426 "isDeprecated": false,
31427 "deprecationReason": null
31428 },
31429 {
31430 "name": "position_asc",
31431 "description": "Ascending sort for position",
31432 "isDeprecated": false,
31433 "deprecationReason": null
31434 },
31435 {
31436 "name": "position_desc",
31437 "description": "Descending sort for position",
31438 "isDeprecated": false,
31439 "deprecationReason": null
31440 },
31441 {
31442 "name": "htmlUrl_asc",
31443 "description": "Ascending sort for htmlUrl",
31444 "isDeprecated": false,
31445 "deprecationReason": null
31446 },
31447 {
31448 "name": "htmlUrl_desc",
31449 "description": "Descending sort for htmlUrl",
31450 "isDeprecated": false,
31451 "deprecationReason": null
31452 },
31453 {
31454 "name": "commentType_asc",
31455 "description": "Ascending sort for commentType",
31456 "isDeprecated": false,
31457 "deprecationReason": null
31458 },
31459 {
31460 "name": "commentType_desc",
31461 "description": "Descending sort for commentType",
31462 "isDeprecated": false,
31463 "deprecationReason": null
31464 }
31465 ],
31466 "possibleTypes": null
31467 },
31468 {
31469 "kind": "ENUM",
31470 "name": "CommentCommentType",
31471 "description": "Enum for CommentCommentType",
31472 "fields": null,
31473 "inputFields": null,
31474 "interfaces": null,
31475 "enumValues": [
31476 {
31477 "name": "review",
31478 "description": "Value for review",
31479 "isDeprecated": false,
31480 "deprecationReason": null
31481 },
31482 {
31483 "name": "pullRequest",
31484 "description": "Value for pullRequest",
31485 "isDeprecated": false,
31486 "deprecationReason": null
31487 },
31488 {
31489 "name": "issue",
31490 "description": "Value for issue",
31491 "isDeprecated": false,
31492 "deprecationReason": null
31493 }
31494 ],
31495 "possibleTypes": null
31496 },
31497 {
31498 "kind": "OBJECT",
31499 "name": "Comment",
31500 "description": "Comment-Node",
31501 "fields": [
31502 {
31503 "name": "_id",
31504 "description": "internal node id",
31505 "args": [],
31506 "type": {
31507 "kind": "SCALAR",
31508 "name": "Int",
31509 "ofType": null
31510 },
31511 "isDeprecated": false,
31512 "deprecationReason": null
31513 },
31514 {
31515 "name": "url",
31516 "description": "the url of the Comment",
31517 "args": [],
31518 "type": {
31519 "kind": "SCALAR",
31520 "name": "String",
31521 "ofType": null
31522 },
31523 "isDeprecated": false,
31524 "deprecationReason": null
31525 },
31526 {
31527 "name": "id",
31528 "description": "id of Comment",
31529 "args": [],
31530 "type": {
31531 "kind": "SCALAR",
31532 "name": "ID",
31533 "ofType": null
31534 },
31535 "isDeprecated": false,
31536 "deprecationReason": null
31537 },
31538 {
31539 "name": "body",
31540 "description": "body of Comment",
31541 "args": [],
31542 "type": {
31543 "kind": "SCALAR",
31544 "name": "String",
31545 "ofType": null
31546 },
31547 "isDeprecated": false,
31548 "deprecationReason": null
31549 },
31550 {
31551 "name": "timestamp",
31552 "description": "timestamp of Comment",
31553 "args": [],
31554 "type": {
31555 "kind": "SCALAR",
31556 "name": "String",
31557 "ofType": null
31558 },
31559 "isDeprecated": false,
31560 "deprecationReason": null
31561 },
31562 {
31563 "name": "createdAt",
31564 "description": "createdAt of Comment",
31565 "args": [],
31566 "type": {
31567 "kind": "SCALAR",
31568 "name": "String",
31569 "ofType": null
31570 },
31571 "isDeprecated": false,
31572 "deprecationReason": null
31573 },
31574 {
31575 "name": "updatedAt",
31576 "description": "updatedAt of Comment",
31577 "args": [],
31578 "type": {
31579 "kind": "SCALAR",
31580 "name": "String",
31581 "ofType": null
31582 },
31583 "isDeprecated": false,
31584 "deprecationReason": null
31585 },
31586 {
31587 "name": "commentId",
31588 "description": "commentId of Comment",
31589 "args": [],
31590 "type": {
31591 "kind": "SCALAR",
31592 "name": "String",
31593 "ofType": null
31594 },
31595 "isDeprecated": false,
31596 "deprecationReason": null
31597 },
31598 {
31599 "name": "gitHubId",
31600 "description": "gitHubId of Comment",
31601 "args": [],
31602 "type": {
31603 "kind": "SCALAR",
31604 "name": "String",
31605 "ofType": null
31606 },
31607 "isDeprecated": false,
31608 "deprecationReason": null
31609 },
31610 {
31611 "name": "path",
31612 "description": "path of Comment",
31613 "args": [],
31614 "type": {
31615 "kind": "SCALAR",
31616 "name": "String",
31617 "ofType": null
31618 },
31619 "isDeprecated": false,
31620 "deprecationReason": null
31621 },
31622 {
31623 "name": "position",
31624 "description": "position of Comment",
31625 "args": [],
31626 "type": {
31627 "kind": "SCALAR",
31628 "name": "String",
31629 "ofType": null
31630 },
31631 "isDeprecated": false,
31632 "deprecationReason": null
31633 },
31634 {
31635 "name": "htmlUrl",
31636 "description": "htmlUrl of Comment",
31637 "args": [],
31638 "type": {
31639 "kind": "SCALAR",
31640 "name": "String",
31641 "ofType": null
31642 },
31643 "isDeprecated": false,
31644 "deprecationReason": null
31645 },
31646 {
31647 "name": "commentType",
31648 "description": "commentType of Comment",
31649 "args": [],
31650 "type": {
31651 "kind": "ENUM",
31652 "name": "CommentCommentType",
31653 "ofType": null
31654 },
31655 "isDeprecated": false,
31656 "deprecationReason": null
31657 },
31658 {
31659 "name": "issue",
31660 "description": "Comment issue Issue",
31661 "args": [
31662 {
31663 "name": "id",
31664 "description": "",
31665 "type": {
31666 "kind": "SCALAR",
31667 "name": "ID",
31668 "ofType": null
31669 },
31670 "defaultValue": null
31671 },
31672 {
31673 "name": "number",
31674 "description": "",
31675 "type": {
31676 "kind": "SCALAR",
31677 "name": "Float",
31678 "ofType": null
31679 },
31680 "defaultValue": null
31681 },
31682 {
31683 "name": "name",
31684 "description": "",
31685 "type": {
31686 "kind": "SCALAR",
31687 "name": "String",
31688 "ofType": null
31689 },
31690 "defaultValue": null
31691 },
31692 {
31693 "name": "title",
31694 "description": "",
31695 "type": {
31696 "kind": "SCALAR",
31697 "name": "String",
31698 "ofType": null
31699 },
31700 "defaultValue": null
31701 },
31702 {
31703 "name": "body",
31704 "description": "",
31705 "type": {
31706 "kind": "SCALAR",
31707 "name": "String",
31708 "ofType": null
31709 },
31710 "defaultValue": null
31711 },
31712 {
31713 "name": "state",
31714 "description": "",
31715 "type": {
31716 "kind": "ENUM",
31717 "name": "IssueState",
31718 "ofType": null
31719 },
31720 "defaultValue": null
31721 },
31722 {
31723 "name": "timestamp",
31724 "description": "",
31725 "type": {
31726 "kind": "SCALAR",
31727 "name": "String",
31728 "ofType": null
31729 },
31730 "defaultValue": null
31731 },
31732 {
31733 "name": "action",
31734 "description": "",
31735 "type": {
31736 "kind": "SCALAR",
31737 "name": "String",
31738 "ofType": null
31739 },
31740 "defaultValue": null
31741 },
31742 {
31743 "name": "createdAt",
31744 "description": "",
31745 "type": {
31746 "kind": "SCALAR",
31747 "name": "String",
31748 "ofType": null
31749 },
31750 "defaultValue": null
31751 },
31752 {
31753 "name": "updatedAt",
31754 "description": "",
31755 "type": {
31756 "kind": "SCALAR",
31757 "name": "String",
31758 "ofType": null
31759 },
31760 "defaultValue": null
31761 },
31762 {
31763 "name": "closedAt",
31764 "description": "",
31765 "type": {
31766 "kind": "SCALAR",
31767 "name": "String",
31768 "ofType": null
31769 },
31770 "defaultValue": null
31771 }
31772 ],
31773 "type": {
31774 "kind": "OBJECT",
31775 "name": "Issue",
31776 "ofType": null
31777 },
31778 "isDeprecated": false,
31779 "deprecationReason": null
31780 },
31781 {
31782 "name": "review",
31783 "description": "Comment review Review",
31784 "args": [
31785 {
31786 "name": "id",
31787 "description": "",
31788 "type": {
31789 "kind": "SCALAR",
31790 "name": "ID",
31791 "ofType": null
31792 },
31793 "defaultValue": null
31794 },
31795 {
31796 "name": "gitHubId",
31797 "description": "",
31798 "type": {
31799 "kind": "SCALAR",
31800 "name": "String",
31801 "ofType": null
31802 },
31803 "defaultValue": null
31804 },
31805 {
31806 "name": "reviewId",
31807 "description": "",
31808 "type": {
31809 "kind": "SCALAR",
31810 "name": "String",
31811 "ofType": null
31812 },
31813 "defaultValue": null
31814 },
31815 {
31816 "name": "body",
31817 "description": "",
31818 "type": {
31819 "kind": "SCALAR",
31820 "name": "String",
31821 "ofType": null
31822 },
31823 "defaultValue": null
31824 },
31825 {
31826 "name": "state",
31827 "description": "",
31828 "type": {
31829 "kind": "ENUM",
31830 "name": "ReviewState",
31831 "ofType": null
31832 },
31833 "defaultValue": null
31834 },
31835 {
31836 "name": "submittedAt",
31837 "description": "",
31838 "type": {
31839 "kind": "SCALAR",
31840 "name": "String",
31841 "ofType": null
31842 },
31843 "defaultValue": null
31844 },
31845 {
31846 "name": "htmlUrl",
31847 "description": "",
31848 "type": {
31849 "kind": "SCALAR",
31850 "name": "String",
31851 "ofType": null
31852 },
31853 "defaultValue": null
31854 }
31855 ],
31856 "type": {
31857 "kind": "OBJECT",
31858 "name": "Review",
31859 "ofType": null
31860 },
31861 "isDeprecated": false,
31862 "deprecationReason": null
31863 },
31864 {
31865 "name": "pullRequest",
31866 "description": "Comment pullRequest PullRequest",
31867 "args": [
31868 {
31869 "name": "id",
31870 "description": "",
31871 "type": {
31872 "kind": "SCALAR",
31873 "name": "ID",
31874 "ofType": null
31875 },
31876 "defaultValue": null
31877 },
31878 {
31879 "name": "number",
31880 "description": "",
31881 "type": {
31882 "kind": "SCALAR",
31883 "name": "Float",
31884 "ofType": null
31885 },
31886 "defaultValue": null
31887 },
31888 {
31889 "name": "prId",
31890 "description": "",
31891 "type": {
31892 "kind": "SCALAR",
31893 "name": "String",
31894 "ofType": null
31895 },
31896 "defaultValue": null
31897 },
31898 {
31899 "name": "name",
31900 "description": "",
31901 "type": {
31902 "kind": "SCALAR",
31903 "name": "String",
31904 "ofType": null
31905 },
31906 "defaultValue": null
31907 },
31908 {
31909 "name": "body",
31910 "description": "",
31911 "type": {
31912 "kind": "SCALAR",
31913 "name": "String",
31914 "ofType": null
31915 },
31916 "defaultValue": null
31917 },
31918 {
31919 "name": "state",
31920 "description": "",
31921 "type": {
31922 "kind": "SCALAR",
31923 "name": "String",
31924 "ofType": null
31925 },
31926 "defaultValue": null
31927 },
31928 {
31929 "name": "merged",
31930 "description": "",
31931 "type": {
31932 "kind": "SCALAR",
31933 "name": "Boolean",
31934 "ofType": null
31935 },
31936 "defaultValue": null
31937 },
31938 {
31939 "name": "timestamp",
31940 "description": "",
31941 "type": {
31942 "kind": "SCALAR",
31943 "name": "String",
31944 "ofType": null
31945 },
31946 "defaultValue": null
31947 },
31948 {
31949 "name": "baseBranchName",
31950 "description": "",
31951 "type": {
31952 "kind": "SCALAR",
31953 "name": "String",
31954 "ofType": null
31955 },
31956 "defaultValue": null
31957 },
31958 {
31959 "name": "branchName",
31960 "description": "",
31961 "type": {
31962 "kind": "SCALAR",
31963 "name": "String",
31964 "ofType": null
31965 },
31966 "defaultValue": null
31967 },
31968 {
31969 "name": "title",
31970 "description": "",
31971 "type": {
31972 "kind": "SCALAR",
31973 "name": "String",
31974 "ofType": null
31975 },
31976 "defaultValue": null
31977 },
31978 {
31979 "name": "createdAt",
31980 "description": "",
31981 "type": {
31982 "kind": "SCALAR",
31983 "name": "String",
31984 "ofType": null
31985 },
31986 "defaultValue": null
31987 },
31988 {
31989 "name": "updatedAt",
31990 "description": "",
31991 "type": {
31992 "kind": "SCALAR",
31993 "name": "String",
31994 "ofType": null
31995 },
31996 "defaultValue": null
31997 },
31998 {
31999 "name": "closedAt",
32000 "description": "",
32001 "type": {
32002 "kind": "SCALAR",
32003 "name": "String",
32004 "ofType": null
32005 },
32006 "defaultValue": null
32007 },
32008 {
32009 "name": "mergedAt",
32010 "description": "",
32011 "type": {
32012 "kind": "SCALAR",
32013 "name": "String",
32014 "ofType": null
32015 },
32016 "defaultValue": null
32017 },
32018 {
32019 "name": "mergeStatus",
32020 "description": "",
32021 "type": {
32022 "kind": "ENUM",
32023 "name": "MergeStatus",
32024 "ofType": null
32025 },
32026 "defaultValue": null
32027 }
32028 ],
32029 "type": {
32030 "kind": "OBJECT",
32031 "name": "PullRequest",
32032 "ofType": null
32033 },
32034 "isDeprecated": false,
32035 "deprecationReason": null
32036 },
32037 {
32038 "name": "by",
32039 "description": "Comment by SCMId",
32040 "args": [
32041 {
32042 "name": "login",
32043 "description": "",
32044 "type": {
32045 "kind": "SCALAR",
32046 "name": "String",
32047 "ofType": null
32048 },
32049 "defaultValue": null
32050 },
32051 {
32052 "name": "name",
32053 "description": "",
32054 "type": {
32055 "kind": "SCALAR",
32056 "name": "String",
32057 "ofType": null
32058 },
32059 "defaultValue": null
32060 },
32061 {
32062 "name": "avatar",
32063 "description": "",
32064 "type": {
32065 "kind": "SCALAR",
32066 "name": "String",
32067 "ofType": null
32068 },
32069 "defaultValue": null
32070 }
32071 ],
32072 "type": {
32073 "kind": "OBJECT",
32074 "name": "SCMId",
32075 "ofType": null
32076 },
32077 "isDeprecated": false,
32078 "deprecationReason": null
32079 }
32080 ],
32081 "inputFields": null,
32082 "interfaces": [],
32083 "enumValues": null,
32084 "possibleTypes": null
32085 },
32086 {
32087 "kind": "ENUM",
32088 "name": "_BranchOrdering",
32089 "description": "Ordering Enum for Branch",
32090 "fields": null,
32091 "inputFields": null,
32092 "interfaces": null,
32093 "enumValues": [
32094 {
32095 "name": "atmTeamId_asc",
32096 "description": "Ascending sort for atmTeamId",
32097 "isDeprecated": false,
32098 "deprecationReason": null
32099 },
32100 {
32101 "name": "atmTeamId_desc",
32102 "description": "Descending sort for atmTeamId",
32103 "isDeprecated": false,
32104 "deprecationReason": null
32105 },
32106 {
32107 "name": "id_asc",
32108 "description": "Ascending sort for id",
32109 "isDeprecated": false,
32110 "deprecationReason": null
32111 },
32112 {
32113 "name": "id_desc",
32114 "description": "Descending sort for id",
32115 "isDeprecated": false,
32116 "deprecationReason": null
32117 },
32118 {
32119 "name": "name_asc",
32120 "description": "Ascending sort for name",
32121 "isDeprecated": false,
32122 "deprecationReason": null
32123 },
32124 {
32125 "name": "name_desc",
32126 "description": "Descending sort for name",
32127 "isDeprecated": false,
32128 "deprecationReason": null
32129 },
32130 {
32131 "name": "timestamp_asc",
32132 "description": "Ascending sort for timestamp",
32133 "isDeprecated": false,
32134 "deprecationReason": null
32135 },
32136 {
32137 "name": "timestamp_desc",
32138 "description": "Descending sort for timestamp",
32139 "isDeprecated": false,
32140 "deprecationReason": null
32141 },
32142 {
32143 "name": "isRemote_asc",
32144 "description": "Ascending sort for isRemote",
32145 "isDeprecated": false,
32146 "deprecationReason": null
32147 },
32148 {
32149 "name": "isRemote_desc",
32150 "description": "Descending sort for isRemote",
32151 "isDeprecated": false,
32152 "deprecationReason": null
32153 },
32154 {
32155 "name": "remoteRepoHtmlUrl_asc",
32156 "description": "Ascending sort for remoteRepoHtmlUrl",
32157 "isDeprecated": false,
32158 "deprecationReason": null
32159 },
32160 {
32161 "name": "remoteRepoHtmlUrl_desc",
32162 "description": "Descending sort for remoteRepoHtmlUrl",
32163 "isDeprecated": false,
32164 "deprecationReason": null
32165 }
32166 ],
32167 "possibleTypes": null
32168 },
32169 {
32170 "kind": "ENUM",
32171 "name": "_WorkflowOrdering",
32172 "description": "Ordering Enum for Workflow",
32173 "fields": null,
32174 "inputFields": null,
32175 "interfaces": null,
32176 "enumValues": [
32177 {
32178 "name": "atmTeamId_asc",
32179 "description": "Ascending sort for atmTeamId",
32180 "isDeprecated": false,
32181 "deprecationReason": null
32182 },
32183 {
32184 "name": "atmTeamId_desc",
32185 "description": "Descending sort for atmTeamId",
32186 "isDeprecated": false,
32187 "deprecationReason": null
32188 },
32189 {
32190 "name": "id_asc",
32191 "description": "Ascending sort for id",
32192 "isDeprecated": false,
32193 "deprecationReason": null
32194 },
32195 {
32196 "name": "id_desc",
32197 "description": "Descending sort for id",
32198 "isDeprecated": false,
32199 "deprecationReason": null
32200 },
32201 {
32202 "name": "name_asc",
32203 "description": "Ascending sort for name",
32204 "isDeprecated": false,
32205 "deprecationReason": null
32206 },
32207 {
32208 "name": "name_desc",
32209 "description": "Descending sort for name",
32210 "isDeprecated": false,
32211 "deprecationReason": null
32212 },
32213 {
32214 "name": "workflowId_asc",
32215 "description": "Ascending sort for workflowId",
32216 "isDeprecated": false,
32217 "deprecationReason": null
32218 },
32219 {
32220 "name": "workflowId_desc",
32221 "description": "Descending sort for workflowId",
32222 "isDeprecated": false,
32223 "deprecationReason": null
32224 },
32225 {
32226 "name": "provider_asc",
32227 "description": "Ascending sort for provider",
32228 "isDeprecated": false,
32229 "deprecationReason": null
32230 },
32231 {
32232 "name": "provider_desc",
32233 "description": "Descending sort for provider",
32234 "isDeprecated": false,
32235 "deprecationReason": null
32236 },
32237 {
32238 "name": "config_asc",
32239 "description": "Ascending sort for config",
32240 "isDeprecated": false,
32241 "deprecationReason": null
32242 },
32243 {
32244 "name": "config_desc",
32245 "description": "Descending sort for config",
32246 "isDeprecated": false,
32247 "deprecationReason": null
32248 }
32249 ],
32250 "possibleTypes": null
32251 },
32252 {
32253 "kind": "ENUM",
32254 "name": "_DeletedBranchOrdering",
32255 "description": "Ordering Enum for DeletedBranch",
32256 "fields": null,
32257 "inputFields": null,
32258 "interfaces": null,
32259 "enumValues": [
32260 {
32261 "name": "atmTeamId_asc",
32262 "description": "Ascending sort for atmTeamId",
32263 "isDeprecated": false,
32264 "deprecationReason": null
32265 },
32266 {
32267 "name": "atmTeamId_desc",
32268 "description": "Descending sort for atmTeamId",
32269 "isDeprecated": false,
32270 "deprecationReason": null
32271 },
32272 {
32273 "name": "id_asc",
32274 "description": "Ascending sort for id",
32275 "isDeprecated": false,
32276 "deprecationReason": null
32277 },
32278 {
32279 "name": "id_desc",
32280 "description": "Descending sort for id",
32281 "isDeprecated": false,
32282 "deprecationReason": null
32283 },
32284 {
32285 "name": "name_asc",
32286 "description": "Ascending sort for name",
32287 "isDeprecated": false,
32288 "deprecationReason": null
32289 },
32290 {
32291 "name": "name_desc",
32292 "description": "Descending sort for name",
32293 "isDeprecated": false,
32294 "deprecationReason": null
32295 },
32296 {
32297 "name": "timestamp_asc",
32298 "description": "Ascending sort for timestamp",
32299 "isDeprecated": false,
32300 "deprecationReason": null
32301 },
32302 {
32303 "name": "timestamp_desc",
32304 "description": "Descending sort for timestamp",
32305 "isDeprecated": false,
32306 "deprecationReason": null
32307 }
32308 ],
32309 "possibleTypes": null
32310 },
32311 {
32312 "kind": "OBJECT",
32313 "name": "DeletedBranch",
32314 "description": "DeletedBranch-Node",
32315 "fields": [
32316 {
32317 "name": "_id",
32318 "description": "internal node id",
32319 "args": [],
32320 "type": {
32321 "kind": "SCALAR",
32322 "name": "Int",
32323 "ofType": null
32324 },
32325 "isDeprecated": false,
32326 "deprecationReason": null
32327 },
32328 {
32329 "name": "id",
32330 "description": "id of DeletedBranch",
32331 "args": [],
32332 "type": {
32333 "kind": "SCALAR",
32334 "name": "ID",
32335 "ofType": null
32336 },
32337 "isDeprecated": false,
32338 "deprecationReason": null
32339 },
32340 {
32341 "name": "name",
32342 "description": "name of DeletedBranch",
32343 "args": [],
32344 "type": {
32345 "kind": "SCALAR",
32346 "name": "String",
32347 "ofType": null
32348 },
32349 "isDeprecated": false,
32350 "deprecationReason": null
32351 },
32352 {
32353 "name": "timestamp",
32354 "description": "timestamp of DeletedBranch",
32355 "args": [],
32356 "type": {
32357 "kind": "SCALAR",
32358 "name": "String",
32359 "ofType": null
32360 },
32361 "isDeprecated": false,
32362 "deprecationReason": null
32363 },
32364 {
32365 "name": "repo",
32366 "description": "DeletedBranch repo Repo",
32367 "args": [
32368 {
32369 "name": "id",
32370 "description": "",
32371 "type": {
32372 "kind": "SCALAR",
32373 "name": "ID",
32374 "ofType": null
32375 },
32376 "defaultValue": null
32377 },
32378 {
32379 "name": "owner",
32380 "description": "",
32381 "type": {
32382 "kind": "SCALAR",
32383 "name": "String",
32384 "ofType": null
32385 },
32386 "defaultValue": null
32387 },
32388 {
32389 "name": "name",
32390 "description": "",
32391 "type": {
32392 "kind": "SCALAR",
32393 "name": "String",
32394 "ofType": null
32395 },
32396 "defaultValue": null
32397 },
32398 {
32399 "name": "allowRebaseMerge",
32400 "description": "",
32401 "type": {
32402 "kind": "SCALAR",
32403 "name": "Boolean",
32404 "ofType": null
32405 },
32406 "defaultValue": null
32407 },
32408 {
32409 "name": "allowSquashMerge",
32410 "description": "",
32411 "type": {
32412 "kind": "SCALAR",
32413 "name": "Boolean",
32414 "ofType": null
32415 },
32416 "defaultValue": null
32417 },
32418 {
32419 "name": "allowMergeCommit",
32420 "description": "",
32421 "type": {
32422 "kind": "SCALAR",
32423 "name": "Boolean",
32424 "ofType": null
32425 },
32426 "defaultValue": null
32427 },
32428 {
32429 "name": "repoId",
32430 "description": "",
32431 "type": {
32432 "kind": "SCALAR",
32433 "name": "String",
32434 "ofType": null
32435 },
32436 "defaultValue": null
32437 },
32438 {
32439 "name": "gitHubId",
32440 "description": "",
32441 "type": {
32442 "kind": "SCALAR",
32443 "name": "String",
32444 "ofType": null
32445 },
32446 "defaultValue": null
32447 },
32448 {
32449 "name": "defaultBranch",
32450 "description": "",
32451 "type": {
32452 "kind": "SCALAR",
32453 "name": "String",
32454 "ofType": null
32455 },
32456 "defaultValue": null
32457 }
32458 ],
32459 "type": {
32460 "kind": "OBJECT",
32461 "name": "Repo",
32462 "ofType": null
32463 },
32464 "isDeprecated": false,
32465 "deprecationReason": null
32466 },
32467 {
32468 "name": "commit",
32469 "description": "DeletedBranch commit Commit",
32470 "args": [
32471 {
32472 "name": "sha",
32473 "description": "",
32474 "type": {
32475 "kind": "SCALAR",
32476 "name": "String",
32477 "ofType": null
32478 },
32479 "defaultValue": null
32480 },
32481 {
32482 "name": "message",
32483 "description": "",
32484 "type": {
32485 "kind": "SCALAR",
32486 "name": "String",
32487 "ofType": null
32488 },
32489 "defaultValue": null
32490 },
32491 {
32492 "name": "timestamp",
32493 "description": "",
32494 "type": {
32495 "kind": "SCALAR",
32496 "name": "String",
32497 "ofType": null
32498 },
32499 "defaultValue": null
32500 }
32501 ],
32502 "type": {
32503 "kind": "OBJECT",
32504 "name": "Commit",
32505 "ofType": null
32506 },
32507 "isDeprecated": false,
32508 "deprecationReason": null
32509 },
32510 {
32511 "name": "pullRequests",
32512 "description": "DeletedBranch pullRequests PullRequest",
32513 "args": [
32514 {
32515 "name": "id",
32516 "description": "",
32517 "type": {
32518 "kind": "SCALAR",
32519 "name": "ID",
32520 "ofType": null
32521 },
32522 "defaultValue": null
32523 },
32524 {
32525 "name": "number",
32526 "description": "",
32527 "type": {
32528 "kind": "SCALAR",
32529 "name": "Float",
32530 "ofType": null
32531 },
32532 "defaultValue": null
32533 },
32534 {
32535 "name": "prId",
32536 "description": "",
32537 "type": {
32538 "kind": "SCALAR",
32539 "name": "String",
32540 "ofType": null
32541 },
32542 "defaultValue": null
32543 },
32544 {
32545 "name": "name",
32546 "description": "",
32547 "type": {
32548 "kind": "SCALAR",
32549 "name": "String",
32550 "ofType": null
32551 },
32552 "defaultValue": null
32553 },
32554 {
32555 "name": "body",
32556 "description": "",
32557 "type": {
32558 "kind": "SCALAR",
32559 "name": "String",
32560 "ofType": null
32561 },
32562 "defaultValue": null
32563 },
32564 {
32565 "name": "state",
32566 "description": "",
32567 "type": {
32568 "kind": "SCALAR",
32569 "name": "String",
32570 "ofType": null
32571 },
32572 "defaultValue": null
32573 },
32574 {
32575 "name": "merged",
32576 "description": "",
32577 "type": {
32578 "kind": "SCALAR",
32579 "name": "Boolean",
32580 "ofType": null
32581 },
32582 "defaultValue": null
32583 },
32584 {
32585 "name": "timestamp",
32586 "description": "",
32587 "type": {
32588 "kind": "SCALAR",
32589 "name": "String",
32590 "ofType": null
32591 },
32592 "defaultValue": null
32593 },
32594 {
32595 "name": "baseBranchName",
32596 "description": "",
32597 "type": {
32598 "kind": "SCALAR",
32599 "name": "String",
32600 "ofType": null
32601 },
32602 "defaultValue": null
32603 },
32604 {
32605 "name": "branchName",
32606 "description": "",
32607 "type": {
32608 "kind": "SCALAR",
32609 "name": "String",
32610 "ofType": null
32611 },
32612 "defaultValue": null
32613 },
32614 {
32615 "name": "title",
32616 "description": "",
32617 "type": {
32618 "kind": "SCALAR",
32619 "name": "String",
32620 "ofType": null
32621 },
32622 "defaultValue": null
32623 },
32624 {
32625 "name": "createdAt",
32626 "description": "",
32627 "type": {
32628 "kind": "SCALAR",
32629 "name": "String",
32630 "ofType": null
32631 },
32632 "defaultValue": null
32633 },
32634 {
32635 "name": "updatedAt",
32636 "description": "",
32637 "type": {
32638 "kind": "SCALAR",
32639 "name": "String",
32640 "ofType": null
32641 },
32642 "defaultValue": null
32643 },
32644 {
32645 "name": "closedAt",
32646 "description": "",
32647 "type": {
32648 "kind": "SCALAR",
32649 "name": "String",
32650 "ofType": null
32651 },
32652 "defaultValue": null
32653 },
32654 {
32655 "name": "mergedAt",
32656 "description": "",
32657 "type": {
32658 "kind": "SCALAR",
32659 "name": "String",
32660 "ofType": null
32661 },
32662 "defaultValue": null
32663 },
32664 {
32665 "name": "orderBy",
32666 "description": "",
32667 "type": {
32668 "kind": "LIST",
32669 "name": null,
32670 "ofType": {
32671 "kind": "ENUM",
32672 "name": "_PullRequestOrdering",
32673 "ofType": null
32674 }
32675 },
32676 "defaultValue": null
32677 },
32678 {
32679 "name": "first",
32680 "description": "",
32681 "type": {
32682 "kind": "SCALAR",
32683 "name": "Int",
32684 "ofType": null
32685 },
32686 "defaultValue": null
32687 },
32688 {
32689 "name": "offset",
32690 "description": "",
32691 "type": {
32692 "kind": "SCALAR",
32693 "name": "Int",
32694 "ofType": null
32695 },
32696 "defaultValue": null
32697 },
32698 {
32699 "name": "mergeStatus",
32700 "description": "",
32701 "type": {
32702 "kind": "ENUM",
32703 "name": "MergeStatus",
32704 "ofType": null
32705 },
32706 "defaultValue": null
32707 }
32708 ],
32709 "type": {
32710 "kind": "LIST",
32711 "name": null,
32712 "ofType": {
32713 "kind": "OBJECT",
32714 "name": "PullRequest",
32715 "ofType": null
32716 }
32717 },
32718 "isDeprecated": false,
32719 "deprecationReason": null
32720 }
32721 ],
32722 "inputFields": null,
32723 "interfaces": [],
32724 "enumValues": null,
32725 "possibleTypes": null
32726 },
32727 {
32728 "kind": "ENUM",
32729 "name": "_GitHubIdOrdering",
32730 "description": "Ordering Enum for GitHubId",
32731 "fields": null,
32732 "inputFields": null,
32733 "interfaces": null,
32734 "enumValues": [
32735 {
32736 "name": "atmTeamId_asc",
32737 "description": "Ascending sort for atmTeamId",
32738 "isDeprecated": false,
32739 "deprecationReason": null
32740 },
32741 {
32742 "name": "atmTeamId_desc",
32743 "description": "Descending sort for atmTeamId",
32744 "isDeprecated": false,
32745 "deprecationReason": null
32746 },
32747 {
32748 "name": "login_asc",
32749 "description": "Ascending sort for login",
32750 "isDeprecated": false,
32751 "deprecationReason": null
32752 },
32753 {
32754 "name": "login_desc",
32755 "description": "Descending sort for login",
32756 "isDeprecated": false,
32757 "deprecationReason": null
32758 },
32759 {
32760 "name": "name_asc",
32761 "description": "Ascending sort for name",
32762 "isDeprecated": false,
32763 "deprecationReason": null
32764 },
32765 {
32766 "name": "name_desc",
32767 "description": "Descending sort for name",
32768 "isDeprecated": false,
32769 "deprecationReason": null
32770 }
32771 ],
32772 "possibleTypes": null
32773 },
32774 {
32775 "kind": "ENUM",
32776 "name": "_ImageLinkedOrdering",
32777 "description": "Ordering Enum for ImageLinked",
32778 "fields": null,
32779 "inputFields": null,
32780 "interfaces": null,
32781 "enumValues": [
32782 {
32783 "name": "atmTeamId_asc",
32784 "description": "Ascending sort for atmTeamId",
32785 "isDeprecated": false,
32786 "deprecationReason": null
32787 },
32788 {
32789 "name": "atmTeamId_desc",
32790 "description": "Descending sort for atmTeamId",
32791 "isDeprecated": false,
32792 "deprecationReason": null
32793 },
32794 {
32795 "name": "timestamp_asc",
32796 "description": "Ascending sort for timestamp",
32797 "isDeprecated": false,
32798 "deprecationReason": null
32799 },
32800 {
32801 "name": "timestamp_desc",
32802 "description": "Descending sort for timestamp",
32803 "isDeprecated": false,
32804 "deprecationReason": null
32805 }
32806 ],
32807 "possibleTypes": null
32808 },
32809 {
32810 "kind": "OBJECT",
32811 "name": "ImageLinked",
32812 "description": "ImageLinked-Node",
32813 "fields": [
32814 {
32815 "name": "_id",
32816 "description": "internal node id",
32817 "args": [],
32818 "type": {
32819 "kind": "SCALAR",
32820 "name": "Int",
32821 "ofType": null
32822 },
32823 "isDeprecated": false,
32824 "deprecationReason": null
32825 },
32826 {
32827 "name": "timestamp",
32828 "description": "timestamp of ImageLinked",
32829 "args": [],
32830 "type": {
32831 "kind": "SCALAR",
32832 "name": "String",
32833 "ofType": null
32834 },
32835 "isDeprecated": false,
32836 "deprecationReason": null
32837 },
32838 {
32839 "name": "image",
32840 "description": "ImageLinked image DockerImage",
32841 "args": [
32842 {
32843 "name": "image",
32844 "description": "",
32845 "type": {
32846 "kind": "SCALAR",
32847 "name": "String",
32848 "ofType": null
32849 },
32850 "defaultValue": null
32851 },
32852 {
32853 "name": "imageName",
32854 "description": "",
32855 "type": {
32856 "kind": "SCALAR",
32857 "name": "String",
32858 "ofType": null
32859 },
32860 "defaultValue": null
32861 },
32862 {
32863 "name": "timestamp",
32864 "description": "",
32865 "type": {
32866 "kind": "SCALAR",
32867 "name": "String",
32868 "ofType": null
32869 },
32870 "defaultValue": null
32871 }
32872 ],
32873 "type": {
32874 "kind": "OBJECT",
32875 "name": "DockerImage",
32876 "ofType": null
32877 },
32878 "isDeprecated": false,
32879 "deprecationReason": null
32880 },
32881 {
32882 "name": "commit",
32883 "description": "ImageLinked commit Commit",
32884 "args": [
32885 {
32886 "name": "sha",
32887 "description": "",
32888 "type": {
32889 "kind": "SCALAR",
32890 "name": "String",
32891 "ofType": null
32892 },
32893 "defaultValue": null
32894 },
32895 {
32896 "name": "message",
32897 "description": "",
32898 "type": {
32899 "kind": "SCALAR",
32900 "name": "String",
32901 "ofType": null
32902 },
32903 "defaultValue": null
32904 },
32905 {
32906 "name": "timestamp",
32907 "description": "",
32908 "type": {
32909 "kind": "SCALAR",
32910 "name": "String",
32911 "ofType": null
32912 },
32913 "defaultValue": null
32914 }
32915 ],
32916 "type": {
32917 "kind": "OBJECT",
32918 "name": "Commit",
32919 "ofType": null
32920 },
32921 "isDeprecated": false,
32922 "deprecationReason": null
32923 }
32924 ],
32925 "inputFields": null,
32926 "interfaces": [],
32927 "enumValues": null,
32928 "possibleTypes": null
32929 },
32930 {
32931 "kind": "ENUM",
32932 "name": "_ReleaseOrdering",
32933 "description": "Ordering Enum for Release",
32934 "fields": null,
32935 "inputFields": null,
32936 "interfaces": null,
32937 "enumValues": [
32938 {
32939 "name": "atmTeamId_asc",
32940 "description": "Ascending sort for atmTeamId",
32941 "isDeprecated": false,
32942 "deprecationReason": null
32943 },
32944 {
32945 "name": "atmTeamId_desc",
32946 "description": "Descending sort for atmTeamId",
32947 "isDeprecated": false,
32948 "deprecationReason": null
32949 },
32950 {
32951 "name": "id_asc",
32952 "description": "Ascending sort for id",
32953 "isDeprecated": false,
32954 "deprecationReason": null
32955 },
32956 {
32957 "name": "id_desc",
32958 "description": "Descending sort for id",
32959 "isDeprecated": false,
32960 "deprecationReason": null
32961 },
32962 {
32963 "name": "name_asc",
32964 "description": "Ascending sort for name",
32965 "isDeprecated": false,
32966 "deprecationReason": null
32967 },
32968 {
32969 "name": "name_desc",
32970 "description": "Descending sort for name",
32971 "isDeprecated": false,
32972 "deprecationReason": null
32973 },
32974 {
32975 "name": "timestamp_asc",
32976 "description": "Ascending sort for timestamp",
32977 "isDeprecated": false,
32978 "deprecationReason": null
32979 },
32980 {
32981 "name": "timestamp_desc",
32982 "description": "Descending sort for timestamp",
32983 "isDeprecated": false,
32984 "deprecationReason": null
32985 }
32986 ],
32987 "possibleTypes": null
32988 },
32989 {
32990 "kind": "ENUM",
32991 "name": "_TeamOrdering",
32992 "description": "Ordering Enum for Team",
32993 "fields": null,
32994 "inputFields": null,
32995 "interfaces": null,
32996 "enumValues": [
32997 {
32998 "name": "atmTeamId_asc",
32999 "description": "Ascending sort for atmTeamId",
33000 "isDeprecated": false,
33001 "deprecationReason": null
33002 },
33003 {
33004 "name": "atmTeamId_desc",
33005 "description": "Descending sort for atmTeamId",
33006 "isDeprecated": false,
33007 "deprecationReason": null
33008 },
33009 {
33010 "name": "id_asc",
33011 "description": "Ascending sort for id",
33012 "isDeprecated": false,
33013 "deprecationReason": null
33014 },
33015 {
33016 "name": "id_desc",
33017 "description": "Descending sort for id",
33018 "isDeprecated": false,
33019 "deprecationReason": null
33020 },
33021 {
33022 "name": "name_asc",
33023 "description": "Ascending sort for name",
33024 "isDeprecated": false,
33025 "deprecationReason": null
33026 },
33027 {
33028 "name": "name_desc",
33029 "description": "Descending sort for name",
33030 "isDeprecated": false,
33031 "deprecationReason": null
33032 },
33033 {
33034 "name": "description_asc",
33035 "description": "Ascending sort for description",
33036 "isDeprecated": false,
33037 "deprecationReason": null
33038 },
33039 {
33040 "name": "description_desc",
33041 "description": "Descending sort for description",
33042 "isDeprecated": false,
33043 "deprecationReason": null
33044 },
33045 {
33046 "name": "iconUrl_asc",
33047 "description": "Ascending sort for iconUrl",
33048 "isDeprecated": false,
33049 "deprecationReason": null
33050 },
33051 {
33052 "name": "iconUrl_desc",
33053 "description": "Descending sort for iconUrl",
33054 "isDeprecated": false,
33055 "deprecationReason": null
33056 },
33057 {
33058 "name": "createdAt_asc",
33059 "description": "Ascending sort for createdAt",
33060 "isDeprecated": false,
33061 "deprecationReason": null
33062 },
33063 {
33064 "name": "createdAt_desc",
33065 "description": "Descending sort for createdAt",
33066 "isDeprecated": false,
33067 "deprecationReason": null
33068 }
33069 ],
33070 "possibleTypes": null
33071 },
33072 {
33073 "kind": "ENUM",
33074 "name": "_ParentImpactOrdering",
33075 "description": "Ordering Enum for ParentImpact",
33076 "fields": null,
33077 "inputFields": null,
33078 "interfaces": null,
33079 "enumValues": [
33080 {
33081 "name": "atmTeamId_asc",
33082 "description": "Ascending sort for atmTeamId",
33083 "isDeprecated": false,
33084 "deprecationReason": null
33085 },
33086 {
33087 "name": "atmTeamId_desc",
33088 "description": "Descending sort for atmTeamId",
33089 "isDeprecated": false,
33090 "deprecationReason": null
33091 },
33092 {
33093 "name": "id_asc",
33094 "description": "Ascending sort for id",
33095 "isDeprecated": false,
33096 "deprecationReason": null
33097 },
33098 {
33099 "name": "id_desc",
33100 "description": "Descending sort for id",
33101 "isDeprecated": false,
33102 "deprecationReason": null
33103 },
33104 {
33105 "name": "url_asc",
33106 "description": "Ascending sort for url",
33107 "isDeprecated": false,
33108 "deprecationReason": null
33109 },
33110 {
33111 "name": "url_desc",
33112 "description": "Descending sort for url",
33113 "isDeprecated": false,
33114 "deprecationReason": null
33115 },
33116 {
33117 "name": "data_asc",
33118 "description": "Ascending sort for data",
33119 "isDeprecated": false,
33120 "deprecationReason": null
33121 },
33122 {
33123 "name": "data_desc",
33124 "description": "Descending sort for data",
33125 "isDeprecated": false,
33126 "deprecationReason": null
33127 }
33128 ],
33129 "possibleTypes": null
33130 },
33131 {
33132 "kind": "ENUM",
33133 "name": "_PushImpactOrdering",
33134 "description": "Ordering Enum for PushImpact",
33135 "fields": null,
33136 "inputFields": null,
33137 "interfaces": null,
33138 "enumValues": [
33139 {
33140 "name": "atmTeamId_asc",
33141 "description": "Ascending sort for atmTeamId",
33142 "isDeprecated": false,
33143 "deprecationReason": null
33144 },
33145 {
33146 "name": "atmTeamId_desc",
33147 "description": "Descending sort for atmTeamId",
33148 "isDeprecated": false,
33149 "deprecationReason": null
33150 },
33151 {
33152 "name": "id_asc",
33153 "description": "Ascending sort for id",
33154 "isDeprecated": false,
33155 "deprecationReason": null
33156 },
33157 {
33158 "name": "id_desc",
33159 "description": "Descending sort for id",
33160 "isDeprecated": false,
33161 "deprecationReason": null
33162 },
33163 {
33164 "name": "url_asc",
33165 "description": "Ascending sort for url",
33166 "isDeprecated": false,
33167 "deprecationReason": null
33168 },
33169 {
33170 "name": "url_desc",
33171 "description": "Descending sort for url",
33172 "isDeprecated": false,
33173 "deprecationReason": null
33174 },
33175 {
33176 "name": "data_asc",
33177 "description": "Ascending sort for data",
33178 "isDeprecated": false,
33179 "deprecationReason": null
33180 },
33181 {
33182 "name": "data_desc",
33183 "description": "Descending sort for data",
33184 "isDeprecated": false,
33185 "deprecationReason": null
33186 }
33187 ],
33188 "possibleTypes": null
33189 },
33190 {
33191 "kind": "OBJECT",
33192 "name": "PushImpact",
33193 "description": "PushImpact-Node",
33194 "fields": [
33195 {
33196 "name": "_id",
33197 "description": "internal node id",
33198 "args": [],
33199 "type": {
33200 "kind": "SCALAR",
33201 "name": "Int",
33202 "ofType": null
33203 },
33204 "isDeprecated": false,
33205 "deprecationReason": null
33206 },
33207 {
33208 "name": "id",
33209 "description": "id of PushImpact",
33210 "args": [],
33211 "type": {
33212 "kind": "SCALAR",
33213 "name": "ID",
33214 "ofType": null
33215 },
33216 "isDeprecated": false,
33217 "deprecationReason": null
33218 },
33219 {
33220 "name": "url",
33221 "description": "url of PushImpact",
33222 "args": [],
33223 "type": {
33224 "kind": "SCALAR",
33225 "name": "String",
33226 "ofType": null
33227 },
33228 "isDeprecated": false,
33229 "deprecationReason": null
33230 },
33231 {
33232 "name": "data",
33233 "description": "data of PushImpact",
33234 "args": [],
33235 "type": {
33236 "kind": "SCALAR",
33237 "name": "String",
33238 "ofType": null
33239 },
33240 "isDeprecated": false,
33241 "deprecationReason": null
33242 },
33243 {
33244 "name": "push",
33245 "description": "PushImpact push Push",
33246 "args": [
33247 {
33248 "name": "id",
33249 "description": "",
33250 "type": {
33251 "kind": "SCALAR",
33252 "name": "ID",
33253 "ofType": null
33254 },
33255 "defaultValue": null
33256 },
33257 {
33258 "name": "timestamp",
33259 "description": "",
33260 "type": {
33261 "kind": "SCALAR",
33262 "name": "String",
33263 "ofType": null
33264 },
33265 "defaultValue": null
33266 },
33267 {
33268 "name": "branch",
33269 "description": "",
33270 "type": {
33271 "kind": "SCALAR",
33272 "name": "String",
33273 "ofType": null
33274 },
33275 "defaultValue": null
33276 }
33277 ],
33278 "type": {
33279 "kind": "OBJECT",
33280 "name": "Push",
33281 "ofType": null
33282 },
33283 "isDeprecated": false,
33284 "deprecationReason": null
33285 }
33286 ],
33287 "inputFields": null,
33288 "interfaces": [],
33289 "enumValues": null,
33290 "possibleTypes": null
33291 },
33292 {
33293 "kind": "ENUM",
33294 "name": "_PullRequestImpactOrdering",
33295 "description": "Ordering Enum for PullRequestImpact",
33296 "fields": null,
33297 "inputFields": null,
33298 "interfaces": null,
33299 "enumValues": [
33300 {
33301 "name": "atmTeamId_asc",
33302 "description": "Ascending sort for atmTeamId",
33303 "isDeprecated": false,
33304 "deprecationReason": null
33305 },
33306 {
33307 "name": "atmTeamId_desc",
33308 "description": "Descending sort for atmTeamId",
33309 "isDeprecated": false,
33310 "deprecationReason": null
33311 },
33312 {
33313 "name": "id_asc",
33314 "description": "Ascending sort for id",
33315 "isDeprecated": false,
33316 "deprecationReason": null
33317 },
33318 {
33319 "name": "id_desc",
33320 "description": "Descending sort for id",
33321 "isDeprecated": false,
33322 "deprecationReason": null
33323 },
33324 {
33325 "name": "url_asc",
33326 "description": "Ascending sort for url",
33327 "isDeprecated": false,
33328 "deprecationReason": null
33329 },
33330 {
33331 "name": "url_desc",
33332 "description": "Descending sort for url",
33333 "isDeprecated": false,
33334 "deprecationReason": null
33335 },
33336 {
33337 "name": "data_asc",
33338 "description": "Ascending sort for data",
33339 "isDeprecated": false,
33340 "deprecationReason": null
33341 },
33342 {
33343 "name": "data_desc",
33344 "description": "Descending sort for data",
33345 "isDeprecated": false,
33346 "deprecationReason": null
33347 }
33348 ],
33349 "possibleTypes": null
33350 },
33351 {
33352 "kind": "OBJECT",
33353 "name": "PullRequestImpact",
33354 "description": "PullRequestImpact-Node",
33355 "fields": [
33356 {
33357 "name": "_id",
33358 "description": "internal node id",
33359 "args": [],
33360 "type": {
33361 "kind": "SCALAR",
33362 "name": "Int",
33363 "ofType": null
33364 },
33365 "isDeprecated": false,
33366 "deprecationReason": null
33367 },
33368 {
33369 "name": "id",
33370 "description": "id of PullRequestImpact",
33371 "args": [],
33372 "type": {
33373 "kind": "SCALAR",
33374 "name": "ID",
33375 "ofType": null
33376 },
33377 "isDeprecated": false,
33378 "deprecationReason": null
33379 },
33380 {
33381 "name": "url",
33382 "description": "url of PullRequestImpact",
33383 "args": [],
33384 "type": {
33385 "kind": "SCALAR",
33386 "name": "String",
33387 "ofType": null
33388 },
33389 "isDeprecated": false,
33390 "deprecationReason": null
33391 },
33392 {
33393 "name": "data",
33394 "description": "data of PullRequestImpact",
33395 "args": [],
33396 "type": {
33397 "kind": "SCALAR",
33398 "name": "String",
33399 "ofType": null
33400 },
33401 "isDeprecated": false,
33402 "deprecationReason": null
33403 },
33404 {
33405 "name": "pullRequest",
33406 "description": "PullRequestImpact pullRequest PullRequest",
33407 "args": [
33408 {
33409 "name": "id",
33410 "description": "",
33411 "type": {
33412 "kind": "SCALAR",
33413 "name": "ID",
33414 "ofType": null
33415 },
33416 "defaultValue": null
33417 },
33418 {
33419 "name": "number",
33420 "description": "",
33421 "type": {
33422 "kind": "SCALAR",
33423 "name": "Float",
33424 "ofType": null
33425 },
33426 "defaultValue": null
33427 },
33428 {
33429 "name": "prId",
33430 "description": "",
33431 "type": {
33432 "kind": "SCALAR",
33433 "name": "String",
33434 "ofType": null
33435 },
33436 "defaultValue": null
33437 },
33438 {
33439 "name": "name",
33440 "description": "",
33441 "type": {
33442 "kind": "SCALAR",
33443 "name": "String",
33444 "ofType": null
33445 },
33446 "defaultValue": null
33447 },
33448 {
33449 "name": "body",
33450 "description": "",
33451 "type": {
33452 "kind": "SCALAR",
33453 "name": "String",
33454 "ofType": null
33455 },
33456 "defaultValue": null
33457 },
33458 {
33459 "name": "state",
33460 "description": "",
33461 "type": {
33462 "kind": "SCALAR",
33463 "name": "String",
33464 "ofType": null
33465 },
33466 "defaultValue": null
33467 },
33468 {
33469 "name": "merged",
33470 "description": "",
33471 "type": {
33472 "kind": "SCALAR",
33473 "name": "Boolean",
33474 "ofType": null
33475 },
33476 "defaultValue": null
33477 },
33478 {
33479 "name": "timestamp",
33480 "description": "",
33481 "type": {
33482 "kind": "SCALAR",
33483 "name": "String",
33484 "ofType": null
33485 },
33486 "defaultValue": null
33487 },
33488 {
33489 "name": "baseBranchName",
33490 "description": "",
33491 "type": {
33492 "kind": "SCALAR",
33493 "name": "String",
33494 "ofType": null
33495 },
33496 "defaultValue": null
33497 },
33498 {
33499 "name": "branchName",
33500 "description": "",
33501 "type": {
33502 "kind": "SCALAR",
33503 "name": "String",
33504 "ofType": null
33505 },
33506 "defaultValue": null
33507 },
33508 {
33509 "name": "title",
33510 "description": "",
33511 "type": {
33512 "kind": "SCALAR",
33513 "name": "String",
33514 "ofType": null
33515 },
33516 "defaultValue": null
33517 },
33518 {
33519 "name": "createdAt",
33520 "description": "",
33521 "type": {
33522 "kind": "SCALAR",
33523 "name": "String",
33524 "ofType": null
33525 },
33526 "defaultValue": null
33527 },
33528 {
33529 "name": "updatedAt",
33530 "description": "",
33531 "type": {
33532 "kind": "SCALAR",
33533 "name": "String",
33534 "ofType": null
33535 },
33536 "defaultValue": null
33537 },
33538 {
33539 "name": "closedAt",
33540 "description": "",
33541 "type": {
33542 "kind": "SCALAR",
33543 "name": "String",
33544 "ofType": null
33545 },
33546 "defaultValue": null
33547 },
33548 {
33549 "name": "mergedAt",
33550 "description": "",
33551 "type": {
33552 "kind": "SCALAR",
33553 "name": "String",
33554 "ofType": null
33555 },
33556 "defaultValue": null
33557 },
33558 {
33559 "name": "mergeStatus",
33560 "description": "",
33561 "type": {
33562 "kind": "ENUM",
33563 "name": "MergeStatus",
33564 "ofType": null
33565 },
33566 "defaultValue": null
33567 }
33568 ],
33569 "type": {
33570 "kind": "OBJECT",
33571 "name": "PullRequest",
33572 "ofType": null
33573 },
33574 "isDeprecated": false,
33575 "deprecationReason": null
33576 }
33577 ],
33578 "inputFields": null,
33579 "interfaces": [],
33580 "enumValues": null,
33581 "possibleTypes": null
33582 },
33583 {
33584 "kind": "ENUM",
33585 "name": "_GitHubProviderOrdering",
33586 "description": "Ordering Enum for GitHubProvider",
33587 "fields": null,
33588 "inputFields": null,
33589 "interfaces": null,
33590 "enumValues": [
33591 {
33592 "name": "atmTeamId_asc",
33593 "description": "Ascending sort for atmTeamId",
33594 "isDeprecated": false,
33595 "deprecationReason": null
33596 },
33597 {
33598 "name": "atmTeamId_desc",
33599 "description": "Descending sort for atmTeamId",
33600 "isDeprecated": false,
33601 "deprecationReason": null
33602 },
33603 {
33604 "name": "id_asc",
33605 "description": "Ascending sort for id",
33606 "isDeprecated": false,
33607 "deprecationReason": null
33608 },
33609 {
33610 "name": "id_desc",
33611 "description": "Descending sort for id",
33612 "isDeprecated": false,
33613 "deprecationReason": null
33614 },
33615 {
33616 "name": "url_asc",
33617 "description": "Ascending sort for url",
33618 "isDeprecated": false,
33619 "deprecationReason": null
33620 },
33621 {
33622 "name": "url_desc",
33623 "description": "Descending sort for url",
33624 "isDeprecated": false,
33625 "deprecationReason": null
33626 },
33627 {
33628 "name": "providerId_asc",
33629 "description": "Ascending sort for providerId",
33630 "isDeprecated": false,
33631 "deprecationReason": null
33632 },
33633 {
33634 "name": "providerId_desc",
33635 "description": "Descending sort for providerId",
33636 "isDeprecated": false,
33637 "deprecationReason": null
33638 },
33639 {
33640 "name": "apiUrl_asc",
33641 "description": "Ascending sort for apiUrl",
33642 "isDeprecated": false,
33643 "deprecationReason": null
33644 },
33645 {
33646 "name": "apiUrl_desc",
33647 "description": "Descending sort for apiUrl",
33648 "isDeprecated": false,
33649 "deprecationReason": null
33650 },
33651 {
33652 "name": "gitUrl_asc",
33653 "description": "Ascending sort for gitUrl",
33654 "isDeprecated": false,
33655 "deprecationReason": null
33656 },
33657 {
33658 "name": "gitUrl_desc",
33659 "description": "Descending sort for gitUrl",
33660 "isDeprecated": false,
33661 "deprecationReason": null
33662 },
33663 {
33664 "name": "providerType_asc",
33665 "description": "Ascending sort for providerType",
33666 "isDeprecated": false,
33667 "deprecationReason": null
33668 },
33669 {
33670 "name": "providerType_desc",
33671 "description": "Descending sort for providerType",
33672 "isDeprecated": false,
33673 "deprecationReason": null
33674 }
33675 ],
33676 "possibleTypes": null
33677 },
33678 {
33679 "kind": "ENUM",
33680 "name": "_UserJoinedChannelOrdering",
33681 "description": "Ordering Enum for UserJoinedChannel",
33682 "fields": null,
33683 "inputFields": null,
33684 "interfaces": null,
33685 "enumValues": [
33686 {
33687 "name": "atmTeamId_asc",
33688 "description": "Ascending sort for atmTeamId",
33689 "isDeprecated": false,
33690 "deprecationReason": null
33691 },
33692 {
33693 "name": "atmTeamId_desc",
33694 "description": "Descending sort for atmTeamId",
33695 "isDeprecated": false,
33696 "deprecationReason": null
33697 },
33698 {
33699 "name": "id_asc",
33700 "description": "Ascending sort for id",
33701 "isDeprecated": false,
33702 "deprecationReason": null
33703 },
33704 {
33705 "name": "id_desc",
33706 "description": "Descending sort for id",
33707 "isDeprecated": false,
33708 "deprecationReason": null
33709 }
33710 ],
33711 "possibleTypes": null
33712 },
33713 {
33714 "kind": "OBJECT",
33715 "name": "UserJoinedChannel",
33716 "description": "UserJoinedChannel-Node",
33717 "fields": [
33718 {
33719 "name": "_id",
33720 "description": "internal node id",
33721 "args": [],
33722 "type": {
33723 "kind": "SCALAR",
33724 "name": "Int",
33725 "ofType": null
33726 },
33727 "isDeprecated": false,
33728 "deprecationReason": null
33729 },
33730 {
33731 "name": "id",
33732 "description": "id of UserJoinedChannel",
33733 "args": [],
33734 "type": {
33735 "kind": "SCALAR",
33736 "name": "ID",
33737 "ofType": null
33738 },
33739 "isDeprecated": false,
33740 "deprecationReason": null
33741 },
33742 {
33743 "name": "user",
33744 "description": "UserJoinedChannel user ChatId",
33745 "args": [
33746 {
33747 "name": "id",
33748 "description": "",
33749 "type": {
33750 "kind": "SCALAR",
33751 "name": "ID",
33752 "ofType": null
33753 },
33754 "defaultValue": null
33755 },
33756 {
33757 "name": "screenName",
33758 "description": "",
33759 "type": {
33760 "kind": "SCALAR",
33761 "name": "String",
33762 "ofType": null
33763 },
33764 "defaultValue": null
33765 },
33766 {
33767 "name": "userId",
33768 "description": "",
33769 "type": {
33770 "kind": "SCALAR",
33771 "name": "String",
33772 "ofType": null
33773 },
33774 "defaultValue": null
33775 },
33776 {
33777 "name": "provider",
33778 "description": "",
33779 "type": {
33780 "kind": "SCALAR",
33781 "name": "String",
33782 "ofType": null
33783 },
33784 "defaultValue": null
33785 },
33786 {
33787 "name": "isAtomistBot",
33788 "description": "",
33789 "type": {
33790 "kind": "SCALAR",
33791 "name": "String",
33792 "ofType": null
33793 },
33794 "defaultValue": null
33795 },
33796 {
33797 "name": "isOwner",
33798 "description": "",
33799 "type": {
33800 "kind": "SCALAR",
33801 "name": "String",
33802 "ofType": null
33803 },
33804 "defaultValue": null
33805 },
33806 {
33807 "name": "isPrimaryOwner",
33808 "description": "",
33809 "type": {
33810 "kind": "SCALAR",
33811 "name": "String",
33812 "ofType": null
33813 },
33814 "defaultValue": null
33815 },
33816 {
33817 "name": "isAdmin",
33818 "description": "",
33819 "type": {
33820 "kind": "SCALAR",
33821 "name": "String",
33822 "ofType": null
33823 },
33824 "defaultValue": null
33825 },
33826 {
33827 "name": "isBot",
33828 "description": "",
33829 "type": {
33830 "kind": "SCALAR",
33831 "name": "String",
33832 "ofType": null
33833 },
33834 "defaultValue": null
33835 },
33836 {
33837 "name": "timezoneLabel",
33838 "description": "",
33839 "type": {
33840 "kind": "SCALAR",
33841 "name": "String",
33842 "ofType": null
33843 },
33844 "defaultValue": null
33845 }
33846 ],
33847 "type": {
33848 "kind": "OBJECT",
33849 "name": "ChatId",
33850 "ofType": null
33851 },
33852 "isDeprecated": false,
33853 "deprecationReason": null
33854 },
33855 {
33856 "name": "channel",
33857 "description": "UserJoinedChannel channel ChatChannel",
33858 "args": [
33859 {
33860 "name": "id",
33861 "description": "",
33862 "type": {
33863 "kind": "SCALAR",
33864 "name": "ID",
33865 "ofType": null
33866 },
33867 "defaultValue": null
33868 },
33869 {
33870 "name": "name",
33871 "description": "",
33872 "type": {
33873 "kind": "SCALAR",
33874 "name": "String",
33875 "ofType": null
33876 },
33877 "defaultValue": null
33878 },
33879 {
33880 "name": "provider",
33881 "description": "",
33882 "type": {
33883 "kind": "SCALAR",
33884 "name": "String",
33885 "ofType": null
33886 },
33887 "defaultValue": null
33888 },
33889 {
33890 "name": "normalizedName",
33891 "description": "",
33892 "type": {
33893 "kind": "SCALAR",
33894 "name": "String",
33895 "ofType": null
33896 },
33897 "defaultValue": null
33898 },
33899 {
33900 "name": "channelId",
33901 "description": "",
33902 "type": {
33903 "kind": "SCALAR",
33904 "name": "String",
33905 "ofType": null
33906 },
33907 "defaultValue": null
33908 },
33909 {
33910 "name": "isDefault",
33911 "description": "",
33912 "type": {
33913 "kind": "SCALAR",
33914 "name": "Boolean",
33915 "ofType": null
33916 },
33917 "defaultValue": null
33918 },
33919 {
33920 "name": "botInvitedSelf",
33921 "description": "",
33922 "type": {
33923 "kind": "SCALAR",
33924 "name": "Boolean",
33925 "ofType": null
33926 },
33927 "defaultValue": null
33928 },
33929 {
33930 "name": "archived",
33931 "description": "",
33932 "type": {
33933 "kind": "SCALAR",
33934 "name": "Boolean",
33935 "ofType": null
33936 },
33937 "defaultValue": null
33938 }
33939 ],
33940 "type": {
33941 "kind": "OBJECT",
33942 "name": "ChatChannel",
33943 "ofType": null
33944 },
33945 "isDeprecated": false,
33946 "deprecationReason": null
33947 }
33948 ],
33949 "inputFields": null,
33950 "interfaces": [],
33951 "enumValues": null,
33952 "possibleTypes": null
33953 },
33954 {
33955 "kind": "ENUM",
33956 "name": "_Ordering",
33957 "description": "asc or desc ordering. Must be used with orderBy",
33958 "fields": null,
33959 "inputFields": null,
33960 "interfaces": null,
33961 "enumValues": [
33962 {
33963 "name": "desc",
33964 "description": "Descending order",
33965 "isDeprecated": false,
33966 "deprecationReason": null
33967 },
33968 {
33969 "name": "asc",
33970 "description": "Ascending order",
33971 "isDeprecated": false,
33972 "deprecationReason": null
33973 }
33974 ],
33975 "possibleTypes": null
33976 },
33977 {
33978 "kind": "OBJECT",
33979 "name": "Card",
33980 "description": null,
33981 "fields": [
33982 {
33983 "name": "actionGroups",
33984 "description": null,
33985 "args": [],
33986 "type": {
33987 "kind": "LIST",
33988 "name": null,
33989 "ofType": {
33990 "kind": "OBJECT",
33991 "name": "CardActionGroup",
33992 "ofType": null
33993 }
33994 },
33995 "isDeprecated": false,
33996 "deprecationReason": null
33997 },
33998 {
33999 "name": "actions",
34000 "description": null,
34001 "args": [],
34002 "type": {
34003 "kind": "LIST",
34004 "name": null,
34005 "ofType": {
34006 "kind": "OBJECT",
34007 "name": "CardAction",
34008 "ofType": null
34009 }
34010 },
34011 "isDeprecated": false,
34012 "deprecationReason": null
34013 },
34014 {
34015 "name": "body",
34016 "description": null,
34017 "args": [],
34018 "type": {
34019 "kind": "OBJECT",
34020 "name": "CardBody",
34021 "ofType": null
34022 },
34023 "isDeprecated": false,
34024 "deprecationReason": null
34025 },
34026 {
34027 "name": "collaborators",
34028 "description": null,
34029 "args": [
34030 {
34031 "name": "login",
34032 "description": null,
34033 "type": {
34034 "kind": "LIST",
34035 "name": null,
34036 "ofType": {
34037 "kind": "SCALAR",
34038 "name": "String",
34039 "ofType": null
34040 }
34041 },
34042 "defaultValue": null
34043 }
34044 ],
34045 "type": {
34046 "kind": "LIST",
34047 "name": null,
34048 "ofType": {
34049 "kind": "OBJECT",
34050 "name": "CardCollaborator",
34051 "ofType": null
34052 }
34053 },
34054 "isDeprecated": false,
34055 "deprecationReason": null
34056 },
34057 {
34058 "name": "comments",
34059 "description": null,
34060 "args": [],
34061 "type": {
34062 "kind": "LIST",
34063 "name": null,
34064 "ofType": {
34065 "kind": "OBJECT",
34066 "name": "CardBody",
34067 "ofType": null
34068 }
34069 },
34070 "isDeprecated": false,
34071 "deprecationReason": null
34072 },
34073 {
34074 "name": "correlations",
34075 "description": null,
34076 "args": [],
34077 "type": {
34078 "kind": "LIST",
34079 "name": null,
34080 "ofType": {
34081 "kind": "OBJECT",
34082 "name": "CardCorrelation",
34083 "ofType": null
34084 }
34085 },
34086 "isDeprecated": false,
34087 "deprecationReason": null
34088 },
34089 {
34090 "name": "events",
34091 "description": null,
34092 "args": [],
34093 "type": {
34094 "kind": "LIST",
34095 "name": null,
34096 "ofType": {
34097 "kind": "OBJECT",
34098 "name": "CardEvent",
34099 "ofType": null
34100 }
34101 },
34102 "isDeprecated": false,
34103 "deprecationReason": null
34104 },
34105 {
34106 "name": "goalSets",
34107 "description": null,
34108 "args": [
34109 {
34110 "name": "goalSetId",
34111 "description": null,
34112 "type": {
34113 "kind": "LIST",
34114 "name": null,
34115 "ofType": {
34116 "kind": "SCALAR",
34117 "name": "String",
34118 "ofType": null
34119 }
34120 },
34121 "defaultValue": null
34122 }
34123 ],
34124 "type": {
34125 "kind": "LIST",
34126 "name": null,
34127 "ofType": {
34128 "kind": "OBJECT",
34129 "name": "CardSdmGoalSet",
34130 "ofType": null
34131 }
34132 },
34133 "isDeprecated": false,
34134 "deprecationReason": null
34135 },
34136 {
34137 "name": "key",
34138 "description": null,
34139 "args": [],
34140 "type": {
34141 "kind": "SCALAR",
34142 "name": "String",
34143 "ofType": null
34144 },
34145 "isDeprecated": false,
34146 "deprecationReason": null
34147 },
34148 {
34149 "name": "post",
34150 "description": null,
34151 "args": [],
34152 "type": {
34153 "kind": "SCALAR",
34154 "name": "String",
34155 "ofType": null
34156 },
34157 "isDeprecated": false,
34158 "deprecationReason": null
34159 },
34160 {
34161 "name": "provenance",
34162 "description": null,
34163 "args": [
34164 {
34165 "name": "name",
34166 "description": null,
34167 "type": {
34168 "kind": "SCALAR",
34169 "name": "String",
34170 "ofType": null
34171 },
34172 "defaultValue": null
34173 }
34174 ],
34175 "type": {
34176 "kind": "LIST",
34177 "name": null,
34178 "ofType": {
34179 "kind": "OBJECT",
34180 "name": "CardProvenance",
34181 "ofType": null
34182 }
34183 },
34184 "isDeprecated": false,
34185 "deprecationReason": null
34186 },
34187 {
34188 "name": "reactions",
34189 "description": null,
34190 "args": [],
34191 "type": {
34192 "kind": "LIST",
34193 "name": null,
34194 "ofType": {
34195 "kind": "OBJECT",
34196 "name": "CardReaction",
34197 "ofType": null
34198 }
34199 },
34200 "isDeprecated": false,
34201 "deprecationReason": null
34202 },
34203 {
34204 "name": "repository",
34205 "description": null,
34206 "args": [
34207 {
34208 "name": "owner",
34209 "description": null,
34210 "type": {
34211 "kind": "LIST",
34212 "name": null,
34213 "ofType": {
34214 "kind": "SCALAR",
34215 "name": "String",
34216 "ofType": null
34217 }
34218 },
34219 "defaultValue": null
34220 },
34221 {
34222 "name": "name",
34223 "description": null,
34224 "type": {
34225 "kind": "LIST",
34226 "name": null,
34227 "ofType": {
34228 "kind": "SCALAR",
34229 "name": "String",
34230 "ofType": null
34231 }
34232 },
34233 "defaultValue": null
34234 },
34235 {
34236 "name": "slug",
34237 "description": null,
34238 "type": {
34239 "kind": "LIST",
34240 "name": null,
34241 "ofType": {
34242 "kind": "SCALAR",
34243 "name": "String",
34244 "ofType": null
34245 }
34246 },
34247 "defaultValue": null
34248 }
34249 ],
34250 "type": {
34251 "kind": "OBJECT",
34252 "name": "CardRepository",
34253 "ofType": null
34254 },
34255 "isDeprecated": false,
34256 "deprecationReason": null
34257 },
34258 {
34259 "name": "shortTitle",
34260 "description": null,
34261 "args": [],
34262 "type": {
34263 "kind": "SCALAR",
34264 "name": "String",
34265 "ofType": null
34266 },
34267 "isDeprecated": false,
34268 "deprecationReason": null
34269 },
34270 {
34271 "name": "title",
34272 "description": null,
34273 "args": [],
34274 "type": {
34275 "kind": "OBJECT",
34276 "name": "CardTitle",
34277 "ofType": null
34278 },
34279 "isDeprecated": false,
34280 "deprecationReason": null
34281 },
34282 {
34283 "name": "ts",
34284 "description": null,
34285 "args": [],
34286 "type": {
34287 "kind": "SCALAR",
34288 "name": "Int",
34289 "ofType": null
34290 },
34291 "isDeprecated": false,
34292 "deprecationReason": null
34293 },
34294 {
34295 "name": "ttl",
34296 "description": null,
34297 "args": [],
34298 "type": {
34299 "kind": "SCALAR",
34300 "name": "Int",
34301 "ofType": null
34302 },
34303 "isDeprecated": false,
34304 "deprecationReason": null
34305 },
34306 {
34307 "name": "type",
34308 "description": null,
34309 "args": [],
34310 "type": {
34311 "kind": "SCALAR",
34312 "name": "String",
34313 "ofType": null
34314 },
34315 "isDeprecated": false,
34316 "deprecationReason": null
34317 },
34318 {
34319 "name": "id",
34320 "description": "The ID of this Card",
34321 "args": [],
34322 "type": {
34323 "kind": "SCALAR",
34324 "name": "ID",
34325 "ofType": null
34326 },
34327 "isDeprecated": false,
34328 "deprecationReason": null
34329 }
34330 ],
34331 "inputFields": null,
34332 "interfaces": [],
34333 "enumValues": null,
34334 "possibleTypes": null
34335 },
34336 {
34337 "kind": "OBJECT",
34338 "name": "CardActionGroup",
34339 "description": null,
34340 "fields": [
34341 {
34342 "name": "actions",
34343 "description": null,
34344 "args": [],
34345 "type": {
34346 "kind": "LIST",
34347 "name": null,
34348 "ofType": {
34349 "kind": "OBJECT",
34350 "name": "CardAction",
34351 "ofType": null
34352 }
34353 },
34354 "isDeprecated": false,
34355 "deprecationReason": null
34356 },
34357 {
34358 "name": "text",
34359 "description": null,
34360 "args": [],
34361 "type": {
34362 "kind": "SCALAR",
34363 "name": "String",
34364 "ofType": null
34365 },
34366 "isDeprecated": false,
34367 "deprecationReason": null
34368 }
34369 ],
34370 "inputFields": null,
34371 "interfaces": [],
34372 "enumValues": null,
34373 "possibleTypes": null
34374 },
34375 {
34376 "kind": "OBJECT",
34377 "name": "CardAction",
34378 "description": null,
34379 "fields": [
34380 {
34381 "name": "command",
34382 "description": null,
34383 "args": [],
34384 "type": {
34385 "kind": "SCALAR",
34386 "name": "String",
34387 "ofType": null
34388 },
34389 "isDeprecated": false,
34390 "deprecationReason": null
34391 },
34392 {
34393 "name": "parameterName",
34394 "description": null,
34395 "args": [],
34396 "type": {
34397 "kind": "SCALAR",
34398 "name": "String",
34399 "ofType": null
34400 },
34401 "isDeprecated": false,
34402 "deprecationReason": null
34403 },
34404 {
34405 "name": "parameterOptionGroups",
34406 "description": null,
34407 "args": [],
34408 "type": {
34409 "kind": "LIST",
34410 "name": null,
34411 "ofType": {
34412 "kind": "OBJECT",
34413 "name": "CardActionParameterOptionGroup",
34414 "ofType": null
34415 }
34416 },
34417 "isDeprecated": false,
34418 "deprecationReason": null
34419 },
34420 {
34421 "name": "parameterOptions",
34422 "description": null,
34423 "args": [],
34424 "type": {
34425 "kind": "LIST",
34426 "name": null,
34427 "ofType": {
34428 "kind": "OBJECT",
34429 "name": "CardActionParameterOption",
34430 "ofType": null
34431 }
34432 },
34433 "isDeprecated": false,
34434 "deprecationReason": null
34435 },
34436 {
34437 "name": "parameters",
34438 "description": null,
34439 "args": [],
34440 "type": {
34441 "kind": "LIST",
34442 "name": null,
34443 "ofType": {
34444 "kind": "OBJECT",
34445 "name": "CardActionParameter",
34446 "ofType": null
34447 }
34448 },
34449 "isDeprecated": false,
34450 "deprecationReason": null
34451 },
34452 {
34453 "name": "registration",
34454 "description": null,
34455 "args": [],
34456 "type": {
34457 "kind": "SCALAR",
34458 "name": "String",
34459 "ofType": null
34460 },
34461 "isDeprecated": false,
34462 "deprecationReason": null
34463 },
34464 {
34465 "name": "role",
34466 "description": null,
34467 "args": [],
34468 "type": {
34469 "kind": "SCALAR",
34470 "name": "String",
34471 "ofType": null
34472 },
34473 "isDeprecated": false,
34474 "deprecationReason": null
34475 },
34476 {
34477 "name": "text",
34478 "description": null,
34479 "args": [],
34480 "type": {
34481 "kind": "SCALAR",
34482 "name": "String",
34483 "ofType": null
34484 },
34485 "isDeprecated": false,
34486 "deprecationReason": null
34487 },
34488 {
34489 "name": "type",
34490 "description": null,
34491 "args": [],
34492 "type": {
34493 "kind": "SCALAR",
34494 "name": "String",
34495 "ofType": null
34496 },
34497 "isDeprecated": false,
34498 "deprecationReason": null
34499 }
34500 ],
34501 "inputFields": null,
34502 "interfaces": [],
34503 "enumValues": null,
34504 "possibleTypes": null
34505 },
34506 {
34507 "kind": "OBJECT",
34508 "name": "CardActionParameterOptionGroup",
34509 "description": null,
34510 "fields": [
34511 {
34512 "name": "name",
34513 "description": null,
34514 "args": [],
34515 "type": {
34516 "kind": "SCALAR",
34517 "name": "String",
34518 "ofType": null
34519 },
34520 "isDeprecated": false,
34521 "deprecationReason": null
34522 },
34523 {
34524 "name": "options",
34525 "description": null,
34526 "args": [],
34527 "type": {
34528 "kind": "LIST",
34529 "name": null,
34530 "ofType": {
34531 "kind": "OBJECT",
34532 "name": "CardActionParameterOption",
34533 "ofType": null
34534 }
34535 },
34536 "isDeprecated": false,
34537 "deprecationReason": null
34538 }
34539 ],
34540 "inputFields": null,
34541 "interfaces": [],
34542 "enumValues": null,
34543 "possibleTypes": null
34544 },
34545 {
34546 "kind": "OBJECT",
34547 "name": "CardActionParameterOption",
34548 "description": null,
34549 "fields": [
34550 {
34551 "name": "name",
34552 "description": null,
34553 "args": [],
34554 "type": {
34555 "kind": "SCALAR",
34556 "name": "String",
34557 "ofType": null
34558 },
34559 "isDeprecated": false,
34560 "deprecationReason": null
34561 },
34562 {
34563 "name": "value",
34564 "description": null,
34565 "args": [],
34566 "type": {
34567 "kind": "SCALAR",
34568 "name": "String",
34569 "ofType": null
34570 },
34571 "isDeprecated": false,
34572 "deprecationReason": null
34573 }
34574 ],
34575 "inputFields": null,
34576 "interfaces": [],
34577 "enumValues": null,
34578 "possibleTypes": null
34579 },
34580 {
34581 "kind": "OBJECT",
34582 "name": "CardActionParameter",
34583 "description": null,
34584 "fields": [
34585 {
34586 "name": "name",
34587 "description": null,
34588 "args": [],
34589 "type": {
34590 "kind": "SCALAR",
34591 "name": "String",
34592 "ofType": null
34593 },
34594 "isDeprecated": false,
34595 "deprecationReason": null
34596 },
34597 {
34598 "name": "value",
34599 "description": null,
34600 "args": [],
34601 "type": {
34602 "kind": "SCALAR",
34603 "name": "String",
34604 "ofType": null
34605 },
34606 "isDeprecated": false,
34607 "deprecationReason": null
34608 }
34609 ],
34610 "inputFields": null,
34611 "interfaces": [],
34612 "enumValues": null,
34613 "possibleTypes": null
34614 },
34615 {
34616 "kind": "OBJECT",
34617 "name": "CardBody",
34618 "description": null,
34619 "fields": [
34620 {
34621 "name": "avatar",
34622 "description": null,
34623 "args": [],
34624 "type": {
34625 "kind": "SCALAR",
34626 "name": "String",
34627 "ofType": null
34628 },
34629 "isDeprecated": false,
34630 "deprecationReason": null
34631 },
34632 {
34633 "name": "hint",
34634 "description": null,
34635 "args": [],
34636 "type": {
34637 "kind": "SCALAR",
34638 "name": "String",
34639 "ofType": null
34640 },
34641 "isDeprecated": false,
34642 "deprecationReason": null
34643 },
34644 {
34645 "name": "login",
34646 "description": null,
34647 "args": [],
34648 "type": {
34649 "kind": "SCALAR",
34650 "name": "String",
34651 "ofType": null
34652 },
34653 "isDeprecated": false,
34654 "deprecationReason": null
34655 },
34656 {
34657 "name": "text",
34658 "description": null,
34659 "args": [],
34660 "type": {
34661 "kind": "SCALAR",
34662 "name": "String",
34663 "ofType": null
34664 },
34665 "isDeprecated": false,
34666 "deprecationReason": null
34667 },
34668 {
34669 "name": "ts",
34670 "description": null,
34671 "args": [],
34672 "type": {
34673 "kind": "SCALAR",
34674 "name": "Int",
34675 "ofType": null
34676 },
34677 "isDeprecated": false,
34678 "deprecationReason": null
34679 }
34680 ],
34681 "inputFields": null,
34682 "interfaces": [],
34683 "enumValues": null,
34684 "possibleTypes": null
34685 },
34686 {
34687 "kind": "OBJECT",
34688 "name": "CardCollaborator",
34689 "description": null,
34690 "fields": [
34691 {
34692 "name": "avatar",
34693 "description": null,
34694 "args": [],
34695 "type": {
34696 "kind": "SCALAR",
34697 "name": "String",
34698 "ofType": null
34699 },
34700 "isDeprecated": false,
34701 "deprecationReason": null
34702 },
34703 {
34704 "name": "link",
34705 "description": null,
34706 "args": [],
34707 "type": {
34708 "kind": "SCALAR",
34709 "name": "String",
34710 "ofType": null
34711 },
34712 "isDeprecated": false,
34713 "deprecationReason": null
34714 },
34715 {
34716 "name": "login",
34717 "description": null,
34718 "args": [],
34719 "type": {
34720 "kind": "SCALAR",
34721 "name": "String",
34722 "ofType": null
34723 },
34724 "isDeprecated": false,
34725 "deprecationReason": null
34726 }
34727 ],
34728 "inputFields": null,
34729 "interfaces": [],
34730 "enumValues": null,
34731 "possibleTypes": null
34732 },
34733 {
34734 "kind": "OBJECT",
34735 "name": "CardCorrelation",
34736 "description": null,
34737 "fields": [
34738 {
34739 "name": "body",
34740 "description": null,
34741 "args": [],
34742 "type": {
34743 "kind": "LIST",
34744 "name": null,
34745 "ofType": {
34746 "kind": "OBJECT",
34747 "name": "CorrelationBody",
34748 "ofType": null
34749 }
34750 },
34751 "isDeprecated": false,
34752 "deprecationReason": null
34753 },
34754 {
34755 "name": "icon",
34756 "description": null,
34757 "args": [],
34758 "type": {
34759 "kind": "SCALAR",
34760 "name": "String",
34761 "ofType": null
34762 },
34763 "isDeprecated": false,
34764 "deprecationReason": null
34765 },
34766 {
34767 "name": "link",
34768 "description": null,
34769 "args": [],
34770 "type": {
34771 "kind": "SCALAR",
34772 "name": "String",
34773 "ofType": null
34774 },
34775 "isDeprecated": false,
34776 "deprecationReason": null
34777 },
34778 {
34779 "name": "shortTitle",
34780 "description": null,
34781 "args": [],
34782 "type": {
34783 "kind": "SCALAR",
34784 "name": "String",
34785 "ofType": null
34786 },
34787 "isDeprecated": false,
34788 "deprecationReason": null
34789 },
34790 {
34791 "name": "title",
34792 "description": null,
34793 "args": [],
34794 "type": {
34795 "kind": "SCALAR",
34796 "name": "String",
34797 "ofType": null
34798 },
34799 "isDeprecated": false,
34800 "deprecationReason": null
34801 },
34802 {
34803 "name": "ts",
34804 "description": null,
34805 "args": [],
34806 "type": {
34807 "kind": "SCALAR",
34808 "name": "Int",
34809 "ofType": null
34810 },
34811 "isDeprecated": false,
34812 "deprecationReason": null
34813 },
34814 {
34815 "name": "type",
34816 "description": null,
34817 "args": [],
34818 "type": {
34819 "kind": "SCALAR",
34820 "name": "String",
34821 "ofType": null
34822 },
34823 "isDeprecated": false,
34824 "deprecationReason": null
34825 }
34826 ],
34827 "inputFields": null,
34828 "interfaces": [],
34829 "enumValues": null,
34830 "possibleTypes": null
34831 },
34832 {
34833 "kind": "OBJECT",
34834 "name": "CorrelationBody",
34835 "description": null,
34836 "fields": [
34837 {
34838 "name": "icon",
34839 "description": null,
34840 "args": [],
34841 "type": {
34842 "kind": "SCALAR",
34843 "name": "String",
34844 "ofType": null
34845 },
34846 "isDeprecated": false,
34847 "deprecationReason": null
34848 },
34849 {
34850 "name": "text",
34851 "description": null,
34852 "args": [],
34853 "type": {
34854 "kind": "SCALAR",
34855 "name": "String",
34856 "ofType": null
34857 },
34858 "isDeprecated": false,
34859 "deprecationReason": null
34860 }
34861 ],
34862 "inputFields": null,
34863 "interfaces": [],
34864 "enumValues": null,
34865 "possibleTypes": null
34866 },
34867 {
34868 "kind": "OBJECT",
34869 "name": "CardEvent",
34870 "description": null,
34871 "fields": [
34872 {
34873 "name": "actionGroups",
34874 "description": null,
34875 "args": [],
34876 "type": {
34877 "kind": "LIST",
34878 "name": null,
34879 "ofType": {
34880 "kind": "OBJECT",
34881 "name": "CardActionGroup",
34882 "ofType": null
34883 }
34884 },
34885 "isDeprecated": false,
34886 "deprecationReason": null
34887 },
34888 {
34889 "name": "actions",
34890 "description": null,
34891 "args": [],
34892 "type": {
34893 "kind": "LIST",
34894 "name": null,
34895 "ofType": {
34896 "kind": "OBJECT",
34897 "name": "CardAction",
34898 "ofType": null
34899 }
34900 },
34901 "isDeprecated": false,
34902 "deprecationReason": null
34903 },
34904 {
34905 "name": "icon",
34906 "description": null,
34907 "args": [],
34908 "type": {
34909 "kind": "SCALAR",
34910 "name": "String",
34911 "ofType": null
34912 },
34913 "isDeprecated": false,
34914 "deprecationReason": null
34915 },
34916 {
34917 "name": "text",
34918 "description": null,
34919 "args": [],
34920 "type": {
34921 "kind": "SCALAR",
34922 "name": "String",
34923 "ofType": null
34924 },
34925 "isDeprecated": false,
34926 "deprecationReason": null
34927 },
34928 {
34929 "name": "ts",
34930 "description": null,
34931 "args": [],
34932 "type": {
34933 "kind": "SCALAR",
34934 "name": "Int",
34935 "ofType": null
34936 },
34937 "isDeprecated": false,
34938 "deprecationReason": null
34939 }
34940 ],
34941 "inputFields": null,
34942 "interfaces": [],
34943 "enumValues": null,
34944 "possibleTypes": null
34945 },
34946 {
34947 "kind": "OBJECT",
34948 "name": "CardSdmGoalSet",
34949 "description": null,
34950 "fields": [
34951 {
34952 "name": "actions",
34953 "description": null,
34954 "args": [],
34955 "type": {
34956 "kind": "LIST",
34957 "name": null,
34958 "ofType": {
34959 "kind": "OBJECT",
34960 "name": "CardAction",
34961 "ofType": null
34962 }
34963 },
34964 "isDeprecated": false,
34965 "deprecationReason": null
34966 },
34967 {
34968 "name": "duration",
34969 "description": null,
34970 "args": [],
34971 "type": {
34972 "kind": "SCALAR",
34973 "name": "Int",
34974 "ofType": null
34975 },
34976 "isDeprecated": false,
34977 "deprecationReason": null
34978 },
34979 {
34980 "name": "goalSet",
34981 "description": null,
34982 "args": [],
34983 "type": {
34984 "kind": "SCALAR",
34985 "name": "String",
34986 "ofType": null
34987 },
34988 "isDeprecated": false,
34989 "deprecationReason": null
34990 },
34991 {
34992 "name": "goalSetId",
34993 "description": null,
34994 "args": [],
34995 "type": {
34996 "kind": "SCALAR",
34997 "name": "String",
34998 "ofType": null
34999 },
35000 "isDeprecated": false,
35001 "deprecationReason": null
35002 },
35003 {
35004 "name": "goals",
35005 "description": null,
35006 "args": [],
35007 "type": {
35008 "kind": "LIST",
35009 "name": null,
35010 "ofType": {
35011 "kind": "OBJECT",
35012 "name": "CardSdmGoal",
35013 "ofType": null
35014 }
35015 },
35016 "isDeprecated": false,
35017 "deprecationReason": null
35018 },
35019 {
35020 "name": "registration",
35021 "description": null,
35022 "args": [],
35023 "type": {
35024 "kind": "SCALAR",
35025 "name": "String",
35026 "ofType": null
35027 },
35028 "isDeprecated": false,
35029 "deprecationReason": null
35030 },
35031 {
35032 "name": "state",
35033 "description": null,
35034 "args": [],
35035 "type": {
35036 "kind": "SCALAR",
35037 "name": "String",
35038 "ofType": null
35039 },
35040 "isDeprecated": false,
35041 "deprecationReason": null
35042 },
35043 {
35044 "name": "ts",
35045 "description": null,
35046 "args": [],
35047 "type": {
35048 "kind": "SCALAR",
35049 "name": "Int",
35050 "ofType": null
35051 },
35052 "isDeprecated": false,
35053 "deprecationReason": null
35054 }
35055 ],
35056 "inputFields": null,
35057 "interfaces": [],
35058 "enumValues": null,
35059 "possibleTypes": null
35060 },
35061 {
35062 "kind": "OBJECT",
35063 "name": "CardSdmGoal",
35064 "description": null,
35065 "fields": [
35066 {
35067 "name": "actions",
35068 "description": null,
35069 "args": [],
35070 "type": {
35071 "kind": "LIST",
35072 "name": null,
35073 "ofType": {
35074 "kind": "OBJECT",
35075 "name": "CardAction",
35076 "ofType": null
35077 }
35078 },
35079 "isDeprecated": false,
35080 "deprecationReason": null
35081 },
35082 {
35083 "name": "description",
35084 "description": null,
35085 "args": [],
35086 "type": {
35087 "kind": "SCALAR",
35088 "name": "String",
35089 "ofType": null
35090 },
35091 "isDeprecated": false,
35092 "deprecationReason": null
35093 },
35094 {
35095 "name": "environment",
35096 "description": null,
35097 "args": [],
35098 "type": {
35099 "kind": "SCALAR",
35100 "name": "String",
35101 "ofType": null
35102 },
35103 "isDeprecated": false,
35104 "deprecationReason": null
35105 },
35106 {
35107 "name": "link",
35108 "description": null,
35109 "args": [],
35110 "type": {
35111 "kind": "SCALAR",
35112 "name": "String",
35113 "ofType": null
35114 },
35115 "isDeprecated": false,
35116 "deprecationReason": null
35117 },
35118 {
35119 "name": "logLink",
35120 "description": null,
35121 "args": [],
35122 "type": {
35123 "kind": "SCALAR",
35124 "name": "String",
35125 "ofType": null
35126 },
35127 "isDeprecated": false,
35128 "deprecationReason": null
35129 },
35130 {
35131 "name": "name",
35132 "description": null,
35133 "args": [],
35134 "type": {
35135 "kind": "SCALAR",
35136 "name": "String",
35137 "ofType": null
35138 },
35139 "isDeprecated": false,
35140 "deprecationReason": null
35141 },
35142 {
35143 "name": "state",
35144 "description": null,
35145 "args": [],
35146 "type": {
35147 "kind": "SCALAR",
35148 "name": "String",
35149 "ofType": null
35150 },
35151 "isDeprecated": false,
35152 "deprecationReason": null
35153 },
35154 {
35155 "name": "ts",
35156 "description": null,
35157 "args": [],
35158 "type": {
35159 "kind": "SCALAR",
35160 "name": "Int",
35161 "ofType": null
35162 },
35163 "isDeprecated": false,
35164 "deprecationReason": null
35165 }
35166 ],
35167 "inputFields": null,
35168 "interfaces": [],
35169 "enumValues": null,
35170 "possibleTypes": null
35171 },
35172 {
35173 "kind": "OBJECT",
35174 "name": "CardProvenance",
35175 "description": null,
35176 "fields": [
35177 {
35178 "name": "name",
35179 "description": null,
35180 "args": [],
35181 "type": {
35182 "kind": "SCALAR",
35183 "name": "String",
35184 "ofType": null
35185 },
35186 "isDeprecated": false,
35187 "deprecationReason": null
35188 }
35189 ],
35190 "inputFields": null,
35191 "interfaces": [],
35192 "enumValues": null,
35193 "possibleTypes": null
35194 },
35195 {
35196 "kind": "OBJECT",
35197 "name": "CardReaction",
35198 "description": null,
35199 "fields": [
35200 {
35201 "name": "avatar",
35202 "description": null,
35203 "args": [],
35204 "type": {
35205 "kind": "SCALAR",
35206 "name": "String",
35207 "ofType": null
35208 },
35209 "isDeprecated": false,
35210 "deprecationReason": null
35211 },
35212 {
35213 "name": "login",
35214 "description": null,
35215 "args": [],
35216 "type": {
35217 "kind": "SCALAR",
35218 "name": "String",
35219 "ofType": null
35220 },
35221 "isDeprecated": false,
35222 "deprecationReason": null
35223 },
35224 {
35225 "name": "reaction",
35226 "description": null,
35227 "args": [],
35228 "type": {
35229 "kind": "SCALAR",
35230 "name": "String",
35231 "ofType": null
35232 },
35233 "isDeprecated": false,
35234 "deprecationReason": null
35235 }
35236 ],
35237 "inputFields": null,
35238 "interfaces": [],
35239 "enumValues": null,
35240 "possibleTypes": null
35241 },
35242 {
35243 "kind": "OBJECT",
35244 "name": "CardRepository",
35245 "description": null,
35246 "fields": [
35247 {
35248 "name": "name",
35249 "description": null,
35250 "args": [],
35251 "type": {
35252 "kind": "SCALAR",
35253 "name": "String",
35254 "ofType": null
35255 },
35256 "isDeprecated": false,
35257 "deprecationReason": null
35258 },
35259 {
35260 "name": "owner",
35261 "description": null,
35262 "args": [],
35263 "type": {
35264 "kind": "SCALAR",
35265 "name": "String",
35266 "ofType": null
35267 },
35268 "isDeprecated": false,
35269 "deprecationReason": null
35270 },
35271 {
35272 "name": "slug",
35273 "description": null,
35274 "args": [],
35275 "type": {
35276 "kind": "SCALAR",
35277 "name": "String",
35278 "ofType": null
35279 },
35280 "isDeprecated": false,
35281 "deprecationReason": null
35282 }
35283 ],
35284 "inputFields": null,
35285 "interfaces": [],
35286 "enumValues": null,
35287 "possibleTypes": null
35288 },
35289 {
35290 "kind": "OBJECT",
35291 "name": "CardTitle",
35292 "description": null,
35293 "fields": [
35294 {
35295 "name": "icon",
35296 "description": null,
35297 "args": [],
35298 "type": {
35299 "kind": "SCALAR",
35300 "name": "String",
35301 "ofType": null
35302 },
35303 "isDeprecated": false,
35304 "deprecationReason": null
35305 },
35306 {
35307 "name": "text",
35308 "description": null,
35309 "args": [],
35310 "type": {
35311 "kind": "SCALAR",
35312 "name": "String",
35313 "ofType": null
35314 },
35315 "isDeprecated": false,
35316 "deprecationReason": null
35317 }
35318 ],
35319 "inputFields": null,
35320 "interfaces": [],
35321 "enumValues": null,
35322 "possibleTypes": null
35323 },
35324 {
35325 "kind": "OBJECT",
35326 "name": "Notification",
35327 "description": null,
35328 "fields": [
35329 {
35330 "name": "actions",
35331 "description": null,
35332 "args": [],
35333 "type": {
35334 "kind": "LIST",
35335 "name": null,
35336 "ofType": {
35337 "kind": "OBJECT",
35338 "name": "NotificationAction",
35339 "ofType": null
35340 }
35341 },
35342 "isDeprecated": false,
35343 "deprecationReason": null
35344 },
35345 {
35346 "name": "body",
35347 "description": null,
35348 "args": [],
35349 "type": {
35350 "kind": "NON_NULL",
35351 "name": null,
35352 "ofType": {
35353 "kind": "SCALAR",
35354 "name": "String",
35355 "ofType": null
35356 }
35357 },
35358 "isDeprecated": false,
35359 "deprecationReason": null
35360 },
35361 {
35362 "name": "contentType",
35363 "description": null,
35364 "args": [],
35365 "type": {
35366 "kind": "NON_NULL",
35367 "name": null,
35368 "ofType": {
35369 "kind": "SCALAR",
35370 "name": "String",
35371 "ofType": null
35372 }
35373 },
35374 "isDeprecated": false,
35375 "deprecationReason": null
35376 },
35377 {
35378 "name": "key",
35379 "description": null,
35380 "args": [],
35381 "type": {
35382 "kind": "NON_NULL",
35383 "name": null,
35384 "ofType": {
35385 "kind": "SCALAR",
35386 "name": "String",
35387 "ofType": null
35388 }
35389 },
35390 "isDeprecated": false,
35391 "deprecationReason": null
35392 },
35393 {
35394 "name": "post",
35395 "description": null,
35396 "args": [],
35397 "type": {
35398 "kind": "SCALAR",
35399 "name": "String",
35400 "ofType": null
35401 },
35402 "isDeprecated": false,
35403 "deprecationReason": null
35404 },
35405 {
35406 "name": "recipient",
35407 "description": null,
35408 "args": [
35409 {
35410 "name": "address",
35411 "description": null,
35412 "type": {
35413 "kind": "LIST",
35414 "name": null,
35415 "ofType": {
35416 "kind": "SCALAR",
35417 "name": "String",
35418 "ofType": null
35419 }
35420 },
35421 "defaultValue": null
35422 }
35423 ],
35424 "type": {
35425 "kind": "OBJECT",
35426 "name": "NotificationRecipient",
35427 "ofType": null
35428 },
35429 "isDeprecated": false,
35430 "deprecationReason": null
35431 },
35432 {
35433 "name": "ts",
35434 "description": null,
35435 "args": [],
35436 "type": {
35437 "kind": "NON_NULL",
35438 "name": null,
35439 "ofType": {
35440 "kind": "SCALAR",
35441 "name": "Int",
35442 "ofType": null
35443 }
35444 },
35445 "isDeprecated": false,
35446 "deprecationReason": null
35447 },
35448 {
35449 "name": "ttl",
35450 "description": null,
35451 "args": [],
35452 "type": {
35453 "kind": "SCALAR",
35454 "name": "Int",
35455 "ofType": null
35456 },
35457 "isDeprecated": false,
35458 "deprecationReason": null
35459 },
35460 {
35461 "name": "id",
35462 "description": "The ID of this Notification",
35463 "args": [],
35464 "type": {
35465 "kind": "SCALAR",
35466 "name": "ID",
35467 "ofType": null
35468 },
35469 "isDeprecated": false,
35470 "deprecationReason": null
35471 }
35472 ],
35473 "inputFields": null,
35474 "interfaces": [],
35475 "enumValues": null,
35476 "possibleTypes": null
35477 },
35478 {
35479 "kind": "OBJECT",
35480 "name": "NotificationAction",
35481 "description": null,
35482 "fields": [
35483 {
35484 "name": "command",
35485 "description": null,
35486 "args": [],
35487 "type": {
35488 "kind": "SCALAR",
35489 "name": "String",
35490 "ofType": null
35491 },
35492 "isDeprecated": false,
35493 "deprecationReason": null
35494 },
35495 {
35496 "name": "parameterName",
35497 "description": null,
35498 "args": [],
35499 "type": {
35500 "kind": "SCALAR",
35501 "name": "String",
35502 "ofType": null
35503 },
35504 "isDeprecated": false,
35505 "deprecationReason": null
35506 },
35507 {
35508 "name": "parameterOptionGroups",
35509 "description": null,
35510 "args": [],
35511 "type": {
35512 "kind": "LIST",
35513 "name": null,
35514 "ofType": {
35515 "kind": "OBJECT",
35516 "name": "NotificationActionParameterOptionGroup",
35517 "ofType": null
35518 }
35519 },
35520 "isDeprecated": false,
35521 "deprecationReason": null
35522 },
35523 {
35524 "name": "parameterOptions",
35525 "description": null,
35526 "args": [],
35527 "type": {
35528 "kind": "LIST",
35529 "name": null,
35530 "ofType": {
35531 "kind": "OBJECT",
35532 "name": "NotificationActionParameterOption",
35533 "ofType": null
35534 }
35535 },
35536 "isDeprecated": false,
35537 "deprecationReason": null
35538 },
35539 {
35540 "name": "parameters",
35541 "description": null,
35542 "args": [],
35543 "type": {
35544 "kind": "LIST",
35545 "name": null,
35546 "ofType": {
35547 "kind": "OBJECT",
35548 "name": "NotificationActionParameter",
35549 "ofType": null
35550 }
35551 },
35552 "isDeprecated": false,
35553 "deprecationReason": null
35554 },
35555 {
35556 "name": "registration",
35557 "description": null,
35558 "args": [],
35559 "type": {
35560 "kind": "SCALAR",
35561 "name": "String",
35562 "ofType": null
35563 },
35564 "isDeprecated": false,
35565 "deprecationReason": null
35566 },
35567 {
35568 "name": "role",
35569 "description": null,
35570 "args": [],
35571 "type": {
35572 "kind": "SCALAR",
35573 "name": "String",
35574 "ofType": null
35575 },
35576 "isDeprecated": false,
35577 "deprecationReason": null
35578 },
35579 {
35580 "name": "text",
35581 "description": null,
35582 "args": [],
35583 "type": {
35584 "kind": "SCALAR",
35585 "name": "String",
35586 "ofType": null
35587 },
35588 "isDeprecated": false,
35589 "deprecationReason": null
35590 },
35591 {
35592 "name": "type",
35593 "description": null,
35594 "args": [],
35595 "type": {
35596 "kind": "SCALAR",
35597 "name": "String",
35598 "ofType": null
35599 },
35600 "isDeprecated": false,
35601 "deprecationReason": null
35602 }
35603 ],
35604 "inputFields": null,
35605 "interfaces": [],
35606 "enumValues": null,
35607 "possibleTypes": null
35608 },
35609 {
35610 "kind": "OBJECT",
35611 "name": "NotificationActionParameterOptionGroup",
35612 "description": null,
35613 "fields": [
35614 {
35615 "name": "name",
35616 "description": null,
35617 "args": [],
35618 "type": {
35619 "kind": "SCALAR",
35620 "name": "String",
35621 "ofType": null
35622 },
35623 "isDeprecated": false,
35624 "deprecationReason": null
35625 },
35626 {
35627 "name": "options",
35628 "description": null,
35629 "args": [],
35630 "type": {
35631 "kind": "LIST",
35632 "name": null,
35633 "ofType": {
35634 "kind": "OBJECT",
35635 "name": "NotificationActionParameterOption",
35636 "ofType": null
35637 }
35638 },
35639 "isDeprecated": false,
35640 "deprecationReason": null
35641 }
35642 ],
35643 "inputFields": null,
35644 "interfaces": [],
35645 "enumValues": null,
35646 "possibleTypes": null
35647 },
35648 {
35649 "kind": "OBJECT",
35650 "name": "NotificationActionParameterOption",
35651 "description": null,
35652 "fields": [
35653 {
35654 "name": "name",
35655 "description": null,
35656 "args": [],
35657 "type": {
35658 "kind": "SCALAR",
35659 "name": "String",
35660 "ofType": null
35661 },
35662 "isDeprecated": false,
35663 "deprecationReason": null
35664 },
35665 {
35666 "name": "value",
35667 "description": null,
35668 "args": [],
35669 "type": {
35670 "kind": "SCALAR",
35671 "name": "String",
35672 "ofType": null
35673 },
35674 "isDeprecated": false,
35675 "deprecationReason": null
35676 }
35677 ],
35678 "inputFields": null,
35679 "interfaces": [],
35680 "enumValues": null,
35681 "possibleTypes": null
35682 },
35683 {
35684 "kind": "OBJECT",
35685 "name": "NotificationActionParameter",
35686 "description": null,
35687 "fields": [
35688 {
35689 "name": "name",
35690 "description": null,
35691 "args": [],
35692 "type": {
35693 "kind": "SCALAR",
35694 "name": "String",
35695 "ofType": null
35696 },
35697 "isDeprecated": false,
35698 "deprecationReason": null
35699 },
35700 {
35701 "name": "value",
35702 "description": null,
35703 "args": [],
35704 "type": {
35705 "kind": "SCALAR",
35706 "name": "String",
35707 "ofType": null
35708 },
35709 "isDeprecated": false,
35710 "deprecationReason": null
35711 }
35712 ],
35713 "inputFields": null,
35714 "interfaces": [],
35715 "enumValues": null,
35716 "possibleTypes": null
35717 },
35718 {
35719 "kind": "OBJECT",
35720 "name": "NotificationRecipient",
35721 "description": null,
35722 "fields": [
35723 {
35724 "name": "address",
35725 "description": null,
35726 "args": [],
35727 "type": {
35728 "kind": "NON_NULL",
35729 "name": null,
35730 "ofType": {
35731 "kind": "SCALAR",
35732 "name": "String",
35733 "ofType": null
35734 }
35735 },
35736 "isDeprecated": false,
35737 "deprecationReason": null
35738 }
35739 ],
35740 "inputFields": null,
35741 "interfaces": [],
35742 "enumValues": null,
35743 "possibleTypes": null
35744 },
35745 {
35746 "kind": "OBJECT",
35747 "name": "AtomistLog",
35748 "description": "Atomist log messages",
35749 "fields": [
35750 {
35751 "name": "timestamp",
35752 "description": "Status timestamp",
35753 "args": [],
35754 "type": {
35755 "kind": "SCALAR",
35756 "name": "Int",
35757 "ofType": null
35758 },
35759 "isDeprecated": false,
35760 "deprecationReason": null
35761 },
35762 {
35763 "name": "team_id",
35764 "description": "Team ID for which log message is produced",
35765 "args": [],
35766 "type": {
35767 "kind": "SCALAR",
35768 "name": "String",
35769 "ofType": null
35770 },
35771 "isDeprecated": false,
35772 "deprecationReason": null
35773 },
35774 {
35775 "name": "level",
35776 "description": "Log message level: debug, info, warn, error, fatal",
35777 "args": [],
35778 "type": {
35779 "kind": "SCALAR",
35780 "name": "String",
35781 "ofType": null
35782 },
35783 "isDeprecated": false,
35784 "deprecationReason": null
35785 },
35786 {
35787 "name": "message",
35788 "description": "Log message",
35789 "args": [],
35790 "type": {
35791 "kind": "SCALAR",
35792 "name": "String",
35793 "ofType": null
35794 },
35795 "isDeprecated": false,
35796 "deprecationReason": null
35797 },
35798 {
35799 "name": "category",
35800 "description": "Grouping, namespace etc.",
35801 "args": [],
35802 "type": {
35803 "kind": "SCALAR",
35804 "name": "String",
35805 "ofType": null
35806 },
35807 "isDeprecated": false,
35808 "deprecationReason": null
35809 },
35810 {
35811 "name": "correlation_context",
35812 "description": "Atomist log correlation context",
35813 "args": [
35814 {
35815 "name": "correlation_id",
35816 "description": null,
35817 "type": {
35818 "kind": "SCALAR",
35819 "name": "String",
35820 "ofType": null
35821 },
35822 "defaultValue": null
35823 }
35824 ],
35825 "type": {
35826 "kind": "OBJECT",
35827 "name": "AtomistLogCorrelationContext",
35828 "ofType": null
35829 },
35830 "isDeprecated": false,
35831 "deprecationReason": null
35832 },
35833 {
35834 "name": "id",
35835 "description": "The ID of this AtomistLog",
35836 "args": [],
35837 "type": {
35838 "kind": "SCALAR",
35839 "name": "ID",
35840 "ofType": null
35841 },
35842 "isDeprecated": false,
35843 "deprecationReason": null
35844 }
35845 ],
35846 "inputFields": null,
35847 "interfaces": [],
35848 "enumValues": null,
35849 "possibleTypes": null
35850 },
35851 {
35852 "kind": "OBJECT",
35853 "name": "AtomistLogCorrelationContext",
35854 "description": "Atomist log correlation context",
35855 "fields": [
35856 {
35857 "name": "correlation_id",
35858 "description": "Correlation ID",
35859 "args": [],
35860 "type": {
35861 "kind": "SCALAR",
35862 "name": "String",
35863 "ofType": null
35864 },
35865 "isDeprecated": false,
35866 "deprecationReason": null
35867 },
35868 {
35869 "name": "automation",
35870 "description": "Automation for which log message is produced",
35871 "args": [
35872 {
35873 "name": "name",
35874 "description": null,
35875 "type": {
35876 "kind": "SCALAR",
35877 "name": "String",
35878 "ofType": null
35879 },
35880 "defaultValue": null
35881 },
35882 {
35883 "name": "version",
35884 "description": null,
35885 "type": {
35886 "kind": "SCALAR",
35887 "name": "String",
35888 "ofType": null
35889 },
35890 "defaultValue": null
35891 }
35892 ],
35893 "type": {
35894 "kind": "OBJECT",
35895 "name": "AtomistLogAutomation",
35896 "ofType": null
35897 },
35898 "isDeprecated": false,
35899 "deprecationReason": null
35900 }
35901 ],
35902 "inputFields": null,
35903 "interfaces": [],
35904 "enumValues": null,
35905 "possibleTypes": null
35906 },
35907 {
35908 "kind": "OBJECT",
35909 "name": "AtomistLogAutomation",
35910 "description": "Automation for which log message is produced",
35911 "fields": [
35912 {
35913 "name": "name",
35914 "description": "Automation name",
35915 "args": [],
35916 "type": {
35917 "kind": "SCALAR",
35918 "name": "String",
35919 "ofType": null
35920 },
35921 "isDeprecated": false,
35922 "deprecationReason": null
35923 },
35924 {
35925 "name": "version",
35926 "description": "Automation description",
35927 "args": [],
35928 "type": {
35929 "kind": "SCALAR",
35930 "name": "String",
35931 "ofType": null
35932 },
35933 "isDeprecated": false,
35934 "deprecationReason": null
35935 }
35936 ],
35937 "inputFields": null,
35938 "interfaces": [],
35939 "enumValues": null,
35940 "possibleTypes": null
35941 },
35942 {
35943 "kind": "ENUM",
35944 "name": "CommitIssueRelationshipType",
35945 "description": null,
35946 "fields": null,
35947 "inputFields": null,
35948 "interfaces": null,
35949 "enumValues": [
35950 {
35951 "name": "references",
35952 "description": null,
35953 "isDeprecated": false,
35954 "deprecationReason": null
35955 },
35956 {
35957 "name": "fixes",
35958 "description": null,
35959 "isDeprecated": false,
35960 "deprecationReason": null
35961 }
35962 ],
35963 "possibleTypes": null
35964 },
35965 {
35966 "kind": "OBJECT",
35967 "name": "CommitIssueRelationship",
35968 "description": null,
35969 "fields": [
35970 {
35971 "name": "commit",
35972 "description": null,
35973 "args": [
35974 {
35975 "name": "sha",
35976 "description": null,
35977 "type": {
35978 "kind": "LIST",
35979 "name": null,
35980 "ofType": {
35981 "kind": "SCALAR",
35982 "name": "String",
35983 "ofType": null
35984 }
35985 },
35986 "defaultValue": null
35987 },
35988 {
35989 "name": "owner",
35990 "description": null,
35991 "type": {
35992 "kind": "LIST",
35993 "name": null,
35994 "ofType": {
35995 "kind": "SCALAR",
35996 "name": "String",
35997 "ofType": null
35998 }
35999 },
36000 "defaultValue": null
36001 },
36002 {
36003 "name": "repo",
36004 "description": null,
36005 "type": {
36006 "kind": "LIST",
36007 "name": null,
36008 "ofType": {
36009 "kind": "SCALAR",
36010 "name": "String",
36011 "ofType": null
36012 }
36013 },
36014 "defaultValue": null
36015 }
36016 ],
36017 "type": {
36018 "kind": "OBJECT",
36019 "name": "CommitIssueRelationshipCommit",
36020 "ofType": null
36021 },
36022 "isDeprecated": false,
36023 "deprecationReason": null
36024 },
36025 {
36026 "name": "issue",
36027 "description": null,
36028 "args": [
36029 {
36030 "name": "name",
36031 "description": null,
36032 "type": {
36033 "kind": "LIST",
36034 "name": null,
36035 "ofType": {
36036 "kind": "SCALAR",
36037 "name": "String",
36038 "ofType": null
36039 }
36040 },
36041 "defaultValue": null
36042 },
36043 {
36044 "name": "owner",
36045 "description": null,
36046 "type": {
36047 "kind": "LIST",
36048 "name": null,
36049 "ofType": {
36050 "kind": "SCALAR",
36051 "name": "String",
36052 "ofType": null
36053 }
36054 },
36055 "defaultValue": null
36056 },
36057 {
36058 "name": "repo",
36059 "description": null,
36060 "type": {
36061 "kind": "LIST",
36062 "name": null,
36063 "ofType": {
36064 "kind": "SCALAR",
36065 "name": "String",
36066 "ofType": null
36067 }
36068 },
36069 "defaultValue": null
36070 }
36071 ],
36072 "type": {
36073 "kind": "OBJECT",
36074 "name": "CommitIssueRelationshipIssue",
36075 "ofType": null
36076 },
36077 "isDeprecated": false,
36078 "deprecationReason": null
36079 },
36080 {
36081 "name": "type",
36082 "description": null,
36083 "args": [],
36084 "type": {
36085 "kind": "ENUM",
36086 "name": "CommitIssueRelationshipType",
36087 "ofType": null
36088 },
36089 "isDeprecated": false,
36090 "deprecationReason": null
36091 },
36092 {
36093 "name": "id",
36094 "description": "The ID of this CommitIssueRelationship",
36095 "args": [],
36096 "type": {
36097 "kind": "SCALAR",
36098 "name": "ID",
36099 "ofType": null
36100 },
36101 "isDeprecated": false,
36102 "deprecationReason": null
36103 }
36104 ],
36105 "inputFields": null,
36106 "interfaces": [],
36107 "enumValues": null,
36108 "possibleTypes": null
36109 },
36110 {
36111 "kind": "OBJECT",
36112 "name": "CommitIssueRelationshipCommit",
36113 "description": null,
36114 "fields": [
36115 {
36116 "name": "owner",
36117 "description": null,
36118 "args": [],
36119 "type": {
36120 "kind": "SCALAR",
36121 "name": "String",
36122 "ofType": null
36123 },
36124 "isDeprecated": false,
36125 "deprecationReason": null
36126 },
36127 {
36128 "name": "repo",
36129 "description": null,
36130 "args": [],
36131 "type": {
36132 "kind": "SCALAR",
36133 "name": "String",
36134 "ofType": null
36135 },
36136 "isDeprecated": false,
36137 "deprecationReason": null
36138 },
36139 {
36140 "name": "sha",
36141 "description": null,
36142 "args": [],
36143 "type": {
36144 "kind": "SCALAR",
36145 "name": "String",
36146 "ofType": null
36147 },
36148 "isDeprecated": false,
36149 "deprecationReason": null
36150 }
36151 ],
36152 "inputFields": null,
36153 "interfaces": [],
36154 "enumValues": null,
36155 "possibleTypes": null
36156 },
36157 {
36158 "kind": "OBJECT",
36159 "name": "CommitIssueRelationshipIssue",
36160 "description": null,
36161 "fields": [
36162 {
36163 "name": "name",
36164 "description": null,
36165 "args": [],
36166 "type": {
36167 "kind": "SCALAR",
36168 "name": "String",
36169 "ofType": null
36170 },
36171 "isDeprecated": false,
36172 "deprecationReason": null
36173 },
36174 {
36175 "name": "owner",
36176 "description": null,
36177 "args": [],
36178 "type": {
36179 "kind": "SCALAR",
36180 "name": "String",
36181 "ofType": null
36182 },
36183 "isDeprecated": false,
36184 "deprecationReason": null
36185 },
36186 {
36187 "name": "repo",
36188 "description": null,
36189 "args": [],
36190 "type": {
36191 "kind": "SCALAR",
36192 "name": "String",
36193 "ofType": null
36194 },
36195 "isDeprecated": false,
36196 "deprecationReason": null
36197 }
36198 ],
36199 "inputFields": null,
36200 "interfaces": [],
36201 "enumValues": null,
36202 "possibleTypes": null
36203 },
36204 {
36205 "kind": "OBJECT",
36206 "name": "Deployment",
36207 "description": null,
36208 "fields": [
36209 {
36210 "name": "commit",
36211 "description": null,
36212 "args": [
36213 {
36214 "name": "sha",
36215 "description": null,
36216 "type": {
36217 "kind": "LIST",
36218 "name": null,
36219 "ofType": {
36220 "kind": "SCALAR",
36221 "name": "String",
36222 "ofType": null
36223 }
36224 },
36225 "defaultValue": null
36226 },
36227 {
36228 "name": "owner",
36229 "description": null,
36230 "type": {
36231 "kind": "LIST",
36232 "name": null,
36233 "ofType": {
36234 "kind": "SCALAR",
36235 "name": "String",
36236 "ofType": null
36237 }
36238 },
36239 "defaultValue": null
36240 },
36241 {
36242 "name": "repo",
36243 "description": null,
36244 "type": {
36245 "kind": "LIST",
36246 "name": null,
36247 "ofType": {
36248 "kind": "SCALAR",
36249 "name": "String",
36250 "ofType": null
36251 }
36252 },
36253 "defaultValue": null
36254 }
36255 ],
36256 "type": {
36257 "kind": "OBJECT",
36258 "name": "DeploymentCommit",
36259 "ofType": null
36260 },
36261 "isDeprecated": false,
36262 "deprecationReason": null
36263 },
36264 {
36265 "name": "environment",
36266 "description": null,
36267 "args": [],
36268 "type": {
36269 "kind": "SCALAR",
36270 "name": "String",
36271 "ofType": null
36272 },
36273 "isDeprecated": false,
36274 "deprecationReason": null
36275 },
36276 {
36277 "name": "ts",
36278 "description": null,
36279 "args": [],
36280 "type": {
36281 "kind": "SCALAR",
36282 "name": "Int",
36283 "ofType": null
36284 },
36285 "isDeprecated": false,
36286 "deprecationReason": null
36287 },
36288 {
36289 "name": "id",
36290 "description": "The ID of this Deployment",
36291 "args": [],
36292 "type": {
36293 "kind": "SCALAR",
36294 "name": "ID",
36295 "ofType": null
36296 },
36297 "isDeprecated": false,
36298 "deprecationReason": null
36299 }
36300 ],
36301 "inputFields": null,
36302 "interfaces": [],
36303 "enumValues": null,
36304 "possibleTypes": null
36305 },
36306 {
36307 "kind": "OBJECT",
36308 "name": "DeploymentCommit",
36309 "description": null,
36310 "fields": [
36311 {
36312 "name": "owner",
36313 "description": null,
36314 "args": [],
36315 "type": {
36316 "kind": "SCALAR",
36317 "name": "String",
36318 "ofType": null
36319 },
36320 "isDeprecated": false,
36321 "deprecationReason": null
36322 },
36323 {
36324 "name": "repo",
36325 "description": null,
36326 "args": [],
36327 "type": {
36328 "kind": "SCALAR",
36329 "name": "String",
36330 "ofType": null
36331 },
36332 "isDeprecated": false,
36333 "deprecationReason": null
36334 },
36335 {
36336 "name": "sha",
36337 "description": null,
36338 "args": [],
36339 "type": {
36340 "kind": "SCALAR",
36341 "name": "String",
36342 "ofType": null
36343 },
36344 "isDeprecated": false,
36345 "deprecationReason": null
36346 }
36347 ],
36348 "inputFields": null,
36349 "interfaces": [],
36350 "enumValues": null,
36351 "possibleTypes": null
36352 },
36353 {
36354 "kind": "OBJECT",
36355 "name": "IssueRelationship",
36356 "description": null,
36357 "fields": [
36358 {
36359 "name": "relationshipId",
36360 "description": null,
36361 "args": [],
36362 "type": {
36363 "kind": "SCALAR",
36364 "name": "String",
36365 "ofType": null
36366 },
36367 "isDeprecated": false,
36368 "deprecationReason": null
36369 },
36370 {
36371 "name": "source",
36372 "description": null,
36373 "args": [
36374 {
36375 "name": "issue",
36376 "description": null,
36377 "type": {
36378 "kind": "LIST",
36379 "name": null,
36380 "ofType": {
36381 "kind": "SCALAR",
36382 "name": "String",
36383 "ofType": null
36384 }
36385 },
36386 "defaultValue": null
36387 },
36388 {
36389 "name": "owner",
36390 "description": null,
36391 "type": {
36392 "kind": "LIST",
36393 "name": null,
36394 "ofType": {
36395 "kind": "SCALAR",
36396 "name": "String",
36397 "ofType": null
36398 }
36399 },
36400 "defaultValue": null
36401 },
36402 {
36403 "name": "repo",
36404 "description": null,
36405 "type": {
36406 "kind": "LIST",
36407 "name": null,
36408 "ofType": {
36409 "kind": "SCALAR",
36410 "name": "String",
36411 "ofType": null
36412 }
36413 },
36414 "defaultValue": null
36415 }
36416 ],
36417 "type": {
36418 "kind": "OBJECT",
36419 "name": "IssueRelationshipIssue",
36420 "ofType": null
36421 },
36422 "isDeprecated": false,
36423 "deprecationReason": null
36424 },
36425 {
36426 "name": "state",
36427 "description": null,
36428 "args": [],
36429 "type": {
36430 "kind": "SCALAR",
36431 "name": "String",
36432 "ofType": null
36433 },
36434 "isDeprecated": false,
36435 "deprecationReason": null
36436 },
36437 {
36438 "name": "target",
36439 "description": null,
36440 "args": [
36441 {
36442 "name": "issue",
36443 "description": null,
36444 "type": {
36445 "kind": "LIST",
36446 "name": null,
36447 "ofType": {
36448 "kind": "SCALAR",
36449 "name": "String",
36450 "ofType": null
36451 }
36452 },
36453 "defaultValue": null
36454 },
36455 {
36456 "name": "owner",
36457 "description": null,
36458 "type": {
36459 "kind": "LIST",
36460 "name": null,
36461 "ofType": {
36462 "kind": "SCALAR",
36463 "name": "String",
36464 "ofType": null
36465 }
36466 },
36467 "defaultValue": null
36468 },
36469 {
36470 "name": "repo",
36471 "description": null,
36472 "type": {
36473 "kind": "LIST",
36474 "name": null,
36475 "ofType": {
36476 "kind": "SCALAR",
36477 "name": "String",
36478 "ofType": null
36479 }
36480 },
36481 "defaultValue": null
36482 }
36483 ],
36484 "type": {
36485 "kind": "OBJECT",
36486 "name": "IssueRelationshipIssue",
36487 "ofType": null
36488 },
36489 "isDeprecated": false,
36490 "deprecationReason": null
36491 },
36492 {
36493 "name": "type",
36494 "description": null,
36495 "args": [],
36496 "type": {
36497 "kind": "SCALAR",
36498 "name": "String",
36499 "ofType": null
36500 },
36501 "isDeprecated": false,
36502 "deprecationReason": null
36503 },
36504 {
36505 "name": "id",
36506 "description": "The ID of this IssueRelationship",
36507 "args": [],
36508 "type": {
36509 "kind": "SCALAR",
36510 "name": "ID",
36511 "ofType": null
36512 },
36513 "isDeprecated": false,
36514 "deprecationReason": null
36515 }
36516 ],
36517 "inputFields": null,
36518 "interfaces": [],
36519 "enumValues": null,
36520 "possibleTypes": null
36521 },
36522 {
36523 "kind": "OBJECT",
36524 "name": "IssueRelationshipIssue",
36525 "description": null,
36526 "fields": [
36527 {
36528 "name": "issue",
36529 "description": null,
36530 "args": [],
36531 "type": {
36532 "kind": "SCALAR",
36533 "name": "String",
36534 "ofType": null
36535 },
36536 "isDeprecated": false,
36537 "deprecationReason": null
36538 },
36539 {
36540 "name": "owner",
36541 "description": null,
36542 "args": [],
36543 "type": {
36544 "kind": "SCALAR",
36545 "name": "String",
36546 "ofType": null
36547 },
36548 "isDeprecated": false,
36549 "deprecationReason": null
36550 },
36551 {
36552 "name": "repo",
36553 "description": null,
36554 "args": [],
36555 "type": {
36556 "kind": "SCALAR",
36557 "name": "String",
36558 "ofType": null
36559 },
36560 "isDeprecated": false,
36561 "deprecationReason": null
36562 }
36563 ],
36564 "inputFields": null,
36565 "interfaces": [],
36566 "enumValues": null,
36567 "possibleTypes": null
36568 },
36569 {
36570 "kind": "OBJECT",
36571 "name": "SdmBuildIdentifier",
36572 "description": null,
36573 "fields": [
36574 {
36575 "name": "identifier",
36576 "description": null,
36577 "args": [],
36578 "type": {
36579 "kind": "SCALAR",
36580 "name": "String",
36581 "ofType": null
36582 },
36583 "isDeprecated": false,
36584 "deprecationReason": null
36585 },
36586 {
36587 "name": "repo",
36588 "description": null,
36589 "args": [
36590 {
36591 "name": "name",
36592 "description": null,
36593 "type": {
36594 "kind": "LIST",
36595 "name": null,
36596 "ofType": {
36597 "kind": "SCALAR",
36598 "name": "String",
36599 "ofType": null
36600 }
36601 },
36602 "defaultValue": null
36603 },
36604 {
36605 "name": "owner",
36606 "description": null,
36607 "type": {
36608 "kind": "LIST",
36609 "name": null,
36610 "ofType": {
36611 "kind": "SCALAR",
36612 "name": "String",
36613 "ofType": null
36614 }
36615 },
36616 "defaultValue": null
36617 },
36618 {
36619 "name": "providerId",
36620 "description": null,
36621 "type": {
36622 "kind": "LIST",
36623 "name": null,
36624 "ofType": {
36625 "kind": "SCALAR",
36626 "name": "String",
36627 "ofType": null
36628 }
36629 },
36630 "defaultValue": null
36631 }
36632 ],
36633 "type": {
36634 "kind": "OBJECT",
36635 "name": "SdmBuildIdentifierRepository",
36636 "ofType": null
36637 },
36638 "isDeprecated": false,
36639 "deprecationReason": null
36640 },
36641 {
36642 "name": "id",
36643 "description": "The ID of this SdmBuildIdentifier",
36644 "args": [],
36645 "type": {
36646 "kind": "SCALAR",
36647 "name": "ID",
36648 "ofType": null
36649 },
36650 "isDeprecated": false,
36651 "deprecationReason": null
36652 }
36653 ],
36654 "inputFields": null,
36655 "interfaces": [],
36656 "enumValues": null,
36657 "possibleTypes": null
36658 },
36659 {
36660 "kind": "OBJECT",
36661 "name": "SdmBuildIdentifierRepository",
36662 "description": null,
36663 "fields": [
36664 {
36665 "name": "name",
36666 "description": null,
36667 "args": [],
36668 "type": {
36669 "kind": "SCALAR",
36670 "name": "String",
36671 "ofType": null
36672 },
36673 "isDeprecated": false,
36674 "deprecationReason": null
36675 },
36676 {
36677 "name": "owner",
36678 "description": null,
36679 "args": [],
36680 "type": {
36681 "kind": "SCALAR",
36682 "name": "String",
36683 "ofType": null
36684 },
36685 "isDeprecated": false,
36686 "deprecationReason": null
36687 },
36688 {
36689 "name": "providerId",
36690 "description": null,
36691 "args": [],
36692 "type": {
36693 "kind": "SCALAR",
36694 "name": "String",
36695 "ofType": null
36696 },
36697 "isDeprecated": false,
36698 "deprecationReason": null
36699 }
36700 ],
36701 "inputFields": null,
36702 "interfaces": [],
36703 "enumValues": null,
36704 "possibleTypes": null
36705 },
36706 {
36707 "kind": "ENUM",
36708 "name": "SdmDeployState",
36709 "description": null,
36710 "fields": null,
36711 "inputFields": null,
36712 "interfaces": null,
36713 "enumValues": [
36714 {
36715 "name": "requested",
36716 "description": null,
36717 "isDeprecated": false,
36718 "deprecationReason": null
36719 },
36720 {
36721 "name": "disabled",
36722 "description": null,
36723 "isDeprecated": false,
36724 "deprecationReason": null
36725 }
36726 ],
36727 "possibleTypes": null
36728 },
36729 {
36730 "kind": "OBJECT",
36731 "name": "SdmDeployEnablement",
36732 "description": null,
36733 "fields": [
36734 {
36735 "name": "owner",
36736 "description": null,
36737 "args": [],
36738 "type": {
36739 "kind": "SCALAR",
36740 "name": "String",
36741 "ofType": null
36742 },
36743 "isDeprecated": false,
36744 "deprecationReason": null
36745 },
36746 {
36747 "name": "providerId",
36748 "description": null,
36749 "args": [],
36750 "type": {
36751 "kind": "SCALAR",
36752 "name": "String",
36753 "ofType": null
36754 },
36755 "isDeprecated": false,
36756 "deprecationReason": null
36757 },
36758 {
36759 "name": "repo",
36760 "description": null,
36761 "args": [],
36762 "type": {
36763 "kind": "SCALAR",
36764 "name": "String",
36765 "ofType": null
36766 },
36767 "isDeprecated": false,
36768 "deprecationReason": null
36769 },
36770 {
36771 "name": "state",
36772 "description": null,
36773 "args": [],
36774 "type": {
36775 "kind": "ENUM",
36776 "name": "SdmDeployState",
36777 "ofType": null
36778 },
36779 "isDeprecated": false,
36780 "deprecationReason": null
36781 },
36782 {
36783 "name": "id",
36784 "description": "The ID of this SdmDeployEnablement",
36785 "args": [],
36786 "type": {
36787 "kind": "SCALAR",
36788 "name": "ID",
36789 "ofType": null
36790 },
36791 "isDeprecated": false,
36792 "deprecationReason": null
36793 }
36794 ],
36795 "inputFields": null,
36796 "interfaces": [],
36797 "enumValues": null,
36798 "possibleTypes": null
36799 },
36800 {
36801 "kind": "OBJECT",
36802 "name": "SdmVersion",
36803 "description": null,
36804 "fields": [
36805 {
36806 "name": "branch",
36807 "description": null,
36808 "args": [],
36809 "type": {
36810 "kind": "SCALAR",
36811 "name": "String",
36812 "ofType": null
36813 },
36814 "isDeprecated": false,
36815 "deprecationReason": null
36816 },
36817 {
36818 "name": "repo",
36819 "description": null,
36820 "args": [
36821 {
36822 "name": "name",
36823 "description": null,
36824 "type": {
36825 "kind": "LIST",
36826 "name": null,
36827 "ofType": {
36828 "kind": "SCALAR",
36829 "name": "String",
36830 "ofType": null
36831 }
36832 },
36833 "defaultValue": null
36834 },
36835 {
36836 "name": "owner",
36837 "description": null,
36838 "type": {
36839 "kind": "LIST",
36840 "name": null,
36841 "ofType": {
36842 "kind": "SCALAR",
36843 "name": "String",
36844 "ofType": null
36845 }
36846 },
36847 "defaultValue": null
36848 },
36849 {
36850 "name": "providerId",
36851 "description": null,
36852 "type": {
36853 "kind": "LIST",
36854 "name": null,
36855 "ofType": {
36856 "kind": "SCALAR",
36857 "name": "String",
36858 "ofType": null
36859 }
36860 },
36861 "defaultValue": null
36862 }
36863 ],
36864 "type": {
36865 "kind": "OBJECT",
36866 "name": "SdmVersionRepository",
36867 "ofType": null
36868 },
36869 "isDeprecated": false,
36870 "deprecationReason": null
36871 },
36872 {
36873 "name": "sha",
36874 "description": null,
36875 "args": [],
36876 "type": {
36877 "kind": "SCALAR",
36878 "name": "String",
36879 "ofType": null
36880 },
36881 "isDeprecated": false,
36882 "deprecationReason": null
36883 },
36884 {
36885 "name": "version",
36886 "description": null,
36887 "args": [],
36888 "type": {
36889 "kind": "SCALAR",
36890 "name": "String",
36891 "ofType": null
36892 },
36893 "isDeprecated": false,
36894 "deprecationReason": null
36895 },
36896 {
36897 "name": "id",
36898 "description": "The ID of this SdmVersion",
36899 "args": [],
36900 "type": {
36901 "kind": "SCALAR",
36902 "name": "ID",
36903 "ofType": null
36904 },
36905 "isDeprecated": false,
36906 "deprecationReason": null
36907 }
36908 ],
36909 "inputFields": null,
36910 "interfaces": [],
36911 "enumValues": null,
36912 "possibleTypes": null
36913 },
36914 {
36915 "kind": "OBJECT",
36916 "name": "SdmVersionRepository",
36917 "description": null,
36918 "fields": [
36919 {
36920 "name": "name",
36921 "description": null,
36922 "args": [],
36923 "type": {
36924 "kind": "SCALAR",
36925 "name": "String",
36926 "ofType": null
36927 },
36928 "isDeprecated": false,
36929 "deprecationReason": null
36930 },
36931 {
36932 "name": "owner",
36933 "description": null,
36934 "args": [],
36935 "type": {
36936 "kind": "SCALAR",
36937 "name": "String",
36938 "ofType": null
36939 },
36940 "isDeprecated": false,
36941 "deprecationReason": null
36942 },
36943 {
36944 "name": "providerId",
36945 "description": null,
36946 "args": [],
36947 "type": {
36948 "kind": "SCALAR",
36949 "name": "String",
36950 "ofType": null
36951 },
36952 "isDeprecated": false,
36953 "deprecationReason": null
36954 }
36955 ],
36956 "inputFields": null,
36957 "interfaces": [],
36958 "enumValues": null,
36959 "possibleTypes": null
36960 },
36961 {
36962 "kind": "OBJECT",
36963 "name": "SdmGoalSetBadge",
36964 "description": null,
36965 "fields": [
36966 {
36967 "name": "repo",
36968 "description": null,
36969 "args": [
36970 {
36971 "name": "name",
36972 "description": null,
36973 "type": {
36974 "kind": "LIST",
36975 "name": null,
36976 "ofType": {
36977 "kind": "SCALAR",
36978 "name": "String",
36979 "ofType": null
36980 }
36981 },
36982 "defaultValue": null
36983 },
36984 {
36985 "name": "owner",
36986 "description": null,
36987 "type": {
36988 "kind": "LIST",
36989 "name": null,
36990 "ofType": {
36991 "kind": "SCALAR",
36992 "name": "String",
36993 "ofType": null
36994 }
36995 },
36996 "defaultValue": null
36997 },
36998 {
36999 "name": "providerId",
37000 "description": null,
37001 "type": {
37002 "kind": "LIST",
37003 "name": null,
37004 "ofType": {
37005 "kind": "SCALAR",
37006 "name": "String",
37007 "ofType": null
37008 }
37009 },
37010 "defaultValue": null
37011 }
37012 ],
37013 "type": {
37014 "kind": "OBJECT",
37015 "name": "SdmGoalSetBadgeRepository",
37016 "ofType": null
37017 },
37018 "isDeprecated": false,
37019 "deprecationReason": null
37020 },
37021 {
37022 "name": "sdm",
37023 "description": null,
37024 "args": [],
37025 "type": {
37026 "kind": "SCALAR",
37027 "name": "String",
37028 "ofType": null
37029 },
37030 "isDeprecated": false,
37031 "deprecationReason": null
37032 },
37033 {
37034 "name": "token",
37035 "description": null,
37036 "args": [],
37037 "type": {
37038 "kind": "SCALAR",
37039 "name": "String",
37040 "ofType": null
37041 },
37042 "isDeprecated": false,
37043 "deprecationReason": null
37044 },
37045 {
37046 "name": "id",
37047 "description": "The ID of this SdmGoalSetBadge",
37048 "args": [],
37049 "type": {
37050 "kind": "SCALAR",
37051 "name": "ID",
37052 "ofType": null
37053 },
37054 "isDeprecated": false,
37055 "deprecationReason": null
37056 }
37057 ],
37058 "inputFields": null,
37059 "interfaces": [],
37060 "enumValues": null,
37061 "possibleTypes": null
37062 },
37063 {
37064 "kind": "OBJECT",
37065 "name": "SdmGoalSetBadgeRepository",
37066 "description": null,
37067 "fields": [
37068 {
37069 "name": "name",
37070 "description": null,
37071 "args": [],
37072 "type": {
37073 "kind": "SCALAR",
37074 "name": "String",
37075 "ofType": null
37076 },
37077 "isDeprecated": false,
37078 "deprecationReason": null
37079 },
37080 {
37081 "name": "owner",
37082 "description": null,
37083 "args": [],
37084 "type": {
37085 "kind": "SCALAR",
37086 "name": "String",
37087 "ofType": null
37088 },
37089 "isDeprecated": false,
37090 "deprecationReason": null
37091 },
37092 {
37093 "name": "providerId",
37094 "description": null,
37095 "args": [],
37096 "type": {
37097 "kind": "SCALAR",
37098 "name": "String",
37099 "ofType": null
37100 },
37101 "isDeprecated": false,
37102 "deprecationReason": null
37103 }
37104 ],
37105 "inputFields": null,
37106 "interfaces": [],
37107 "enumValues": null,
37108 "possibleTypes": null
37109 },
37110 {
37111 "kind": "OBJECT",
37112 "name": "SdmPreference",
37113 "description": null,
37114 "fields": [
37115 {
37116 "name": "key",
37117 "description": null,
37118 "args": [],
37119 "type": {
37120 "kind": "SCALAR",
37121 "name": "String",
37122 "ofType": null
37123 },
37124 "isDeprecated": false,
37125 "deprecationReason": null
37126 },
37127 {
37128 "name": "ttl",
37129 "description": null,
37130 "args": [],
37131 "type": {
37132 "kind": "SCALAR",
37133 "name": "Int",
37134 "ofType": null
37135 },
37136 "isDeprecated": false,
37137 "deprecationReason": null
37138 },
37139 {
37140 "name": "value",
37141 "description": null,
37142 "args": [],
37143 "type": {
37144 "kind": "SCALAR",
37145 "name": "String",
37146 "ofType": null
37147 },
37148 "isDeprecated": false,
37149 "deprecationReason": null
37150 },
37151 {
37152 "name": "id",
37153 "description": "The ID of this SdmPreference",
37154 "args": [],
37155 "type": {
37156 "kind": "SCALAR",
37157 "name": "ID",
37158 "ofType": null
37159 },
37160 "isDeprecated": false,
37161 "deprecationReason": null
37162 }
37163 ],
37164 "inputFields": null,
37165 "interfaces": [],
37166 "enumValues": null,
37167 "possibleTypes": null
37168 },
37169 {
37170 "kind": "OBJECT",
37171 "name": "SdmRepoProvenance",
37172 "description": null,
37173 "fields": [
37174 {
37175 "name": "provenance",
37176 "description": null,
37177 "args": [],
37178 "type": {
37179 "kind": "OBJECT",
37180 "name": "SdmProvenance",
37181 "ofType": null
37182 },
37183 "isDeprecated": false,
37184 "deprecationReason": null
37185 },
37186 {
37187 "name": "repo",
37188 "description": null,
37189 "args": [
37190 {
37191 "name": "name",
37192 "description": null,
37193 "type": {
37194 "kind": "LIST",
37195 "name": null,
37196 "ofType": {
37197 "kind": "SCALAR",
37198 "name": "String",
37199 "ofType": null
37200 }
37201 },
37202 "defaultValue": null
37203 },
37204 {
37205 "name": "owner",
37206 "description": null,
37207 "type": {
37208 "kind": "LIST",
37209 "name": null,
37210 "ofType": {
37211 "kind": "SCALAR",
37212 "name": "String",
37213 "ofType": null
37214 }
37215 },
37216 "defaultValue": null
37217 },
37218 {
37219 "name": "providerId",
37220 "description": null,
37221 "type": {
37222 "kind": "LIST",
37223 "name": null,
37224 "ofType": {
37225 "kind": "SCALAR",
37226 "name": "String",
37227 "ofType": null
37228 }
37229 },
37230 "defaultValue": null
37231 }
37232 ],
37233 "type": {
37234 "kind": "OBJECT",
37235 "name": "SdmRepository",
37236 "ofType": null
37237 },
37238 "isDeprecated": false,
37239 "deprecationReason": null
37240 },
37241 {
37242 "name": "id",
37243 "description": "The ID of this SdmRepoProvenance",
37244 "args": [],
37245 "type": {
37246 "kind": "SCALAR",
37247 "name": "ID",
37248 "ofType": null
37249 },
37250 "isDeprecated": false,
37251 "deprecationReason": null
37252 }
37253 ],
37254 "inputFields": null,
37255 "interfaces": [],
37256 "enumValues": null,
37257 "possibleTypes": null
37258 },
37259 {
37260 "kind": "OBJECT",
37261 "name": "MutationType",
37262 "description": "",
37263 "fields": [
37264 {
37265 "name": "createGitHubResourceProvider",
37266 "description": "",
37267 "args": [],
37268 "type": {
37269 "kind": "NON_NULL",
37270 "name": null,
37271 "ofType": {
37272 "kind": "OBJECT",
37273 "name": "SCMProvider",
37274 "ofType": null
37275 }
37276 },
37277 "isDeprecated": false,
37278 "deprecationReason": null
37279 },
37280 {
37281 "name": "configureGitHubResourceProvider",
37282 "description": "configure repos/orgs - raise system event for SCMProvider",
37283 "args": [
37284 {
37285 "name": "id",
37286 "description": "",
37287 "type": {
37288 "kind": "NON_NULL",
37289 "name": null,
37290 "ofType": {
37291 "kind": "SCALAR",
37292 "name": "ID",
37293 "ofType": null
37294 }
37295 },
37296 "defaultValue": null
37297 },
37298 {
37299 "name": "config",
37300 "description": "",
37301 "type": {
37302 "kind": "NON_NULL",
37303 "name": null,
37304 "ofType": {
37305 "kind": "INPUT_OBJECT",
37306 "name": "SCMResourceProviderInput",
37307 "ofType": null
37308 }
37309 },
37310 "defaultValue": null
37311 }
37312 ],
37313 "type": {
37314 "kind": "NON_NULL",
37315 "name": null,
37316 "ofType": {
37317 "kind": "OBJECT",
37318 "name": "SCMProvider",
37319 "ofType": null
37320 }
37321 },
37322 "isDeprecated": false,
37323 "deprecationReason": null
37324 },
37325 {
37326 "name": "setSCMProviderState",
37327 "description": "",
37328 "args": [
37329 {
37330 "name": "id",
37331 "description": "",
37332 "type": {
37333 "kind": "NON_NULL",
37334 "name": null,
37335 "ofType": {
37336 "kind": "SCALAR",
37337 "name": "ID",
37338 "ofType": null
37339 }
37340 },
37341 "defaultValue": null
37342 },
37343 {
37344 "name": "providerState",
37345 "description": "",
37346 "type": {
37347 "kind": "INPUT_OBJECT",
37348 "name": "ResourceProviderStateInput",
37349 "ofType": null
37350 },
37351 "defaultValue": null
37352 }
37353 ],
37354 "type": {
37355 "kind": "NON_NULL",
37356 "name": null,
37357 "ofType": {
37358 "kind": "OBJECT",
37359 "name": "SCMProvider",
37360 "ofType": null
37361 }
37362 },
37363 "isDeprecated": false,
37364 "deprecationReason": null
37365 },
37366 {
37367 "name": "deleteResourceProvider",
37368 "description": "",
37369 "args": [
37370 {
37371 "name": "id",
37372 "description": "",
37373 "type": {
37374 "kind": "NON_NULL",
37375 "name": null,
37376 "ofType": {
37377 "kind": "SCALAR",
37378 "name": "ID",
37379 "ofType": null
37380 }
37381 },
37382 "defaultValue": null
37383 }
37384 ],
37385 "type": {
37386 "kind": "NON_NULL",
37387 "name": null,
37388 "ofType": {
37389 "kind": "SCALAR",
37390 "name": "String",
37391 "ofType": null
37392 }
37393 },
37394 "isDeprecated": false,
37395 "deprecationReason": null
37396 },
37397 {
37398 "name": "createWebhook",
37399 "description": "create and expose a webhook over the public internet",
37400 "args": [
37401 {
37402 "name": "webhook",
37403 "description": "",
37404 "type": {
37405 "kind": "NON_NULL",
37406 "name": null,
37407 "ofType": {
37408 "kind": "INPUT_OBJECT",
37409 "name": "WebhookInput",
37410 "ofType": null
37411 }
37412 },
37413 "defaultValue": null
37414 }
37415 ],
37416 "type": {
37417 "kind": "NON_NULL",
37418 "name": null,
37419 "ofType": {
37420 "kind": "OBJECT",
37421 "name": "Webhook",
37422 "ofType": null
37423 }
37424 },
37425 "isDeprecated": false,
37426 "deprecationReason": null
37427 },
37428 {
37429 "name": "deleteWebhook",
37430 "description": "delete a webhook from public internet",
37431 "args": [
37432 {
37433 "name": "id",
37434 "description": "",
37435 "type": {
37436 "kind": "NON_NULL",
37437 "name": null,
37438 "ofType": {
37439 "kind": "SCALAR",
37440 "name": "ID",
37441 "ofType": null
37442 }
37443 },
37444 "defaultValue": null
37445 }
37446 ],
37447 "type": {
37448 "kind": "NON_NULL",
37449 "name": null,
37450 "ofType": {
37451 "kind": "SCALAR",
37452 "name": "String",
37453 "ofType": null
37454 }
37455 },
37456 "isDeprecated": false,
37457 "deprecationReason": null
37458 },
37459 {
37460 "name": "updateWebhook",
37461 "description": "associate some state with a webhook to help convergence etc",
37462 "args": [
37463 {
37464 "name": "id",
37465 "description": "",
37466 "type": {
37467 "kind": "NON_NULL",
37468 "name": null,
37469 "ofType": {
37470 "kind": "SCALAR",
37471 "name": "ID",
37472 "ofType": null
37473 }
37474 },
37475 "defaultValue": null
37476 },
37477 {
37478 "name": "webhook",
37479 "description": "",
37480 "type": {
37481 "kind": "NON_NULL",
37482 "name": null,
37483 "ofType": {
37484 "kind": "INPUT_OBJECT",
37485 "name": "WebhookInput",
37486 "ofType": null
37487 }
37488 },
37489 "defaultValue": null
37490 }
37491 ],
37492 "type": {
37493 "kind": "NON_NULL",
37494 "name": null,
37495 "ofType": {
37496 "kind": "OBJECT",
37497 "name": "Webhook",
37498 "ofType": null
37499 }
37500 },
37501 "isDeprecated": false,
37502 "deprecationReason": null
37503 },
37504 {
37505 "name": "addWebhookTag",
37506 "description": "add (or overwrite) a tag on a webhook",
37507 "args": [
37508 {
37509 "name": "id",
37510 "description": "",
37511 "type": {
37512 "kind": "NON_NULL",
37513 "name": null,
37514 "ofType": {
37515 "kind": "SCALAR",
37516 "name": "ID",
37517 "ofType": null
37518 }
37519 },
37520 "defaultValue": null
37521 },
37522 {
37523 "name": "name",
37524 "description": "",
37525 "type": {
37526 "kind": "NON_NULL",
37527 "name": null,
37528 "ofType": {
37529 "kind": "SCALAR",
37530 "name": "String",
37531 "ofType": null
37532 }
37533 },
37534 "defaultValue": null
37535 },
37536 {
37537 "name": "value",
37538 "description": "",
37539 "type": {
37540 "kind": "NON_NULL",
37541 "name": null,
37542 "ofType": {
37543 "kind": "SCALAR",
37544 "name": "String",
37545 "ofType": null
37546 }
37547 },
37548 "defaultValue": null
37549 }
37550 ],
37551 "type": {
37552 "kind": "NON_NULL",
37553 "name": null,
37554 "ofType": {
37555 "kind": "OBJECT",
37556 "name": "Webhook",
37557 "ofType": null
37558 }
37559 },
37560 "isDeprecated": false,
37561 "deprecationReason": null
37562 },
37563 {
37564 "name": "setWebhookTags",
37565 "description": "",
37566 "args": [
37567 {
37568 "name": "id",
37569 "description": "",
37570 "type": {
37571 "kind": "NON_NULL",
37572 "name": null,
37573 "ofType": {
37574 "kind": "SCALAR",
37575 "name": "ID",
37576 "ofType": null
37577 }
37578 },
37579 "defaultValue": null
37580 },
37581 {
37582 "name": "name",
37583 "description": "",
37584 "type": {
37585 "kind": "NON_NULL",
37586 "name": null,
37587 "ofType": {
37588 "kind": "SCALAR",
37589 "name": "String",
37590 "ofType": null
37591 }
37592 },
37593 "defaultValue": null
37594 },
37595 {
37596 "name": "value",
37597 "description": "",
37598 "type": {
37599 "kind": "NON_NULL",
37600 "name": null,
37601 "ofType": {
37602 "kind": "SCALAR",
37603 "name": "String",
37604 "ofType": null
37605 }
37606 },
37607 "defaultValue": null
37608 }
37609 ],
37610 "type": {
37611 "kind": "NON_NULL",
37612 "name": null,
37613 "ofType": {
37614 "kind": "OBJECT",
37615 "name": "Webhook",
37616 "ofType": null
37617 }
37618 },
37619 "isDeprecated": false,
37620 "deprecationReason": null
37621 },
37622 {
37623 "name": "removeChatTeam",
37624 "description": "",
37625 "args": [
37626 {
37627 "name": "chatTeamId",
37628 "description": "",
37629 "type": {
37630 "kind": "NON_NULL",
37631 "name": null,
37632 "ofType": {
37633 "kind": "SCALAR",
37634 "name": "String",
37635 "ofType": null
37636 }
37637 },
37638 "defaultValue": null
37639 }
37640 ],
37641 "type": {
37642 "kind": "NON_NULL",
37643 "name": null,
37644 "ofType": {
37645 "kind": "SCALAR",
37646 "name": "String",
37647 "ofType": null
37648 }
37649 },
37650 "isDeprecated": false,
37651 "deprecationReason": null
37652 },
37653 {
37654 "name": "setChatUserPreference",
37655 "description": "Set the value of a user preference.",
37656 "args": [
37657 {
37658 "name": "chatTeamId",
37659 "description": "The ID of the chat team",
37660 "type": {
37661 "kind": "SCALAR",
37662 "name": "String",
37663 "ofType": null
37664 },
37665 "defaultValue": null
37666 },
37667 {
37668 "name": "chatUserId",
37669 "description": "The id of user",
37670 "type": {
37671 "kind": "SCALAR",
37672 "name": "String",
37673 "ofType": null
37674 },
37675 "defaultValue": null
37676 },
37677 {
37678 "name": "name",
37679 "description": "The name of the preference",
37680 "type": {
37681 "kind": "SCALAR",
37682 "name": "String",
37683 "ofType": null
37684 },
37685 "defaultValue": null
37686 },
37687 {
37688 "name": "value",
37689 "description": "The value of the preference",
37690 "type": {
37691 "kind": "SCALAR",
37692 "name": "String",
37693 "ofType": null
37694 },
37695 "defaultValue": null
37696 }
37697 ],
37698 "type": {
37699 "kind": "LIST",
37700 "name": null,
37701 "ofType": {
37702 "kind": "OBJECT",
37703 "name": "UserPreference",
37704 "ofType": null
37705 }
37706 },
37707 "isDeprecated": false,
37708 "deprecationReason": null
37709 },
37710 {
37711 "name": "setPersonPreference",
37712 "description": "Set the value of a person preference. Returns what was set",
37713 "args": [
37714 {
37715 "name": "personId",
37716 "description": "The ID of the person",
37717 "type": {
37718 "kind": "SCALAR",
37719 "name": "String",
37720 "ofType": null
37721 },
37722 "defaultValue": null
37723 },
37724 {
37725 "name": "name",
37726 "description": "The name of the preference",
37727 "type": {
37728 "kind": "SCALAR",
37729 "name": "String",
37730 "ofType": null
37731 },
37732 "defaultValue": null
37733 },
37734 {
37735 "name": "value",
37736 "description": "The value of the preference",
37737 "type": {
37738 "kind": "SCALAR",
37739 "name": "String",
37740 "ofType": null
37741 },
37742 "defaultValue": null
37743 }
37744 ],
37745 "type": {
37746 "kind": "LIST",
37747 "name": null,
37748 "ofType": {
37749 "kind": "OBJECT",
37750 "name": "PersonPreference",
37751 "ofType": null
37752 }
37753 },
37754 "isDeprecated": false,
37755 "deprecationReason": null
37756 },
37757 {
37758 "name": "setChatTeamPreference",
37759 "description": "Set the value of a chat team preference. Returns what was set",
37760 "args": [
37761 {
37762 "name": "chatTeamId",
37763 "description": "The ID of the chat team",
37764 "type": {
37765 "kind": "SCALAR",
37766 "name": "String",
37767 "ofType": null
37768 },
37769 "defaultValue": null
37770 },
37771 {
37772 "name": "name",
37773 "description": "The name of the preference",
37774 "type": {
37775 "kind": "SCALAR",
37776 "name": "String",
37777 "ofType": null
37778 },
37779 "defaultValue": null
37780 },
37781 {
37782 "name": "value",
37783 "description": "The value of the preference",
37784 "type": {
37785 "kind": "SCALAR",
37786 "name": "String",
37787 "ofType": null
37788 },
37789 "defaultValue": null
37790 }
37791 ],
37792 "type": {
37793 "kind": "LIST",
37794 "name": null,
37795 "ofType": {
37796 "kind": "OBJECT",
37797 "name": "TeamPreference",
37798 "ofType": null
37799 }
37800 },
37801 "isDeprecated": false,
37802 "deprecationReason": null
37803 },
37804 {
37805 "name": "createSlackChannel",
37806 "description": "Create a slack channel in the current team",
37807 "args": [
37808 {
37809 "name": "chatTeamId",
37810 "description": "The ID of the chat team",
37811 "type": {
37812 "kind": "SCALAR",
37813 "name": "String",
37814 "ofType": null
37815 },
37816 "defaultValue": null
37817 },
37818 {
37819 "name": "name",
37820 "description": "The name of the channel to create",
37821 "type": {
37822 "kind": "SCALAR",
37823 "name": "String",
37824 "ofType": null
37825 },
37826 "defaultValue": null
37827 }
37828 ],
37829 "type": {
37830 "kind": "OBJECT",
37831 "name": "SlackChannel",
37832 "ofType": null
37833 },
37834 "isDeprecated": false,
37835 "deprecationReason": null
37836 },
37837 {
37838 "name": "addBotToSlackChannel",
37839 "description": "Ask the bot to join a chat channel",
37840 "args": [
37841 {
37842 "name": "chatTeamId",
37843 "description": "The ID of the chat team",
37844 "type": {
37845 "kind": "SCALAR",
37846 "name": "String",
37847 "ofType": null
37848 },
37849 "defaultValue": null
37850 },
37851 {
37852 "name": "channelId",
37853 "description": "The id of the channel to join",
37854 "type": {
37855 "kind": "SCALAR",
37856 "name": "String",
37857 "ofType": null
37858 },
37859 "defaultValue": null
37860 }
37861 ],
37862 "type": {
37863 "kind": "OBJECT",
37864 "name": "SlackChannel",
37865 "ofType": null
37866 },
37867 "isDeprecated": false,
37868 "deprecationReason": null
37869 },
37870 {
37871 "name": "linkSlackChannelToRepo",
37872 "description": "Link a channel to a repo",
37873 "args": [
37874 {
37875 "name": "chatTeamId",
37876 "description": "The ID of the chat team",
37877 "type": {
37878 "kind": "SCALAR",
37879 "name": "String",
37880 "ofType": null
37881 },
37882 "defaultValue": null
37883 },
37884 {
37885 "name": "channelId",
37886 "description": "The id of the channel to link",
37887 "type": {
37888 "kind": "SCALAR",
37889 "name": "String",
37890 "ofType": null
37891 },
37892 "defaultValue": null
37893 },
37894 {
37895 "name": "channelName",
37896 "description": "The name of the channel to link. Optional.",
37897 "type": {
37898 "kind": "SCALAR",
37899 "name": "String",
37900 "ofType": null
37901 },
37902 "defaultValue": null
37903 },
37904 {
37905 "name": "repo",
37906 "description": "The name of the repo to link",
37907 "type": {
37908 "kind": "SCALAR",
37909 "name": "String",
37910 "ofType": null
37911 },
37912 "defaultValue": null
37913 },
37914 {
37915 "name": "owner",
37916 "description": "The owner of the repo to link",
37917 "type": {
37918 "kind": "SCALAR",
37919 "name": "String",
37920 "ofType": null
37921 },
37922 "defaultValue": null
37923 },
37924 {
37925 "name": "providerId",
37926 "description": "The provider id of the repo to link",
37927 "type": {
37928 "kind": "SCALAR",
37929 "name": "String",
37930 "ofType": null
37931 },
37932 "defaultValue": null
37933 }
37934 ],
37935 "type": {
37936 "kind": "OBJECT",
37937 "name": "SlackChannel",
37938 "ofType": null
37939 },
37940 "isDeprecated": false,
37941 "deprecationReason": null
37942 },
37943 {
37944 "name": "inviteUserToSlackChannel",
37945 "description": "Ask the bot to invite a user to join a chat channel",
37946 "args": [
37947 {
37948 "name": "chatTeamId",
37949 "description": "The ID of the chat team",
37950 "type": {
37951 "kind": "SCALAR",
37952 "name": "String",
37953 "ofType": null
37954 },
37955 "defaultValue": null
37956 },
37957 {
37958 "name": "channelId",
37959 "description": "The id of the channel to join",
37960 "type": {
37961 "kind": "SCALAR",
37962 "name": "String",
37963 "ofType": null
37964 },
37965 "defaultValue": null
37966 },
37967 {
37968 "name": "userId",
37969 "description": "The id of the user to invite",
37970 "type": {
37971 "kind": "SCALAR",
37972 "name": "String",
37973 "ofType": null
37974 },
37975 "defaultValue": null
37976 }
37977 ],
37978 "type": {
37979 "kind": "OBJECT",
37980 "name": "SlackChannel",
37981 "ofType": null
37982 },
37983 "isDeprecated": false,
37984 "deprecationReason": null
37985 },
37986 {
37987 "name": "kickUserFromSlackChannel",
37988 "description": "Ask the bot to kick a user from a chat channel",
37989 "args": [
37990 {
37991 "name": "chatTeamId",
37992 "description": "The ID of the chat team",
37993 "type": {
37994 "kind": "SCALAR",
37995 "name": "String",
37996 "ofType": null
37997 },
37998 "defaultValue": null
37999 },
38000 {
38001 "name": "channelId",
38002 "description": "The id of the channel",
38003 "type": {
38004 "kind": "SCALAR",
38005 "name": "String",
38006 "ofType": null
38007 },
38008 "defaultValue": null
38009 },
38010 {
38011 "name": "userId",
38012 "description": "The id of the user",
38013 "type": {
38014 "kind": "SCALAR",
38015 "name": "String",
38016 "ofType": null
38017 },
38018 "defaultValue": null
38019 }
38020 ],
38021 "type": {
38022 "kind": "OBJECT",
38023 "name": "SlackChannel",
38024 "ofType": null
38025 },
38026 "isDeprecated": false,
38027 "deprecationReason": null
38028 },
38029 {
38030 "name": "unlinkSlackChannelFromRepo",
38031 "description": "Unlink a channel from a repo",
38032 "args": [
38033 {
38034 "name": "chatTeamId",
38035 "description": "The ID of the chat team",
38036 "type": {
38037 "kind": "SCALAR",
38038 "name": "String",
38039 "ofType": null
38040 },
38041 "defaultValue": null
38042 },
38043 {
38044 "name": "channelId",
38045 "description": "The id of the channel to link",
38046 "type": {
38047 "kind": "SCALAR",
38048 "name": "String",
38049 "ofType": null
38050 },
38051 "defaultValue": null
38052 },
38053 {
38054 "name": "repo",
38055 "description": "The name of the repo to link",
38056 "type": {
38057 "kind": "SCALAR",
38058 "name": "String",
38059 "ofType": null
38060 },
38061 "defaultValue": null
38062 },
38063 {
38064 "name": "owner",
38065 "description": "The owner of the repo to link",
38066 "type": {
38067 "kind": "SCALAR",
38068 "name": "String",
38069 "ofType": null
38070 },
38071 "defaultValue": null
38072 },
38073 {
38074 "name": "providerId",
38075 "description": "The provider id of the repo to link",
38076 "type": {
38077 "kind": "SCALAR",
38078 "name": "String",
38079 "ofType": null
38080 },
38081 "defaultValue": null
38082 }
38083 ],
38084 "type": {
38085 "kind": "OBJECT",
38086 "name": "SlackChannel",
38087 "ofType": null
38088 },
38089 "isDeprecated": false,
38090 "deprecationReason": null
38091 },
38092 {
38093 "name": "setOwnerLogin",
38094 "description": "set a GitHub login to be used for resources owned by an Org",
38095 "args": [
38096 {
38097 "name": "owner",
38098 "description": "The owner name for the Organization/Team",
38099 "type": {
38100 "kind": "SCALAR",
38101 "name": "String",
38102 "ofType": null
38103 },
38104 "defaultValue": null
38105 },
38106 {
38107 "name": "providerId",
38108 "description": "The id of the Git provider for this Owner",
38109 "type": {
38110 "kind": "SCALAR",
38111 "name": "String",
38112 "ofType": null
38113 },
38114 "defaultValue": null
38115 },
38116 {
38117 "name": "login",
38118 "description": "The login that should be used",
38119 "type": {
38120 "kind": "SCALAR",
38121 "name": "String",
38122 "ofType": null
38123 },
38124 "defaultValue": null
38125 }
38126 ],
38127 "type": {
38128 "kind": "OBJECT",
38129 "name": "OwnerLogin",
38130 "ofType": null
38131 },
38132 "isDeprecated": false,
38133 "deprecationReason": null
38134 },
38135 {
38136 "name": "setRepoLogin",
38137 "description": "set a GitHub login to be used for this Repository",
38138 "args": [
38139 {
38140 "name": "repo",
38141 "description": "The owner name for the Organization/Team",
38142 "type": {
38143 "kind": "SCALAR",
38144 "name": "String",
38145 "ofType": null
38146 },
38147 "defaultValue": null
38148 },
38149 {
38150 "name": "owner",
38151 "description": "The owner name for the Organization/Team",
38152 "type": {
38153 "kind": "SCALAR",
38154 "name": "String",
38155 "ofType": null
38156 },
38157 "defaultValue": null
38158 },
38159 {
38160 "name": "providerId",
38161 "description": "The id of the Git provider for this Owner",
38162 "type": {
38163 "kind": "SCALAR",
38164 "name": "String",
38165 "ofType": null
38166 },
38167 "defaultValue": null
38168 },
38169 {
38170 "name": "login",
38171 "description": "The login that should be used",
38172 "type": {
38173 "kind": "SCALAR",
38174 "name": "String",
38175 "ofType": null
38176 },
38177 "defaultValue": null
38178 }
38179 ],
38180 "type": {
38181 "kind": "OBJECT",
38182 "name": "RepoLogin",
38183 "ofType": null
38184 },
38185 "isDeprecated": false,
38186 "deprecationReason": null
38187 },
38188 {
38189 "name": "setTeamProperties",
38190 "description": "Set a team's properties",
38191 "args": [
38192 {
38193 "name": "name",
38194 "description": "The display name of the team",
38195 "type": {
38196 "kind": "SCALAR",
38197 "name": "String",
38198 "ofType": null
38199 },
38200 "defaultValue": null
38201 },
38202 {
38203 "name": "description",
38204 "description": "The description of the team",
38205 "type": {
38206 "kind": "SCALAR",
38207 "name": "String",
38208 "ofType": null
38209 },
38210 "defaultValue": null
38211 },
38212 {
38213 "name": "iconUrl",
38214 "description": "URL to a teams icon",
38215 "type": {
38216 "kind": "SCALAR",
38217 "name": "String",
38218 "ofType": null
38219 },
38220 "defaultValue": null
38221 }
38222 ],
38223 "type": {
38224 "kind": "OBJECT",
38225 "name": "Team",
38226 "ofType": null
38227 },
38228 "isDeprecated": false,
38229 "deprecationReason": null
38230 }
38231 ],
38232 "inputFields": null,
38233 "interfaces": [],
38234 "enumValues": null,
38235 "possibleTypes": null
38236 },
38237 {
38238 "kind": "INPUT_OBJECT",
38239 "name": "SCMResourceProviderInput",
38240 "description": "",
38241 "fields": null,
38242 "inputFields": [
38243 {
38244 "name": "orgs",
38245 "description": "",
38246 "type": {
38247 "kind": "NON_NULL",
38248 "name": null,
38249 "ofType": {
38250 "kind": "LIST",
38251 "name": null,
38252 "ofType": {
38253 "kind": "NON_NULL",
38254 "name": null,
38255 "ofType": {
38256 "kind": "SCALAR",
38257 "name": "String",
38258 "ofType": null
38259 }
38260 }
38261 }
38262 },
38263 "defaultValue": null
38264 },
38265 {
38266 "name": "repos",
38267 "description": "",
38268 "type": {
38269 "kind": "NON_NULL",
38270 "name": null,
38271 "ofType": {
38272 "kind": "LIST",
38273 "name": null,
38274 "ofType": {
38275 "kind": "NON_NULL",
38276 "name": null,
38277 "ofType": {
38278 "kind": "INPUT_OBJECT",
38279 "name": "SCMResourceProviderRepoInput",
38280 "ofType": null
38281 }
38282 }
38283 }
38284 },
38285 "defaultValue": null
38286 }
38287 ],
38288 "interfaces": null,
38289 "enumValues": null,
38290 "possibleTypes": null
38291 },
38292 {
38293 "kind": "INPUT_OBJECT",
38294 "name": "SCMResourceProviderRepoInput",
38295 "description": "",
38296 "fields": null,
38297 "inputFields": [
38298 {
38299 "name": "owner",
38300 "description": "",
38301 "type": {
38302 "kind": "NON_NULL",
38303 "name": null,
38304 "ofType": {
38305 "kind": "SCALAR",
38306 "name": "String",
38307 "ofType": null
38308 }
38309 },
38310 "defaultValue": null
38311 },
38312 {
38313 "name": "repo",
38314 "description": "",
38315 "type": {
38316 "kind": "NON_NULL",
38317 "name": null,
38318 "ofType": {
38319 "kind": "SCALAR",
38320 "name": "String",
38321 "ofType": null
38322 }
38323 },
38324 "defaultValue": null
38325 }
38326 ],
38327 "interfaces": null,
38328 "enumValues": null,
38329 "possibleTypes": null
38330 },
38331 {
38332 "kind": "INPUT_OBJECT",
38333 "name": "ResourceProviderStateInput",
38334 "description": "",
38335 "fields": null,
38336 "inputFields": [
38337 {
38338 "name": "state",
38339 "description": "",
38340 "type": {
38341 "kind": "NON_NULL",
38342 "name": null,
38343 "ofType": {
38344 "kind": "ENUM",
38345 "name": "SCMProviderStateName",
38346 "ofType": null
38347 }
38348 },
38349 "defaultValue": null
38350 },
38351 {
38352 "name": "error",
38353 "description": "",
38354 "type": {
38355 "kind": "SCALAR",
38356 "name": "String",
38357 "ofType": null
38358 },
38359 "defaultValue": null
38360 }
38361 ],
38362 "interfaces": null,
38363 "enumValues": null,
38364 "possibleTypes": null
38365 },
38366 {
38367 "kind": "INPUT_OBJECT",
38368 "name": "WebhookInput",
38369 "description": "",
38370 "fields": null,
38371 "inputFields": [
38372 {
38373 "name": "name",
38374 "description": "",
38375 "type": {
38376 "kind": "NON_NULL",
38377 "name": null,
38378 "ofType": {
38379 "kind": "SCALAR",
38380 "name": "String",
38381 "ofType": null
38382 }
38383 },
38384 "defaultValue": null
38385 },
38386 {
38387 "name": "resourceProviderId",
38388 "description": "",
38389 "type": {
38390 "kind": "NON_NULL",
38391 "name": null,
38392 "ofType": {
38393 "kind": "SCALAR",
38394 "name": "String",
38395 "ofType": null
38396 }
38397 },
38398 "defaultValue": null
38399 },
38400 {
38401 "name": "authType",
38402 "description": "",
38403 "type": {
38404 "kind": "NON_NULL",
38405 "name": null,
38406 "ofType": {
38407 "kind": "ENUM",
38408 "name": "WebhookAuthType",
38409 "ofType": null
38410 }
38411 },
38412 "defaultValue": null
38413 },
38414 {
38415 "name": "hmacSha1",
38416 "description": "",
38417 "type": {
38418 "kind": "INPUT_OBJECT",
38419 "name": "HmacSha1AuthInput",
38420 "ofType": null
38421 },
38422 "defaultValue": null
38423 },
38424 {
38425 "name": "tags",
38426 "description": "",
38427 "type": {
38428 "kind": "LIST",
38429 "name": null,
38430 "ofType": {
38431 "kind": "INPUT_OBJECT",
38432 "name": "TagInput",
38433 "ofType": null
38434 }
38435 },
38436 "defaultValue": null
38437 },
38438 {
38439 "name": "state",
38440 "description": "",
38441 "type": {
38442 "kind": "ENUM",
38443 "name": "WebhookState",
38444 "ofType": null
38445 },
38446 "defaultValue": null
38447 }
38448 ],
38449 "interfaces": null,
38450 "enumValues": null,
38451 "possibleTypes": null
38452 },
38453 {
38454 "kind": "INPUT_OBJECT",
38455 "name": "HmacSha1AuthInput",
38456 "description": "",
38457 "fields": null,
38458 "inputFields": [
38459 {
38460 "name": "secret",
38461 "description": "shared secret",
38462 "type": {
38463 "kind": "NON_NULL",
38464 "name": null,
38465 "ofType": {
38466 "kind": "SCALAR",
38467 "name": "String",
38468 "ofType": null
38469 }
38470 },
38471 "defaultValue": null
38472 },
38473 {
38474 "name": "header",
38475 "description": "http header in which to find the hash",
38476 "type": {
38477 "kind": "SCALAR",
38478 "name": "String",
38479 "ofType": null
38480 },
38481 "defaultValue": null
38482 }
38483 ],
38484 "interfaces": null,
38485 "enumValues": null,
38486 "possibleTypes": null
38487 },
38488 {
38489 "kind": "INPUT_OBJECT",
38490 "name": "TagInput",
38491 "description": "",
38492 "fields": null,
38493 "inputFields": [
38494 {
38495 "name": "name",
38496 "description": "",
38497 "type": {
38498 "kind": "NON_NULL",
38499 "name": null,
38500 "ofType": {
38501 "kind": "SCALAR",
38502 "name": "String",
38503 "ofType": null
38504 }
38505 },
38506 "defaultValue": null
38507 },
38508 {
38509 "name": "value",
38510 "description": "",
38511 "type": {
38512 "kind": "NON_NULL",
38513 "name": null,
38514 "ofType": {
38515 "kind": "SCALAR",
38516 "name": "String",
38517 "ofType": null
38518 }
38519 },
38520 "defaultValue": null
38521 }
38522 ],
38523 "interfaces": null,
38524 "enumValues": null,
38525 "possibleTypes": null
38526 },
38527 {
38528 "kind": "OBJECT",
38529 "name": "SlackChannel",
38530 "description": "A slack channel",
38531 "fields": [
38532 {
38533 "name": "chatTeamId",
38534 "description": "The id of the chat team",
38535 "args": [],
38536 "type": {
38537 "kind": "SCALAR",
38538 "name": "String",
38539 "ofType": null
38540 },
38541 "isDeprecated": false,
38542 "deprecationReason": null
38543 },
38544 {
38545 "name": "name",
38546 "description": "The name of the channel",
38547 "args": [],
38548 "type": {
38549 "kind": "SCALAR",
38550 "name": "String",
38551 "ofType": null
38552 },
38553 "isDeprecated": false,
38554 "deprecationReason": null
38555 },
38556 {
38557 "name": "id",
38558 "description": "The id of the channel",
38559 "args": [],
38560 "type": {
38561 "kind": "SCALAR",
38562 "name": "String",
38563 "ofType": null
38564 },
38565 "isDeprecated": false,
38566 "deprecationReason": null
38567 }
38568 ],
38569 "inputFields": null,
38570 "interfaces": [],
38571 "enumValues": null,
38572 "possibleTypes": null
38573 },
38574 {
38575 "kind": "OBJECT",
38576 "name": "OwnerLogin",
38577 "description": "a GitHub Owner (like an Org) can set a login to be used for background tasks",
38578 "fields": [
38579 {
38580 "name": "owner",
38581 "description": "The owner name for the Organization/Team",
38582 "args": [],
38583 "type": {
38584 "kind": "SCALAR",
38585 "name": "String",
38586 "ofType": null
38587 },
38588 "isDeprecated": false,
38589 "deprecationReason": null
38590 },
38591 {
38592 "name": "providerId",
38593 "description": "The id of the git provider for this Owner",
38594 "args": [],
38595 "type": {
38596 "kind": "SCALAR",
38597 "name": "String",
38598 "ofType": null
38599 },
38600 "isDeprecated": false,
38601 "deprecationReason": null
38602 },
38603 {
38604 "name": "login",
38605 "description": "The login that should be used",
38606 "args": [],
38607 "type": {
38608 "kind": "SCALAR",
38609 "name": "String",
38610 "ofType": null
38611 },
38612 "isDeprecated": false,
38613 "deprecationReason": null
38614 }
38615 ],
38616 "inputFields": null,
38617 "interfaces": [],
38618 "enumValues": null,
38619 "possibleTypes": null
38620 },
38621 {
38622 "kind": "OBJECT",
38623 "name": "RepoLogin",
38624 "description": "a GitHub Owner (like an Org) can set a login to be used for background tasks",
38625 "fields": [
38626 {
38627 "name": "repo",
38628 "description": "The repository name",
38629 "args": [],
38630 "type": {
38631 "kind": "SCALAR",
38632 "name": "String",
38633 "ofType": null
38634 },
38635 "isDeprecated": false,
38636 "deprecationReason": null
38637 },
38638 {
38639 "name": "owner",
38640 "description": "The owner name for the Organization/Team",
38641 "args": [],
38642 "type": {
38643 "kind": "SCALAR",
38644 "name": "String",
38645 "ofType": null
38646 },
38647 "isDeprecated": false,
38648 "deprecationReason": null
38649 },
38650 {
38651 "name": "providerId",
38652 "description": "The id of the git provider for this Owner",
38653 "args": [],
38654 "type": {
38655 "kind": "SCALAR",
38656 "name": "String",
38657 "ofType": null
38658 },
38659 "isDeprecated": false,
38660 "deprecationReason": null
38661 },
38662 {
38663 "name": "login",
38664 "description": "The login that should be used",
38665 "args": [],
38666 "type": {
38667 "kind": "SCALAR",
38668 "name": "String",
38669 "ofType": null
38670 },
38671 "isDeprecated": false,
38672 "deprecationReason": null
38673 }
38674 ],
38675 "inputFields": null,
38676 "interfaces": [],
38677 "enumValues": null,
38678 "possibleTypes": null
38679 },
38680 {
38681 "kind": "OBJECT",
38682 "name": "SubscriptionType",
38683 "description": "",
38684 "fields": [
38685 {
38686 "name": "Issue",
38687 "description": "",
38688 "args": [
38689 {
38690 "name": "id",
38691 "description": "",
38692 "type": {
38693 "kind": "SCALAR",
38694 "name": "ID",
38695 "ofType": null
38696 },
38697 "defaultValue": null
38698 },
38699 {
38700 "name": "number",
38701 "description": "",
38702 "type": {
38703 "kind": "SCALAR",
38704 "name": "Float",
38705 "ofType": null
38706 },
38707 "defaultValue": null
38708 },
38709 {
38710 "name": "name",
38711 "description": "",
38712 "type": {
38713 "kind": "SCALAR",
38714 "name": "String",
38715 "ofType": null
38716 },
38717 "defaultValue": null
38718 },
38719 {
38720 "name": "title",
38721 "description": "",
38722 "type": {
38723 "kind": "SCALAR",
38724 "name": "String",
38725 "ofType": null
38726 },
38727 "defaultValue": null
38728 },
38729 {
38730 "name": "body",
38731 "description": "",
38732 "type": {
38733 "kind": "SCALAR",
38734 "name": "String",
38735 "ofType": null
38736 },
38737 "defaultValue": null
38738 },
38739 {
38740 "name": "state",
38741 "description": "",
38742 "type": {
38743 "kind": "ENUM",
38744 "name": "IssueState",
38745 "ofType": null
38746 },
38747 "defaultValue": null
38748 },
38749 {
38750 "name": "timestamp",
38751 "description": "",
38752 "type": {
38753 "kind": "SCALAR",
38754 "name": "String",
38755 "ofType": null
38756 },
38757 "defaultValue": null
38758 },
38759 {
38760 "name": "action",
38761 "description": "",
38762 "type": {
38763 "kind": "SCALAR",
38764 "name": "String",
38765 "ofType": null
38766 },
38767 "defaultValue": null
38768 },
38769 {
38770 "name": "createdAt",
38771 "description": "",
38772 "type": {
38773 "kind": "SCALAR",
38774 "name": "String",
38775 "ofType": null
38776 },
38777 "defaultValue": null
38778 },
38779 {
38780 "name": "updatedAt",
38781 "description": "",
38782 "type": {
38783 "kind": "SCALAR",
38784 "name": "String",
38785 "ofType": null
38786 },
38787 "defaultValue": null
38788 },
38789 {
38790 "name": "closedAt",
38791 "description": "",
38792 "type": {
38793 "kind": "SCALAR",
38794 "name": "String",
38795 "ofType": null
38796 },
38797 "defaultValue": null
38798 },
38799 {
38800 "name": "ids",
38801 "description": "",
38802 "type": {
38803 "kind": "LIST",
38804 "name": null,
38805 "ofType": {
38806 "kind": "SCALAR",
38807 "name": "ID",
38808 "ofType": null
38809 }
38810 },
38811 "defaultValue": null
38812 },
38813 {
38814 "name": "numbers",
38815 "description": "",
38816 "type": {
38817 "kind": "LIST",
38818 "name": null,
38819 "ofType": {
38820 "kind": "SCALAR",
38821 "name": "Float",
38822 "ofType": null
38823 }
38824 },
38825 "defaultValue": null
38826 },
38827 {
38828 "name": "names",
38829 "description": "",
38830 "type": {
38831 "kind": "LIST",
38832 "name": null,
38833 "ofType": {
38834 "kind": "SCALAR",
38835 "name": "String",
38836 "ofType": null
38837 }
38838 },
38839 "defaultValue": null
38840 },
38841 {
38842 "name": "titles",
38843 "description": "",
38844 "type": {
38845 "kind": "LIST",
38846 "name": null,
38847 "ofType": {
38848 "kind": "SCALAR",
38849 "name": "String",
38850 "ofType": null
38851 }
38852 },
38853 "defaultValue": null
38854 },
38855 {
38856 "name": "bodys",
38857 "description": "",
38858 "type": {
38859 "kind": "LIST",
38860 "name": null,
38861 "ofType": {
38862 "kind": "SCALAR",
38863 "name": "String",
38864 "ofType": null
38865 }
38866 },
38867 "defaultValue": null
38868 },
38869 {
38870 "name": "states",
38871 "description": "",
38872 "type": {
38873 "kind": "LIST",
38874 "name": null,
38875 "ofType": {
38876 "kind": "ENUM",
38877 "name": "IssueState",
38878 "ofType": null
38879 }
38880 },
38881 "defaultValue": null
38882 },
38883 {
38884 "name": "timestamps",
38885 "description": "",
38886 "type": {
38887 "kind": "LIST",
38888 "name": null,
38889 "ofType": {
38890 "kind": "SCALAR",
38891 "name": "String",
38892 "ofType": null
38893 }
38894 },
38895 "defaultValue": null
38896 },
38897 {
38898 "name": "actions",
38899 "description": "",
38900 "type": {
38901 "kind": "LIST",
38902 "name": null,
38903 "ofType": {
38904 "kind": "SCALAR",
38905 "name": "String",
38906 "ofType": null
38907 }
38908 },
38909 "defaultValue": null
38910 },
38911 {
38912 "name": "createdAts",
38913 "description": "",
38914 "type": {
38915 "kind": "LIST",
38916 "name": null,
38917 "ofType": {
38918 "kind": "SCALAR",
38919 "name": "String",
38920 "ofType": null
38921 }
38922 },
38923 "defaultValue": null
38924 },
38925 {
38926 "name": "updatedAts",
38927 "description": "",
38928 "type": {
38929 "kind": "LIST",
38930 "name": null,
38931 "ofType": {
38932 "kind": "SCALAR",
38933 "name": "String",
38934 "ofType": null
38935 }
38936 },
38937 "defaultValue": null
38938 },
38939 {
38940 "name": "closedAts",
38941 "description": "",
38942 "type": {
38943 "kind": "LIST",
38944 "name": null,
38945 "ofType": {
38946 "kind": "SCALAR",
38947 "name": "String",
38948 "ofType": null
38949 }
38950 },
38951 "defaultValue": null
38952 },
38953 {
38954 "name": "orderBy",
38955 "description": "",
38956 "type": {
38957 "kind": "LIST",
38958 "name": null,
38959 "ofType": {
38960 "kind": "ENUM",
38961 "name": "_IssueOrdering",
38962 "ofType": null
38963 }
38964 },
38965 "defaultValue": null
38966 },
38967 {
38968 "name": "_id",
38969 "description": "",
38970 "type": {
38971 "kind": "SCALAR",
38972 "name": "Int",
38973 "ofType": null
38974 },
38975 "defaultValue": null
38976 },
38977 {
38978 "name": "first",
38979 "description": "",
38980 "type": {
38981 "kind": "SCALAR",
38982 "name": "Int",
38983 "ofType": null
38984 },
38985 "defaultValue": null
38986 },
38987 {
38988 "name": "offset",
38989 "description": "",
38990 "type": {
38991 "kind": "SCALAR",
38992 "name": "Int",
38993 "ofType": null
38994 },
38995 "defaultValue": null
38996 }
38997 ],
38998 "type": {
38999 "kind": "LIST",
39000 "name": null,
39001 "ofType": {
39002 "kind": "OBJECT",
39003 "name": "Issue",
39004 "ofType": null
39005 }
39006 },
39007 "isDeprecated": false,
39008 "deprecationReason": null
39009 },
39010 {
39011 "name": "Comment",
39012 "description": "",
39013 "args": [
39014 {
39015 "name": "id",
39016 "description": "",
39017 "type": {
39018 "kind": "SCALAR",
39019 "name": "ID",
39020 "ofType": null
39021 },
39022 "defaultValue": null
39023 },
39024 {
39025 "name": "body",
39026 "description": "",
39027 "type": {
39028 "kind": "SCALAR",
39029 "name": "String",
39030 "ofType": null
39031 },
39032 "defaultValue": null
39033 },
39034 {
39035 "name": "timestamp",
39036 "description": "",
39037 "type": {
39038 "kind": "SCALAR",
39039 "name": "String",
39040 "ofType": null
39041 },
39042 "defaultValue": null
39043 },
39044 {
39045 "name": "createdAt",
39046 "description": "",
39047 "type": {
39048 "kind": "SCALAR",
39049 "name": "String",
39050 "ofType": null
39051 },
39052 "defaultValue": null
39053 },
39054 {
39055 "name": "updatedAt",
39056 "description": "",
39057 "type": {
39058 "kind": "SCALAR",
39059 "name": "String",
39060 "ofType": null
39061 },
39062 "defaultValue": null
39063 },
39064 {
39065 "name": "commentId",
39066 "description": "",
39067 "type": {
39068 "kind": "SCALAR",
39069 "name": "String",
39070 "ofType": null
39071 },
39072 "defaultValue": null
39073 },
39074 {
39075 "name": "gitHubId",
39076 "description": "",
39077 "type": {
39078 "kind": "SCALAR",
39079 "name": "String",
39080 "ofType": null
39081 },
39082 "defaultValue": null
39083 },
39084 {
39085 "name": "path",
39086 "description": "",
39087 "type": {
39088 "kind": "SCALAR",
39089 "name": "String",
39090 "ofType": null
39091 },
39092 "defaultValue": null
39093 },
39094 {
39095 "name": "position",
39096 "description": "",
39097 "type": {
39098 "kind": "SCALAR",
39099 "name": "String",
39100 "ofType": null
39101 },
39102 "defaultValue": null
39103 },
39104 {
39105 "name": "htmlUrl",
39106 "description": "",
39107 "type": {
39108 "kind": "SCALAR",
39109 "name": "String",
39110 "ofType": null
39111 },
39112 "defaultValue": null
39113 },
39114 {
39115 "name": "commentType",
39116 "description": "",
39117 "type": {
39118 "kind": "ENUM",
39119 "name": "CommentCommentType",
39120 "ofType": null
39121 },
39122 "defaultValue": null
39123 },
39124 {
39125 "name": "ids",
39126 "description": "",
39127 "type": {
39128 "kind": "LIST",
39129 "name": null,
39130 "ofType": {
39131 "kind": "SCALAR",
39132 "name": "ID",
39133 "ofType": null
39134 }
39135 },
39136 "defaultValue": null
39137 },
39138 {
39139 "name": "bodys",
39140 "description": "",
39141 "type": {
39142 "kind": "LIST",
39143 "name": null,
39144 "ofType": {
39145 "kind": "SCALAR",
39146 "name": "String",
39147 "ofType": null
39148 }
39149 },
39150 "defaultValue": null
39151 },
39152 {
39153 "name": "timestamps",
39154 "description": "",
39155 "type": {
39156 "kind": "LIST",
39157 "name": null,
39158 "ofType": {
39159 "kind": "SCALAR",
39160 "name": "String",
39161 "ofType": null
39162 }
39163 },
39164 "defaultValue": null
39165 },
39166 {
39167 "name": "createdAts",
39168 "description": "",
39169 "type": {
39170 "kind": "LIST",
39171 "name": null,
39172 "ofType": {
39173 "kind": "SCALAR",
39174 "name": "String",
39175 "ofType": null
39176 }
39177 },
39178 "defaultValue": null
39179 },
39180 {
39181 "name": "updatedAts",
39182 "description": "",
39183 "type": {
39184 "kind": "LIST",
39185 "name": null,
39186 "ofType": {
39187 "kind": "SCALAR",
39188 "name": "String",
39189 "ofType": null
39190 }
39191 },
39192 "defaultValue": null
39193 },
39194 {
39195 "name": "commentIds",
39196 "description": "",
39197 "type": {
39198 "kind": "LIST",
39199 "name": null,
39200 "ofType": {
39201 "kind": "SCALAR",
39202 "name": "String",
39203 "ofType": null
39204 }
39205 },
39206 "defaultValue": null
39207 },
39208 {
39209 "name": "gitHubIds",
39210 "description": "",
39211 "type": {
39212 "kind": "LIST",
39213 "name": null,
39214 "ofType": {
39215 "kind": "SCALAR",
39216 "name": "String",
39217 "ofType": null
39218 }
39219 },
39220 "defaultValue": null
39221 },
39222 {
39223 "name": "paths",
39224 "description": "",
39225 "type": {
39226 "kind": "LIST",
39227 "name": null,
39228 "ofType": {
39229 "kind": "SCALAR",
39230 "name": "String",
39231 "ofType": null
39232 }
39233 },
39234 "defaultValue": null
39235 },
39236 {
39237 "name": "positions",
39238 "description": "",
39239 "type": {
39240 "kind": "LIST",
39241 "name": null,
39242 "ofType": {
39243 "kind": "SCALAR",
39244 "name": "String",
39245 "ofType": null
39246 }
39247 },
39248 "defaultValue": null
39249 },
39250 {
39251 "name": "htmlUrls",
39252 "description": "",
39253 "type": {
39254 "kind": "LIST",
39255 "name": null,
39256 "ofType": {
39257 "kind": "SCALAR",
39258 "name": "String",
39259 "ofType": null
39260 }
39261 },
39262 "defaultValue": null
39263 },
39264 {
39265 "name": "commentTypes",
39266 "description": "",
39267 "type": {
39268 "kind": "LIST",
39269 "name": null,
39270 "ofType": {
39271 "kind": "ENUM",
39272 "name": "CommentCommentType",
39273 "ofType": null
39274 }
39275 },
39276 "defaultValue": null
39277 },
39278 {
39279 "name": "orderBy",
39280 "description": "",
39281 "type": {
39282 "kind": "LIST",
39283 "name": null,
39284 "ofType": {
39285 "kind": "ENUM",
39286 "name": "_CommentOrdering",
39287 "ofType": null
39288 }
39289 },
39290 "defaultValue": null
39291 },
39292 {
39293 "name": "_id",
39294 "description": "",
39295 "type": {
39296 "kind": "SCALAR",
39297 "name": "Int",
39298 "ofType": null
39299 },
39300 "defaultValue": null
39301 },
39302 {
39303 "name": "first",
39304 "description": "",
39305 "type": {
39306 "kind": "SCALAR",
39307 "name": "Int",
39308 "ofType": null
39309 },
39310 "defaultValue": null
39311 },
39312 {
39313 "name": "offset",
39314 "description": "",
39315 "type": {
39316 "kind": "SCALAR",
39317 "name": "Int",
39318 "ofType": null
39319 },
39320 "defaultValue": null
39321 }
39322 ],
39323 "type": {
39324 "kind": "LIST",
39325 "name": null,
39326 "ofType": {
39327 "kind": "OBJECT",
39328 "name": "Comment",
39329 "ofType": null
39330 }
39331 },
39332 "isDeprecated": false,
39333 "deprecationReason": null
39334 },
39335 {
39336 "name": "Label",
39337 "description": "",
39338 "args": [
39339 {
39340 "name": "id",
39341 "description": "",
39342 "type": {
39343 "kind": "SCALAR",
39344 "name": "ID",
39345 "ofType": null
39346 },
39347 "defaultValue": null
39348 },
39349 {
39350 "name": "name",
39351 "description": "",
39352 "type": {
39353 "kind": "SCALAR",
39354 "name": "String",
39355 "ofType": null
39356 },
39357 "defaultValue": null
39358 },
39359 {
39360 "name": "default",
39361 "description": "",
39362 "type": {
39363 "kind": "SCALAR",
39364 "name": "String",
39365 "ofType": null
39366 },
39367 "defaultValue": null
39368 },
39369 {
39370 "name": "color",
39371 "description": "",
39372 "type": {
39373 "kind": "SCALAR",
39374 "name": "String",
39375 "ofType": null
39376 },
39377 "defaultValue": null
39378 },
39379 {
39380 "name": "ids",
39381 "description": "",
39382 "type": {
39383 "kind": "LIST",
39384 "name": null,
39385 "ofType": {
39386 "kind": "SCALAR",
39387 "name": "ID",
39388 "ofType": null
39389 }
39390 },
39391 "defaultValue": null
39392 },
39393 {
39394 "name": "names",
39395 "description": "",
39396 "type": {
39397 "kind": "LIST",
39398 "name": null,
39399 "ofType": {
39400 "kind": "SCALAR",
39401 "name": "String",
39402 "ofType": null
39403 }
39404 },
39405 "defaultValue": null
39406 },
39407 {
39408 "name": "defaults",
39409 "description": "",
39410 "type": {
39411 "kind": "LIST",
39412 "name": null,
39413 "ofType": {
39414 "kind": "SCALAR",
39415 "name": "String",
39416 "ofType": null
39417 }
39418 },
39419 "defaultValue": null
39420 },
39421 {
39422 "name": "colors",
39423 "description": "",
39424 "type": {
39425 "kind": "LIST",
39426 "name": null,
39427 "ofType": {
39428 "kind": "SCALAR",
39429 "name": "String",
39430 "ofType": null
39431 }
39432 },
39433 "defaultValue": null
39434 },
39435 {
39436 "name": "orderBy",
39437 "description": "",
39438 "type": {
39439 "kind": "LIST",
39440 "name": null,
39441 "ofType": {
39442 "kind": "ENUM",
39443 "name": "_LabelOrdering",
39444 "ofType": null
39445 }
39446 },
39447 "defaultValue": null
39448 },
39449 {
39450 "name": "_id",
39451 "description": "",
39452 "type": {
39453 "kind": "SCALAR",
39454 "name": "Int",
39455 "ofType": null
39456 },
39457 "defaultValue": null
39458 },
39459 {
39460 "name": "first",
39461 "description": "",
39462 "type": {
39463 "kind": "SCALAR",
39464 "name": "Int",
39465 "ofType": null
39466 },
39467 "defaultValue": null
39468 },
39469 {
39470 "name": "offset",
39471 "description": "",
39472 "type": {
39473 "kind": "SCALAR",
39474 "name": "Int",
39475 "ofType": null
39476 },
39477 "defaultValue": null
39478 }
39479 ],
39480 "type": {
39481 "kind": "LIST",
39482 "name": null,
39483 "ofType": {
39484 "kind": "OBJECT",
39485 "name": "Label",
39486 "ofType": null
39487 }
39488 },
39489 "isDeprecated": false,
39490 "deprecationReason": null
39491 },
39492 {
39493 "name": "Repo",
39494 "description": "",
39495 "args": [
39496 {
39497 "name": "id",
39498 "description": "",
39499 "type": {
39500 "kind": "SCALAR",
39501 "name": "ID",
39502 "ofType": null
39503 },
39504 "defaultValue": null
39505 },
39506 {
39507 "name": "owner",
39508 "description": "",
39509 "type": {
39510 "kind": "SCALAR",
39511 "name": "String",
39512 "ofType": null
39513 },
39514 "defaultValue": null
39515 },
39516 {
39517 "name": "name",
39518 "description": "",
39519 "type": {
39520 "kind": "SCALAR",
39521 "name": "String",
39522 "ofType": null
39523 },
39524 "defaultValue": null
39525 },
39526 {
39527 "name": "allowRebaseMerge",
39528 "description": "",
39529 "type": {
39530 "kind": "SCALAR",
39531 "name": "Boolean",
39532 "ofType": null
39533 },
39534 "defaultValue": null
39535 },
39536 {
39537 "name": "allowSquashMerge",
39538 "description": "",
39539 "type": {
39540 "kind": "SCALAR",
39541 "name": "Boolean",
39542 "ofType": null
39543 },
39544 "defaultValue": null
39545 },
39546 {
39547 "name": "allowMergeCommit",
39548 "description": "",
39549 "type": {
39550 "kind": "SCALAR",
39551 "name": "Boolean",
39552 "ofType": null
39553 },
39554 "defaultValue": null
39555 },
39556 {
39557 "name": "repoId",
39558 "description": "",
39559 "type": {
39560 "kind": "SCALAR",
39561 "name": "String",
39562 "ofType": null
39563 },
39564 "defaultValue": null
39565 },
39566 {
39567 "name": "gitHubId",
39568 "description": "",
39569 "type": {
39570 "kind": "SCALAR",
39571 "name": "String",
39572 "ofType": null
39573 },
39574 "defaultValue": null
39575 },
39576 {
39577 "name": "defaultBranch",
39578 "description": "",
39579 "type": {
39580 "kind": "SCALAR",
39581 "name": "String",
39582 "ofType": null
39583 },
39584 "defaultValue": null
39585 },
39586 {
39587 "name": "ids",
39588 "description": "",
39589 "type": {
39590 "kind": "LIST",
39591 "name": null,
39592 "ofType": {
39593 "kind": "SCALAR",
39594 "name": "ID",
39595 "ofType": null
39596 }
39597 },
39598 "defaultValue": null
39599 },
39600 {
39601 "name": "owners",
39602 "description": "",
39603 "type": {
39604 "kind": "LIST",
39605 "name": null,
39606 "ofType": {
39607 "kind": "SCALAR",
39608 "name": "String",
39609 "ofType": null
39610 }
39611 },
39612 "defaultValue": null
39613 },
39614 {
39615 "name": "names",
39616 "description": "",
39617 "type": {
39618 "kind": "LIST",
39619 "name": null,
39620 "ofType": {
39621 "kind": "SCALAR",
39622 "name": "String",
39623 "ofType": null
39624 }
39625 },
39626 "defaultValue": null
39627 },
39628 {
39629 "name": "repoIds",
39630 "description": "",
39631 "type": {
39632 "kind": "LIST",
39633 "name": null,
39634 "ofType": {
39635 "kind": "SCALAR",
39636 "name": "String",
39637 "ofType": null
39638 }
39639 },
39640 "defaultValue": null
39641 },
39642 {
39643 "name": "gitHubIds",
39644 "description": "",
39645 "type": {
39646 "kind": "LIST",
39647 "name": null,
39648 "ofType": {
39649 "kind": "SCALAR",
39650 "name": "String",
39651 "ofType": null
39652 }
39653 },
39654 "defaultValue": null
39655 },
39656 {
39657 "name": "defaultBranchs",
39658 "description": "",
39659 "type": {
39660 "kind": "LIST",
39661 "name": null,
39662 "ofType": {
39663 "kind": "SCALAR",
39664 "name": "String",
39665 "ofType": null
39666 }
39667 },
39668 "defaultValue": null
39669 },
39670 {
39671 "name": "orderBy",
39672 "description": "",
39673 "type": {
39674 "kind": "LIST",
39675 "name": null,
39676 "ofType": {
39677 "kind": "ENUM",
39678 "name": "_RepoOrdering",
39679 "ofType": null
39680 }
39681 },
39682 "defaultValue": null
39683 },
39684 {
39685 "name": "_id",
39686 "description": "",
39687 "type": {
39688 "kind": "SCALAR",
39689 "name": "Int",
39690 "ofType": null
39691 },
39692 "defaultValue": null
39693 },
39694 {
39695 "name": "first",
39696 "description": "",
39697 "type": {
39698 "kind": "SCALAR",
39699 "name": "Int",
39700 "ofType": null
39701 },
39702 "defaultValue": null
39703 },
39704 {
39705 "name": "offset",
39706 "description": "",
39707 "type": {
39708 "kind": "SCALAR",
39709 "name": "Int",
39710 "ofType": null
39711 },
39712 "defaultValue": null
39713 }
39714 ],
39715 "type": {
39716 "kind": "LIST",
39717 "name": null,
39718 "ofType": {
39719 "kind": "OBJECT",
39720 "name": "Repo",
39721 "ofType": null
39722 }
39723 },
39724 "isDeprecated": false,
39725 "deprecationReason": null
39726 },
39727 {
39728 "name": "Commit",
39729 "description": "",
39730 "args": [
39731 {
39732 "name": "sha",
39733 "description": "",
39734 "type": {
39735 "kind": "SCALAR",
39736 "name": "String",
39737 "ofType": null
39738 },
39739 "defaultValue": null
39740 },
39741 {
39742 "name": "message",
39743 "description": "",
39744 "type": {
39745 "kind": "SCALAR",
39746 "name": "String",
39747 "ofType": null
39748 },
39749 "defaultValue": null
39750 },
39751 {
39752 "name": "timestamp",
39753 "description": "",
39754 "type": {
39755 "kind": "SCALAR",
39756 "name": "String",
39757 "ofType": null
39758 },
39759 "defaultValue": null
39760 },
39761 {
39762 "name": "shas",
39763 "description": "",
39764 "type": {
39765 "kind": "LIST",
39766 "name": null,
39767 "ofType": {
39768 "kind": "SCALAR",
39769 "name": "String",
39770 "ofType": null
39771 }
39772 },
39773 "defaultValue": null
39774 },
39775 {
39776 "name": "messages",
39777 "description": "",
39778 "type": {
39779 "kind": "LIST",
39780 "name": null,
39781 "ofType": {
39782 "kind": "SCALAR",
39783 "name": "String",
39784 "ofType": null
39785 }
39786 },
39787 "defaultValue": null
39788 },
39789 {
39790 "name": "timestamps",
39791 "description": "",
39792 "type": {
39793 "kind": "LIST",
39794 "name": null,
39795 "ofType": {
39796 "kind": "SCALAR",
39797 "name": "String",
39798 "ofType": null
39799 }
39800 },
39801 "defaultValue": null
39802 },
39803 {
39804 "name": "orderBy",
39805 "description": "",
39806 "type": {
39807 "kind": "LIST",
39808 "name": null,
39809 "ofType": {
39810 "kind": "ENUM",
39811 "name": "_CommitOrdering",
39812 "ofType": null
39813 }
39814 },
39815 "defaultValue": null
39816 },
39817 {
39818 "name": "_id",
39819 "description": "",
39820 "type": {
39821 "kind": "SCALAR",
39822 "name": "Int",
39823 "ofType": null
39824 },
39825 "defaultValue": null
39826 },
39827 {
39828 "name": "first",
39829 "description": "",
39830 "type": {
39831 "kind": "SCALAR",
39832 "name": "Int",
39833 "ofType": null
39834 },
39835 "defaultValue": null
39836 },
39837 {
39838 "name": "offset",
39839 "description": "",
39840 "type": {
39841 "kind": "SCALAR",
39842 "name": "Int",
39843 "ofType": null
39844 },
39845 "defaultValue": null
39846 }
39847 ],
39848 "type": {
39849 "kind": "LIST",
39850 "name": null,
39851 "ofType": {
39852 "kind": "OBJECT",
39853 "name": "Commit",
39854 "ofType": null
39855 }
39856 },
39857 "isDeprecated": false,
39858 "deprecationReason": null
39859 },
39860 {
39861 "name": "Push",
39862 "description": "",
39863 "args": [
39864 {
39865 "name": "id",
39866 "description": "",
39867 "type": {
39868 "kind": "SCALAR",
39869 "name": "ID",
39870 "ofType": null
39871 },
39872 "defaultValue": null
39873 },
39874 {
39875 "name": "timestamp",
39876 "description": "",
39877 "type": {
39878 "kind": "SCALAR",
39879 "name": "String",
39880 "ofType": null
39881 },
39882 "defaultValue": null
39883 },
39884 {
39885 "name": "branch",
39886 "description": "",
39887 "type": {
39888 "kind": "SCALAR",
39889 "name": "String",
39890 "ofType": null
39891 },
39892 "defaultValue": null
39893 },
39894 {
39895 "name": "ids",
39896 "description": "",
39897 "type": {
39898 "kind": "LIST",
39899 "name": null,
39900 "ofType": {
39901 "kind": "SCALAR",
39902 "name": "ID",
39903 "ofType": null
39904 }
39905 },
39906 "defaultValue": null
39907 },
39908 {
39909 "name": "timestamps",
39910 "description": "",
39911 "type": {
39912 "kind": "LIST",
39913 "name": null,
39914 "ofType": {
39915 "kind": "SCALAR",
39916 "name": "String",
39917 "ofType": null
39918 }
39919 },
39920 "defaultValue": null
39921 },
39922 {
39923 "name": "branchs",
39924 "description": "",
39925 "type": {
39926 "kind": "LIST",
39927 "name": null,
39928 "ofType": {
39929 "kind": "SCALAR",
39930 "name": "String",
39931 "ofType": null
39932 }
39933 },
39934 "defaultValue": null
39935 },
39936 {
39937 "name": "orderBy",
39938 "description": "",
39939 "type": {
39940 "kind": "LIST",
39941 "name": null,
39942 "ofType": {
39943 "kind": "ENUM",
39944 "name": "_PushOrdering",
39945 "ofType": null
39946 }
39947 },
39948 "defaultValue": null
39949 },
39950 {
39951 "name": "_id",
39952 "description": "",
39953 "type": {
39954 "kind": "SCALAR",
39955 "name": "Int",
39956 "ofType": null
39957 },
39958 "defaultValue": null
39959 },
39960 {
39961 "name": "first",
39962 "description": "",
39963 "type": {
39964 "kind": "SCALAR",
39965 "name": "Int",
39966 "ofType": null
39967 },
39968 "defaultValue": null
39969 },
39970 {
39971 "name": "offset",
39972 "description": "",
39973 "type": {
39974 "kind": "SCALAR",
39975 "name": "Int",
39976 "ofType": null
39977 },
39978 "defaultValue": null
39979 }
39980 ],
39981 "type": {
39982 "kind": "LIST",
39983 "name": null,
39984 "ofType": {
39985 "kind": "OBJECT",
39986 "name": "Push",
39987 "ofType": null
39988 }
39989 },
39990 "isDeprecated": false,
39991 "deprecationReason": null
39992 },
39993 {
39994 "name": "Build",
39995 "description": "",
39996 "args": [
39997 {
39998 "name": "id",
39999 "description": "",
40000 "type": {
40001 "kind": "SCALAR",
40002 "name": "ID",
40003 "ofType": null
40004 },
40005 "defaultValue": null
40006 },
40007 {
40008 "name": "buildId",
40009 "description": "",
40010 "type": {
40011 "kind": "SCALAR",
40012 "name": "String",
40013 "ofType": null
40014 },
40015 "defaultValue": null
40016 },
40017 {
40018 "name": "number",
40019 "description": "",
40020 "type": {
40021 "kind": "SCALAR",
40022 "name": "Int",
40023 "ofType": null
40024 },
40025 "defaultValue": null
40026 },
40027 {
40028 "name": "name",
40029 "description": "",
40030 "type": {
40031 "kind": "SCALAR",
40032 "name": "String",
40033 "ofType": null
40034 },
40035 "defaultValue": null
40036 },
40037 {
40038 "name": "status",
40039 "description": "",
40040 "type": {
40041 "kind": "ENUM",
40042 "name": "BuildStatus",
40043 "ofType": null
40044 },
40045 "defaultValue": null
40046 },
40047 {
40048 "name": "buildUrl",
40049 "description": "",
40050 "type": {
40051 "kind": "SCALAR",
40052 "name": "String",
40053 "ofType": null
40054 },
40055 "defaultValue": null
40056 },
40057 {
40058 "name": "compareUrl",
40059 "description": "",
40060 "type": {
40061 "kind": "SCALAR",
40062 "name": "String",
40063 "ofType": null
40064 },
40065 "defaultValue": null
40066 },
40067 {
40068 "name": "trigger",
40069 "description": "",
40070 "type": {
40071 "kind": "ENUM",
40072 "name": "BuildTrigger",
40073 "ofType": null
40074 },
40075 "defaultValue": null
40076 },
40077 {
40078 "name": "provider",
40079 "description": "",
40080 "type": {
40081 "kind": "SCALAR",
40082 "name": "String",
40083 "ofType": null
40084 },
40085 "defaultValue": null
40086 },
40087 {
40088 "name": "pullRequestNumber",
40089 "description": "",
40090 "type": {
40091 "kind": "SCALAR",
40092 "name": "Float",
40093 "ofType": null
40094 },
40095 "defaultValue": null
40096 },
40097 {
40098 "name": "startedAt",
40099 "description": "",
40100 "type": {
40101 "kind": "SCALAR",
40102 "name": "String",
40103 "ofType": null
40104 },
40105 "defaultValue": null
40106 },
40107 {
40108 "name": "finishedAt",
40109 "description": "",
40110 "type": {
40111 "kind": "SCALAR",
40112 "name": "String",
40113 "ofType": null
40114 },
40115 "defaultValue": null
40116 },
40117 {
40118 "name": "timestamp",
40119 "description": "",
40120 "type": {
40121 "kind": "SCALAR",
40122 "name": "String",
40123 "ofType": null
40124 },
40125 "defaultValue": null
40126 },
40127 {
40128 "name": "workflowId",
40129 "description": "",
40130 "type": {
40131 "kind": "SCALAR",
40132 "name": "String",
40133 "ofType": null
40134 },
40135 "defaultValue": null
40136 },
40137 {
40138 "name": "jobName",
40139 "description": "",
40140 "type": {
40141 "kind": "SCALAR",
40142 "name": "String",
40143 "ofType": null
40144 },
40145 "defaultValue": null
40146 },
40147 {
40148 "name": "jobId",
40149 "description": "",
40150 "type": {
40151 "kind": "SCALAR",
40152 "name": "String",
40153 "ofType": null
40154 },
40155 "defaultValue": null
40156 },
40157 {
40158 "name": "data",
40159 "description": "",
40160 "type": {
40161 "kind": "SCALAR",
40162 "name": "String",
40163 "ofType": null
40164 },
40165 "defaultValue": null
40166 },
40167 {
40168 "name": "ids",
40169 "description": "",
40170 "type": {
40171 "kind": "LIST",
40172 "name": null,
40173 "ofType": {
40174 "kind": "SCALAR",
40175 "name": "ID",
40176 "ofType": null
40177 }
40178 },
40179 "defaultValue": null
40180 },
40181 {
40182 "name": "buildIds",
40183 "description": "",
40184 "type": {
40185 "kind": "LIST",
40186 "name": null,
40187 "ofType": {
40188 "kind": "SCALAR",
40189 "name": "String",
40190 "ofType": null
40191 }
40192 },
40193 "defaultValue": null
40194 },
40195 {
40196 "name": "numbers",
40197 "description": "",
40198 "type": {
40199 "kind": "LIST",
40200 "name": null,
40201 "ofType": {
40202 "kind": "SCALAR",
40203 "name": "Int",
40204 "ofType": null
40205 }
40206 },
40207 "defaultValue": null
40208 },
40209 {
40210 "name": "names",
40211 "description": "",
40212 "type": {
40213 "kind": "LIST",
40214 "name": null,
40215 "ofType": {
40216 "kind": "SCALAR",
40217 "name": "String",
40218 "ofType": null
40219 }
40220 },
40221 "defaultValue": null
40222 },
40223 {
40224 "name": "statuss",
40225 "description": "",
40226 "type": {
40227 "kind": "LIST",
40228 "name": null,
40229 "ofType": {
40230 "kind": "ENUM",
40231 "name": "BuildStatus",
40232 "ofType": null
40233 }
40234 },
40235 "defaultValue": null
40236 },
40237 {
40238 "name": "buildUrls",
40239 "description": "",
40240 "type": {
40241 "kind": "LIST",
40242 "name": null,
40243 "ofType": {
40244 "kind": "SCALAR",
40245 "name": "String",
40246 "ofType": null
40247 }
40248 },
40249 "defaultValue": null
40250 },
40251 {
40252 "name": "compareUrls",
40253 "description": "",
40254 "type": {
40255 "kind": "LIST",
40256 "name": null,
40257 "ofType": {
40258 "kind": "SCALAR",
40259 "name": "String",
40260 "ofType": null
40261 }
40262 },
40263 "defaultValue": null
40264 },
40265 {
40266 "name": "triggers",
40267 "description": "",
40268 "type": {
40269 "kind": "LIST",
40270 "name": null,
40271 "ofType": {
40272 "kind": "ENUM",
40273 "name": "BuildTrigger",
40274 "ofType": null
40275 }
40276 },
40277 "defaultValue": null
40278 },
40279 {
40280 "name": "providers",
40281 "description": "",
40282 "type": {
40283 "kind": "LIST",
40284 "name": null,
40285 "ofType": {
40286 "kind": "SCALAR",
40287 "name": "String",
40288 "ofType": null
40289 }
40290 },
40291 "defaultValue": null
40292 },
40293 {
40294 "name": "pullRequestNumbers",
40295 "description": "",
40296 "type": {
40297 "kind": "LIST",
40298 "name": null,
40299 "ofType": {
40300 "kind": "SCALAR",
40301 "name": "Float",
40302 "ofType": null
40303 }
40304 },
40305 "defaultValue": null
40306 },
40307 {
40308 "name": "startedAts",
40309 "description": "",
40310 "type": {
40311 "kind": "LIST",
40312 "name": null,
40313 "ofType": {
40314 "kind": "SCALAR",
40315 "name": "String",
40316 "ofType": null
40317 }
40318 },
40319 "defaultValue": null
40320 },
40321 {
40322 "name": "finishedAts",
40323 "description": "",
40324 "type": {
40325 "kind": "LIST",
40326 "name": null,
40327 "ofType": {
40328 "kind": "SCALAR",
40329 "name": "String",
40330 "ofType": null
40331 }
40332 },
40333 "defaultValue": null
40334 },
40335 {
40336 "name": "timestamps",
40337 "description": "",
40338 "type": {
40339 "kind": "LIST",
40340 "name": null,
40341 "ofType": {
40342 "kind": "SCALAR",
40343 "name": "String",
40344 "ofType": null
40345 }
40346 },
40347 "defaultValue": null
40348 },
40349 {
40350 "name": "workflowIds",
40351 "description": "",
40352 "type": {
40353 "kind": "LIST",
40354 "name": null,
40355 "ofType": {
40356 "kind": "SCALAR",
40357 "name": "String",
40358 "ofType": null
40359 }
40360 },
40361 "defaultValue": null
40362 },
40363 {
40364 "name": "jobNames",
40365 "description": "",
40366 "type": {
40367 "kind": "LIST",
40368 "name": null,
40369 "ofType": {
40370 "kind": "SCALAR",
40371 "name": "String",
40372 "ofType": null
40373 }
40374 },
40375 "defaultValue": null
40376 },
40377 {
40378 "name": "jobIds",
40379 "description": "",
40380 "type": {
40381 "kind": "LIST",
40382 "name": null,
40383 "ofType": {
40384 "kind": "SCALAR",
40385 "name": "String",
40386 "ofType": null
40387 }
40388 },
40389 "defaultValue": null
40390 },
40391 {
40392 "name": "datas",
40393 "description": "",
40394 "type": {
40395 "kind": "LIST",
40396 "name": null,
40397 "ofType": {
40398 "kind": "SCALAR",
40399 "name": "String",
40400 "ofType": null
40401 }
40402 },
40403 "defaultValue": null
40404 },
40405 {
40406 "name": "orderBy",
40407 "description": "",
40408 "type": {
40409 "kind": "LIST",
40410 "name": null,
40411 "ofType": {
40412 "kind": "ENUM",
40413 "name": "_BuildOrdering",
40414 "ofType": null
40415 }
40416 },
40417 "defaultValue": null
40418 },
40419 {
40420 "name": "_id",
40421 "description": "",
40422 "type": {
40423 "kind": "SCALAR",
40424 "name": "Int",
40425 "ofType": null
40426 },
40427 "defaultValue": null
40428 },
40429 {
40430 "name": "first",
40431 "description": "",
40432 "type": {
40433 "kind": "SCALAR",
40434 "name": "Int",
40435 "ofType": null
40436 },
40437 "defaultValue": null
40438 },
40439 {
40440 "name": "offset",
40441 "description": "",
40442 "type": {
40443 "kind": "SCALAR",
40444 "name": "Int",
40445 "ofType": null
40446 },
40447 "defaultValue": null
40448 }
40449 ],
40450 "type": {
40451 "kind": "LIST",
40452 "name": null,
40453 "ofType": {
40454 "kind": "OBJECT",
40455 "name": "Build",
40456 "ofType": null
40457 }
40458 },
40459 "isDeprecated": false,
40460 "deprecationReason": null
40461 },
40462 {
40463 "name": "Pipeline",
40464 "description": "",
40465 "args": [
40466 {
40467 "name": "_id",
40468 "description": "",
40469 "type": {
40470 "kind": "SCALAR",
40471 "name": "Int",
40472 "ofType": null
40473 },
40474 "defaultValue": null
40475 },
40476 {
40477 "name": "pipelineId",
40478 "description": "",
40479 "type": {
40480 "kind": "SCALAR",
40481 "name": "ID",
40482 "ofType": null
40483 },
40484 "defaultValue": null
40485 },
40486 {
40487 "name": "provider",
40488 "description": "",
40489 "type": {
40490 "kind": "SCALAR",
40491 "name": "String",
40492 "ofType": null
40493 },
40494 "defaultValue": null
40495 },
40496 {
40497 "name": "Status",
40498 "description": "",
40499 "type": {
40500 "kind": "ENUM",
40501 "name": "PipelineStatus",
40502 "ofType": null
40503 },
40504 "defaultValue": null
40505 }
40506 ],
40507 "type": {
40508 "kind": "LIST",
40509 "name": null,
40510 "ofType": {
40511 "kind": "OBJECT",
40512 "name": "Pipeline",
40513 "ofType": null
40514 }
40515 },
40516 "isDeprecated": false,
40517 "deprecationReason": null
40518 },
40519 {
40520 "name": "Stage",
40521 "description": "",
40522 "args": [
40523 {
40524 "name": "_id",
40525 "description": "",
40526 "type": {
40527 "kind": "SCALAR",
40528 "name": "Int",
40529 "ofType": null
40530 },
40531 "defaultValue": null
40532 },
40533 {
40534 "name": "name",
40535 "description": "",
40536 "type": {
40537 "kind": "SCALAR",
40538 "name": "String",
40539 "ofType": null
40540 },
40541 "defaultValue": null
40542 }
40543 ],
40544 "type": {
40545 "kind": "LIST",
40546 "name": null,
40547 "ofType": {
40548 "kind": "OBJECT",
40549 "name": "Stage",
40550 "ofType": null
40551 }
40552 },
40553 "isDeprecated": false,
40554 "deprecationReason": null
40555 },
40556 {
40557 "name": "Job",
40558 "description": "",
40559 "args": [
40560 {
40561 "name": "_id",
40562 "description": "",
40563 "type": {
40564 "kind": "SCALAR",
40565 "name": "Int",
40566 "ofType": null
40567 },
40568 "defaultValue": null
40569 },
40570 {
40571 "name": "name",
40572 "description": "",
40573 "type": {
40574 "kind": "SCALAR",
40575 "name": "String",
40576 "ofType": null
40577 },
40578 "defaultValue": null
40579 },
40580 {
40581 "name": "jobId",
40582 "description": "",
40583 "type": {
40584 "kind": "SCALAR",
40585 "name": "ID",
40586 "ofType": null
40587 },
40588 "defaultValue": null
40589 }
40590 ],
40591 "type": {
40592 "kind": "LIST",
40593 "name": null,
40594 "ofType": {
40595 "kind": "OBJECT",
40596 "name": "Job",
40597 "ofType": null
40598 }
40599 },
40600 "isDeprecated": false,
40601 "deprecationReason": null
40602 },
40603 {
40604 "name": "Workflow",
40605 "description": "",
40606 "args": [
40607 {
40608 "name": "id",
40609 "description": "",
40610 "type": {
40611 "kind": "SCALAR",
40612 "name": "ID",
40613 "ofType": null
40614 },
40615 "defaultValue": null
40616 },
40617 {
40618 "name": "name",
40619 "description": "",
40620 "type": {
40621 "kind": "SCALAR",
40622 "name": "String",
40623 "ofType": null
40624 },
40625 "defaultValue": null
40626 },
40627 {
40628 "name": "workflowId",
40629 "description": "",
40630 "type": {
40631 "kind": "SCALAR",
40632 "name": "String",
40633 "ofType": null
40634 },
40635 "defaultValue": null
40636 },
40637 {
40638 "name": "provider",
40639 "description": "",
40640 "type": {
40641 "kind": "SCALAR",
40642 "name": "String",
40643 "ofType": null
40644 },
40645 "defaultValue": null
40646 },
40647 {
40648 "name": "config",
40649 "description": "",
40650 "type": {
40651 "kind": "SCALAR",
40652 "name": "String",
40653 "ofType": null
40654 },
40655 "defaultValue": null
40656 },
40657 {
40658 "name": "ids",
40659 "description": "",
40660 "type": {
40661 "kind": "LIST",
40662 "name": null,
40663 "ofType": {
40664 "kind": "SCALAR",
40665 "name": "ID",
40666 "ofType": null
40667 }
40668 },
40669 "defaultValue": null
40670 },
40671 {
40672 "name": "names",
40673 "description": "",
40674 "type": {
40675 "kind": "LIST",
40676 "name": null,
40677 "ofType": {
40678 "kind": "SCALAR",
40679 "name": "String",
40680 "ofType": null
40681 }
40682 },
40683 "defaultValue": null
40684 },
40685 {
40686 "name": "workflowIds",
40687 "description": "",
40688 "type": {
40689 "kind": "LIST",
40690 "name": null,
40691 "ofType": {
40692 "kind": "SCALAR",
40693 "name": "String",
40694 "ofType": null
40695 }
40696 },
40697 "defaultValue": null
40698 },
40699 {
40700 "name": "providers",
40701 "description": "",
40702 "type": {
40703 "kind": "LIST",
40704 "name": null,
40705 "ofType": {
40706 "kind": "SCALAR",
40707 "name": "String",
40708 "ofType": null
40709 }
40710 },
40711 "defaultValue": null
40712 },
40713 {
40714 "name": "configs",
40715 "description": "",
40716 "type": {
40717 "kind": "LIST",
40718 "name": null,
40719 "ofType": {
40720 "kind": "SCALAR",
40721 "name": "String",
40722 "ofType": null
40723 }
40724 },
40725 "defaultValue": null
40726 },
40727 {
40728 "name": "orderBy",
40729 "description": "",
40730 "type": {
40731 "kind": "LIST",
40732 "name": null,
40733 "ofType": {
40734 "kind": "ENUM",
40735 "name": "_WorkflowOrdering",
40736 "ofType": null
40737 }
40738 },
40739 "defaultValue": null
40740 },
40741 {
40742 "name": "_id",
40743 "description": "",
40744 "type": {
40745 "kind": "SCALAR",
40746 "name": "Int",
40747 "ofType": null
40748 },
40749 "defaultValue": null
40750 },
40751 {
40752 "name": "first",
40753 "description": "",
40754 "type": {
40755 "kind": "SCALAR",
40756 "name": "Int",
40757 "ofType": null
40758 },
40759 "defaultValue": null
40760 },
40761 {
40762 "name": "offset",
40763 "description": "",
40764 "type": {
40765 "kind": "SCALAR",
40766 "name": "Int",
40767 "ofType": null
40768 },
40769 "defaultValue": null
40770 }
40771 ],
40772 "type": {
40773 "kind": "LIST",
40774 "name": null,
40775 "ofType": {
40776 "kind": "OBJECT",
40777 "name": "Workflow",
40778 "ofType": null
40779 }
40780 },
40781 "isDeprecated": false,
40782 "deprecationReason": null
40783 },
40784 {
40785 "name": "Branch",
40786 "description": "",
40787 "args": [
40788 {
40789 "name": "id",
40790 "description": "",
40791 "type": {
40792 "kind": "SCALAR",
40793 "name": "ID",
40794 "ofType": null
40795 },
40796 "defaultValue": null
40797 },
40798 {
40799 "name": "name",
40800 "description": "",
40801 "type": {
40802 "kind": "SCALAR",
40803 "name": "String",
40804 "ofType": null
40805 },
40806 "defaultValue": null
40807 },
40808 {
40809 "name": "timestamp",
40810 "description": "",
40811 "type": {
40812 "kind": "SCALAR",
40813 "name": "String",
40814 "ofType": null
40815 },
40816 "defaultValue": null
40817 },
40818 {
40819 "name": "isRemote",
40820 "description": "",
40821 "type": {
40822 "kind": "SCALAR",
40823 "name": "Boolean",
40824 "ofType": null
40825 },
40826 "defaultValue": null
40827 },
40828 {
40829 "name": "remoteRepoHtmlUrl",
40830 "description": "",
40831 "type": {
40832 "kind": "SCALAR",
40833 "name": "String",
40834 "ofType": null
40835 },
40836 "defaultValue": null
40837 },
40838 {
40839 "name": "ids",
40840 "description": "",
40841 "type": {
40842 "kind": "LIST",
40843 "name": null,
40844 "ofType": {
40845 "kind": "SCALAR",
40846 "name": "ID",
40847 "ofType": null
40848 }
40849 },
40850 "defaultValue": null
40851 },
40852 {
40853 "name": "names",
40854 "description": "",
40855 "type": {
40856 "kind": "LIST",
40857 "name": null,
40858 "ofType": {
40859 "kind": "SCALAR",
40860 "name": "String",
40861 "ofType": null
40862 }
40863 },
40864 "defaultValue": null
40865 },
40866 {
40867 "name": "timestamps",
40868 "description": "",
40869 "type": {
40870 "kind": "LIST",
40871 "name": null,
40872 "ofType": {
40873 "kind": "SCALAR",
40874 "name": "String",
40875 "ofType": null
40876 }
40877 },
40878 "defaultValue": null
40879 },
40880 {
40881 "name": "remoteRepoHtmlUrls",
40882 "description": "",
40883 "type": {
40884 "kind": "LIST",
40885 "name": null,
40886 "ofType": {
40887 "kind": "SCALAR",
40888 "name": "String",
40889 "ofType": null
40890 }
40891 },
40892 "defaultValue": null
40893 },
40894 {
40895 "name": "orderBy",
40896 "description": "",
40897 "type": {
40898 "kind": "LIST",
40899 "name": null,
40900 "ofType": {
40901 "kind": "ENUM",
40902 "name": "_BranchOrdering",
40903 "ofType": null
40904 }
40905 },
40906 "defaultValue": null
40907 },
40908 {
40909 "name": "_id",
40910 "description": "",
40911 "type": {
40912 "kind": "SCALAR",
40913 "name": "Int",
40914 "ofType": null
40915 },
40916 "defaultValue": null
40917 },
40918 {
40919 "name": "first",
40920 "description": "",
40921 "type": {
40922 "kind": "SCALAR",
40923 "name": "Int",
40924 "ofType": null
40925 },
40926 "defaultValue": null
40927 },
40928 {
40929 "name": "offset",
40930 "description": "",
40931 "type": {
40932 "kind": "SCALAR",
40933 "name": "Int",
40934 "ofType": null
40935 },
40936 "defaultValue": null
40937 }
40938 ],
40939 "type": {
40940 "kind": "LIST",
40941 "name": null,
40942 "ofType": {
40943 "kind": "OBJECT",
40944 "name": "Branch",
40945 "ofType": null
40946 }
40947 },
40948 "isDeprecated": false,
40949 "deprecationReason": null
40950 },
40951 {
40952 "name": "DeletedBranch",
40953 "description": "",
40954 "args": [
40955 {
40956 "name": "id",
40957 "description": "",
40958 "type": {
40959 "kind": "SCALAR",
40960 "name": "ID",
40961 "ofType": null
40962 },
40963 "defaultValue": null
40964 },
40965 {
40966 "name": "name",
40967 "description": "",
40968 "type": {
40969 "kind": "SCALAR",
40970 "name": "String",
40971 "ofType": null
40972 },
40973 "defaultValue": null
40974 },
40975 {
40976 "name": "timestamp",
40977 "description": "",
40978 "type": {
40979 "kind": "SCALAR",
40980 "name": "String",
40981 "ofType": null
40982 },
40983 "defaultValue": null
40984 },
40985 {
40986 "name": "ids",
40987 "description": "",
40988 "type": {
40989 "kind": "LIST",
40990 "name": null,
40991 "ofType": {
40992 "kind": "SCALAR",
40993 "name": "ID",
40994 "ofType": null
40995 }
40996 },
40997 "defaultValue": null
40998 },
40999 {
41000 "name": "names",
41001 "description": "",
41002 "type": {
41003 "kind": "LIST",
41004 "name": null,
41005 "ofType": {
41006 "kind": "SCALAR",
41007 "name": "String",
41008 "ofType": null
41009 }
41010 },
41011 "defaultValue": null
41012 },
41013 {
41014 "name": "timestamps",
41015 "description": "",
41016 "type": {
41017 "kind": "LIST",
41018 "name": null,
41019 "ofType": {
41020 "kind": "SCALAR",
41021 "name": "String",
41022 "ofType": null
41023 }
41024 },
41025 "defaultValue": null
41026 },
41027 {
41028 "name": "orderBy",
41029 "description": "",
41030 "type": {
41031 "kind": "LIST",
41032 "name": null,
41033 "ofType": {
41034 "kind": "ENUM",
41035 "name": "_DeletedBranchOrdering",
41036 "ofType": null
41037 }
41038 },
41039 "defaultValue": null
41040 },
41041 {
41042 "name": "_id",
41043 "description": "",
41044 "type": {
41045 "kind": "SCALAR",
41046 "name": "Int",
41047 "ofType": null
41048 },
41049 "defaultValue": null
41050 },
41051 {
41052 "name": "first",
41053 "description": "",
41054 "type": {
41055 "kind": "SCALAR",
41056 "name": "Int",
41057 "ofType": null
41058 },
41059 "defaultValue": null
41060 },
41061 {
41062 "name": "offset",
41063 "description": "",
41064 "type": {
41065 "kind": "SCALAR",
41066 "name": "Int",
41067 "ofType": null
41068 },
41069 "defaultValue": null
41070 }
41071 ],
41072 "type": {
41073 "kind": "LIST",
41074 "name": null,
41075 "ofType": {
41076 "kind": "OBJECT",
41077 "name": "DeletedBranch",
41078 "ofType": null
41079 }
41080 },
41081 "isDeprecated": false,
41082 "deprecationReason": null
41083 },
41084 {
41085 "name": "ChatId",
41086 "description": "",
41087 "args": [
41088 {
41089 "name": "id",
41090 "description": "",
41091 "type": {
41092 "kind": "SCALAR",
41093 "name": "ID",
41094 "ofType": null
41095 },
41096 "defaultValue": null
41097 },
41098 {
41099 "name": "screenName",
41100 "description": "",
41101 "type": {
41102 "kind": "SCALAR",
41103 "name": "String",
41104 "ofType": null
41105 },
41106 "defaultValue": null
41107 },
41108 {
41109 "name": "userId",
41110 "description": "",
41111 "type": {
41112 "kind": "SCALAR",
41113 "name": "String",
41114 "ofType": null
41115 },
41116 "defaultValue": null
41117 },
41118 {
41119 "name": "provider",
41120 "description": "",
41121 "type": {
41122 "kind": "SCALAR",
41123 "name": "String",
41124 "ofType": null
41125 },
41126 "defaultValue": null
41127 },
41128 {
41129 "name": "isAtomistBot",
41130 "description": "",
41131 "type": {
41132 "kind": "SCALAR",
41133 "name": "String",
41134 "ofType": null
41135 },
41136 "defaultValue": null
41137 },
41138 {
41139 "name": "isOwner",
41140 "description": "",
41141 "type": {
41142 "kind": "SCALAR",
41143 "name": "String",
41144 "ofType": null
41145 },
41146 "defaultValue": null
41147 },
41148 {
41149 "name": "isPrimaryOwner",
41150 "description": "",
41151 "type": {
41152 "kind": "SCALAR",
41153 "name": "String",
41154 "ofType": null
41155 },
41156 "defaultValue": null
41157 },
41158 {
41159 "name": "isAdmin",
41160 "description": "",
41161 "type": {
41162 "kind": "SCALAR",
41163 "name": "String",
41164 "ofType": null
41165 },
41166 "defaultValue": null
41167 },
41168 {
41169 "name": "isBot",
41170 "description": "",
41171 "type": {
41172 "kind": "SCALAR",
41173 "name": "String",
41174 "ofType": null
41175 },
41176 "defaultValue": null
41177 },
41178 {
41179 "name": "timezoneLabel",
41180 "description": "",
41181 "type": {
41182 "kind": "SCALAR",
41183 "name": "String",
41184 "ofType": null
41185 },
41186 "defaultValue": null
41187 },
41188 {
41189 "name": "ids",
41190 "description": "",
41191 "type": {
41192 "kind": "LIST",
41193 "name": null,
41194 "ofType": {
41195 "kind": "SCALAR",
41196 "name": "ID",
41197 "ofType": null
41198 }
41199 },
41200 "defaultValue": null
41201 },
41202 {
41203 "name": "screenNames",
41204 "description": "",
41205 "type": {
41206 "kind": "LIST",
41207 "name": null,
41208 "ofType": {
41209 "kind": "SCALAR",
41210 "name": "String",
41211 "ofType": null
41212 }
41213 },
41214 "defaultValue": null
41215 },
41216 {
41217 "name": "userIds",
41218 "description": "",
41219 "type": {
41220 "kind": "LIST",
41221 "name": null,
41222 "ofType": {
41223 "kind": "SCALAR",
41224 "name": "String",
41225 "ofType": null
41226 }
41227 },
41228 "defaultValue": null
41229 },
41230 {
41231 "name": "providers",
41232 "description": "",
41233 "type": {
41234 "kind": "LIST",
41235 "name": null,
41236 "ofType": {
41237 "kind": "SCALAR",
41238 "name": "String",
41239 "ofType": null
41240 }
41241 },
41242 "defaultValue": null
41243 },
41244 {
41245 "name": "timezoneLabels",
41246 "description": "",
41247 "type": {
41248 "kind": "LIST",
41249 "name": null,
41250 "ofType": {
41251 "kind": "SCALAR",
41252 "name": "String",
41253 "ofType": null
41254 }
41255 },
41256 "defaultValue": null
41257 },
41258 {
41259 "name": "orderBy",
41260 "description": "",
41261 "type": {
41262 "kind": "LIST",
41263 "name": null,
41264 "ofType": {
41265 "kind": "ENUM",
41266 "name": "_ChatIdOrdering",
41267 "ofType": null
41268 }
41269 },
41270 "defaultValue": null
41271 },
41272 {
41273 "name": "_id",
41274 "description": "",
41275 "type": {
41276 "kind": "SCALAR",
41277 "name": "Int",
41278 "ofType": null
41279 },
41280 "defaultValue": null
41281 },
41282 {
41283 "name": "first",
41284 "description": "",
41285 "type": {
41286 "kind": "SCALAR",
41287 "name": "Int",
41288 "ofType": null
41289 },
41290 "defaultValue": null
41291 },
41292 {
41293 "name": "offset",
41294 "description": "",
41295 "type": {
41296 "kind": "SCALAR",
41297 "name": "Int",
41298 "ofType": null
41299 },
41300 "defaultValue": null
41301 }
41302 ],
41303 "type": {
41304 "kind": "LIST",
41305 "name": null,
41306 "ofType": {
41307 "kind": "OBJECT",
41308 "name": "ChatId",
41309 "ofType": null
41310 }
41311 },
41312 "isDeprecated": false,
41313 "deprecationReason": null
41314 },
41315 {
41316 "name": "ChatChannel",
41317 "description": "",
41318 "args": [
41319 {
41320 "name": "id",
41321 "description": "",
41322 "type": {
41323 "kind": "SCALAR",
41324 "name": "ID",
41325 "ofType": null
41326 },
41327 "defaultValue": null
41328 },
41329 {
41330 "name": "name",
41331 "description": "",
41332 "type": {
41333 "kind": "SCALAR",
41334 "name": "String",
41335 "ofType": null
41336 },
41337 "defaultValue": null
41338 },
41339 {
41340 "name": "provider",
41341 "description": "",
41342 "type": {
41343 "kind": "SCALAR",
41344 "name": "String",
41345 "ofType": null
41346 },
41347 "defaultValue": null
41348 },
41349 {
41350 "name": "normalizedName",
41351 "description": "",
41352 "type": {
41353 "kind": "SCALAR",
41354 "name": "String",
41355 "ofType": null
41356 },
41357 "defaultValue": null
41358 },
41359 {
41360 "name": "channelId",
41361 "description": "",
41362 "type": {
41363 "kind": "SCALAR",
41364 "name": "String",
41365 "ofType": null
41366 },
41367 "defaultValue": null
41368 },
41369 {
41370 "name": "isDefault",
41371 "description": "",
41372 "type": {
41373 "kind": "SCALAR",
41374 "name": "Boolean",
41375 "ofType": null
41376 },
41377 "defaultValue": null
41378 },
41379 {
41380 "name": "botInvitedSelf",
41381 "description": "",
41382 "type": {
41383 "kind": "SCALAR",
41384 "name": "Boolean",
41385 "ofType": null
41386 },
41387 "defaultValue": null
41388 },
41389 {
41390 "name": "archived",
41391 "description": "",
41392 "type": {
41393 "kind": "SCALAR",
41394 "name": "Boolean",
41395 "ofType": null
41396 },
41397 "defaultValue": null
41398 },
41399 {
41400 "name": "ids",
41401 "description": "",
41402 "type": {
41403 "kind": "LIST",
41404 "name": null,
41405 "ofType": {
41406 "kind": "SCALAR",
41407 "name": "ID",
41408 "ofType": null
41409 }
41410 },
41411 "defaultValue": null
41412 },
41413 {
41414 "name": "names",
41415 "description": "",
41416 "type": {
41417 "kind": "LIST",
41418 "name": null,
41419 "ofType": {
41420 "kind": "SCALAR",
41421 "name": "String",
41422 "ofType": null
41423 }
41424 },
41425 "defaultValue": null
41426 },
41427 {
41428 "name": "providers",
41429 "description": "",
41430 "type": {
41431 "kind": "LIST",
41432 "name": null,
41433 "ofType": {
41434 "kind": "SCALAR",
41435 "name": "String",
41436 "ofType": null
41437 }
41438 },
41439 "defaultValue": null
41440 },
41441 {
41442 "name": "normalizedNames",
41443 "description": "",
41444 "type": {
41445 "kind": "LIST",
41446 "name": null,
41447 "ofType": {
41448 "kind": "SCALAR",
41449 "name": "String",
41450 "ofType": null
41451 }
41452 },
41453 "defaultValue": null
41454 },
41455 {
41456 "name": "channelIds",
41457 "description": "",
41458 "type": {
41459 "kind": "LIST",
41460 "name": null,
41461 "ofType": {
41462 "kind": "SCALAR",
41463 "name": "String",
41464 "ofType": null
41465 }
41466 },
41467 "defaultValue": null
41468 },
41469 {
41470 "name": "orderBy",
41471 "description": "",
41472 "type": {
41473 "kind": "LIST",
41474 "name": null,
41475 "ofType": {
41476 "kind": "ENUM",
41477 "name": "_ChatChannelOrdering",
41478 "ofType": null
41479 }
41480 },
41481 "defaultValue": null
41482 },
41483 {
41484 "name": "_id",
41485 "description": "",
41486 "type": {
41487 "kind": "SCALAR",
41488 "name": "Int",
41489 "ofType": null
41490 },
41491 "defaultValue": null
41492 },
41493 {
41494 "name": "first",
41495 "description": "",
41496 "type": {
41497 "kind": "SCALAR",
41498 "name": "Int",
41499 "ofType": null
41500 },
41501 "defaultValue": null
41502 },
41503 {
41504 "name": "offset",
41505 "description": "",
41506 "type": {
41507 "kind": "SCALAR",
41508 "name": "Int",
41509 "ofType": null
41510 },
41511 "defaultValue": null
41512 }
41513 ],
41514 "type": {
41515 "kind": "LIST",
41516 "name": null,
41517 "ofType": {
41518 "kind": "OBJECT",
41519 "name": "ChatChannel",
41520 "ofType": null
41521 }
41522 },
41523 "isDeprecated": false,
41524 "deprecationReason": null
41525 },
41526 {
41527 "name": "PullRequest",
41528 "description": "",
41529 "args": [
41530 {
41531 "name": "id",
41532 "description": "",
41533 "type": {
41534 "kind": "SCALAR",
41535 "name": "ID",
41536 "ofType": null
41537 },
41538 "defaultValue": null
41539 },
41540 {
41541 "name": "number",
41542 "description": "",
41543 "type": {
41544 "kind": "SCALAR",
41545 "name": "Float",
41546 "ofType": null
41547 },
41548 "defaultValue": null
41549 },
41550 {
41551 "name": "prId",
41552 "description": "",
41553 "type": {
41554 "kind": "SCALAR",
41555 "name": "String",
41556 "ofType": null
41557 },
41558 "defaultValue": null
41559 },
41560 {
41561 "name": "name",
41562 "description": "",
41563 "type": {
41564 "kind": "SCALAR",
41565 "name": "String",
41566 "ofType": null
41567 },
41568 "defaultValue": null
41569 },
41570 {
41571 "name": "body",
41572 "description": "",
41573 "type": {
41574 "kind": "SCALAR",
41575 "name": "String",
41576 "ofType": null
41577 },
41578 "defaultValue": null
41579 },
41580 {
41581 "name": "state",
41582 "description": "",
41583 "type": {
41584 "kind": "SCALAR",
41585 "name": "String",
41586 "ofType": null
41587 },
41588 "defaultValue": null
41589 },
41590 {
41591 "name": "merged",
41592 "description": "",
41593 "type": {
41594 "kind": "SCALAR",
41595 "name": "Boolean",
41596 "ofType": null
41597 },
41598 "defaultValue": null
41599 },
41600 {
41601 "name": "timestamp",
41602 "description": "",
41603 "type": {
41604 "kind": "SCALAR",
41605 "name": "String",
41606 "ofType": null
41607 },
41608 "defaultValue": null
41609 },
41610 {
41611 "name": "baseBranchName",
41612 "description": "",
41613 "type": {
41614 "kind": "SCALAR",
41615 "name": "String",
41616 "ofType": null
41617 },
41618 "defaultValue": null
41619 },
41620 {
41621 "name": "branchName",
41622 "description": "",
41623 "type": {
41624 "kind": "SCALAR",
41625 "name": "String",
41626 "ofType": null
41627 },
41628 "defaultValue": null
41629 },
41630 {
41631 "name": "title",
41632 "description": "",
41633 "type": {
41634 "kind": "SCALAR",
41635 "name": "String",
41636 "ofType": null
41637 },
41638 "defaultValue": null
41639 },
41640 {
41641 "name": "createdAt",
41642 "description": "",
41643 "type": {
41644 "kind": "SCALAR",
41645 "name": "String",
41646 "ofType": null
41647 },
41648 "defaultValue": null
41649 },
41650 {
41651 "name": "updatedAt",
41652 "description": "",
41653 "type": {
41654 "kind": "SCALAR",
41655 "name": "String",
41656 "ofType": null
41657 },
41658 "defaultValue": null
41659 },
41660 {
41661 "name": "closedAt",
41662 "description": "",
41663 "type": {
41664 "kind": "SCALAR",
41665 "name": "String",
41666 "ofType": null
41667 },
41668 "defaultValue": null
41669 },
41670 {
41671 "name": "mergedAt",
41672 "description": "",
41673 "type": {
41674 "kind": "SCALAR",
41675 "name": "String",
41676 "ofType": null
41677 },
41678 "defaultValue": null
41679 },
41680 {
41681 "name": "mergeStatus",
41682 "description": "",
41683 "type": {
41684 "kind": "ENUM",
41685 "name": "MergeStatus",
41686 "ofType": null
41687 },
41688 "defaultValue": null
41689 },
41690 {
41691 "name": "action",
41692 "description": "",
41693 "type": {
41694 "kind": "ENUM",
41695 "name": "PullRequestAction",
41696 "ofType": null
41697 },
41698 "defaultValue": null
41699 },
41700 {
41701 "name": "ids",
41702 "description": "",
41703 "type": {
41704 "kind": "LIST",
41705 "name": null,
41706 "ofType": {
41707 "kind": "SCALAR",
41708 "name": "ID",
41709 "ofType": null
41710 }
41711 },
41712 "defaultValue": null
41713 },
41714 {
41715 "name": "numbers",
41716 "description": "",
41717 "type": {
41718 "kind": "LIST",
41719 "name": null,
41720 "ofType": {
41721 "kind": "SCALAR",
41722 "name": "Float",
41723 "ofType": null
41724 }
41725 },
41726 "defaultValue": null
41727 },
41728 {
41729 "name": "prIds",
41730 "description": "",
41731 "type": {
41732 "kind": "LIST",
41733 "name": null,
41734 "ofType": {
41735 "kind": "SCALAR",
41736 "name": "String",
41737 "ofType": null
41738 }
41739 },
41740 "defaultValue": null
41741 },
41742 {
41743 "name": "names",
41744 "description": "",
41745 "type": {
41746 "kind": "LIST",
41747 "name": null,
41748 "ofType": {
41749 "kind": "SCALAR",
41750 "name": "String",
41751 "ofType": null
41752 }
41753 },
41754 "defaultValue": null
41755 },
41756 {
41757 "name": "bodys",
41758 "description": "",
41759 "type": {
41760 "kind": "LIST",
41761 "name": null,
41762 "ofType": {
41763 "kind": "SCALAR",
41764 "name": "String",
41765 "ofType": null
41766 }
41767 },
41768 "defaultValue": null
41769 },
41770 {
41771 "name": "states",
41772 "description": "",
41773 "type": {
41774 "kind": "LIST",
41775 "name": null,
41776 "ofType": {
41777 "kind": "SCALAR",
41778 "name": "String",
41779 "ofType": null
41780 }
41781 },
41782 "defaultValue": null
41783 },
41784 {
41785 "name": "timestamps",
41786 "description": "",
41787 "type": {
41788 "kind": "LIST",
41789 "name": null,
41790 "ofType": {
41791 "kind": "SCALAR",
41792 "name": "String",
41793 "ofType": null
41794 }
41795 },
41796 "defaultValue": null
41797 },
41798 {
41799 "name": "baseBranchNames",
41800 "description": "",
41801 "type": {
41802 "kind": "LIST",
41803 "name": null,
41804 "ofType": {
41805 "kind": "SCALAR",
41806 "name": "String",
41807 "ofType": null
41808 }
41809 },
41810 "defaultValue": null
41811 },
41812 {
41813 "name": "branchNames",
41814 "description": "",
41815 "type": {
41816 "kind": "LIST",
41817 "name": null,
41818 "ofType": {
41819 "kind": "SCALAR",
41820 "name": "String",
41821 "ofType": null
41822 }
41823 },
41824 "defaultValue": null
41825 },
41826 {
41827 "name": "titles",
41828 "description": "",
41829 "type": {
41830 "kind": "LIST",
41831 "name": null,
41832 "ofType": {
41833 "kind": "SCALAR",
41834 "name": "String",
41835 "ofType": null
41836 }
41837 },
41838 "defaultValue": null
41839 },
41840 {
41841 "name": "createdAts",
41842 "description": "",
41843 "type": {
41844 "kind": "LIST",
41845 "name": null,
41846 "ofType": {
41847 "kind": "SCALAR",
41848 "name": "String",
41849 "ofType": null
41850 }
41851 },
41852 "defaultValue": null
41853 },
41854 {
41855 "name": "updatedAts",
41856 "description": "",
41857 "type": {
41858 "kind": "LIST",
41859 "name": null,
41860 "ofType": {
41861 "kind": "SCALAR",
41862 "name": "String",
41863 "ofType": null
41864 }
41865 },
41866 "defaultValue": null
41867 },
41868 {
41869 "name": "closedAts",
41870 "description": "",
41871 "type": {
41872 "kind": "LIST",
41873 "name": null,
41874 "ofType": {
41875 "kind": "SCALAR",
41876 "name": "String",
41877 "ofType": null
41878 }
41879 },
41880 "defaultValue": null
41881 },
41882 {
41883 "name": "mergedAts",
41884 "description": "",
41885 "type": {
41886 "kind": "LIST",
41887 "name": null,
41888 "ofType": {
41889 "kind": "SCALAR",
41890 "name": "String",
41891 "ofType": null
41892 }
41893 },
41894 "defaultValue": null
41895 },
41896 {
41897 "name": "mergeStatuss",
41898 "description": "",
41899 "type": {
41900 "kind": "LIST",
41901 "name": null,
41902 "ofType": {
41903 "kind": "ENUM",
41904 "name": "MergeStatus",
41905 "ofType": null
41906 }
41907 },
41908 "defaultValue": null
41909 },
41910 {
41911 "name": "actions",
41912 "description": "",
41913 "type": {
41914 "kind": "LIST",
41915 "name": null,
41916 "ofType": {
41917 "kind": "ENUM",
41918 "name": "PullRequestAction",
41919 "ofType": null
41920 }
41921 },
41922 "defaultValue": null
41923 },
41924 {
41925 "name": "orderBy",
41926 "description": "",
41927 "type": {
41928 "kind": "LIST",
41929 "name": null,
41930 "ofType": {
41931 "kind": "ENUM",
41932 "name": "_PullRequestOrdering",
41933 "ofType": null
41934 }
41935 },
41936 "defaultValue": null
41937 },
41938 {
41939 "name": "_id",
41940 "description": "",
41941 "type": {
41942 "kind": "SCALAR",
41943 "name": "Int",
41944 "ofType": null
41945 },
41946 "defaultValue": null
41947 },
41948 {
41949 "name": "first",
41950 "description": "",
41951 "type": {
41952 "kind": "SCALAR",
41953 "name": "Int",
41954 "ofType": null
41955 },
41956 "defaultValue": null
41957 },
41958 {
41959 "name": "offset",
41960 "description": "",
41961 "type": {
41962 "kind": "SCALAR",
41963 "name": "Int",
41964 "ofType": null
41965 },
41966 "defaultValue": null
41967 }
41968 ],
41969 "type": {
41970 "kind": "LIST",
41971 "name": null,
41972 "ofType": {
41973 "kind": "OBJECT",
41974 "name": "PullRequest",
41975 "ofType": null
41976 }
41977 },
41978 "isDeprecated": false,
41979 "deprecationReason": null
41980 },
41981 {
41982 "name": "Org",
41983 "description": "",
41984 "args": [
41985 {
41986 "name": "id",
41987 "description": "",
41988 "type": {
41989 "kind": "SCALAR",
41990 "name": "ID",
41991 "ofType": null
41992 },
41993 "defaultValue": null
41994 },
41995 {
41996 "name": "owner",
41997 "description": "",
41998 "type": {
41999 "kind": "SCALAR",
42000 "name": "String",
42001 "ofType": null
42002 },
42003 "defaultValue": null
42004 },
42005 {
42006 "name": "ownerType",
42007 "description": "",
42008 "type": {
42009 "kind": "ENUM",
42010 "name": "OwnerType",
42011 "ofType": null
42012 },
42013 "defaultValue": null
42014 },
42015 {
42016 "name": "ids",
42017 "description": "",
42018 "type": {
42019 "kind": "LIST",
42020 "name": null,
42021 "ofType": {
42022 "kind": "SCALAR",
42023 "name": "ID",
42024 "ofType": null
42025 }
42026 },
42027 "defaultValue": null
42028 },
42029 {
42030 "name": "owners",
42031 "description": "",
42032 "type": {
42033 "kind": "LIST",
42034 "name": null,
42035 "ofType": {
42036 "kind": "SCALAR",
42037 "name": "String",
42038 "ofType": null
42039 }
42040 },
42041 "defaultValue": null
42042 },
42043 {
42044 "name": "ownerTypes",
42045 "description": "",
42046 "type": {
42047 "kind": "LIST",
42048 "name": null,
42049 "ofType": {
42050 "kind": "ENUM",
42051 "name": "OwnerType",
42052 "ofType": null
42053 }
42054 },
42055 "defaultValue": null
42056 },
42057 {
42058 "name": "orderBy",
42059 "description": "",
42060 "type": {
42061 "kind": "LIST",
42062 "name": null,
42063 "ofType": {
42064 "kind": "ENUM",
42065 "name": "_OrgOrdering",
42066 "ofType": null
42067 }
42068 },
42069 "defaultValue": null
42070 },
42071 {
42072 "name": "_id",
42073 "description": "",
42074 "type": {
42075 "kind": "SCALAR",
42076 "name": "Int",
42077 "ofType": null
42078 },
42079 "defaultValue": null
42080 },
42081 {
42082 "name": "first",
42083 "description": "",
42084 "type": {
42085 "kind": "SCALAR",
42086 "name": "Int",
42087 "ofType": null
42088 },
42089 "defaultValue": null
42090 },
42091 {
42092 "name": "offset",
42093 "description": "",
42094 "type": {
42095 "kind": "SCALAR",
42096 "name": "Int",
42097 "ofType": null
42098 },
42099 "defaultValue": null
42100 }
42101 ],
42102 "type": {
42103 "kind": "LIST",
42104 "name": null,
42105 "ofType": {
42106 "kind": "OBJECT",
42107 "name": "Org",
42108 "ofType": null
42109 }
42110 },
42111 "isDeprecated": false,
42112 "deprecationReason": null
42113 },
42114 {
42115 "name": "SCMId",
42116 "description": "",
42117 "args": [
42118 {
42119 "name": "login",
42120 "description": "",
42121 "type": {
42122 "kind": "SCALAR",
42123 "name": "String",
42124 "ofType": null
42125 },
42126 "defaultValue": null
42127 },
42128 {
42129 "name": "name",
42130 "description": "",
42131 "type": {
42132 "kind": "SCALAR",
42133 "name": "String",
42134 "ofType": null
42135 },
42136 "defaultValue": null
42137 },
42138 {
42139 "name": "avatar",
42140 "description": "",
42141 "type": {
42142 "kind": "SCALAR",
42143 "name": "String",
42144 "ofType": null
42145 },
42146 "defaultValue": null
42147 },
42148 {
42149 "name": "logins",
42150 "description": "",
42151 "type": {
42152 "kind": "LIST",
42153 "name": null,
42154 "ofType": {
42155 "kind": "SCALAR",
42156 "name": "String",
42157 "ofType": null
42158 }
42159 },
42160 "defaultValue": null
42161 },
42162 {
42163 "name": "names",
42164 "description": "",
42165 "type": {
42166 "kind": "LIST",
42167 "name": null,
42168 "ofType": {
42169 "kind": "SCALAR",
42170 "name": "String",
42171 "ofType": null
42172 }
42173 },
42174 "defaultValue": null
42175 },
42176 {
42177 "name": "avatars",
42178 "description": "",
42179 "type": {
42180 "kind": "LIST",
42181 "name": null,
42182 "ofType": {
42183 "kind": "SCALAR",
42184 "name": "String",
42185 "ofType": null
42186 }
42187 },
42188 "defaultValue": null
42189 },
42190 {
42191 "name": "orderBy",
42192 "description": "",
42193 "type": {
42194 "kind": "LIST",
42195 "name": null,
42196 "ofType": {
42197 "kind": "ENUM",
42198 "name": "_SCMIdOrdering",
42199 "ofType": null
42200 }
42201 },
42202 "defaultValue": null
42203 },
42204 {
42205 "name": "_id",
42206 "description": "",
42207 "type": {
42208 "kind": "SCALAR",
42209 "name": "Int",
42210 "ofType": null
42211 },
42212 "defaultValue": null
42213 },
42214 {
42215 "name": "first",
42216 "description": "",
42217 "type": {
42218 "kind": "SCALAR",
42219 "name": "Int",
42220 "ofType": null
42221 },
42222 "defaultValue": null
42223 },
42224 {
42225 "name": "offset",
42226 "description": "",
42227 "type": {
42228 "kind": "SCALAR",
42229 "name": "Int",
42230 "ofType": null
42231 },
42232 "defaultValue": null
42233 }
42234 ],
42235 "type": {
42236 "kind": "LIST",
42237 "name": null,
42238 "ofType": {
42239 "kind": "OBJECT",
42240 "name": "SCMId",
42241 "ofType": null
42242 }
42243 },
42244 "isDeprecated": false,
42245 "deprecationReason": null
42246 },
42247 {
42248 "name": "GitHubId",
42249 "description": "",
42250 "args": [
42251 {
42252 "name": "login",
42253 "description": "",
42254 "type": {
42255 "kind": "SCALAR",
42256 "name": "String",
42257 "ofType": null
42258 },
42259 "defaultValue": null
42260 },
42261 {
42262 "name": "name",
42263 "description": "",
42264 "type": {
42265 "kind": "SCALAR",
42266 "name": "String",
42267 "ofType": null
42268 },
42269 "defaultValue": null
42270 },
42271 {
42272 "name": "logins",
42273 "description": "",
42274 "type": {
42275 "kind": "LIST",
42276 "name": null,
42277 "ofType": {
42278 "kind": "SCALAR",
42279 "name": "String",
42280 "ofType": null
42281 }
42282 },
42283 "defaultValue": null
42284 },
42285 {
42286 "name": "names",
42287 "description": "",
42288 "type": {
42289 "kind": "LIST",
42290 "name": null,
42291 "ofType": {
42292 "kind": "SCALAR",
42293 "name": "String",
42294 "ofType": null
42295 }
42296 },
42297 "defaultValue": null
42298 },
42299 {
42300 "name": "orderBy",
42301 "description": "",
42302 "type": {
42303 "kind": "LIST",
42304 "name": null,
42305 "ofType": {
42306 "kind": "ENUM",
42307 "name": "_GitHubIdOrdering",
42308 "ofType": null
42309 }
42310 },
42311 "defaultValue": null
42312 },
42313 {
42314 "name": "_id",
42315 "description": "",
42316 "type": {
42317 "kind": "SCALAR",
42318 "name": "Int",
42319 "ofType": null
42320 },
42321 "defaultValue": null
42322 },
42323 {
42324 "name": "first",
42325 "description": "",
42326 "type": {
42327 "kind": "SCALAR",
42328 "name": "Int",
42329 "ofType": null
42330 },
42331 "defaultValue": null
42332 },
42333 {
42334 "name": "offset",
42335 "description": "",
42336 "type": {
42337 "kind": "SCALAR",
42338 "name": "Int",
42339 "ofType": null
42340 },
42341 "defaultValue": null
42342 }
42343 ],
42344 "type": {
42345 "kind": "LIST",
42346 "name": null,
42347 "ofType": {
42348 "kind": "OBJECT",
42349 "name": "GitHubId",
42350 "ofType": null
42351 }
42352 },
42353 "isDeprecated": false,
42354 "deprecationReason": null
42355 },
42356 {
42357 "name": "Tag",
42358 "description": "",
42359 "args": [
42360 {
42361 "name": "id",
42362 "description": "",
42363 "type": {
42364 "kind": "SCALAR",
42365 "name": "ID",
42366 "ofType": null
42367 },
42368 "defaultValue": null
42369 },
42370 {
42371 "name": "name",
42372 "description": "",
42373 "type": {
42374 "kind": "SCALAR",
42375 "name": "String",
42376 "ofType": null
42377 },
42378 "defaultValue": null
42379 },
42380 {
42381 "name": "description",
42382 "description": "",
42383 "type": {
42384 "kind": "SCALAR",
42385 "name": "String",
42386 "ofType": null
42387 },
42388 "defaultValue": null
42389 },
42390 {
42391 "name": "ref",
42392 "description": "",
42393 "type": {
42394 "kind": "SCALAR",
42395 "name": "String",
42396 "ofType": null
42397 },
42398 "defaultValue": null
42399 },
42400 {
42401 "name": "timestamp",
42402 "description": "",
42403 "type": {
42404 "kind": "SCALAR",
42405 "name": "String",
42406 "ofType": null
42407 },
42408 "defaultValue": null
42409 },
42410 {
42411 "name": "ids",
42412 "description": "",
42413 "type": {
42414 "kind": "LIST",
42415 "name": null,
42416 "ofType": {
42417 "kind": "SCALAR",
42418 "name": "ID",
42419 "ofType": null
42420 }
42421 },
42422 "defaultValue": null
42423 },
42424 {
42425 "name": "names",
42426 "description": "",
42427 "type": {
42428 "kind": "LIST",
42429 "name": null,
42430 "ofType": {
42431 "kind": "SCALAR",
42432 "name": "String",
42433 "ofType": null
42434 }
42435 },
42436 "defaultValue": null
42437 },
42438 {
42439 "name": "descriptions",
42440 "description": "",
42441 "type": {
42442 "kind": "LIST",
42443 "name": null,
42444 "ofType": {
42445 "kind": "SCALAR",
42446 "name": "String",
42447 "ofType": null
42448 }
42449 },
42450 "defaultValue": null
42451 },
42452 {
42453 "name": "refs",
42454 "description": "",
42455 "type": {
42456 "kind": "LIST",
42457 "name": null,
42458 "ofType": {
42459 "kind": "SCALAR",
42460 "name": "String",
42461 "ofType": null
42462 }
42463 },
42464 "defaultValue": null
42465 },
42466 {
42467 "name": "timestamps",
42468 "description": "",
42469 "type": {
42470 "kind": "LIST",
42471 "name": null,
42472 "ofType": {
42473 "kind": "SCALAR",
42474 "name": "String",
42475 "ofType": null
42476 }
42477 },
42478 "defaultValue": null
42479 },
42480 {
42481 "name": "orderBy",
42482 "description": "",
42483 "type": {
42484 "kind": "LIST",
42485 "name": null,
42486 "ofType": {
42487 "kind": "ENUM",
42488 "name": "_TagOrdering",
42489 "ofType": null
42490 }
42491 },
42492 "defaultValue": null
42493 },
42494 {
42495 "name": "_id",
42496 "description": "",
42497 "type": {
42498 "kind": "SCALAR",
42499 "name": "Int",
42500 "ofType": null
42501 },
42502 "defaultValue": null
42503 },
42504 {
42505 "name": "first",
42506 "description": "",
42507 "type": {
42508 "kind": "SCALAR",
42509 "name": "Int",
42510 "ofType": null
42511 },
42512 "defaultValue": null
42513 },
42514 {
42515 "name": "offset",
42516 "description": "",
42517 "type": {
42518 "kind": "SCALAR",
42519 "name": "Int",
42520 "ofType": null
42521 },
42522 "defaultValue": null
42523 }
42524 ],
42525 "type": {
42526 "kind": "LIST",
42527 "name": null,
42528 "ofType": {
42529 "kind": "OBJECT",
42530 "name": "Tag",
42531 "ofType": null
42532 }
42533 },
42534 "isDeprecated": false,
42535 "deprecationReason": null
42536 },
42537 {
42538 "name": "K8Pod",
42539 "description": "",
42540 "args": [
42541 {
42542 "name": "name",
42543 "description": "",
42544 "type": {
42545 "kind": "SCALAR",
42546 "name": "String",
42547 "ofType": null
42548 },
42549 "defaultValue": null
42550 },
42551 {
42552 "name": "phase",
42553 "description": "",
42554 "type": {
42555 "kind": "SCALAR",
42556 "name": "String",
42557 "ofType": null
42558 },
42559 "defaultValue": null
42560 },
42561 {
42562 "name": "environment",
42563 "description": "",
42564 "type": {
42565 "kind": "SCALAR",
42566 "name": "String",
42567 "ofType": null
42568 },
42569 "defaultValue": null
42570 },
42571 {
42572 "name": "timestamp",
42573 "description": "",
42574 "type": {
42575 "kind": "SCALAR",
42576 "name": "String",
42577 "ofType": null
42578 },
42579 "defaultValue": null
42580 },
42581 {
42582 "name": "baseName",
42583 "description": "",
42584 "type": {
42585 "kind": "SCALAR",
42586 "name": "String",
42587 "ofType": null
42588 },
42589 "defaultValue": null
42590 },
42591 {
42592 "name": "namespace",
42593 "description": "",
42594 "type": {
42595 "kind": "SCALAR",
42596 "name": "String",
42597 "ofType": null
42598 },
42599 "defaultValue": null
42600 },
42601 {
42602 "name": "statusJSON",
42603 "description": "",
42604 "type": {
42605 "kind": "SCALAR",
42606 "name": "String",
42607 "ofType": null
42608 },
42609 "defaultValue": null
42610 },
42611 {
42612 "name": "host",
42613 "description": "",
42614 "type": {
42615 "kind": "SCALAR",
42616 "name": "String",
42617 "ofType": null
42618 },
42619 "defaultValue": null
42620 },
42621 {
42622 "name": "state",
42623 "description": "",
42624 "type": {
42625 "kind": "SCALAR",
42626 "name": "String",
42627 "ofType": null
42628 },
42629 "defaultValue": null
42630 },
42631 {
42632 "name": "specsJSON",
42633 "description": "",
42634 "type": {
42635 "kind": "SCALAR",
42636 "name": "String",
42637 "ofType": null
42638 },
42639 "defaultValue": null
42640 },
42641 {
42642 "name": "envJSON",
42643 "description": "",
42644 "type": {
42645 "kind": "SCALAR",
42646 "name": "String",
42647 "ofType": null
42648 },
42649 "defaultValue": null
42650 },
42651 {
42652 "name": "metadataJSON",
42653 "description": "",
42654 "type": {
42655 "kind": "SCALAR",
42656 "name": "String",
42657 "ofType": null
42658 },
42659 "defaultValue": null
42660 },
42661 {
42662 "name": "containersCrashLoopBackOff",
42663 "description": "",
42664 "type": {
42665 "kind": "SCALAR",
42666 "name": "Boolean",
42667 "ofType": null
42668 },
42669 "defaultValue": null
42670 },
42671 {
42672 "name": "resourceVersion",
42673 "description": "",
42674 "type": {
42675 "kind": "SCALAR",
42676 "name": "Int",
42677 "ofType": null
42678 },
42679 "defaultValue": null
42680 },
42681 {
42682 "name": "names",
42683 "description": "",
42684 "type": {
42685 "kind": "LIST",
42686 "name": null,
42687 "ofType": {
42688 "kind": "SCALAR",
42689 "name": "String",
42690 "ofType": null
42691 }
42692 },
42693 "defaultValue": null
42694 },
42695 {
42696 "name": "phases",
42697 "description": "",
42698 "type": {
42699 "kind": "LIST",
42700 "name": null,
42701 "ofType": {
42702 "kind": "SCALAR",
42703 "name": "String",
42704 "ofType": null
42705 }
42706 },
42707 "defaultValue": null
42708 },
42709 {
42710 "name": "environments",
42711 "description": "",
42712 "type": {
42713 "kind": "LIST",
42714 "name": null,
42715 "ofType": {
42716 "kind": "SCALAR",
42717 "name": "String",
42718 "ofType": null
42719 }
42720 },
42721 "defaultValue": null
42722 },
42723 {
42724 "name": "timestamps",
42725 "description": "",
42726 "type": {
42727 "kind": "LIST",
42728 "name": null,
42729 "ofType": {
42730 "kind": "SCALAR",
42731 "name": "String",
42732 "ofType": null
42733 }
42734 },
42735 "defaultValue": null
42736 },
42737 {
42738 "name": "baseNames",
42739 "description": "",
42740 "type": {
42741 "kind": "LIST",
42742 "name": null,
42743 "ofType": {
42744 "kind": "SCALAR",
42745 "name": "String",
42746 "ofType": null
42747 }
42748 },
42749 "defaultValue": null
42750 },
42751 {
42752 "name": "namespaces",
42753 "description": "",
42754 "type": {
42755 "kind": "LIST",
42756 "name": null,
42757 "ofType": {
42758 "kind": "SCALAR",
42759 "name": "String",
42760 "ofType": null
42761 }
42762 },
42763 "defaultValue": null
42764 },
42765 {
42766 "name": "statusJSONs",
42767 "description": "",
42768 "type": {
42769 "kind": "LIST",
42770 "name": null,
42771 "ofType": {
42772 "kind": "SCALAR",
42773 "name": "String",
42774 "ofType": null
42775 }
42776 },
42777 "defaultValue": null
42778 },
42779 {
42780 "name": "hosts",
42781 "description": "",
42782 "type": {
42783 "kind": "LIST",
42784 "name": null,
42785 "ofType": {
42786 "kind": "SCALAR",
42787 "name": "String",
42788 "ofType": null
42789 }
42790 },
42791 "defaultValue": null
42792 },
42793 {
42794 "name": "states",
42795 "description": "",
42796 "type": {
42797 "kind": "LIST",
42798 "name": null,
42799 "ofType": {
42800 "kind": "SCALAR",
42801 "name": "String",
42802 "ofType": null
42803 }
42804 },
42805 "defaultValue": null
42806 },
42807 {
42808 "name": "specsJSONs",
42809 "description": "",
42810 "type": {
42811 "kind": "LIST",
42812 "name": null,
42813 "ofType": {
42814 "kind": "SCALAR",
42815 "name": "String",
42816 "ofType": null
42817 }
42818 },
42819 "defaultValue": null
42820 },
42821 {
42822 "name": "envJSONs",
42823 "description": "",
42824 "type": {
42825 "kind": "LIST",
42826 "name": null,
42827 "ofType": {
42828 "kind": "SCALAR",
42829 "name": "String",
42830 "ofType": null
42831 }
42832 },
42833 "defaultValue": null
42834 },
42835 {
42836 "name": "metadataJSONs",
42837 "description": "",
42838 "type": {
42839 "kind": "LIST",
42840 "name": null,
42841 "ofType": {
42842 "kind": "SCALAR",
42843 "name": "String",
42844 "ofType": null
42845 }
42846 },
42847 "defaultValue": null
42848 },
42849 {
42850 "name": "resourceVersions",
42851 "description": "",
42852 "type": {
42853 "kind": "LIST",
42854 "name": null,
42855 "ofType": {
42856 "kind": "SCALAR",
42857 "name": "Int",
42858 "ofType": null
42859 }
42860 },
42861 "defaultValue": null
42862 },
42863 {
42864 "name": "orderBy",
42865 "description": "",
42866 "type": {
42867 "kind": "LIST",
42868 "name": null,
42869 "ofType": {
42870 "kind": "ENUM",
42871 "name": "_K8PodOrdering",
42872 "ofType": null
42873 }
42874 },
42875 "defaultValue": null
42876 },
42877 {
42878 "name": "_id",
42879 "description": "",
42880 "type": {
42881 "kind": "SCALAR",
42882 "name": "Int",
42883 "ofType": null
42884 },
42885 "defaultValue": null
42886 },
42887 {
42888 "name": "first",
42889 "description": "",
42890 "type": {
42891 "kind": "SCALAR",
42892 "name": "Int",
42893 "ofType": null
42894 },
42895 "defaultValue": null
42896 },
42897 {
42898 "name": "offset",
42899 "description": "",
42900 "type": {
42901 "kind": "SCALAR",
42902 "name": "Int",
42903 "ofType": null
42904 },
42905 "defaultValue": null
42906 }
42907 ],
42908 "type": {
42909 "kind": "LIST",
42910 "name": null,
42911 "ofType": {
42912 "kind": "OBJECT",
42913 "name": "K8Pod",
42914 "ofType": null
42915 }
42916 },
42917 "isDeprecated": false,
42918 "deprecationReason": null
42919 },
42920 {
42921 "name": "K8Container",
42922 "description": "",
42923 "args": [
42924 {
42925 "name": "name",
42926 "description": "",
42927 "type": {
42928 "kind": "SCALAR",
42929 "name": "String",
42930 "ofType": null
42931 },
42932 "defaultValue": null
42933 },
42934 {
42935 "name": "imageName",
42936 "description": "",
42937 "type": {
42938 "kind": "SCALAR",
42939 "name": "String",
42940 "ofType": null
42941 },
42942 "defaultValue": null
42943 },
42944 {
42945 "name": "timestamp",
42946 "description": "",
42947 "type": {
42948 "kind": "SCALAR",
42949 "name": "String",
42950 "ofType": null
42951 },
42952 "defaultValue": null
42953 },
42954 {
42955 "name": "environment",
42956 "description": "",
42957 "type": {
42958 "kind": "SCALAR",
42959 "name": "String",
42960 "ofType": null
42961 },
42962 "defaultValue": null
42963 },
42964 {
42965 "name": "containerJSON",
42966 "description": "",
42967 "type": {
42968 "kind": "SCALAR",
42969 "name": "String",
42970 "ofType": null
42971 },
42972 "defaultValue": null
42973 },
42974 {
42975 "name": "state",
42976 "description": "",
42977 "type": {
42978 "kind": "SCALAR",
42979 "name": "String",
42980 "ofType": null
42981 },
42982 "defaultValue": null
42983 },
42984 {
42985 "name": "stateReason",
42986 "description": "",
42987 "type": {
42988 "kind": "SCALAR",
42989 "name": "String",
42990 "ofType": null
42991 },
42992 "defaultValue": null
42993 },
42994 {
42995 "name": "ready",
42996 "description": "",
42997 "type": {
42998 "kind": "SCALAR",
42999 "name": "Boolean",
43000 "ofType": null
43001 },
43002 "defaultValue": null
43003 },
43004 {
43005 "name": "restartCount",
43006 "description": "",
43007 "type": {
43008 "kind": "SCALAR",
43009 "name": "Int",
43010 "ofType": null
43011 },
43012 "defaultValue": null
43013 },
43014 {
43015 "name": "statusJSON",
43016 "description": "",
43017 "type": {
43018 "kind": "SCALAR",
43019 "name": "String",
43020 "ofType": null
43021 },
43022 "defaultValue": null
43023 },
43024 {
43025 "name": "resourceVersion",
43026 "description": "",
43027 "type": {
43028 "kind": "SCALAR",
43029 "name": "Int",
43030 "ofType": null
43031 },
43032 "defaultValue": null
43033 },
43034 {
43035 "name": "containerID",
43036 "description": "",
43037 "type": {
43038 "kind": "SCALAR",
43039 "name": "String",
43040 "ofType": null
43041 },
43042 "defaultValue": null
43043 },
43044 {
43045 "name": "names",
43046 "description": "",
43047 "type": {
43048 "kind": "LIST",
43049 "name": null,
43050 "ofType": {
43051 "kind": "SCALAR",
43052 "name": "String",
43053 "ofType": null
43054 }
43055 },
43056 "defaultValue": null
43057 },
43058 {
43059 "name": "imageNames",
43060 "description": "",
43061 "type": {
43062 "kind": "LIST",
43063 "name": null,
43064 "ofType": {
43065 "kind": "SCALAR",
43066 "name": "String",
43067 "ofType": null
43068 }
43069 },
43070 "defaultValue": null
43071 },
43072 {
43073 "name": "timestamps",
43074 "description": "",
43075 "type": {
43076 "kind": "LIST",
43077 "name": null,
43078 "ofType": {
43079 "kind": "SCALAR",
43080 "name": "String",
43081 "ofType": null
43082 }
43083 },
43084 "defaultValue": null
43085 },
43086 {
43087 "name": "environments",
43088 "description": "",
43089 "type": {
43090 "kind": "LIST",
43091 "name": null,
43092 "ofType": {
43093 "kind": "SCALAR",
43094 "name": "String",
43095 "ofType": null
43096 }
43097 },
43098 "defaultValue": null
43099 },
43100 {
43101 "name": "containerJSONs",
43102 "description": "",
43103 "type": {
43104 "kind": "LIST",
43105 "name": null,
43106 "ofType": {
43107 "kind": "SCALAR",
43108 "name": "String",
43109 "ofType": null
43110 }
43111 },
43112 "defaultValue": null
43113 },
43114 {
43115 "name": "states",
43116 "description": "",
43117 "type": {
43118 "kind": "LIST",
43119 "name": null,
43120 "ofType": {
43121 "kind": "SCALAR",
43122 "name": "String",
43123 "ofType": null
43124 }
43125 },
43126 "defaultValue": null
43127 },
43128 {
43129 "name": "stateReasons",
43130 "description": "",
43131 "type": {
43132 "kind": "LIST",
43133 "name": null,
43134 "ofType": {
43135 "kind": "SCALAR",
43136 "name": "String",
43137 "ofType": null
43138 }
43139 },
43140 "defaultValue": null
43141 },
43142 {
43143 "name": "restartCounts",
43144 "description": "",
43145 "type": {
43146 "kind": "LIST",
43147 "name": null,
43148 "ofType": {
43149 "kind": "SCALAR",
43150 "name": "Int",
43151 "ofType": null
43152 }
43153 },
43154 "defaultValue": null
43155 },
43156 {
43157 "name": "statusJSONs",
43158 "description": "",
43159 "type": {
43160 "kind": "LIST",
43161 "name": null,
43162 "ofType": {
43163 "kind": "SCALAR",
43164 "name": "String",
43165 "ofType": null
43166 }
43167 },
43168 "defaultValue": null
43169 },
43170 {
43171 "name": "resourceVersions",
43172 "description": "",
43173 "type": {
43174 "kind": "LIST",
43175 "name": null,
43176 "ofType": {
43177 "kind": "SCALAR",
43178 "name": "Int",
43179 "ofType": null
43180 }
43181 },
43182 "defaultValue": null
43183 },
43184 {
43185 "name": "containerIDs",
43186 "description": "",
43187 "type": {
43188 "kind": "LIST",
43189 "name": null,
43190 "ofType": {
43191 "kind": "SCALAR",
43192 "name": "String",
43193 "ofType": null
43194 }
43195 },
43196 "defaultValue": null
43197 },
43198 {
43199 "name": "orderBy",
43200 "description": "",
43201 "type": {
43202 "kind": "LIST",
43203 "name": null,
43204 "ofType": {
43205 "kind": "ENUM",
43206 "name": "_K8ContainerOrdering",
43207 "ofType": null
43208 }
43209 },
43210 "defaultValue": null
43211 },
43212 {
43213 "name": "_id",
43214 "description": "",
43215 "type": {
43216 "kind": "SCALAR",
43217 "name": "Int",
43218 "ofType": null
43219 },
43220 "defaultValue": null
43221 },
43222 {
43223 "name": "first",
43224 "description": "",
43225 "type": {
43226 "kind": "SCALAR",
43227 "name": "Int",
43228 "ofType": null
43229 },
43230 "defaultValue": null
43231 },
43232 {
43233 "name": "offset",
43234 "description": "",
43235 "type": {
43236 "kind": "SCALAR",
43237 "name": "Int",
43238 "ofType": null
43239 },
43240 "defaultValue": null
43241 }
43242 ],
43243 "type": {
43244 "kind": "LIST",
43245 "name": null,
43246 "ofType": {
43247 "kind": "OBJECT",
43248 "name": "K8Container",
43249 "ofType": null
43250 }
43251 },
43252 "isDeprecated": false,
43253 "deprecationReason": null
43254 },
43255 {
43256 "name": "DockerImage",
43257 "description": "",
43258 "args": [
43259 {
43260 "name": "image",
43261 "description": "",
43262 "type": {
43263 "kind": "SCALAR",
43264 "name": "String",
43265 "ofType": null
43266 },
43267 "defaultValue": null
43268 },
43269 {
43270 "name": "imageName",
43271 "description": "",
43272 "type": {
43273 "kind": "SCALAR",
43274 "name": "String",
43275 "ofType": null
43276 },
43277 "defaultValue": null
43278 },
43279 {
43280 "name": "timestamp",
43281 "description": "",
43282 "type": {
43283 "kind": "SCALAR",
43284 "name": "String",
43285 "ofType": null
43286 },
43287 "defaultValue": null
43288 },
43289 {
43290 "name": "images",
43291 "description": "",
43292 "type": {
43293 "kind": "LIST",
43294 "name": null,
43295 "ofType": {
43296 "kind": "SCALAR",
43297 "name": "String",
43298 "ofType": null
43299 }
43300 },
43301 "defaultValue": null
43302 },
43303 {
43304 "name": "imageNames",
43305 "description": "",
43306 "type": {
43307 "kind": "LIST",
43308 "name": null,
43309 "ofType": {
43310 "kind": "SCALAR",
43311 "name": "String",
43312 "ofType": null
43313 }
43314 },
43315 "defaultValue": null
43316 },
43317 {
43318 "name": "timestamps",
43319 "description": "",
43320 "type": {
43321 "kind": "LIST",
43322 "name": null,
43323 "ofType": {
43324 "kind": "SCALAR",
43325 "name": "String",
43326 "ofType": null
43327 }
43328 },
43329 "defaultValue": null
43330 },
43331 {
43332 "name": "orderBy",
43333 "description": "",
43334 "type": {
43335 "kind": "LIST",
43336 "name": null,
43337 "ofType": {
43338 "kind": "ENUM",
43339 "name": "_DockerImageOrdering",
43340 "ofType": null
43341 }
43342 },
43343 "defaultValue": null
43344 },
43345 {
43346 "name": "_id",
43347 "description": "",
43348 "type": {
43349 "kind": "SCALAR",
43350 "name": "Int",
43351 "ofType": null
43352 },
43353 "defaultValue": null
43354 },
43355 {
43356 "name": "first",
43357 "description": "",
43358 "type": {
43359 "kind": "SCALAR",
43360 "name": "Int",
43361 "ofType": null
43362 },
43363 "defaultValue": null
43364 },
43365 {
43366 "name": "offset",
43367 "description": "",
43368 "type": {
43369 "kind": "SCALAR",
43370 "name": "Int",
43371 "ofType": null
43372 },
43373 "defaultValue": null
43374 }
43375 ],
43376 "type": {
43377 "kind": "LIST",
43378 "name": null,
43379 "ofType": {
43380 "kind": "OBJECT",
43381 "name": "DockerImage",
43382 "ofType": null
43383 }
43384 },
43385 "isDeprecated": false,
43386 "deprecationReason": null
43387 },
43388 {
43389 "name": "ImageLinked",
43390 "description": "",
43391 "args": [
43392 {
43393 "name": "timestamp",
43394 "description": "",
43395 "type": {
43396 "kind": "SCALAR",
43397 "name": "String",
43398 "ofType": null
43399 },
43400 "defaultValue": null
43401 },
43402 {
43403 "name": "timestamps",
43404 "description": "",
43405 "type": {
43406 "kind": "LIST",
43407 "name": null,
43408 "ofType": {
43409 "kind": "SCALAR",
43410 "name": "String",
43411 "ofType": null
43412 }
43413 },
43414 "defaultValue": null
43415 },
43416 {
43417 "name": "orderBy",
43418 "description": "",
43419 "type": {
43420 "kind": "LIST",
43421 "name": null,
43422 "ofType": {
43423 "kind": "ENUM",
43424 "name": "_ImageLinkedOrdering",
43425 "ofType": null
43426 }
43427 },
43428 "defaultValue": null
43429 },
43430 {
43431 "name": "_id",
43432 "description": "",
43433 "type": {
43434 "kind": "SCALAR",
43435 "name": "Int",
43436 "ofType": null
43437 },
43438 "defaultValue": null
43439 },
43440 {
43441 "name": "first",
43442 "description": "",
43443 "type": {
43444 "kind": "SCALAR",
43445 "name": "Int",
43446 "ofType": null
43447 },
43448 "defaultValue": null
43449 },
43450 {
43451 "name": "offset",
43452 "description": "",
43453 "type": {
43454 "kind": "SCALAR",
43455 "name": "Int",
43456 "ofType": null
43457 },
43458 "defaultValue": null
43459 }
43460 ],
43461 "type": {
43462 "kind": "LIST",
43463 "name": null,
43464 "ofType": {
43465 "kind": "OBJECT",
43466 "name": "ImageLinked",
43467 "ofType": null
43468 }
43469 },
43470 "isDeprecated": false,
43471 "deprecationReason": null
43472 },
43473 {
43474 "name": "Release",
43475 "description": "",
43476 "args": [
43477 {
43478 "name": "id",
43479 "description": "",
43480 "type": {
43481 "kind": "SCALAR",
43482 "name": "ID",
43483 "ofType": null
43484 },
43485 "defaultValue": null
43486 },
43487 {
43488 "name": "name",
43489 "description": "",
43490 "type": {
43491 "kind": "SCALAR",
43492 "name": "String",
43493 "ofType": null
43494 },
43495 "defaultValue": null
43496 },
43497 {
43498 "name": "timestamp",
43499 "description": "",
43500 "type": {
43501 "kind": "SCALAR",
43502 "name": "String",
43503 "ofType": null
43504 },
43505 "defaultValue": null
43506 },
43507 {
43508 "name": "ids",
43509 "description": "",
43510 "type": {
43511 "kind": "LIST",
43512 "name": null,
43513 "ofType": {
43514 "kind": "SCALAR",
43515 "name": "ID",
43516 "ofType": null
43517 }
43518 },
43519 "defaultValue": null
43520 },
43521 {
43522 "name": "names",
43523 "description": "",
43524 "type": {
43525 "kind": "LIST",
43526 "name": null,
43527 "ofType": {
43528 "kind": "SCALAR",
43529 "name": "String",
43530 "ofType": null
43531 }
43532 },
43533 "defaultValue": null
43534 },
43535 {
43536 "name": "timestamps",
43537 "description": "",
43538 "type": {
43539 "kind": "LIST",
43540 "name": null,
43541 "ofType": {
43542 "kind": "SCALAR",
43543 "name": "String",
43544 "ofType": null
43545 }
43546 },
43547 "defaultValue": null
43548 },
43549 {
43550 "name": "orderBy",
43551 "description": "",
43552 "type": {
43553 "kind": "LIST",
43554 "name": null,
43555 "ofType": {
43556 "kind": "ENUM",
43557 "name": "_ReleaseOrdering",
43558 "ofType": null
43559 }
43560 },
43561 "defaultValue": null
43562 },
43563 {
43564 "name": "_id",
43565 "description": "",
43566 "type": {
43567 "kind": "SCALAR",
43568 "name": "Int",
43569 "ofType": null
43570 },
43571 "defaultValue": null
43572 },
43573 {
43574 "name": "first",
43575 "description": "",
43576 "type": {
43577 "kind": "SCALAR",
43578 "name": "Int",
43579 "ofType": null
43580 },
43581 "defaultValue": null
43582 },
43583 {
43584 "name": "offset",
43585 "description": "",
43586 "type": {
43587 "kind": "SCALAR",
43588 "name": "Int",
43589 "ofType": null
43590 },
43591 "defaultValue": null
43592 }
43593 ],
43594 "type": {
43595 "kind": "LIST",
43596 "name": null,
43597 "ofType": {
43598 "kind": "OBJECT",
43599 "name": "Release",
43600 "ofType": null
43601 }
43602 },
43603 "isDeprecated": false,
43604 "deprecationReason": null
43605 },
43606 {
43607 "name": "HerokuApp",
43608 "description": "",
43609 "args": [
43610 {
43611 "name": "app",
43612 "description": "",
43613 "type": {
43614 "kind": "SCALAR",
43615 "name": "String",
43616 "ofType": null
43617 },
43618 "defaultValue": null
43619 },
43620 {
43621 "name": "url",
43622 "description": "",
43623 "type": {
43624 "kind": "SCALAR",
43625 "name": "String",
43626 "ofType": null
43627 },
43628 "defaultValue": null
43629 },
43630 {
43631 "name": "timestamp",
43632 "description": "",
43633 "type": {
43634 "kind": "SCALAR",
43635 "name": "String",
43636 "ofType": null
43637 },
43638 "defaultValue": null
43639 },
43640 {
43641 "name": "user",
43642 "description": "",
43643 "type": {
43644 "kind": "SCALAR",
43645 "name": "String",
43646 "ofType": null
43647 },
43648 "defaultValue": null
43649 },
43650 {
43651 "name": "appId",
43652 "description": "",
43653 "type": {
43654 "kind": "SCALAR",
43655 "name": "String",
43656 "ofType": null
43657 },
43658 "defaultValue": null
43659 },
43660 {
43661 "name": "release",
43662 "description": "",
43663 "type": {
43664 "kind": "SCALAR",
43665 "name": "String",
43666 "ofType": null
43667 },
43668 "defaultValue": null
43669 },
43670 {
43671 "name": "apps",
43672 "description": "",
43673 "type": {
43674 "kind": "LIST",
43675 "name": null,
43676 "ofType": {
43677 "kind": "SCALAR",
43678 "name": "String",
43679 "ofType": null
43680 }
43681 },
43682 "defaultValue": null
43683 },
43684 {
43685 "name": "urls",
43686 "description": "",
43687 "type": {
43688 "kind": "LIST",
43689 "name": null,
43690 "ofType": {
43691 "kind": "SCALAR",
43692 "name": "String",
43693 "ofType": null
43694 }
43695 },
43696 "defaultValue": null
43697 },
43698 {
43699 "name": "timestamps",
43700 "description": "",
43701 "type": {
43702 "kind": "LIST",
43703 "name": null,
43704 "ofType": {
43705 "kind": "SCALAR",
43706 "name": "String",
43707 "ofType": null
43708 }
43709 },
43710 "defaultValue": null
43711 },
43712 {
43713 "name": "users",
43714 "description": "",
43715 "type": {
43716 "kind": "LIST",
43717 "name": null,
43718 "ofType": {
43719 "kind": "SCALAR",
43720 "name": "String",
43721 "ofType": null
43722 }
43723 },
43724 "defaultValue": null
43725 },
43726 {
43727 "name": "appIds",
43728 "description": "",
43729 "type": {
43730 "kind": "LIST",
43731 "name": null,
43732 "ofType": {
43733 "kind": "SCALAR",
43734 "name": "String",
43735 "ofType": null
43736 }
43737 },
43738 "defaultValue": null
43739 },
43740 {
43741 "name": "releases",
43742 "description": "",
43743 "type": {
43744 "kind": "LIST",
43745 "name": null,
43746 "ofType": {
43747 "kind": "SCALAR",
43748 "name": "String",
43749 "ofType": null
43750 }
43751 },
43752 "defaultValue": null
43753 },
43754 {
43755 "name": "orderBy",
43756 "description": "",
43757 "type": {
43758 "kind": "LIST",
43759 "name": null,
43760 "ofType": {
43761 "kind": "ENUM",
43762 "name": "_HerokuAppOrdering",
43763 "ofType": null
43764 }
43765 },
43766 "defaultValue": null
43767 },
43768 {
43769 "name": "_id",
43770 "description": "",
43771 "type": {
43772 "kind": "SCALAR",
43773 "name": "Int",
43774 "ofType": null
43775 },
43776 "defaultValue": null
43777 },
43778 {
43779 "name": "first",
43780 "description": "",
43781 "type": {
43782 "kind": "SCALAR",
43783 "name": "Int",
43784 "ofType": null
43785 },
43786 "defaultValue": null
43787 },
43788 {
43789 "name": "offset",
43790 "description": "",
43791 "type": {
43792 "kind": "SCALAR",
43793 "name": "Int",
43794 "ofType": null
43795 },
43796 "defaultValue": null
43797 }
43798 ],
43799 "type": {
43800 "kind": "LIST",
43801 "name": null,
43802 "ofType": {
43803 "kind": "OBJECT",
43804 "name": "HerokuApp",
43805 "ofType": null
43806 }
43807 },
43808 "isDeprecated": false,
43809 "deprecationReason": null
43810 },
43811 {
43812 "name": "Application",
43813 "description": "",
43814 "args": [
43815 {
43816 "name": "id",
43817 "description": "",
43818 "type": {
43819 "kind": "SCALAR",
43820 "name": "ID",
43821 "ofType": null
43822 },
43823 "defaultValue": null
43824 },
43825 {
43826 "name": "state",
43827 "description": "",
43828 "type": {
43829 "kind": "SCALAR",
43830 "name": "String",
43831 "ofType": null
43832 },
43833 "defaultValue": null
43834 },
43835 {
43836 "name": "host",
43837 "description": "",
43838 "type": {
43839 "kind": "SCALAR",
43840 "name": "String",
43841 "ofType": null
43842 },
43843 "defaultValue": null
43844 },
43845 {
43846 "name": "timestamp",
43847 "description": "",
43848 "type": {
43849 "kind": "SCALAR",
43850 "name": "String",
43851 "ofType": null
43852 },
43853 "defaultValue": null
43854 },
43855 {
43856 "name": "domain",
43857 "description": "",
43858 "type": {
43859 "kind": "SCALAR",
43860 "name": "String",
43861 "ofType": null
43862 },
43863 "defaultValue": null
43864 },
43865 {
43866 "name": "data",
43867 "description": "",
43868 "type": {
43869 "kind": "SCALAR",
43870 "name": "String",
43871 "ofType": null
43872 },
43873 "defaultValue": null
43874 },
43875 {
43876 "name": "ids",
43877 "description": "",
43878 "type": {
43879 "kind": "LIST",
43880 "name": null,
43881 "ofType": {
43882 "kind": "SCALAR",
43883 "name": "ID",
43884 "ofType": null
43885 }
43886 },
43887 "defaultValue": null
43888 },
43889 {
43890 "name": "states",
43891 "description": "",
43892 "type": {
43893 "kind": "LIST",
43894 "name": null,
43895 "ofType": {
43896 "kind": "SCALAR",
43897 "name": "String",
43898 "ofType": null
43899 }
43900 },
43901 "defaultValue": null
43902 },
43903 {
43904 "name": "hosts",
43905 "description": "",
43906 "type": {
43907 "kind": "LIST",
43908 "name": null,
43909 "ofType": {
43910 "kind": "SCALAR",
43911 "name": "String",
43912 "ofType": null
43913 }
43914 },
43915 "defaultValue": null
43916 },
43917 {
43918 "name": "timestamps",
43919 "description": "",
43920 "type": {
43921 "kind": "LIST",
43922 "name": null,
43923 "ofType": {
43924 "kind": "SCALAR",
43925 "name": "String",
43926 "ofType": null
43927 }
43928 },
43929 "defaultValue": null
43930 },
43931 {
43932 "name": "domains",
43933 "description": "",
43934 "type": {
43935 "kind": "LIST",
43936 "name": null,
43937 "ofType": {
43938 "kind": "SCALAR",
43939 "name": "String",
43940 "ofType": null
43941 }
43942 },
43943 "defaultValue": null
43944 },
43945 {
43946 "name": "datas",
43947 "description": "",
43948 "type": {
43949 "kind": "LIST",
43950 "name": null,
43951 "ofType": {
43952 "kind": "SCALAR",
43953 "name": "String",
43954 "ofType": null
43955 }
43956 },
43957 "defaultValue": null
43958 },
43959 {
43960 "name": "orderBy",
43961 "description": "",
43962 "type": {
43963 "kind": "LIST",
43964 "name": null,
43965 "ofType": {
43966 "kind": "ENUM",
43967 "name": "_ApplicationOrdering",
43968 "ofType": null
43969 }
43970 },
43971 "defaultValue": null
43972 },
43973 {
43974 "name": "_id",
43975 "description": "",
43976 "type": {
43977 "kind": "SCALAR",
43978 "name": "Int",
43979 "ofType": null
43980 },
43981 "defaultValue": null
43982 },
43983 {
43984 "name": "first",
43985 "description": "",
43986 "type": {
43987 "kind": "SCALAR",
43988 "name": "Int",
43989 "ofType": null
43990 },
43991 "defaultValue": null
43992 },
43993 {
43994 "name": "offset",
43995 "description": "",
43996 "type": {
43997 "kind": "SCALAR",
43998 "name": "Int",
43999 "ofType": null
44000 },
44001 "defaultValue": null
44002 }
44003 ],
44004 "type": {
44005 "kind": "LIST",
44006 "name": null,
44007 "ofType": {
44008 "kind": "OBJECT",
44009 "name": "Application",
44010 "ofType": null
44011 }
44012 },
44013 "isDeprecated": false,
44014 "deprecationReason": null
44015 },
44016 {
44017 "name": "Team",
44018 "description": "",
44019 "args": [
44020 {
44021 "name": "id",
44022 "description": "",
44023 "type": {
44024 "kind": "SCALAR",
44025 "name": "String",
44026 "ofType": null
44027 },
44028 "defaultValue": null
44029 },
44030 {
44031 "name": "name",
44032 "description": "",
44033 "type": {
44034 "kind": "SCALAR",
44035 "name": "String",
44036 "ofType": null
44037 },
44038 "defaultValue": null
44039 },
44040 {
44041 "name": "description",
44042 "description": "",
44043 "type": {
44044 "kind": "SCALAR",
44045 "name": "String",
44046 "ofType": null
44047 },
44048 "defaultValue": null
44049 },
44050 {
44051 "name": "iconUrl",
44052 "description": "",
44053 "type": {
44054 "kind": "SCALAR",
44055 "name": "String",
44056 "ofType": null
44057 },
44058 "defaultValue": null
44059 },
44060 {
44061 "name": "createdAt",
44062 "description": "",
44063 "type": {
44064 "kind": "SCALAR",
44065 "name": "String",
44066 "ofType": null
44067 },
44068 "defaultValue": null
44069 },
44070 {
44071 "name": "ids",
44072 "description": "",
44073 "type": {
44074 "kind": "LIST",
44075 "name": null,
44076 "ofType": {
44077 "kind": "SCALAR",
44078 "name": "String",
44079 "ofType": null
44080 }
44081 },
44082 "defaultValue": null
44083 },
44084 {
44085 "name": "names",
44086 "description": "",
44087 "type": {
44088 "kind": "LIST",
44089 "name": null,
44090 "ofType": {
44091 "kind": "SCALAR",
44092 "name": "String",
44093 "ofType": null
44094 }
44095 },
44096 "defaultValue": null
44097 },
44098 {
44099 "name": "descriptions",
44100 "description": "",
44101 "type": {
44102 "kind": "LIST",
44103 "name": null,
44104 "ofType": {
44105 "kind": "SCALAR",
44106 "name": "String",
44107 "ofType": null
44108 }
44109 },
44110 "defaultValue": null
44111 },
44112 {
44113 "name": "iconUrls",
44114 "description": "",
44115 "type": {
44116 "kind": "LIST",
44117 "name": null,
44118 "ofType": {
44119 "kind": "SCALAR",
44120 "name": "String",
44121 "ofType": null
44122 }
44123 },
44124 "defaultValue": null
44125 },
44126 {
44127 "name": "createdAts",
44128 "description": "",
44129 "type": {
44130 "kind": "LIST",
44131 "name": null,
44132 "ofType": {
44133 "kind": "SCALAR",
44134 "name": "String",
44135 "ofType": null
44136 }
44137 },
44138 "defaultValue": null
44139 },
44140 {
44141 "name": "orderBy",
44142 "description": "",
44143 "type": {
44144 "kind": "LIST",
44145 "name": null,
44146 "ofType": {
44147 "kind": "ENUM",
44148 "name": "_TeamOrdering",
44149 "ofType": null
44150 }
44151 },
44152 "defaultValue": null
44153 },
44154 {
44155 "name": "_id",
44156 "description": "",
44157 "type": {
44158 "kind": "SCALAR",
44159 "name": "Int",
44160 "ofType": null
44161 },
44162 "defaultValue": null
44163 },
44164 {
44165 "name": "first",
44166 "description": "",
44167 "type": {
44168 "kind": "SCALAR",
44169 "name": "Int",
44170 "ofType": null
44171 },
44172 "defaultValue": null
44173 },
44174 {
44175 "name": "offset",
44176 "description": "",
44177 "type": {
44178 "kind": "SCALAR",
44179 "name": "Int",
44180 "ofType": null
44181 },
44182 "defaultValue": null
44183 }
44184 ],
44185 "type": {
44186 "kind": "LIST",
44187 "name": null,
44188 "ofType": {
44189 "kind": "OBJECT",
44190 "name": "Team",
44191 "ofType": null
44192 }
44193 },
44194 "isDeprecated": false,
44195 "deprecationReason": null
44196 },
44197 {
44198 "name": "ChatTeam",
44199 "description": "",
44200 "args": [
44201 {
44202 "name": "id",
44203 "description": "",
44204 "type": {
44205 "kind": "SCALAR",
44206 "name": "ID",
44207 "ofType": null
44208 },
44209 "defaultValue": null
44210 },
44211 {
44212 "name": "name",
44213 "description": "",
44214 "type": {
44215 "kind": "SCALAR",
44216 "name": "String",
44217 "ofType": null
44218 },
44219 "defaultValue": null
44220 },
44221 {
44222 "name": "provider",
44223 "description": "",
44224 "type": {
44225 "kind": "SCALAR",
44226 "name": "String",
44227 "ofType": null
44228 },
44229 "defaultValue": null
44230 },
44231 {
44232 "name": "tenantId",
44233 "description": "",
44234 "type": {
44235 "kind": "SCALAR",
44236 "name": "String",
44237 "ofType": null
44238 },
44239 "defaultValue": null
44240 },
44241 {
44242 "name": "domain",
44243 "description": "",
44244 "type": {
44245 "kind": "SCALAR",
44246 "name": "String",
44247 "ofType": null
44248 },
44249 "defaultValue": null
44250 },
44251 {
44252 "name": "messageCount",
44253 "description": "",
44254 "type": {
44255 "kind": "SCALAR",
44256 "name": "Float",
44257 "ofType": null
44258 },
44259 "defaultValue": null
44260 },
44261 {
44262 "name": "emailDomain",
44263 "description": "",
44264 "type": {
44265 "kind": "SCALAR",
44266 "name": "String",
44267 "ofType": null
44268 },
44269 "defaultValue": null
44270 },
44271 {
44272 "name": "ids",
44273 "description": "",
44274 "type": {
44275 "kind": "LIST",
44276 "name": null,
44277 "ofType": {
44278 "kind": "SCALAR",
44279 "name": "ID",
44280 "ofType": null
44281 }
44282 },
44283 "defaultValue": null
44284 },
44285 {
44286 "name": "names",
44287 "description": "",
44288 "type": {
44289 "kind": "LIST",
44290 "name": null,
44291 "ofType": {
44292 "kind": "SCALAR",
44293 "name": "String",
44294 "ofType": null
44295 }
44296 },
44297 "defaultValue": null
44298 },
44299 {
44300 "name": "providers",
44301 "description": "",
44302 "type": {
44303 "kind": "LIST",
44304 "name": null,
44305 "ofType": {
44306 "kind": "SCALAR",
44307 "name": "String",
44308 "ofType": null
44309 }
44310 },
44311 "defaultValue": null
44312 },
44313 {
44314 "name": "domains",
44315 "description": "",
44316 "type": {
44317 "kind": "LIST",
44318 "name": null,
44319 "ofType": {
44320 "kind": "SCALAR",
44321 "name": "String",
44322 "ofType": null
44323 }
44324 },
44325 "defaultValue": null
44326 },
44327 {
44328 "name": "messageCounts",
44329 "description": "",
44330 "type": {
44331 "kind": "LIST",
44332 "name": null,
44333 "ofType": {
44334 "kind": "SCALAR",
44335 "name": "Float",
44336 "ofType": null
44337 }
44338 },
44339 "defaultValue": null
44340 },
44341 {
44342 "name": "emailDomains",
44343 "description": "",
44344 "type": {
44345 "kind": "LIST",
44346 "name": null,
44347 "ofType": {
44348 "kind": "SCALAR",
44349 "name": "String",
44350 "ofType": null
44351 }
44352 },
44353 "defaultValue": null
44354 },
44355 {
44356 "name": "orderBy",
44357 "description": "",
44358 "type": {
44359 "kind": "LIST",
44360 "name": null,
44361 "ofType": {
44362 "kind": "ENUM",
44363 "name": "_ChatTeamOrdering",
44364 "ofType": null
44365 }
44366 },
44367 "defaultValue": null
44368 },
44369 {
44370 "name": "_id",
44371 "description": "",
44372 "type": {
44373 "kind": "SCALAR",
44374 "name": "Int",
44375 "ofType": null
44376 },
44377 "defaultValue": null
44378 },
44379 {
44380 "name": "first",
44381 "description": "",
44382 "type": {
44383 "kind": "SCALAR",
44384 "name": "Int",
44385 "ofType": null
44386 },
44387 "defaultValue": null
44388 },
44389 {
44390 "name": "offset",
44391 "description": "",
44392 "type": {
44393 "kind": "SCALAR",
44394 "name": "Int",
44395 "ofType": null
44396 },
44397 "defaultValue": null
44398 }
44399 ],
44400 "type": {
44401 "kind": "LIST",
44402 "name": null,
44403 "ofType": {
44404 "kind": "OBJECT",
44405 "name": "ChatTeam",
44406 "ofType": null
44407 }
44408 },
44409 "isDeprecated": false,
44410 "deprecationReason": null
44411 },
44412 {
44413 "name": "Person",
44414 "description": "",
44415 "args": [
44416 {
44417 "name": "id",
44418 "description": "",
44419 "type": {
44420 "kind": "SCALAR",
44421 "name": "ID",
44422 "ofType": null
44423 },
44424 "defaultValue": null
44425 },
44426 {
44427 "name": "forename",
44428 "description": "",
44429 "type": {
44430 "kind": "SCALAR",
44431 "name": "String",
44432 "ofType": null
44433 },
44434 "defaultValue": null
44435 },
44436 {
44437 "name": "surname",
44438 "description": "",
44439 "type": {
44440 "kind": "SCALAR",
44441 "name": "String",
44442 "ofType": null
44443 },
44444 "defaultValue": null
44445 },
44446 {
44447 "name": "name",
44448 "description": "",
44449 "type": {
44450 "kind": "SCALAR",
44451 "name": "String",
44452 "ofType": null
44453 },
44454 "defaultValue": null
44455 },
44456 {
44457 "name": "ids",
44458 "description": "",
44459 "type": {
44460 "kind": "LIST",
44461 "name": null,
44462 "ofType": {
44463 "kind": "SCALAR",
44464 "name": "ID",
44465 "ofType": null
44466 }
44467 },
44468 "defaultValue": null
44469 },
44470 {
44471 "name": "forenames",
44472 "description": "",
44473 "type": {
44474 "kind": "LIST",
44475 "name": null,
44476 "ofType": {
44477 "kind": "SCALAR",
44478 "name": "String",
44479 "ofType": null
44480 }
44481 },
44482 "defaultValue": null
44483 },
44484 {
44485 "name": "surnames",
44486 "description": "",
44487 "type": {
44488 "kind": "LIST",
44489 "name": null,
44490 "ofType": {
44491 "kind": "SCALAR",
44492 "name": "String",
44493 "ofType": null
44494 }
44495 },
44496 "defaultValue": null
44497 },
44498 {
44499 "name": "names",
44500 "description": "",
44501 "type": {
44502 "kind": "LIST",
44503 "name": null,
44504 "ofType": {
44505 "kind": "SCALAR",
44506 "name": "String",
44507 "ofType": null
44508 }
44509 },
44510 "defaultValue": null
44511 },
44512 {
44513 "name": "orderBy",
44514 "description": "",
44515 "type": {
44516 "kind": "LIST",
44517 "name": null,
44518 "ofType": {
44519 "kind": "ENUM",
44520 "name": "_PersonOrdering",
44521 "ofType": null
44522 }
44523 },
44524 "defaultValue": null
44525 },
44526 {
44527 "name": "_id",
44528 "description": "",
44529 "type": {
44530 "kind": "SCALAR",
44531 "name": "Int",
44532 "ofType": null
44533 },
44534 "defaultValue": null
44535 },
44536 {
44537 "name": "first",
44538 "description": "",
44539 "type": {
44540 "kind": "SCALAR",
44541 "name": "Int",
44542 "ofType": null
44543 },
44544 "defaultValue": null
44545 },
44546 {
44547 "name": "offset",
44548 "description": "",
44549 "type": {
44550 "kind": "SCALAR",
44551 "name": "Int",
44552 "ofType": null
44553 },
44554 "defaultValue": null
44555 }
44556 ],
44557 "type": {
44558 "kind": "LIST",
44559 "name": null,
44560 "ofType": {
44561 "kind": "OBJECT",
44562 "name": "Person",
44563 "ofType": null
44564 }
44565 },
44566 "isDeprecated": false,
44567 "deprecationReason": null
44568 },
44569 {
44570 "name": "Status",
44571 "description": "",
44572 "args": [
44573 {
44574 "name": "id",
44575 "description": "",
44576 "type": {
44577 "kind": "SCALAR",
44578 "name": "ID",
44579 "ofType": null
44580 },
44581 "defaultValue": null
44582 },
44583 {
44584 "name": "state",
44585 "description": "",
44586 "type": {
44587 "kind": "ENUM",
44588 "name": "StatusState",
44589 "ofType": null
44590 },
44591 "defaultValue": null
44592 },
44593 {
44594 "name": "description",
44595 "description": "",
44596 "type": {
44597 "kind": "SCALAR",
44598 "name": "String",
44599 "ofType": null
44600 },
44601 "defaultValue": null
44602 },
44603 {
44604 "name": "targetUrl",
44605 "description": "",
44606 "type": {
44607 "kind": "SCALAR",
44608 "name": "String",
44609 "ofType": null
44610 },
44611 "defaultValue": null
44612 },
44613 {
44614 "name": "context",
44615 "description": "",
44616 "type": {
44617 "kind": "SCALAR",
44618 "name": "String",
44619 "ofType": null
44620 },
44621 "defaultValue": null
44622 },
44623 {
44624 "name": "timestamp",
44625 "description": "",
44626 "type": {
44627 "kind": "SCALAR",
44628 "name": "String",
44629 "ofType": null
44630 },
44631 "defaultValue": null
44632 },
44633 {
44634 "name": "ids",
44635 "description": "",
44636 "type": {
44637 "kind": "LIST",
44638 "name": null,
44639 "ofType": {
44640 "kind": "SCALAR",
44641 "name": "ID",
44642 "ofType": null
44643 }
44644 },
44645 "defaultValue": null
44646 },
44647 {
44648 "name": "states",
44649 "description": "",
44650 "type": {
44651 "kind": "LIST",
44652 "name": null,
44653 "ofType": {
44654 "kind": "ENUM",
44655 "name": "StatusState",
44656 "ofType": null
44657 }
44658 },
44659 "defaultValue": null
44660 },
44661 {
44662 "name": "descriptions",
44663 "description": "",
44664 "type": {
44665 "kind": "LIST",
44666 "name": null,
44667 "ofType": {
44668 "kind": "SCALAR",
44669 "name": "String",
44670 "ofType": null
44671 }
44672 },
44673 "defaultValue": null
44674 },
44675 {
44676 "name": "targetUrls",
44677 "description": "",
44678 "type": {
44679 "kind": "LIST",
44680 "name": null,
44681 "ofType": {
44682 "kind": "SCALAR",
44683 "name": "String",
44684 "ofType": null
44685 }
44686 },
44687 "defaultValue": null
44688 },
44689 {
44690 "name": "contexts",
44691 "description": "",
44692 "type": {
44693 "kind": "LIST",
44694 "name": null,
44695 "ofType": {
44696 "kind": "SCALAR",
44697 "name": "String",
44698 "ofType": null
44699 }
44700 },
44701 "defaultValue": null
44702 },
44703 {
44704 "name": "timestamps",
44705 "description": "",
44706 "type": {
44707 "kind": "LIST",
44708 "name": null,
44709 "ofType": {
44710 "kind": "SCALAR",
44711 "name": "String",
44712 "ofType": null
44713 }
44714 },
44715 "defaultValue": null
44716 },
44717 {
44718 "name": "orderBy",
44719 "description": "",
44720 "type": {
44721 "kind": "LIST",
44722 "name": null,
44723 "ofType": {
44724 "kind": "ENUM",
44725 "name": "_StatusOrdering",
44726 "ofType": null
44727 }
44728 },
44729 "defaultValue": null
44730 },
44731 {
44732 "name": "_id",
44733 "description": "",
44734 "type": {
44735 "kind": "SCALAR",
44736 "name": "Int",
44737 "ofType": null
44738 },
44739 "defaultValue": null
44740 },
44741 {
44742 "name": "first",
44743 "description": "",
44744 "type": {
44745 "kind": "SCALAR",
44746 "name": "Int",
44747 "ofType": null
44748 },
44749 "defaultValue": null
44750 },
44751 {
44752 "name": "offset",
44753 "description": "",
44754 "type": {
44755 "kind": "SCALAR",
44756 "name": "Int",
44757 "ofType": null
44758 },
44759 "defaultValue": null
44760 }
44761 ],
44762 "type": {
44763 "kind": "LIST",
44764 "name": null,
44765 "ofType": {
44766 "kind": "OBJECT",
44767 "name": "Status",
44768 "ofType": null
44769 }
44770 },
44771 "isDeprecated": false,
44772 "deprecationReason": null
44773 },
44774 {
44775 "name": "Email",
44776 "description": "",
44777 "args": [
44778 {
44779 "name": "address",
44780 "description": "",
44781 "type": {
44782 "kind": "SCALAR",
44783 "name": "String",
44784 "ofType": null
44785 },
44786 "defaultValue": null
44787 },
44788 {
44789 "name": "addresss",
44790 "description": "",
44791 "type": {
44792 "kind": "LIST",
44793 "name": null,
44794 "ofType": {
44795 "kind": "SCALAR",
44796 "name": "String",
44797 "ofType": null
44798 }
44799 },
44800 "defaultValue": null
44801 },
44802 {
44803 "name": "orderBy",
44804 "description": "",
44805 "type": {
44806 "kind": "LIST",
44807 "name": null,
44808 "ofType": {
44809 "kind": "ENUM",
44810 "name": "_EmailOrdering",
44811 "ofType": null
44812 }
44813 },
44814 "defaultValue": null
44815 },
44816 {
44817 "name": "_id",
44818 "description": "",
44819 "type": {
44820 "kind": "SCALAR",
44821 "name": "Int",
44822 "ofType": null
44823 },
44824 "defaultValue": null
44825 },
44826 {
44827 "name": "first",
44828 "description": "",
44829 "type": {
44830 "kind": "SCALAR",
44831 "name": "Int",
44832 "ofType": null
44833 },
44834 "defaultValue": null
44835 },
44836 {
44837 "name": "offset",
44838 "description": "",
44839 "type": {
44840 "kind": "SCALAR",
44841 "name": "Int",
44842 "ofType": null
44843 },
44844 "defaultValue": null
44845 }
44846 ],
44847 "type": {
44848 "kind": "LIST",
44849 "name": null,
44850 "ofType": {
44851 "kind": "OBJECT",
44852 "name": "Email",
44853 "ofType": null
44854 }
44855 },
44856 "isDeprecated": false,
44857 "deprecationReason": null
44858 },
44859 {
44860 "name": "Fingerprint",
44861 "description": "",
44862 "args": [
44863 {
44864 "name": "name",
44865 "description": "",
44866 "type": {
44867 "kind": "SCALAR",
44868 "name": "String",
44869 "ofType": null
44870 },
44871 "defaultValue": null
44872 },
44873 {
44874 "name": "sha",
44875 "description": "",
44876 "type": {
44877 "kind": "SCALAR",
44878 "name": "String",
44879 "ofType": null
44880 },
44881 "defaultValue": null
44882 },
44883 {
44884 "name": "data",
44885 "description": "",
44886 "type": {
44887 "kind": "SCALAR",
44888 "name": "String",
44889 "ofType": null
44890 },
44891 "defaultValue": null
44892 },
44893 {
44894 "name": "names",
44895 "description": "",
44896 "type": {
44897 "kind": "LIST",
44898 "name": null,
44899 "ofType": {
44900 "kind": "SCALAR",
44901 "name": "String",
44902 "ofType": null
44903 }
44904 },
44905 "defaultValue": null
44906 },
44907 {
44908 "name": "shas",
44909 "description": "",
44910 "type": {
44911 "kind": "LIST",
44912 "name": null,
44913 "ofType": {
44914 "kind": "SCALAR",
44915 "name": "String",
44916 "ofType": null
44917 }
44918 },
44919 "defaultValue": null
44920 },
44921 {
44922 "name": "datas",
44923 "description": "",
44924 "type": {
44925 "kind": "LIST",
44926 "name": null,
44927 "ofType": {
44928 "kind": "SCALAR",
44929 "name": "String",
44930 "ofType": null
44931 }
44932 },
44933 "defaultValue": null
44934 },
44935 {
44936 "name": "orderBy",
44937 "description": "",
44938 "type": {
44939 "kind": "LIST",
44940 "name": null,
44941 "ofType": {
44942 "kind": "ENUM",
44943 "name": "_FingerprintOrdering",
44944 "ofType": null
44945 }
44946 },
44947 "defaultValue": null
44948 },
44949 {
44950 "name": "_id",
44951 "description": "",
44952 "type": {
44953 "kind": "SCALAR",
44954 "name": "Int",
44955 "ofType": null
44956 },
44957 "defaultValue": null
44958 },
44959 {
44960 "name": "first",
44961 "description": "",
44962 "type": {
44963 "kind": "SCALAR",
44964 "name": "Int",
44965 "ofType": null
44966 },
44967 "defaultValue": null
44968 },
44969 {
44970 "name": "offset",
44971 "description": "",
44972 "type": {
44973 "kind": "SCALAR",
44974 "name": "Int",
44975 "ofType": null
44976 },
44977 "defaultValue": null
44978 }
44979 ],
44980 "type": {
44981 "kind": "LIST",
44982 "name": null,
44983 "ofType": {
44984 "kind": "OBJECT",
44985 "name": "Fingerprint",
44986 "ofType": null
44987 }
44988 },
44989 "isDeprecated": false,
44990 "deprecationReason": null
44991 },
44992 {
44993 "name": "ParentImpact",
44994 "description": "",
44995 "args": [
44996 {
44997 "name": "id",
44998 "description": "",
44999 "type": {
45000 "kind": "SCALAR",
45001 "name": "ID",
45002 "ofType": null
45003 },
45004 "defaultValue": null
45005 },
45006 {
45007 "name": "url",
45008 "description": "",
45009 "type": {
45010 "kind": "SCALAR",
45011 "name": "String",
45012 "ofType": null
45013 },
45014 "defaultValue": null
45015 },
45016 {
45017 "name": "data",
45018 "description": "",
45019 "type": {
45020 "kind": "SCALAR",
45021 "name": "String",
45022 "ofType": null
45023 },
45024 "defaultValue": null
45025 },
45026 {
45027 "name": "ids",
45028 "description": "",
45029 "type": {
45030 "kind": "LIST",
45031 "name": null,
45032 "ofType": {
45033 "kind": "SCALAR",
45034 "name": "ID",
45035 "ofType": null
45036 }
45037 },
45038 "defaultValue": null
45039 },
45040 {
45041 "name": "urls",
45042 "description": "",
45043 "type": {
45044 "kind": "LIST",
45045 "name": null,
45046 "ofType": {
45047 "kind": "SCALAR",
45048 "name": "String",
45049 "ofType": null
45050 }
45051 },
45052 "defaultValue": null
45053 },
45054 {
45055 "name": "datas",
45056 "description": "",
45057 "type": {
45058 "kind": "LIST",
45059 "name": null,
45060 "ofType": {
45061 "kind": "SCALAR",
45062 "name": "String",
45063 "ofType": null
45064 }
45065 },
45066 "defaultValue": null
45067 },
45068 {
45069 "name": "orderBy",
45070 "description": "",
45071 "type": {
45072 "kind": "LIST",
45073 "name": null,
45074 "ofType": {
45075 "kind": "ENUM",
45076 "name": "_ParentImpactOrdering",
45077 "ofType": null
45078 }
45079 },
45080 "defaultValue": null
45081 },
45082 {
45083 "name": "_id",
45084 "description": "",
45085 "type": {
45086 "kind": "SCALAR",
45087 "name": "Int",
45088 "ofType": null
45089 },
45090 "defaultValue": null
45091 },
45092 {
45093 "name": "first",
45094 "description": "",
45095 "type": {
45096 "kind": "SCALAR",
45097 "name": "Int",
45098 "ofType": null
45099 },
45100 "defaultValue": null
45101 },
45102 {
45103 "name": "offset",
45104 "description": "",
45105 "type": {
45106 "kind": "SCALAR",
45107 "name": "Int",
45108 "ofType": null
45109 },
45110 "defaultValue": null
45111 }
45112 ],
45113 "type": {
45114 "kind": "LIST",
45115 "name": null,
45116 "ofType": {
45117 "kind": "OBJECT",
45118 "name": "ParentImpact",
45119 "ofType": null
45120 }
45121 },
45122 "isDeprecated": false,
45123 "deprecationReason": null
45124 },
45125 {
45126 "name": "PushImpact",
45127 "description": "",
45128 "args": [
45129 {
45130 "name": "id",
45131 "description": "",
45132 "type": {
45133 "kind": "SCALAR",
45134 "name": "ID",
45135 "ofType": null
45136 },
45137 "defaultValue": null
45138 },
45139 {
45140 "name": "url",
45141 "description": "",
45142 "type": {
45143 "kind": "SCALAR",
45144 "name": "String",
45145 "ofType": null
45146 },
45147 "defaultValue": null
45148 },
45149 {
45150 "name": "data",
45151 "description": "",
45152 "type": {
45153 "kind": "SCALAR",
45154 "name": "String",
45155 "ofType": null
45156 },
45157 "defaultValue": null
45158 },
45159 {
45160 "name": "ids",
45161 "description": "",
45162 "type": {
45163 "kind": "LIST",
45164 "name": null,
45165 "ofType": {
45166 "kind": "SCALAR",
45167 "name": "ID",
45168 "ofType": null
45169 }
45170 },
45171 "defaultValue": null
45172 },
45173 {
45174 "name": "urls",
45175 "description": "",
45176 "type": {
45177 "kind": "LIST",
45178 "name": null,
45179 "ofType": {
45180 "kind": "SCALAR",
45181 "name": "String",
45182 "ofType": null
45183 }
45184 },
45185 "defaultValue": null
45186 },
45187 {
45188 "name": "datas",
45189 "description": "",
45190 "type": {
45191 "kind": "LIST",
45192 "name": null,
45193 "ofType": {
45194 "kind": "SCALAR",
45195 "name": "String",
45196 "ofType": null
45197 }
45198 },
45199 "defaultValue": null
45200 },
45201 {
45202 "name": "orderBy",
45203 "description": "",
45204 "type": {
45205 "kind": "LIST",
45206 "name": null,
45207 "ofType": {
45208 "kind": "ENUM",
45209 "name": "_PushImpactOrdering",
45210 "ofType": null
45211 }
45212 },
45213 "defaultValue": null
45214 },
45215 {
45216 "name": "_id",
45217 "description": "",
45218 "type": {
45219 "kind": "SCALAR",
45220 "name": "Int",
45221 "ofType": null
45222 },
45223 "defaultValue": null
45224 },
45225 {
45226 "name": "first",
45227 "description": "",
45228 "type": {
45229 "kind": "SCALAR",
45230 "name": "Int",
45231 "ofType": null
45232 },
45233 "defaultValue": null
45234 },
45235 {
45236 "name": "offset",
45237 "description": "",
45238 "type": {
45239 "kind": "SCALAR",
45240 "name": "Int",
45241 "ofType": null
45242 },
45243 "defaultValue": null
45244 }
45245 ],
45246 "type": {
45247 "kind": "LIST",
45248 "name": null,
45249 "ofType": {
45250 "kind": "OBJECT",
45251 "name": "PushImpact",
45252 "ofType": null
45253 }
45254 },
45255 "isDeprecated": false,
45256 "deprecationReason": null
45257 },
45258 {
45259 "name": "PullRequestImpact",
45260 "description": "",
45261 "args": [
45262 {
45263 "name": "id",
45264 "description": "",
45265 "type": {
45266 "kind": "SCALAR",
45267 "name": "ID",
45268 "ofType": null
45269 },
45270 "defaultValue": null
45271 },
45272 {
45273 "name": "url",
45274 "description": "",
45275 "type": {
45276 "kind": "SCALAR",
45277 "name": "String",
45278 "ofType": null
45279 },
45280 "defaultValue": null
45281 },
45282 {
45283 "name": "data",
45284 "description": "",
45285 "type": {
45286 "kind": "SCALAR",
45287 "name": "String",
45288 "ofType": null
45289 },
45290 "defaultValue": null
45291 },
45292 {
45293 "name": "ids",
45294 "description": "",
45295 "type": {
45296 "kind": "LIST",
45297 "name": null,
45298 "ofType": {
45299 "kind": "SCALAR",
45300 "name": "ID",
45301 "ofType": null
45302 }
45303 },
45304 "defaultValue": null
45305 },
45306 {
45307 "name": "urls",
45308 "description": "",
45309 "type": {
45310 "kind": "LIST",
45311 "name": null,
45312 "ofType": {
45313 "kind": "SCALAR",
45314 "name": "String",
45315 "ofType": null
45316 }
45317 },
45318 "defaultValue": null
45319 },
45320 {
45321 "name": "datas",
45322 "description": "",
45323 "type": {
45324 "kind": "LIST",
45325 "name": null,
45326 "ofType": {
45327 "kind": "SCALAR",
45328 "name": "String",
45329 "ofType": null
45330 }
45331 },
45332 "defaultValue": null
45333 },
45334 {
45335 "name": "orderBy",
45336 "description": "",
45337 "type": {
45338 "kind": "LIST",
45339 "name": null,
45340 "ofType": {
45341 "kind": "ENUM",
45342 "name": "_PullRequestImpactOrdering",
45343 "ofType": null
45344 }
45345 },
45346 "defaultValue": null
45347 },
45348 {
45349 "name": "_id",
45350 "description": "",
45351 "type": {
45352 "kind": "SCALAR",
45353 "name": "Int",
45354 "ofType": null
45355 },
45356 "defaultValue": null
45357 },
45358 {
45359 "name": "first",
45360 "description": "",
45361 "type": {
45362 "kind": "SCALAR",
45363 "name": "Int",
45364 "ofType": null
45365 },
45366 "defaultValue": null
45367 },
45368 {
45369 "name": "offset",
45370 "description": "",
45371 "type": {
45372 "kind": "SCALAR",
45373 "name": "Int",
45374 "ofType": null
45375 },
45376 "defaultValue": null
45377 }
45378 ],
45379 "type": {
45380 "kind": "LIST",
45381 "name": null,
45382 "ofType": {
45383 "kind": "OBJECT",
45384 "name": "PullRequestImpact",
45385 "ofType": null
45386 }
45387 },
45388 "isDeprecated": false,
45389 "deprecationReason": null
45390 },
45391 {
45392 "name": "GitHubProvider",
45393 "description": "",
45394 "args": [
45395 {
45396 "name": "id",
45397 "description": "",
45398 "type": {
45399 "kind": "SCALAR",
45400 "name": "ID",
45401 "ofType": null
45402 },
45403 "defaultValue": null
45404 },
45405 {
45406 "name": "private",
45407 "description": "",
45408 "type": {
45409 "kind": "SCALAR",
45410 "name": "Boolean",
45411 "ofType": null
45412 },
45413 "defaultValue": null
45414 },
45415 {
45416 "name": "url",
45417 "description": "",
45418 "type": {
45419 "kind": "SCALAR",
45420 "name": "String",
45421 "ofType": null
45422 },
45423 "defaultValue": null
45424 },
45425 {
45426 "name": "providerId",
45427 "description": "",
45428 "type": {
45429 "kind": "SCALAR",
45430 "name": "String",
45431 "ofType": null
45432 },
45433 "defaultValue": null
45434 },
45435 {
45436 "name": "apiUrl",
45437 "description": "",
45438 "type": {
45439 "kind": "SCALAR",
45440 "name": "String",
45441 "ofType": null
45442 },
45443 "defaultValue": null
45444 },
45445 {
45446 "name": "gitUrl",
45447 "description": "",
45448 "type": {
45449 "kind": "SCALAR",
45450 "name": "String",
45451 "ofType": null
45452 },
45453 "defaultValue": null
45454 },
45455 {
45456 "name": "providerType",
45457 "description": "",
45458 "type": {
45459 "kind": "ENUM",
45460 "name": "ProviderType",
45461 "ofType": null
45462 },
45463 "defaultValue": null
45464 },
45465 {
45466 "name": "ids",
45467 "description": "",
45468 "type": {
45469 "kind": "LIST",
45470 "name": null,
45471 "ofType": {
45472 "kind": "SCALAR",
45473 "name": "ID",
45474 "ofType": null
45475 }
45476 },
45477 "defaultValue": null
45478 },
45479 {
45480 "name": "urls",
45481 "description": "",
45482 "type": {
45483 "kind": "LIST",
45484 "name": null,
45485 "ofType": {
45486 "kind": "SCALAR",
45487 "name": "String",
45488 "ofType": null
45489 }
45490 },
45491 "defaultValue": null
45492 },
45493 {
45494 "name": "providerIds",
45495 "description": "",
45496 "type": {
45497 "kind": "LIST",
45498 "name": null,
45499 "ofType": {
45500 "kind": "SCALAR",
45501 "name": "String",
45502 "ofType": null
45503 }
45504 },
45505 "defaultValue": null
45506 },
45507 {
45508 "name": "apiUrls",
45509 "description": "",
45510 "type": {
45511 "kind": "LIST",
45512 "name": null,
45513 "ofType": {
45514 "kind": "SCALAR",
45515 "name": "String",
45516 "ofType": null
45517 }
45518 },
45519 "defaultValue": null
45520 },
45521 {
45522 "name": "gitUrls",
45523 "description": "",
45524 "type": {
45525 "kind": "LIST",
45526 "name": null,
45527 "ofType": {
45528 "kind": "SCALAR",
45529 "name": "String",
45530 "ofType": null
45531 }
45532 },
45533 "defaultValue": null
45534 },
45535 {
45536 "name": "providerTypes",
45537 "description": "",
45538 "type": {
45539 "kind": "LIST",
45540 "name": null,
45541 "ofType": {
45542 "kind": "ENUM",
45543 "name": "ProviderType",
45544 "ofType": null
45545 }
45546 },
45547 "defaultValue": null
45548 },
45549 {
45550 "name": "orderBy",
45551 "description": "",
45552 "type": {
45553 "kind": "LIST",
45554 "name": null,
45555 "ofType": {
45556 "kind": "ENUM",
45557 "name": "_GitHubProviderOrdering",
45558 "ofType": null
45559 }
45560 },
45561 "defaultValue": null
45562 },
45563 {
45564 "name": "_id",
45565 "description": "",
45566 "type": {
45567 "kind": "SCALAR",
45568 "name": "Int",
45569 "ofType": null
45570 },
45571 "defaultValue": null
45572 },
45573 {
45574 "name": "first",
45575 "description": "",
45576 "type": {
45577 "kind": "SCALAR",
45578 "name": "Int",
45579 "ofType": null
45580 },
45581 "defaultValue": null
45582 },
45583 {
45584 "name": "offset",
45585 "description": "",
45586 "type": {
45587 "kind": "SCALAR",
45588 "name": "Int",
45589 "ofType": null
45590 },
45591 "defaultValue": null
45592 }
45593 ],
45594 "type": {
45595 "kind": "LIST",
45596 "name": null,
45597 "ofType": {
45598 "kind": "OBJECT",
45599 "name": "GitHubProvider",
45600 "ofType": null
45601 }
45602 },
45603 "isDeprecated": false,
45604 "deprecationReason": null
45605 },
45606 {
45607 "name": "SCMProvider",
45608 "description": "",
45609 "args": [
45610 {
45611 "name": "id",
45612 "description": "",
45613 "type": {
45614 "kind": "SCALAR",
45615 "name": "ID",
45616 "ofType": null
45617 },
45618 "defaultValue": null
45619 },
45620 {
45621 "name": "private",
45622 "description": "",
45623 "type": {
45624 "kind": "SCALAR",
45625 "name": "Boolean",
45626 "ofType": null
45627 },
45628 "defaultValue": null
45629 },
45630 {
45631 "name": "url",
45632 "description": "",
45633 "type": {
45634 "kind": "SCALAR",
45635 "name": "String",
45636 "ofType": null
45637 },
45638 "defaultValue": null
45639 },
45640 {
45641 "name": "providerId",
45642 "description": "",
45643 "type": {
45644 "kind": "SCALAR",
45645 "name": "String",
45646 "ofType": null
45647 },
45648 "defaultValue": null
45649 },
45650 {
45651 "name": "apiUrl",
45652 "description": "",
45653 "type": {
45654 "kind": "SCALAR",
45655 "name": "String",
45656 "ofType": null
45657 },
45658 "defaultValue": null
45659 },
45660 {
45661 "name": "gitUrl",
45662 "description": "",
45663 "type": {
45664 "kind": "SCALAR",
45665 "name": "String",
45666 "ofType": null
45667 },
45668 "defaultValue": null
45669 },
45670 {
45671 "name": "providerType",
45672 "description": "",
45673 "type": {
45674 "kind": "ENUM",
45675 "name": "ProviderType",
45676 "ofType": null
45677 },
45678 "defaultValue": null
45679 },
45680 {
45681 "name": "ids",
45682 "description": "",
45683 "type": {
45684 "kind": "LIST",
45685 "name": null,
45686 "ofType": {
45687 "kind": "SCALAR",
45688 "name": "ID",
45689 "ofType": null
45690 }
45691 },
45692 "defaultValue": null
45693 },
45694 {
45695 "name": "urls",
45696 "description": "",
45697 "type": {
45698 "kind": "LIST",
45699 "name": null,
45700 "ofType": {
45701 "kind": "SCALAR",
45702 "name": "String",
45703 "ofType": null
45704 }
45705 },
45706 "defaultValue": null
45707 },
45708 {
45709 "name": "providerIds",
45710 "description": "",
45711 "type": {
45712 "kind": "LIST",
45713 "name": null,
45714 "ofType": {
45715 "kind": "SCALAR",
45716 "name": "String",
45717 "ofType": null
45718 }
45719 },
45720 "defaultValue": null
45721 },
45722 {
45723 "name": "apiUrls",
45724 "description": "",
45725 "type": {
45726 "kind": "LIST",
45727 "name": null,
45728 "ofType": {
45729 "kind": "SCALAR",
45730 "name": "String",
45731 "ofType": null
45732 }
45733 },
45734 "defaultValue": null
45735 },
45736 {
45737 "name": "gitUrls",
45738 "description": "",
45739 "type": {
45740 "kind": "LIST",
45741 "name": null,
45742 "ofType": {
45743 "kind": "SCALAR",
45744 "name": "String",
45745 "ofType": null
45746 }
45747 },
45748 "defaultValue": null
45749 },
45750 {
45751 "name": "providerTypes",
45752 "description": "",
45753 "type": {
45754 "kind": "LIST",
45755 "name": null,
45756 "ofType": {
45757 "kind": "ENUM",
45758 "name": "ProviderType",
45759 "ofType": null
45760 }
45761 },
45762 "defaultValue": null
45763 },
45764 {
45765 "name": "orderBy",
45766 "description": "",
45767 "type": {
45768 "kind": "LIST",
45769 "name": null,
45770 "ofType": {
45771 "kind": "ENUM",
45772 "name": "_SCMProviderOrdering",
45773 "ofType": null
45774 }
45775 },
45776 "defaultValue": null
45777 },
45778 {
45779 "name": "_id",
45780 "description": "",
45781 "type": {
45782 "kind": "SCALAR",
45783 "name": "Int",
45784 "ofType": null
45785 },
45786 "defaultValue": null
45787 },
45788 {
45789 "name": "first",
45790 "description": "",
45791 "type": {
45792 "kind": "SCALAR",
45793 "name": "Int",
45794 "ofType": null
45795 },
45796 "defaultValue": null
45797 },
45798 {
45799 "name": "offset",
45800 "description": "",
45801 "type": {
45802 "kind": "SCALAR",
45803 "name": "Int",
45804 "ofType": null
45805 },
45806 "defaultValue": null
45807 }
45808 ],
45809 "type": {
45810 "kind": "LIST",
45811 "name": null,
45812 "ofType": {
45813 "kind": "OBJECT",
45814 "name": "SCMProvider",
45815 "ofType": null
45816 }
45817 },
45818 "isDeprecated": false,
45819 "deprecationReason": null
45820 },
45821 {
45822 "name": "UserJoinedChannel",
45823 "description": "",
45824 "args": [
45825 {
45826 "name": "id",
45827 "description": "",
45828 "type": {
45829 "kind": "SCALAR",
45830 "name": "ID",
45831 "ofType": null
45832 },
45833 "defaultValue": null
45834 },
45835 {
45836 "name": "ids",
45837 "description": "",
45838 "type": {
45839 "kind": "LIST",
45840 "name": null,
45841 "ofType": {
45842 "kind": "SCALAR",
45843 "name": "ID",
45844 "ofType": null
45845 }
45846 },
45847 "defaultValue": null
45848 },
45849 {
45850 "name": "orderBy",
45851 "description": "",
45852 "type": {
45853 "kind": "LIST",
45854 "name": null,
45855 "ofType": {
45856 "kind": "ENUM",
45857 "name": "_UserJoinedChannelOrdering",
45858 "ofType": null
45859 }
45860 },
45861 "defaultValue": null
45862 },
45863 {
45864 "name": "_id",
45865 "description": "",
45866 "type": {
45867 "kind": "SCALAR",
45868 "name": "Int",
45869 "ofType": null
45870 },
45871 "defaultValue": null
45872 },
45873 {
45874 "name": "first",
45875 "description": "",
45876 "type": {
45877 "kind": "SCALAR",
45878 "name": "Int",
45879 "ofType": null
45880 },
45881 "defaultValue": null
45882 },
45883 {
45884 "name": "offset",
45885 "description": "",
45886 "type": {
45887 "kind": "SCALAR",
45888 "name": "Int",
45889 "ofType": null
45890 },
45891 "defaultValue": null
45892 }
45893 ],
45894 "type": {
45895 "kind": "LIST",
45896 "name": null,
45897 "ofType": {
45898 "kind": "OBJECT",
45899 "name": "UserJoinedChannel",
45900 "ofType": null
45901 }
45902 },
45903 "isDeprecated": false,
45904 "deprecationReason": null
45905 },
45906 {
45907 "name": "Webhook",
45908 "description": "",
45909 "args": [
45910 {
45911 "name": "id",
45912 "description": "",
45913 "type": {
45914 "kind": "SCALAR",
45915 "name": "ID",
45916 "ofType": null
45917 },
45918 "defaultValue": null
45919 },
45920 {
45921 "name": "resourceProviderId",
45922 "description": "",
45923 "type": {
45924 "kind": "SCALAR",
45925 "name": "String",
45926 "ofType": null
45927 },
45928 "defaultValue": null
45929 }
45930 ],
45931 "type": {
45932 "kind": "LIST",
45933 "name": null,
45934 "ofType": {
45935 "kind": "OBJECT",
45936 "name": "Webhook",
45937 "ofType": null
45938 }
45939 },
45940 "isDeprecated": false,
45941 "deprecationReason": null
45942 },
45943 {
45944 "name": "ChannelLink",
45945 "description": "",
45946 "args": [
45947 {
45948 "name": "id",
45949 "description": "",
45950 "type": {
45951 "kind": "SCALAR",
45952 "name": "ID",
45953 "ofType": null
45954 },
45955 "defaultValue": null
45956 },
45957 {
45958 "name": "ids",
45959 "description": "",
45960 "type": {
45961 "kind": "LIST",
45962 "name": null,
45963 "ofType": {
45964 "kind": "SCALAR",
45965 "name": "ID",
45966 "ofType": null
45967 }
45968 },
45969 "defaultValue": null
45970 },
45971 {
45972 "name": "orderBy",
45973 "description": "",
45974 "type": {
45975 "kind": "LIST",
45976 "name": null,
45977 "ofType": {
45978 "kind": "ENUM",
45979 "name": "_ChannelLinkOrdering",
45980 "ofType": null
45981 }
45982 },
45983 "defaultValue": null
45984 },
45985 {
45986 "name": "_id",
45987 "description": "",
45988 "type": {
45989 "kind": "SCALAR",
45990 "name": "Int",
45991 "ofType": null
45992 },
45993 "defaultValue": null
45994 },
45995 {
45996 "name": "first",
45997 "description": "",
45998 "type": {
45999 "kind": "SCALAR",
46000 "name": "Int",
46001 "ofType": null
46002 },
46003 "defaultValue": null
46004 },
46005 {
46006 "name": "offset",
46007 "description": "",
46008 "type": {
46009 "kind": "SCALAR",
46010 "name": "Int",
46011 "ofType": null
46012 },
46013 "defaultValue": null
46014 }
46015 ],
46016 "type": {
46017 "kind": "LIST",
46018 "name": null,
46019 "ofType": {
46020 "kind": "OBJECT",
46021 "name": "ChannelLink",
46022 "ofType": null
46023 }
46024 },
46025 "isDeprecated": false,
46026 "deprecationReason": null
46027 },
46028 {
46029 "name": "Review",
46030 "description": "",
46031 "args": [
46032 {
46033 "name": "id",
46034 "description": "",
46035 "type": {
46036 "kind": "SCALAR",
46037 "name": "ID",
46038 "ofType": null
46039 },
46040 "defaultValue": null
46041 },
46042 {
46043 "name": "gitHubId",
46044 "description": "",
46045 "type": {
46046 "kind": "SCALAR",
46047 "name": "String",
46048 "ofType": null
46049 },
46050 "defaultValue": null
46051 },
46052 {
46053 "name": "reviewId",
46054 "description": "",
46055 "type": {
46056 "kind": "SCALAR",
46057 "name": "String",
46058 "ofType": null
46059 },
46060 "defaultValue": null
46061 },
46062 {
46063 "name": "body",
46064 "description": "",
46065 "type": {
46066 "kind": "SCALAR",
46067 "name": "String",
46068 "ofType": null
46069 },
46070 "defaultValue": null
46071 },
46072 {
46073 "name": "state",
46074 "description": "",
46075 "type": {
46076 "kind": "ENUM",
46077 "name": "ReviewState",
46078 "ofType": null
46079 },
46080 "defaultValue": null
46081 },
46082 {
46083 "name": "submittedAt",
46084 "description": "",
46085 "type": {
46086 "kind": "SCALAR",
46087 "name": "String",
46088 "ofType": null
46089 },
46090 "defaultValue": null
46091 },
46092 {
46093 "name": "htmlUrl",
46094 "description": "",
46095 "type": {
46096 "kind": "SCALAR",
46097 "name": "String",
46098 "ofType": null
46099 },
46100 "defaultValue": null
46101 },
46102 {
46103 "name": "ids",
46104 "description": "",
46105 "type": {
46106 "kind": "LIST",
46107 "name": null,
46108 "ofType": {
46109 "kind": "SCALAR",
46110 "name": "ID",
46111 "ofType": null
46112 }
46113 },
46114 "defaultValue": null
46115 },
46116 {
46117 "name": "gitHubIds",
46118 "description": "",
46119 "type": {
46120 "kind": "LIST",
46121 "name": null,
46122 "ofType": {
46123 "kind": "SCALAR",
46124 "name": "String",
46125 "ofType": null
46126 }
46127 },
46128 "defaultValue": null
46129 },
46130 {
46131 "name": "reviewIds",
46132 "description": "",
46133 "type": {
46134 "kind": "LIST",
46135 "name": null,
46136 "ofType": {
46137 "kind": "SCALAR",
46138 "name": "String",
46139 "ofType": null
46140 }
46141 },
46142 "defaultValue": null
46143 },
46144 {
46145 "name": "bodys",
46146 "description": "",
46147 "type": {
46148 "kind": "LIST",
46149 "name": null,
46150 "ofType": {
46151 "kind": "SCALAR",
46152 "name": "String",
46153 "ofType": null
46154 }
46155 },
46156 "defaultValue": null
46157 },
46158 {
46159 "name": "states",
46160 "description": "",
46161 "type": {
46162 "kind": "LIST",
46163 "name": null,
46164 "ofType": {
46165 "kind": "ENUM",
46166 "name": "ReviewState",
46167 "ofType": null
46168 }
46169 },
46170 "defaultValue": null
46171 },
46172 {
46173 "name": "submittedAts",
46174 "description": "",
46175 "type": {
46176 "kind": "LIST",
46177 "name": null,
46178 "ofType": {
46179 "kind": "SCALAR",
46180 "name": "String",
46181 "ofType": null
46182 }
46183 },
46184 "defaultValue": null
46185 },
46186 {
46187 "name": "htmlUrls",
46188 "description": "",
46189 "type": {
46190 "kind": "LIST",
46191 "name": null,
46192 "ofType": {
46193 "kind": "SCALAR",
46194 "name": "String",
46195 "ofType": null
46196 }
46197 },
46198 "defaultValue": null
46199 },
46200 {
46201 "name": "orderBy",
46202 "description": "",
46203 "type": {
46204 "kind": "LIST",
46205 "name": null,
46206 "ofType": {
46207 "kind": "ENUM",
46208 "name": "_ReviewOrdering",
46209 "ofType": null
46210 }
46211 },
46212 "defaultValue": null
46213 },
46214 {
46215 "name": "_id",
46216 "description": "",
46217 "type": {
46218 "kind": "SCALAR",
46219 "name": "Int",
46220 "ofType": null
46221 },
46222 "defaultValue": null
46223 },
46224 {
46225 "name": "first",
46226 "description": "",
46227 "type": {
46228 "kind": "SCALAR",
46229 "name": "Int",
46230 "ofType": null
46231 },
46232 "defaultValue": null
46233 },
46234 {
46235 "name": "offset",
46236 "description": "",
46237 "type": {
46238 "kind": "SCALAR",
46239 "name": "Int",
46240 "ofType": null
46241 },
46242 "defaultValue": null
46243 }
46244 ],
46245 "type": {
46246 "kind": "LIST",
46247 "name": null,
46248 "ofType": {
46249 "kind": "OBJECT",
46250 "name": "Review",
46251 "ofType": null
46252 }
46253 },
46254 "isDeprecated": false,
46255 "deprecationReason": null
46256 },
46257 {
46258 "name": "Card",
46259 "description": "Auto-generated subscription for Card",
46260 "args": [
46261 {
46262 "name": "key",
46263 "description": null,
46264 "type": {
46265 "kind": "LIST",
46266 "name": null,
46267 "ofType": {
46268 "kind": "SCALAR",
46269 "name": "String",
46270 "ofType": null
46271 }
46272 },
46273 "defaultValue": null
46274 },
46275 {
46276 "name": "post",
46277 "description": null,
46278 "type": {
46279 "kind": "LIST",
46280 "name": null,
46281 "ofType": {
46282 "kind": "SCALAR",
46283 "name": "String",
46284 "ofType": null
46285 }
46286 },
46287 "defaultValue": null
46288 },
46289 {
46290 "name": "shortTitle",
46291 "description": null,
46292 "type": {
46293 "kind": "LIST",
46294 "name": null,
46295 "ofType": {
46296 "kind": "SCALAR",
46297 "name": "String",
46298 "ofType": null
46299 }
46300 },
46301 "defaultValue": null
46302 },
46303 {
46304 "name": "ts",
46305 "description": null,
46306 "type": {
46307 "kind": "LIST",
46308 "name": null,
46309 "ofType": {
46310 "kind": "SCALAR",
46311 "name": "Int",
46312 "ofType": null
46313 }
46314 },
46315 "defaultValue": null
46316 },
46317 {
46318 "name": "ttl",
46319 "description": null,
46320 "type": {
46321 "kind": "LIST",
46322 "name": null,
46323 "ofType": {
46324 "kind": "SCALAR",
46325 "name": "Int",
46326 "ofType": null
46327 }
46328 },
46329 "defaultValue": null
46330 },
46331 {
46332 "name": "type",
46333 "description": null,
46334 "type": {
46335 "kind": "LIST",
46336 "name": null,
46337 "ofType": {
46338 "kind": "SCALAR",
46339 "name": "String",
46340 "ofType": null
46341 }
46342 },
46343 "defaultValue": null
46344 }
46345 ],
46346 "type": {
46347 "kind": "LIST",
46348 "name": null,
46349 "ofType": {
46350 "kind": "OBJECT",
46351 "name": "Card",
46352 "ofType": null
46353 }
46354 },
46355 "isDeprecated": false,
46356 "deprecationReason": null
46357 },
46358 {
46359 "name": "Notification",
46360 "description": "Auto-generated subscription for Notification",
46361 "args": [
46362 {
46363 "name": "body",
46364 "description": null,
46365 "type": {
46366 "kind": "SCALAR",
46367 "name": "String",
46368 "ofType": null
46369 },
46370 "defaultValue": null
46371 },
46372 {
46373 "name": "contentType",
46374 "description": null,
46375 "type": {
46376 "kind": "SCALAR",
46377 "name": "String",
46378 "ofType": null
46379 },
46380 "defaultValue": null
46381 },
46382 {
46383 "name": "key",
46384 "description": null,
46385 "type": {
46386 "kind": "SCALAR",
46387 "name": "String",
46388 "ofType": null
46389 },
46390 "defaultValue": null
46391 },
46392 {
46393 "name": "post",
46394 "description": null,
46395 "type": {
46396 "kind": "LIST",
46397 "name": null,
46398 "ofType": {
46399 "kind": "SCALAR",
46400 "name": "String",
46401 "ofType": null
46402 }
46403 },
46404 "defaultValue": null
46405 },
46406 {
46407 "name": "ts",
46408 "description": null,
46409 "type": {
46410 "kind": "SCALAR",
46411 "name": "Int",
46412 "ofType": null
46413 },
46414 "defaultValue": null
46415 },
46416 {
46417 "name": "ttl",
46418 "description": null,
46419 "type": {
46420 "kind": "LIST",
46421 "name": null,
46422 "ofType": {
46423 "kind": "SCALAR",
46424 "name": "Int",
46425 "ofType": null
46426 }
46427 },
46428 "defaultValue": null
46429 }
46430 ],
46431 "type": {
46432 "kind": "LIST",
46433 "name": null,
46434 "ofType": {
46435 "kind": "OBJECT",
46436 "name": "Notification",
46437 "ofType": null
46438 }
46439 },
46440 "isDeprecated": false,
46441 "deprecationReason": null
46442 },
46443 {
46444 "name": "AtomistLog",
46445 "description": "Auto-generated subscription for AtomistLog",
46446 "args": [
46447 {
46448 "name": "timestamp",
46449 "description": "Status timestamp",
46450 "type": {
46451 "kind": "LIST",
46452 "name": null,
46453 "ofType": {
46454 "kind": "SCALAR",
46455 "name": "Int",
46456 "ofType": null
46457 }
46458 },
46459 "defaultValue": null
46460 },
46461 {
46462 "name": "team_id",
46463 "description": "Team ID for which log message is produced",
46464 "type": {
46465 "kind": "LIST",
46466 "name": null,
46467 "ofType": {
46468 "kind": "SCALAR",
46469 "name": "String",
46470 "ofType": null
46471 }
46472 },
46473 "defaultValue": null
46474 },
46475 {
46476 "name": "level",
46477 "description": "Log message level: debug, info, warn, error, fatal",
46478 "type": {
46479 "kind": "LIST",
46480 "name": null,
46481 "ofType": {
46482 "kind": "SCALAR",
46483 "name": "String",
46484 "ofType": null
46485 }
46486 },
46487 "defaultValue": null
46488 },
46489 {
46490 "name": "message",
46491 "description": "Log message",
46492 "type": {
46493 "kind": "LIST",
46494 "name": null,
46495 "ofType": {
46496 "kind": "SCALAR",
46497 "name": "String",
46498 "ofType": null
46499 }
46500 },
46501 "defaultValue": null
46502 },
46503 {
46504 "name": "category",
46505 "description": "Grouping, namespace etc.",
46506 "type": {
46507 "kind": "LIST",
46508 "name": null,
46509 "ofType": {
46510 "kind": "SCALAR",
46511 "name": "String",
46512 "ofType": null
46513 }
46514 },
46515 "defaultValue": null
46516 }
46517 ],
46518 "type": {
46519 "kind": "LIST",
46520 "name": null,
46521 "ofType": {
46522 "kind": "OBJECT",
46523 "name": "AtomistLog",
46524 "ofType": null
46525 }
46526 },
46527 "isDeprecated": false,
46528 "deprecationReason": null
46529 },
46530 {
46531 "name": "CommitIssueRelationship",
46532 "description": "Auto-generated subscription for CommitIssueRelationship",
46533 "args": [
46534 {
46535 "name": "type",
46536 "description": null,
46537 "type": {
46538 "kind": "LIST",
46539 "name": null,
46540 "ofType": {
46541 "kind": "ENUM",
46542 "name": "CommitIssueRelationshipType",
46543 "ofType": null
46544 }
46545 },
46546 "defaultValue": null
46547 }
46548 ],
46549 "type": {
46550 "kind": "LIST",
46551 "name": null,
46552 "ofType": {
46553 "kind": "OBJECT",
46554 "name": "CommitIssueRelationship",
46555 "ofType": null
46556 }
46557 },
46558 "isDeprecated": false,
46559 "deprecationReason": null
46560 },
46561 {
46562 "name": "Deployment",
46563 "description": "Auto-generated subscription for Deployment",
46564 "args": [
46565 {
46566 "name": "environment",
46567 "description": null,
46568 "type": {
46569 "kind": "LIST",
46570 "name": null,
46571 "ofType": {
46572 "kind": "SCALAR",
46573 "name": "String",
46574 "ofType": null
46575 }
46576 },
46577 "defaultValue": null
46578 },
46579 {
46580 "name": "ts",
46581 "description": null,
46582 "type": {
46583 "kind": "LIST",
46584 "name": null,
46585 "ofType": {
46586 "kind": "SCALAR",
46587 "name": "Int",
46588 "ofType": null
46589 }
46590 },
46591 "defaultValue": null
46592 }
46593 ],
46594 "type": {
46595 "kind": "LIST",
46596 "name": null,
46597 "ofType": {
46598 "kind": "OBJECT",
46599 "name": "Deployment",
46600 "ofType": null
46601 }
46602 },
46603 "isDeprecated": false,
46604 "deprecationReason": null
46605 },
46606 {
46607 "name": "IssueRelationship",
46608 "description": "Auto-generated subscription for IssueRelationship",
46609 "args": [
46610 {
46611 "name": "relationshipId",
46612 "description": null,
46613 "type": {
46614 "kind": "LIST",
46615 "name": null,
46616 "ofType": {
46617 "kind": "SCALAR",
46618 "name": "String",
46619 "ofType": null
46620 }
46621 },
46622 "defaultValue": null
46623 },
46624 {
46625 "name": "state",
46626 "description": null,
46627 "type": {
46628 "kind": "LIST",
46629 "name": null,
46630 "ofType": {
46631 "kind": "SCALAR",
46632 "name": "String",
46633 "ofType": null
46634 }
46635 },
46636 "defaultValue": null
46637 },
46638 {
46639 "name": "type",
46640 "description": null,
46641 "type": {
46642 "kind": "LIST",
46643 "name": null,
46644 "ofType": {
46645 "kind": "SCALAR",
46646 "name": "String",
46647 "ofType": null
46648 }
46649 },
46650 "defaultValue": null
46651 }
46652 ],
46653 "type": {
46654 "kind": "LIST",
46655 "name": null,
46656 "ofType": {
46657 "kind": "OBJECT",
46658 "name": "IssueRelationship",
46659 "ofType": null
46660 }
46661 },
46662 "isDeprecated": false,
46663 "deprecationReason": null
46664 },
46665 {
46666 "name": "SdmGoal",
46667 "description": "Auto-generated subscription for SdmGoal",
46668 "args": [
46669 {
46670 "name": "approvalRequired",
46671 "description": null,
46672 "type": {
46673 "kind": "LIST",
46674 "name": null,
46675 "ofType": {
46676 "kind": "SCALAR",
46677 "name": "Boolean",
46678 "ofType": null
46679 }
46680 },
46681 "defaultValue": null
46682 },
46683 {
46684 "name": "branch",
46685 "description": null,
46686 "type": {
46687 "kind": "LIST",
46688 "name": null,
46689 "ofType": {
46690 "kind": "SCALAR",
46691 "name": "String",
46692 "ofType": null
46693 }
46694 },
46695 "defaultValue": null
46696 },
46697 {
46698 "name": "data",
46699 "description": null,
46700 "type": {
46701 "kind": "LIST",
46702 "name": null,
46703 "ofType": {
46704 "kind": "SCALAR",
46705 "name": "String",
46706 "ofType": null
46707 }
46708 },
46709 "defaultValue": null
46710 },
46711 {
46712 "name": "description",
46713 "description": null,
46714 "type": {
46715 "kind": "LIST",
46716 "name": null,
46717 "ofType": {
46718 "kind": "SCALAR",
46719 "name": "String",
46720 "ofType": null
46721 }
46722 },
46723 "defaultValue": null
46724 },
46725 {
46726 "name": "environment",
46727 "description": null,
46728 "type": {
46729 "kind": "LIST",
46730 "name": null,
46731 "ofType": {
46732 "kind": "SCALAR",
46733 "name": "String",
46734 "ofType": null
46735 }
46736 },
46737 "defaultValue": null
46738 },
46739 {
46740 "name": "error",
46741 "description": null,
46742 "type": {
46743 "kind": "LIST",
46744 "name": null,
46745 "ofType": {
46746 "kind": "SCALAR",
46747 "name": "String",
46748 "ofType": null
46749 }
46750 },
46751 "defaultValue": null
46752 },
46753 {
46754 "name": "externalKey",
46755 "description": null,
46756 "type": {
46757 "kind": "LIST",
46758 "name": null,
46759 "ofType": {
46760 "kind": "SCALAR",
46761 "name": "String",
46762 "ofType": null
46763 }
46764 },
46765 "defaultValue": null
46766 },
46767 {
46768 "name": "externalUrl",
46769 "description": null,
46770 "type": {
46771 "kind": "LIST",
46772 "name": null,
46773 "ofType": {
46774 "kind": "SCALAR",
46775 "name": "String",
46776 "ofType": null
46777 }
46778 },
46779 "defaultValue": null
46780 },
46781 {
46782 "name": "goalSet",
46783 "description": null,
46784 "type": {
46785 "kind": "LIST",
46786 "name": null,
46787 "ofType": {
46788 "kind": "SCALAR",
46789 "name": "String",
46790 "ofType": null
46791 }
46792 },
46793 "defaultValue": null
46794 },
46795 {
46796 "name": "goalSetId",
46797 "description": null,
46798 "type": {
46799 "kind": "LIST",
46800 "name": null,
46801 "ofType": {
46802 "kind": "SCALAR",
46803 "name": "String",
46804 "ofType": null
46805 }
46806 },
46807 "defaultValue": null
46808 },
46809 {
46810 "name": "name",
46811 "description": null,
46812 "type": {
46813 "kind": "LIST",
46814 "name": null,
46815 "ofType": {
46816 "kind": "SCALAR",
46817 "name": "String",
46818 "ofType": null
46819 }
46820 },
46821 "defaultValue": null
46822 },
46823 {
46824 "name": "phase",
46825 "description": null,
46826 "type": {
46827 "kind": "LIST",
46828 "name": null,
46829 "ofType": {
46830 "kind": "SCALAR",
46831 "name": "String",
46832 "ofType": null
46833 }
46834 },
46835 "defaultValue": null
46836 },
46837 {
46838 "name": "preApprovalRequired",
46839 "description": null,
46840 "type": {
46841 "kind": "LIST",
46842 "name": null,
46843 "ofType": {
46844 "kind": "SCALAR",
46845 "name": "Boolean",
46846 "ofType": null
46847 }
46848 },
46849 "defaultValue": null
46850 },
46851 {
46852 "name": "retryFeasible",
46853 "description": null,
46854 "type": {
46855 "kind": "LIST",
46856 "name": null,
46857 "ofType": {
46858 "kind": "SCALAR",
46859 "name": "Boolean",
46860 "ofType": null
46861 }
46862 },
46863 "defaultValue": null
46864 },
46865 {
46866 "name": "sha",
46867 "description": null,
46868 "type": {
46869 "kind": "LIST",
46870 "name": null,
46871 "ofType": {
46872 "kind": "SCALAR",
46873 "name": "String",
46874 "ofType": null
46875 }
46876 },
46877 "defaultValue": null
46878 },
46879 {
46880 "name": "signature",
46881 "description": null,
46882 "type": {
46883 "kind": "LIST",
46884 "name": null,
46885 "ofType": {
46886 "kind": "SCALAR",
46887 "name": "String",
46888 "ofType": null
46889 }
46890 },
46891 "defaultValue": null
46892 },
46893 {
46894 "name": "state",
46895 "description": null,
46896 "type": {
46897 "kind": "LIST",
46898 "name": null,
46899 "ofType": {
46900 "kind": "ENUM",
46901 "name": "SdmGoalState",
46902 "ofType": null
46903 }
46904 },
46905 "defaultValue": null
46906 },
46907 {
46908 "name": "ts",
46909 "description": null,
46910 "type": {
46911 "kind": "LIST",
46912 "name": null,
46913 "ofType": {
46914 "kind": "SCALAR",
46915 "name": "Int",
46916 "ofType": null
46917 }
46918 },
46919 "defaultValue": null
46920 },
46921 {
46922 "name": "uniqueName",
46923 "description": null,
46924 "type": {
46925 "kind": "LIST",
46926 "name": null,
46927 "ofType": {
46928 "kind": "SCALAR",
46929 "name": "String",
46930 "ofType": null
46931 }
46932 },
46933 "defaultValue": null
46934 },
46935 {
46936 "name": "url",
46937 "description": null,
46938 "type": {
46939 "kind": "LIST",
46940 "name": null,
46941 "ofType": {
46942 "kind": "SCALAR",
46943 "name": "String",
46944 "ofType": null
46945 }
46946 },
46947 "defaultValue": null
46948 },
46949 {
46950 "name": "version",
46951 "description": null,
46952 "type": {
46953 "kind": "LIST",
46954 "name": null,
46955 "ofType": {
46956 "kind": "SCALAR",
46957 "name": "Int",
46958 "ofType": null
46959 }
46960 },
46961 "defaultValue": null
46962 }
46963 ],
46964 "type": {
46965 "kind": "LIST",
46966 "name": null,
46967 "ofType": {
46968 "kind": "OBJECT",
46969 "name": "SdmGoal",
46970 "ofType": null
46971 }
46972 },
46973 "isDeprecated": false,
46974 "deprecationReason": null
46975 },
46976 {
46977 "name": "SdmGoalSet",
46978 "description": "Auto-generated subscription for SdmGoalSet",
46979 "args": [
46980 {
46981 "name": "branch",
46982 "description": null,
46983 "type": {
46984 "kind": "LIST",
46985 "name": null,
46986 "ofType": {
46987 "kind": "SCALAR",
46988 "name": "String",
46989 "ofType": null
46990 }
46991 },
46992 "defaultValue": null
46993 },
46994 {
46995 "name": "goalSet",
46996 "description": null,
46997 "type": {
46998 "kind": "LIST",
46999 "name": null,
47000 "ofType": {
47001 "kind": "SCALAR",
47002 "name": "String",
47003 "ofType": null
47004 }
47005 },
47006 "defaultValue": null
47007 },
47008 {
47009 "name": "goalSetId",
47010 "description": null,
47011 "type": {
47012 "kind": "LIST",
47013 "name": null,
47014 "ofType": {
47015 "kind": "SCALAR",
47016 "name": "String",
47017 "ofType": null
47018 }
47019 },
47020 "defaultValue": null
47021 },
47022 {
47023 "name": "sha",
47024 "description": null,
47025 "type": {
47026 "kind": "LIST",
47027 "name": null,
47028 "ofType": {
47029 "kind": "SCALAR",
47030 "name": "String",
47031 "ofType": null
47032 }
47033 },
47034 "defaultValue": null
47035 },
47036 {
47037 "name": "state",
47038 "description": null,
47039 "type": {
47040 "kind": "LIST",
47041 "name": null,
47042 "ofType": {
47043 "kind": "ENUM",
47044 "name": "SdmGoalState",
47045 "ofType": null
47046 }
47047 },
47048 "defaultValue": null
47049 },
47050 {
47051 "name": "ts",
47052 "description": null,
47053 "type": {
47054 "kind": "LIST",
47055 "name": null,
47056 "ofType": {
47057 "kind": "SCALAR",
47058 "name": "Int",
47059 "ofType": null
47060 }
47061 },
47062 "defaultValue": null
47063 }
47064 ],
47065 "type": {
47066 "kind": "LIST",
47067 "name": null,
47068 "ofType": {
47069 "kind": "OBJECT",
47070 "name": "SdmGoalSet",
47071 "ofType": null
47072 }
47073 },
47074 "isDeprecated": false,
47075 "deprecationReason": null
47076 },
47077 {
47078 "name": "SdmGoalDisplay",
47079 "description": "Auto-generated subscription for SdmGoalDisplay",
47080 "args": [
47081 {
47082 "name": "branch",
47083 "description": null,
47084 "type": {
47085 "kind": "LIST",
47086 "name": null,
47087 "ofType": {
47088 "kind": "SCALAR",
47089 "name": "String",
47090 "ofType": null
47091 }
47092 },
47093 "defaultValue": null
47094 },
47095 {
47096 "name": "sha",
47097 "description": null,
47098 "type": {
47099 "kind": "LIST",
47100 "name": null,
47101 "ofType": {
47102 "kind": "SCALAR",
47103 "name": "String",
47104 "ofType": null
47105 }
47106 },
47107 "defaultValue": null
47108 },
47109 {
47110 "name": "state",
47111 "description": null,
47112 "type": {
47113 "kind": "LIST",
47114 "name": null,
47115 "ofType": {
47116 "kind": "ENUM",
47117 "name": "SdmGoalDisplayState",
47118 "ofType": null
47119 }
47120 },
47121 "defaultValue": null
47122 },
47123 {
47124 "name": "ts",
47125 "description": null,
47126 "type": {
47127 "kind": "LIST",
47128 "name": null,
47129 "ofType": {
47130 "kind": "SCALAR",
47131 "name": "Int",
47132 "ofType": null
47133 }
47134 },
47135 "defaultValue": null
47136 }
47137 ],
47138 "type": {
47139 "kind": "LIST",
47140 "name": null,
47141 "ofType": {
47142 "kind": "OBJECT",
47143 "name": "SdmGoalDisplay",
47144 "ofType": null
47145 }
47146 },
47147 "isDeprecated": false,
47148 "deprecationReason": null
47149 },
47150 {
47151 "name": "SdmBuildIdentifier",
47152 "description": "Auto-generated subscription for SdmBuildIdentifier",
47153 "args": [
47154 {
47155 "name": "identifier",
47156 "description": null,
47157 "type": {
47158 "kind": "LIST",
47159 "name": null,
47160 "ofType": {
47161 "kind": "SCALAR",
47162 "name": "String",
47163 "ofType": null
47164 }
47165 },
47166 "defaultValue": null
47167 }
47168 ],
47169 "type": {
47170 "kind": "LIST",
47171 "name": null,
47172 "ofType": {
47173 "kind": "OBJECT",
47174 "name": "SdmBuildIdentifier",
47175 "ofType": null
47176 }
47177 },
47178 "isDeprecated": false,
47179 "deprecationReason": null
47180 },
47181 {
47182 "name": "SdmDeployEnablement",
47183 "description": "Auto-generated subscription for SdmDeployEnablement",
47184 "args": [
47185 {
47186 "name": "owner",
47187 "description": null,
47188 "type": {
47189 "kind": "LIST",
47190 "name": null,
47191 "ofType": {
47192 "kind": "SCALAR",
47193 "name": "String",
47194 "ofType": null
47195 }
47196 },
47197 "defaultValue": null
47198 },
47199 {
47200 "name": "providerId",
47201 "description": null,
47202 "type": {
47203 "kind": "LIST",
47204 "name": null,
47205 "ofType": {
47206 "kind": "SCALAR",
47207 "name": "String",
47208 "ofType": null
47209 }
47210 },
47211 "defaultValue": null
47212 },
47213 {
47214 "name": "repo",
47215 "description": null,
47216 "type": {
47217 "kind": "LIST",
47218 "name": null,
47219 "ofType": {
47220 "kind": "SCALAR",
47221 "name": "String",
47222 "ofType": null
47223 }
47224 },
47225 "defaultValue": null
47226 },
47227 {
47228 "name": "state",
47229 "description": null,
47230 "type": {
47231 "kind": "LIST",
47232 "name": null,
47233 "ofType": {
47234 "kind": "ENUM",
47235 "name": "SdmDeployState",
47236 "ofType": null
47237 }
47238 },
47239 "defaultValue": null
47240 }
47241 ],
47242 "type": {
47243 "kind": "LIST",
47244 "name": null,
47245 "ofType": {
47246 "kind": "OBJECT",
47247 "name": "SdmDeployEnablement",
47248 "ofType": null
47249 }
47250 },
47251 "isDeprecated": false,
47252 "deprecationReason": null
47253 },
47254 {
47255 "name": "SdmVersion",
47256 "description": "Auto-generated subscription for SdmVersion",
47257 "args": [
47258 {
47259 "name": "branch",
47260 "description": null,
47261 "type": {
47262 "kind": "LIST",
47263 "name": null,
47264 "ofType": {
47265 "kind": "SCALAR",
47266 "name": "String",
47267 "ofType": null
47268 }
47269 },
47270 "defaultValue": null
47271 },
47272 {
47273 "name": "sha",
47274 "description": null,
47275 "type": {
47276 "kind": "LIST",
47277 "name": null,
47278 "ofType": {
47279 "kind": "SCALAR",
47280 "name": "String",
47281 "ofType": null
47282 }
47283 },
47284 "defaultValue": null
47285 },
47286 {
47287 "name": "version",
47288 "description": null,
47289 "type": {
47290 "kind": "LIST",
47291 "name": null,
47292 "ofType": {
47293 "kind": "SCALAR",
47294 "name": "String",
47295 "ofType": null
47296 }
47297 },
47298 "defaultValue": null
47299 }
47300 ],
47301 "type": {
47302 "kind": "LIST",
47303 "name": null,
47304 "ofType": {
47305 "kind": "OBJECT",
47306 "name": "SdmVersion",
47307 "ofType": null
47308 }
47309 },
47310 "isDeprecated": false,
47311 "deprecationReason": null
47312 },
47313 {
47314 "name": "SdmGoalSetBadge",
47315 "description": "Auto-generated subscription for SdmGoalSetBadge",
47316 "args": [
47317 {
47318 "name": "sdm",
47319 "description": null,
47320 "type": {
47321 "kind": "LIST",
47322 "name": null,
47323 "ofType": {
47324 "kind": "SCALAR",
47325 "name": "String",
47326 "ofType": null
47327 }
47328 },
47329 "defaultValue": null
47330 },
47331 {
47332 "name": "token",
47333 "description": null,
47334 "type": {
47335 "kind": "LIST",
47336 "name": null,
47337 "ofType": {
47338 "kind": "SCALAR",
47339 "name": "String",
47340 "ofType": null
47341 }
47342 },
47343 "defaultValue": null
47344 }
47345 ],
47346 "type": {
47347 "kind": "LIST",
47348 "name": null,
47349 "ofType": {
47350 "kind": "OBJECT",
47351 "name": "SdmGoalSetBadge",
47352 "ofType": null
47353 }
47354 },
47355 "isDeprecated": false,
47356 "deprecationReason": null
47357 },
47358 {
47359 "name": "SdmPreference",
47360 "description": "Auto-generated subscription for SdmPreference",
47361 "args": [
47362 {
47363 "name": "key",
47364 "description": null,
47365 "type": {
47366 "kind": "LIST",
47367 "name": null,
47368 "ofType": {
47369 "kind": "SCALAR",
47370 "name": "String",
47371 "ofType": null
47372 }
47373 },
47374 "defaultValue": null
47375 },
47376 {
47377 "name": "ttl",
47378 "description": null,
47379 "type": {
47380 "kind": "LIST",
47381 "name": null,
47382 "ofType": {
47383 "kind": "SCALAR",
47384 "name": "Int",
47385 "ofType": null
47386 }
47387 },
47388 "defaultValue": null
47389 },
47390 {
47391 "name": "value",
47392 "description": null,
47393 "type": {
47394 "kind": "LIST",
47395 "name": null,
47396 "ofType": {
47397 "kind": "SCALAR",
47398 "name": "String",
47399 "ofType": null
47400 }
47401 },
47402 "defaultValue": null
47403 }
47404 ],
47405 "type": {
47406 "kind": "LIST",
47407 "name": null,
47408 "ofType": {
47409 "kind": "OBJECT",
47410 "name": "SdmPreference",
47411 "ofType": null
47412 }
47413 },
47414 "isDeprecated": false,
47415 "deprecationReason": null
47416 },
47417 {
47418 "name": "SdmRepoProvenance",
47419 "description": "Auto-generated subscription for SdmRepoProvenance",
47420 "args": [],
47421 "type": {
47422 "kind": "LIST",
47423 "name": null,
47424 "ofType": {
47425 "kind": "OBJECT",
47426 "name": "SdmRepoProvenance",
47427 "ofType": null
47428 }
47429 },
47430 "isDeprecated": false,
47431 "deprecationReason": null
47432 },
47433 {
47434 "name": "RepoOnboarded",
47435 "description": "",
47436 "args": [],
47437 "type": {
47438 "kind": "LIST",
47439 "name": null,
47440 "ofType": {
47441 "kind": "OBJECT",
47442 "name": "RepoOnboarded",
47443 "ofType": null
47444 }
47445 },
47446 "isDeprecated": false,
47447 "deprecationReason": null
47448 }
47449 ],
47450 "inputFields": null,
47451 "interfaces": [],
47452 "enumValues": null,
47453 "possibleTypes": null
47454 },
47455 {
47456 "kind": "OBJECT",
47457 "name": "RepoOnboarded",
47458 "description": "The data for an existing Repo has been loaded and is ready for querying",
47459 "fields": [
47460 {
47461 "name": "repo",
47462 "description": "GitHub Repository",
47463 "args": [],
47464 "type": {
47465 "kind": "NON_NULL",
47466 "name": null,
47467 "ofType": {
47468 "kind": "OBJECT",
47469 "name": "Repo",
47470 "ofType": null
47471 }
47472 },
47473 "isDeprecated": false,
47474 "deprecationReason": null
47475 }
47476 ],
47477 "inputFields": null,
47478 "interfaces": [],
47479 "enumValues": null,
47480 "possibleTypes": null
47481 },
47482 {
47483 "kind": "OBJECT",
47484 "name": "__Schema",
47485 "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
47486 "fields": [
47487 {
47488 "name": "types",
47489 "description": "A list of all types supported by this server.",
47490 "args": [],
47491 "type": {
47492 "kind": "NON_NULL",
47493 "name": null,
47494 "ofType": {
47495 "kind": "LIST",
47496 "name": null,
47497 "ofType": {
47498 "kind": "NON_NULL",
47499 "name": null,
47500 "ofType": {
47501 "kind": "OBJECT",
47502 "name": "__Type",
47503 "ofType": null
47504 }
47505 }
47506 }
47507 },
47508 "isDeprecated": false,
47509 "deprecationReason": null
47510 },
47511 {
47512 "name": "queryType",
47513 "description": "The type that query operations will be rooted at.",
47514 "args": [],
47515 "type": {
47516 "kind": "NON_NULL",
47517 "name": null,
47518 "ofType": {
47519 "kind": "OBJECT",
47520 "name": "__Type",
47521 "ofType": null
47522 }
47523 },
47524 "isDeprecated": false,
47525 "deprecationReason": null
47526 },
47527 {
47528 "name": "mutationType",
47529 "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
47530 "args": [],
47531 "type": {
47532 "kind": "OBJECT",
47533 "name": "__Type",
47534 "ofType": null
47535 },
47536 "isDeprecated": false,
47537 "deprecationReason": null
47538 },
47539 {
47540 "name": "subscriptionType",
47541 "description": "If this server support subscription, the type that subscription operations will be rooted at.",
47542 "args": [],
47543 "type": {
47544 "kind": "OBJECT",
47545 "name": "__Type",
47546 "ofType": null
47547 },
47548 "isDeprecated": false,
47549 "deprecationReason": null
47550 },
47551 {
47552 "name": "directives",
47553 "description": "A list of all directives supported by this server.",
47554 "args": [],
47555 "type": {
47556 "kind": "NON_NULL",
47557 "name": null,
47558 "ofType": {
47559 "kind": "LIST",
47560 "name": null,
47561 "ofType": {
47562 "kind": "NON_NULL",
47563 "name": null,
47564 "ofType": {
47565 "kind": "OBJECT",
47566 "name": "__Directive",
47567 "ofType": null
47568 }
47569 }
47570 }
47571 },
47572 "isDeprecated": false,
47573 "deprecationReason": null
47574 }
47575 ],
47576 "inputFields": null,
47577 "interfaces": [],
47578 "enumValues": null,
47579 "possibleTypes": null
47580 },
47581 {
47582 "kind": "OBJECT",
47583 "name": "__Type",
47584 "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
47585 "fields": [
47586 {
47587 "name": "kind",
47588 "description": null,
47589 "args": [],
47590 "type": {
47591 "kind": "NON_NULL",
47592 "name": null,
47593 "ofType": {
47594 "kind": "ENUM",
47595 "name": "__TypeKind",
47596 "ofType": null
47597 }
47598 },
47599 "isDeprecated": false,
47600 "deprecationReason": null
47601 },
47602 {
47603 "name": "name",
47604 "description": null,
47605 "args": [],
47606 "type": {
47607 "kind": "SCALAR",
47608 "name": "String",
47609 "ofType": null
47610 },
47611 "isDeprecated": false,
47612 "deprecationReason": null
47613 },
47614 {
47615 "name": "description",
47616 "description": null,
47617 "args": [],
47618 "type": {
47619 "kind": "SCALAR",
47620 "name": "String",
47621 "ofType": null
47622 },
47623 "isDeprecated": false,
47624 "deprecationReason": null
47625 },
47626 {
47627 "name": "fields",
47628 "description": null,
47629 "args": [
47630 {
47631 "name": "includeDeprecated",
47632 "description": null,
47633 "type": {
47634 "kind": "SCALAR",
47635 "name": "Boolean",
47636 "ofType": null
47637 },
47638 "defaultValue": "false"
47639 }
47640 ],
47641 "type": {
47642 "kind": "LIST",
47643 "name": null,
47644 "ofType": {
47645 "kind": "NON_NULL",
47646 "name": null,
47647 "ofType": {
47648 "kind": "OBJECT",
47649 "name": "__Field",
47650 "ofType": null
47651 }
47652 }
47653 },
47654 "isDeprecated": false,
47655 "deprecationReason": null
47656 },
47657 {
47658 "name": "interfaces",
47659 "description": null,
47660 "args": [],
47661 "type": {
47662 "kind": "LIST",
47663 "name": null,
47664 "ofType": {
47665 "kind": "NON_NULL",
47666 "name": null,
47667 "ofType": {
47668 "kind": "OBJECT",
47669 "name": "__Type",
47670 "ofType": null
47671 }
47672 }
47673 },
47674 "isDeprecated": false,
47675 "deprecationReason": null
47676 },
47677 {
47678 "name": "possibleTypes",
47679 "description": null,
47680 "args": [],
47681 "type": {
47682 "kind": "LIST",
47683 "name": null,
47684 "ofType": {
47685 "kind": "NON_NULL",
47686 "name": null,
47687 "ofType": {
47688 "kind": "OBJECT",
47689 "name": "__Type",
47690 "ofType": null
47691 }
47692 }
47693 },
47694 "isDeprecated": false,
47695 "deprecationReason": null
47696 },
47697 {
47698 "name": "enumValues",
47699 "description": null,
47700 "args": [
47701 {
47702 "name": "includeDeprecated",
47703 "description": null,
47704 "type": {
47705 "kind": "SCALAR",
47706 "name": "Boolean",
47707 "ofType": null
47708 },
47709 "defaultValue": "false"
47710 }
47711 ],
47712 "type": {
47713 "kind": "LIST",
47714 "name": null,
47715 "ofType": {
47716 "kind": "NON_NULL",
47717 "name": null,
47718 "ofType": {
47719 "kind": "OBJECT",
47720 "name": "__EnumValue",
47721 "ofType": null
47722 }
47723 }
47724 },
47725 "isDeprecated": false,
47726 "deprecationReason": null
47727 },
47728 {
47729 "name": "inputFields",
47730 "description": null,
47731 "args": [],
47732 "type": {
47733 "kind": "LIST",
47734 "name": null,
47735 "ofType": {
47736 "kind": "NON_NULL",
47737 "name": null,
47738 "ofType": {
47739 "kind": "OBJECT",
47740 "name": "__InputValue",
47741 "ofType": null
47742 }
47743 }
47744 },
47745 "isDeprecated": false,
47746 "deprecationReason": null
47747 },
47748 {
47749 "name": "ofType",
47750 "description": null,
47751 "args": [],
47752 "type": {
47753 "kind": "OBJECT",
47754 "name": "__Type",
47755 "ofType": null
47756 },
47757 "isDeprecated": false,
47758 "deprecationReason": null
47759 }
47760 ],
47761 "inputFields": null,
47762 "interfaces": [],
47763 "enumValues": null,
47764 "possibleTypes": null
47765 },
47766 {
47767 "kind": "ENUM",
47768 "name": "__TypeKind",
47769 "description": "An enum describing what kind of type a given `__Type` is.",
47770 "fields": null,
47771 "inputFields": null,
47772 "interfaces": null,
47773 "enumValues": [
47774 {
47775 "name": "SCALAR",
47776 "description": "Indicates this type is a scalar.",
47777 "isDeprecated": false,
47778 "deprecationReason": null
47779 },
47780 {
47781 "name": "OBJECT",
47782 "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
47783 "isDeprecated": false,
47784 "deprecationReason": null
47785 },
47786 {
47787 "name": "INTERFACE",
47788 "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
47789 "isDeprecated": false,
47790 "deprecationReason": null
47791 },
47792 {
47793 "name": "UNION",
47794 "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
47795 "isDeprecated": false,
47796 "deprecationReason": null
47797 },
47798 {
47799 "name": "ENUM",
47800 "description": "Indicates this type is an enum. `enumValues` is a valid field.",
47801 "isDeprecated": false,
47802 "deprecationReason": null
47803 },
47804 {
47805 "name": "INPUT_OBJECT",
47806 "description": "Indicates this type is an input object. `inputFields` is a valid field.",
47807 "isDeprecated": false,
47808 "deprecationReason": null
47809 },
47810 {
47811 "name": "LIST",
47812 "description": "Indicates this type is a list. `ofType` is a valid field.",
47813 "isDeprecated": false,
47814 "deprecationReason": null
47815 },
47816 {
47817 "name": "NON_NULL",
47818 "description": "Indicates this type is a non-null. `ofType` is a valid field.",
47819 "isDeprecated": false,
47820 "deprecationReason": null
47821 }
47822 ],
47823 "possibleTypes": null
47824 },
47825 {
47826 "kind": "OBJECT",
47827 "name": "__Field",
47828 "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
47829 "fields": [
47830 {
47831 "name": "name",
47832 "description": null,
47833 "args": [],
47834 "type": {
47835 "kind": "NON_NULL",
47836 "name": null,
47837 "ofType": {
47838 "kind": "SCALAR",
47839 "name": "String",
47840 "ofType": null
47841 }
47842 },
47843 "isDeprecated": false,
47844 "deprecationReason": null
47845 },
47846 {
47847 "name": "description",
47848 "description": null,
47849 "args": [],
47850 "type": {
47851 "kind": "SCALAR",
47852 "name": "String",
47853 "ofType": null
47854 },
47855 "isDeprecated": false,
47856 "deprecationReason": null
47857 },
47858 {
47859 "name": "args",
47860 "description": null,
47861 "args": [],
47862 "type": {
47863 "kind": "NON_NULL",
47864 "name": null,
47865 "ofType": {
47866 "kind": "LIST",
47867 "name": null,
47868 "ofType": {
47869 "kind": "NON_NULL",
47870 "name": null,
47871 "ofType": {
47872 "kind": "OBJECT",
47873 "name": "__InputValue",
47874 "ofType": null
47875 }
47876 }
47877 }
47878 },
47879 "isDeprecated": false,
47880 "deprecationReason": null
47881 },
47882 {
47883 "name": "type",
47884 "description": null,
47885 "args": [],
47886 "type": {
47887 "kind": "NON_NULL",
47888 "name": null,
47889 "ofType": {
47890 "kind": "OBJECT",
47891 "name": "__Type",
47892 "ofType": null
47893 }
47894 },
47895 "isDeprecated": false,
47896 "deprecationReason": null
47897 },
47898 {
47899 "name": "isDeprecated",
47900 "description": null,
47901 "args": [],
47902 "type": {
47903 "kind": "NON_NULL",
47904 "name": null,
47905 "ofType": {
47906 "kind": "SCALAR",
47907 "name": "Boolean",
47908 "ofType": null
47909 }
47910 },
47911 "isDeprecated": false,
47912 "deprecationReason": null
47913 },
47914 {
47915 "name": "deprecationReason",
47916 "description": null,
47917 "args": [],
47918 "type": {
47919 "kind": "SCALAR",
47920 "name": "String",
47921 "ofType": null
47922 },
47923 "isDeprecated": false,
47924 "deprecationReason": null
47925 }
47926 ],
47927 "inputFields": null,
47928 "interfaces": [],
47929 "enumValues": null,
47930 "possibleTypes": null
47931 },
47932 {
47933 "kind": "OBJECT",
47934 "name": "__InputValue",
47935 "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
47936 "fields": [
47937 {
47938 "name": "name",
47939 "description": null,
47940 "args": [],
47941 "type": {
47942 "kind": "NON_NULL",
47943 "name": null,
47944 "ofType": {
47945 "kind": "SCALAR",
47946 "name": "String",
47947 "ofType": null
47948 }
47949 },
47950 "isDeprecated": false,
47951 "deprecationReason": null
47952 },
47953 {
47954 "name": "description",
47955 "description": null,
47956 "args": [],
47957 "type": {
47958 "kind": "SCALAR",
47959 "name": "String",
47960 "ofType": null
47961 },
47962 "isDeprecated": false,
47963 "deprecationReason": null
47964 },
47965 {
47966 "name": "type",
47967 "description": null,
47968 "args": [],
47969 "type": {
47970 "kind": "NON_NULL",
47971 "name": null,
47972 "ofType": {
47973 "kind": "OBJECT",
47974 "name": "__Type",
47975 "ofType": null
47976 }
47977 },
47978 "isDeprecated": false,
47979 "deprecationReason": null
47980 },
47981 {
47982 "name": "defaultValue",
47983 "description": "A GraphQL-formatted string representing the default value for this input value.",
47984 "args": [],
47985 "type": {
47986 "kind": "SCALAR",
47987 "name": "String",
47988 "ofType": null
47989 },
47990 "isDeprecated": false,
47991 "deprecationReason": null
47992 }
47993 ],
47994 "inputFields": null,
47995 "interfaces": [],
47996 "enumValues": null,
47997 "possibleTypes": null
47998 },
47999 {
48000 "kind": "OBJECT",
48001 "name": "__EnumValue",
48002 "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
48003 "fields": [
48004 {
48005 "name": "name",
48006 "description": null,
48007 "args": [],
48008 "type": {
48009 "kind": "NON_NULL",
48010 "name": null,
48011 "ofType": {
48012 "kind": "SCALAR",
48013 "name": "String",
48014 "ofType": null
48015 }
48016 },
48017 "isDeprecated": false,
48018 "deprecationReason": null
48019 },
48020 {
48021 "name": "description",
48022 "description": null,
48023 "args": [],
48024 "type": {
48025 "kind": "SCALAR",
48026 "name": "String",
48027 "ofType": null
48028 },
48029 "isDeprecated": false,
48030 "deprecationReason": null
48031 },
48032 {
48033 "name": "isDeprecated",
48034 "description": null,
48035 "args": [],
48036 "type": {
48037 "kind": "NON_NULL",
48038 "name": null,
48039 "ofType": {
48040 "kind": "SCALAR",
48041 "name": "Boolean",
48042 "ofType": null
48043 }
48044 },
48045 "isDeprecated": false,
48046 "deprecationReason": null
48047 },
48048 {
48049 "name": "deprecationReason",
48050 "description": null,
48051 "args": [],
48052 "type": {
48053 "kind": "SCALAR",
48054 "name": "String",
48055 "ofType": null
48056 },
48057 "isDeprecated": false,
48058 "deprecationReason": null
48059 }
48060 ],
48061 "inputFields": null,
48062 "interfaces": [],
48063 "enumValues": null,
48064 "possibleTypes": null
48065 },
48066 {
48067 "kind": "OBJECT",
48068 "name": "__Directive",
48069 "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
48070 "fields": [
48071 {
48072 "name": "name",
48073 "description": null,
48074 "args": [],
48075 "type": {
48076 "kind": "NON_NULL",
48077 "name": null,
48078 "ofType": {
48079 "kind": "SCALAR",
48080 "name": "String",
48081 "ofType": null
48082 }
48083 },
48084 "isDeprecated": false,
48085 "deprecationReason": null
48086 },
48087 {
48088 "name": "description",
48089 "description": null,
48090 "args": [],
48091 "type": {
48092 "kind": "SCALAR",
48093 "name": "String",
48094 "ofType": null
48095 },
48096 "isDeprecated": false,
48097 "deprecationReason": null
48098 },
48099 {
48100 "name": "locations",
48101 "description": null,
48102 "args": [],
48103 "type": {
48104 "kind": "NON_NULL",
48105 "name": null,
48106 "ofType": {
48107 "kind": "LIST",
48108 "name": null,
48109 "ofType": {
48110 "kind": "NON_NULL",
48111 "name": null,
48112 "ofType": {
48113 "kind": "ENUM",
48114 "name": "__DirectiveLocation",
48115 "ofType": null
48116 }
48117 }
48118 }
48119 },
48120 "isDeprecated": false,
48121 "deprecationReason": null
48122 },
48123 {
48124 "name": "args",
48125 "description": null,
48126 "args": [],
48127 "type": {
48128 "kind": "NON_NULL",
48129 "name": null,
48130 "ofType": {
48131 "kind": "LIST",
48132 "name": null,
48133 "ofType": {
48134 "kind": "NON_NULL",
48135 "name": null,
48136 "ofType": {
48137 "kind": "OBJECT",
48138 "name": "__InputValue",
48139 "ofType": null
48140 }
48141 }
48142 }
48143 },
48144 "isDeprecated": false,
48145 "deprecationReason": null
48146 }
48147 ],
48148 "inputFields": null,
48149 "interfaces": [],
48150 "enumValues": null,
48151 "possibleTypes": null
48152 },
48153 {
48154 "kind": "ENUM",
48155 "name": "__DirectiveLocation",
48156 "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
48157 "fields": null,
48158 "inputFields": null,
48159 "interfaces": null,
48160 "enumValues": [
48161 {
48162 "name": "QUERY",
48163 "description": "Location adjacent to a query operation.",
48164 "isDeprecated": false,
48165 "deprecationReason": null
48166 },
48167 {
48168 "name": "MUTATION",
48169 "description": "Location adjacent to a mutation operation.",
48170 "isDeprecated": false,
48171 "deprecationReason": null
48172 },
48173 {
48174 "name": "SUBSCRIPTION",
48175 "description": "Location adjacent to a subscription operation.",
48176 "isDeprecated": false,
48177 "deprecationReason": null
48178 },
48179 {
48180 "name": "FIELD",
48181 "description": "Location adjacent to a field.",
48182 "isDeprecated": false,
48183 "deprecationReason": null
48184 },
48185 {
48186 "name": "FRAGMENT_DEFINITION",
48187 "description": "Location adjacent to a fragment definition.",
48188 "isDeprecated": false,
48189 "deprecationReason": null
48190 },
48191 {
48192 "name": "FRAGMENT_SPREAD",
48193 "description": "Location adjacent to a fragment spread.",
48194 "isDeprecated": false,
48195 "deprecationReason": null
48196 },
48197 {
48198 "name": "INLINE_FRAGMENT",
48199 "description": "Location adjacent to an inline fragment.",
48200 "isDeprecated": false,
48201 "deprecationReason": null
48202 },
48203 {
48204 "name": "VARIABLE_DEFINITION",
48205 "description": "Location adjacent to a variable definition.",
48206 "isDeprecated": false,
48207 "deprecationReason": null
48208 },
48209 {
48210 "name": "SCHEMA",
48211 "description": "Location adjacent to a schema definition.",
48212 "isDeprecated": false,
48213 "deprecationReason": null
48214 },
48215 {
48216 "name": "SCALAR",
48217 "description": "Location adjacent to a scalar definition.",
48218 "isDeprecated": false,
48219 "deprecationReason": null
48220 },
48221 {
48222 "name": "OBJECT",
48223 "description": "Location adjacent to an object type definition.",
48224 "isDeprecated": false,
48225 "deprecationReason": null
48226 },
48227 {
48228 "name": "FIELD_DEFINITION",
48229 "description": "Location adjacent to a field definition.",
48230 "isDeprecated": false,
48231 "deprecationReason": null
48232 },
48233 {
48234 "name": "ARGUMENT_DEFINITION",
48235 "description": "Location adjacent to an argument definition.",
48236 "isDeprecated": false,
48237 "deprecationReason": null
48238 },
48239 {
48240 "name": "INTERFACE",
48241 "description": "Location adjacent to an interface definition.",
48242 "isDeprecated": false,
48243 "deprecationReason": null
48244 },
48245 {
48246 "name": "UNION",
48247 "description": "Location adjacent to a union definition.",
48248 "isDeprecated": false,
48249 "deprecationReason": null
48250 },
48251 {
48252 "name": "ENUM",
48253 "description": "Location adjacent to an enum definition.",
48254 "isDeprecated": false,
48255 "deprecationReason": null
48256 },
48257 {
48258 "name": "ENUM_VALUE",
48259 "description": "Location adjacent to an enum value definition.",
48260 "isDeprecated": false,
48261 "deprecationReason": null
48262 },
48263 {
48264 "name": "INPUT_OBJECT",
48265 "description": "Location adjacent to an input object type definition.",
48266 "isDeprecated": false,
48267 "deprecationReason": null
48268 },
48269 {
48270 "name": "INPUT_FIELD_DEFINITION",
48271 "description": "Location adjacent to an input object field definition.",
48272 "isDeprecated": false,
48273 "deprecationReason": null
48274 }
48275 ],
48276 "possibleTypes": null
48277 },
48278 {
48279 "kind": "OBJECT",
48280 "name": "NotificationActionGroup",
48281 "description": null,
48282 "fields": [
48283 {
48284 "name": "actions",
48285 "description": null,
48286 "args": [],
48287 "type": {
48288 "kind": "LIST",
48289 "name": null,
48290 "ofType": {
48291 "kind": "OBJECT",
48292 "name": "CardAction",
48293 "ofType": null
48294 }
48295 },
48296 "isDeprecated": false,
48297 "deprecationReason": null
48298 },
48299 {
48300 "name": "text",
48301 "description": null,
48302 "args": [],
48303 "type": {
48304 "kind": "SCALAR",
48305 "name": "String",
48306 "ofType": null
48307 },
48308 "isDeprecated": false,
48309 "deprecationReason": null
48310 }
48311 ],
48312 "inputFields": null,
48313 "interfaces": [],
48314 "enumValues": null,
48315 "possibleTypes": null
48316 }
48317 ],
48318 "directives": [
48319 {
48320 "name": "model",
48321 "description": "",
48322 "locations": [
48323 "FIELD"
48324 ],
48325 "args": []
48326 },
48327 {
48328 "name": "alias",
48329 "description": "",
48330 "locations": [
48331 "ARGUMENT_DEFINITION"
48332 ],
48333 "args": [
48334 {
48335 "name": "for",
48336 "description": "",
48337 "type": {
48338 "kind": "NON_NULL",
48339 "name": null,
48340 "ofType": {
48341 "kind": "SCALAR",
48342 "name": "String",
48343 "ofType": null
48344 }
48345 },
48346 "defaultValue": null
48347 }
48348 ]
48349 },
48350 {
48351 "name": "authorization",
48352 "description": "",
48353 "locations": [
48354 "FIELD_DEFINITION"
48355 ],
48356 "args": [
48357 {
48358 "name": "domain",
48359 "description": "",
48360 "type": {
48361 "kind": "NON_NULL",
48362 "name": null,
48363 "ofType": {
48364 "kind": "SCALAR",
48365 "name": "String",
48366 "ofType": null
48367 }
48368 },
48369 "defaultValue": null
48370 },
48371 {
48372 "name": "action",
48373 "description": "",
48374 "type": {
48375 "kind": "NON_NULL",
48376 "name": null,
48377 "ofType": {
48378 "kind": "SCALAR",
48379 "name": "String",
48380 "ofType": null
48381 }
48382 },
48383 "defaultValue": null
48384 }
48385 ]
48386 },
48387 {
48388 "name": "skip",
48389 "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
48390 "locations": [
48391 "FIELD",
48392 "FRAGMENT_SPREAD",
48393 "INLINE_FRAGMENT"
48394 ],
48395 "args": [
48396 {
48397 "name": "if",
48398 "description": "Skipped when true.",
48399 "type": {
48400 "kind": "NON_NULL",
48401 "name": null,
48402 "ofType": {
48403 "kind": "SCALAR",
48404 "name": "Boolean",
48405 "ofType": null
48406 }
48407 },
48408 "defaultValue": null
48409 }
48410 ]
48411 },
48412 {
48413 "name": "include",
48414 "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
48415 "locations": [
48416 "FIELD",
48417 "FRAGMENT_SPREAD",
48418 "INLINE_FRAGMENT"
48419 ],
48420 "args": [
48421 {
48422 "name": "if",
48423 "description": "Included when true.",
48424 "type": {
48425 "kind": "NON_NULL",
48426 "name": null,
48427 "ofType": {
48428 "kind": "SCALAR",
48429 "name": "Boolean",
48430 "ofType": null
48431 }
48432 },
48433 "defaultValue": null
48434 }
48435 ]
48436 },
48437 {
48438 "name": "deprecated",
48439 "description": "Marks an element of a GraphQL schema as no longer supported.",
48440 "locations": [
48441 "FIELD_DEFINITION",
48442 "ENUM_VALUE"
48443 ],
48444 "args": [
48445 {
48446 "name": "reason",
48447 "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).",
48448 "type": {
48449 "kind": "SCALAR",
48450 "name": "String",
48451 "ofType": null
48452 },
48453 "defaultValue": "\"No longer supported\""
48454 }
48455 ]
48456 },
48457 {
48458 "name": "required",
48459 "description": "Requires this field to be present and not null or empty",
48460 "locations": [
48461 "FIELD"
48462 ],
48463 "args": []
48464 },
48465 {
48466 "name": "ne",
48467 "description": "Ensures a field's value does not equal 'value'",
48468 "locations": [
48469 "FIELD"
48470 ],
48471 "args": [
48472 {
48473 "name": "value",
48474 "description": "Value to match with fields value (after .toString)",
48475 "type": {
48476 "kind": "NON_NULL",
48477 "name": null,
48478 "ofType": {
48479 "kind": "SCALAR",
48480 "name": "String",
48481 "ofType": null
48482 }
48483 },
48484 "defaultValue": null
48485 }
48486 ]
48487 },
48488 {
48489 "name": "matches",
48490 "description": "Ensures a field's value matches the supplied regular expression",
48491 "locations": [
48492 "FIELD"
48493 ],
48494 "args": [
48495 {
48496 "name": "re",
48497 "description": "Re to match with fields value (after .toString)",
48498 "type": {
48499 "kind": "NON_NULL",
48500 "name": null,
48501 "ofType": {
48502 "kind": "SCALAR",
48503 "name": "String",
48504 "ofType": null
48505 }
48506 },
48507 "defaultValue": null
48508 }
48509 ]
48510 }
48511 ]
48512 }
48513}
\No newline at end of file