@things-factory/operato-gangsters 6.2.49 → 6.2.50

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