@things-factory/operato-codelingua 6.1.63 → 7.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/README.md +66 -21
  2. package/_index.html +20 -11
  3. package/assets/images/hatiolab-logo.png +0 -0
  4. package/assets/images/user.png +0 -0
  5. package/assets/manifest.json +4 -4
  6. package/client/bootstrap.ts +199 -1
  7. package/client/icons/menu-icons.ts +91 -0
  8. package/client/pages/git-project/git-project-list-page.ts +334 -0
  9. package/client/route.ts +5 -7
  10. package/client/themes/dark.css +51 -0
  11. package/client/themes/light.css +51 -0
  12. package/client/viewparts/menu-tools.ts +170 -0
  13. package/client/viewparts/user-circle.ts +24 -0
  14. package/config/config.development.js +1 -5
  15. package/config/config.production.js +1 -5
  16. package/db.sqlite +0 -0
  17. package/dist-client/bootstrap.d.ts +7 -0
  18. package/dist-client/bootstrap.js +172 -0
  19. package/dist-client/bootstrap.js.map +1 -0
  20. package/dist-client/icons/menu-icons.d.ts +5 -0
  21. package/dist-client/icons/menu-icons.js +84 -0
  22. package/dist-client/icons/menu-icons.js.map +1 -0
  23. package/dist-client/index.d.ts +0 -0
  24. package/dist-client/index.js +2 -0
  25. package/dist-client/index.js.map +1 -0
  26. package/dist-client/pages/git-project/git-project-list-page.d.ts +53 -0
  27. package/dist-client/pages/git-project/git-project-list-page.js +318 -0
  28. package/dist-client/pages/git-project/git-project-list-page.js.map +1 -0
  29. package/dist-client/route.d.ts +1 -0
  30. package/dist-client/route.js +8 -0
  31. package/dist-client/route.js.map +1 -0
  32. package/dist-client/themes/dark.css +51 -0
  33. package/dist-client/themes/light.css +51 -0
  34. package/dist-client/tsconfig.tsbuildinfo +1 -0
  35. package/dist-client/viewparts/menu-tools.d.ts +17 -0
  36. package/dist-client/viewparts/menu-tools.js +172 -0
  37. package/dist-client/viewparts/menu-tools.js.map +1 -0
  38. package/dist-client/viewparts/user-circle.d.ts +5 -0
  39. package/dist-client/viewparts/user-circle.js +26 -0
  40. package/dist-client/viewparts/user-circle.js.map +1 -0
  41. package/dist-server/controllers/github-controller.d.ts +2 -0
  42. package/dist-server/controllers/github-controller.js +78 -0
  43. package/dist-server/controllers/github-controller.js.map +1 -0
  44. package/dist-server/controllers/index.d.ts +0 -0
  45. package/dist-server/index.d.ts +4 -0
  46. package/dist-server/index.js +3 -0
  47. package/dist-server/index.js.map +1 -1
  48. package/dist-server/middlewares/index.d.ts +1 -0
  49. package/dist-server/middlewares/index.js +7 -0
  50. package/dist-server/middlewares/index.js.map +1 -0
  51. package/dist-server/migrations/index.d.ts +1 -0
  52. package/dist-server/migrations/index.js +12 -0
  53. package/dist-server/migrations/index.js.map +1 -0
  54. package/dist-server/routers/github-webhook-router.d.ts +1 -0
  55. package/dist-server/routers/github-webhook-router.js +16 -0
  56. package/dist-server/routers/github-webhook-router.js.map +1 -0
  57. package/dist-server/routes.d.ts +1 -0
  58. package/dist-server/routes.js +4 -1
  59. package/dist-server/routes.js.map +1 -1
  60. package/dist-server/service/git-project/git-project-mutation.d.ts +10 -0
  61. package/dist-server/service/git-project/git-project-mutation.js +127 -0
  62. package/dist-server/service/git-project/git-project-mutation.js.map +1 -0
  63. package/dist-server/service/git-project/git-project-query.d.ts +11 -0
  64. package/dist-server/service/git-project/git-project-query.js +79 -0
  65. package/dist-server/service/git-project/git-project-query.js.map +1 -0
  66. package/dist-server/service/git-project/git-project-type.d.ts +20 -0
  67. package/dist-server/service/git-project/git-project-type.js +77 -0
  68. package/dist-server/service/git-project/git-project-type.js.map +1 -0
  69. package/dist-server/service/git-project/git-project.d.ts +22 -0
  70. package/dist-server/service/git-project/git-project.js +95 -0
  71. package/dist-server/service/git-project/git-project.js.map +1 -0
  72. package/dist-server/service/git-project/index.d.ts +6 -0
  73. package/dist-server/service/git-project/index.js +10 -0
  74. package/dist-server/service/git-project/index.js.map +1 -0
  75. package/dist-server/service/index.d.ts +5 -0
  76. package/dist-server/service/index.js +8 -3
  77. package/dist-server/service/index.js.map +1 -1
  78. package/dist-server/tsconfig.tsbuildinfo +1 -1
  79. package/helps/operato-codelingua/git-project.md +160 -0
  80. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +17 -12
  81. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +35 -0
  82. package/logs/application-2024-07-07-17.log +156 -0
  83. package/logs/application-2024-07-07-20.log +81 -0
  84. package/logs/application-2024-07-08-00.log +81 -0
  85. package/logs/application-2024-07-08-01.log +83 -0
  86. package/logs/application-2024-07-08-02.log +81 -0
  87. package/logs/connections-2024-07-07-17.log +41 -0
  88. package/logs/connections-2024-07-07-20.log +41 -0
  89. package/logs/connections-2024-07-08-00.log +41 -0
  90. package/logs/connections-2024-07-08-01.log +41 -0
  91. package/logs/connections-2024-07-08-02.log +41 -0
  92. package/package.json +57 -18
  93. package/schema.graphql +4259 -0
  94. package/server/controllers/github-controller.ts +73 -0
  95. package/server/index.ts +4 -0
  96. package/server/middlewares/index.ts +3 -0
  97. package/server/migrations/index.ts +9 -0
  98. package/server/routers/github-webhook-router.ts +21 -0
  99. package/server/routes.ts +3 -1
  100. package/server/service/git-project/git-project-mutation.ts +136 -0
  101. package/server/service/git-project/git-project-query.ts +48 -0
  102. package/server/service/git-project/git-project-type.ts +55 -0
  103. package/server/service/git-project/git-project.ts +84 -0
  104. package/server/service/git-project/index.ts +7 -0
  105. package/server/service/index.ts +8 -0
  106. package/things-factory.config.js +8 -0
  107. package/translations/en.json +3 -1
  108. package/translations/ja.json +3 -1
  109. package/translations/ko.json +3 -1
  110. package/translations/ms.json +3 -1
  111. package/translations/zh.json +3 -1
  112. package/views/auth-page.html +12 -8
  113. package/views/public/home.html +12 -9
  114. package/client/pages/main.ts +0 -33
  115. package/client/themes/app-theme.css +0 -142
  116. package/config.development.js +0 -7
  117. package/logs/application-2023-06-25-11.log +0 -12
  118. package/logs/application-2023-06-25-12.log +0 -34
  119. package/logs/application-2023-06-25-13.log +0 -8
  120. package/schema.gql +0 -841
  121. package/things-factory.config.ts +0 -13
