@operato/scene-excel 0.1.11 → 0.1.18

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