@hatiolab/things-scene 3.4.37 → 3.4.39

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