@things-factory/operato-ecs 6.2.49 → 6.2.50

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