package/schema.graphql ADDED
@@ -0,0 +1,4259 @@
1
+ # -----------------------------------------------
2
+ # !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!!
3
+ # !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
4
+ # -----------------------------------------------
5
+
6
+ input APIDocCompletionInput {
7
+ code: String!
8
+ language: String
9
+ }
10
+
11
+ type APIDocCompletionOutput {
12
+ message: String
13
+ }
14
+
15
+ type AccessToken {
16
+ accesToken: String!
17
+ refreshToken: String!
18
+ }
19
+
20
+ """Any Scalar type (String, Boolean, Int, Float, Object, List)"""
21
+ scalar Any
22
+
23
+ type AppBinding {
24
+ application: Application
25
+ createdAt: DateTimeISO
26
+ creator: User!
27
+ description: String
28
+ domains: [Domain!]!
29
+ email: EmailAddress!
30
+ id: ID!
31
+ locale: String
32
+ name: String
33
+ owner: Boolean
34
+ reference: String
35
+ refreshToken: String
36
+ roles: [Role!]!
37
+ scope: String
38
+ ssoId: String
39
+ status: String!
40
+ updatedAt: DateTimeISO
41
+ updater: User!
42
+ userType: String
43
+ usersAuthProviders: [UsersAuthProviders!]
44
+ }
45
+
46
+ type AppBindingList {
47
+ items: [AppBinding!]
48
+ total: Int
49
+ }
50
+
51
+ type Appliance {
52
+ accessToken: String
53
+ brand: String
54
+ createdAt: DateTimeISO
55
+ creator: User
56
+ description: String
57
+ domain: Domain!
58
+ id: ID!
59
+ model: String
60
+ name: String!
61
+ netmask: String
62
+ serialNo: String
63
+ updatedAt: DateTimeISO
64
+ updater: User
65
+ }
66
+
67
+ type ApplianceList {
68
+ items: [Appliance!]
69
+ total: Int
70
+ }
71
+
72
+ input AppliancePatch {
73
+ brand: String
74
+ description: String
75
+ id: ID
76
+ model: String
77
+ name: String
78
+ netmask: String
79
+ serialNo: String
80
+ }
81
+
82
+ type Application {
83
+ accessTokenUrl: String!
84
+ appKey: String
85
+ appSecret: String
86
+ authUrl: String!
87
+ availableScopes: String!
88
+ createdAt: DateTimeISO
89
+ creator: User
90
+ description: String
91
+ domain: Domain!
92
+ email: EmailAddress!
93
+ icon: String
94
+ id: ID!
95
+ name: String!
96
+ redirectUrl: String!
97
+ status: String!
98
+ type: String!
99
+ updatedAt: DateTimeISO
100
+ updater: User
101
+ url: String!
102
+ webhook: String
103
+ }
104
+
105
+ type ApplicationList {
106
+ items: [Application!]
107
+ total: Int
108
+ }
109
+
110
+ input ApplicationPatch {
111
+ description: String
112
+ email: EmailAddress
113
+ icon: String
114
+ name: String
115
+ redirectUrl: String
116
+ type: ApplicationType
117
+ url: String
118
+ webhook: String
119
+ }
120
+
121
+ """state enumeration of a application"""
122
+ enum ApplicationType {
123
+ MMS
124
+ OTHERS
125
+ SELLERCRAFT
126
+ SFTP
127
+ XERO
128
+ XILNEX
129
+ }
130
+
131
+ """Entity for ApprovalLine"""
132
+ type ApprovalLine {
133
+ createdAt: DateTimeISO
134
+ creator: User
135
+ description: String
136
+ domain: Domain!
137
+ id: ID!
138
+ model: [ApprovalLineItem!]
139
+ name: String
140
+ owner: ApprovalLineOwner
141
+ ownerEmployee: Employee
142
+ ownerType: String
143
+ ownerValue: String
144
+ updatedAt: DateTimeISO
145
+ updater: User
146
+ }
147
+
148
+ """Entity for approval line item"""
149
+ type ApprovalLineItem {
150
+ approver: OrgMemberTarget
151
+ type: String
152
+ value: String
153
+ }
154
+
155
+ type ApprovalLineList {
156
+ items: [ApprovalLine!]!
157
+ total: Int!
158
+ }
159
+
160
+ type ApprovalLineOwner {
161
+ controlNo: String
162
+
163
+ """Field description"""
164
+ description: String
165
+
166
+ """Field id"""
167
+ id: ID!
168
+
169
+ """Field name"""
170
+ name: String
171
+ }
172
+
173
+ """type enumeration of a approvalLineOwner"""
174
+ enum ApprovalLineOwnerType {
175
+ Common
176
+ Employee
177
+ }
178
+
179
+ input ApprovalLinePatch {
180
+ cuFlag: String
181
+ description: String
182
+ id: ID
183
+ model: Object
184
+ name: String
185
+ owner: ObjectRefApprovalLineOwnerType
186
+ ownerType: ApprovalLineOwnerType
187
+ }
188
+
189
+ type Attachment {
190
+ category: String
191
+ createdAt: DateTimeISO!
192
+ creator: User
193
+ description: String
194
+ domain: Domain!
195
+ encoding: String!
196
+ fullpath: String!
197
+ id: ID!
198
+ mimetype: String!
199
+ name: String!
200
+ path: String!
201
+ refBy: String
202
+ refType: String
203
+ size: String!
204
+ updatedAt: DateTimeISO!
205
+ updater: User
206
+ }
207
+
208
+ type AttachmentList {
209
+ items: [Attachment!]!
210
+ total: Int!
211
+ }
212
+
213
+ input AttachmentPatch {
214
+ category: String
215
+ description: String
216
+ encoding: String
217
+ file: Upload
218
+ mimetype: String
219
+ name: String
220
+ refBy: String
221
+ refType: String
222
+ }
223
+
224
+ """Entity for AttributeSet"""
225
+ type AttributeSet {
226
+ createdAt: DateTimeISO
227
+ description: String
228
+ entity: String
229
+ id: ID!
230
+ items: [AttributeSetItem!]
231
+ updatedAt: DateTimeISO
232
+ }
233
+
234
+ """Entity for AttributeSetItem"""
235
+ type AttributeSetItem {
236
+ active: Boolean
237
+ description: String
238
+ hidden: Boolean
239
+ name: String!
240
+ options: Object
241
+ tag: String
242
+ type: String
243
+ }
244
+
245
+ input AttributeSetItemPatch {
246
+ active: Boolean
247
+ description: String
248
+ hidden: Boolean
249
+ name: String
250
+ options: Object
251
+ tag: String
252
+ type: AttributeSetItemType
253
+ }
254
+
255
+ """type enumeration of a attribute-set-item"""
256
+ enum AttributeSetItemType {
257
+ boolean
258
+ date
259
+ datetime
260
+ file
261
+ number
262
+ select
263
+ text
264
+ }
265
+
266
+ type AttributeSetList {
267
+ items: [AttributeSet!]!
268
+ total: Int!
269
+ }
270
+
271
+ input AttributeSetPatch {
272
+ cuFlag: String
273
+ description: String
274
+ entity: String
275
+ id: ID
276
+ items: [AttributeSetItemPatch!]
277
+ }
278
+
279
+ """Entity for AuthProvider"""
280
+ type AuthProvider {
281
+ active: Boolean
282
+ clientId: String
283
+ clientSecret: String
284
+ createdAt: DateTimeISO
285
+ creator: User
286
+ domain: Domain!
287
+ id: ID!
288
+ params: Object
289
+ privateKey: String
290
+ tenantId: String
291
+ type: String
292
+ updatedAt: DateTimeISO
293
+ updater: User
294
+ usersAuthProviders: [UsersAuthProviders!]
295
+ }
296
+
297
+ type AuthProviderList {
298
+ items: [AuthProvider!]!
299
+ total: Int!
300
+ }
301
+
302
+ type AuthProviderParameterSpec {
303
+ label: String!
304
+ name: String!
305
+ placeholder: String
306
+ property: Object
307
+ styles: Object
308
+ type: String!
309
+ }
310
+
311
+ input AuthProviderPatch {
312
+ active: Boolean
313
+ clientId: String
314
+ clientSecret: String
315
+ cuFlag: String
316
+ id: ID
317
+ params: Object
318
+ privateKey: String
319
+ tenantId: String
320
+ type: String
321
+ }
322
+
323
+ type AuthProviderType {
324
+ description: String
325
+ help: String
326
+ parameterSpec: [AuthProviderParameterSpec!]
327
+ type: String!
328
+ }
329
+
330
+ type AuthProviderTypeList {
331
+ items: [AuthProviderType!]!
332
+ total: Int!
333
+ }
334
+
335
+ """Entity for Visualization Board"""
336
+ type Board {
337
+ createdAt: DateTimeISO
338
+ creator: User
339
+ deletedAt: DateTimeISO
340
+ description: String
341
+ domain: Domain
342
+ group: Group
343
+ id: ID
344
+ model: String
345
+ name: String!
346
+ playGroups: [PlayGroup!]
347
+ state: String
348
+ thumbnail: String
349
+ updatedAt: DateTimeISO
350
+ updater: User
351
+ version: Float
352
+ }
353
+
354
+ type BoardFavorite {
355
+ createdAt: DateTimeISO
356
+ creator: User
357
+ deletedAt: DateTimeISO
358
+ description: String
359
+ domain: Domain
360
+ favoriteId: String
361
+ group: Group
362
+ id: ID
363
+ model: String
364
+ name: String!
365
+ playGroups: [PlayGroup!]
366
+ state: String
367
+ thumbnail: String
368
+ updatedAt: DateTimeISO
369
+ updater: User
370
+ version: Float
371
+ }
372
+
373
+ type BoardFavoriteList {
374
+ items: [BoardFavorite!]!
375
+ total: Int!
376
+ }
377
+
378
+ """History Entity of Board"""
379
+ type BoardHistory {
380
+ createdAt: DateTimeISO
381
+ creator: User
382
+ deletedAt: DateTimeISO
383
+ description: String
384
+ domain: Domain
385
+ group: Group
386
+ id: ID!
387
+ model: String
388
+ name: String!
389
+ playGroups: [PlayGroup!]
390
+ thumbnail: String
391
+ updatedAt: DateTimeISO
392
+ updater: User
393
+ version: Float
394
+ }
395
+
396
+ type BoardList {
397
+ items: [Board!]!
398
+ total: Int!
399
+ }
400
+
401
+ input BoardPatch {
402
+ description: String
403
+ groupId: String
404
+ model: String
405
+ name: String
406
+ thumbnail: String
407
+ }
408
+
409
+ type BoardSetting {
410
+ board: Board!
411
+ id: ID!
412
+ name: String!
413
+ value: String!
414
+ }
415
+
416
+ """Entity for BoardTemplate"""
417
+ type BoardTemplate {
418
+ createdAt: DateTimeISO
419
+ creator: User
420
+ description: String
421
+ domain: Domain!
422
+ id: ID!
423
+ mine: Boolean!
424
+ model: String
425
+ name: String
426
+ tags: Object
427
+ thumbnail: String
428
+ updatedAt: DateTimeISO
429
+ updater: User
430
+ visibility: String
431
+ }
432
+
433
+ type BoardTemplateList {
434
+ items: [BoardTemplate!]!
435
+ total: Int!
436
+ }
437
+
438
+ input BoardTemplatePatch {
439
+ cuFlag: String
440
+ description: String
441
+ id: ID
442
+ model: String
443
+ name: String
444
+ thumbnail: String
445
+ visibility: String
446
+ }
447
+
448
+ input ChatCompletionInput {
449
+ content: String!
450
+ }
451
+
452
+ type ChatCompletionOutput {
453
+ message: String
454
+ }
455
+
456
+ input CodeDecipherInput {
457
+ code: String!
458
+ language: String
459
+ system: String
460
+ }
461
+
462
+ type CodeDecipherOutput {
463
+ message: String
464
+ }
465
+
466
+ """Entity for CommonCode"""
467
+ type CommonCode {
468
+ createdAt: DateTimeISO
469
+ creator: User
470
+ description: String
471
+ details: [CommonCodeDetail!]!
472
+ domain: Domain!
473
+ id: ID!
474
+ name: String!
475
+ updatedAt: DateTimeISO
476
+ updater: User
477
+ }
478
+
479
+ """Entity for CommonCodeDetail"""
480
+ type CommonCodeDetail {
481
+ commonCode: CommonCode
482
+ createdAt: DateTimeISO
483
+ creator: User
484
+ description: String
485
+ domain: Domain!
486
+ id: ID!
487
+ labels: Object
488
+ name: String!
489
+ rank: Float
490
+ updatedAt: DateTimeISO
491
+ updater: User
492
+ }
493
+
494
+ type CommonCodeDetailList {
495
+ items: [CommonCodeDetail!]!
496
+ total: Int!
497
+ }
498
+
499
+ input CommonCodeDetailPatch {
500
+ commonCode: ObjectRef!
501
+ cuFlag: String
502
+ description: String
503
+ id: ID
504
+ labels: Object
505
+ name: String
506
+ rank: Float
507
+ }
508
+
509
+ type CommonCodeList {
510
+ items: [CommonCode!]!
511
+ total: Int!
512
+ }
513
+
514
+ input CommonCodePatch {
515
+ cuFlag: String
516
+ description: String
517
+ details: [String!]
518
+ id: ID
519
+ name: String
520
+ }
521
+
522
+ type Connection {
523
+ active: Boolean
524
+ createdAt: DateTimeISO
525
+ creator: User
526
+ description: String
527
+ domain: Domain
528
+ edge: Appliance
529
+ endpoint: String
530
+ id: ID!
531
+ name: String!
532
+ params: String
533
+ state: String
534
+ type: String
535
+ updatedAt: DateTimeISO
536
+ updater: User
537
+ }
538
+
539
+ type ConnectionList {
540
+ items: [Connection!]!
541
+ total: Int!
542
+ }
543
+
544
+ input ConnectionPatch {
545
+ active: Boolean
546
+ cuFlag: String
547
+ description: String
548
+ edge: ObjectRef
549
+ endpoint: String
550
+ id: ID
551
+ name: String
552
+ params: String
553
+ type: String
554
+ }
555
+
556
+ type ConnectionState {
557
+ description: String
558
+ domain: Domain!
559
+ edge: Appliance
560
+ id: String
561
+ name: String
562
+ state: String
563
+ timestamp: DateTimeISO
564
+ type: String
565
+ }
566
+
567
+ type ConnectorList {
568
+ items: [ConnectorType!]!
569
+ total: Int!
570
+ }
571
+
572
+ type ConnectorType {
573
+ description: String
574
+ help: String
575
+ name: String!
576
+ parameterSpec: [PropertySpec!]
577
+ taskPrefixes: [String!]
578
+ }
579
+
580
+ """Entity for Contact"""
581
+ type Contact {
582
+ address: String
583
+ company: String
584
+ createdAt: DateTimeISO
585
+ creator: User
586
+ deletedAt: DateTimeISO
587
+ department: String
588
+ domain: Domain!
589
+ email: EmailAddress
590
+ id: ID!
591
+ items: [ContactItem!]
592
+ name: String
593
+ note: String
594
+ phone: String
595
+ profile: Profile
596
+ updatedAt: DateTimeISO
597
+ updater: User
598
+ }
599
+
600
+ type ContactItem {
601
+ label: String!
602
+ type: String!
603
+ value: String!
604
+ }
605
+
606
+ input ContactItemPatch {
607
+ label: String!
608
+ type: String!
609
+ value: String!
610
+ }
611
+
612
+ type ContactList {
613
+ items: [Contact!]!
614
+ total: Int!
615
+ }
616
+
617
+ input ContactPatch {
618
+ address: String
619
+ company: String
620
+ cuFlag: String
621
+ department: String
622
+ email: EmailAddress
623
+ id: ID
624
+ items: [ContactItemPatch!]
625
+ name: String
626
+ note: String
627
+ phone: String
628
+ profile: ProfileInput
629
+ }
630
+
631
+ type Data {
632
+ """Data delivered by subscription"""
633
+ data: Object
634
+
635
+ """The domain where the data originated"""
636
+ domain: Domain
637
+
638
+ """Tag name attached to data"""
639
+ tag: String!
640
+ }
641
+
642
+ """Date custom scalar type"""
643
+ scalar Date
644
+
645
+ """
646
+ A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.This scalar is serialized to a string in ISO 8601 format and parsed from a string in ISO 8601 format.
647
+ """
648
+ scalar DateTimeISO
649
+
650
+ """Entity for Department"""
651
+ type Department {
652
+ active: Boolean
653
+ children(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): [Department!]!
654
+ controlNo: String!
655
+ createdAt: DateTimeISO
656
+ creator: User
657
+ deletedAt: DateTimeISO
658
+ description: String
659
+ domain: Domain!
660
+ extension: String
661
+ id: ID!
662
+ manager: Employee
663
+ members: [Employee!]!
664
+ name: String
665
+ parent: Department
666
+ picture: String
667
+ updatedAt: DateTimeISO
668
+ updater: User
669
+ version: Float
670
+ }
671
+
672
+ type DepartmentList {
673
+ items: [Department!]!
674
+ total: Int!
675
+ }
676
+
677
+ input DepartmentPatch {
678
+ active: Boolean
679
+ controlNo: String
680
+ cuFlag: String
681
+ description: String
682
+ id: ID
683
+ manager: ObjectRefForEmployee
684
+ name: String
685
+ parent: ObjectRef
686
+ picture: Upload
687
+ }
688
+
689
+ type Domain {
690
+ attributes: Object
691
+ brandImage: String
692
+ brandName: String
693
+ children: Domain
694
+ contentImage: String
695
+ createdAt: DateTimeISO
696
+ deletedAt: DateTimeISO
697
+ description: String
698
+ extType: String
699
+ id: ID!
700
+ iplist: Object
701
+ name: String!
702
+ owner: String
703
+ ownerUser: User
704
+ parent: Domain
705
+ subdomain: String
706
+ systemFlag: Boolean
707
+ theme: String
708
+ timezone: String
709
+ updatedAt: DateTimeISO
710
+ }
711
+
712
+ input DomainGeneratorInput {
713
+ description: String
714
+ name: String!
715
+ }
716
+
717
+ input DomainInput {
718
+ description: String
719
+ name: String!
720
+ }
721
+
722
+ type DomainList {
723
+ items: [Domain!]
724
+ total: Int
725
+ }
726
+
727
+ input DomainPatch {
728
+ attributes: Object
729
+ brandImage: String
730
+ brandName: String
731
+ contentImage: String
732
+ description: String
733
+ id: String
734
+ name: String
735
+ owner: String
736
+ parent: ObjectRef
737
+ subdomain: String
738
+ systemFlag: Boolean
739
+ theme: String
740
+ timezone: String
741
+ }
742
+
743
+ input DomainUserRoleInput {
744
+ domain: DomainInput!
745
+ roles: [NewRole!]!
746
+ users: [NewUserByDomainWizardInput!]!
747
+ }
748
+
749
+ """
750
+ A field whose value conforms to the standard internet email address format as specified in HTML Spec: https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address.
751
+ """
752
+ scalar EmailAddress @specifiedBy(url: "https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address")
753
+
754
+ """Entity for Employee"""
755
+ type Employee {
756
+ active: Boolean
757
+ address: String!
758
+ alias: String
759
+ approvalLines: [ApprovalLine!]!
760
+ contact: Contact
761
+ controlNo: String!
762
+ createdAt: DateTimeISO
763
+ creator: User
764
+ deletedAt: DateTimeISO
765
+ department: Department
766
+ domain: Domain!
767
+ email: EmailAddress
768
+ extension: String
769
+ hiredOn: String
770
+ id: ID!
771
+ jobPosition: String
772
+ jobResponsibility: String
773
+ manages: [Department!]!
774
+ name: String
775
+ note: String
776
+ phone: String
777
+ photo: String
778
+ profile: Profile
779
+ retiredAt: String
780
+ supervises: [Employee!]!
781
+ supervisor: Employee
782
+ type: String
783
+ updatedAt: DateTimeISO
784
+ updater: User
785
+ user: User
786
+ version: Float
787
+ }
788
+
789
+ type EmployeeList {
790
+ items: [Employee!]!
791
+ total: Int!
792
+ }
793
+
794
+ input EmployeePatch {
795
+ active: Boolean
796
+ alias: String
797
+ controlNo: String
798
+ cuFlag: String
799
+ department: ObjectRef
800
+ hiredOn: String
801
+ id: ID
802
+ jobPosition: String
803
+ jobResponsibility: String
804
+ name: String
805
+ note: String
806
+ photo: Upload
807
+ retiredAt: String
808
+ supervisor: ObjectRefForEmployee
809
+ type: EmployeeType
810
+ user: ObjectRefForUser
811
+ }
812
+
813
+ """type enumeration of a employee"""
814
+ enum EmployeeType {
815
+ FULLTIME
816
+ PARTTIME
817
+ TEMPORARY
818
+ }
819
+
820
+ """Entity for Entity"""
821
+ type Entity {
822
+ active: Boolean
823
+ association: String
824
+ bundle: String!
825
+ children: [Entity!]
826
+ columns: [EntityColumn!]
827
+ createdAt: DateTimeISO
828
+ creator: User
829
+ dataProp: String
830
+ delStrategy: String
831
+ description: String
832
+ domain: Domain!
833
+ extEntity: Boolean
834
+ fixedColumns: Float
835
+ id: ID!
836
+ idField: String
837
+ idType: String
838
+ master: Entity
839
+ multiSaveUrl: String
840
+ name: String!
841
+ refField: String
842
+ searchUrl: String
843
+ tableName: String!
844
+ titleField: String
845
+ updatedAt: DateTimeISO
846
+ updater: User
847
+ }
848
+
849
+ """Entity for EntityColumn"""
850
+ type EntityColumn {
851
+ colSize: Float
852
+ colType: String!
853
+ createdAt: DateTimeISO
854
+ creator: User
855
+ defVal: String
856
+ description: String
857
+ domain: Domain!
858
+ entity: Entity!
859
+ formEditor: String
860
+ formFormat: String
861
+ formValidator: String
862
+ gridAlign: String
863
+ gridEditor: String
864
+ gridFormat: String
865
+ gridRank: Float
866
+ gridValidator: String
867
+ gridWidth: Float
868
+ id: ID!
869
+ ignoreOnSav: Boolean
870
+ name: String!
871
+ nullable: Boolean
872
+ rangeVal: String
873
+ rank: Float
874
+ refName: String
875
+ refParams: String
876
+ refRelated: String
877
+ refType: String
878
+ refUrl: String
879
+ reverseSort: Boolean
880
+ searchEditor: String
881
+ searchInitVal: String
882
+ searchName: String
883
+ searchOper: String
884
+ searchRank: Float
885
+ sortRank: Float
886
+ term: String
887
+ uniqRank: Float
888
+ updatedAt: DateTimeISO
889
+ updater: User
890
+ virtualField: Boolean
891
+ }
892
+
893
+ type EntityColumnList {
894
+ items: [EntityColumn!]!
895
+ total: Int!
896
+ }
897
+
898
+ """EntityColumn of Entity"""
899
+ type EntityColumnMetadata {
900
+ enum: [Any!]
901
+ generatedType: String
902
+ isArray: Boolean
903
+ isNullable: Boolean!
904
+ isPrimary: Boolean
905
+ isReadonly: Boolean
906
+ isUpdateDate: Boolean
907
+ isVersion: Boolean
908
+ length: Float
909
+ propertyName: String!
910
+ referenceColumn: Any
911
+ relationMetadata: EntityRelationMetadata
912
+ target: Any
913
+ type: Any!
914
+ width: Int
915
+ }
916
+
917
+ input EntityColumnPatch {
918
+ colSize: Int
919
+ colType: String
920
+ cuFlag: String
921
+ defVal: String
922
+ description: String
923
+ entity: ObjectRef
924
+ formEditor: String
925
+ formFormat: String
926
+ formValidator: String
927
+ gridAlign: String
928
+ gridEditor: String
929
+ gridFormat: String
930
+ gridRank: Int
931
+ gridValidator: String
932
+ gridWidth: Int
933
+ id: ID
934
+ ignoreOnSav: Boolean
935
+ name: String
936
+ nullable: Boolean
937
+ rangeVal: String
938
+ rank: Int
939
+ refName: String
940
+ refParams: String
941
+ refRelated: String
942
+ refType: String
943
+ refUrl: String
944
+ reverseSort: Boolean
945
+ searchEditor: String
946
+ searchInitVal: String
947
+ searchName: String
948
+ searchOper: String
949
+ searchRank: Int
950
+ sortRank: Float
951
+ term: String
952
+ uniqRank: Int
953
+ virtualField: Boolean
954
+ }
955
+
956
+ type EntityList {
957
+ items: [Entity!]!
958
+ total: Int!
959
+ }
960
+
961
+ """Entity for EntityMetadata"""
962
+ type EntityMetadata {
963
+ columns: [EntityColumnMetadata!]
964
+ name: String!
965
+ }
966
+
967
+ input EntityPatch {
968
+ active: Boolean
969
+ association: String
970
+ bundle: String
971
+ children: [String!]
972
+ columns: [String!]
973
+ cuFlag: String
974
+ dataProp: String
975
+ delStrategy: String
976
+ description: String
977
+ extEntity: Boolean
978
+ fixedColumns: Int
979
+ id: ID
980
+ idField: String
981
+ idType: String
982
+ master: String
983
+ multiSaveUrl: String
984
+ name: String
985
+ refField: String
986
+ searchUrl: String
987
+ tableName: String
988
+ titleField: String
989
+ }
990
+
991
+ """RelationType of EntityColumn"""
992
+ type EntityRelationMetadata {
993
+ isManyToOne: Boolean
994
+ isOneToMany: Boolean
995
+ isOneToOne: Boolean
996
+ joinColumns: [EntityColumnMetadata!]
997
+ joinTableName: String
998
+ relationType: Boolean
999
+ }
1000
+
1001
+ """Entity for Favorite"""
1002
+ type Favorite {
1003
+ createdAt: DateTimeISO
1004
+ creator: User
1005
+ domain: Domain!
1006
+ id: ID!
1007
+ routing: String!
1008
+ updatedAt: DateTimeISO
1009
+ updater: User
1010
+ user: User!
1011
+ }
1012
+
1013
+ type FavoriteList {
1014
+ items: [Favorite!]!
1015
+ total: Int!
1016
+ }
1017
+
1018
+ input Filter {
1019
+ name: String!
1020
+ operator: String!
1021
+ relation: Boolean
1022
+ value: Any
1023
+ }
1024
+
1025
+ """Entity for Font"""
1026
+ type Font {
1027
+ active: Boolean!
1028
+ createdAt: DateTimeISO
1029
+ creator: User
1030
+ domain: Domain!
1031
+ files: [Attachment!]
1032
+ id: ID!
1033
+ name: String!
1034
+ path: String
1035
+ provider: String!
1036
+ updatedAt: DateTimeISO
1037
+ updater: User
1038
+ uri: String
1039
+ }
1040
+
1041
+ type FontList {
1042
+ items: [Font!]!
1043
+ total: Int!
1044
+ }
1045
+
1046
+ input FontPatch {
1047
+ active: Boolean
1048
+ files: [Upload!]
1049
+ name: String
1050
+ path: String
1051
+ provider: String
1052
+ uri: String
1053
+ }
1054
+
1055
+ """Entity for GitProject"""
1056
+ type GitProject {
1057
+ active: Boolean
1058
+ createdAt: DateTimeISO
1059
+ creator: User
1060
+ description: String
1061
+ domain: Domain
1062
+ id: ID!
1063
+ name: String
1064
+ params: String
1065
+ state: String
1066
+ updatedAt: DateTimeISO
1067
+ updater: User
1068
+ }
1069
+
1070
+ type GitProjectList {
1071
+ items: [GitProject!]!
1072
+ total: Int!
1073
+ }
1074
+
1075
+ input GitProjectPatch {
1076
+ active: Boolean
1077
+ cuFlag: String
1078
+ description: String
1079
+ id: ID
1080
+ name: String
1081
+ state: GitProjectStatus
1082
+ }
1083
+
1084
+ """state enumeration of a gitProject"""
1085
+ enum GitProjectStatus {
1086
+ STATUS_A
1087
+ STATUS_B
1088
+ }
1089
+
1090
+ type GrantedRole {
1091
+ domain: Domain!
1092
+ id: ID!
1093
+ role: Role!
1094
+ }
1095
+
1096
+ """Entity for Board Management Group"""
1097
+ type Group {
1098
+ boards: [Board!]
1099
+ createdAt: DateTimeISO
1100
+ creator: User
1101
+ description: String
1102
+ domain: Domain
1103
+ id: ID!
1104
+ name: String!
1105
+ updatedAt: DateTimeISO
1106
+ updater: User
1107
+ }
1108
+
1109
+ type GroupList {
1110
+ items: [Group!]!
1111
+ total: Int!
1112
+ }
1113
+
1114
+ input GroupPatch {
1115
+ description: String
1116
+ name: String
1117
+ }
1118
+
1119
+ input ImageCompletionInput {
1120
+ count: Float!
1121
+ description: String!
1122
+ size: String!
1123
+ }
1124
+
1125
+ type ImageCompletionOutput {
1126
+ images: String
1127
+ }
1128
+
1129
+ enum InheritedValueType {
1130
+ Include
1131
+ None
1132
+ Only
1133
+ }
1134
+
1135
+ type Invitation {
1136
+ createdAt: DateTimeISO
1137
+ creator: User
1138
+ email: EmailAddress!
1139
+ id: ID!
1140
+ reference: String!
1141
+ token: String!
1142
+ type: String!
1143
+ updatedAt: DateTimeISO
1144
+ updater: User
1145
+ }
1146
+
1147
+ type InvitationList {
1148
+ items: [Invitation!]
1149
+ total: Int
1150
+ }
1151
+
1152
+ """
1153
+ A field whose value is a JSON Web Token (JWT): https://jwt.io/introduction.
1154
+ """
1155
+ scalar JWT
1156
+
1157
+ """Entity for LiteMenu"""
1158
+ type LiteMenu {
1159
+ active: Boolean
1160
+ appName: String
1161
+ board: Board
1162
+ createdAt: DateTimeISO
1163
+ creator: User
1164
+ description: String
1165
+ domain: Domain!
1166
+ icon: String
1167
+ id: ID!
1168
+ label: String!
1169
+ labels: Object
1170
+ name: String!
1171
+ parent: String
1172
+ privilege: PrivilegeObject
1173
+ rank: Int
1174
+ type: String
1175
+ updatedAt: DateTimeISO
1176
+ updater: User
1177
+ value: String
1178
+ }
1179
+
1180
+ type LiteMenuList {
1181
+ items: [LiteMenu!]!
1182
+ total: Int!
1183
+ }
1184
+
1185
+ input LiteMenuPatch {
1186
+ active: Boolean
1187
+ appName: String
1188
+ description: String
1189
+ icon: String
1190
+ labels: Object
1191
+ name: String
1192
+ parent: String
1193
+ privilege: PrivilegeInput
1194
+ rank: Int
1195
+ type: String
1196
+ value: String
1197
+ }
1198
+
1199
+ type Log {
1200
+ """log level (error, warning, info, ..)"""
1201
+ level: String!
1202
+
1203
+ """log body message"""
1204
+ message: String!
1205
+
1206
+ """the source of the log"""
1207
+ source: Object!
1208
+
1209
+ """timestamp the log occurred"""
1210
+ timestamp: String!
1211
+ }
1212
+
1213
+ type LoginHistory {
1214
+ accessDomain: Domain!
1215
+ accessUser: User!
1216
+ accessedAt: DateTimeISO
1217
+ accessorIp: String
1218
+ id: ID!
1219
+ }
1220
+
1221
+ type LoginHistoryList {
1222
+ items: [LoginHistory!]!
1223
+ total: Int!
1224
+ }
1225
+
1226
+ """Entity for Menu"""
1227
+ type Menu {
1228
+ buttons: [MenuButton!]!
1229
+ category: String
1230
+ children(permittedOnly: Boolean! = false): [Menu!]!
1231
+ columns: [MenuColumn!]!
1232
+ createdAt: DateTimeISO
1233
+ creator: User
1234
+ description: String
1235
+ detailFormId: String
1236
+ detailLayout: String
1237
+ domain: Domain!
1238
+ fixedColumns: Float
1239
+ gridSaveUrl: String
1240
+ hiddenFlag: Boolean
1241
+ iconPath: String
1242
+ id: ID!
1243
+ idField: String
1244
+ itemsProp: String
1245
+ menuType: String
1246
+ name: String
1247
+ pagination: Boolean
1248
+ parent: Menu
1249
+ privilege: PrivilegeObject
1250
+ rank: Float
1251
+ resourceId: String
1252
+ resourceName: String
1253
+ resourceType: String
1254
+ resourceUrl: String
1255
+ role: Role
1256
+ roles: [Role!]
1257
+ routing: String
1258
+ routingType: String
1259
+ template: String
1260
+ titleField: String
1261
+ totalProp: String
1262
+ updatedAt: DateTimeISO
1263
+ updater: User
1264
+ }
1265
+
1266
+ """Entity for MenuButton"""
1267
+ type MenuButton {
1268
+ auth: String
1269
+ createdAt: DateTimeISO
1270
+ creator: User
1271
+ domain: Domain!
1272
+ icon: String
1273
+ id: ID!
1274
+ logic: String
1275
+ menu: Menu
1276
+ rank: Float
1277
+ style: String
1278
+ text: String
1279
+ updatedAt: DateTimeISO
1280
+ updater: User
1281
+ }
1282
+
1283
+ type MenuButtonList {
1284
+ items: [MenuButton!]!
1285
+ total: Int!
1286
+ }
1287
+
1288
+ input MenuButtonPatch {
1289
+ auth: String
1290
+ icon: String
1291
+ logic: String
1292
+ menu: String
1293
+ rank: Int
1294
+ style: String
1295
+ text: String
1296
+ }
1297
+
1298
+ """Entity for MenuColumn"""
1299
+ type MenuColumn {
1300
+ colSize: Float
1301
+ colType: String
1302
+ createdAt: DateTimeISO
1303
+ creator: User
1304
+ defVal: String
1305
+ description: String
1306
+ domain: Domain!
1307
+ extField: Boolean
1308
+ formEditor: String
1309
+ formFormat: String
1310
+ formValidator: String
1311
+ gridAlign: String
1312
+ gridEditor: String
1313
+ gridFormat: String
1314
+ gridRank: Float
1315
+ gridValidator: String
1316
+ gridWidth: Float
1317
+ id: ID!
1318
+ ignoreOnSave: Boolean
1319
+ menu: Menu
1320
+ name: String!
1321
+ nullable: Boolean
1322
+ rangeVal: String
1323
+ rank: Float
1324
+ refName: String
1325
+ refParams: String
1326
+ refRelated: String
1327
+ refType: String
1328
+ refUrl: String
1329
+ reverseSort: Boolean
1330
+ searchEditor: String
1331
+ searchInitVal: String
1332
+ searchName: String
1333
+ searchOper: String
1334
+ searchRank: Float
1335
+ sortRank: Float
1336
+ term: String
1337
+ uniqRank: Float
1338
+ updatedAt: DateTimeISO
1339
+ updater: User
1340
+ virtualField: Boolean
1341
+ }
1342
+
1343
+ type MenuColumnList {
1344
+ items: [MenuColumn!]!
1345
+ total: Int!
1346
+ }
1347
+
1348
+ input MenuColumnPatch {
1349
+ colSize: Int
1350
+ colType: String
1351
+ defVal: String
1352
+ description: String
1353
+ extField: Boolean
1354
+ formEditor: String
1355
+ formFormat: String
1356
+ formValidator: String
1357
+ gridAlign: String
1358
+ gridEditor: String
1359
+ gridFormat: String
1360
+ gridRank: Int
1361
+ gridValidator: String
1362
+ gridWidth: Int
1363
+ ignoreOnSave: Boolean
1364
+ menu: String
1365
+ name: String
1366
+ nullable: Boolean
1367
+ rangeVal: String
1368
+ rank: Int
1369
+ refName: String
1370
+ refParams: String
1371
+ refRelated: String
1372
+ refType: String
1373
+ refUrl: String
1374
+ reverseSort: Boolean
1375
+ searchEditor: String
1376
+ searchInitVal: String
1377
+ searchName: String
1378
+ searchOper: String
1379
+ searchRank: Int
1380
+ sortRank: Int
1381
+ term: String
1382
+ uniqRank: Int
1383
+ virtualField: Boolean
1384
+ }
1385
+
1386
+ """Entity for MenuDetail"""
1387
+ type MenuDetail {
1388
+ association: String
1389
+ buttons: [MenuDetailButton!]
1390
+ columns: [MenuDetailColumn!]
1391
+ createdAt: DateTimeISO
1392
+ creator: User
1393
+ customView: String
1394
+ dataProp: String
1395
+ domain: Domain!
1396
+ entityId: String
1397
+ id: ID!
1398
+ masterField: String
1399
+ menu: Menu
1400
+ name: String!
1401
+ saveUrl: String
1402
+ searchUrl: String
1403
+ updatedAt: DateTimeISO
1404
+ updater: User
1405
+ viewSection: String
1406
+ }
1407
+
1408
+ """Entity for MenuDetailButton"""
1409
+ type MenuDetailButton {
1410
+ createdAt: DateTimeISO
1411
+ creator: User
1412
+ domain: Domain!
1413
+ icon: String
1414
+ id: ID!
1415
+ logic: String
1416
+ menuDetail: MenuDetail
1417
+ rank: Float
1418
+ style: String
1419
+ text: String
1420
+ updatedAt: DateTimeISO
1421
+ updater: User
1422
+ }
1423
+
1424
+ type MenuDetailButtonList {
1425
+ items: [MenuDetailButton!]!
1426
+ total: Int!
1427
+ }
1428
+
1429
+ input MenuDetailButtonPatch {
1430
+ icon: String
1431
+ logic: String
1432
+ menuDetail: String
1433
+ rank: Int
1434
+ style: String
1435
+ text: String
1436
+ }
1437
+
1438
+ """Entity for MenuDetailColumn"""
1439
+ type MenuDetailColumn {
1440
+ colSize: Float
1441
+ colType: String
1442
+ createdAt: DateTimeISO
1443
+ creator: User
1444
+ defVal: String
1445
+ description: String
1446
+ domain: Domain!
1447
+ extField: Boolean
1448
+ formEditor: String
1449
+ formFormat: String
1450
+ formValidator: String
1451
+ gridAlign: String
1452
+ gridEditor: String
1453
+ gridFormat: String
1454
+ gridRank: Float
1455
+ gridValidator: String
1456
+ gridWidth: Float
1457
+ id: ID!
1458
+ ignoreOnSave: Boolean
1459
+ menuDetail: MenuDetail
1460
+ name: String
1461
+ nullable: Boolean
1462
+ rangeVal: String
1463
+ rank: Float
1464
+ refName: String
1465
+ refParams: String
1466
+ refRelated: String
1467
+ refType: String
1468
+ refUrl: String
1469
+ reverseSort: Boolean
1470
+ searchEditor: String
1471
+ searchInitVal: String
1472
+ searchName: String
1473
+ searchOper: String
1474
+ searchRank: Float
1475
+ sortRank: Float
1476
+ term: String
1477
+ uniqRank: Float
1478
+ updatedAt: DateTimeISO
1479
+ updater: User
1480
+ virtualField: Boolean
1481
+ }
1482
+
1483
+ type MenuDetailColumnList {
1484
+ items: [MenuDetailColumn!]!
1485
+ total: Int!
1486
+ }
1487
+
1488
+ input MenuDetailColumnPatch {
1489
+ colSize: Int
1490
+ colType: String!
1491
+ defVal: String
1492
+ description: String
1493
+ extField: Boolean
1494
+ formEditor: String
1495
+ formFormat: String
1496
+ formValidator: String
1497
+ gridAlign: String
1498
+ gridEditor: String
1499
+ gridFormat: String
1500
+ gridRank: Int
1501
+ gridValidator: String
1502
+ gridWidth: Int
1503
+ ignoreOnSave: Boolean
1504
+ menuDetail: String!
1505
+ name: String!
1506
+ nullable: Boolean
1507
+ rangeVal: String
1508
+ rank: Int
1509
+ refName: String
1510
+ refParams: String
1511
+ refRelated: String
1512
+ refType: String
1513
+ refUrl: String
1514
+ reverseSort: Boolean
1515
+ searchEditor: String
1516
+ searchInitVal: String
1517
+ searchName: String
1518
+ searchOper: String
1519
+ searchRank: Int
1520
+ sortRank: Int
1521
+ term: String
1522
+ uniqRank: Int
1523
+ virtualField: Boolean
1524
+ }
1525
+
1526
+ type MenuDetailList {
1527
+ items: [MenuDetail!]!
1528
+ total: Int!
1529
+ }
1530
+
1531
+ input MenuDetailPatch {
1532
+ association: String
1533
+ buttons: [String!]
1534
+ columns: [String!]
1535
+ customView: String
1536
+ dataProp: String
1537
+ entityId: String
1538
+ masterField: String
1539
+ menu: String
1540
+ name: String
1541
+ saveUrl: String
1542
+ searchUrl: String
1543
+ viewSection: String
1544
+ }
1545
+
1546
+ type MenuList {
1547
+ items: [Menu!]!
1548
+ total: Int!
1549
+ }
1550
+
1551
+ input MenuPatch {
1552
+ buttons: [ObjectRef!]
1553
+ category: String
1554
+ children: [ObjectRef!]
1555
+ columns: [ObjectRef!]
1556
+ cuFlag: String
1557
+ description: String
1558
+ detailFormId: String
1559
+ detailLayout: String
1560
+ fixedColumns: Int
1561
+ gridSaveUrl: String
1562
+ hiddenFlag: Boolean
1563
+ iconPath: String
1564
+ id: ID
1565
+ idField: String
1566
+ itemsProp: String
1567
+ menuType: String
1568
+ name: String
1569
+ pagination: Boolean
1570
+ parent: ObjectRef
1571
+ privilege: PrivilegeInput
1572
+ rank: Int
1573
+ resourceId: String
1574
+ resourceName: String
1575
+ resourceType: String
1576
+ resourceUrl: String
1577
+ role: ObjectRef
1578
+ routing: String
1579
+ routingType: String
1580
+ template: String
1581
+ titleField: String
1582
+ totalProp: String
1583
+ }
1584
+
1585
+ type Mutation {
1586
+ """To activate user"""
1587
+ activateUser(userId: String!): Boolean!
1588
+
1589
+ """To attach a contact on Employee"""
1590
+ attachContact(contactId: String!, id: String!): Employee!
1591
+ cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
1592
+
1593
+ """To clear translations cache"""
1594
+ clearTranslationsCache: Boolean!
1595
+
1596
+ """To clone a Board from existing Board"""
1597
+ cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
1598
+
1599
+ """To connect a connection"""
1600
+ connectConnection(name: String!): Connection!
1601
+
1602
+ """To import multiple scenarios"""
1603
+ copyScenarios(ids: [String!]!): [Scenario!]!
1604
+
1605
+ """To create new appliance"""
1606
+ createAppliance(appliance: NewAppliance!): Appliance!
1607
+
1608
+ """To create new application"""
1609
+ createApplication(application: NewApplication!): Application!
1610
+
1611
+ """To create new ApprovalLine"""
1612
+ createApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
1613
+ createAttachment(attachment: NewAttachment!): Attachment!
1614
+ createAttachments(attachments: [NewAttachment!]!): [Attachment!]!
1615
+
1616
+ """To create new AttributeSet"""
1617
+ createAttributeSet(attribute: NewAttributeSet!): AttributeSet!
1618
+
1619
+ """To create new AuthProvider"""
1620
+ createAuthProvider(authProvider: NewAuthProvider!): AuthProvider!
1621
+
1622
+ """To create new Board"""
1623
+ createBoard(board: NewBoard!): Board!
1624
+
1625
+ """To create new BoardTemplate"""
1626
+ createBoardTemplate(boardTemplate: NewBoardTemplate!): BoardTemplate!
1627
+
1628
+ """To create new CommonCode"""
1629
+ createCommonCode(commonCode: NewCommonCode!): CommonCode!
1630
+
1631
+ """To create new CommonCodeDetail"""
1632
+ createCommonCodeDetail(commonCodeDetail: NewCommonCodeDetail!): CommonCodeDetail!
1633
+
1634
+ """To create new connection"""
1635
+ createConnection(connection: NewConnection!): Connection!
1636
+
1637
+ """To create new Contact"""
1638
+ createContact(contact: NewContact!): Contact!
1639
+
1640
+ """To create new Department"""
1641
+ createDepartment(department: NewDepartment!): Department!
1642
+
1643
+ """To create domain (Only superuser is granted this privilege.)"""
1644
+ createDomain(domainInput: DomainPatch!): Domain!
1645
+
1646
+ """To create new Employee"""
1647
+ createEmployee(employee: NewEmployee!): Employee!
1648
+
1649
+ """To create new Entity"""
1650
+ createEntity(entity: NewEntity!): Entity!
1651
+
1652
+ """To create new EntityColumn"""
1653
+ createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
1654
+
1655
+ """To create new Favorite"""
1656
+ createFavorite(favorite: NewFavorite!): Favorite!
1657
+
1658
+ """To create new Font"""
1659
+ createFont(font: NewFont!): Font!
1660
+
1661
+ """To create new GitProject"""
1662
+ createGitProject(gitProject: NewGitProject!): GitProject!
1663
+
1664
+ """To create new Group"""
1665
+ createGroup(group: NewGroup!): Group
1666
+
1667
+ """To create new LiteMenu"""
1668
+ createLiteMenu(liteMenu: NewLiteMenu!): LiteMenu!
1669
+
1670
+ """To create new Menu"""
1671
+ createMenu(menu: NewMenu!): Menu!
1672
+
1673
+ """To create new MenuButton"""
1674
+ createMenuButton(menuButton: NewMenuButton!): MenuButton!
1675
+
1676
+ """To create new MenuColumn"""
1677
+ createMenuColumn(menuColumn: NewMenuColumn!): MenuColumn!
1678
+
1679
+ """To create new MenuDetail"""
1680
+ createMenuDetail(menuDetail: NewMenuDetail!): MenuDetail!
1681
+
1682
+ """To create new MenuDetailButton"""
1683
+ createMenuDetailButton(menuDetailButton: NewMenuDetailButton!): MenuDetailButton!
1684
+
1685
+ """To create new MenuDetailColumn"""
1686
+ createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
1687
+
1688
+ """To create new ApprovalLine for current user"""
1689
+ createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
1690
+
1691
+ """To create my new PagePreference"""
1692
+ createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
1693
+
1694
+ """To create new Notification"""
1695
+ createNotification(notification: NewNotification!): Notification!
1696
+
1697
+ """To create new NotificationRule"""
1698
+ createNotificationRule(notificationRule: NewNotificationRule!): NotificationRule!
1699
+
1700
+ """To create new Oauth2Client"""
1701
+ createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
1702
+
1703
+ """To create new PayloadLog"""
1704
+ createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
1705
+
1706
+ """To create new PlayGroup"""
1707
+ createPlayGroup(playGroup: NewPlayGroup!): PlayGroup!
1708
+
1709
+ """To create new PrinterDevice"""
1710
+ createPrinterDevice(printerDevice: NewPrinterDevice!): PrinterDevice!
1711
+
1712
+ """To create new privilege"""
1713
+ createPrivilege(privilege: NewPrivilege!): Privilege!
1714
+
1715
+ """To create new user"""
1716
+ createRole(role: NewRole!): User!
1717
+
1718
+ """To create new scenario"""
1719
+ createScenario(scenario: NewScenario!): Scenario!
1720
+
1721
+ """To create new Setting"""
1722
+ createSetting(setting: NewSetting!): Setting!
1723
+
1724
+ """To create new StateRegister"""
1725
+ createStateRegister(stateRegister: NewStateRegister!): StateRegister!
1726
+
1727
+ """To create new Terminology"""
1728
+ createTerminology(terminology: NewTerminology!): Terminology!
1729
+
1730
+ """To create new Theme"""
1731
+ createTheme(theme: NewTheme!): Theme!
1732
+
1733
+ """To create new user"""
1734
+ createUser(user: NewUser!): User!
1735
+
1736
+ """To create new UserPreference"""
1737
+ createUserPreference(preference: NewUserPreference!): UserPreference!
1738
+ deleteAppBinding(id: String!): Boolean!
1739
+
1740
+ """To delete appliance"""
1741
+ deleteAppliance(id: String!): Boolean!
1742
+
1743
+ """To delete application"""
1744
+ deleteApplication(id: String!): Boolean!
1745
+
1746
+ """To delete ApprovalLine"""
1747
+ deleteApprovalLine(id: String!): Boolean!
1748
+
1749
+ """To delete multiple ApprovalLines"""
1750
+ deleteApprovalLines(ids: [String!]!): Boolean!
1751
+ deleteAttachment(id: String!): Boolean!
1752
+ deleteAttachmentsByRef(refBys: [String!]!, refType: String): Boolean!
1753
+
1754
+ """To delete AttributeSet"""
1755
+ deleteAttributeSet(id: String!): Boolean!
1756
+
1757
+ """To delete multiple AttributeSets"""
1758
+ deleteAttributeSets(ids: [String!]!): Boolean!
1759
+
1760
+ """To delete AuthProvider"""
1761
+ deleteAuthProvider(id: String!): Boolean!
1762
+ deleteAuthProviders(ids: [String!]!): Boolean!
1763
+
1764
+ """To delete Board"""
1765
+ deleteBoard(id: String!): Boolean!
1766
+
1767
+ """To delete BoardTemplate"""
1768
+ deleteBoardTemplate(id: String!): Boolean!
1769
+
1770
+ """To delete CommonCode"""
1771
+ deleteCommonCode(id: String!): Boolean!
1772
+
1773
+ """To delete CommonCodeDetail"""
1774
+ deleteCommonCodeDetail(id: String!): Boolean!
1775
+
1776
+ """To delete multiple CommonCodeDetails"""
1777
+ deleteCommonCodeDetails(ids: [String!]!): Boolean!
1778
+
1779
+ """To delete multiple CommonCodes"""
1780
+ deleteCommonCodes(ids: [String!]!): Boolean!
1781
+
1782
+ """To delete connection"""
1783
+ deleteConnection(name: String!): Boolean!
1784
+
1785
+ """To delete multiple connections"""
1786
+ deleteConnections(names: [String!]!): Boolean!
1787
+
1788
+ """To delete Contact"""
1789
+ deleteContact(id: String!): Boolean!
1790
+
1791
+ """To delete multiple Contacts"""
1792
+ deleteContacts(ids: [String!]!): Boolean!
1793
+
1794
+ """To delete Department"""
1795
+ deleteDepartment(id: String!): Boolean!
1796
+
1797
+ """To delete multiple Departments"""
1798
+ deleteDepartments(ids: [String!]!): Boolean!
1799
+
1800
+ """To delete domain (Only superuser is granted this privilege.)"""
1801
+ deleteDomain(name: String!): Domain!
1802
+
1803
+ """To delete domain user"""
1804
+ deleteDomainUser(email: EmailAddress!): Boolean!
1805
+
1806
+ """To delete multiple domains (Only superuser is granted this privilege.)"""
1807
+ deleteDomains(names: [String!]!): Boolean!
1808
+
1809
+ """To delete Employee"""
1810
+ deleteEmployee(id: String!): Boolean!
1811
+
1812
+ """To delete multiple Employees"""
1813
+ deleteEmployees(ids: [String!]!): Boolean!
1814
+
1815
+ """To delete multiple Entities"""
1816
+ deleteEntities(ids: [String!]!): Boolean!
1817
+
1818
+ """To delete Entity"""
1819
+ deleteEntity(id: String!): Boolean!
1820
+
1821
+ """To delete EntityColumn"""
1822
+ deleteEntityColumn(id: String!): Boolean!
1823
+
1824
+ """To delete multiple EntityColumns"""
1825
+ deleteEntityColumns(ids: [String!]!): Boolean!
1826
+
1827
+ """To delete Favorite"""
1828
+ deleteFavorite(routing: String!): Boolean!
1829
+
1830
+ """To delete Font"""
1831
+ deleteFont(id: String!): Boolean!
1832
+
1833
+ """To delete GitProject"""
1834
+ deleteGitProject(id: String!): Boolean!
1835
+
1836
+ """To delete multiple GitProjects"""
1837
+ deleteGitProjects(ids: [String!]!): Boolean!
1838
+
1839
+ """To delete Group"""
1840
+ deleteGroup(id: String!): Boolean!
1841
+
1842
+ """To delete LiteMenu"""
1843
+ deleteLiteMenu(id: String!): Boolean!
1844
+
1845
+ """To delete Menu"""
1846
+ deleteMenu(id: String!): Boolean!
1847
+
1848
+ """To delete MenuButton"""
1849
+ deleteMenuButton(id: String!): Boolean!
1850
+
1851
+ """To delete multiple MenuButtons"""
1852
+ deleteMenuButtons(ids: [String!]!): Boolean!
1853
+
1854
+ """To delete MenuColumn"""
1855
+ deleteMenuColumn(id: String!): Boolean!
1856
+
1857
+ """To delete multiple MenuColumns"""
1858
+ deleteMenuColumns(ids: [String!]!): Boolean!
1859
+
1860
+ """To delete MenuDetail"""
1861
+ deleteMenuDetail(id: String!): Boolean!
1862
+
1863
+ """To delete MenuDetailButton"""
1864
+ deleteMenuDetailButton(id: String!): Boolean!
1865
+
1866
+ """To delete multiple MenuDetailButtons"""
1867
+ deleteMenuDetailButtons(ids: [String!]!): Boolean!
1868
+
1869
+ """To delete MenuDetailColumn"""
1870
+ deleteMenuDetailColumn(id: String!): Boolean!
1871
+
1872
+ """To delete multiple MenuDetailColumns"""
1873
+ deleteMenuDetailColumns(ids: [String!]!): Boolean!
1874
+
1875
+ """To delete multiple MenuDetails"""
1876
+ deleteMenuDetails(ids: [String!]!): Boolean!
1877
+
1878
+ """To delete multiple Menus"""
1879
+ deleteMenus(ids: [String!]!): Boolean!
1880
+
1881
+ """To delete ApprovalLine for current user"""
1882
+ deleteMyApprovalLine(id: String!): Boolean!
1883
+
1884
+ """To delete multiple ApprovalLines for current user"""
1885
+ deleteMyApprovalLines(ids: [String!]!): Boolean!
1886
+
1887
+ """To delete my PagePreference"""
1888
+ deleteMyPagePreference(element: String!, page: String!): Boolean!
1889
+
1890
+ """To delete my preference"""
1891
+ deleteMyUserPreference(element: String!, key: String!): Boolean!
1892
+
1893
+ """To delete Notification"""
1894
+ deleteNotification(id: String!): Boolean!
1895
+
1896
+ """To delete NotificationRule"""
1897
+ deleteNotificationRule(id: String!): Boolean!
1898
+
1899
+ """To delete multiple NotificationRules"""
1900
+ deleteNotificationRules(ids: [String!]!): Boolean!
1901
+
1902
+ """To delete multiple Notificationes"""
1903
+ deleteNotificationes(ids: [String!]!): Boolean!
1904
+
1905
+ """To delete Oauth2Client"""
1906
+ deleteOauth2Client(id: String!): Boolean!
1907
+
1908
+ """To delete multiple Oauth2Clients"""
1909
+ deleteOauth2Clients(ids: [String!]!): Boolean!
1910
+
1911
+ """To delete PagePreference"""
1912
+ deletePagePreference(id: String!): Boolean!
1913
+
1914
+ """To delete multiple PagePreferences"""
1915
+ deletePagePreferences(ids: [String!]!): Boolean!
1916
+
1917
+ """To delete multiple partnerSettings"""
1918
+ deletePartnerSettings(ids: [String!]!): Boolean!
1919
+
1920
+ """To delete PayloadLog"""
1921
+ deletePayloadLog(id: String!): Boolean!
1922
+
1923
+ """To delete multiple payloadLogs"""
1924
+ deletePayloadLogs(ids: [String!]!): Boolean!
1925
+
1926
+ """To delete PlayGroup"""
1927
+ deletePlayGroup(id: String!): Boolean!
1928
+
1929
+ """To delete PrinterDevice"""
1930
+ deletePrinterDevice(id: String!): Boolean!
1931
+
1932
+ """To delete multiple printerDevices"""
1933
+ deletePrinterDevices(ids: [String!]!): Boolean!
1934
+
1935
+ """To delete privilege"""
1936
+ deletePrivilege(category: String!, name: String!): Boolean!
1937
+
1938
+ """To delete role"""
1939
+ deleteRole(id: String!): Boolean!
1940
+
1941
+ """To delete multiple roles"""
1942
+ deleteRoles(ids: [String!]!): Boolean!
1943
+
1944
+ """To delete scenario"""
1945
+ deleteScenario(name: String!): Boolean!
1946
+
1947
+ """To delete multiple scenarios"""
1948
+ deleteScenarios(ids: [String!]!): Boolean!
1949
+
1950
+ """To delete Setting"""
1951
+ deleteSetting(name: String!): Boolean!
1952
+
1953
+ """To delete multiple settings"""
1954
+ deleteSettings(names: [String!]!): Boolean!
1955
+
1956
+ """To delete StateRegister"""
1957
+ deleteStateRegister(id: String!): Boolean!
1958
+
1959
+ """To delete multiple StateRegisters"""
1960
+ deleteStateRegisters(ids: [String!]!): Boolean!
1961
+
1962
+ """To delete multiple steps"""
1963
+ deleteSteps(ids: [String!]!): Boolean!
1964
+
1965
+ """To delete multiple Terminologies"""
1966
+ deleteTerminologies(ids: [String!]!): Boolean!
1967
+
1968
+ """To delete Terminology"""
1969
+ deleteTerminology(id: String!): Boolean!
1970
+
1971
+ """To delete Theme"""
1972
+ deleteTheme(id: String!): Boolean!
1973
+
1974
+ """To delete multiple Themes"""
1975
+ deleteThemes(ids: [String!]!): Boolean!
1976
+
1977
+ """To delete a user"""
1978
+ deleteUser(email: EmailAddress!): Boolean!
1979
+
1980
+ """To delete UserPreference"""
1981
+ deleteUserPreference(id: String!): Boolean!
1982
+
1983
+ """To delete multiple UserPreferences"""
1984
+ deleteUserPreferences(ids: [String!]!): Boolean!
1985
+
1986
+ """To delete some users"""
1987
+ deleteUsers(emails: [String!]!): Boolean!
1988
+
1989
+ """To detach a contact from Employee"""
1990
+ detachContact(id: String!): Employee!
1991
+
1992
+ """To disconnect a connection"""
1993
+ disconnectConnection(name: String!): Connection!
1994
+ domainRegister(domainInput: DomainGeneratorInput!): Domain!
1995
+ domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
1996
+ generateApplianceSecret(id: String!): Appliance!
1997
+ generateApplicationSecret(id: String!): Application!
1998
+ generateUploadURL(type: String!): UploadURL!
1999
+
2000
+ """To get oauth2 auth URL"""
2001
+ getOauth2AuthUrl(id: String!): String!
2002
+ grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
2003
+
2004
+ """To import multiple ApprovalLines"""
2005
+ importApprovalLines(approvalLines: [ApprovalLinePatch!]!): Boolean!
2006
+
2007
+ """To import some Attachments"""
2008
+ importAttachments(file: Upload!): [Attachment!]!
2009
+
2010
+ """To import multiple AttributeSets"""
2011
+ importAttributeSets(attributes: [AttributeSetPatch!]!): Boolean!
2012
+
2013
+ """To import some Boards"""
2014
+ importBoards(files: [Upload!]!, groupId: String!, overwrite: Boolean!): [Board!]!
2015
+
2016
+ """To import multiple CommonCodeDetails"""
2017
+ importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
2018
+
2019
+ """To import multiple CommonCodes"""
2020
+ importCommonCodes(commonCodes: [CommonCodePatch!]!): Boolean!
2021
+
2022
+ """To import multiple connections"""
2023
+ importConnections(connections: [ConnectionPatch!]!): Boolean!
2024
+
2025
+ """To import multiple Contacts"""
2026
+ importContacts(contacts: [ContactPatch!]!): Boolean!
2027
+
2028
+ """To import multiple Departments"""
2029
+ importDepartments(departments: [DepartmentPatch!]!): Boolean!
2030
+
2031
+ """To import multiple Employees"""
2032
+ importEmployees(employees: [EmployeePatch!]!): Boolean!
2033
+
2034
+ """To import multiple GitProjects"""
2035
+ importGitProjects(gitProjects: [GitProjectPatch!]!): Boolean!
2036
+
2037
+ """To import multiple MenuButtons"""
2038
+ importMenuButtons(menuButtons: [MenuButtonPatch!]!): Boolean!
2039
+
2040
+ """To import multiple MenuColumns"""
2041
+ importMenuColumns(menuColumns: [MenuColumnPatch!]!): Boolean!
2042
+
2043
+ """To import multiple MenuDetailButtons"""
2044
+ importMenuDetailButtons(menuDetailButtons: [MenuDetailButtonPatch!]!): Boolean!
2045
+
2046
+ """To import multiple MenuDetailColumns"""
2047
+ importMenuDetailColumns(menuDetailColumns: [MenuDetailColumnPatch!]!): Boolean!
2048
+
2049
+ """To import multiple MenuDetails"""
2050
+ importMenuDetails(menuDetails: [MenuDetailPatch!]!): Boolean!
2051
+
2052
+ """To import multiple Menus"""
2053
+ importMenus(menus: [MenuPatch!]!): Boolean!
2054
+
2055
+ """To import multiple NotificationRules"""
2056
+ importNotificationRules(notificationRules: [NotificationRulePatch!]!): Boolean!
2057
+
2058
+ """To import multiple Oauth2Clients"""
2059
+ importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
2060
+
2061
+ """To import multiple scenarios"""
2062
+ importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
2063
+
2064
+ """To import multiple StateRegisters"""
2065
+ importStateRegisters(stateRegisters: [StateRegisterPatch!]!): Boolean!
2066
+
2067
+ """To import multiple Terminologies"""
2068
+ importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
2069
+
2070
+ """To import multiple Themes"""
2071
+ importThemes(themes: [ThemePatch!]!): Boolean!
2072
+
2073
+ """To inactivate user"""
2074
+ inactivateUser(userId: String!): Boolean!
2075
+ inviteCustomer(customerDomainName: String!): Boolean!
2076
+
2077
+ """To invite new user"""
2078
+ inviteUser(email: EmailAddress!): Boolean!
2079
+
2080
+ """To make the board to join the group"""
2081
+ joinGroup(boardIds: [String!]!, id: String!): Group!
2082
+
2083
+ """To make the board to join the play group"""
2084
+ joinPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
2085
+
2086
+ """To make the board to leave from the play group"""
2087
+ leavePlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
2088
+ multipleUpload(files: [Upload!]!): [Attachment!]!
2089
+
2090
+ """To refresh oauth2 access token"""
2091
+ refreshOauth2AccessToken(id: String!): Oauth2Client!
2092
+
2093
+ """To register a board as a board template with the given ID"""
2094
+ registerBoardAsTemplate(
2095
+ """description of board template to be regiestered"""
2096
+ description: String!
2097
+
2098
+ """board Id to be regiestered"""
2099
+ id: String!
2100
+
2101
+ """name of board template to be regiestered"""
2102
+ name: String!
2103
+
2104
+ """visibility of board template to be regiestered"""
2105
+ visibility: String!
2106
+ ): BoardTemplate!
2107
+
2108
+ """To release a Board"""
2109
+ releaseBoard(id: String!): Board!
2110
+ renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
2111
+
2112
+ """To modify board order of a PlayGroup"""
2113
+ reorderPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
2114
+
2115
+ """To reset password to default"""
2116
+ resetPasswordToDefault(userId: String!): Boolean!
2117
+
2118
+ """To revert Board version"""
2119
+ revertBoardVersion(id: String!, version: Float!): Board!
2120
+
2121
+ """
2122
+ To run new scenario instance and will return the result after the scenario stop.
2123
+ """
2124
+ runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceRunResult!
2125
+ sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
2126
+ singleUpload(file: Upload!): Attachment!
2127
+
2128
+ """To start new scenario instance"""
2129
+ startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
2130
+
2131
+ """To start posting scenario based on the schedule of the given scenario"""
2132
+ startScenarioSchedule(scenarioId: String!): Scenario!
2133
+
2134
+ """To start new scenario instance"""
2135
+ stopScenario(instanceName: String): ScenarioInstance
2136
+
2137
+ """To stop posting scenario based on the schedule of the given scenario"""
2138
+ stopScenarioSchedule(scenarioId: String!): Scenario
2139
+
2140
+ """To synchronize auth-providers users"""
2141
+ synchronizeAuthProviderUsers(id: String!): Boolean!
2142
+
2143
+ """
2144
+ To synchronize privilege master from graphql directives. Only superuser is permitted.
2145
+ """
2146
+ synchronizePrivilegeMaster(privilege: NewPrivilege!): Boolean!
2147
+ terminateContract(partnerName: String!): Boolean!
2148
+
2149
+ """To transfer owner of domain"""
2150
+ transferOwner(email: EmailAddress!): Boolean!
2151
+ updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
2152
+ updateApplication(id: String!, patch: ApplicationPatch!): Application!
2153
+
2154
+ """To modify ApprovalLine information"""
2155
+ updateApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2156
+ updateAttachment(id: String!, patch: AttachmentPatch!): Attachment!
2157
+
2158
+ """To modify AttributeSet information"""
2159
+ updateAttributeSet(id: String!, patch: AttributeSetPatch!): AttributeSet!
2160
+
2161
+ """To modify AuthProvider information"""
2162
+ updateAuthProvider(id: String!, patch: AuthProviderPatch!): AuthProvider!
2163
+
2164
+ """To modify Board information"""
2165
+ updateBoard(id: String!, patch: BoardPatch!): Board!
2166
+
2167
+ """To modify BoardTemplate information"""
2168
+ updateBoardTemplate(id: String!, patch: BoardTemplatePatch!): BoardTemplate!
2169
+
2170
+ """To modify CommonCode information"""
2171
+ updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
2172
+
2173
+ """To modify CommonCodeDetail information"""
2174
+ updateCommonCodeDetail(id: String!, patch: CommonCodeDetailPatch!): CommonCodeDetail!
2175
+
2176
+ """To modify connection information"""
2177
+ updateConnection(name: String!, patch: ConnectionPatch!): Connection!
2178
+
2179
+ """To modify Contact information"""
2180
+ updateContact(id: String!, patch: ContactPatch!): Contact!
2181
+
2182
+ """To modify Department information"""
2183
+ updateDepartment(id: String!, patch: DepartmentPatch!): Department!
2184
+
2185
+ """To update domain (Only superuser is granted this privilege.)"""
2186
+ updateDomain(name: String!, patch: DomainPatch!): Domain!
2187
+
2188
+ """To update multiple domains (Only superuser is granted this privilege.)"""
2189
+ updateDomains(patches: [DomainPatch!]!): Boolean!
2190
+
2191
+ """To modify Employee information"""
2192
+ updateEmployee(id: String!, patch: EmployeePatch!): Employee!
2193
+
2194
+ """To modify Entity' information"""
2195
+ updateEntity(id: String!, patch: EntityPatch!): Entity!
2196
+
2197
+ """To modify EntityColumn information"""
2198
+ updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
2199
+
2200
+ """To modify Font information"""
2201
+ updateFont(id: String!, patch: FontPatch!): Font!
2202
+
2203
+ """To modify GitProject information"""
2204
+ updateGitProject(id: String!, patch: GitProjectPatch!): GitProject!
2205
+
2206
+ """To modify Group information"""
2207
+ updateGroup(id: String!, patch: GroupPatch!): Group!
2208
+
2209
+ """To modify LiteMenu information"""
2210
+ updateLiteMenu(id: String!, patch: LiteMenuPatch!): LiteMenu!
2211
+
2212
+ """To modify Menu information"""
2213
+ updateMenu(id: String!, patch: MenuPatch!): Menu!
2214
+
2215
+ """To modify MenuButton information"""
2216
+ updateMenuButton(id: String!, patch: MenuButtonPatch!): MenuButton!
2217
+
2218
+ """To modify MenuColumn information"""
2219
+ updateMenuColumn(id: String!, patch: MenuColumnPatch!): MenuColumn!
2220
+
2221
+ """To modify MenuDetail information"""
2222
+ updateMenuDetail(id: String!, patch: MenuDetailPatch!): MenuDetail!
2223
+
2224
+ """To modify MenuDetailButton information"""
2225
+ updateMenuDetailButton(id: String!, patch: MenuDetailButtonPatch!): MenuDetailButton!
2226
+
2227
+ """To modify MenuDetailColumn information"""
2228
+ updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
2229
+
2230
+ """To modify multiple ApprovalLines' information"""
2231
+ updateMultipleApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
2232
+
2233
+ """To modify multiple AttributeSets' information"""
2234
+ updateMultipleAttributeSet(patches: [AttributeSetPatch!]!): [AttributeSet!]!
2235
+ updateMultipleAuthProvider(patches: [AuthProviderPatch!]!): [AuthProvider!]!
2236
+
2237
+ """To modify multiple CommonCodes' information"""
2238
+ updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
2239
+
2240
+ """To modify multiple CommonCodeDetails' information"""
2241
+ updateMultipleCommonCodeDetail(patches: [CommonCodeDetailPatch!]!): [CommonCodeDetail!]!
2242
+
2243
+ """To modify multiple connections' information"""
2244
+ updateMultipleConnection(patches: [ConnectionPatch!]!): [Connection!]!
2245
+
2246
+ """To modify multiple Contacts' information"""
2247
+ updateMultipleContact(patches: [ContactPatch!]!): [Contact!]!
2248
+
2249
+ """To modify multiple Departments' information"""
2250
+ updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
2251
+
2252
+ """To modify multiple Employees' information"""
2253
+ updateMultipleEmployee(patches: [EmployeePatch!]!): [Employee!]!
2254
+
2255
+ """To modify multiple Entitys' information"""
2256
+ updateMultipleEntity(patches: [EntityPatch!]!): [Entity!]!
2257
+
2258
+ """To modify multiple Entitys' information"""
2259
+ updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
2260
+
2261
+ """To modify multiple GitProjects' information"""
2262
+ updateMultipleGitProject(patches: [GitProjectPatch!]!): [GitProject!]!
2263
+
2264
+ """To modify multiple Menus' information"""
2265
+ updateMultipleMenu(patches: [MenuPatch!]!): [Menu!]!
2266
+
2267
+ """To modify multiple ApprovalLines' information for current user"""
2268
+ updateMultipleMyApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
2269
+
2270
+ """To modify multiple Notificationes' information"""
2271
+ updateMultipleNotification(patches: [NotificationPatch!]!): [Notification!]!
2272
+
2273
+ """To modify multiple NotificationRules' information"""
2274
+ updateMultipleNotificationRule(patches: [NotificationRulePatch!]!): [NotificationRule!]!
2275
+
2276
+ """To modify multiple PartnerSettings' information"""
2277
+ updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
2278
+
2279
+ """To modify multiple PayloadLogs' information"""
2280
+ updateMultiplePayloadLog(patches: [PayloadLogPatch!]!): [PayloadLog!]!
2281
+
2282
+ """To modify multiple PrinterDevices' information"""
2283
+ updateMultiplePrinterDevice(patches: [PrinterDevicePatch!]!): [PrinterDevice!]!
2284
+
2285
+ """To modify multiple scenarios' information"""
2286
+ updateMultipleScenario(patches: [ScenarioPatch!]!): [Scenario!]!
2287
+
2288
+ """To modify multiple Settings' information"""
2289
+ updateMultipleSetting(patches: [SettingPatch!]!): [Setting!]!
2290
+
2291
+ """To modify multiple StateRegisters' information"""
2292
+ updateMultipleStateRegister(patches: [StateRegisterPatch!]!): [StateRegister!]!
2293
+
2294
+ """To modify multiple steps' in a scenario"""
2295
+ updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
2296
+
2297
+ """To modify multiple Terminologies' information"""
2298
+ updateMultipleTerminologies(patches: [TerminologyPatch!]!): [Terminology!]!
2299
+
2300
+ """To modify multiple Themes' information"""
2301
+ updateMultipleTheme(patches: [ThemePatch!]!): [Theme!]!
2302
+
2303
+ """To modify multiple users information"""
2304
+ updateMultipleUser(patches: [UserPatch!]!): [User!]!
2305
+
2306
+ """To modify ApprovalLine information for current user"""
2307
+ updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2308
+
2309
+ """To create or update my PagePreference"""
2310
+ updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
2311
+
2312
+ """To create or update my preference"""
2313
+ updateMyUserPreference(key: String!, preference: Object!): UserPreference!
2314
+
2315
+ """To modify Notification information"""
2316
+ updateNotification(id: String!, patch: NotificationPatch!): Notification!
2317
+
2318
+ """To modify NotificationRule information"""
2319
+ updateNotificationRule(id: String!, patch: NotificationRulePatch!): NotificationRule!
2320
+
2321
+ """To modify Oauth2Client information"""
2322
+ updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
2323
+
2324
+ """To modify PayloadLog information"""
2325
+ updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
2326
+
2327
+ """To modify PlayGroup information"""
2328
+ updatePlayGroup(id: String!, patch: PlayGroupPatch!): PlayGroup!
2329
+
2330
+ """To modify PrinterDevice information"""
2331
+ updatePrinterDevice(id: String!, patch: PrinterDevicePatch!): PrinterDevice!
2332
+
2333
+ """To modify privilege information"""
2334
+ updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
2335
+
2336
+ """To modify role information"""
2337
+ updateRole(id: String!, patch: RolePatch!): Role!
2338
+
2339
+ """To update role Menu"""
2340
+ updateRoleMenu(isCheckedMenu: Boolean!, roleId: String!, targetMenuId: String!): Menu!
2341
+
2342
+ """To update role Menu"""
2343
+ updateRoleMenus(isCheckedAll: Boolean!, parentMenuId: String!, roleId: String!): [Menu!]!
2344
+
2345
+ """To modify scenario information"""
2346
+ updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
2347
+
2348
+ """To update secure IP list for domain"""
2349
+ updateSecureIPList(iplist: Object!): Object
2350
+
2351
+ """To modify Setting information"""
2352
+ updateSetting(name: String!, patch: SettingPatch!): Setting!
2353
+
2354
+ """To modify StateRegister information"""
2355
+ updateStateRegister(id: String!, patch: StateRegisterPatch!): StateRegister!
2356
+
2357
+ """To update state of StateRegister by name"""
2358
+ updateStateRegisterByName(name: String!, state: Object!): StateRegister!
2359
+
2360
+ """To modify Terminology information"""
2361
+ updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
2362
+
2363
+ """To modify Theme information"""
2364
+ updateTheme(id: String!, patch: ThemePatch!): Theme!
2365
+
2366
+ """To modify user information"""
2367
+ updateUser(email: EmailAddress!, patch: UserPatch!): User!
2368
+
2369
+ """To modify UserPreference information"""
2370
+ updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
2371
+
2372
+ """To update roles for a user"""
2373
+ updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
2374
+ }
2375
+
2376
+ input NewAppliance {
2377
+ brand: String!
2378
+ description: String
2379
+ model: String!
2380
+ name: String!
2381
+ netmask: String
2382
+ serialNo: String!
2383
+ }
2384
+
2385
+ input NewApplication {
2386
+ description: String
2387
+ email: EmailAddress
2388
+ icon: String
2389
+ name: String!
2390
+ redirectUrl: String
2391
+ type: ApplicationType
2392
+ url: String
2393
+ webhook: String
2394
+ }
2395
+
2396
+ input NewApprovalLine {
2397
+ description: String
2398
+ model: Object
2399
+ name: String!
2400
+ owner: ObjectRefApprovalLineOwnerType!
2401
+ ownerType: ApprovalLineOwnerType!
2402
+ }
2403
+
2404
+ input NewAttachment {
2405
+ category: String
2406
+ description: String
2407
+ file: Upload!
2408
+ refBy: String
2409
+ refType: String
2410
+ }
2411
+
2412
+ input NewAttributeSet {
2413
+ active: Boolean
2414
+ description: String
2415
+ entity: String!
2416
+ items: [AttributeSetItemPatch!]
2417
+ }
2418
+
2419
+ input NewAuthProvider {
2420
+ active: Boolean
2421
+ clientId: String
2422
+ clientSecret: String
2423
+ params: Object
2424
+ privateKey: String
2425
+ tenantId: String
2426
+ type: String!
2427
+ }
2428
+
2429
+ input NewBoard {
2430
+ description: String
2431
+ groupId: String
2432
+ model: String!
2433
+ name: String!
2434
+ thumbnail: String
2435
+ }
2436
+
2437
+ input NewBoardTemplate {
2438
+ description: String!
2439
+ model: String!
2440
+ name: String!
2441
+ thumbnail: String
2442
+ visibility: String!
2443
+ }
2444
+
2445
+ input NewCommonCode {
2446
+ description: String
2447
+ details: [String!]
2448
+ name: String!
2449
+ }
2450
+
2451
+ input NewCommonCodeDetail {
2452
+ commonCode: ObjectRef!
2453
+ description: String
2454
+ labels: Object
2455
+ name: String!
2456
+ rank: Float!
2457
+ }
2458
+
2459
+ input NewConnection {
2460
+ description: String
2461
+ edge: ObjectRef
2462
+ endpoint: String
2463
+ name: String!
2464
+ params: String
2465
+ type: String
2466
+ }
2467
+
2468
+ input NewContact {
2469
+ address: String
2470
+ company: String
2471
+ department: String
2472
+ email: EmailAddress
2473
+ items: [ContactItemPatch!]
2474
+ name: String!
2475
+ note: String
2476
+ phone: String
2477
+ profile: ProfileInput
2478
+ }
2479
+
2480
+ input NewDepartment {
2481
+ active: Boolean
2482
+ controlNo: String!
2483
+ description: String
2484
+ extension: String
2485
+ manager: ObjectRefForEmployee
2486
+ name: String!
2487
+ parent: ObjectRef
2488
+ picture: Upload
2489
+ }
2490
+
2491
+ input NewEmployee {
2492
+ active: Boolean
2493
+ alias: String
2494
+ controlNo: String!
2495
+ department: ObjectRef
2496
+ extension: String
2497
+ hiredOn: String
2498
+ jobPosition: String
2499
+ jobResponsibility: String
2500
+ name: String!
2501
+ note: String
2502
+ photo: Upload
2503
+ retiredAt: String
2504
+ supervisor: ObjectRefForEmployee
2505
+ type: EmployeeType
2506
+ user: ObjectRefForUser
2507
+ }
2508
+
2509
+ input NewEntity {
2510
+ active: Boolean
2511
+ association: String
2512
+ bundle: String!
2513
+ columns: [String!]
2514
+ dataProp: String
2515
+ delStrategy: String
2516
+ description: String
2517
+ extEntity: Boolean
2518
+ fixedColumns: Int
2519
+ idField: String
2520
+ idType: String
2521
+ master: String
2522
+ multiSaveUrl: String
2523
+ name: String!
2524
+ refField: String
2525
+ searchUrl: String
2526
+ tableName: String!
2527
+ titleField: String
2528
+ }
2529
+
2530
+ input NewEntityColumn {
2531
+ colSize: Float
2532
+ colType: String!
2533
+ defVal: String
2534
+ description: String
2535
+ entity: ObjectRef!
2536
+ formEditor: String
2537
+ formFormat: String
2538
+ formValidator: String
2539
+ gridAlign: String
2540
+ gridEditor: String
2541
+ gridFormat: String
2542
+ gridRank: Int
2543
+ gridValidator: String
2544
+ gridWidth: Int
2545
+ ignoreOnSav: Boolean
2546
+ name: String!
2547
+ nullable: Boolean
2548
+ rangeVal: String
2549
+ rank: Float
2550
+ refName: String
2551
+ refParams: String
2552
+ refRelated: String
2553
+ refType: String
2554
+ refUrl: String
2555
+ reverseSort: Boolean
2556
+ searchEditor: String
2557
+ searchInitVal: String
2558
+ searchName: String
2559
+ searchOper: String
2560
+ searchRank: Int
2561
+ sortRank: Int
2562
+ term: String
2563
+ uniqRank: Int
2564
+ virtualField: Boolean
2565
+ }
2566
+
2567
+ input NewFavorite {
2568
+ routing: String!
2569
+ }
2570
+
2571
+ input NewFont {
2572
+ active: Boolean
2573
+ files: [Upload!]
2574
+ name: String!
2575
+ path: String
2576
+ provider: String
2577
+ uri: String
2578
+ }
2579
+
2580
+ input NewGitProject {
2581
+ active: Boolean
2582
+ description: String
2583
+ name: String!
2584
+ params: String
2585
+ state: GitProjectStatus
2586
+ }
2587
+
2588
+ input NewGroup {
2589
+ description: String
2590
+ name: String!
2591
+ }
2592
+
2593
+ input NewLiteMenu {
2594
+ active: Boolean
2595
+ appName: String
2596
+ description: String
2597
+ icon: String
2598
+ labels: Object
2599
+ name: String!
2600
+ parent: String
2601
+ privilege: PrivilegeInput
2602
+ rank: Int
2603
+ type: String
2604
+ value: String
2605
+ }
2606
+
2607
+ input NewMenu {
2608
+ buttons: [ObjectRef!]
2609
+ category: String
2610
+ children: [ObjectRef!]
2611
+ columns: [ObjectRef!]
2612
+ description: String
2613
+ detailFormId: String
2614
+ detailLayout: String
2615
+ fixedColumns: Int
2616
+ gridSaveUrl: String
2617
+ hiddenFlag: Boolean
2618
+ iconPath: String
2619
+ idField: String
2620
+ itemsProp: String
2621
+ menuType: String!
2622
+ name: String!
2623
+ pagination: Boolean
2624
+ parent: ObjectRef
2625
+ privilege: PrivilegeInput
2626
+ rank: Int
2627
+ resourceId: String
2628
+ resourceName: String
2629
+ resourceType: String
2630
+ resourceUrl: String
2631
+ role: ObjectRef
2632
+ routing: String
2633
+ routingType: String
2634
+ template: String
2635
+ titleField: String
2636
+ totalProp: String
2637
+ }
2638
+
2639
+ input NewMenuButton {
2640
+ auth: String
2641
+ icon: String
2642
+ logic: String
2643
+ menu: String!
2644
+ rank: Int
2645
+ style: String
2646
+ text: String!
2647
+ }
2648
+
2649
+ input NewMenuColumn {
2650
+ colSize: Int
2651
+ colType: String!
2652
+ defVal: String
2653
+ description: String
2654
+ extField: Boolean
2655
+ formEditor: String
2656
+ formFormat: String
2657
+ formValidator: String
2658
+ gridAlign: String
2659
+ gridEditor: String
2660
+ gridFormat: String
2661
+ gridRank: Int
2662
+ gridValidator: String
2663
+ gridWidth: Int
2664
+ ignoreOnSave: Boolean
2665
+ menu: String!
2666
+ name: String!
2667
+ nullable: Boolean
2668
+ rangeVal: String
2669
+ rank: Int
2670
+ refName: String
2671
+ refParams: String
2672
+ refRelated: String
2673
+ refType: String
2674
+ refUrl: String
2675
+ reverseSort: Boolean
2676
+ searchEditor: String
2677
+ searchInitVal: String
2678
+ searchName: String
2679
+ searchOper: String
2680
+ searchRank: Int
2681
+ sortRank: Int
2682
+ term: String
2683
+ uniqRank: Int
2684
+ virtualField: Boolean
2685
+ }
2686
+
2687
+ input NewMenuDetail {
2688
+ association: String
2689
+ buttons: [String!]
2690
+ columns: [String!]
2691
+ customView: String
2692
+ dataProp: String
2693
+ entityId: String
2694
+ masterField: String
2695
+ menu: String!
2696
+ name: String!
2697
+ saveUrl: String
2698
+ searchUrl: String
2699
+ viewSection: String!
2700
+ }
2701
+
2702
+ input NewMenuDetailButton {
2703
+ icon: String
2704
+ logic: String
2705
+ menuDetail: String!
2706
+ rank: Int
2707
+ style: String
2708
+ text: String!
2709
+ }
2710
+
2711
+ input NewMenuDetailColumn {
2712
+ colSize: Int
2713
+ colType: String
2714
+ defVal: String
2715
+ description: String
2716
+ extField: Boolean
2717
+ formEditor: String
2718
+ formFormat: String
2719
+ formValidator: String
2720
+ gridAlign: String
2721
+ gridEditor: String
2722
+ gridFormat: String
2723
+ gridRank: Int
2724
+ gridValidator: String
2725
+ gridWidth: Int
2726
+ ignoreOnSave: Boolean
2727
+ menuDetail: String
2728
+ name: String
2729
+ nullable: Boolean
2730
+ rangeVal: String
2731
+ rank: Int
2732
+ refName: String
2733
+ refParams: String
2734
+ refRelated: String
2735
+ refType: String
2736
+ refUrl: String
2737
+ reverseSort: Boolean
2738
+ searchEditor: String
2739
+ searchInitVal: String
2740
+ searchName: String
2741
+ searchOper: String
2742
+ searchRank: Int
2743
+ sortRank: Int
2744
+ term: String
2745
+ uniqRank: Int
2746
+ virtualField: Boolean
2747
+ }
2748
+
2749
+ input NewNotification {
2750
+ body: String
2751
+ image: String
2752
+ ownerId: String
2753
+ property: Object
2754
+ subject: String
2755
+ timestamp: DateTimeISO
2756
+ title: String
2757
+ type: String
2758
+ url: String
2759
+ }
2760
+
2761
+ input NewNotificationRule {
2762
+ active: Boolean
2763
+ body: String
2764
+ description: String
2765
+ name: String!
2766
+ state: NotificationRuleStatus
2767
+ thumbnail: Upload
2768
+ title: String
2769
+ url: String
2770
+ }
2771
+
2772
+ input NewOauth2Client {
2773
+ accessToken: String
2774
+ accessTokenUrl: String
2775
+ authUrl: String
2776
+ callbackUrl: String
2777
+ clientId: String
2778
+ clientSecret: String
2779
+ codeChallengeMethod: String
2780
+ codeVerifier: String
2781
+ description: String
2782
+ grantType: String
2783
+ icon: String
2784
+ jwtToken: JWT
2785
+ name: String!
2786
+ password: String
2787
+ refreshToken: String
2788
+ scopes: String
2789
+ username: String
2790
+ webhook: String
2791
+ }
2792
+
2793
+ input NewPagePreference {
2794
+ element: String
2795
+ page: String
2796
+ preference: Object!
2797
+ user: ObjectRef!
2798
+ }
2799
+
2800
+ input NewPayloadLog {
2801
+ description: String
2802
+ name: String!
2803
+ }
2804
+
2805
+ input NewPlayGroup {
2806
+ description: String
2807
+ name: String!
2808
+ }
2809
+
2810
+ input NewPrinterDevice {
2811
+ activeFlag: Boolean
2812
+ defaultFlag: Boolean
2813
+ description: String!
2814
+ dpi: Int
2815
+ jobCategory: String
2816
+ jobClass: String
2817
+ jobType: String
2818
+ name: String!
2819
+ note: String
2820
+ printerDriver: String
2821
+ printerIp: String
2822
+ printerPort: Int
2823
+ serviceUrl: String
2824
+ status: String
2825
+ type: String
2826
+ }
2827
+
2828
+ input NewPrivilege {
2829
+ category: String!
2830
+ description: String
2831
+ name: String!
2832
+ roles: [ObjectRef!]
2833
+ }
2834
+
2835
+ input NewRole {
2836
+ description: String
2837
+ name: String!
2838
+ privileges: [ObjectRef!]
2839
+ users: [ObjectRef!]
2840
+ }
2841
+
2842
+ input NewScenario {
2843
+ active: Boolean
2844
+ description: String
2845
+ name: String!
2846
+ privilege: PrivilegeInput
2847
+ schedule: String
2848
+ timezone: String
2849
+ ttl: Float
2850
+ type: String
2851
+ }
2852
+
2853
+ input NewSetting {
2854
+ category: String!
2855
+ description: String
2856
+ name: String!
2857
+ value: String
2858
+ }
2859
+
2860
+ input NewStateRegister {
2861
+ description: String
2862
+ name: String!
2863
+ refBy: String
2864
+ state: Object
2865
+ ttl: Int
2866
+ type: String
2867
+ }
2868
+
2869
+ input NewTerminology {
2870
+ category: String!
2871
+ description: String
2872
+ display: String!
2873
+ locale: String!
2874
+ name: String!
2875
+ }
2876
+
2877
+ input NewTheme {
2878
+ active: Boolean
2879
+ description: String
2880
+ name: String!
2881
+ type: String
2882
+ value: Object
2883
+ }
2884
+
2885
+ input NewUser {
2886
+ description: String
2887
+ email: EmailAddress!
2888
+ name: String!
2889
+ password: String
2890
+ roles: [ObjectRef!]
2891
+ userType: String
2892
+ }
2893
+
2894
+ input NewUserByDomainWizardInput {
2895
+ email: EmailAddress!
2896
+ isInvitee: Boolean
2897
+ name: String!
2898
+ owner: Boolean!
2899
+ password: String
2900
+ roles: [NewRole!]!
2901
+ }
2902
+
2903
+ input NewUserPreference {
2904
+ key: String!
2905
+ preference: Object!
2906
+ user: ObjectRef!
2907
+ }
2908
+
2909
+ """Entity for Notification"""
2910
+ type Notification {
2911
+ body: String
2912
+ createdAt: DateTimeISO
2913
+ creator: User
2914
+ domain: Domain!
2915
+ id: ID!
2916
+ image: String
2917
+ owner: User
2918
+ property: Object
2919
+ state: String
2920
+ subject: String
2921
+ timestamp: Date
2922
+ title: String
2923
+ type: String
2924
+ updatedAt: DateTimeISO
2925
+ updater: User
2926
+ url: String
2927
+ }
2928
+
2929
+ type NotificationList {
2930
+ items: [Notification!]!
2931
+ total: Int!
2932
+ }
2933
+
2934
+ input NotificationPatch {
2935
+ cuFlag: String
2936
+ id: ID
2937
+ state: NotificationStatus
2938
+ }
2939
+
2940
+ """Entity for NotificationRule"""
2941
+ type NotificationRule {
2942
+ body: String
2943
+ channels: String
2944
+ createdAt: DateTimeISO
2945
+ creator: User
2946
+ deletedAt: DateTimeISO
2947
+ description: String
2948
+ domain: Domain!
2949
+ id: ID!
2950
+ name: String
2951
+
2952
+ """notification recipients."""
2953
+ recipients: [RecipientItem!]
2954
+ state: String
2955
+ thumbnail: String
2956
+ title: String
2957
+ updatedAt: DateTimeISO
2958
+ updater: User
2959
+ url: String
2960
+ version: Float
2961
+ }
2962
+
2963
+ type NotificationRuleList {
2964
+ items: [NotificationRule!]!
2965
+ total: Int!
2966
+ }
2967
+
2968
+ input NotificationRulePatch {
2969
+ body: String
2970
+ cuFlag: String
2971
+ description: String
2972
+ id: ID
2973
+ name: String
2974
+ state: NotificationRuleStatus
2975
+ thumbnail: Upload
2976
+ title: String
2977
+ url: String
2978
+ }
2979
+
2980
+ """state enumeration of a notificationRule"""
2981
+ enum NotificationRuleStatus {
2982
+ DRAFT
2983
+ RELEASED
2984
+ }
2985
+
2986
+ """state enumeration of a notification"""
2987
+ enum NotificationStatus {
2988
+ NOTREAD
2989
+ READ
2990
+ }
2991
+
2992
+ """Entity for Oauth2Client"""
2993
+ type Oauth2Client {
2994
+ accessToken: String
2995
+ accessTokenUrl: String
2996
+ authUrl: String
2997
+ callbackUrl: String
2998
+ clientId: String
2999
+ clientSecret: String
3000
+ codeChallengeMethod: String
3001
+ codeVerifier: String
3002
+ createdAt: DateTimeISO
3003
+ creator: User
3004
+ description: String
3005
+ domain: Domain!
3006
+ expires: DateTimeISO
3007
+ grantType: String
3008
+ icon: String
3009
+ id: ID!
3010
+ jwtToken: JWT
3011
+ name: String!
3012
+ password: String
3013
+ refreshToken: String
3014
+ scopes: String
3015
+ state: String
3016
+ tokenType: String
3017
+ updatedAt: DateTimeISO
3018
+ updater: User
3019
+ username: String
3020
+ webhook: String
3021
+ }
3022
+
3023
+ type Oauth2ClientList {
3024
+ items: [Oauth2Client!]!
3025
+ total: Int!
3026
+ }
3027
+
3028
+ input Oauth2ClientPatch {
3029
+ accessToken: String
3030
+ accessTokenUrl: String
3031
+ authUrl: String
3032
+ callbackUrl: String
3033
+ clientId: String
3034
+ clientSecret: String
3035
+ codeChallengeMethod: String
3036
+ codeVerifier: String
3037
+ description: String
3038
+ grantType: String
3039
+ icon: String
3040
+ jwtToken: JWT
3041
+ name: String
3042
+ password: String
3043
+ refreshToken: String
3044
+ scopes: String
3045
+ username: String
3046
+ webhook: String
3047
+ }
3048
+
3049
+ """Can be anything"""
3050
+ scalar Object
3051
+
3052
+ input ObjectRef {
3053
+ """Field description"""
3054
+ description: String
3055
+
3056
+ """Field id"""
3057
+ id: ID!
3058
+
3059
+ """Field name"""
3060
+ name: String
3061
+ }
3062
+
3063
+ input ObjectRefApprovalLineOwnerType {
3064
+ controlNo: String
3065
+
3066
+ """Field description"""
3067
+ description: String
3068
+
3069
+ """Field id"""
3070
+ id: ID!
3071
+
3072
+ """Field name"""
3073
+ name: String
3074
+ }
3075
+
3076
+ input ObjectRefForEmployee {
3077
+ active: Boolean
3078
+ alias: String
3079
+ controlNo: String
3080
+
3081
+ """Field description"""
3082
+ description: String
3083
+ email: EmailAddress
3084
+ hiredOn: String
3085
+
3086
+ """Field id"""
3087
+ id: ID!
3088
+ jobPosition: String
3089
+ jobResponsibility: String
3090
+
3091
+ """Field name"""
3092
+ name: String
3093
+ photo: String
3094
+ type: EmployeeType
3095
+ }
3096
+
3097
+ input ObjectRefForUser {
3098
+ """Field description"""
3099
+ description: String
3100
+ email: EmailAddress
3101
+
3102
+ """Field id"""
3103
+ id: ID!
3104
+
3105
+ """Field name"""
3106
+ name: String
3107
+ }
3108
+
3109
+ type OrgMemberTarget {
3110
+ controlNo: String
3111
+
3112
+ """Field description"""
3113
+ description: String
3114
+
3115
+ """Field id"""
3116
+ id: ID!
3117
+
3118
+ """Field name"""
3119
+ name: String
3120
+ }
3121
+
3122
+ """type enumeration of a approval line item"""
3123
+ enum OrgMemberTargetType {
3124
+ Department
3125
+ Employee
3126
+ MyDepartment
3127
+ MySupervisor
3128
+ Myself
3129
+ Role
3130
+ }
3131
+
3132
+ """Entity for PagePreference"""
3133
+ type PagePreference {
3134
+ createdAt: DateTimeISO
3135
+ creator: User
3136
+ domain: Domain!
3137
+ element: String
3138
+ id: ID!
3139
+ page: String
3140
+ preference: Object
3141
+ updatedAt: DateTimeISO
3142
+ updater: User
3143
+ user: User!
3144
+ }
3145
+
3146
+ type PagePreferenceList {
3147
+ items: [PagePreference!]!
3148
+ total: Int!
3149
+ }
3150
+
3151
+ input Pagination {
3152
+ limit: Int
3153
+ page: Int
3154
+ }
3155
+
3156
+ type Partner {
3157
+ approvedAt: DateTimeISO
3158
+ approver: User
3159
+ domain: Domain!
3160
+ id: ID!
3161
+ partnerDomain: Domain!
3162
+ requestedAt: DateTimeISO
3163
+ requester: User
3164
+ }
3165
+
3166
+ type PartnerList {
3167
+ items: [Partner!]
3168
+ total: Int
3169
+ }
3170
+
3171
+ """Entity for PartnerSetting"""
3172
+ type PartnerSetting {
3173
+ category: String
3174
+ createdAt: DateTimeISO
3175
+ creator: User
3176
+ description: String
3177
+ domain: Domain!
3178
+ id: ID!
3179
+ name: String
3180
+ partnerDomain: Domain
3181
+ partnerDomainId: String
3182
+ setting: Setting
3183
+ settingId: String
3184
+ updatedAt: DateTimeISO
3185
+ updater: User
3186
+ value: String
3187
+ }
3188
+
3189
+ type PartnerSettingList {
3190
+ items: [PartnerSetting!]!
3191
+ total: Int!
3192
+ }
3193
+
3194
+ input PartnerSettingPatch {
3195
+ cuFlag: String!
3196
+ id: ID
3197
+ partnerDomain: ObjectRef
3198
+ setting: ObjectRef
3199
+ value: String
3200
+ }
3201
+
3202
+ """Entity for PayloadLog"""
3203
+ type PayloadLog {
3204
+ createdAt: DateTimeISO
3205
+ creator: User
3206
+ domain: Domain!
3207
+ endpoint: String!
3208
+ id: ID!
3209
+ name: String!
3210
+ request: String!
3211
+ response: String!
3212
+ src: String
3213
+ type: String!
3214
+ updatedAt: DateTimeISO
3215
+ updater: User
3216
+ }
3217
+
3218
+ type PayloadLogList {
3219
+ items: [PayloadLog!]!
3220
+ total: Int!
3221
+ }
3222
+
3223
+ input PayloadLogPatch {
3224
+ cuFlag: String!
3225
+ description: String
3226
+ id: ID
3227
+ name: String
3228
+ }
3229
+
3230
+ type PendingObject {
3231
+ due: String!
3232
+ priority: Int!
3233
+ stuff: Object!
3234
+ tag: String
3235
+ }
3236
+
3237
+ """Entity for Board PlayGroup"""
3238
+ type PlayGroup {
3239
+ boards: [Board!]
3240
+ createdAt: DateTimeISO
3241
+ creator: User
3242
+ description: String
3243
+ domain: Domain
3244
+ id: ID!
3245
+ name: String!
3246
+ updatedAt: DateTimeISO
3247
+ updater: User
3248
+ }
3249
+
3250
+ type PlayGroupList {
3251
+ items: [PlayGroup!]!
3252
+ total: Int!
3253
+ }
3254
+
3255
+ input PlayGroupPatch {
3256
+ description: String
3257
+ name: String
3258
+ }
3259
+
3260
+ """Entity for PrinterDevice"""
3261
+ type PrinterDevice {
3262
+ activeFlag: Boolean
3263
+ createdAt: DateTimeISO
3264
+ creator: User
3265
+ defaultFlag: Boolean
3266
+ description: String!
3267
+ domain: Domain!
3268
+ dpi: Int
3269
+ id: ID!
3270
+ jobCategory: String
3271
+ jobClass: String
3272
+ jobType: String
3273
+ name: String!
3274
+ note: String
3275
+ printerDriver: String
3276
+ printerIp: String
3277
+ printerPort: Int
3278
+ serviceUrl: String
3279
+ status: String
3280
+ type: String!
3281
+ updatedAt: DateTimeISO
3282
+ updater: User
3283
+ }
3284
+
3285
+ type PrinterDeviceList {
3286
+ items: [PrinterDevice!]!
3287
+ total: Int!
3288
+ }
3289
+
3290
+ input PrinterDevicePatch {
3291
+ activeFlag: Boolean
3292
+ cuFlag: String!
3293
+ defaultFlag: Boolean
3294
+ description: String
3295
+ dpi: Int
3296
+ id: ID
3297
+ jobCategory: String
3298
+ jobClass: String
3299
+ jobType: String
3300
+ name: String
3301
+ note: String
3302
+ printerDriver: String
3303
+ printerIp: String
3304
+ printerPort: Int
3305
+ serviceUrl: String
3306
+ status: String
3307
+ type: String
3308
+ }
3309
+
3310
+ type Privilege {
3311
+ category: String
3312
+ createdAt: DateTimeISO
3313
+ creator: User
3314
+ description: String
3315
+ id: ID!
3316
+ name: String!
3317
+ privilege: String!
3318
+ roles: [Role!]
3319
+ updatedAt: DateTimeISO
3320
+ updater: User
3321
+ }
3322
+
3323
+ input PrivilegeInput {
3324
+ category: String
3325
+ owner: Boolean
3326
+ privilege: String
3327
+ super: Boolean
3328
+ }
3329
+
3330
+ type PrivilegeList {
3331
+ items: [Privilege!]
3332
+ total: Int
3333
+ }
3334
+
3335
+ type PrivilegeObject {
3336
+ category: String
3337
+ owner: Boolean
3338
+ privilege: String
3339
+ super: Boolean
3340
+ }
3341
+
3342
+ input PrivilegePatch {
3343
+ category: String
3344
+ description: String
3345
+ id: String
3346
+ name: String
3347
+ roles: [ObjectRef!]
3348
+ }
3349
+
3350
+ """Object type for Profile"""
3351
+ type Profile {
3352
+ left: Float
3353
+ picture: String
3354
+ top: Float
3355
+ zoom: Float
3356
+ }
3357
+
3358
+ """Input type for Profile"""
3359
+ input ProfileInput {
3360
+ file: Upload
3361
+ left: Float
3362
+ picture: String
3363
+ top: Float
3364
+ zoom: Float
3365
+ }
3366
+
3367
+ type PropertySpec {
3368
+ label: String!
3369
+ name: String!
3370
+ placeholder: String
3371
+ property: Object
3372
+ styles: Object
3373
+ type: String!
3374
+ }
3375
+
3376
+ type Query {
3377
+ APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
3378
+ appBinding(id: String!): AppBinding!
3379
+ appBindings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AppBindingList!
3380
+
3381
+ """ To fetch appliance"""
3382
+ appliance(id: String!): Appliance!
3383
+
3384
+ """To fetch multiple appliance"""
3385
+ appliances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3386
+
3387
+ """To fetch application"""
3388
+ application(id: String!): Application!
3389
+
3390
+ """To fetch multiple application"""
3391
+ applications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplicationList!
3392
+
3393
+ """To fetch a approval line"""
3394
+ approvalLine(id: String!): ApprovalLine
3395
+
3396
+ """To fetch referable approval lines for the user"""
3397
+ approvalLineReferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3398
+
3399
+ """To fetch multiple approval lines"""
3400
+ approvalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3401
+ attachment(id: String!): Attachment!
3402
+ attachments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttachmentList!
3403
+
3404
+ """To fetch a AttributeSet"""
3405
+ attributeSet(id: String!): AttributeSet
3406
+
3407
+ """To fetch a AttributeSet by Entity name"""
3408
+ attributeSetByEntity(entity: String!): AttributeSet
3409
+
3410
+ """To fetch multiple AttributeSets"""
3411
+ attributeSets(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttributeSetList!
3412
+
3413
+ """To fetch a AuthProvider"""
3414
+ authProvider(id: String!): AuthProvider
3415
+
3416
+ """To fetch a AuthProvider"""
3417
+ authProviderTypes: AuthProviderTypeList
3418
+
3419
+ """To fetch multiple AuthProviders"""
3420
+ authProviders(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AuthProviderList!
3421
+
3422
+ """To fetch a board"""
3423
+ board(id: String!): Board!
3424
+
3425
+ """To fetch a Board Model by name"""
3426
+ boardByName(name: String!): Board
3427
+
3428
+ """To fetch the latest Board published"""
3429
+ boardPublished(id: String!): BoardHistory!
3430
+
3431
+ """To fetch a BoardSettings"""
3432
+ boardSettings(names: [String!]): [BoardSetting!]!
3433
+
3434
+ """To fetch a BoardTemplate"""
3435
+ boardTemplate(id: String!): BoardTemplate
3436
+
3437
+ """To fetch multiple BoardTemplates"""
3438
+ boardTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
3439
+
3440
+ """To fetch BoardTemplates created by me"""
3441
+ boardTemplatesCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
3442
+
3443
+ """To fetch a Board Versions"""
3444
+ boardVersions(id: String!): [BoardHistory!]!
3445
+
3446
+ """To fetch multiple Boards"""
3447
+ boards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3448
+
3449
+ """To fetch Boards created by me"""
3450
+ boardsCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3451
+ chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
3452
+
3453
+ """To check if system would provide default password to create new user"""
3454
+ checkDefaultPassword: Boolean!
3455
+
3456
+ """To check if system would provide default password to create new user"""
3457
+ checkResettablePasswordToDefault: Boolean!
3458
+
3459
+ """To fetch the preset of role for new user"""
3460
+ checkRolePreset: [Role!]!
3461
+
3462
+ """To check if current user is belongs to current domain"""
3463
+ checkUserBelongsDomain: Boolean!
3464
+
3465
+ """..."""
3466
+ checkUserExistence(email: EmailAddress!): Boolean!
3467
+
3468
+ """To fetch common approval lines"""
3469
+ commonApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3470
+
3471
+ """To fetch a CommonCode"""
3472
+ commonCode(name: String!): CommonCode
3473
+
3474
+ """To fetch a CommonCodeDetail"""
3475
+ commonCodeDetail(id: String!): CommonCodeDetail!
3476
+
3477
+ """To fetch multiple CommonCodeDetails"""
3478
+ commonCodeDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeDetailList!
3479
+
3480
+ """To fetch multiple CommonCodes"""
3481
+ commonCodes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeList!
3482
+
3483
+ """To fetch a connector"""
3484
+ connection(name: String!): ConnectorType!
3485
+
3486
+ """To fetch multiple connections"""
3487
+ connections(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ConnectionList!
3488
+
3489
+ """To fetch the connector from a connection"""
3490
+ connectorByConnection(connectionName: String!): ConnectorType!
3491
+
3492
+ """To fetch multiple connector"""
3493
+ connectors: ConnectorList!
3494
+
3495
+ """To fetch a Contact"""
3496
+ contact(id: String!): Contact
3497
+
3498
+ """To fetch multiple Contacts"""
3499
+ contacts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ContactList!
3500
+ customers: [Domain!]!
3501
+ decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
3502
+ decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
3503
+
3504
+ """To fetch a Department"""
3505
+ department(id: String!): Department
3506
+
3507
+ """To fetch a Root Departments"""
3508
+ departmentRoots(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DepartmentList
3509
+
3510
+ """To fetch multiple Departments"""
3511
+ departments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DepartmentList!
3512
+
3513
+ """To fetch domain"""
3514
+ domain(id: String!): Domain!
3515
+
3516
+ """To fetch all domains (Only superuser is granted this privilege.)"""
3517
+ domains(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
3518
+
3519
+ """To fetch domains with given privilege for user"""
3520
+ domainsWithPrivilege(category: String!, privilege: String!): [Domain!]!
3521
+
3522
+ """To fetch multiple appliance"""
3523
+ edges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3524
+
3525
+ """To fetch a Employee"""
3526
+ employee(id: String!): Employee
3527
+
3528
+ """To fetch multiple Employees"""
3529
+ employees(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EmployeeList!
3530
+
3531
+ """To fetch multiple Entities"""
3532
+ entities(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityList!
3533
+
3534
+ """To fetch a Entity"""
3535
+ entity(id: String!): Entity!
3536
+
3537
+ """To fetch a EntityColumn"""
3538
+ entityColumn(id: String!): EntityColumn!
3539
+
3540
+ """To fetch multiple EntityColumns"""
3541
+ entityColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityColumnList!
3542
+
3543
+ """To fetch a EntityMetadata"""
3544
+ entityMetadata(name: String!): EntityMetadata!
3545
+
3546
+ """To fetch a Favorite"""
3547
+ favorite(id: String!): Favorite!
3548
+
3549
+ """To fetch multiple BoardFavorites"""
3550
+ favoriteBoards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardFavoriteList!
3551
+
3552
+ """To fetch multiple Favorites"""
3553
+ favorites(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FavoriteList!
3554
+
3555
+ """To fetch the state of a connection"""
3556
+ fetchConnectionState(name: String!): ConnectionState!
3557
+
3558
+ """To fetch a Font"""
3559
+ font(id: String!): Font!
3560
+
3561
+ """To fetch multiple Fonts"""
3562
+ fonts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FontList!
3563
+
3564
+ """To fetch a GitProject"""
3565
+ gitProject(id: String!): GitProject
3566
+
3567
+ """To fetch multiple GitProjects"""
3568
+ gitProjects(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): GitProjectList!
3569
+ grantedRoles: [GrantedRole!]!
3570
+ grantingRoles(customerId: String!): [GrantedRole!]!
3571
+
3572
+ """To fetch a Group"""
3573
+ group(id: String!): Group
3574
+
3575
+ """To fetch multiple Groups"""
3576
+ groups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): GroupList!
3577
+
3578
+ """To query whether I have the given permission"""
3579
+ hasPrivilege(category: String!, privilege: String!): Boolean!
3580
+ i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
3581
+ imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
3582
+
3583
+ """To fetch integration Analyses"""
3584
+ integrationAnalysis: Object!
3585
+ invitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
3586
+ invitations(reference: String!, type: String!): InvitationList!
3587
+
3588
+ """To fetch a LiteMenu"""
3589
+ liteMenu(id: String!): LiteMenu!
3590
+
3591
+ """To fetch multiple LiteMenus"""
3592
+ liteMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
3593
+
3594
+ """To fetch multiple LoginHistories"""
3595
+ loginHistories(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LoginHistoryList!
3596
+
3597
+ """To fetch a Menu"""
3598
+ menu(id: String!): Menu!
3599
+
3600
+ """To fetch a MenuButton"""
3601
+ menuButton(id: String!): MenuButton!
3602
+
3603
+ """To fetch multiple MenuButtons"""
3604
+ menuButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuButtonList!
3605
+
3606
+ """To fetch a Menu by routing"""
3607
+ menuByRouting(routing: String!): Menu!
3608
+
3609
+ """To fetch a MenuColumn"""
3610
+ menuColumn(id: String!): MenuColumn!
3611
+
3612
+ """To fetch multiple MenuColumns"""
3613
+ menuColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuColumnList!
3614
+
3615
+ """To fetch a MenuDetail"""
3616
+ menuDetail(id: String!): MenuDetail!
3617
+
3618
+ """To fetch a MenuDetailButton"""
3619
+ menuDetailButton(id: String!): MenuDetailButton!
3620
+
3621
+ """To fetch multiple MenuDetailButtons"""
3622
+ menuDetailButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailButtonList!
3623
+
3624
+ """To fetch a MenuDetailColumn"""
3625
+ menuDetailColumn(id: String!): MenuDetailColumn!
3626
+
3627
+ """To fetch multiple MenuDetailColumns"""
3628
+ menuDetailColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailColumnList!
3629
+
3630
+ """To fetch multiple MenuDetails"""
3631
+ menuDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailList!
3632
+
3633
+ """To fetch multiple Menus"""
3634
+ menus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
3635
+
3636
+ """To fetch approval lines only for to the user"""
3637
+ myApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3638
+
3639
+ """To fetch current user's Favorites"""
3640
+ myFavorites: [Favorite!]!
3641
+
3642
+ """To fetch my own LiteMenus"""
3643
+ myLiteMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
3644
+ myLoginHistories(limit: Float!): [LoginHistory!]!
3645
+
3646
+ """To fetch my own Menus"""
3647
+ myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
3648
+
3649
+ """To fetch my notifications"""
3650
+ myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3651
+
3652
+ """To fetch a User's own PagePreference"""
3653
+ myPageAllPreferences(page: String!): [PagePreference!]
3654
+
3655
+ """To fetch a User's own PagePreference"""
3656
+ myPagePreference(element: String!, page: String!): PagePreference
3657
+
3658
+ """To fetch multiple PagePreferences"""
3659
+ myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
3660
+
3661
+ """To fetch roles of current user"""
3662
+ myRoles: [Role!]!
3663
+
3664
+ """To fetch a User's own UserPreference"""
3665
+ myUserPreference(element: String!, key: String!): UserPreference
3666
+
3667
+ """To fetch multiple UserPreferences"""
3668
+ myUserPreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserPreferenceList!
3669
+
3670
+ """To fetch a Notification"""
3671
+ notification(id: String!): Notification
3672
+
3673
+ """To fetch a NotificationRule"""
3674
+ notificationRule(id: String!): NotificationRule
3675
+
3676
+ """To fetch multiple NotificationRules"""
3677
+ notificationRules(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationRuleList!
3678
+
3679
+ """To fetch multiple Notificationes"""
3680
+ notificationes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3681
+
3682
+ """To fetch a Oauth2Client"""
3683
+ oauth2Client(id: String!): Oauth2Client
3684
+
3685
+ """To fetch multiple Oauth2Clients"""
3686
+ oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3687
+
3688
+ """To fetch a PagePreference"""
3689
+ pagePreference(id: String!): PagePreference
3690
+
3691
+ """To fetch specific domain's CommonCodes by given name"""
3692
+ partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3693
+
3694
+ """To fetch a PartnerSetting"""
3695
+ partnerSetting(name: String!, partnerDomainId: String!): PartnerSetting!
3696
+
3697
+ """To fetch multiple PartnerSettings"""
3698
+ partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
3699
+ partners(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PartnerList!
3700
+
3701
+ """To fetch a PayloadLog"""
3702
+ payloadLog(id: String!): PayloadLog!
3703
+
3704
+ """To fetch multiple PayloadLogs"""
3705
+ payloadLogs(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
3706
+
3707
+ """To fetch a PlayGroup"""
3708
+ playGroup(id: String!): PlayGroup
3709
+
3710
+ """To fetch a PlayGroup by name"""
3711
+ playGroupByName(name: String!): PlayGroup
3712
+
3713
+ """To fetch multiple PlayGroups"""
3714
+ playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3715
+
3716
+ """To fetch a UserPreference"""
3717
+ preference(id: String!): UserPreference
3718
+
3719
+ """To fetch a PrinterDevice"""
3720
+ printerDevice(id: String!): PrinterDevice!
3721
+
3722
+ """To fetch multiple PrinterDevices"""
3723
+ printerDevices(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrinterDeviceList!
3724
+
3725
+ """To fetch multiple privileges"""
3726
+ privileges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrivilegeList!
3727
+
3728
+ """To fetch role"""
3729
+ role(name: String!): Role!
3730
+
3731
+ """To fetch Menus by role"""
3732
+ roleMenus(roleId: String!): MenuList!
3733
+
3734
+ """To fetch privileges of a role"""
3735
+ rolePrivileges(roleId: String!): [RolePrivilege!]!
3736
+
3737
+ """To fetch multiple users"""
3738
+ roles(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): RoleList!
3739
+
3740
+ """To fetch a scenario"""
3741
+ scenario(id: String!): Scenario!
3742
+
3743
+ """To fetch a scenario instance"""
3744
+ scenarioInstance(instanceName: String!): ScenarioInstance!
3745
+
3746
+ """To fetch multiple scenario instances"""
3747
+ scenarioInstances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioInstanceList!
3748
+
3749
+ """To fetch multiple scenarios"""
3750
+ scenarios(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioList!
3751
+ searchCustomers(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
3752
+
3753
+ """To fetch domain"""
3754
+ secureIPList: Object
3755
+
3756
+ """To fetch a Setting"""
3757
+ setting(name: String!, partnerDomainId: String): Setting!
3758
+
3759
+ """To fetch multiple Settings"""
3760
+ settings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): SettingList!
3761
+
3762
+ """To fetch a StateRegister"""
3763
+ stateRegister(id: String!): StateRegister
3764
+
3765
+ """To fetch a StateRegister by name"""
3766
+ stateRegisterByName(name: String!): StateRegister
3767
+
3768
+ """To fetch multiple StateRegisters"""
3769
+ stateRegisters(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): StateRegisterList!
3770
+
3771
+ """To fetch a step"""
3772
+ step(name: String!): Step!
3773
+
3774
+ """To fetch multiple steps"""
3775
+ steps(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): StepList!
3776
+
3777
+ """To fetch a task-type"""
3778
+ taskType(name: String!): TaskType!
3779
+
3780
+ """To fetch multiple task-type"""
3781
+ taskTypes: TaskTypeList!
3782
+
3783
+ """To fetch the connector from a task-type"""
3784
+ taskTypesByConnection(connectionName: String!): TaskTypeList!
3785
+
3786
+ """To fetch multiple Terminologies"""
3787
+ terminologies(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): TerminologyList!
3788
+
3789
+ """To fetch a Terminology"""
3790
+ terminology(id: String!): Terminology!
3791
+
3792
+ """To fetch a Theme"""
3793
+ theme(id: String!): Theme
3794
+
3795
+ """To fetch multiple Themes"""
3796
+ themes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ThemeList!
3797
+
3798
+ """To fetch user"""
3799
+ user(email: EmailAddress!): User!
3800
+
3801
+ """To fetch Menus by role"""
3802
+ userMenus: [Menu!]!
3803
+
3804
+ """To fetch roles of a user"""
3805
+ userRoles(userId: String!): [UserRole!]!
3806
+
3807
+ """To fetch multiple users"""
3808
+ users(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserList!
3809
+ vendors: [Domain!]!
3810
+ }
3811
+
3812
+ type RecipientItem {
3813
+ recipient: OrgMemberTarget
3814
+ type: OrgMemberTargetType
3815
+ value: String
3816
+ }
3817
+
3818
+ type Role {
3819
+ createdAt: DateTimeISO
3820
+ creator: User
3821
+ description: String
3822
+ domain: Domain!
3823
+ id: ID!
3824
+ name: String
3825
+ privileges: [Privilege!]
3826
+ updatedAt: DateTimeISO
3827
+ updater: User
3828
+ users: [User!]
3829
+ }
3830
+
3831
+ type RoleList {
3832
+ items: [Role!]
3833
+ total: Int
3834
+ }
3835
+
3836
+ input RolePatch {
3837
+ cuFlag: String
3838
+ description: String
3839
+ id: String
3840
+ name: String
3841
+ privileges: [ObjectRef!]
3842
+ users: [ObjectRef!]
3843
+ }
3844
+
3845
+ type RolePrivilege {
3846
+ assigned: Boolean
3847
+ category: String
3848
+ description: String
3849
+ id: String
3850
+ name: String
3851
+ }
3852
+
3853
+ type Scenario {
3854
+ """[will be deprecated] automatically be started when this server start"""
3855
+ active: Boolean
3856
+ connectionNames: [Connection!]!
3857
+ createdAt: DateTimeISO
3858
+ creator: User
3859
+ description: String
3860
+ domain: Domain!
3861
+ id: ID!
3862
+ instances: [ScenarioInstance!]
3863
+ name: String!
3864
+ privilege: PrivilegeObject
3865
+
3866
+ """accessible and executable system-wide"""
3867
+ public: Boolean
3868
+ publishTags: [Connection!]!
3869
+ schedule: String
3870
+ scheduleId: String
3871
+ state: String
3872
+ steps: [Step!]
3873
+ timezone: String
3874
+ ttl: Float
3875
+ type: String
3876
+ updatedAt: DateTimeISO
3877
+ updater: User
3878
+ }
3879
+
3880
+ type ScenarioInstance {
3881
+ data: Object
3882
+ domain: Domain
3883
+ instanceName: String
3884
+ message: String
3885
+ progress: ScenarioInstanceProgress
3886
+ result: Object
3887
+ root: ScenarioInstance
3888
+ scenarioName: String
3889
+ state: String
3890
+ timestamp: DateTimeISO
3891
+ user: User
3892
+ variables: Object
3893
+ }
3894
+
3895
+ type ScenarioInstanceList {
3896
+ items: [ScenarioInstance!]!
3897
+ total: Int!
3898
+ }
3899
+
3900
+ type ScenarioInstanceProgress {
3901
+ rate: Int!
3902
+ rounds: Int!
3903
+ step: Int!
3904
+ steps: Int!
3905
+ }
3906
+
3907
+ type ScenarioInstanceRunResult {
3908
+ data: Object
3909
+ instanceName: String
3910
+ message: String
3911
+ result: Object
3912
+ scenarioName: String
3913
+ state: String
3914
+ timestamp: DateTimeISO
3915
+ variables: Object
3916
+ }
3917
+
3918
+ type ScenarioInstanceState {
3919
+ data: Object
3920
+ domain: Domain
3921
+ instanceName: String
3922
+ message: String
3923
+ progress: ScenarioInstanceProgress
3924
+ scenarioName: String
3925
+ state: ScenarioInstanceStatus
3926
+ timestamp: DateTimeISO
3927
+ variables: Object
3928
+ }
3929
+
3930
+ """state enumeration of a scenario-instance"""
3931
+ enum ScenarioInstanceStatus {
3932
+ HALTED
3933
+ READY
3934
+ STARTED
3935
+ STOPPED
3936
+ UNLOADED
3937
+ }
3938
+
3939
+ type ScenarioList {
3940
+ items: [Scenario!]!
3941
+ total: Int!
3942
+ }
3943
+
3944
+ input ScenarioPatch {
3945
+ active: Boolean
3946
+ cuFlag: String
3947
+ description: String
3948
+ id: ID
3949
+ name: String
3950
+ privilege: PrivilegeInput
3951
+ schedule: String
3952
+ steps: [StepPatch!]
3953
+ timezone: String
3954
+ ttl: Float
3955
+ type: String
3956
+ }
3957
+
3958
+ type ScenarioQueueState {
3959
+ domain: Domain!
3960
+ queue: [PendingObject!]!
3961
+ }
3962
+
3963
+ """Entity for Setting"""
3964
+ type Setting {
3965
+ category: String!
3966
+ createdAt: DateTimeISO
3967
+ creator: User
3968
+ description: String
3969
+ domain: Domain!
3970
+ id: ID!
3971
+ name: String!
3972
+ updatedAt: DateTimeISO
3973
+ updater: User
3974
+ value: String
3975
+ }
3976
+
3977
+ type SettingList {
3978
+ items: [Setting!]!
3979
+ total: Int!
3980
+ }
3981
+
3982
+ input SettingPatch {
3983
+ category: String
3984
+ cuFlag: String
3985
+ description: String
3986
+ id: ID
3987
+ name: String
3988
+ value: String
3989
+ }
3990
+
3991
+ input Sorting {
3992
+ """
3993
+ Set to true if descending sort. Default is "false"
3994
+ """
3995
+ desc: Boolean
3996
+
3997
+ """Field name to sort by"""
3998
+ name: String!
3999
+ }
4000
+
4001
+ """Entity for StateRegister"""
4002
+ type StateRegister {
4003
+ createdAt: DateTimeISO
4004
+ creator: User
4005
+ description: String
4006
+ domain: Domain!
4007
+ id: ID!
4008
+ name: String
4009
+ refBy: String
4010
+ state: Object
4011
+ ttl: Int
4012
+ type: String
4013
+ updatedAt: DateTimeISO
4014
+ updater: User
4015
+ writer: User
4016
+ wroteAt: DateTimeISO
4017
+ }
4018
+
4019
+ type StateRegisterList {
4020
+ items: [StateRegister!]!
4021
+ total: Int!
4022
+ }
4023
+
4024
+ input StateRegisterPatch {
4025
+ cuFlag: String
4026
+ description: String
4027
+ id: ID
4028
+ name: String
4029
+ refBy: String
4030
+ state: Object
4031
+ ttl: Int
4032
+ type: String
4033
+ }
4034
+
4035
+ type Step {
4036
+ connection: String
4037
+ createdAt: DateTimeISO
4038
+ creator: User
4039
+ description: String
4040
+ domain: Domain
4041
+ id: ID!
4042
+ log: Boolean
4043
+ name: String!
4044
+ params: String
4045
+
4046
+ """
4047
+ A boolean attribute indicating the inclusion status of an element in the result
4048
+ """
4049
+ result: Boolean
4050
+ scenario: Scenario
4051
+ sequence: Float
4052
+ skip: Boolean
4053
+ task: String
4054
+ updatedAt: DateTimeISO
4055
+ updater: User
4056
+ }
4057
+
4058
+ type StepList {
4059
+ items: [Step!]!
4060
+ total: Int!
4061
+ }
4062
+
4063
+ input StepPatch {
4064
+ connection: String
4065
+ cuFlag: String
4066
+ description: String
4067
+ id: ID
4068
+ log: Boolean
4069
+ name: String
4070
+ params: String
4071
+ result: Boolean
4072
+ sequence: Int
4073
+ skip: Boolean
4074
+ task: String
4075
+ }
4076
+
4077
+ type Subscription {
4078
+ board(id: String!): Board!
4079
+ connectionLog(level: String): Log!
4080
+ connectionState(name: String): ConnectionState!
4081
+ data(tag: String!): Data!
4082
+ notification(subjects: [String!]): Notification!
4083
+ playGroup(id: String!): PlayGroup!
4084
+ scenarioInstanceLog(instanceName: String, level: String, scenarioName: String): Log!
4085
+ scenarioInstanceState(instanceName: String, scenarioName: String): ScenarioInstanceState!
4086
+ scenarioQueueState: ScenarioQueueState!
4087
+ }
4088
+
4089
+ type TaskType {
4090
+ connectorFree: Boolean
4091
+ description: String
4092
+ help: String
4093
+ name: String!
4094
+ parameterSpec: [PropertySpec!]
4095
+ }
4096
+
4097
+ type TaskTypeList {
4098
+ items: [TaskType!]!
4099
+ total: Int!
4100
+ }
4101
+
4102
+ """Entity for Terminology"""
4103
+ type Terminology {
4104
+ category: String!
4105
+ createdAt: DateTimeISO
4106
+ creator: User
4107
+ description: String
4108
+ display: String!
4109
+ domain: Domain!
4110
+ id: ID!
4111
+ locale: String!
4112
+ name: String!
4113
+ updatedAt: DateTimeISO
4114
+ updater: User
4115
+ }
4116
+
4117
+ type TerminologyList {
4118
+ items: [Terminology!]!
4119
+ total: Int!
4120
+ }
4121
+
4122
+ input TerminologyPatch {
4123
+ category: String
4124
+ cuFlag: String
4125
+ description: String
4126
+ display: String
4127
+ id: ID
4128
+ locale: String
4129
+ name: String
4130
+ }
4131
+
4132
+ """Entity for Theme"""
4133
+ type Theme {
4134
+ active: Boolean
4135
+ createdAt: DateTimeISO
4136
+ creator: User
4137
+ deletedAt: DateTimeISO
4138
+ description: String
4139
+ domain: Domain!
4140
+ id: ID!
4141
+ name: String
4142
+ type: String
4143
+ updatedAt: DateTimeISO
4144
+ updater: User
4145
+ value: Object
4146
+ }
4147
+
4148
+ type ThemeList {
4149
+ items: [Theme!]!
4150
+ total: Int!
4151
+ }
4152
+
4153
+ input ThemePatch {
4154
+ active: Boolean
4155
+ cuFlag: String
4156
+ description: String
4157
+ id: ID
4158
+ name: String
4159
+ type: String
4160
+ value: Object
4161
+ }
4162
+
4163
+ """The `Upload` scalar type represents a file upload."""
4164
+ scalar Upload
4165
+
4166
+ type UploadURL {
4167
+ fields: Any!
4168
+ url: String!
4169
+ }
4170
+
4171
+ type User {
4172
+ createdAt: DateTimeISO
4173
+ creator: User
4174
+ description: String
4175
+ domains: [Domain!]!
4176
+ email: EmailAddress!
4177
+ id: ID!
4178
+ locale: String
4179
+ name: String
4180
+ owner: Boolean
4181
+ reference: String
4182
+ roles: [Role!]!
4183
+ ssoId: String
4184
+ status: String!
4185
+ updatedAt: DateTimeISO
4186
+ updater: User
4187
+ userType: String
4188
+ usersAuthProviders: [UsersAuthProviders!]
4189
+ }
4190
+
4191
+ type UserList {
4192
+ items: [User!]
4193
+ total: Int
4194
+ }
4195
+
4196
+ input UserPatch {
4197
+ cuFlag: String
4198
+ description: String
4199
+ domains: [ObjectRef!]
4200
+ email: EmailAddress
4201
+ id: ID
4202
+ name: String
4203
+ password: String
4204
+ roles: [ObjectRef!]
4205
+ status: String
4206
+ userType: String
4207
+ }
4208
+
4209
+ """Entity for UserPreference"""
4210
+ type UserPreference {
4211
+ createdAt: DateTimeISO
4212
+ creator: User
4213
+ domain: Domain
4214
+ id: ID!
4215
+ key: String
4216
+ preference: Object
4217
+ updatedAt: DateTimeISO
4218
+ updater: User
4219
+ user: User!
4220
+ }
4221
+
4222
+ type UserPreferenceList {
4223
+ items: [UserPreference!]!
4224
+ total: Int!
4225
+ }
4226
+
4227
+ input UserPreferencePatch {
4228
+ cuFlag: String
4229
+ id: ID
4230
+ key: String!
4231
+ preference: Object!
4232
+ user: ObjectRef!
4233
+ }
4234
+
4235
+ type UserRole {
4236
+ assigned: Boolean
4237
+ description: String
4238
+ id: String
4239
+ name: String
4240
+ }
4241
+
4242
+ """Entity for UsersAuthProviders"""
4243
+ type UsersAuthProviders {
4244
+ authProvider: AuthProvider
4245
+ createdAt: DateTimeISO
4246
+ domain: Domain!
4247
+ id: ID!
4248
+ ssoId: String
4249
+ updatedAt: DateTimeISO
4250
+ user: User
4251
+ }
4252
+
4253
+ input i18nCompletionInput {
4254
+ json: String!
4255
+ }
4256
+
4257
+ type i18nCompletionOutput {
4258
+ message: String
4259
+ }