@operato/scene-integration 1.2.49 → 1.2.52

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