@operato/scene-table 7.0.1 → 7.3.5

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