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