@operato/scene-indoor-map 1.2.36 → 1.2.46

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