@things-factory/operato-ecs 6.0.66 → 6.0.68

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,2653 @@
1
+ # -----------------------------------------------
2
+ # !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!!
3
+ # !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
4
+ # -----------------------------------------------
5
+
6
+ type AccessToken {
7
+ accesToken: String!
8
+ refreshToken: String!
9
+ }
10
+
11
+ """Any Scalar type (String, Boolean, Int, Float, Object, List)"""
12
+ scalar Any
13
+
14
+ type AppBinding {
15
+ application: Application
16
+ createdAt: Timestamp
17
+ creator: User!
18
+ description: String
19
+ domains: [Domain!]!
20
+ email: String!
21
+ id: ID!
22
+ locale: String
23
+ name: String!
24
+ owner: Boolean
25
+ reference: String
26
+ refreshToken: String
27
+ roles: [Role!]!
28
+ scope: String
29
+ status: String!
30
+ updatedAt: Timestamp
31
+ updater: User!
32
+ userType: String
33
+ }
34
+
35
+ type AppBindingList {
36
+ items: [AppBinding!]
37
+ total: Int
38
+ }
39
+
40
+ type Appliance {
41
+ accessToken: String
42
+ brand: String
43
+ createdAt: Timestamp
44
+ creator: User
45
+ description: String
46
+ domain: Domain!
47
+ id: ID!
48
+ model: String
49
+ name: String!
50
+ netmask: String
51
+ serialNo: String
52
+ updatedAt: Timestamp
53
+ updater: User
54
+ }
55
+
56
+ type ApplianceList {
57
+ items: [Appliance!]
58
+ total: Int
59
+ }
60
+
61
+ input AppliancePatch {
62
+ brand: String
63
+ description: String
64
+ id: ID
65
+ model: String
66
+ name: String
67
+ netmask: String
68
+ serialNo: String
69
+ }
70
+
71
+ type Application {
72
+ accessTokenUrl: String!
73
+ appKey: String
74
+ appSecret: String
75
+ authUrl: String!
76
+ availableScopes: String!
77
+ createdAt: Timestamp
78
+ creator: User
79
+ description: String
80
+ domain: Domain!
81
+ email: String!
82
+ icon: String
83
+ id: ID!
84
+ name: String!
85
+ redirectUrl: String!
86
+ status: String!
87
+ type: String!
88
+ updatedAt: Timestamp
89
+ updater: User
90
+ url: String!
91
+ webhook: String
92
+ }
93
+
94
+ type ApplicationList {
95
+ items: [Application!]
96
+ total: Int
97
+ }
98
+
99
+ input ApplicationPatch {
100
+ description: String
101
+ email: String
102
+ icon: String
103
+ name: String
104
+ redirectUrl: String
105
+ type: ApplicationType
106
+ url: String
107
+ webhook: String
108
+ }
109
+
110
+ """state enumeration of a application"""
111
+ enum ApplicationType {
112
+ MMS
113
+ OTHERS
114
+ SELLERCRAFT
115
+ SFTP
116
+ XERO
117
+ XILNEX
118
+ }
119
+
120
+ type Attachment {
121
+ category: String
122
+ createdAt: Timestamp!
123
+ creator: User
124
+ description: String
125
+ domain: Domain!
126
+ encoding: String!
127
+ fullpath: String!
128
+ id: ID!
129
+ mimetype: String!
130
+ name: String!
131
+ path: String!
132
+ refBy: String
133
+ refType: String
134
+ size: String!
135
+ updatedAt: Timestamp!
136
+ updater: User
137
+ }
138
+
139
+ type AttachmentList {
140
+ items: [Attachment!]!
141
+ total: Int!
142
+ }
143
+
144
+ input AttachmentPatch {
145
+ category: String
146
+ description: String
147
+ encoding: String
148
+ file: Upload
149
+ mimetype: String
150
+ name: String
151
+ refBy: String
152
+ refType: String
153
+ }
154
+
155
+ """Entity for Visualization Board"""
156
+ type Board {
157
+ createdAt: Timestamp
158
+ creator: User
159
+ description: String
160
+ domain: Domain
161
+ group: Group
162
+ id: ID
163
+ model: String
164
+ name: String!
165
+ playGroups: [PlayGroup!]
166
+ thumbnail: String
167
+ updatedAt: Timestamp
168
+ updater: User
169
+ }
170
+
171
+ type BoardList {
172
+ items: [Board!]!
173
+ total: Int!
174
+ }
175
+
176
+ input BoardPatch {
177
+ description: String
178
+ groupId: String
179
+ model: String
180
+ name: String
181
+ thumbnail: String
182
+ }
183
+
184
+ type BoardSetting {
185
+ board: Board!
186
+ id: ID!
187
+ name: String!
188
+ value: String!
189
+ }
190
+
191
+ """Entity for CommonCode"""
192
+ type CommonCode {
193
+ createdAt: Timestamp
194
+ creator: User
195
+ description: String
196
+ details: [CommonCodeDetail!]!
197
+ domain: Domain
198
+ id: ID!
199
+ name: String!
200
+ updatedAt: Timestamp
201
+ updater: User
202
+ }
203
+
204
+ """Entity for CommonCodeDetail"""
205
+ type CommonCodeDetail {
206
+ commonCode: CommonCode
207
+ createdAt: Timestamp
208
+ creator: User
209
+ description: String
210
+ domain: Domain
211
+ id: ID!
212
+ name: String!
213
+ rank: Float
214
+ updatedAt: Timestamp
215
+ updater: User
216
+ }
217
+
218
+ type CommonCodeDetailList {
219
+ items: [CommonCodeDetail!]!
220
+ total: Int!
221
+ }
222
+
223
+ input CommonCodeDetailPatch {
224
+ commonCode: ObjectRef!
225
+ cuFlag: String
226
+ description: String
227
+ id: ID
228
+ name: String
229
+ rank: Float
230
+ }
231
+
232
+ type CommonCodeList {
233
+ items: [CommonCode!]!
234
+ total: Int!
235
+ }
236
+
237
+ input CommonCodePatch {
238
+ cuFlag: String
239
+ description: String
240
+ details: [String!]
241
+ id: ID
242
+ name: String
243
+ }
244
+
245
+ type Connection {
246
+ active: Boolean
247
+ createdAt: Timestamp
248
+ creator: User
249
+ description: String
250
+ domain: Domain
251
+ endpoint: String
252
+ id: ID!
253
+ name: String!
254
+ params: String
255
+ state: String
256
+ type: String
257
+ updatedAt: Timestamp
258
+ updater: User
259
+ }
260
+
261
+ type ConnectionList {
262
+ items: [Connection!]!
263
+ total: Int!
264
+ }
265
+
266
+ input ConnectionPatch {
267
+ active: Boolean
268
+ cuFlag: String!
269
+ description: String
270
+ endpoint: String
271
+ id: ID
272
+ name: String
273
+ params: String
274
+ type: String
275
+ }
276
+
277
+ type ConnectionState {
278
+ description: String
279
+ domain: Domain
280
+ id: String
281
+ name: String
282
+ state: String
283
+ timestamp: Timestamp
284
+ type: String
285
+ }
286
+
287
+ type ConnectorList {
288
+ items: [ConnectorType!]!
289
+ total: Int!
290
+ }
291
+
292
+ type ConnectorType {
293
+ description: String
294
+ help: String
295
+ name: String!
296
+ parameterSpec: [PropertySpec!]
297
+ taskPrefixes: [String!]
298
+ }
299
+
300
+ type Data {
301
+ """Data delivered by subscription"""
302
+ data: Object
303
+
304
+ """The domain where the data originated"""
305
+ domain: Domain
306
+
307
+ """Tag name attached to data"""
308
+ tag: String!
309
+ }
310
+
311
+ type Domain {
312
+ brandImage: String
313
+ brandName: String
314
+ contentImage: String
315
+ createdAt: Timestamp
316
+ description: String
317
+ extType: String
318
+ id: ID!
319
+ name: String!
320
+ owner: String
321
+ ownerUser: User!
322
+ subdomain: String
323
+ systemFlag: Boolean
324
+ theme: String
325
+ timezone: String
326
+ updatedAt: Timestamp
327
+ }
328
+
329
+ input DomainGeneratorInput {
330
+ description: String
331
+ name: String!
332
+ }
333
+
334
+ input DomainInput {
335
+ description: String
336
+ name: String!
337
+ }
338
+
339
+ type DomainList {
340
+ items: [Domain!]
341
+ total: Int
342
+ }
343
+
344
+ input DomainPatch {
345
+ brandImage: String
346
+ brandName: String
347
+ contentImage: String
348
+ description: String
349
+ id: String
350
+ name: String
351
+ subdomain: String
352
+ systemFlag: Boolean
353
+ theme: String
354
+ timezone: String
355
+ }
356
+
357
+ input DomainUserRoleInput {
358
+ domain: DomainInput!
359
+ roles: [NewRole!]!
360
+ users: [NewUserByDomainWizardInput!]!
361
+ }
362
+
363
+ """Entity for Entity"""
364
+ type Entity {
365
+ active: Boolean
366
+ association: String
367
+ bundle: String!
368
+ children: [Entity!]
369
+ columns: [EntityColumn!]
370
+ createdAt: Timestamp
371
+ creator: User
372
+ dataProp: String
373
+ delStrategy: String
374
+ description: String
375
+ domain: Domain
376
+ extEntity: Boolean
377
+ fixedColumns: Float
378
+ id: ID!
379
+ idField: String
380
+ idType: String
381
+ master: Entity
382
+ multiSaveUrl: String
383
+ name: String!
384
+ refField: String
385
+ searchUrl: String
386
+ tableName: String!
387
+ titleField: String
388
+ updatedAt: Timestamp
389
+ updater: User
390
+ }
391
+
392
+ """Entity for EntityColumn"""
393
+ type EntityColumn {
394
+ colSize: Float
395
+ colType: String!
396
+ createdAt: Timestamp
397
+ creator: User
398
+ defVal: String
399
+ description: String
400
+ domain: Domain
401
+ entity: Entity!
402
+ formEditor: String
403
+ formFormat: String
404
+ formValidator: String
405
+ gridAlign: String
406
+ gridEditor: String
407
+ gridFormat: String
408
+ gridRank: Float
409
+ gridValidator: String
410
+ gridWidth: Float
411
+ id: ID!
412
+ ignoreOnSav: Boolean
413
+ name: String!
414
+ nullable: Boolean
415
+ rangeVal: String
416
+ rank: Float
417
+ refName: String
418
+ refParams: String
419
+ refRelated: String
420
+ refType: String
421
+ refUrl: String
422
+ reverseSort: Boolean
423
+ searchEditor: String
424
+ searchInitVal: String
425
+ searchName: String
426
+ searchOper: String
427
+ searchRank: Float
428
+ sortRank: Float
429
+ term: String
430
+ uniqRank: Float
431
+ updatedAt: Timestamp
432
+ updater: User
433
+ virtualField: Boolean
434
+ }
435
+
436
+ type EntityColumnList {
437
+ items: [EntityColumn!]!
438
+ total: Int!
439
+ }
440
+
441
+ """EntityColumn of Entity"""
442
+ type EntityColumnMetadata {
443
+ enum: [Any!]
444
+ generatedType: String
445
+ isArray: Boolean
446
+ isNullable: Boolean!
447
+ isPrimary: Boolean
448
+ isReadonly: Boolean
449
+ isUpdateDate: Boolean
450
+ isVersion: Boolean
451
+ length: Float
452
+ propertyName: String!
453
+ referenceColumn: Any
454
+ relationMetadata: EntityRelationMetadata
455
+ target: Any
456
+ type: Any!
457
+ width: Int
458
+ }
459
+
460
+ input EntityColumnPatch {
461
+ colSize: Int
462
+ colType: String
463
+ cuFlag: String
464
+ defVal: String
465
+ description: String
466
+ entity: ObjectRef
467
+ formEditor: String
468
+ formFormat: String
469
+ formValidator: String
470
+ gridAlign: String
471
+ gridEditor: String
472
+ gridFormat: String
473
+ gridRank: Int
474
+ gridValidator: String
475
+ gridWidth: Int
476
+ id: ID
477
+ ignoreOnSav: Boolean
478
+ name: String
479
+ nullable: Boolean
480
+ rangeVal: String
481
+ rank: Int
482
+ refName: String
483
+ refParams: String
484
+ refRelated: String
485
+ refType: String
486
+ refUrl: String
487
+ reverseSort: Boolean
488
+ searchEditor: String
489
+ searchInitVal: String
490
+ searchName: String
491
+ searchOper: String
492
+ searchRank: Int
493
+ sortRank: Float
494
+ term: String
495
+ uniqRank: Int
496
+ virtualField: Boolean
497
+ }
498
+
499
+ type EntityList {
500
+ items: [Entity!]!
501
+ total: Int!
502
+ }
503
+
504
+ """Entity for EntityMetadata"""
505
+ type EntityMetadata {
506
+ columns: [EntityColumnMetadata!]
507
+ name: String!
508
+ }
509
+
510
+ input EntityPatch {
511
+ active: Boolean
512
+ association: String
513
+ bundle: String
514
+ children: [String!]
515
+ columns: [String!]
516
+ cuFlag: String
517
+ dataProp: String
518
+ delStrategy: String
519
+ description: String
520
+ extEntity: Boolean
521
+ fixedColumns: Int
522
+ id: ID
523
+ idField: String
524
+ idType: String
525
+ master: String
526
+ multiSaveUrl: String
527
+ name: String
528
+ refField: String
529
+ searchUrl: String
530
+ tableName: String
531
+ titleField: String
532
+ }
533
+
534
+ """RelationType of EntityColumn"""
535
+ type EntityRelationMetadata {
536
+ isManyToOne: Boolean
537
+ isOneToMany: Boolean
538
+ isOneToOne: Boolean
539
+ joinColumns: [EntityColumnMetadata!]
540
+ joinTableName: String
541
+ relationType: Boolean
542
+ }
543
+
544
+ input Filter {
545
+ name: String!
546
+ operator: String!
547
+ relation: Boolean
548
+ value: Any
549
+ }
550
+
551
+ """Entity for Font"""
552
+ type Font {
553
+ active: Boolean!
554
+ createdAt: Timestamp
555
+ creator: User
556
+ domain: Domain
557
+ files: [Attachment!]
558
+ id: ID!
559
+ name: String!
560
+ path: String
561
+ provider: String!
562
+ updatedAt: Timestamp
563
+ updater: User
564
+ uri: String
565
+ }
566
+
567
+ type FontList {
568
+ items: [Font!]!
569
+ total: Int!
570
+ }
571
+
572
+ input FontPatch {
573
+ active: Boolean
574
+ files: [Upload!]
575
+ name: String
576
+ path: String
577
+ provider: String
578
+ uri: String
579
+ }
580
+
581
+ type GrantedRole {
582
+ domain: Domain!
583
+ id: ID!
584
+ role: Role!
585
+ }
586
+
587
+ """Entity for Board Management Group"""
588
+ type Group {
589
+ boards: [Board!]
590
+ createdAt: Timestamp
591
+ creator: User
592
+ description: String
593
+ domain: Domain
594
+ id: ID!
595
+ name: String!
596
+ updatedAt: Timestamp
597
+ updater: User
598
+ }
599
+
600
+ type GroupList {
601
+ items: [Group!]!
602
+ total: Int!
603
+ }
604
+
605
+ input GroupPatch {
606
+ description: String
607
+ name: String
608
+ }
609
+
610
+ type Invitation {
611
+ createdAt: Timestamp
612
+ creator: User
613
+ email: String!
614
+ id: ID!
615
+ reference: String!
616
+ token: String!
617
+ type: String!
618
+ updatedAt: Timestamp
619
+ updater: User
620
+ }
621
+
622
+ type InvitationList {
623
+ items: [Invitation!]
624
+ total: Int
625
+ }
626
+
627
+ """Entity for LiteMenu"""
628
+ type LiteMenu {
629
+ active: Boolean
630
+ appName: String
631
+ board: Board
632
+ createdAt: Timestamp
633
+ creator: User
634
+ description: String
635
+ domain: Domain
636
+ icon: String
637
+ id: ID!
638
+ name: String!
639
+ parent: String
640
+ rank: Int
641
+ type: String
642
+ updatedAt: Timestamp
643
+ updater: User
644
+ value: String
645
+ }
646
+
647
+ type LiteMenuList {
648
+ items: [LiteMenu!]!
649
+ total: Int!
650
+ }
651
+
652
+ input LiteMenuPatch {
653
+ active: Boolean
654
+ appName: String
655
+ description: String
656
+ icon: String
657
+ name: String
658
+ parent: String
659
+ rank: Int
660
+ type: String
661
+ value: String
662
+ }
663
+
664
+ type Log {
665
+ """log level (error, warning, info, ..)"""
666
+ level: String!
667
+
668
+ """log body message"""
669
+ message: String!
670
+
671
+ """the source of the log"""
672
+ source: Object!
673
+
674
+ """timestamp the log occurred"""
675
+ timestamp: String!
676
+ }
677
+
678
+ type LoginHistory {
679
+ accessDomain: Domain!
680
+ accessUser: User!
681
+ accessedAt: Timestamp
682
+ accessorIp: String
683
+ id: ID!
684
+ }
685
+
686
+ """Entity for Menu"""
687
+ type Menu {
688
+ buttons: [MenuButton!]!
689
+ category: String
690
+ children: [Menu!]!
691
+ columns: [MenuColumn!]!
692
+ createdAt: Timestamp
693
+ creator: User
694
+ description: String
695
+ detailFormId: String
696
+ detailLayout: String
697
+ domain: Domain
698
+ fixedColumns: Float
699
+ gridSaveUrl: String
700
+ hiddenFlag: Boolean
701
+ iconPath: String
702
+ id: ID!
703
+ idField: String
704
+ itemsProp: String
705
+ menuType: String
706
+ name: String
707
+ pagination: Boolean
708
+ parent: Menu
709
+ rank: Float
710
+ resourceId: String
711
+ resourceName: String
712
+ resourceType: String
713
+ resourceUrl: String
714
+ role: Role
715
+ roles: [Role!]
716
+ routing: String
717
+ routingType: String
718
+ template: String
719
+ titleField: String
720
+ totalProp: String
721
+ updatedAt: Timestamp
722
+ updater: User
723
+ }
724
+
725
+ """Entity for MenuButton"""
726
+ type MenuButton {
727
+ auth: String
728
+ createdAt: Timestamp
729
+ creator: User
730
+ domain: Domain
731
+ icon: String
732
+ id: ID!
733
+ logic: String
734
+ menu: Menu
735
+ rank: Float
736
+ style: String
737
+ text: String
738
+ updatedAt: Timestamp
739
+ updater: User
740
+ }
741
+
742
+ type MenuButtonList {
743
+ items: [MenuButton!]!
744
+ total: Int!
745
+ }
746
+
747
+ input MenuButtonPatch {
748
+ auth: String
749
+ icon: String
750
+ logic: String
751
+ menu: String
752
+ rank: Int
753
+ style: String
754
+ text: String
755
+ }
756
+
757
+ """Entity for MenuColumn"""
758
+ type MenuColumn {
759
+ colSize: Float
760
+ colType: String
761
+ createdAt: Timestamp
762
+ creator: User
763
+ defVal: String
764
+ description: String
765
+ domain: Domain
766
+ extField: Boolean
767
+ formEditor: String
768
+ formFormat: String
769
+ formValidator: String
770
+ gridAlign: String
771
+ gridEditor: String
772
+ gridFormat: String
773
+ gridRank: Float
774
+ gridValidator: String
775
+ gridWidth: Float
776
+ id: ID!
777
+ ignoreOnSave: Boolean
778
+ menu: Menu
779
+ name: String!
780
+ nullable: Boolean
781
+ rangeVal: String
782
+ rank: Float
783
+ refName: String
784
+ refParams: String
785
+ refRelated: String
786
+ refType: String
787
+ refUrl: String
788
+ reverseSort: Boolean
789
+ searchEditor: String
790
+ searchInitVal: String
791
+ searchName: String
792
+ searchOper: String
793
+ searchRank: Float
794
+ sortRank: Float
795
+ term: String
796
+ uniqRank: Float
797
+ updatedAt: Timestamp
798
+ updater: User
799
+ virtualField: Boolean
800
+ }
801
+
802
+ type MenuColumnList {
803
+ items: [MenuColumn!]!
804
+ total: Int!
805
+ }
806
+
807
+ input MenuColumnPatch {
808
+ colSize: Int
809
+ colType: String
810
+ defVal: String
811
+ description: String
812
+ extField: Boolean
813
+ formEditor: String
814
+ formFormat: String
815
+ formValidator: String
816
+ gridAlign: String
817
+ gridEditor: String
818
+ gridFormat: String
819
+ gridRank: Int
820
+ gridValidator: String
821
+ gridWidth: Int
822
+ ignoreOnSave: Boolean
823
+ menu: String
824
+ name: String
825
+ nullable: Boolean
826
+ rangeVal: String
827
+ rank: Int
828
+ refName: String
829
+ refParams: String
830
+ refRelated: String
831
+ refType: String
832
+ refUrl: String
833
+ reverseSort: Boolean
834
+ searchEditor: String
835
+ searchInitVal: String
836
+ searchName: String
837
+ searchOper: String
838
+ searchRank: Int
839
+ sortRank: Int
840
+ term: String
841
+ uniqRank: Int
842
+ virtualField: Boolean
843
+ }
844
+
845
+ """Entity for MenuDetail"""
846
+ type MenuDetail {
847
+ association: String
848
+ buttons: [MenuDetailButton!]
849
+ columns: [MenuDetailColumn!]
850
+ createdAt: Timestamp
851
+ creator: User
852
+ customView: String
853
+ dataProp: String
854
+ domain: Domain
855
+ entityId: String
856
+ id: ID!
857
+ masterField: String
858
+ menu: Menu
859
+ name: String!
860
+ saveUrl: String
861
+ searchUrl: String
862
+ updatedAt: Timestamp
863
+ updater: User
864
+ viewSection: String
865
+ }
866
+
867
+ """Entity for MenuDetailButton"""
868
+ type MenuDetailButton {
869
+ createdAt: Timestamp
870
+ creator: User
871
+ domain: Domain
872
+ icon: String
873
+ id: ID!
874
+ logic: String
875
+ menuDetail: MenuDetail
876
+ rank: Float
877
+ style: String
878
+ text: String
879
+ updatedAt: Timestamp
880
+ updater: User
881
+ }
882
+
883
+ type MenuDetailButtonList {
884
+ items: [MenuDetailButton!]!
885
+ total: Int!
886
+ }
887
+
888
+ input MenuDetailButtonPatch {
889
+ icon: String
890
+ logic: String
891
+ menuDetail: String
892
+ rank: Int
893
+ style: String
894
+ text: String
895
+ }
896
+
897
+ """Entity for MenuDetailColumn"""
898
+ type MenuDetailColumn {
899
+ colSize: Float
900
+ colType: String
901
+ createdAt: Timestamp
902
+ creator: User
903
+ defVal: String
904
+ description: String
905
+ domain: Domain
906
+ extField: Boolean
907
+ formEditor: String
908
+ formFormat: String
909
+ formValidator: String
910
+ gridAlign: String
911
+ gridEditor: String
912
+ gridFormat: String
913
+ gridRank: Float
914
+ gridValidator: String
915
+ gridWidth: Float
916
+ id: ID!
917
+ ignoreOnSave: Boolean
918
+ menuDetail: MenuDetail
919
+ name: String
920
+ nullable: Boolean
921
+ rangeVal: String
922
+ rank: Float
923
+ refName: String
924
+ refParams: String
925
+ refRelated: String
926
+ refType: String
927
+ refUrl: String
928
+ reverseSort: Boolean
929
+ searchEditor: String
930
+ searchInitVal: String
931
+ searchName: String
932
+ searchOper: String
933
+ searchRank: Float
934
+ sortRank: Float
935
+ term: String
936
+ uniqRank: Float
937
+ updatedAt: Timestamp
938
+ updater: User
939
+ virtualField: Boolean
940
+ }
941
+
942
+ type MenuDetailColumnList {
943
+ items: [MenuDetailColumn!]!
944
+ total: Int!
945
+ }
946
+
947
+ input MenuDetailColumnPatch {
948
+ colSize: Int
949
+ colType: String!
950
+ defVal: String
951
+ description: String
952
+ extField: Boolean
953
+ formEditor: String
954
+ formFormat: String
955
+ formValidator: String
956
+ gridAlign: String
957
+ gridEditor: String
958
+ gridFormat: String
959
+ gridRank: Int
960
+ gridValidator: String
961
+ gridWidth: Int
962
+ ignoreOnSave: Boolean
963
+ menuDetail: String!
964
+ name: String!
965
+ nullable: Boolean
966
+ rangeVal: String
967
+ rank: Int
968
+ refName: String
969
+ refParams: String
970
+ refRelated: String
971
+ refType: String
972
+ refUrl: String
973
+ reverseSort: Boolean
974
+ searchEditor: String
975
+ searchInitVal: String
976
+ searchName: String
977
+ searchOper: String
978
+ searchRank: Int
979
+ sortRank: Int
980
+ term: String
981
+ uniqRank: Int
982
+ virtualField: Boolean
983
+ }
984
+
985
+ type MenuDetailList {
986
+ items: [MenuDetail!]!
987
+ total: Int!
988
+ }
989
+
990
+ input MenuDetailPatch {
991
+ association: String
992
+ buttons: [String!]
993
+ columns: [String!]
994
+ customView: String
995
+ dataProp: String
996
+ entityId: String
997
+ masterField: String
998
+ menu: String
999
+ name: String
1000
+ saveUrl: String
1001
+ searchUrl: String
1002
+ viewSection: String
1003
+ }
1004
+
1005
+ type MenuList {
1006
+ items: [Menu!]!
1007
+ total: Int!
1008
+ }
1009
+
1010
+ input MenuPatch {
1011
+ buttons: [ObjectRef!]
1012
+ category: String
1013
+ children: [ObjectRef!]
1014
+ columns: [ObjectRef!]
1015
+ cuFlag: String
1016
+ description: String
1017
+ detailFormId: String
1018
+ detailLayout: String
1019
+ fixedColumns: Int
1020
+ gridSaveUrl: String
1021
+ hiddenFlag: Boolean
1022
+ iconPath: String
1023
+ id: ID
1024
+ idField: String
1025
+ itemsProp: String
1026
+ menuType: String
1027
+ name: String
1028
+ pagination: Boolean
1029
+ parent: ObjectRef
1030
+ rank: Int
1031
+ resourceId: String
1032
+ resourceName: String
1033
+ resourceType: String
1034
+ resourceUrl: String
1035
+ role: ObjectRef
1036
+ routing: String
1037
+ routingType: String
1038
+ template: String
1039
+ titleField: String
1040
+ totalProp: String
1041
+ }
1042
+
1043
+ type Mutation {
1044
+ """To activate user"""
1045
+ activateUser(userId: String!): Boolean!
1046
+ cancelInvitation(email: String!, reference: String!, type: String!): Boolean!
1047
+
1048
+ """To connect a connection"""
1049
+ connectConnection(name: String!): Connection!
1050
+
1051
+ """To import multiple scenarios"""
1052
+ copyScenarios(ids: [String!]!): [Scenario!]!
1053
+
1054
+ """To create new appliance"""
1055
+ createAppliance(appliance: NewAppliance!): Appliance!
1056
+
1057
+ """To create new application"""
1058
+ createApplication(application: NewApplication!): Application!
1059
+ createAttachment(attachment: NewAttachment!): Attachment!
1060
+ createAttachments(attachments: [NewAttachment!]!): [Attachment!]!
1061
+
1062
+ """To create new Board"""
1063
+ createBoard(board: NewBoard!): Board!
1064
+
1065
+ """To create new CommonCode"""
1066
+ createCommonCode(commonCode: NewCommonCode!): CommonCode!
1067
+
1068
+ """To create new CommonCodeDetail"""
1069
+ createCommonCodeDetail(commonCodeDetail: NewCommonCodeDetail!): CommonCodeDetail!
1070
+
1071
+ """To create new connection"""
1072
+ createConnection(connection: NewConnection!): Connection!
1073
+
1074
+ """To create domain (Only superuser is granted this privilege.)"""
1075
+ createDomain(domainInput: DomainPatch!): Domain!
1076
+
1077
+ """To create new Entity"""
1078
+ createEntity(entity: NewEntity!): Entity!
1079
+
1080
+ """To create new EntityColumn"""
1081
+ createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
1082
+
1083
+ """To create new Font"""
1084
+ createFont(font: NewFont!): Font!
1085
+
1086
+ """To create new Group"""
1087
+ createGroup(group: NewGroup!): Group
1088
+
1089
+ """To create new LiteMenu"""
1090
+ createLiteMenu(liteMenu: NewLiteMenu!): LiteMenu!
1091
+
1092
+ """To create new Menu"""
1093
+ createMenu(menu: NewMenu!): Menu!
1094
+
1095
+ """To create new MenuButton"""
1096
+ createMenuButton(menuButton: NewMenuButton!): MenuButton!
1097
+
1098
+ """To create new MenuColumn"""
1099
+ createMenuColumn(menuColumn: NewMenuColumn!): MenuColumn!
1100
+
1101
+ """To create new MenuDetail"""
1102
+ createMenuDetail(menuDetail: NewMenuDetail!): MenuDetail!
1103
+
1104
+ """To create new MenuDetailButton"""
1105
+ createMenuDetailButton(menuDetailButton: NewMenuDetailButton!): MenuDetailButton!
1106
+
1107
+ """To create new MenuDetailColumn"""
1108
+ createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
1109
+
1110
+ """To create new Oauth2Client"""
1111
+ createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
1112
+
1113
+ """To create new PayloadLog"""
1114
+ createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
1115
+
1116
+ """To create new PlayGroup"""
1117
+ createPlayGroup(playGroup: NewPlayGroup!): PlayGroup!
1118
+
1119
+ """To create new privilege"""
1120
+ createPrivilege(privilege: NewPrivilege!): Privilege!
1121
+
1122
+ """To create new user"""
1123
+ createRole(role: NewRole!): User!
1124
+
1125
+ """To create new scenario"""
1126
+ createScenario(scenario: NewScenario!): Scenario!
1127
+
1128
+ """To create new Setting"""
1129
+ createSetting(setting: NewSetting!): Setting!
1130
+
1131
+ """To create new Terminology"""
1132
+ createTerminology(terminology: NewTerminology!): Terminology!
1133
+
1134
+ """To create new user"""
1135
+ createUser(user: NewUser!): User!
1136
+ deleteAppBinding(id: String!): Boolean!
1137
+
1138
+ """To delete appliance"""
1139
+ deleteAppliance(id: String!): Boolean!
1140
+
1141
+ """To delete application"""
1142
+ deleteApplication(id: String!): Boolean!
1143
+ deleteAttachment(id: String!): Boolean!
1144
+ deleteAttachmentsByRef(refBys: [String!]!): Boolean!
1145
+
1146
+ """To delete Board"""
1147
+ deleteBoard(id: String!): Boolean!
1148
+
1149
+ """To delete CommonCode"""
1150
+ deleteCommonCode(id: String!): Boolean!
1151
+
1152
+ """To delete CommonCodeDetail"""
1153
+ deleteCommonCodeDetail(id: String!): Boolean!
1154
+
1155
+ """To delete multiple CommonCodeDetails"""
1156
+ deleteCommonCodeDetails(ids: [String!]!): Boolean!
1157
+
1158
+ """To delete multiple CommonCodes"""
1159
+ deleteCommonCodes(ids: [String!]!): Boolean!
1160
+
1161
+ """To delete connection"""
1162
+ deleteConnection(name: String!): Boolean!
1163
+
1164
+ """To delete multiple connections"""
1165
+ deleteConnections(names: [String!]!): Boolean!
1166
+
1167
+ """To delete domain (Only superuser is granted this privilege.)"""
1168
+ deleteDomain(name: String!): Domain!
1169
+
1170
+ """To delete domain user"""
1171
+ deleteDomainUser(email: String!): Boolean!
1172
+
1173
+ """To delete multiple domains (Only superuser is granted this privilege.)"""
1174
+ deleteDomains(names: [String!]!): Boolean!
1175
+
1176
+ """To delete multiple Entities"""
1177
+ deleteEntities(ids: [String!]!): Boolean!
1178
+
1179
+ """To delete Entity"""
1180
+ deleteEntity(id: String!): Boolean!
1181
+
1182
+ """To delete EntityColumn"""
1183
+ deleteEntityColumn(id: String!): Boolean!
1184
+
1185
+ """To delete multiple EntityColumns"""
1186
+ deleteEntityColumns(ids: [String!]!): Boolean!
1187
+
1188
+ """To delete Font"""
1189
+ deleteFont(id: String!): Boolean!
1190
+
1191
+ """To delete Group"""
1192
+ deleteGroup(id: String!): Boolean!
1193
+
1194
+ """To delete LiteMenu"""
1195
+ deleteLiteMenu(id: String!): Boolean!
1196
+
1197
+ """To delete Menu"""
1198
+ deleteMenu(id: String!): Boolean!
1199
+
1200
+ """To delete MenuButton"""
1201
+ deleteMenuButton(id: String!): Boolean!
1202
+
1203
+ """To delete multiple MenuButtons"""
1204
+ deleteMenuButtons(ids: [String!]!): Boolean!
1205
+
1206
+ """To delete MenuColumn"""
1207
+ deleteMenuColumn(id: String!): Boolean!
1208
+
1209
+ """To delete multiple MenuColumns"""
1210
+ deleteMenuColumns(ids: [String!]!): Boolean!
1211
+
1212
+ """To delete MenuDetail"""
1213
+ deleteMenuDetail(id: String!): Boolean!
1214
+
1215
+ """To delete MenuDetailButton"""
1216
+ deleteMenuDetailButton(id: String!): Boolean!
1217
+
1218
+ """To delete multiple MenuDetailButtons"""
1219
+ deleteMenuDetailButtons(ids: [String!]!): Boolean!
1220
+
1221
+ """To delete MenuDetailColumn"""
1222
+ deleteMenuDetailColumn(id: String!): Boolean!
1223
+
1224
+ """To delete multiple MenuDetailColumns"""
1225
+ deleteMenuDetailColumns(ids: [String!]!): Boolean!
1226
+
1227
+ """To delete multiple MenuDetails"""
1228
+ deleteMenuDetails(ids: [String!]!): Boolean!
1229
+
1230
+ """To delete multiple Menus"""
1231
+ deleteMenus(ids: [String!]!): Boolean!
1232
+
1233
+ """To delete Oauth2Client"""
1234
+ deleteOauth2Client(id: String!): Boolean!
1235
+
1236
+ """To delete multiple Oauth2Clients"""
1237
+ deleteOauth2Clients(ids: [String!]!): Boolean!
1238
+
1239
+ """To delete multiple partnerSettings"""
1240
+ deletePartnerSettings(ids: [String!]!): Boolean!
1241
+
1242
+ """To delete PayloadLog"""
1243
+ deletePayloadLog(id: String!): Boolean!
1244
+
1245
+ """To delete multiple payloadLogs"""
1246
+ deletePayloadLogs(ids: [String!]!): Boolean!
1247
+
1248
+ """To delete PlayGroup"""
1249
+ deletePlayGroup(id: String!): Boolean!
1250
+
1251
+ """To delete privilege"""
1252
+ deletePrivilege(category: String!, name: String!): Boolean!
1253
+
1254
+ """To delete role"""
1255
+ deleteRole(id: String!): Boolean!
1256
+
1257
+ """To delete multiple roles"""
1258
+ deleteRoles(ids: [String!]!): Boolean!
1259
+
1260
+ """To delete scenario"""
1261
+ deleteScenario(name: String!): Boolean!
1262
+
1263
+ """To delete multiple scenarios"""
1264
+ deleteScenarios(ids: [String!]!): Boolean!
1265
+
1266
+ """To delete Setting"""
1267
+ deleteSetting(name: String!): Boolean!
1268
+
1269
+ """To delete multiple settings"""
1270
+ deleteSettings(names: [String!]!): Boolean!
1271
+
1272
+ """To delete multiple steps"""
1273
+ deleteSteps(ids: [String!]!): Boolean!
1274
+
1275
+ """To delete multiple Terminologies"""
1276
+ deleteTerminologies(ids: [String!]!): Boolean!
1277
+
1278
+ """To delete Terminology"""
1279
+ deleteTerminology(id: String!): Boolean!
1280
+
1281
+ """To delete a user"""
1282
+ deleteUser(email: String!): Boolean!
1283
+
1284
+ """To delete some users"""
1285
+ deleteUsers(emails: [String!]!): Boolean!
1286
+
1287
+ """To disconnect a connection"""
1288
+ disconnectConnection(name: String!): Connection!
1289
+ domainRegister(domainInput: DomainGeneratorInput!): Domain!
1290
+ domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
1291
+ generateApplianceSecret(id: String!): Appliance!
1292
+ generateApplicationSecret(id: String!): Application!
1293
+ generateUploadURL(type: String!): UploadURL!
1294
+
1295
+ """To get oauth2 auth URL"""
1296
+ getOauth2AuthUrl(id: String!): String!
1297
+ grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
1298
+
1299
+ """To import multiple CommonCodeDetails"""
1300
+ importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
1301
+
1302
+ """To import multiple CommonCodes"""
1303
+ importCommonCodes(commonCodes: [CommonCodePatch!]!): Boolean!
1304
+
1305
+ """To import multiple MenuButtons"""
1306
+ importMenuButtons(menuButtons: [MenuButtonPatch!]!): Boolean!
1307
+
1308
+ """To import multiple MenuColumns"""
1309
+ importMenuColumns(menuColumns: [MenuColumnPatch!]!): Boolean!
1310
+
1311
+ """To import multiple MenuDetailButtons"""
1312
+ importMenuDetailButtons(menuDetailButtons: [MenuDetailButtonPatch!]!): Boolean!
1313
+
1314
+ """To import multiple MenuDetailColumns"""
1315
+ importMenuDetailColumns(menuDetailColumns: [MenuDetailColumnPatch!]!): Boolean!
1316
+
1317
+ """To import multiple MenuDetails"""
1318
+ importMenuDetails(menuDetails: [MenuDetailPatch!]!): Boolean!
1319
+
1320
+ """To import multiple Menus"""
1321
+ importMenus(menus: [MenuPatch!]!): Boolean!
1322
+
1323
+ """To import multiple Oauth2Clients"""
1324
+ importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
1325
+
1326
+ """To import multiple scenarios"""
1327
+ importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
1328
+
1329
+ """To import multiple Terminologies"""
1330
+ importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
1331
+
1332
+ """To inactivate user"""
1333
+ inactivateUser(userId: String!): Boolean!
1334
+ inviteCustomer(customerDomainName: String!): Boolean!
1335
+
1336
+ """To invite new user"""
1337
+ inviteUser(email: String!): Boolean!
1338
+
1339
+ """To make the board to join the group"""
1340
+ joinGroup(boardIds: [String!]!, id: String!): Group!
1341
+
1342
+ """To make the board to join the play group"""
1343
+ joinPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
1344
+
1345
+ """To make the board to leave from the play group"""
1346
+ leavePlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
1347
+ multipleUpload(files: [Upload!]!): [Attachment!]!
1348
+
1349
+ """To refresh oauth2 access token"""
1350
+ refreshOauth2AccessToken(id: String!): Oauth2Client!
1351
+ renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
1352
+
1353
+ """To reset password to default"""
1354
+ resetPasswordToDefault(userId: String!): Boolean!
1355
+
1356
+ """
1357
+ To run new scenario instance and will return the result after the scenario stop.
1358
+ """
1359
+ runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
1360
+ sendInvitation(email: String!, reference: String!, type: String!): Invitation!
1361
+ singleUpload(file: Upload!): Attachment!
1362
+
1363
+ """To start new scenario instance"""
1364
+ startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
1365
+
1366
+ """To start new scenario instance"""
1367
+ stopScenario(instanceName: String): ScenarioInstance
1368
+
1369
+ """
1370
+ To synchronize privilege master from graphql directives. Only superuser is permitted.
1371
+ """
1372
+ synchronizePrivilegeMaster(privilege: NewPrivilege!): Boolean!
1373
+ terminateContract(partnerName: String!): Boolean!
1374
+
1375
+ """To transfer owner of domain"""
1376
+ transferOwner(email: String!): Boolean!
1377
+ updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
1378
+ updateApplication(id: String!, patch: ApplicationPatch!): Application!
1379
+ updateAttachment(id: String!, patch: AttachmentPatch!): Attachment!
1380
+
1381
+ """To modify Board information"""
1382
+ updateBoard(id: String!, patch: BoardPatch!): Board!
1383
+
1384
+ """To modify CommonCode information"""
1385
+ updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
1386
+
1387
+ """To modify CommonCodeDetail information"""
1388
+ updateCommonCodeDetail(id: String!, patch: CommonCodeDetailPatch!): CommonCodeDetail!
1389
+
1390
+ """To modify connection information"""
1391
+ updateConnection(name: String!, patch: ConnectionPatch!): Connection!
1392
+
1393
+ """To update domain (Only superuser is granted this privilege.)"""
1394
+ updateDomain(name: String!, patch: DomainPatch!): Domain!
1395
+
1396
+ """To update multiple domains (Only superuser is granted this privilege.)"""
1397
+ updateDomains(patches: [DomainPatch!]!): Boolean!
1398
+
1399
+ """To modify Entity' information"""
1400
+ updateEntity(id: String!, patch: EntityPatch!): Entity!
1401
+
1402
+ """To modify EntityColumn information"""
1403
+ updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
1404
+
1405
+ """To modify Font information"""
1406
+ updateFont(id: String!, patch: FontPatch!): Font!
1407
+
1408
+ """To modify Group information"""
1409
+ updateGroup(id: String!, patch: GroupPatch!): Group!
1410
+
1411
+ """To modify LiteMenu information"""
1412
+ updateLiteMenu(id: String!, patch: LiteMenuPatch!): LiteMenu!
1413
+
1414
+ """To modify Menu information"""
1415
+ updateMenu(id: String!, patch: MenuPatch!): Menu!
1416
+
1417
+ """To modify MenuButton information"""
1418
+ updateMenuButton(id: String!, patch: MenuButtonPatch!): MenuButton!
1419
+
1420
+ """To modify MenuColumn information"""
1421
+ updateMenuColumn(id: String!, patch: MenuColumnPatch!): MenuColumn!
1422
+
1423
+ """To modify MenuDetail information"""
1424
+ updateMenuDetail(id: String!, patch: MenuDetailPatch!): MenuDetail!
1425
+
1426
+ """To modify MenuDetailButton information"""
1427
+ updateMenuDetailButton(id: String!, patch: MenuDetailButtonPatch!): MenuDetailButton!
1428
+
1429
+ """To modify MenuDetailColumn information"""
1430
+ updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
1431
+
1432
+ """To modify multiple CommonCodes' information"""
1433
+ updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
1434
+
1435
+ """To modify multiple CommonCodeDetails' information"""
1436
+ updateMultipleCommonCodeDetail(patches: [CommonCodeDetailPatch!]!): [CommonCodeDetail!]!
1437
+
1438
+ """To modify multiple connections' information"""
1439
+ updateMultipleConnection(patches: [ConnectionPatch!]!): [Connection!]!
1440
+
1441
+ """To modify multiple Entitys' information"""
1442
+ updateMultipleEntity(patches: [EntityPatch!]!): [Entity!]!
1443
+
1444
+ """To modify multiple Entitys' information"""
1445
+ updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
1446
+
1447
+ """To modify multiple Menus' information"""
1448
+ updateMultipleMenu(patches: [MenuPatch!]!): [Menu!]!
1449
+
1450
+ """To modify multiple PartnerSettings' information"""
1451
+ updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
1452
+
1453
+ """To modify multiple PayloadLogs' information"""
1454
+ updateMultiplePayloadLog(patches: [PayloadLogPatch!]!): [PayloadLog!]!
1455
+
1456
+ """To modify multiple scenarios' information"""
1457
+ updateMultipleScenario(patches: [ScenarioPatch!]!): [Scenario!]!
1458
+
1459
+ """To modify multiple Settings' information"""
1460
+ updateMultipleSetting(patches: [SettingPatch!]!): [Setting!]!
1461
+
1462
+ """To modify multiple steps' in a scenario"""
1463
+ updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
1464
+
1465
+ """To modify multiple Terminologies' information"""
1466
+ updateMultipleTerminologies(patches: [TerminologyPatch!]!): [Terminology!]!
1467
+
1468
+ """To modify multiple users information"""
1469
+ updateMultipleUser(patches: [UserPatch!]!): [User!]!
1470
+
1471
+ """To modify Oauth2Client information"""
1472
+ updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
1473
+
1474
+ """To modify PayloadLog information"""
1475
+ updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
1476
+
1477
+ """To modify PlayGroup information"""
1478
+ updatePlayGroup(id: String!, patch: PlayGroupPatch!): PlayGroup!
1479
+
1480
+ """To modify privilege information"""
1481
+ updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
1482
+
1483
+ """To modify role information"""
1484
+ updateRole(id: String!, patch: RolePatch!): Role!
1485
+
1486
+ """To update role Menu"""
1487
+ updateRoleMenu(isCheckedMenu: Boolean!, roleId: String!, targetMenuId: String!): Menu!
1488
+
1489
+ """To update role Menu"""
1490
+ updateRoleMenus(isCheckedAll: Boolean!, parentMenuId: String!, roleId: String!): [Menu!]!
1491
+
1492
+ """To modify scenario information"""
1493
+ updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
1494
+
1495
+ """To modify Setting information"""
1496
+ updateSetting(name: String!, patch: SettingPatch!): Setting!
1497
+
1498
+ """To modify Terminology information"""
1499
+ updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
1500
+
1501
+ """To modify user information"""
1502
+ updateUser(email: String!, patch: UserPatch!): User!
1503
+
1504
+ """To update roles for a user"""
1505
+ updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
1506
+ }
1507
+
1508
+ input NewAppliance {
1509
+ brand: String!
1510
+ description: String
1511
+ model: String!
1512
+ name: String!
1513
+ netmask: String
1514
+ serialNo: String!
1515
+ }
1516
+
1517
+ input NewApplication {
1518
+ description: String
1519
+ email: String
1520
+ icon: String
1521
+ name: String!
1522
+ redirectUrl: String
1523
+ type: ApplicationType
1524
+ url: String
1525
+ webhook: String
1526
+ }
1527
+
1528
+ input NewAttachment {
1529
+ category: String
1530
+ description: String
1531
+ file: Upload!
1532
+ refBy: String
1533
+ refType: String
1534
+ }
1535
+
1536
+ input NewBoard {
1537
+ description: String
1538
+ groupId: String
1539
+ model: String!
1540
+ name: String!
1541
+ thumbnail: String
1542
+ }
1543
+
1544
+ input NewCommonCode {
1545
+ description: String
1546
+ details: [String!]
1547
+ name: String!
1548
+ }
1549
+
1550
+ input NewCommonCodeDetail {
1551
+ commonCode: ObjectRef!
1552
+ description: String
1553
+ name: String!
1554
+ rank: Float!
1555
+ }
1556
+
1557
+ input NewConnection {
1558
+ description: String
1559
+ endpoint: String
1560
+ name: String!
1561
+ params: String
1562
+ type: String
1563
+ }
1564
+
1565
+ input NewEntity {
1566
+ active: Boolean
1567
+ association: String
1568
+ bundle: String!
1569
+ columns: [String!]
1570
+ dataProp: String
1571
+ delStrategy: String
1572
+ description: String
1573
+ extEntity: Boolean
1574
+ fixedColumns: Int
1575
+ idField: String
1576
+ idType: String
1577
+ master: String
1578
+ multiSaveUrl: String
1579
+ name: String!
1580
+ refField: String
1581
+ searchUrl: String
1582
+ tableName: String!
1583
+ titleField: String
1584
+ }
1585
+
1586
+ input NewEntityColumn {
1587
+ colSize: Float
1588
+ colType: String!
1589
+ defVal: String
1590
+ description: String
1591
+ entity: ObjectRef!
1592
+ formEditor: String
1593
+ formFormat: String
1594
+ formValidator: String
1595
+ gridAlign: String
1596
+ gridEditor: String
1597
+ gridFormat: String
1598
+ gridRank: Int
1599
+ gridValidator: String
1600
+ gridWidth: Int
1601
+ ignoreOnSav: Boolean
1602
+ name: String!
1603
+ nullable: Boolean
1604
+ rangeVal: String
1605
+ rank: Float
1606
+ refName: String
1607
+ refParams: String
1608
+ refRelated: String
1609
+ refType: String
1610
+ refUrl: String
1611
+ reverseSort: Boolean
1612
+ searchEditor: String
1613
+ searchInitVal: String
1614
+ searchName: String
1615
+ searchOper: String
1616
+ searchRank: Int
1617
+ sortRank: Int
1618
+ term: String
1619
+ uniqRank: Int
1620
+ virtualField: Boolean
1621
+ }
1622
+
1623
+ input NewFont {
1624
+ active: Boolean
1625
+ files: [Upload!]
1626
+ name: String!
1627
+ path: String
1628
+ provider: String
1629
+ uri: String
1630
+ }
1631
+
1632
+ input NewGroup {
1633
+ description: String
1634
+ name: String!
1635
+ }
1636
+
1637
+ input NewLiteMenu {
1638
+ active: Boolean
1639
+ appName: String
1640
+ description: String
1641
+ icon: String
1642
+ name: String!
1643
+ parent: String
1644
+ rank: Int
1645
+ type: String
1646
+ value: String
1647
+ }
1648
+
1649
+ input NewMenu {
1650
+ buttons: [ObjectRef!]
1651
+ category: String
1652
+ children: [ObjectRef!]
1653
+ columns: [ObjectRef!]
1654
+ description: String
1655
+ detailFormId: String
1656
+ detailLayout: String
1657
+ fixedColumns: Int
1658
+ gridSaveUrl: String
1659
+ hiddenFlag: Boolean
1660
+ iconPath: String
1661
+ idField: String
1662
+ itemsProp: String
1663
+ menuType: String!
1664
+ name: String!
1665
+ pagination: Boolean
1666
+ parent: ObjectRef
1667
+ rank: Int
1668
+ resourceId: String
1669
+ resourceName: String
1670
+ resourceType: String
1671
+ resourceUrl: String
1672
+ role: ObjectRef
1673
+ routing: String
1674
+ routingType: String
1675
+ template: String
1676
+ titleField: String
1677
+ totalProp: String
1678
+ }
1679
+
1680
+ input NewMenuButton {
1681
+ auth: String
1682
+ icon: String
1683
+ logic: String
1684
+ menu: String!
1685
+ rank: Int
1686
+ style: String
1687
+ text: String!
1688
+ }
1689
+
1690
+ input NewMenuColumn {
1691
+ colSize: Int
1692
+ colType: String!
1693
+ defVal: String
1694
+ description: String
1695
+ extField: Boolean
1696
+ formEditor: String
1697
+ formFormat: String
1698
+ formValidator: String
1699
+ gridAlign: String
1700
+ gridEditor: String
1701
+ gridFormat: String
1702
+ gridRank: Int
1703
+ gridValidator: String
1704
+ gridWidth: Int
1705
+ ignoreOnSave: Boolean
1706
+ menu: String!
1707
+ name: String!
1708
+ nullable: Boolean
1709
+ rangeVal: String
1710
+ rank: Int
1711
+ refName: String
1712
+ refParams: String
1713
+ refRelated: String
1714
+ refType: String
1715
+ refUrl: String
1716
+ reverseSort: Boolean
1717
+ searchEditor: String
1718
+ searchInitVal: String
1719
+ searchName: String
1720
+ searchOper: String
1721
+ searchRank: Int
1722
+ sortRank: Int
1723
+ term: String
1724
+ uniqRank: Int
1725
+ virtualField: Boolean
1726
+ }
1727
+
1728
+ input NewMenuDetail {
1729
+ association: String
1730
+ buttons: [String!]
1731
+ columns: [String!]
1732
+ customView: String
1733
+ dataProp: String
1734
+ entityId: String
1735
+ masterField: String
1736
+ menu: String!
1737
+ name: String!
1738
+ saveUrl: String
1739
+ searchUrl: String
1740
+ viewSection: String!
1741
+ }
1742
+
1743
+ input NewMenuDetailButton {
1744
+ icon: String
1745
+ logic: String
1746
+ menuDetail: String!
1747
+ rank: Int
1748
+ style: String
1749
+ text: String!
1750
+ }
1751
+
1752
+ input NewMenuDetailColumn {
1753
+ colSize: Int
1754
+ colType: String
1755
+ defVal: String
1756
+ description: String
1757
+ extField: Boolean
1758
+ formEditor: String
1759
+ formFormat: String
1760
+ formValidator: String
1761
+ gridAlign: String
1762
+ gridEditor: String
1763
+ gridFormat: String
1764
+ gridRank: Int
1765
+ gridValidator: String
1766
+ gridWidth: Int
1767
+ ignoreOnSave: Boolean
1768
+ menuDetail: String
1769
+ name: String
1770
+ nullable: Boolean
1771
+ rangeVal: String
1772
+ rank: Int
1773
+ refName: String
1774
+ refParams: String
1775
+ refRelated: String
1776
+ refType: String
1777
+ refUrl: String
1778
+ reverseSort: Boolean
1779
+ searchEditor: String
1780
+ searchInitVal: String
1781
+ searchName: String
1782
+ searchOper: String
1783
+ searchRank: Int
1784
+ sortRank: Int
1785
+ term: String
1786
+ uniqRank: Int
1787
+ virtualField: Boolean
1788
+ }
1789
+
1790
+ input NewOauth2Client {
1791
+ accessToken: String
1792
+ accessTokenUrl: String
1793
+ authUrl: String
1794
+ callbackUrl: String
1795
+ clientId: String
1796
+ clientSecret: String
1797
+ codeChallengeMethod: String
1798
+ codeVerifier: String
1799
+ description: String
1800
+ grantType: String
1801
+ icon: String
1802
+ jwtToken: String
1803
+ name: String!
1804
+ password: String
1805
+ refreshToken: String
1806
+ scopes: String
1807
+ username: String
1808
+ webhook: String
1809
+ }
1810
+
1811
+ input NewPayloadLog {
1812
+ description: String
1813
+ name: String!
1814
+ }
1815
+
1816
+ input NewPlayGroup {
1817
+ description: String
1818
+ name: String!
1819
+ }
1820
+
1821
+ input NewPrivilege {
1822
+ category: String!
1823
+ description: String
1824
+ name: String!
1825
+ roles: [ObjectRef!]
1826
+ }
1827
+
1828
+ input NewRole {
1829
+ description: String
1830
+ name: String!
1831
+ privileges: [ObjectRef!]
1832
+ users: [ObjectRef!]
1833
+ }
1834
+
1835
+ input NewScenario {
1836
+ active: Boolean
1837
+ description: String
1838
+ name: String!
1839
+ schedule: String
1840
+ timezone: String
1841
+ type: String
1842
+ }
1843
+
1844
+ input NewSetting {
1845
+ category: String!
1846
+ description: String
1847
+ name: String!
1848
+ value: String
1849
+ }
1850
+
1851
+ input NewTerminology {
1852
+ category: String!
1853
+ description: String
1854
+ display: String!
1855
+ locale: String!
1856
+ name: String!
1857
+ }
1858
+
1859
+ input NewUser {
1860
+ description: String
1861
+ email: String!
1862
+ name: String!
1863
+ password: String
1864
+ roles: [ObjectRef!]
1865
+ userType: String
1866
+ }
1867
+
1868
+ input NewUserByDomainWizardInput {
1869
+ email: String!
1870
+ isInvitee: Boolean
1871
+ name: String!
1872
+ owner: Boolean!
1873
+ password: String
1874
+ roles: [NewRole!]!
1875
+ }
1876
+
1877
+ """Entity for Oauth2Client"""
1878
+ type Oauth2Client {
1879
+ accessToken: String
1880
+ accessTokenUrl: String
1881
+ authUrl: String
1882
+ callbackUrl: String
1883
+ clientId: String
1884
+ clientSecret: String
1885
+ codeChallengeMethod: String
1886
+ codeVerifier: String
1887
+ createdAt: Timestamp
1888
+ creator: User
1889
+ description: String
1890
+ domain: Domain
1891
+ expires: Timestamp
1892
+ grantType: String
1893
+ icon: String
1894
+ id: ID!
1895
+ jwtToken: String
1896
+ name: String!
1897
+ password: String
1898
+ refreshToken: String
1899
+ scopes: String
1900
+ state: String
1901
+ tokenType: String
1902
+ updatedAt: Timestamp
1903
+ updater: User
1904
+ username: String
1905
+ webhook: String
1906
+ }
1907
+
1908
+ type Oauth2ClientList {
1909
+ items: [Oauth2Client!]!
1910
+ total: Int!
1911
+ }
1912
+
1913
+ input Oauth2ClientPatch {
1914
+ accessToken: String
1915
+ accessTokenUrl: String
1916
+ authUrl: String
1917
+ callbackUrl: String
1918
+ clientId: String
1919
+ clientSecret: String
1920
+ codeChallengeMethod: String
1921
+ codeVerifier: String
1922
+ description: String
1923
+ grantType: String
1924
+ icon: String
1925
+ jwtToken: String
1926
+ name: String
1927
+ password: String
1928
+ refreshToken: String
1929
+ scopes: String
1930
+ username: String
1931
+ webhook: String
1932
+ }
1933
+
1934
+ """Can be anything"""
1935
+ scalar Object
1936
+
1937
+ input ObjectRef {
1938
+ """Field description"""
1939
+ description: String
1940
+
1941
+ """Field id"""
1942
+ id: ID!
1943
+
1944
+ """Field name"""
1945
+ name: String
1946
+ }
1947
+
1948
+ input Pagination {
1949
+ limit: Int
1950
+ page: Int
1951
+ }
1952
+
1953
+ type Partner {
1954
+ approvedAt: Timestamp!
1955
+ approver: User
1956
+ domain: Domain!
1957
+ id: ID!
1958
+ partnerDomain: Domain!
1959
+ requestedAt: Timestamp!
1960
+ requester: User
1961
+ }
1962
+
1963
+ type PartnerList {
1964
+ items: [Partner!]
1965
+ total: Int
1966
+ }
1967
+
1968
+ """Entity for PartnerSetting"""
1969
+ type PartnerSetting {
1970
+ category: String
1971
+ createdAt: Timestamp
1972
+ creator: User
1973
+ description: String
1974
+ domain: Domain
1975
+ id: ID!
1976
+ name: String
1977
+ partnerDomain: Domain
1978
+ partnerDomainId: String
1979
+ setting: Setting
1980
+ settingId: String
1981
+ updatedAt: Timestamp
1982
+ updater: User
1983
+ value: String
1984
+ }
1985
+
1986
+ type PartnerSettingList {
1987
+ items: [PartnerSetting!]!
1988
+ total: Int!
1989
+ }
1990
+
1991
+ input PartnerSettingPatch {
1992
+ cuFlag: String!
1993
+ id: ID
1994
+ partnerDomain: ObjectRef
1995
+ setting: ObjectRef
1996
+ value: String
1997
+ }
1998
+
1999
+ """Entity for PayloadLog"""
2000
+ type PayloadLog {
2001
+ createdAt: Timestamp
2002
+ creator: User
2003
+ domain: Domain
2004
+ endpoint: String!
2005
+ id: ID!
2006
+ name: String!
2007
+ request: String!
2008
+ response: String!
2009
+ src: String
2010
+ type: String!
2011
+ updatedAt: Timestamp
2012
+ updater: User
2013
+ }
2014
+
2015
+ type PayloadLogList {
2016
+ items: [PayloadLog!]!
2017
+ total: Int!
2018
+ }
2019
+
2020
+ input PayloadLogPatch {
2021
+ cuFlag: String!
2022
+ description: String
2023
+ id: ID
2024
+ name: String
2025
+ }
2026
+
2027
+ type PendingObject {
2028
+ due: String!
2029
+ priority: Int!
2030
+ stuff: Object!
2031
+ tag: String
2032
+ }
2033
+
2034
+ """Entity for Board PlayGroup"""
2035
+ type PlayGroup {
2036
+ boards: [Board!]
2037
+ createdAt: Timestamp
2038
+ creator: User
2039
+ description: String
2040
+ domain: Domain
2041
+ id: ID!
2042
+ name: String!
2043
+ updatedAt: Timestamp
2044
+ updater: User
2045
+ }
2046
+
2047
+ type PlayGroupList {
2048
+ items: [PlayGroup!]!
2049
+ total: Int!
2050
+ }
2051
+
2052
+ input PlayGroupPatch {
2053
+ description: String
2054
+ name: String
2055
+ }
2056
+
2057
+ type Privilege {
2058
+ category: String
2059
+ createdAt: Timestamp
2060
+ creator: User
2061
+ description: String
2062
+ id: ID!
2063
+ name: String!
2064
+ roles: [Role!]
2065
+ updatedAt: Timestamp
2066
+ updater: User
2067
+ }
2068
+
2069
+ type PrivilegeList {
2070
+ items: [Privilege!]
2071
+ total: Int
2072
+ }
2073
+
2074
+ input PrivilegePatch {
2075
+ category: String
2076
+ description: String
2077
+ id: String
2078
+ name: String
2079
+ roles: [ObjectRef!]
2080
+ }
2081
+
2082
+ type PropertySpec {
2083
+ label: String!
2084
+ name: String!
2085
+ placeholder: String
2086
+ property: Object
2087
+ type: String!
2088
+ }
2089
+
2090
+ type Query {
2091
+ appBinding(id: String!): AppBinding!
2092
+ appBindings(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AppBindingList!
2093
+
2094
+ """ To fetch appliance"""
2095
+ appliance(id: String!): Appliance!
2096
+
2097
+ """To fetch multiple appliance"""
2098
+ appliances(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApplianceList!
2099
+
2100
+ """To fetch application"""
2101
+ application(id: String!): Application!
2102
+
2103
+ """To fetch multiple application"""
2104
+ applications(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApplicationList!
2105
+ attachment(id: String!): Attachment!
2106
+ attachments(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AttachmentList!
2107
+
2108
+ """To fetch a Board"""
2109
+ board(id: String!): Board!
2110
+
2111
+ """To fetch a BoardSettings"""
2112
+ boardSettings(names: [String!]): [BoardSetting!]!
2113
+
2114
+ """To fetch multiple Boards"""
2115
+ boards(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): BoardList!
2116
+
2117
+ """To fetch Boards created by me"""
2118
+ boardsCreatedByMe(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): BoardList!
2119
+
2120
+ """To check if system would provide default password to create new user"""
2121
+ checkDefaultPassword: Boolean!
2122
+
2123
+ """To check if system would provide default password to create new user"""
2124
+ checkResettablePasswordToDefault: Boolean!
2125
+
2126
+ """To fetch the preset of role for new user"""
2127
+ checkRolePreset: [Role!]!
2128
+
2129
+ """To check if current user is belongs to current domain"""
2130
+ checkUserBelongsDomain: Boolean!
2131
+
2132
+ """..."""
2133
+ checkUserExistence(email: String!): Boolean!
2134
+
2135
+ """To fetch a CommonCode"""
2136
+ commonCode(name: String!): CommonCode
2137
+
2138
+ """To fetch a CommonCodeDetail"""
2139
+ commonCodeDetail(id: String!): CommonCodeDetail!
2140
+
2141
+ """To fetch multiple CommonCodeDetails"""
2142
+ commonCodeDetails(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): CommonCodeDetailList!
2143
+
2144
+ """To fetch multiple CommonCodes"""
2145
+ commonCodes(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): CommonCodeList!
2146
+
2147
+ """To fetch a connector"""
2148
+ connection(name: String!): ConnectorType!
2149
+
2150
+ """To fetch multiple connections"""
2151
+ connections(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ConnectionList!
2152
+
2153
+ """To fetch the connector from a connection"""
2154
+ connectorByConnection(connectionName: String!): ConnectorType!
2155
+
2156
+ """To fetch multiple connector"""
2157
+ connectors: ConnectorList!
2158
+ customers: [Domain!]!
2159
+
2160
+ """To fetch domain"""
2161
+ domain(id: String!): Domain!
2162
+
2163
+ """To fetch all domains (Only superuser is granted this privilege.)"""
2164
+ domains(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DomainList!
2165
+
2166
+ """To fetch multiple Entities"""
2167
+ entities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): EntityList!
2168
+
2169
+ """To fetch a Entity"""
2170
+ entity(id: String!): Entity!
2171
+
2172
+ """To fetch a EntityColumn"""
2173
+ entityColumn(id: String!): EntityColumn!
2174
+
2175
+ """To fetch multiple EntityColumns"""
2176
+ entityColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): EntityColumnList!
2177
+
2178
+ """To fetch a EntityMetadata"""
2179
+ entityMetadata(name: String!): EntityMetadata!
2180
+
2181
+ """To fetch the state of a connection"""
2182
+ fetchConnectionState(name: String!): ConnectionState!
2183
+
2184
+ """To fetch a Font"""
2185
+ font(id: String!): Font!
2186
+
2187
+ """To fetch multiple Fonts"""
2188
+ fonts(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): FontList!
2189
+ grantedRoles: [GrantedRole!]!
2190
+ grantingRoles(customerId: String!): [GrantedRole!]!
2191
+
2192
+ """To fetch a Group"""
2193
+ group(id: String!): Group
2194
+
2195
+ """To fetch multiple Groups"""
2196
+ groups(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): GroupList!
2197
+
2198
+ """To query whether I have the given permission"""
2199
+ hasPrivilege(category: String!, name: String!): Boolean!
2200
+ invitation(email: String!, reference: String!, type: String!): Invitation!
2201
+ invitations(reference: String!, type: String!): InvitationList!
2202
+
2203
+ """To fetch a LiteMenu"""
2204
+ liteMenu(id: String!): LiteMenu!
2205
+
2206
+ """To fetch multiple LiteMenus"""
2207
+ liteMenus(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
2208
+
2209
+ """To fetch a Menu"""
2210
+ menu(id: String!): Menu!
2211
+
2212
+ """To fetch a MenuButton"""
2213
+ menuButton(id: String!): MenuButton!
2214
+
2215
+ """To fetch multiple MenuButtons"""
2216
+ menuButtons(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuButtonList!
2217
+
2218
+ """To fetch a Menu by routing"""
2219
+ menuByRouting(routing: String!): Menu!
2220
+
2221
+ """To fetch a MenuColumn"""
2222
+ menuColumn(id: String!): MenuColumn!
2223
+
2224
+ """To fetch multiple MenuColumns"""
2225
+ menuColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuColumnList!
2226
+
2227
+ """To fetch a MenuDetail"""
2228
+ menuDetail(id: String!): MenuDetail!
2229
+
2230
+ """To fetch a MenuDetailButton"""
2231
+ menuDetailButton(id: String!): MenuDetailButton!
2232
+
2233
+ """To fetch multiple MenuDetailButtons"""
2234
+ menuDetailButtons(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailButtonList!
2235
+
2236
+ """To fetch a MenuDetailColumn"""
2237
+ menuDetailColumn(id: String!): MenuDetailColumn!
2238
+
2239
+ """To fetch multiple MenuDetailColumns"""
2240
+ menuDetailColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailColumnList!
2241
+
2242
+ """To fetch multiple MenuDetails"""
2243
+ menuDetails(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailList!
2244
+
2245
+ """To fetch multiple Menus"""
2246
+ menus(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuList!
2247
+ myLoginHistories(limit: Float!): [LoginHistory!]!
2248
+
2249
+ """To fetch roles of current user"""
2250
+ myRoles: [Role!]!
2251
+
2252
+ """To fetch a Oauth2Client"""
2253
+ oauth2Client(id: String!): Oauth2Client
2254
+
2255
+ """To fetch multiple Oauth2Clients"""
2256
+ oauth2Clients(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
2257
+
2258
+ """To fetch specific domain's CommonCodes by given name"""
2259
+ partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
2260
+
2261
+ """To fetch a PartnerSetting"""
2262
+ partnerSetting(name: String!, partnerDomainId: String!): PartnerSetting!
2263
+
2264
+ """To fetch multiple PartnerSettings"""
2265
+ partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
2266
+ partners(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PartnerList!
2267
+
2268
+ """To fetch a PayloadLog"""
2269
+ payloadLog(id: String!): PayloadLog!
2270
+
2271
+ """To fetch multiple PayloadLogs"""
2272
+ payloadLogs(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
2273
+
2274
+ """To fetch a PlayGroup"""
2275
+ playGroup(id: String!): PlayGroup
2276
+
2277
+ """To fetch multiple PlayGroups"""
2278
+ playGroups(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
2279
+
2280
+ """To fetch privilege"""
2281
+ privilege(category: String!, name: String!): Privilege!
2282
+
2283
+ """To fetch multiple privileges"""
2284
+ privileges(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PrivilegeList!
2285
+
2286
+ """To fetch role"""
2287
+ role(name: String!): Role!
2288
+
2289
+ """To fetch Menus by role"""
2290
+ roleMenus(roleId: String!): MenuList!
2291
+
2292
+ """To fetch priviliges of a role"""
2293
+ rolePrivileges(roleId: String!): [RolePrivilege!]!
2294
+
2295
+ """To fetch multiple users"""
2296
+ roles(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): RoleList!
2297
+
2298
+ """To fetch a scenario"""
2299
+ scenario(id: String!): Scenario!
2300
+
2301
+ """To fetch a scenario instance"""
2302
+ scenarioInstance(instanceName: String!): ScenarioInstance!
2303
+
2304
+ """To fetch multiple scenario instances"""
2305
+ scenarioInstances(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ScenarioInstanceList!
2306
+
2307
+ """To fetch multiple scenarios"""
2308
+ scenarios(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ScenarioList!
2309
+ searchCustomers(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DomainList!
2310
+
2311
+ """To fetch a Setting"""
2312
+ setting(name: String!, partnerDomainId: String): Setting!
2313
+
2314
+ """To fetch multiple Settings"""
2315
+ settings(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): SettingList!
2316
+
2317
+ """To fetch a step"""
2318
+ step(name: String!): Step!
2319
+
2320
+ """To fetch multiple steps"""
2321
+ steps(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): StepList!
2322
+
2323
+ """To fetch a task-type"""
2324
+ taskType(name: String!): TaskType!
2325
+
2326
+ """To fetch multiple task-type"""
2327
+ taskTypes: TaskTypeList!
2328
+
2329
+ """To fetch the connector from a task-type"""
2330
+ taskTypesByConnection(connectionName: String!): TaskTypeList!
2331
+
2332
+ """To fetch multiple Terminologies"""
2333
+ terminologies(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): TerminologyList!
2334
+
2335
+ """To fetch a Terminology"""
2336
+ terminology(id: String!): Terminology!
2337
+
2338
+ """To fetch user"""
2339
+ user(email: String!): User!
2340
+
2341
+ """To fetch Menus by role"""
2342
+ userMenus: [Menu!]!
2343
+
2344
+ """To fetch roles of a user"""
2345
+ userRoles(userId: String!): [UserRole!]!
2346
+
2347
+ """To fetch multiple users"""
2348
+ users(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): UserList!
2349
+ vendors: [Domain!]!
2350
+ }
2351
+
2352
+ type Role {
2353
+ createdAt: Timestamp
2354
+ creator: User
2355
+ description: String
2356
+ domain: Domain!
2357
+ id: ID!
2358
+ name: String!
2359
+ privileges: [Privilege!]
2360
+ updatedAt: Timestamp
2361
+ updater: User
2362
+ users: [User!]
2363
+ }
2364
+
2365
+ type RoleList {
2366
+ items: [Role!]
2367
+ total: Int
2368
+ }
2369
+
2370
+ input RolePatch {
2371
+ cuFlag: String
2372
+ description: String
2373
+ id: String
2374
+ name: String
2375
+ privileges: [ObjectRef!]
2376
+ users: [ObjectRef!]
2377
+ }
2378
+
2379
+ type RolePrivilege {
2380
+ assigned: Boolean
2381
+ category: String
2382
+ description: String
2383
+ id: String
2384
+ name: String
2385
+ }
2386
+
2387
+ type Scenario {
2388
+ active: Boolean
2389
+ createdAt: Timestamp
2390
+ creator: User
2391
+ description: String
2392
+ domain: Domain
2393
+ id: ID!
2394
+ instances: [ScenarioInstance!]
2395
+ name: String!
2396
+ schedule: String
2397
+ state: String
2398
+ steps: [Step!]
2399
+ timezone: String
2400
+ type: String
2401
+ updatedAt: Timestamp
2402
+ updater: User
2403
+ }
2404
+
2405
+ type ScenarioInstance {
2406
+ data: Object
2407
+ domain: Domain
2408
+ instanceName: String
2409
+ message: String
2410
+ progress: ScenarioInstanceProgress
2411
+ root: ScenarioInstance
2412
+ scenarioName: String
2413
+ state: String
2414
+ timestamp: Timestamp
2415
+ variables: Object
2416
+ }
2417
+
2418
+ type ScenarioInstanceList {
2419
+ items: [ScenarioInstance!]!
2420
+ total: Int!
2421
+ }
2422
+
2423
+ type ScenarioInstanceProgress {
2424
+ rate: Int!
2425
+ rounds: Int!
2426
+ step: Int!
2427
+ steps: Int!
2428
+ }
2429
+
2430
+ type ScenarioInstanceState {
2431
+ data: Object
2432
+ domain: Domain
2433
+ instanceName: String
2434
+ message: String
2435
+ progress: ScenarioInstanceProgress
2436
+ scenarioName: String
2437
+ state: ScenarioInstanceStatus
2438
+ timestamp: Timestamp
2439
+ variables: Object
2440
+ }
2441
+
2442
+ """state enumeration of a scenario-instance"""
2443
+ enum ScenarioInstanceStatus {
2444
+ HALTED
2445
+ READY
2446
+ STARTED
2447
+ STOPPED
2448
+ UNLOADED
2449
+ }
2450
+
2451
+ type ScenarioList {
2452
+ items: [Scenario!]!
2453
+ total: Int!
2454
+ }
2455
+
2456
+ input ScenarioPatch {
2457
+ active: Boolean
2458
+ cuFlag: String
2459
+ description: String
2460
+ id: ID
2461
+ name: String
2462
+ schedule: String
2463
+ steps: [StepPatch!]
2464
+ timezone: String
2465
+ type: String
2466
+ }
2467
+
2468
+ type ScenarioQueueState {
2469
+ domain: Domain!
2470
+ queue: [PendingObject!]!
2471
+ }
2472
+
2473
+ """Entity for Setting"""
2474
+ type Setting {
2475
+ category: String!
2476
+ createdAt: Timestamp
2477
+ creator: User
2478
+ description: String
2479
+ domain: Domain
2480
+ id: ID!
2481
+ name: String!
2482
+ updatedAt: Timestamp
2483
+ updater: User
2484
+ value: String
2485
+ }
2486
+
2487
+ type SettingList {
2488
+ items: [Setting!]!
2489
+ total: Int!
2490
+ }
2491
+
2492
+ input SettingPatch {
2493
+ category: String
2494
+ cuFlag: String
2495
+ description: String
2496
+ id: ID
2497
+ name: String
2498
+ value: String
2499
+ }
2500
+
2501
+ input Sorting {
2502
+ """
2503
+ Set to true if descending sort. Default is "false"
2504
+ """
2505
+ desc: Boolean
2506
+
2507
+ """Field name to sort by"""
2508
+ name: String!
2509
+ }
2510
+
2511
+ type Step {
2512
+ connection: String
2513
+ createdAt: Timestamp
2514
+ creator: User
2515
+ description: String
2516
+ domain: Domain
2517
+ id: ID!
2518
+ log: Boolean
2519
+ name: String!
2520
+ params: String
2521
+ scenario: Scenario
2522
+ sequence: Float
2523
+ skip: Boolean
2524
+ task: String
2525
+ updatedAt: Timestamp
2526
+ updater: User
2527
+ }
2528
+
2529
+ type StepList {
2530
+ items: [Step!]!
2531
+ total: Int!
2532
+ }
2533
+
2534
+ input StepPatch {
2535
+ connection: String
2536
+ cuFlag: String
2537
+ description: String
2538
+ id: ID
2539
+ log: Boolean
2540
+ name: String
2541
+ params: String
2542
+ sequence: Int
2543
+ skip: Boolean
2544
+ task: String
2545
+ }
2546
+
2547
+ type Subscription {
2548
+ board(id: String!): Board!
2549
+ connectionLog(level: String): Log!
2550
+ connectionState(name: String): ConnectionState!
2551
+ data(tag: String!): Data!
2552
+ playGroup(id: String!): PlayGroup!
2553
+ scenarioInstanceLog(instanceName: String, level: String, scenarioName: String): Log!
2554
+ scenarioInstanceState(instanceName: String, scenarioName: String): ScenarioInstanceState!
2555
+ scenarioQueueState: ScenarioQueueState!
2556
+ }
2557
+
2558
+ type TaskType {
2559
+ connectorFree: Boolean
2560
+ description: String
2561
+ help: String
2562
+ name: String!
2563
+ parameterSpec: [PropertySpec!]
2564
+ }
2565
+
2566
+ type TaskTypeList {
2567
+ items: [TaskType!]!
2568
+ total: Int!
2569
+ }
2570
+
2571
+ """Entity for Terminology"""
2572
+ type Terminology {
2573
+ category: String!
2574
+ createdAt: Timestamp
2575
+ description: String
2576
+ display: String!
2577
+ domain: Domain
2578
+ id: ID!
2579
+ locale: String!
2580
+ name: String!
2581
+ updatedAt: Timestamp
2582
+ }
2583
+
2584
+ type TerminologyList {
2585
+ items: [Terminology!]!
2586
+ total: Int!
2587
+ }
2588
+
2589
+ input TerminologyPatch {
2590
+ category: String!
2591
+ cuFlag: String
2592
+ description: String
2593
+ display: String!
2594
+ id: ID
2595
+ locale: String!
2596
+ name: String
2597
+ }
2598
+
2599
+ """
2600
+ The javascript `Date` as integer. Type represents date and time as number of milliseconds from start of UNIX epoch.
2601
+ """
2602
+ scalar Timestamp
2603
+
2604
+ """The `Upload` scalar type represents a file upload."""
2605
+ scalar Upload
2606
+
2607
+ type UploadURL {
2608
+ fields: Any!
2609
+ url: String!
2610
+ }
2611
+
2612
+ type User {
2613
+ createdAt: Timestamp
2614
+ creator: User
2615
+ description: String
2616
+ domains: [Domain!]!
2617
+ email: String!
2618
+ id: ID!
2619
+ locale: String
2620
+ name: String!
2621
+ owner: Boolean
2622
+ reference: String
2623
+ roles: [Role!]!
2624
+ status: String!
2625
+ updatedAt: Timestamp
2626
+ updater: User
2627
+ userType: String
2628
+ }
2629
+
2630
+ type UserList {
2631
+ items: [User!]
2632
+ total: Int
2633
+ }
2634
+
2635
+ input UserPatch {
2636
+ cuFlag: String
2637
+ description: String
2638
+ domains: [ObjectRef!]
2639
+ email: String
2640
+ id: ID
2641
+ name: String
2642
+ password: String
2643
+ roles: [ObjectRef!]
2644
+ status: String
2645
+ userType: String
2646
+ }
2647
+
2648
+ type UserRole {
2649
+ assigned: Boolean
2650
+ description: String
2651
+ id: String
2652
+ name: String
2653
+ }