@operato/scene-tab 1.2.90 → 2.0.0-alpha.0

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