@operato/scene-chartjs 1.2.90 → 1.3.12

Sign up to get free protection for your applications and to get access to all the features.
package/schema.graphql ADDED
@@ -0,0 +1,3890 @@
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
+ privilege: PrivilegeInput
2640
+ schedule: String
2641
+ timezone: String
2642
+ type: String
2643
+ }
2644
+
2645
+ input NewSetting {
2646
+ category: String!
2647
+ description: String
2648
+ name: String!
2649
+ value: String
2650
+ }
2651
+
2652
+ input NewTerminology {
2653
+ category: String!
2654
+ description: String
2655
+ display: String!
2656
+ locale: String!
2657
+ name: String!
2658
+ }
2659
+
2660
+ input NewTheme {
2661
+ active: Boolean
2662
+ description: String
2663
+ name: String!
2664
+ type: String
2665
+ value: Object
2666
+ }
2667
+
2668
+ input NewUser {
2669
+ description: String
2670
+ email: String!
2671
+ name: String!
2672
+ password: String
2673
+ roles: [ObjectRef!]
2674
+ userType: String
2675
+ }
2676
+
2677
+ input NewUserByDomainWizardInput {
2678
+ email: String!
2679
+ isInvitee: Boolean
2680
+ name: String!
2681
+ owner: Boolean!
2682
+ password: String
2683
+ roles: [NewRole!]!
2684
+ }
2685
+
2686
+ """Entity for Notification"""
2687
+ type Notification {
2688
+ body: String
2689
+ createdAt: DateTimeISO
2690
+ creator: User
2691
+ domain: Domain
2692
+ id: ID!
2693
+ image: String
2694
+ owner: User
2695
+ property: Object
2696
+ state: String
2697
+ subject: String
2698
+ timestamp: Date
2699
+ title: String
2700
+ type: String
2701
+ updatedAt: DateTimeISO
2702
+ updater: User
2703
+ url: String
2704
+ }
2705
+
2706
+ type NotificationList {
2707
+ items: [Notification!]!
2708
+ total: Int!
2709
+ }
2710
+
2711
+ input NotificationPatch {
2712
+ cuFlag: String
2713
+ id: ID
2714
+ state: NotificationStatus
2715
+ }
2716
+
2717
+ """Entity for NotificationRule"""
2718
+ type NotificationRule {
2719
+ body: String
2720
+ channels: String
2721
+ createdAt: DateTimeISO
2722
+ creator: User
2723
+ deletedAt: DateTimeISO
2724
+ description: String
2725
+ domain: Domain
2726
+ id: ID!
2727
+ name: String
2728
+
2729
+ """notification recipients."""
2730
+ recipients: [RecipientItem!]
2731
+ state: String
2732
+ thumbnail: String
2733
+ title: String
2734
+ updatedAt: DateTimeISO
2735
+ updater: User
2736
+ url: String
2737
+ version: Float
2738
+ }
2739
+
2740
+ type NotificationRuleList {
2741
+ items: [NotificationRule!]!
2742
+ total: Int!
2743
+ }
2744
+
2745
+ input NotificationRulePatch {
2746
+ body: String
2747
+ cuFlag: String
2748
+ description: String
2749
+ id: ID
2750
+ name: String
2751
+ state: NotificationRuleStatus
2752
+ thumbnail: Upload
2753
+ title: String
2754
+ url: String
2755
+ }
2756
+
2757
+ """state enumeration of a notificationRule"""
2758
+ enum NotificationRuleStatus {
2759
+ DRAFT
2760
+ RELEASED
2761
+ }
2762
+
2763
+ """state enumeration of a notification"""
2764
+ enum NotificationStatus {
2765
+ NOTREAD
2766
+ READ
2767
+ }
2768
+
2769
+ """Entity for Oauth2Client"""
2770
+ type Oauth2Client {
2771
+ accessToken: String
2772
+ accessTokenUrl: String
2773
+ authUrl: String
2774
+ callbackUrl: String
2775
+ clientId: String
2776
+ clientSecret: String
2777
+ codeChallengeMethod: String
2778
+ codeVerifier: String
2779
+ createdAt: DateTimeISO
2780
+ creator: User
2781
+ description: String
2782
+ domain: Domain
2783
+ expires: DateTimeISO
2784
+ grantType: String
2785
+ icon: String
2786
+ id: ID!
2787
+ jwtToken: String
2788
+ name: String!
2789
+ password: String
2790
+ refreshToken: String
2791
+ scopes: String
2792
+ state: String
2793
+ tokenType: String
2794
+ updatedAt: DateTimeISO
2795
+ updater: User
2796
+ username: String
2797
+ webhook: String
2798
+ }
2799
+
2800
+ type Oauth2ClientList {
2801
+ items: [Oauth2Client!]!
2802
+ total: Int!
2803
+ }
2804
+
2805
+ input Oauth2ClientPatch {
2806
+ accessToken: String
2807
+ accessTokenUrl: String
2808
+ authUrl: String
2809
+ callbackUrl: String
2810
+ clientId: String
2811
+ clientSecret: String
2812
+ codeChallengeMethod: String
2813
+ codeVerifier: String
2814
+ description: String
2815
+ grantType: String
2816
+ icon: String
2817
+ jwtToken: String
2818
+ name: String
2819
+ password: String
2820
+ refreshToken: String
2821
+ scopes: String
2822
+ username: String
2823
+ webhook: String
2824
+ }
2825
+
2826
+ """Can be anything"""
2827
+ scalar Object
2828
+
2829
+ input ObjectRef {
2830
+ """Field description"""
2831
+ description: String
2832
+
2833
+ """Field id"""
2834
+ id: ID!
2835
+
2836
+ """Field name"""
2837
+ name: String
2838
+ }
2839
+
2840
+ input ObjectRefApprovalLineOwnerType {
2841
+ controlNo: String
2842
+
2843
+ """Field description"""
2844
+ description: String
2845
+
2846
+ """Field id"""
2847
+ id: ID!
2848
+
2849
+ """Field name"""
2850
+ name: String
2851
+ }
2852
+
2853
+ input ObjectRefForEmployee {
2854
+ active: Boolean
2855
+ alias: String
2856
+ controlNo: String
2857
+
2858
+ """Field description"""
2859
+ description: String
2860
+ email: String
2861
+ hiredOn: String
2862
+
2863
+ """Field id"""
2864
+ id: ID!
2865
+ jobPosition: String
2866
+
2867
+ """Field name"""
2868
+ name: String
2869
+ photo: String
2870
+ }
2871
+
2872
+ input ObjectRefForUser {
2873
+ """Field description"""
2874
+ description: String
2875
+ email: String
2876
+
2877
+ """Field id"""
2878
+ id: ID!
2879
+
2880
+ """Field name"""
2881
+ name: String
2882
+ }
2883
+
2884
+ type OrgMemberTarget {
2885
+ controlNo: String
2886
+
2887
+ """Field description"""
2888
+ description: String
2889
+
2890
+ """Field id"""
2891
+ id: ID!
2892
+
2893
+ """Field name"""
2894
+ name: String
2895
+ }
2896
+
2897
+ """type enumeration of a approval line item"""
2898
+ enum OrgMemberTargetType {
2899
+ Department
2900
+ Employee
2901
+ MyDepartment
2902
+ MySupervisor
2903
+ Myself
2904
+ Role
2905
+ }
2906
+
2907
+ input Pagination {
2908
+ limit: Int
2909
+ page: Int
2910
+ }
2911
+
2912
+ type Partner {
2913
+ approvedAt: DateTimeISO!
2914
+ approver: User
2915
+ domain: Domain!
2916
+ id: ID!
2917
+ partnerDomain: Domain!
2918
+ requestedAt: DateTimeISO!
2919
+ requester: User
2920
+ }
2921
+
2922
+ type PartnerList {
2923
+ items: [Partner!]
2924
+ total: Int
2925
+ }
2926
+
2927
+ """Entity for PartnerSetting"""
2928
+ type PartnerSetting {
2929
+ category: String
2930
+ createdAt: DateTimeISO
2931
+ creator: User
2932
+ description: String
2933
+ domain: Domain
2934
+ id: ID!
2935
+ name: String
2936
+ partnerDomain: Domain
2937
+ partnerDomainId: String
2938
+ setting: Setting
2939
+ settingId: String
2940
+ updatedAt: DateTimeISO
2941
+ updater: User
2942
+ value: String
2943
+ }
2944
+
2945
+ type PartnerSettingList {
2946
+ items: [PartnerSetting!]!
2947
+ total: Int!
2948
+ }
2949
+
2950
+ input PartnerSettingPatch {
2951
+ cuFlag: String!
2952
+ id: ID
2953
+ partnerDomain: ObjectRef
2954
+ setting: ObjectRef
2955
+ value: String
2956
+ }
2957
+
2958
+ """Entity for PayloadLog"""
2959
+ type PayloadLog {
2960
+ createdAt: DateTimeISO
2961
+ creator: User
2962
+ domain: Domain
2963
+ endpoint: String!
2964
+ id: ID!
2965
+ name: String!
2966
+ request: String!
2967
+ response: String!
2968
+ src: String
2969
+ type: String!
2970
+ updatedAt: DateTimeISO
2971
+ updater: User
2972
+ }
2973
+
2974
+ type PayloadLogList {
2975
+ items: [PayloadLog!]!
2976
+ total: Int!
2977
+ }
2978
+
2979
+ input PayloadLogPatch {
2980
+ cuFlag: String!
2981
+ description: String
2982
+ id: ID
2983
+ name: String
2984
+ }
2985
+
2986
+ type PendingObject {
2987
+ due: String!
2988
+ priority: Int!
2989
+ stuff: Object!
2990
+ tag: String
2991
+ }
2992
+
2993
+ """Entity for Board PlayGroup"""
2994
+ type PlayGroup {
2995
+ boards: [Board!]
2996
+ createdAt: DateTimeISO
2997
+ creator: User
2998
+ description: String
2999
+ domain: Domain
3000
+ id: ID!
3001
+ name: String!
3002
+ updatedAt: DateTimeISO
3003
+ updater: User
3004
+ }
3005
+
3006
+ type PlayGroupList {
3007
+ items: [PlayGroup!]!
3008
+ total: Int!
3009
+ }
3010
+
3011
+ input PlayGroupPatch {
3012
+ description: String
3013
+ name: String
3014
+ }
3015
+
3016
+ """Entity for PrinterDevice"""
3017
+ type PrinterDevice {
3018
+ activeFlag: Boolean
3019
+ createdAt: DateTimeISO
3020
+ creator: User
3021
+ defaultFlag: Boolean
3022
+ description: String!
3023
+ domain: Domain!
3024
+ dpi: Int
3025
+ id: ID!
3026
+ jobCategory: String
3027
+ jobClass: String
3028
+ jobType: String
3029
+ name: String!
3030
+ note: String
3031
+ printerDriver: String
3032
+ printerIp: String
3033
+ printerPort: Int
3034
+ serviceUrl: String
3035
+ status: String
3036
+ type: String!
3037
+ updatedAt: DateTimeISO
3038
+ updater: User
3039
+ }
3040
+
3041
+ type PrinterDeviceList {
3042
+ items: [PrinterDevice!]!
3043
+ total: Int!
3044
+ }
3045
+
3046
+ input PrinterDevicePatch {
3047
+ activeFlag: Boolean
3048
+ cuFlag: String!
3049
+ defaultFlag: Boolean
3050
+ description: String
3051
+ dpi: Int
3052
+ id: ID
3053
+ jobCategory: String
3054
+ jobClass: String
3055
+ jobType: String
3056
+ name: String
3057
+ note: String
3058
+ printerDriver: String
3059
+ printerIp: String
3060
+ printerPort: Int
3061
+ serviceUrl: String
3062
+ status: String
3063
+ type: String
3064
+ }
3065
+
3066
+ type Privilege {
3067
+ category: String
3068
+ createdAt: DateTimeISO
3069
+ creator: User
3070
+ description: String
3071
+ id: ID!
3072
+ name: String!
3073
+ roles: [Role!]
3074
+ updatedAt: DateTimeISO
3075
+ updater: User
3076
+ }
3077
+
3078
+ input PrivilegeInput {
3079
+ category: String
3080
+ owner: Boolean
3081
+ privilege: String
3082
+ super: Boolean
3083
+ }
3084
+
3085
+ type PrivilegeList {
3086
+ items: [Privilege!]
3087
+ total: Int
3088
+ }
3089
+
3090
+ type PrivilegeObject {
3091
+ category: String
3092
+ owner: Boolean
3093
+ privilege: String
3094
+ super: Boolean
3095
+ }
3096
+
3097
+ input PrivilegePatch {
3098
+ category: String
3099
+ description: String
3100
+ id: String
3101
+ name: String
3102
+ roles: [ObjectRef!]
3103
+ }
3104
+
3105
+ """Object type for Profile"""
3106
+ type Profile {
3107
+ left: Float
3108
+ picture: String
3109
+ top: Float
3110
+ zoom: Float
3111
+ }
3112
+
3113
+ """Input type for Profile"""
3114
+ input ProfileInput {
3115
+ file: Upload
3116
+ left: Float
3117
+ picture: String
3118
+ top: Float
3119
+ zoom: Float
3120
+ }
3121
+
3122
+ type PropertySpec {
3123
+ label: String!
3124
+ name: String!
3125
+ placeholder: String
3126
+ property: Object
3127
+ type: String!
3128
+ }
3129
+
3130
+ type Query {
3131
+ APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
3132
+ appBinding(id: String!): AppBinding!
3133
+ appBindings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AppBindingList!
3134
+
3135
+ """ To fetch appliance"""
3136
+ appliance(id: String!): Appliance!
3137
+
3138
+ """To fetch multiple appliance"""
3139
+ appliances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3140
+
3141
+ """To fetch application"""
3142
+ application(id: String!): Application!
3143
+
3144
+ """To fetch multiple application"""
3145
+ applications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplicationList!
3146
+
3147
+ """To fetch a approval line"""
3148
+ approvalLine(id: String!): ApprovalLine
3149
+
3150
+ """To fetch referable approval lines for the user"""
3151
+ approvalLineReferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3152
+
3153
+ """To fetch multiple approval lines"""
3154
+ approvalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3155
+ attachment(id: String!): Attachment!
3156
+ attachments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttachmentList!
3157
+
3158
+ """To fetch a AttributeSet"""
3159
+ attributeSet(id: String!): AttributeSet
3160
+
3161
+ """To fetch a AttributeSet by Entity name"""
3162
+ attributeSetByEntity(entity: String!): AttributeSet
3163
+
3164
+ """To fetch multiple AttributeSets"""
3165
+ attributeSets(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttributeSetList!
3166
+
3167
+ """To fetch a AuthProvider"""
3168
+ authProvider(id: String!): AuthProvider
3169
+
3170
+ """To fetch a AuthProvider"""
3171
+ authProviderTypes: AuthProviderTypeList
3172
+
3173
+ """To fetch multiple AuthProviders"""
3174
+ authProviders(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AuthProviderList!
3175
+
3176
+ """To fetch a board"""
3177
+ board(id: String!): Board!
3178
+
3179
+ """To fetch a Board Model by name"""
3180
+ boardByName(name: String!): Board
3181
+
3182
+ """Board Usage Permissions"""
3183
+ boardPermissions: [String!]!
3184
+
3185
+ """To fetch the latest Board published"""
3186
+ boardPublished(id: String!): BoardHistory!
3187
+
3188
+ """To fetch a BoardTemplate"""
3189
+ boardTemplate(id: String!): BoardTemplate
3190
+
3191
+ """To fetch multiple BoardTemplates"""
3192
+ boardTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
3193
+
3194
+ """To fetch BoardTemplates created by me"""
3195
+ boardTemplatesCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
3196
+
3197
+ """To fetch a Board Versions"""
3198
+ boardVersions(id: String!): [BoardHistory!]!
3199
+
3200
+ """To fetch multiple Boards"""
3201
+ boards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3202
+
3203
+ """To fetch Boards created by me"""
3204
+ boardsCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3205
+ chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
3206
+
3207
+ """To check if system would provide default password to create new user"""
3208
+ checkDefaultPassword: Boolean!
3209
+
3210
+ """To check if system would provide default password to create new user"""
3211
+ checkResettablePasswordToDefault: Boolean!
3212
+
3213
+ """To fetch the preset of role for new user"""
3214
+ checkRolePreset: [Role!]!
3215
+
3216
+ """To check if current user is belongs to current domain"""
3217
+ checkUserBelongsDomain: Boolean!
3218
+
3219
+ """..."""
3220
+ checkUserExistence(email: String!): Boolean!
3221
+
3222
+ """To fetch common approval lines"""
3223
+ commonApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3224
+
3225
+ """To fetch a CommonCode"""
3226
+ commonCode(name: String!): CommonCode
3227
+
3228
+ """To fetch a CommonCodeDetail"""
3229
+ commonCodeDetail(id: String!): CommonCodeDetail!
3230
+
3231
+ """To fetch multiple CommonCodeDetails"""
3232
+ commonCodeDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeDetailList!
3233
+
3234
+ """To fetch multiple CommonCodes"""
3235
+ commonCodes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeList!
3236
+
3237
+ """To fetch a connector"""
3238
+ connection(name: String!): ConnectorType!
3239
+
3240
+ """To fetch multiple connections"""
3241
+ connections(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ConnectionList!
3242
+
3243
+ """To fetch the connector from a connection"""
3244
+ connectorByConnection(connectionName: String!): ConnectorType!
3245
+
3246
+ """To fetch multiple connector"""
3247
+ connectors: ConnectorList!
3248
+
3249
+ """To fetch a Contact"""
3250
+ contact(id: String!): Contact
3251
+
3252
+ """To fetch multiple Contacts"""
3253
+ contacts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ContactList!
3254
+ customers: [Domain!]!
3255
+ decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
3256
+ decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
3257
+
3258
+ """To fetch a Department"""
3259
+ department(id: String!): Department
3260
+
3261
+ """To fetch a Root Department"""
3262
+ departmentRoot: Department
3263
+
3264
+ """To fetch multiple Departments"""
3265
+ departments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DepartmentList!
3266
+
3267
+ """To fetch domain"""
3268
+ domain(id: String!): Domain!
3269
+
3270
+ """To fetch all domains (Only superuser is granted this privilege.)"""
3271
+ domains(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
3272
+
3273
+ """To fetch domains with given privilege for user"""
3274
+ domainsWithPrivilege(category: String!, name: String!): [Domain!]!
3275
+
3276
+ """To fetch a Employee"""
3277
+ employee(id: String!): Employee
3278
+
3279
+ """To fetch multiple Employees"""
3280
+ employees(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EmployeeList!
3281
+
3282
+ """To fetch multiple Entities"""
3283
+ entities(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityList!
3284
+
3285
+ """To fetch a Entity"""
3286
+ entity(id: String!): Entity!
3287
+
3288
+ """To fetch a EntityColumn"""
3289
+ entityColumn(id: String!): EntityColumn!
3290
+
3291
+ """To fetch multiple EntityColumns"""
3292
+ entityColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityColumnList!
3293
+
3294
+ """To fetch a EntityMetadata"""
3295
+ entityMetadata(name: String!): EntityMetadata!
3296
+
3297
+ """To fetch a Favorite"""
3298
+ favorite(id: String!): Favorite!
3299
+
3300
+ """To fetch multiple BoardFavorites"""
3301
+ favoriteBoards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardFavoriteList!
3302
+
3303
+ """To fetch multiple Favorites"""
3304
+ favorites(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FavoriteList!
3305
+
3306
+ """To fetch the state of a connection"""
3307
+ fetchConnectionState(name: String!): ConnectionState!
3308
+
3309
+ """To fetch a Font"""
3310
+ font(id: String!): Font!
3311
+
3312
+ """To fetch multiple Fonts"""
3313
+ fonts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FontList!
3314
+ grantedRoles: [GrantedRole!]!
3315
+ grantingRoles(customerId: String!): [GrantedRole!]!
3316
+
3317
+ """To fetch a Group"""
3318
+ group(id: String!): Group
3319
+
3320
+ """To fetch multiple Groups"""
3321
+ groups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): GroupList!
3322
+
3323
+ """To query whether I have the given permission"""
3324
+ hasPrivilege(category: String!, name: String!): Boolean!
3325
+ i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
3326
+ imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
3327
+
3328
+ """To fetch integration Analyses"""
3329
+ integrationAnalysis: Object!
3330
+ invitation(email: String!, reference: String!, type: String!): Invitation!
3331
+ invitations(reference: String!, type: String!): InvitationList!
3332
+
3333
+ """To fetch multiple LoginHistories"""
3334
+ loginHistories(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LoginHistoryList!
3335
+
3336
+ """To fetch a Menu"""
3337
+ menu(id: String!): Menu!
3338
+
3339
+ """To fetch a MenuButton"""
3340
+ menuButton(id: String!): MenuButton!
3341
+
3342
+ """To fetch multiple MenuButtons"""
3343
+ menuButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuButtonList!
3344
+
3345
+ """To fetch a Menu by routing"""
3346
+ menuByRouting(routing: String!): Menu!
3347
+
3348
+ """To fetch a MenuColumn"""
3349
+ menuColumn(id: String!): MenuColumn!
3350
+
3351
+ """To fetch multiple MenuColumns"""
3352
+ menuColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuColumnList!
3353
+
3354
+ """To fetch a MenuDetail"""
3355
+ menuDetail(id: String!): MenuDetail!
3356
+
3357
+ """To fetch a MenuDetailButton"""
3358
+ menuDetailButton(id: String!): MenuDetailButton!
3359
+
3360
+ """To fetch multiple MenuDetailButtons"""
3361
+ menuDetailButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailButtonList!
3362
+
3363
+ """To fetch a MenuDetailColumn"""
3364
+ menuDetailColumn(id: String!): MenuDetailColumn!
3365
+
3366
+ """To fetch multiple MenuDetailColumns"""
3367
+ menuDetailColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailColumnList!
3368
+
3369
+ """To fetch multiple MenuDetails"""
3370
+ menuDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailList!
3371
+
3372
+ """To fetch multiple Menus"""
3373
+ menus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
3374
+
3375
+ """To fetch approval lines only for to the user"""
3376
+ myApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3377
+
3378
+ """To fetch current user's Favorites"""
3379
+ myFavorites: [Favorite!]!
3380
+ myLoginHistories(limit: Float!): [LoginHistory!]!
3381
+
3382
+ """To fetch my notifications"""
3383
+ myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3384
+
3385
+ """To fetch current users privileges for current domain"""
3386
+ myPrivileges: [Privilege!]!
3387
+
3388
+ """To fetch roles of current user"""
3389
+ myRoles: [Role!]!
3390
+
3391
+ """To fetch a Notification"""
3392
+ notification(id: String!): Notification
3393
+
3394
+ """To fetch a NotificationRule"""
3395
+ notificationRule(id: String!): NotificationRule
3396
+
3397
+ """To fetch multiple NotificationRules"""
3398
+ notificationRules(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationRuleList!
3399
+
3400
+ """To fetch multiple Notificationes"""
3401
+ notificationes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3402
+
3403
+ """To fetch a Oauth2Client"""
3404
+ oauth2Client(id: String!): Oauth2Client
3405
+
3406
+ """To fetch multiple Oauth2Clients"""
3407
+ oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3408
+
3409
+ """To fetch specific domain's CommonCodes by given name"""
3410
+ partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3411
+
3412
+ """To fetch a PartnerSetting"""
3413
+ partnerSetting(name: String!, partnerDomainId: String!): PartnerSetting!
3414
+
3415
+ """To fetch multiple PartnerSettings"""
3416
+ partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
3417
+ partners(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PartnerList!
3418
+
3419
+ """To fetch a PayloadLog"""
3420
+ payloadLog(id: String!): PayloadLog!
3421
+
3422
+ """To fetch multiple PayloadLogs"""
3423
+ payloadLogs(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
3424
+
3425
+ """To fetch a PlayGroup"""
3426
+ playGroup(id: String!): PlayGroup
3427
+
3428
+ """To fetch a PlayGroup by name"""
3429
+ playGroupByName(name: String!): PlayGroup
3430
+
3431
+ """To fetch multiple PlayGroups"""
3432
+ playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3433
+
3434
+ """To fetch a PrinterDevice"""
3435
+ printerDevice(id: String!): PrinterDevice!
3436
+
3437
+ """To fetch multiple PrinterDevices"""
3438
+ printerDevices(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrinterDeviceList!
3439
+
3440
+ """To fetch privilege"""
3441
+ privilege(category: String!, name: String!): Privilege!
3442
+
3443
+ """To fetch multiple privileges"""
3444
+ privileges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrivilegeList!
3445
+
3446
+ """To fetch role"""
3447
+ role(name: String!): Role!
3448
+
3449
+ """To fetch Menus by role"""
3450
+ roleMenus(roleId: String!): MenuList!
3451
+
3452
+ """To fetch privileges of a role"""
3453
+ rolePrivileges(roleId: String!): [RolePrivilege!]!
3454
+
3455
+ """To fetch multiple users"""
3456
+ roles(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): RoleList!
3457
+
3458
+ """To fetch a scenario"""
3459
+ scenario(id: String!): Scenario!
3460
+
3461
+ """To fetch a scenario instance"""
3462
+ scenarioInstance(instanceName: String!): ScenarioInstance!
3463
+
3464
+ """To fetch multiple scenario instances"""
3465
+ scenarioInstances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioInstanceList!
3466
+
3467
+ """To fetch multiple scenarios"""
3468
+ scenarios(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioList!
3469
+ searchCustomers(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
3470
+
3471
+ """To fetch a Setting"""
3472
+ setting(name: String!, partnerDomainId: String): Setting!
3473
+
3474
+ """To fetch multiple Settings"""
3475
+ settings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): SettingList!
3476
+
3477
+ """To fetch a step"""
3478
+ step(name: String!): Step!
3479
+
3480
+ """To fetch multiple steps"""
3481
+ steps(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): StepList!
3482
+
3483
+ """To fetch a task-type"""
3484
+ taskType(name: String!): TaskType!
3485
+
3486
+ """To fetch multiple task-type"""
3487
+ taskTypes: TaskTypeList!
3488
+
3489
+ """To fetch the connector from a task-type"""
3490
+ taskTypesByConnection(connectionName: String!): TaskTypeList!
3491
+
3492
+ """To fetch multiple Terminologies"""
3493
+ terminologies(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): TerminologyList!
3494
+
3495
+ """To fetch a Terminology"""
3496
+ terminology(id: String!): Terminology!
3497
+
3498
+ """To fetch a Theme"""
3499
+ theme(id: String!): Theme
3500
+
3501
+ """To fetch multiple Themes"""
3502
+ themes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ThemeList!
3503
+
3504
+ """To fetch user"""
3505
+ user(email: String!): User!
3506
+
3507
+ """To fetch Menus by role"""
3508
+ userMenus: [Menu!]!
3509
+
3510
+ """To fetch roles of a user"""
3511
+ userRoles(userId: String!): [UserRole!]!
3512
+
3513
+ """To fetch multiple users"""
3514
+ users(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserList!
3515
+ vendors: [Domain!]!
3516
+ }
3517
+
3518
+ type RecipientItem {
3519
+ recipient: OrgMemberTarget
3520
+ type: OrgMemberTargetType
3521
+ value: String
3522
+ }
3523
+
3524
+ type Role {
3525
+ createdAt: DateTimeISO
3526
+ creator: User
3527
+ description: String
3528
+ domain: Domain!
3529
+ id: ID!
3530
+ name: String!
3531
+ privileges: [Privilege!]
3532
+ updatedAt: DateTimeISO
3533
+ updater: User
3534
+ users: [User!]
3535
+ }
3536
+
3537
+ type RoleList {
3538
+ items: [Role!]
3539
+ total: Int
3540
+ }
3541
+
3542
+ input RolePatch {
3543
+ cuFlag: String
3544
+ description: String
3545
+ id: String
3546
+ name: String
3547
+ privileges: [ObjectRef!]
3548
+ users: [ObjectRef!]
3549
+ }
3550
+
3551
+ type RolePrivilege {
3552
+ assigned: Boolean
3553
+ category: String
3554
+ description: String
3555
+ id: String
3556
+ name: String
3557
+ }
3558
+
3559
+ type Scenario {
3560
+ """[will be deprecated] automatically be started when this server start"""
3561
+ active: Boolean
3562
+ connectionNames: [Connection!]!
3563
+ createdAt: DateTimeISO
3564
+ creator: User
3565
+ description: String
3566
+ domain: Domain
3567
+ id: ID!
3568
+ instances: [ScenarioInstance!]
3569
+ name: String!
3570
+ privilege: PrivilegeObject
3571
+
3572
+ """accessible and executable system-wide"""
3573
+ public: Boolean
3574
+ publishTags: [Connection!]!
3575
+ schedule: String
3576
+ scheduleId: String
3577
+ state: String
3578
+ steps: [Step!]
3579
+ timezone: String
3580
+ type: String
3581
+ updatedAt: DateTimeISO
3582
+ updater: User
3583
+ }
3584
+
3585
+ type ScenarioInstance {
3586
+ data: Object
3587
+ domain: Domain
3588
+ instanceName: String
3589
+ message: String
3590
+ progress: ScenarioInstanceProgress
3591
+ result: Object
3592
+ root: ScenarioInstance
3593
+ scenarioName: String
3594
+ state: String
3595
+ timestamp: DateTimeISO
3596
+ user: User
3597
+ variables: Object
3598
+ }
3599
+
3600
+ type ScenarioInstanceList {
3601
+ items: [ScenarioInstance!]!
3602
+ total: Int!
3603
+ }
3604
+
3605
+ type ScenarioInstanceProgress {
3606
+ rate: Int!
3607
+ rounds: Int!
3608
+ step: Int!
3609
+ steps: Int!
3610
+ }
3611
+
3612
+ type ScenarioInstanceState {
3613
+ data: Object
3614
+ domain: Domain
3615
+ instanceName: String
3616
+ message: String
3617
+ progress: ScenarioInstanceProgress
3618
+ scenarioName: String
3619
+ state: ScenarioInstanceStatus
3620
+ timestamp: DateTimeISO
3621
+ variables: Object
3622
+ }
3623
+
3624
+ """state enumeration of a scenario-instance"""
3625
+ enum ScenarioInstanceStatus {
3626
+ HALTED
3627
+ READY
3628
+ STARTED
3629
+ STOPPED
3630
+ UNLOADED
3631
+ }
3632
+
3633
+ type ScenarioList {
3634
+ items: [Scenario!]!
3635
+ total: Int!
3636
+ }
3637
+
3638
+ input ScenarioPatch {
3639
+ active: Boolean
3640
+ cuFlag: String
3641
+ description: String
3642
+ id: ID
3643
+ name: String
3644
+ privilege: PrivilegeInput
3645
+ schedule: String
3646
+ steps: [StepPatch!]
3647
+ timezone: String
3648
+ type: String
3649
+ }
3650
+
3651
+ type ScenarioQueueState {
3652
+ domain: Domain!
3653
+ queue: [PendingObject!]!
3654
+ }
3655
+
3656
+ """Entity for Setting"""
3657
+ type Setting {
3658
+ category: String!
3659
+ createdAt: DateTimeISO
3660
+ creator: User
3661
+ description: String
3662
+ domain: Domain
3663
+ id: ID!
3664
+ name: String!
3665
+ updatedAt: DateTimeISO
3666
+ updater: User
3667
+ value: String
3668
+ }
3669
+
3670
+ type SettingList {
3671
+ items: [Setting!]!
3672
+ total: Int!
3673
+ }
3674
+
3675
+ input SettingPatch {
3676
+ category: String
3677
+ cuFlag: String
3678
+ description: String
3679
+ id: ID
3680
+ name: String
3681
+ value: String
3682
+ }
3683
+
3684
+ input Sorting {
3685
+ """
3686
+ Set to true if descending sort. Default is "false"
3687
+ """
3688
+ desc: Boolean
3689
+
3690
+ """Field name to sort by"""
3691
+ name: String!
3692
+ }
3693
+
3694
+ type Step {
3695
+ connection: String
3696
+ createdAt: DateTimeISO
3697
+ creator: User
3698
+ description: String
3699
+ domain: Domain
3700
+ id: ID!
3701
+ log: Boolean
3702
+ name: String!
3703
+ params: String
3704
+
3705
+ """
3706
+ a boolean attribute indicating the inclusion status of an element in the result
3707
+ """
3708
+ result: Boolean
3709
+ scenario: Scenario
3710
+ sequence: Float
3711
+ skip: Boolean
3712
+ task: String
3713
+ updatedAt: DateTimeISO
3714
+ updater: User
3715
+ }
3716
+
3717
+ type StepList {
3718
+ items: [Step!]!
3719
+ total: Int!
3720
+ }
3721
+
3722
+ input StepPatch {
3723
+ connection: String
3724
+ cuFlag: String
3725
+ description: String
3726
+ id: ID
3727
+ log: Boolean
3728
+ name: String
3729
+ params: String
3730
+ result: Boolean
3731
+ sequence: Int
3732
+ skip: Boolean
3733
+ task: String
3734
+ }
3735
+
3736
+ type Subscription {
3737
+ board(id: String!): Board!
3738
+ connectionLog(level: String): Log!
3739
+ connectionState(name: String): ConnectionState!
3740
+ data(tag: String!): Data!
3741
+ notification(subjects: [String!]): Notification!
3742
+ playGroup(id: String!): PlayGroup!
3743
+ scenarioInstanceLog(instanceName: String, level: String, scenarioName: String): Log!
3744
+ scenarioInstanceState(instanceName: String, scenarioName: String): ScenarioInstanceState!
3745
+ scenarioQueueState: ScenarioQueueState!
3746
+ }
3747
+
3748
+ type TaskType {
3749
+ connectorFree: Boolean
3750
+ description: String
3751
+ help: String
3752
+ name: String!
3753
+ parameterSpec: [PropertySpec!]
3754
+ }
3755
+
3756
+ type TaskTypeList {
3757
+ items: [TaskType!]!
3758
+ total: Int!
3759
+ }
3760
+
3761
+ """Entity for Terminology"""
3762
+ type Terminology {
3763
+ category: String!
3764
+ createdAt: DateTimeISO
3765
+ description: String
3766
+ display: String!
3767
+ domain: Domain
3768
+ id: ID!
3769
+ locale: String!
3770
+ name: String!
3771
+ updatedAt: DateTimeISO
3772
+ }
3773
+
3774
+ type TerminologyList {
3775
+ items: [Terminology!]!
3776
+ total: Int!
3777
+ }
3778
+
3779
+ input TerminologyPatch {
3780
+ category: String!
3781
+ cuFlag: String
3782
+ description: String
3783
+ display: String!
3784
+ id: ID
3785
+ locale: String!
3786
+ name: String
3787
+ }
3788
+
3789
+ """Entity for Theme"""
3790
+ type Theme {
3791
+ active: Boolean
3792
+ createdAt: DateTimeISO
3793
+ creator: User
3794
+ deletedAt: DateTimeISO
3795
+ description: String
3796
+ domain: Domain
3797
+ id: ID!
3798
+ name: String
3799
+ type: String
3800
+ updatedAt: DateTimeISO
3801
+ updater: User
3802
+ value: Object
3803
+ }
3804
+
3805
+ type ThemeList {
3806
+ items: [Theme!]!
3807
+ total: Int!
3808
+ }
3809
+
3810
+ input ThemePatch {
3811
+ active: Boolean
3812
+ cuFlag: String
3813
+ description: String
3814
+ id: ID
3815
+ name: String
3816
+ type: String
3817
+ value: Object
3818
+ }
3819
+
3820
+ """The `Upload` scalar type represents a file upload."""
3821
+ scalar Upload
3822
+
3823
+ type UploadURL {
3824
+ fields: Any!
3825
+ url: String!
3826
+ }
3827
+
3828
+ type User {
3829
+ createdAt: DateTimeISO
3830
+ creator: User
3831
+ description: String
3832
+ domains: [Domain!]!
3833
+ email: String!
3834
+ id: ID!
3835
+ locale: String
3836
+ name: String!
3837
+ owner: Boolean
3838
+ reference: String
3839
+ roles: [Role!]!
3840
+ ssoId: String
3841
+ status: String!
3842
+ updatedAt: DateTimeISO
3843
+ updater: User
3844
+ userType: String
3845
+ usersAuthProviders: [UsersAuthProviders!]
3846
+ }
3847
+
3848
+ type UserList {
3849
+ items: [User!]
3850
+ total: Int
3851
+ }
3852
+
3853
+ input UserPatch {
3854
+ cuFlag: String
3855
+ description: String
3856
+ domains: [ObjectRef!]
3857
+ email: String
3858
+ id: ID
3859
+ name: String
3860
+ password: String
3861
+ roles: [ObjectRef!]
3862
+ status: String
3863
+ userType: String
3864
+ }
3865
+
3866
+ type UserRole {
3867
+ assigned: Boolean
3868
+ description: String
3869
+ id: String
3870
+ name: String
3871
+ }
3872
+
3873
+ """Entity for UsersAuthProviders"""
3874
+ type UsersAuthProviders {
3875
+ authProvider: AuthProvider
3876
+ createdAt: DateTimeISO
3877
+ domain: Domain
3878
+ id: ID!
3879
+ ssoId: String
3880
+ updatedAt: DateTimeISO
3881
+ user: User
3882
+ }
3883
+
3884
+ input i18nCompletionInput {
3885
+ json: String!
3886
+ }
3887
+
3888
+ type i18nCompletionOutput {
3889
+ message: String
3890
+ }