@operato/scene-table 7.0.1 → 7.0.12

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