@neutron.co.id/operasional-interfaces 1.6.4 → 1.6.5-beta.2

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.
@@ -66,10 +66,14 @@ export type Application = {
66
66
  medium?: Maybe<Scalars['String']>;
67
67
  /** Application name. */
68
68
  name?: Maybe<Scalars['String']>;
69
+ /** Inversed relation from Application field of neo:catat:note model. */
70
+ notes?: Maybe<Array<CatatNote>>;
69
71
  /** Organization of this application. */
70
72
  organization?: Maybe<Organization>;
71
73
  /** Relation ID of Organization. */
72
74
  organizationId?: Maybe<Scalars['ObjectId']>;
75
+ /** Inversed relation from Application field of neo:catat:paper model. */
76
+ papers?: Maybe<Array<CatatPaper>>;
73
77
  /** When this application was restored. */
74
78
  restoredAt?: Maybe<Scalars['Date']>;
75
79
  /** Relation ID of Restored By. */
@@ -82,6 +86,8 @@ export type Application = {
82
86
  services?: Maybe<Array<Service>>;
83
87
  /** Application short handle. */
84
88
  short?: Maybe<Scalars['String']>;
89
+ /** Inversed relation from Application field of neo:catat:sketch model. */
90
+ sketches?: Maybe<Array<CatatSketch>>;
85
91
  /** Application stage. */
86
92
  stage?: Maybe<Scalars['String']>;
87
93
  /** Application status. */
@@ -117,6 +123,24 @@ export type ApplicationHostedConfigsArgs = {
117
123
  search?: InputMaybe<Scalars['String']>;
118
124
  sort?: InputMaybe<Scalars['Json']>;
119
125
  };
126
+ export type ApplicationNotesArgs = {
127
+ filter?: InputMaybe<Scalars['Json']>;
128
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
129
+ limit?: InputMaybe<Scalars['Int']>;
130
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
131
+ page?: InputMaybe<Scalars['Int']>;
132
+ search?: InputMaybe<Scalars['String']>;
133
+ sort?: InputMaybe<Scalars['Json']>;
134
+ };
135
+ export type ApplicationPapersArgs = {
136
+ filter?: InputMaybe<Scalars['Json']>;
137
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
138
+ limit?: InputMaybe<Scalars['Int']>;
139
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
140
+ page?: InputMaybe<Scalars['Int']>;
141
+ search?: InputMaybe<Scalars['String']>;
142
+ sort?: InputMaybe<Scalars['Json']>;
143
+ };
120
144
  export type ApplicationServicesArgs = {
121
145
  filter?: InputMaybe<Scalars['Json']>;
122
146
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -126,6 +150,15 @@ export type ApplicationServicesArgs = {
126
150
  search?: InputMaybe<Scalars['String']>;
127
151
  sort?: InputMaybe<Scalars['Json']>;
128
152
  };
153
+ export type ApplicationSketchesArgs = {
154
+ filter?: InputMaybe<Scalars['Json']>;
155
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
156
+ limit?: InputMaybe<Scalars['Int']>;
157
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
158
+ page?: InputMaybe<Scalars['Int']>;
159
+ search?: InputMaybe<Scalars['String']>;
160
+ sort?: InputMaybe<Scalars['Json']>;
161
+ };
129
162
  /** neo:kokpit:application collection response. */
130
163
  export type ApplicationCollectionResponse = {
131
164
  /** Response info. */
@@ -294,6 +327,8 @@ export type Branch = {
294
327
  area?: Maybe<Area>;
295
328
  /** Relation ID of Wilayah. */
296
329
  areaId?: Maybe<Scalars['ObjectId']>;
330
+ /** Inversed relation from Cabang Utama field of neu:personalia:staff model. */
331
+ branchStaffs?: Maybe<Array<Staff>>;
297
332
  /** Inversed relation from Cabang field of neu:personalia:submissionType model. */
298
333
  branchSubmissionTypes?: Maybe<Array<SubmissionType>>;
299
334
  /** Inversed relation from Cabang field of neu:personalia:submission model. */
@@ -356,8 +391,6 @@ export type Branch = {
356
391
  situationTypes?: Maybe<Array<SituationType>>;
357
392
  /** Inversed relation from Cabang field of neu:personalia:situation model. */
358
393
  situations?: Maybe<Array<Situation>>;
359
- /** Inversed relation from Cabang Utama field of neu:personalia:staff model. */
360
- staffs?: Maybe<Array<Staff>>;
361
394
  /** Ringkasan cabang. */
362
395
  summary?: Maybe<Scalars['String']>;
363
396
  /** When this cabang was last synced. */
@@ -373,7 +406,7 @@ export type Branch = {
373
406
  /** Who last updated this cabang. */
374
407
  updater?: Maybe<User>;
375
408
  };
376
- export type BranchBranchSubmissionTypesArgs = {
409
+ export type BranchBranchStaffsArgs = {
377
410
  filter?: InputMaybe<Scalars['Json']>;
378
411
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
379
412
  limit?: InputMaybe<Scalars['Int']>;
@@ -382,7 +415,7 @@ export type BranchBranchSubmissionTypesArgs = {
382
415
  search?: InputMaybe<Scalars['String']>;
383
416
  sort?: InputMaybe<Scalars['Json']>;
384
417
  };
385
- export type BranchBranchSubmissionsArgs = {
418
+ export type BranchBranchSubmissionTypesArgs = {
386
419
  filter?: InputMaybe<Scalars['Json']>;
387
420
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
388
421
  limit?: InputMaybe<Scalars['Int']>;
@@ -391,7 +424,7 @@ export type BranchBranchSubmissionsArgs = {
391
424
  search?: InputMaybe<Scalars['String']>;
392
425
  sort?: InputMaybe<Scalars['Json']>;
393
426
  };
394
- export type BranchBuildingsArgs = {
427
+ export type BranchBranchSubmissionsArgs = {
395
428
  filter?: InputMaybe<Scalars['Json']>;
396
429
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
397
430
  limit?: InputMaybe<Scalars['Int']>;
@@ -400,7 +433,7 @@ export type BranchBuildingsArgs = {
400
433
  search?: InputMaybe<Scalars['String']>;
401
434
  sort?: InputMaybe<Scalars['Json']>;
402
435
  };
403
- export type BranchPlacedStaffsArgs = {
436
+ export type BranchBuildingsArgs = {
404
437
  filter?: InputMaybe<Scalars['Json']>;
405
438
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
406
439
  limit?: InputMaybe<Scalars['Int']>;
@@ -409,7 +442,7 @@ export type BranchPlacedStaffsArgs = {
409
442
  search?: InputMaybe<Scalars['String']>;
410
443
  sort?: InputMaybe<Scalars['Json']>;
411
444
  };
412
- export type BranchRoomsArgs = {
445
+ export type BranchPlacedStaffsArgs = {
413
446
  filter?: InputMaybe<Scalars['Json']>;
414
447
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
415
448
  limit?: InputMaybe<Scalars['Int']>;
@@ -418,7 +451,7 @@ export type BranchRoomsArgs = {
418
451
  search?: InputMaybe<Scalars['String']>;
419
452
  sort?: InputMaybe<Scalars['Json']>;
420
453
  };
421
- export type BranchSituationTypesArgs = {
454
+ export type BranchRoomsArgs = {
422
455
  filter?: InputMaybe<Scalars['Json']>;
423
456
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
424
457
  limit?: InputMaybe<Scalars['Int']>;
@@ -427,7 +460,7 @@ export type BranchSituationTypesArgs = {
427
460
  search?: InputMaybe<Scalars['String']>;
428
461
  sort?: InputMaybe<Scalars['Json']>;
429
462
  };
430
- export type BranchSituationsArgs = {
463
+ export type BranchSituationTypesArgs = {
431
464
  filter?: InputMaybe<Scalars['Json']>;
432
465
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
433
466
  limit?: InputMaybe<Scalars['Int']>;
@@ -436,7 +469,7 @@ export type BranchSituationsArgs = {
436
469
  search?: InputMaybe<Scalars['String']>;
437
470
  sort?: InputMaybe<Scalars['Json']>;
438
471
  };
439
- export type BranchStaffsArgs = {
472
+ export type BranchSituationsArgs = {
440
473
  filter?: InputMaybe<Scalars['Json']>;
441
474
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
442
475
  limit?: InputMaybe<Scalars['Int']>;
@@ -744,171 +777,163 @@ export type BuildingSingleResponse = {
744
777
  /** Single neu:tempat:building item. */
745
778
  item?: Maybe<Building>;
746
779
  };
747
- export type CheckIn = {
748
- /** Bangunan tempat presensi. */
749
- building?: Maybe<Building>;
750
- /** Relation ID of Bangunan. */
751
- buildingId?: Maybe<Scalars['ObjectId']>;
752
- /** Kapan keluar masuk terjadi. */
753
- checkInAt?: Maybe<Scalars['Date']>;
754
- /** When this keluar masuk was created. */
780
+ export type CatatNote = {
781
+ /** Application where this note created. */
782
+ application?: Maybe<Application>;
783
+ /** Relation ID of Application. */
784
+ applicationId?: Maybe<Scalars['ObjectId']>;
785
+ /** When this note was created. */
755
786
  createdAt?: Maybe<Scalars['Date']>;
756
787
  /** Relation ID of Created By. */
757
788
  createdBy?: Maybe<Scalars['ObjectId']>;
758
- /** Who created this keluar masuk. */
789
+ /** Who created this note. */
759
790
  creator?: Maybe<User>;
760
- /** When this keluar masuk was deleted. */
791
+ /** Note data. */
792
+ data?: Maybe<Scalars['Json']>;
793
+ /** When this note was deleted. */
761
794
  deletedAt?: Maybe<Scalars['Date']>;
762
795
  /** Relation ID of Deleted By. */
763
796
  deletedBy?: Maybe<Scalars['ObjectId']>;
764
- /** Who deleted this keluar masuk. */
797
+ /** Who deleted this note. */
765
798
  deleter?: Maybe<User>;
766
- /** Keluar Masuk */
799
+ /** Note description. */
800
+ description?: Maybe<Scalars['String']>;
801
+ /** Note */
767
802
  display?: Maybe<Scalars['String']>;
768
- /** Keluar Masuk */
803
+ /** Note */
769
804
  flag?: Maybe<Scalars['String']>;
770
805
  /** Object ID. */
771
806
  id?: Maybe<Scalars['ID']>;
772
- /** Informasi keluar masuk. */
773
- informationCheckIn?: Maybe<Scalars['String']>;
774
- /** Catatan tambahan terkait presensi ini. */
775
- note?: Maybe<Scalars['String']>;
776
- /** When this keluar masuk was restored. */
807
+ /** Note name. */
808
+ name?: Maybe<Scalars['String']>;
809
+ /** Object of this note. */
810
+ object?: Maybe<Scalars['String']>;
811
+ /** When this note was restored. */
777
812
  restoredAt?: Maybe<Scalars['Date']>;
778
813
  /** Relation ID of Restored By. */
779
814
  restoredBy?: Maybe<Scalars['ObjectId']>;
780
- /** Who last restored this keluar masuk. */
815
+ /** Who last restored this note. */
781
816
  restorer?: Maybe<User>;
782
- /** Karyawan yang hadir. */
783
- staff?: Maybe<Staff>;
784
- /** Relation ID of Karyawan. */
785
- staffId?: Maybe<Scalars['ObjectId']>;
786
- /** Relation ID of Siswa. */
787
- studentId?: Maybe<Scalars['ObjectId']>;
788
- /** When this keluar masuk was last synced. */
817
+ /** When this note was last synced. */
789
818
  syncedAt?: Maybe<Scalars['Date']>;
790
- /** Relation ID of Pengajar. */
791
- teacherId?: Maybe<Scalars['ObjectId']>;
792
- /** Tipe keluar masuk. */
793
- type?: Maybe<Scalars['String']>;
794
- /** Internal type of this keluar masuk. */
819
+ /** Internal type of this note. */
795
820
  type__?: Maybe<Scalars['String']>;
796
- /** When this keluar masuk was last updated. */
821
+ /** When this note was last updated. */
797
822
  updatedAt?: Maybe<Scalars['Date']>;
798
823
  /** Relation ID of Updated By. */
799
824
  updatedBy?: Maybe<Scalars['ObjectId']>;
800
- /** Who last updated this keluar masuk. */
825
+ /** Who last updated this note. */
801
826
  updater?: Maybe<User>;
802
- /** Akun Identitas pengguna. */
803
- user?: Maybe<User>;
804
- /** Relation ID of Pengguna. */
805
- userId?: Maybe<Scalars['ObjectId']>;
806
827
  };
807
- /** neu:tempat:checkIn collection response. */
808
- export type CheckInCollectionResponse = {
828
+ /** neo:catat:note collection response. */
829
+ export type CatatNoteCollectionResponse = {
809
830
  /** Response info. */
810
831
  info?: Maybe<Info>;
811
- /** Collection of neu:tempat:checkIn items. */
812
- items?: Maybe<Array<CheckIn>>;
832
+ /** Collection of neo:catat:note items. */
833
+ items?: Maybe<Array<CatatNote>>;
813
834
  };
814
- export type CheckInInput = {
815
- /** Relation ID of Bangunan. */
816
- buildingId?: InputMaybe<Scalars['ObjectId']>;
817
- /** Kapan keluar masuk terjadi. */
818
- checkInAt?: InputMaybe<Scalars['Date']>;
819
- /** When this keluar masuk was created. */
835
+ export type CatatNoteInput = {
836
+ /** Relation ID of Application. */
837
+ applicationId?: InputMaybe<Scalars['ObjectId']>;
838
+ /** When this note was created. */
820
839
  createdAt?: InputMaybe<Scalars['Date']>;
821
840
  /** Relation ID of Created By. */
822
841
  createdBy?: InputMaybe<Scalars['ObjectId']>;
823
- /** When this keluar masuk was deleted. */
842
+ /** Note data. */
843
+ data?: InputMaybe<Scalars['Any']>;
844
+ /** When this note was deleted. */
824
845
  deletedAt?: InputMaybe<Scalars['Date']>;
825
846
  /** Relation ID of Deleted By. */
826
847
  deletedBy?: InputMaybe<Scalars['ObjectId']>;
827
- /** Keluar Masuk */
848
+ /** Note description. */
849
+ description?: InputMaybe<Scalars['String']>;
850
+ /** Note */
828
851
  display?: InputMaybe<Scalars['String']>;
829
- /** Keluar Masuk */
852
+ /** Note */
830
853
  flag?: InputMaybe<Scalars['String']>;
831
- /** Informasi keluar masuk. */
832
- informationCheckIn?: InputMaybe<Scalars['String']>;
833
- /** Catatan tambahan terkait presensi ini. */
834
- note?: InputMaybe<Scalars['String']>;
835
- /** When this keluar masuk was restored. */
854
+ /** Note name. */
855
+ name?: InputMaybe<Scalars['String']>;
856
+ /** Object of this note. */
857
+ object?: InputMaybe<Scalars['String']>;
858
+ /** When this note was restored. */
836
859
  restoredAt?: InputMaybe<Scalars['Date']>;
837
860
  /** Relation ID of Restored By. */
838
861
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
839
- /** Relation ID of Karyawan. */
840
- staffId?: InputMaybe<Scalars['ObjectId']>;
841
- /** Relation ID of Siswa. */
842
- studentId?: InputMaybe<Scalars['ObjectId']>;
843
- /** When this keluar masuk was last synced. */
862
+ /** When this note was last synced. */
844
863
  syncedAt?: InputMaybe<Scalars['Date']>;
845
- /** Relation ID of Pengajar. */
846
- teacherId?: InputMaybe<Scalars['ObjectId']>;
847
- /** Tipe keluar masuk. */
848
- type?: InputMaybe<Scalars['String']>;
849
- /** Internal type of this keluar masuk. */
864
+ /** Internal type of this note. */
850
865
  type__?: InputMaybe<Scalars['String']>;
851
- /** When this keluar masuk was last updated. */
866
+ /** When this note was last updated. */
852
867
  updatedAt?: InputMaybe<Scalars['Date']>;
853
868
  /** Relation ID of Updated By. */
854
869
  updatedBy?: InputMaybe<Scalars['ObjectId']>;
855
- /** Relation ID of Pengguna. */
856
- userId?: InputMaybe<Scalars['ObjectId']>;
857
870
  };
858
- /** Single neu:tempat:checkIn response. */
859
- export type CheckInSingleResponse = {
871
+ /** Single neo:catat:note response. */
872
+ export type CatatNoteSingleResponse = {
860
873
  /** Response info. */
861
874
  info?: Maybe<Info>;
862
- /** Single neu:tempat:checkIn item. */
863
- item?: Maybe<CheckIn>;
875
+ /** Single neo:catat:note item. */
876
+ item?: Maybe<CatatNote>;
864
877
  };
865
- export type City = {
866
- /** Inversed relation from Kota/Kabupaten field of neu:tempat:branch model. */
867
- branches?: Maybe<Array<Branch>>;
868
- /** When this city was created. */
878
+ export type CatatPaper = {
879
+ /** Application where this paper created. */
880
+ application?: Maybe<Application>;
881
+ /** Relation ID of Application. */
882
+ applicationId?: Maybe<Scalars['ObjectId']>;
883
+ /** When this paper was created. */
869
884
  createdAt?: Maybe<Scalars['Date']>;
870
885
  /** Relation ID of Created By. */
871
886
  createdBy?: Maybe<Scalars['ObjectId']>;
872
- /** Who created this city. */
887
+ /** Who created this paper. */
873
888
  creator?: Maybe<User>;
874
- /** When this city was deleted. */
889
+ /** When this paper was deleted. */
875
890
  deletedAt?: Maybe<Scalars['Date']>;
876
891
  /** Relation ID of Deleted By. */
877
892
  deletedBy?: Maybe<Scalars['ObjectId']>;
878
- /** Who deleted this city. */
893
+ /** Who deleted this paper. */
879
894
  deleter?: Maybe<User>;
880
- /** City */
895
+ /** Paper description. */
896
+ description?: Maybe<Scalars['String']>;
897
+ /** Inversed relation from Paper field of neo:catat:paperDiff model. */
898
+ diffs?: Maybe<Array<CatatPaperDiff>>;
899
+ /** Paper */
881
900
  display?: Maybe<Scalars['String']>;
882
- /** City */
901
+ /** Paper */
883
902
  flag?: Maybe<Scalars['String']>;
884
903
  /** Object ID. */
885
904
  id?: Maybe<Scalars['ID']>;
886
- /** City name. */
905
+ /** Paper name. */
887
906
  name?: Maybe<Scalars['String']>;
888
- /** Province of this city. */
889
- province?: Maybe<Province>;
890
- /** Relation ID of Province. */
891
- provinceId?: Maybe<Scalars['ObjectId']>;
892
- /** Region code of this city. */
893
- regionCode?: Maybe<Scalars['String']>;
894
- /** When this city was restored. */
907
+ /** Note. */
908
+ note?: Maybe<Scalars['Json']>;
909
+ /** Object of this paper. */
910
+ object?: Maybe<Scalars['String']>;
911
+ /** Inversed relation from Paper field of neo:catat:paperRecord model. */
912
+ records?: Maybe<Array<CatatPaperRecord>>;
913
+ /** When this paper was restored. */
895
914
  restoredAt?: Maybe<Scalars['Date']>;
896
915
  /** Relation ID of Restored By. */
897
916
  restoredBy?: Maybe<Scalars['ObjectId']>;
898
- /** Who last restored this city. */
917
+ /** Who last restored this paper. */
899
918
  restorer?: Maybe<User>;
900
- /** When this city was last synced. */
919
+ /** Sketch. */
920
+ sketch?: Maybe<Scalars['Json']>;
921
+ /** Paper snapshot. */
922
+ snapshot?: Maybe<Scalars['Json']>;
923
+ /** When this paper was last synced. */
901
924
  syncedAt?: Maybe<Scalars['Date']>;
902
- /** Internal type of this city. */
925
+ /** Internal type of this paper. */
903
926
  type__?: Maybe<Scalars['String']>;
904
- /** When this city was last updated. */
927
+ /** When this paper was last updated. */
905
928
  updatedAt?: Maybe<Scalars['Date']>;
906
929
  /** Relation ID of Updated By. */
907
930
  updatedBy?: Maybe<Scalars['ObjectId']>;
908
- /** Who last updated this city. */
931
+ /** Who last updated this paper. */
909
932
  updater?: Maybe<User>;
933
+ /** Use pages. */
934
+ usePages?: Maybe<Scalars['Boolean']>;
910
935
  };
911
- export type CityBranchesArgs = {
936
+ export type CatatPaperDiffsArgs = {
912
937
  filter?: InputMaybe<Scalars['Json']>;
913
938
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
914
939
  limit?: InputMaybe<Scalars['Int']>;
@@ -917,98 +942,848 @@ export type CityBranchesArgs = {
917
942
  search?: InputMaybe<Scalars['String']>;
918
943
  sort?: InputMaybe<Scalars['Json']>;
919
944
  };
920
- /** neo:tempat:city collection response. */
921
- export type CityCollectionResponse = {
945
+ export type CatatPaperRecordsArgs = {
946
+ filter?: InputMaybe<Scalars['Json']>;
947
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
948
+ limit?: InputMaybe<Scalars['Int']>;
949
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
950
+ page?: InputMaybe<Scalars['Int']>;
951
+ search?: InputMaybe<Scalars['String']>;
952
+ sort?: InputMaybe<Scalars['Json']>;
953
+ };
954
+ /** neo:catat:paper collection response. */
955
+ export type CatatPaperCollectionResponse = {
922
956
  /** Response info. */
923
957
  info?: Maybe<Info>;
924
- /** Collection of neo:tempat:city items. */
925
- items?: Maybe<Array<City>>;
958
+ /** Collection of neo:catat:paper items. */
959
+ items?: Maybe<Array<CatatPaper>>;
926
960
  };
927
- export type CityInput = {
928
- /** When this city was created. */
961
+ export type CatatPaperDiff = {
962
+ /** Added diff. */
963
+ added?: Maybe<Scalars['Json']>;
964
+ /** When this paper diff was created. */
965
+ createdAt?: Maybe<Scalars['Date']>;
966
+ /** Relation ID of Created By. */
967
+ createdBy?: Maybe<Scalars['ObjectId']>;
968
+ /** Who created this paper diff. */
969
+ creator?: Maybe<User>;
970
+ /** When this paper diff was deleted. */
971
+ deletedAt?: Maybe<Scalars['Date']>;
972
+ /** Relation ID of Deleted By. */
973
+ deletedBy?: Maybe<Scalars['ObjectId']>;
974
+ /** Who deleted this paper diff. */
975
+ deleter?: Maybe<User>;
976
+ /** Paper Diff */
977
+ display?: Maybe<Scalars['String']>;
978
+ /** Paper Diff */
979
+ flag?: Maybe<Scalars['String']>;
980
+ /** Object ID. */
981
+ id?: Maybe<Scalars['ID']>;
982
+ /** Paper where this diff created. */
983
+ paper?: Maybe<CatatPaper>;
984
+ /** Relation ID of Paper. */
985
+ paperId?: Maybe<Scalars['ObjectId']>;
986
+ /** Removed diff. */
987
+ removed?: Maybe<Scalars['Json']>;
988
+ /** When this paper diff was restored. */
989
+ restoredAt?: Maybe<Scalars['Date']>;
990
+ /** Relation ID of Restored By. */
991
+ restoredBy?: Maybe<Scalars['ObjectId']>;
992
+ /** Who last restored this paper diff. */
993
+ restorer?: Maybe<User>;
994
+ /** When this paper diff was last synced. */
995
+ syncedAt?: Maybe<Scalars['Date']>;
996
+ /** Internal type of this paper diff. */
997
+ type__?: Maybe<Scalars['String']>;
998
+ /** Updated diff. */
999
+ updated?: Maybe<Scalars['Json']>;
1000
+ /** When this paper diff was last updated. */
1001
+ updatedAt?: Maybe<Scalars['Date']>;
1002
+ /** Relation ID of Updated By. */
1003
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1004
+ /** Who last updated this paper diff. */
1005
+ updater?: Maybe<User>;
1006
+ };
1007
+ /** neo:catat:paperDiff collection response. */
1008
+ export type CatatPaperDiffCollectionResponse = {
1009
+ /** Response info. */
1010
+ info?: Maybe<Info>;
1011
+ /** Collection of neo:catat:paperDiff items. */
1012
+ items?: Maybe<Array<CatatPaperDiff>>;
1013
+ };
1014
+ export type CatatPaperDiffInput = {
1015
+ /** Added diff. */
1016
+ added?: InputMaybe<Scalars['Any']>;
1017
+ /** When this paper diff was created. */
929
1018
  createdAt?: InputMaybe<Scalars['Date']>;
930
1019
  /** Relation ID of Created By. */
931
1020
  createdBy?: InputMaybe<Scalars['ObjectId']>;
932
- /** When this city was deleted. */
1021
+ /** When this paper diff was deleted. */
933
1022
  deletedAt?: InputMaybe<Scalars['Date']>;
934
1023
  /** Relation ID of Deleted By. */
935
1024
  deletedBy?: InputMaybe<Scalars['ObjectId']>;
936
- /** City */
1025
+ /** Paper Diff */
937
1026
  display?: InputMaybe<Scalars['String']>;
938
- /** City */
1027
+ /** Paper Diff */
939
1028
  flag?: InputMaybe<Scalars['String']>;
940
- /** City name. */
941
- name?: InputMaybe<Scalars['String']>;
942
- /** Relation ID of Province. */
943
- provinceId?: InputMaybe<Scalars['ObjectId']>;
944
- /** Region code of this city. */
945
- regionCode?: InputMaybe<Scalars['String']>;
946
- /** When this city was restored. */
1029
+ /** Relation ID of Paper. */
1030
+ paperId?: InputMaybe<Scalars['ObjectId']>;
1031
+ /** Removed diff. */
1032
+ removed?: InputMaybe<Scalars['Any']>;
1033
+ /** When this paper diff was restored. */
947
1034
  restoredAt?: InputMaybe<Scalars['Date']>;
948
1035
  /** Relation ID of Restored By. */
949
1036
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
950
- /** When this city was last synced. */
1037
+ /** When this paper diff was last synced. */
951
1038
  syncedAt?: InputMaybe<Scalars['Date']>;
952
- /** Internal type of this city. */
1039
+ /** Internal type of this paper diff. */
953
1040
  type__?: InputMaybe<Scalars['String']>;
954
- /** When this city was last updated. */
1041
+ /** Updated diff. */
1042
+ updated?: InputMaybe<Scalars['Any']>;
1043
+ /** When this paper diff was last updated. */
955
1044
  updatedAt?: InputMaybe<Scalars['Date']>;
956
1045
  /** Relation ID of Updated By. */
957
1046
  updatedBy?: InputMaybe<Scalars['ObjectId']>;
958
1047
  };
959
- /** Single neo:tempat:city response. */
960
- export type CitySingleResponse = {
1048
+ /** Single neo:catat:paperDiff response. */
1049
+ export type CatatPaperDiffSingleResponse = {
961
1050
  /** Response info. */
962
1051
  info?: Maybe<Info>;
963
- /** Single neo:tempat:city item. */
964
- item?: Maybe<City>;
1052
+ /** Single neo:catat:paperDiff item. */
1053
+ item?: Maybe<CatatPaperDiff>;
965
1054
  };
966
- export type Config = {
967
- /** Related application. */
968
- application?: Maybe<Application>;
1055
+ export type CatatPaperInput = {
969
1056
  /** Relation ID of Application. */
970
- applicationId?: Maybe<Scalars['ObjectId']>;
971
- /** When this config was created. */
1057
+ applicationId?: InputMaybe<Scalars['ObjectId']>;
1058
+ /** When this paper was created. */
1059
+ createdAt?: InputMaybe<Scalars['Date']>;
1060
+ /** Relation ID of Created By. */
1061
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1062
+ /** When this paper was deleted. */
1063
+ deletedAt?: InputMaybe<Scalars['Date']>;
1064
+ /** Relation ID of Deleted By. */
1065
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1066
+ /** Paper description. */
1067
+ description?: InputMaybe<Scalars['String']>;
1068
+ /** Paper */
1069
+ display?: InputMaybe<Scalars['String']>;
1070
+ /** Paper */
1071
+ flag?: InputMaybe<Scalars['String']>;
1072
+ /** Paper name. */
1073
+ name?: InputMaybe<Scalars['String']>;
1074
+ /** Note. */
1075
+ note?: InputMaybe<Scalars['Any']>;
1076
+ /** Object of this paper. */
1077
+ object?: InputMaybe<Scalars['String']>;
1078
+ /** When this paper was restored. */
1079
+ restoredAt?: InputMaybe<Scalars['Date']>;
1080
+ /** Relation ID of Restored By. */
1081
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1082
+ /** Sketch. */
1083
+ sketch?: InputMaybe<Scalars['Any']>;
1084
+ /** Paper snapshot. */
1085
+ snapshot?: InputMaybe<Scalars['Any']>;
1086
+ /** When this paper was last synced. */
1087
+ syncedAt?: InputMaybe<Scalars['Date']>;
1088
+ /** Internal type of this paper. */
1089
+ type__?: InputMaybe<Scalars['String']>;
1090
+ /** When this paper was last updated. */
1091
+ updatedAt?: InputMaybe<Scalars['Date']>;
1092
+ /** Relation ID of Updated By. */
1093
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1094
+ /** Use pages. */
1095
+ usePages?: InputMaybe<Scalars['Boolean']>;
1096
+ };
1097
+ export type CatatPaperRecord = {
1098
+ /** When this paper record was created. */
972
1099
  createdAt?: Maybe<Scalars['Date']>;
973
1100
  /** Relation ID of Created By. */
974
1101
  createdBy?: Maybe<Scalars['ObjectId']>;
975
- /** Who created this config. */
1102
+ /** Who created this paper record. */
976
1103
  creator?: Maybe<User>;
977
- /** Data of this configuration. */
1104
+ /** Record data. */
978
1105
  data?: Maybe<Scalars['Json']>;
979
- /** When this config was deleted. */
1106
+ /** When this paper record was deleted. */
980
1107
  deletedAt?: Maybe<Scalars['Date']>;
981
1108
  /** Relation ID of Deleted By. */
982
1109
  deletedBy?: Maybe<Scalars['ObjectId']>;
983
- /** Who deleted this config. */
1110
+ /** Who deleted this paper record. */
984
1111
  deleter?: Maybe<User>;
985
- /** Config description. */
986
- description?: Maybe<Scalars['String']>;
987
- /** Config */
1112
+ /** Paper Record */
988
1113
  display?: Maybe<Scalars['String']>;
989
- /** Config */
1114
+ /** Paper Record */
990
1115
  flag?: Maybe<Scalars['String']>;
991
- /** Application that hosts this config. */
992
- host?: Maybe<Application>;
993
- /** Relation ID of Host. */
994
- hostId?: Maybe<Scalars['ObjectId']>;
995
1116
  /** Object ID. */
996
1117
  id?: Maybe<Scalars['ID']>;
997
- /** Config name. */
998
- name?: Maybe<Scalars['String']>;
999
- /** Related organization. */
1000
- organization?: Maybe<Organization>;
1001
- /** Relation ID of Organization. */
1002
- organizationId?: Maybe<Scalars['ObjectId']>;
1003
- /** When this config was restored. */
1118
+ /** Key of this record. */
1119
+ key?: Maybe<Scalars['String']>;
1120
+ /** Paper where this record created. */
1121
+ paper?: Maybe<CatatPaper>;
1122
+ /** Relation ID of Paper. */
1123
+ paperId?: Maybe<Scalars['ObjectId']>;
1124
+ /** When this paper record was restored. */
1004
1125
  restoredAt?: Maybe<Scalars['Date']>;
1005
1126
  /** Relation ID of Restored By. */
1006
1127
  restoredBy?: Maybe<Scalars['ObjectId']>;
1007
- /** Who last restored this config. */
1128
+ /** Who last restored this paper record. */
1008
1129
  restorer?: Maybe<User>;
1009
- /** Config scope. */
1010
- scope?: Maybe<Scalars['String']>;
1011
- /** Related service. */
1130
+ /** When this paper record was last synced. */
1131
+ syncedAt?: Maybe<Scalars['Date']>;
1132
+ /** Type of this record. */
1133
+ type?: Maybe<Scalars['String']>;
1134
+ /** Type name of this record. */
1135
+ typeName?: Maybe<Scalars['String']>;
1136
+ /** Internal type of this paper record. */
1137
+ type__?: Maybe<Scalars['String']>;
1138
+ /** When this paper record was last updated. */
1139
+ updatedAt?: Maybe<Scalars['Date']>;
1140
+ /** Relation ID of Updated By. */
1141
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1142
+ /** Who last updated this paper record. */
1143
+ updater?: Maybe<User>;
1144
+ };
1145
+ /** neo:catat:paperRecord collection response. */
1146
+ export type CatatPaperRecordCollectionResponse = {
1147
+ /** Response info. */
1148
+ info?: Maybe<Info>;
1149
+ /** Collection of neo:catat:paperRecord items. */
1150
+ items?: Maybe<Array<CatatPaperRecord>>;
1151
+ };
1152
+ export type CatatPaperRecordInput = {
1153
+ /** When this paper record was created. */
1154
+ createdAt?: InputMaybe<Scalars['Date']>;
1155
+ /** Relation ID of Created By. */
1156
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1157
+ /** Record data. */
1158
+ data?: InputMaybe<Scalars['Any']>;
1159
+ /** When this paper record was deleted. */
1160
+ deletedAt?: InputMaybe<Scalars['Date']>;
1161
+ /** Relation ID of Deleted By. */
1162
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1163
+ /** Paper Record */
1164
+ display?: InputMaybe<Scalars['String']>;
1165
+ /** Paper Record */
1166
+ flag?: InputMaybe<Scalars['String']>;
1167
+ /** Key of this record. */
1168
+ key?: InputMaybe<Scalars['String']>;
1169
+ /** Relation ID of Paper. */
1170
+ paperId?: InputMaybe<Scalars['ObjectId']>;
1171
+ /** When this paper record was restored. */
1172
+ restoredAt?: InputMaybe<Scalars['Date']>;
1173
+ /** Relation ID of Restored By. */
1174
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1175
+ /** When this paper record was last synced. */
1176
+ syncedAt?: InputMaybe<Scalars['Date']>;
1177
+ /** Type of this record. */
1178
+ type?: InputMaybe<Scalars['String']>;
1179
+ /** Type name of this record. */
1180
+ typeName?: InputMaybe<Scalars['String']>;
1181
+ /** Internal type of this paper record. */
1182
+ type__?: InputMaybe<Scalars['String']>;
1183
+ /** When this paper record was last updated. */
1184
+ updatedAt?: InputMaybe<Scalars['Date']>;
1185
+ /** Relation ID of Updated By. */
1186
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1187
+ };
1188
+ /** Single neo:catat:paperRecord response. */
1189
+ export type CatatPaperRecordSingleResponse = {
1190
+ /** Response info. */
1191
+ info?: Maybe<Info>;
1192
+ /** Single neo:catat:paperRecord item. */
1193
+ item?: Maybe<CatatPaperRecord>;
1194
+ };
1195
+ /** Single neo:catat:paper response. */
1196
+ export type CatatPaperSingleResponse = {
1197
+ /** Response info. */
1198
+ info?: Maybe<Info>;
1199
+ /** Single neo:catat:paper item. */
1200
+ item?: Maybe<CatatPaper>;
1201
+ };
1202
+ export type CatatSketch = {
1203
+ /** Application where this sketch created. */
1204
+ application?: Maybe<Application>;
1205
+ /** Relation ID of Application. */
1206
+ applicationId?: Maybe<Scalars['ObjectId']>;
1207
+ /** When this sketch was created. */
1208
+ createdAt?: Maybe<Scalars['Date']>;
1209
+ /** Relation ID of Created By. */
1210
+ createdBy?: Maybe<Scalars['ObjectId']>;
1211
+ /** Who created this sketch. */
1212
+ creator?: Maybe<User>;
1213
+ /** Sketch data. */
1214
+ data?: Maybe<Scalars['Json']>;
1215
+ /** When this sketch was deleted. */
1216
+ deletedAt?: Maybe<Scalars['Date']>;
1217
+ /** Relation ID of Deleted By. */
1218
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1219
+ /** Who deleted this sketch. */
1220
+ deleter?: Maybe<User>;
1221
+ /** Sketch description. */
1222
+ description?: Maybe<Scalars['String']>;
1223
+ /** Inversed relation from Sketch field of neo:catat:sketchDiff model. */
1224
+ diffs?: Maybe<Array<CatatSketchDiff>>;
1225
+ /** Sketch */
1226
+ display?: Maybe<Scalars['String']>;
1227
+ /** Sketch */
1228
+ flag?: Maybe<Scalars['String']>;
1229
+ /** Object ID. */
1230
+ id?: Maybe<Scalars['ID']>;
1231
+ /** Sketch name. */
1232
+ name?: Maybe<Scalars['String']>;
1233
+ /** Object of this sketch. */
1234
+ object?: Maybe<Scalars['String']>;
1235
+ /** Inversed relation from Sketch field of neo:catat:sketchRecord model. */
1236
+ records?: Maybe<Array<CatatSketchRecord>>;
1237
+ /** When this sketch was restored. */
1238
+ restoredAt?: Maybe<Scalars['Date']>;
1239
+ /** Relation ID of Restored By. */
1240
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1241
+ /** Who last restored this sketch. */
1242
+ restorer?: Maybe<User>;
1243
+ /** Sketch snapshot. */
1244
+ snapshot?: Maybe<Scalars['Json']>;
1245
+ /** When this sketch was last synced. */
1246
+ syncedAt?: Maybe<Scalars['Date']>;
1247
+ /** Internal type of this sketch. */
1248
+ type__?: Maybe<Scalars['String']>;
1249
+ /** When this sketch was last updated. */
1250
+ updatedAt?: Maybe<Scalars['Date']>;
1251
+ /** Relation ID of Updated By. */
1252
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1253
+ /** Who last updated this sketch. */
1254
+ updater?: Maybe<User>;
1255
+ /** Use pages. */
1256
+ usePages?: Maybe<Scalars['Boolean']>;
1257
+ };
1258
+ export type CatatSketchDiffsArgs = {
1259
+ filter?: InputMaybe<Scalars['Json']>;
1260
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
1261
+ limit?: InputMaybe<Scalars['Int']>;
1262
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
1263
+ page?: InputMaybe<Scalars['Int']>;
1264
+ search?: InputMaybe<Scalars['String']>;
1265
+ sort?: InputMaybe<Scalars['Json']>;
1266
+ };
1267
+ export type CatatSketchRecordsArgs = {
1268
+ filter?: InputMaybe<Scalars['Json']>;
1269
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
1270
+ limit?: InputMaybe<Scalars['Int']>;
1271
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
1272
+ page?: InputMaybe<Scalars['Int']>;
1273
+ search?: InputMaybe<Scalars['String']>;
1274
+ sort?: InputMaybe<Scalars['Json']>;
1275
+ };
1276
+ /** neo:catat:sketch collection response. */
1277
+ export type CatatSketchCollectionResponse = {
1278
+ /** Response info. */
1279
+ info?: Maybe<Info>;
1280
+ /** Collection of neo:catat:sketch items. */
1281
+ items?: Maybe<Array<CatatSketch>>;
1282
+ };
1283
+ export type CatatSketchDiff = {
1284
+ /** Added diff. */
1285
+ added?: Maybe<Scalars['Json']>;
1286
+ /** When this sketch diff was created. */
1287
+ createdAt?: Maybe<Scalars['Date']>;
1288
+ /** Relation ID of Created By. */
1289
+ createdBy?: Maybe<Scalars['ObjectId']>;
1290
+ /** Who created this sketch diff. */
1291
+ creator?: Maybe<User>;
1292
+ /** When this sketch diff was deleted. */
1293
+ deletedAt?: Maybe<Scalars['Date']>;
1294
+ /** Relation ID of Deleted By. */
1295
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1296
+ /** Who deleted this sketch diff. */
1297
+ deleter?: Maybe<User>;
1298
+ /** Sketch Diff */
1299
+ display?: Maybe<Scalars['String']>;
1300
+ /** Sketch Diff */
1301
+ flag?: Maybe<Scalars['String']>;
1302
+ /** Object ID. */
1303
+ id?: Maybe<Scalars['ID']>;
1304
+ /** Removed diff. */
1305
+ removed?: Maybe<Scalars['Json']>;
1306
+ /** When this sketch diff was restored. */
1307
+ restoredAt?: Maybe<Scalars['Date']>;
1308
+ /** Relation ID of Restored By. */
1309
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1310
+ /** Who last restored this sketch diff. */
1311
+ restorer?: Maybe<User>;
1312
+ /** Sketch where this diff created. */
1313
+ sketch?: Maybe<CatatSketch>;
1314
+ /** Relation ID of Sketch. */
1315
+ sketchId?: Maybe<Scalars['ObjectId']>;
1316
+ /** When this sketch diff was last synced. */
1317
+ syncedAt?: Maybe<Scalars['Date']>;
1318
+ /** Internal type of this sketch diff. */
1319
+ type__?: Maybe<Scalars['String']>;
1320
+ /** Updated diff. */
1321
+ updated?: Maybe<Scalars['Json']>;
1322
+ /** When this sketch diff was last updated. */
1323
+ updatedAt?: Maybe<Scalars['Date']>;
1324
+ /** Relation ID of Updated By. */
1325
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1326
+ /** Who last updated this sketch diff. */
1327
+ updater?: Maybe<User>;
1328
+ };
1329
+ /** neo:catat:sketchDiff collection response. */
1330
+ export type CatatSketchDiffCollectionResponse = {
1331
+ /** Response info. */
1332
+ info?: Maybe<Info>;
1333
+ /** Collection of neo:catat:sketchDiff items. */
1334
+ items?: Maybe<Array<CatatSketchDiff>>;
1335
+ };
1336
+ export type CatatSketchDiffInput = {
1337
+ /** Added diff. */
1338
+ added?: InputMaybe<Scalars['Any']>;
1339
+ /** When this sketch diff was created. */
1340
+ createdAt?: InputMaybe<Scalars['Date']>;
1341
+ /** Relation ID of Created By. */
1342
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1343
+ /** When this sketch diff was deleted. */
1344
+ deletedAt?: InputMaybe<Scalars['Date']>;
1345
+ /** Relation ID of Deleted By. */
1346
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1347
+ /** Sketch Diff */
1348
+ display?: InputMaybe<Scalars['String']>;
1349
+ /** Sketch Diff */
1350
+ flag?: InputMaybe<Scalars['String']>;
1351
+ /** Removed diff. */
1352
+ removed?: InputMaybe<Scalars['Any']>;
1353
+ /** When this sketch diff was restored. */
1354
+ restoredAt?: InputMaybe<Scalars['Date']>;
1355
+ /** Relation ID of Restored By. */
1356
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1357
+ /** Relation ID of Sketch. */
1358
+ sketchId?: InputMaybe<Scalars['ObjectId']>;
1359
+ /** When this sketch diff was last synced. */
1360
+ syncedAt?: InputMaybe<Scalars['Date']>;
1361
+ /** Internal type of this sketch diff. */
1362
+ type__?: InputMaybe<Scalars['String']>;
1363
+ /** Updated diff. */
1364
+ updated?: InputMaybe<Scalars['Any']>;
1365
+ /** When this sketch diff was last updated. */
1366
+ updatedAt?: InputMaybe<Scalars['Date']>;
1367
+ /** Relation ID of Updated By. */
1368
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1369
+ };
1370
+ /** Single neo:catat:sketchDiff response. */
1371
+ export type CatatSketchDiffSingleResponse = {
1372
+ /** Response info. */
1373
+ info?: Maybe<Info>;
1374
+ /** Single neo:catat:sketchDiff item. */
1375
+ item?: Maybe<CatatSketchDiff>;
1376
+ };
1377
+ export type CatatSketchInput = {
1378
+ /** Relation ID of Application. */
1379
+ applicationId?: InputMaybe<Scalars['ObjectId']>;
1380
+ /** When this sketch was created. */
1381
+ createdAt?: InputMaybe<Scalars['Date']>;
1382
+ /** Relation ID of Created By. */
1383
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1384
+ /** Sketch data. */
1385
+ data?: InputMaybe<Scalars['Any']>;
1386
+ /** When this sketch was deleted. */
1387
+ deletedAt?: InputMaybe<Scalars['Date']>;
1388
+ /** Relation ID of Deleted By. */
1389
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1390
+ /** Sketch description. */
1391
+ description?: InputMaybe<Scalars['String']>;
1392
+ /** Sketch */
1393
+ display?: InputMaybe<Scalars['String']>;
1394
+ /** Sketch */
1395
+ flag?: InputMaybe<Scalars['String']>;
1396
+ /** Sketch name. */
1397
+ name?: InputMaybe<Scalars['String']>;
1398
+ /** Object of this sketch. */
1399
+ object?: InputMaybe<Scalars['String']>;
1400
+ /** When this sketch was restored. */
1401
+ restoredAt?: InputMaybe<Scalars['Date']>;
1402
+ /** Relation ID of Restored By. */
1403
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1404
+ /** Sketch snapshot. */
1405
+ snapshot?: InputMaybe<Scalars['Any']>;
1406
+ /** When this sketch was last synced. */
1407
+ syncedAt?: InputMaybe<Scalars['Date']>;
1408
+ /** Internal type of this sketch. */
1409
+ type__?: InputMaybe<Scalars['String']>;
1410
+ /** When this sketch was last updated. */
1411
+ updatedAt?: InputMaybe<Scalars['Date']>;
1412
+ /** Relation ID of Updated By. */
1413
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1414
+ /** Use pages. */
1415
+ usePages?: InputMaybe<Scalars['Boolean']>;
1416
+ };
1417
+ export type CatatSketchRecord = {
1418
+ /** When this sketch record was created. */
1419
+ createdAt?: Maybe<Scalars['Date']>;
1420
+ /** Relation ID of Created By. */
1421
+ createdBy?: Maybe<Scalars['ObjectId']>;
1422
+ /** Who created this sketch record. */
1423
+ creator?: Maybe<User>;
1424
+ /** Record data. */
1425
+ data?: Maybe<Scalars['Json']>;
1426
+ /** When this sketch record was deleted. */
1427
+ deletedAt?: Maybe<Scalars['Date']>;
1428
+ /** Relation ID of Deleted By. */
1429
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1430
+ /** Who deleted this sketch record. */
1431
+ deleter?: Maybe<User>;
1432
+ /** Sketch Record */
1433
+ display?: Maybe<Scalars['String']>;
1434
+ /** Sketch Record */
1435
+ flag?: Maybe<Scalars['String']>;
1436
+ /** Object ID. */
1437
+ id?: Maybe<Scalars['ID']>;
1438
+ /** Key of this record. */
1439
+ key?: Maybe<Scalars['String']>;
1440
+ /** When this sketch record was restored. */
1441
+ restoredAt?: Maybe<Scalars['Date']>;
1442
+ /** Relation ID of Restored By. */
1443
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1444
+ /** Who last restored this sketch record. */
1445
+ restorer?: Maybe<User>;
1446
+ /** Sketch where this record created. */
1447
+ sketch?: Maybe<CatatSketch>;
1448
+ /** Relation ID of Sketch. */
1449
+ sketchId?: Maybe<Scalars['ObjectId']>;
1450
+ /** When this sketch record was last synced. */
1451
+ syncedAt?: Maybe<Scalars['Date']>;
1452
+ /** Type of this record. */
1453
+ type?: Maybe<Scalars['String']>;
1454
+ /** Type name of this record. */
1455
+ typeName?: Maybe<Scalars['String']>;
1456
+ /** Internal type of this sketch record. */
1457
+ type__?: Maybe<Scalars['String']>;
1458
+ /** When this sketch record was last updated. */
1459
+ updatedAt?: Maybe<Scalars['Date']>;
1460
+ /** Relation ID of Updated By. */
1461
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1462
+ /** Who last updated this sketch record. */
1463
+ updater?: Maybe<User>;
1464
+ };
1465
+ /** neo:catat:sketchRecord collection response. */
1466
+ export type CatatSketchRecordCollectionResponse = {
1467
+ /** Response info. */
1468
+ info?: Maybe<Info>;
1469
+ /** Collection of neo:catat:sketchRecord items. */
1470
+ items?: Maybe<Array<CatatSketchRecord>>;
1471
+ };
1472
+ export type CatatSketchRecordInput = {
1473
+ /** When this sketch record was created. */
1474
+ createdAt?: InputMaybe<Scalars['Date']>;
1475
+ /** Relation ID of Created By. */
1476
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1477
+ /** Record data. */
1478
+ data?: InputMaybe<Scalars['Any']>;
1479
+ /** When this sketch record was deleted. */
1480
+ deletedAt?: InputMaybe<Scalars['Date']>;
1481
+ /** Relation ID of Deleted By. */
1482
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1483
+ /** Sketch Record */
1484
+ display?: InputMaybe<Scalars['String']>;
1485
+ /** Sketch Record */
1486
+ flag?: InputMaybe<Scalars['String']>;
1487
+ /** Key of this record. */
1488
+ key?: InputMaybe<Scalars['String']>;
1489
+ /** When this sketch record was restored. */
1490
+ restoredAt?: InputMaybe<Scalars['Date']>;
1491
+ /** Relation ID of Restored By. */
1492
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1493
+ /** Relation ID of Sketch. */
1494
+ sketchId?: InputMaybe<Scalars['ObjectId']>;
1495
+ /** When this sketch record was last synced. */
1496
+ syncedAt?: InputMaybe<Scalars['Date']>;
1497
+ /** Type of this record. */
1498
+ type?: InputMaybe<Scalars['String']>;
1499
+ /** Type name of this record. */
1500
+ typeName?: InputMaybe<Scalars['String']>;
1501
+ /** Internal type of this sketch record. */
1502
+ type__?: InputMaybe<Scalars['String']>;
1503
+ /** When this sketch record was last updated. */
1504
+ updatedAt?: InputMaybe<Scalars['Date']>;
1505
+ /** Relation ID of Updated By. */
1506
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1507
+ };
1508
+ /** Single neo:catat:sketchRecord response. */
1509
+ export type CatatSketchRecordSingleResponse = {
1510
+ /** Response info. */
1511
+ info?: Maybe<Info>;
1512
+ /** Single neo:catat:sketchRecord item. */
1513
+ item?: Maybe<CatatSketchRecord>;
1514
+ };
1515
+ /** Single neo:catat:sketch response. */
1516
+ export type CatatSketchSingleResponse = {
1517
+ /** Response info. */
1518
+ info?: Maybe<Info>;
1519
+ /** Single neo:catat:sketch item. */
1520
+ item?: Maybe<CatatSketch>;
1521
+ };
1522
+ export type CheckIn = {
1523
+ /** Bangunan tempat presensi. */
1524
+ building?: Maybe<Building>;
1525
+ /** Relation ID of Bangunan. */
1526
+ buildingId?: Maybe<Scalars['ObjectId']>;
1527
+ /** Kapan keluar masuk terjadi. */
1528
+ checkInAt?: Maybe<Scalars['Date']>;
1529
+ /** When this keluar masuk was created. */
1530
+ createdAt?: Maybe<Scalars['Date']>;
1531
+ /** Relation ID of Created By. */
1532
+ createdBy?: Maybe<Scalars['ObjectId']>;
1533
+ /** Who created this keluar masuk. */
1534
+ creator?: Maybe<User>;
1535
+ /** When this keluar masuk was deleted. */
1536
+ deletedAt?: Maybe<Scalars['Date']>;
1537
+ /** Relation ID of Deleted By. */
1538
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1539
+ /** Who deleted this keluar masuk. */
1540
+ deleter?: Maybe<User>;
1541
+ /** Keluar Masuk */
1542
+ display?: Maybe<Scalars['String']>;
1543
+ /** Keluar Masuk */
1544
+ flag?: Maybe<Scalars['String']>;
1545
+ /** Object ID. */
1546
+ id?: Maybe<Scalars['ID']>;
1547
+ /** Informasi keluar masuk. */
1548
+ informationCheckIn?: Maybe<Scalars['String']>;
1549
+ /** Catatan tambahan terkait presensi ini. */
1550
+ note?: Maybe<Scalars['String']>;
1551
+ /** When this keluar masuk was restored. */
1552
+ restoredAt?: Maybe<Scalars['Date']>;
1553
+ /** Relation ID of Restored By. */
1554
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1555
+ /** Who last restored this keluar masuk. */
1556
+ restorer?: Maybe<User>;
1557
+ /** Karyawan yang hadir. */
1558
+ staff?: Maybe<Staff>;
1559
+ /** Relation ID of Karyawan. */
1560
+ staffId?: Maybe<Scalars['ObjectId']>;
1561
+ /** Relation ID of Siswa. */
1562
+ studentId?: Maybe<Scalars['ObjectId']>;
1563
+ /** When this keluar masuk was last synced. */
1564
+ syncedAt?: Maybe<Scalars['Date']>;
1565
+ /** Relation ID of Pengajar. */
1566
+ teacherId?: Maybe<Scalars['ObjectId']>;
1567
+ /** Tipe keluar masuk. */
1568
+ type?: Maybe<Scalars['String']>;
1569
+ /** Internal type of this keluar masuk. */
1570
+ type__?: Maybe<Scalars['String']>;
1571
+ /** When this keluar masuk was last updated. */
1572
+ updatedAt?: Maybe<Scalars['Date']>;
1573
+ /** Relation ID of Updated By. */
1574
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1575
+ /** Who last updated this keluar masuk. */
1576
+ updater?: Maybe<User>;
1577
+ /** Akun Identitas pengguna. */
1578
+ user?: Maybe<User>;
1579
+ /** Relation ID of Pengguna. */
1580
+ userId?: Maybe<Scalars['ObjectId']>;
1581
+ };
1582
+ /** neu:tempat:checkIn collection response. */
1583
+ export type CheckInCollectionResponse = {
1584
+ /** Response info. */
1585
+ info?: Maybe<Info>;
1586
+ /** Collection of neu:tempat:checkIn items. */
1587
+ items?: Maybe<Array<CheckIn>>;
1588
+ };
1589
+ export type CheckInInput = {
1590
+ /** Relation ID of Bangunan. */
1591
+ buildingId?: InputMaybe<Scalars['ObjectId']>;
1592
+ /** Kapan keluar masuk terjadi. */
1593
+ checkInAt?: InputMaybe<Scalars['Date']>;
1594
+ /** When this keluar masuk was created. */
1595
+ createdAt?: InputMaybe<Scalars['Date']>;
1596
+ /** Relation ID of Created By. */
1597
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1598
+ /** When this keluar masuk was deleted. */
1599
+ deletedAt?: InputMaybe<Scalars['Date']>;
1600
+ /** Relation ID of Deleted By. */
1601
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1602
+ /** Keluar Masuk */
1603
+ display?: InputMaybe<Scalars['String']>;
1604
+ /** Keluar Masuk */
1605
+ flag?: InputMaybe<Scalars['String']>;
1606
+ /** Informasi keluar masuk. */
1607
+ informationCheckIn?: InputMaybe<Scalars['String']>;
1608
+ /** Catatan tambahan terkait presensi ini. */
1609
+ note?: InputMaybe<Scalars['String']>;
1610
+ /** When this keluar masuk was restored. */
1611
+ restoredAt?: InputMaybe<Scalars['Date']>;
1612
+ /** Relation ID of Restored By. */
1613
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1614
+ /** Relation ID of Karyawan. */
1615
+ staffId?: InputMaybe<Scalars['ObjectId']>;
1616
+ /** Relation ID of Siswa. */
1617
+ studentId?: InputMaybe<Scalars['ObjectId']>;
1618
+ /** When this keluar masuk was last synced. */
1619
+ syncedAt?: InputMaybe<Scalars['Date']>;
1620
+ /** Relation ID of Pengajar. */
1621
+ teacherId?: InputMaybe<Scalars['ObjectId']>;
1622
+ /** Tipe keluar masuk. */
1623
+ type?: InputMaybe<Scalars['String']>;
1624
+ /** Internal type of this keluar masuk. */
1625
+ type__?: InputMaybe<Scalars['String']>;
1626
+ /** When this keluar masuk was last updated. */
1627
+ updatedAt?: InputMaybe<Scalars['Date']>;
1628
+ /** Relation ID of Updated By. */
1629
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1630
+ /** Relation ID of Pengguna. */
1631
+ userId?: InputMaybe<Scalars['ObjectId']>;
1632
+ };
1633
+ /** Single neu:tempat:checkIn response. */
1634
+ export type CheckInSingleResponse = {
1635
+ /** Response info. */
1636
+ info?: Maybe<Info>;
1637
+ /** Single neu:tempat:checkIn item. */
1638
+ item?: Maybe<CheckIn>;
1639
+ };
1640
+ export type City = {
1641
+ /** Inversed relation from Kota/Kabupaten field of neu:tempat:branch model. */
1642
+ branches?: Maybe<Array<Branch>>;
1643
+ /** When this city was created. */
1644
+ createdAt?: Maybe<Scalars['Date']>;
1645
+ /** Relation ID of Created By. */
1646
+ createdBy?: Maybe<Scalars['ObjectId']>;
1647
+ /** Who created this city. */
1648
+ creator?: Maybe<User>;
1649
+ /** When this city was deleted. */
1650
+ deletedAt?: Maybe<Scalars['Date']>;
1651
+ /** Relation ID of Deleted By. */
1652
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1653
+ /** Who deleted this city. */
1654
+ deleter?: Maybe<User>;
1655
+ /** City */
1656
+ display?: Maybe<Scalars['String']>;
1657
+ /** City */
1658
+ flag?: Maybe<Scalars['String']>;
1659
+ /** Object ID. */
1660
+ id?: Maybe<Scalars['ID']>;
1661
+ /** City name. */
1662
+ name?: Maybe<Scalars['String']>;
1663
+ /** Province of this city. */
1664
+ province?: Maybe<Province>;
1665
+ /** Relation ID of Province. */
1666
+ provinceId?: Maybe<Scalars['ObjectId']>;
1667
+ /** Region code of this city. */
1668
+ regionCode?: Maybe<Scalars['String']>;
1669
+ /** When this city was restored. */
1670
+ restoredAt?: Maybe<Scalars['Date']>;
1671
+ /** Relation ID of Restored By. */
1672
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1673
+ /** Who last restored this city. */
1674
+ restorer?: Maybe<User>;
1675
+ /** When this city was last synced. */
1676
+ syncedAt?: Maybe<Scalars['Date']>;
1677
+ /** Internal type of this city. */
1678
+ type__?: Maybe<Scalars['String']>;
1679
+ /** When this city was last updated. */
1680
+ updatedAt?: Maybe<Scalars['Date']>;
1681
+ /** Relation ID of Updated By. */
1682
+ updatedBy?: Maybe<Scalars['ObjectId']>;
1683
+ /** Who last updated this city. */
1684
+ updater?: Maybe<User>;
1685
+ };
1686
+ export type CityBranchesArgs = {
1687
+ filter?: InputMaybe<Scalars['Json']>;
1688
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
1689
+ limit?: InputMaybe<Scalars['Int']>;
1690
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
1691
+ page?: InputMaybe<Scalars['Int']>;
1692
+ search?: InputMaybe<Scalars['String']>;
1693
+ sort?: InputMaybe<Scalars['Json']>;
1694
+ };
1695
+ /** neo:tempat:city collection response. */
1696
+ export type CityCollectionResponse = {
1697
+ /** Response info. */
1698
+ info?: Maybe<Info>;
1699
+ /** Collection of neo:tempat:city items. */
1700
+ items?: Maybe<Array<City>>;
1701
+ };
1702
+ export type CityInput = {
1703
+ /** When this city was created. */
1704
+ createdAt?: InputMaybe<Scalars['Date']>;
1705
+ /** Relation ID of Created By. */
1706
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
1707
+ /** When this city was deleted. */
1708
+ deletedAt?: InputMaybe<Scalars['Date']>;
1709
+ /** Relation ID of Deleted By. */
1710
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
1711
+ /** City */
1712
+ display?: InputMaybe<Scalars['String']>;
1713
+ /** City */
1714
+ flag?: InputMaybe<Scalars['String']>;
1715
+ /** City name. */
1716
+ name?: InputMaybe<Scalars['String']>;
1717
+ /** Relation ID of Province. */
1718
+ provinceId?: InputMaybe<Scalars['ObjectId']>;
1719
+ /** Region code of this city. */
1720
+ regionCode?: InputMaybe<Scalars['String']>;
1721
+ /** When this city was restored. */
1722
+ restoredAt?: InputMaybe<Scalars['Date']>;
1723
+ /** Relation ID of Restored By. */
1724
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
1725
+ /** When this city was last synced. */
1726
+ syncedAt?: InputMaybe<Scalars['Date']>;
1727
+ /** Internal type of this city. */
1728
+ type__?: InputMaybe<Scalars['String']>;
1729
+ /** When this city was last updated. */
1730
+ updatedAt?: InputMaybe<Scalars['Date']>;
1731
+ /** Relation ID of Updated By. */
1732
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
1733
+ };
1734
+ /** Single neo:tempat:city response. */
1735
+ export type CitySingleResponse = {
1736
+ /** Response info. */
1737
+ info?: Maybe<Info>;
1738
+ /** Single neo:tempat:city item. */
1739
+ item?: Maybe<City>;
1740
+ };
1741
+ export type Config = {
1742
+ /** Related application. */
1743
+ application?: Maybe<Application>;
1744
+ /** Relation ID of Application. */
1745
+ applicationId?: Maybe<Scalars['ObjectId']>;
1746
+ /** When this config was created. */
1747
+ createdAt?: Maybe<Scalars['Date']>;
1748
+ /** Relation ID of Created By. */
1749
+ createdBy?: Maybe<Scalars['ObjectId']>;
1750
+ /** Who created this config. */
1751
+ creator?: Maybe<User>;
1752
+ /** Data of this configuration. */
1753
+ data?: Maybe<Scalars['Json']>;
1754
+ /** When this config was deleted. */
1755
+ deletedAt?: Maybe<Scalars['Date']>;
1756
+ /** Relation ID of Deleted By. */
1757
+ deletedBy?: Maybe<Scalars['ObjectId']>;
1758
+ /** Who deleted this config. */
1759
+ deleter?: Maybe<User>;
1760
+ /** Config description. */
1761
+ description?: Maybe<Scalars['String']>;
1762
+ /** Config */
1763
+ display?: Maybe<Scalars['String']>;
1764
+ /** Config */
1765
+ flag?: Maybe<Scalars['String']>;
1766
+ /** Application that hosts this config. */
1767
+ host?: Maybe<Application>;
1768
+ /** Relation ID of Host. */
1769
+ hostId?: Maybe<Scalars['ObjectId']>;
1770
+ /** Object ID. */
1771
+ id?: Maybe<Scalars['ID']>;
1772
+ /** Config name. */
1773
+ name?: Maybe<Scalars['String']>;
1774
+ /** Related organization. */
1775
+ organization?: Maybe<Organization>;
1776
+ /** Relation ID of Organization. */
1777
+ organizationId?: Maybe<Scalars['ObjectId']>;
1778
+ /** When this config was restored. */
1779
+ restoredAt?: Maybe<Scalars['Date']>;
1780
+ /** Relation ID of Restored By. */
1781
+ restoredBy?: Maybe<Scalars['ObjectId']>;
1782
+ /** Who last restored this config. */
1783
+ restorer?: Maybe<User>;
1784
+ /** Config scope. */
1785
+ scope?: Maybe<Scalars['String']>;
1786
+ /** Related service. */
1012
1787
  service?: Maybe<Service>;
1013
1788
  /** Relation ID of Service. */
1014
1789
  serviceId?: Maybe<Scalars['ObjectId']>;
@@ -1303,6 +2078,20 @@ export type Mutation = {
1303
2078
  createOneBrand?: Maybe<BrandSingleResponse>;
1304
2079
  /** Create single neu:tempat:building item. */
1305
2080
  createOneBuilding?: Maybe<BuildingSingleResponse>;
2081
+ /** Create single neo:catat:note item. */
2082
+ createOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2083
+ /** Create single neo:catat:paper item. */
2084
+ createOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2085
+ /** Create single neo:catat:paperDiff item. */
2086
+ createOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2087
+ /** Create single neo:catat:paperRecord item. */
2088
+ createOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2089
+ /** Create single neo:catat:sketch item. */
2090
+ createOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2091
+ /** Create single neo:catat:sketchDiff item. */
2092
+ createOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2093
+ /** Create single neo:catat:sketchRecord item. */
2094
+ createOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1306
2095
  /** Create single neu:tempat:checkIn item. */
1307
2096
  createOneCheckIn?: Maybe<CheckInSingleResponse>;
1308
2097
  /** Create single neo:tempat:city item. */
@@ -1349,6 +2138,20 @@ export type Mutation = {
1349
2138
  deleteOneBrand?: Maybe<BrandSingleResponse>;
1350
2139
  /** Delete single neu:tempat:building item. */
1351
2140
  deleteOneBuilding?: Maybe<BuildingSingleResponse>;
2141
+ /** Delete single neo:catat:note item. */
2142
+ deleteOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2143
+ /** Delete single neo:catat:paper item. */
2144
+ deleteOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2145
+ /** Delete single neo:catat:paperDiff item. */
2146
+ deleteOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2147
+ /** Delete single neo:catat:paperRecord item. */
2148
+ deleteOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2149
+ /** Delete single neo:catat:sketch item. */
2150
+ deleteOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2151
+ /** Delete single neo:catat:sketchDiff item. */
2152
+ deleteOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2153
+ /** Delete single neo:catat:sketchRecord item. */
2154
+ deleteOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1352
2155
  /** Delete single neu:tempat:checkIn item. */
1353
2156
  deleteOneCheckIn?: Maybe<CheckInSingleResponse>;
1354
2157
  /** Delete single neo:tempat:city item. */
@@ -1395,6 +2198,20 @@ export type Mutation = {
1395
2198
  duplicateOneBrand?: Maybe<BrandSingleResponse>;
1396
2199
  /** Duplicate single neu:tempat:building item. */
1397
2200
  duplicateOneBuilding?: Maybe<BuildingSingleResponse>;
2201
+ /** Duplicate single neo:catat:note item. */
2202
+ duplicateOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2203
+ /** Duplicate single neo:catat:paper item. */
2204
+ duplicateOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2205
+ /** Duplicate single neo:catat:paperDiff item. */
2206
+ duplicateOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2207
+ /** Duplicate single neo:catat:paperRecord item. */
2208
+ duplicateOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2209
+ /** Duplicate single neo:catat:sketch item. */
2210
+ duplicateOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2211
+ /** Duplicate single neo:catat:sketchDiff item. */
2212
+ duplicateOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2213
+ /** Duplicate single neo:catat:sketchRecord item. */
2214
+ duplicateOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1398
2215
  /** Duplicate single neu:tempat:checkIn item. */
1399
2216
  duplicateOneCheckIn?: Maybe<CheckInSingleResponse>;
1400
2217
  /** Duplicate single neo:tempat:city item. */
@@ -1443,6 +2260,20 @@ export type Mutation = {
1443
2260
  executeBrand?: Maybe<ExecuteResponse>;
1444
2261
  /** Execute a custom action on neu:tempat:building. */
1445
2262
  executeBuilding?: Maybe<ExecuteResponse>;
2263
+ /** Execute a custom action on neo:catat:note. */
2264
+ executeCatatNote?: Maybe<ExecuteResponse>;
2265
+ /** Execute a custom action on neo:catat:paper. */
2266
+ executeCatatPaper?: Maybe<ExecuteResponse>;
2267
+ /** Execute a custom action on neo:catat:paperDiff. */
2268
+ executeCatatPaperDiff?: Maybe<ExecuteResponse>;
2269
+ /** Execute a custom action on neo:catat:paperRecord. */
2270
+ executeCatatPaperRecord?: Maybe<ExecuteResponse>;
2271
+ /** Execute a custom action on neo:catat:sketch. */
2272
+ executeCatatSketch?: Maybe<ExecuteResponse>;
2273
+ /** Execute a custom action on neo:catat:sketchDiff. */
2274
+ executeCatatSketchDiff?: Maybe<ExecuteResponse>;
2275
+ /** Execute a custom action on neo:catat:sketchRecord. */
2276
+ executeCatatSketchRecord?: Maybe<ExecuteResponse>;
1446
2277
  /** Execute a custom action on neu:tempat:checkIn. */
1447
2278
  executeCheckIn?: Maybe<ExecuteResponse>;
1448
2279
  /** Execute a custom action on neo:tempat:city. */
@@ -1490,6 +2321,20 @@ export type Mutation = {
1490
2321
  restoreOneBrand?: Maybe<BrandSingleResponse>;
1491
2322
  /** Restore single neu:tempat:building item. */
1492
2323
  restoreOneBuilding?: Maybe<BuildingSingleResponse>;
2324
+ /** Restore single neo:catat:note item. */
2325
+ restoreOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2326
+ /** Restore single neo:catat:paper item. */
2327
+ restoreOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2328
+ /** Restore single neo:catat:paperDiff item. */
2329
+ restoreOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2330
+ /** Restore single neo:catat:paperRecord item. */
2331
+ restoreOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2332
+ /** Restore single neo:catat:sketch item. */
2333
+ restoreOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2334
+ /** Restore single neo:catat:sketchDiff item. */
2335
+ restoreOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2336
+ /** Restore single neo:catat:sketchRecord item. */
2337
+ restoreOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1493
2338
  /** Restore single neu:tempat:checkIn item. */
1494
2339
  restoreOneCheckIn?: Maybe<CheckInSingleResponse>;
1495
2340
  /** Restore single neo:tempat:city item. */
@@ -1536,6 +2381,20 @@ export type Mutation = {
1536
2381
  syncManyBrands?: Maybe<SyncManyResponse>;
1537
2382
  /** Sync many neu:tempat:building items. */
1538
2383
  syncManyBuildings?: Maybe<SyncManyResponse>;
2384
+ /** Sync many neo:catat:note items. */
2385
+ syncManyCatatNotes?: Maybe<SyncManyResponse>;
2386
+ /** Sync many neo:catat:paperDiff items. */
2387
+ syncManyCatatPaperDiffs?: Maybe<SyncManyResponse>;
2388
+ /** Sync many neo:catat:paperRecord items. */
2389
+ syncManyCatatPaperRecords?: Maybe<SyncManyResponse>;
2390
+ /** Sync many neo:catat:paper items. */
2391
+ syncManyCatatPapers?: Maybe<SyncManyResponse>;
2392
+ /** Sync many neo:catat:sketchDiff items. */
2393
+ syncManyCatatSketchDiffs?: Maybe<SyncManyResponse>;
2394
+ /** Sync many neo:catat:sketchRecord items. */
2395
+ syncManyCatatSketchRecords?: Maybe<SyncManyResponse>;
2396
+ /** Sync many neo:catat:sketch items. */
2397
+ syncManyCatatSketches?: Maybe<SyncManyResponse>;
1539
2398
  /** Sync many neu:tempat:checkIn items. */
1540
2399
  syncManyCheckIns?: Maybe<SyncManyResponse>;
1541
2400
  /** Sync many neo:tempat:city items. */
@@ -1582,6 +2441,20 @@ export type Mutation = {
1582
2441
  syncOneBrand?: Maybe<BrandSingleResponse>;
1583
2442
  /** Sync single neu:tempat:building item. */
1584
2443
  syncOneBuilding?: Maybe<BuildingSingleResponse>;
2444
+ /** Sync single neo:catat:note item. */
2445
+ syncOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2446
+ /** Sync single neo:catat:paper item. */
2447
+ syncOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2448
+ /** Sync single neo:catat:paperDiff item. */
2449
+ syncOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2450
+ /** Sync single neo:catat:paperRecord item. */
2451
+ syncOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2452
+ /** Sync single neo:catat:sketch item. */
2453
+ syncOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2454
+ /** Sync single neo:catat:sketchDiff item. */
2455
+ syncOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2456
+ /** Sync single neo:catat:sketchRecord item. */
2457
+ syncOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1585
2458
  /** Sync single neu:tempat:checkIn item. */
1586
2459
  syncOneCheckIn?: Maybe<CheckInSingleResponse>;
1587
2460
  /** Sync single neo:tempat:city item. */
@@ -1628,6 +2501,20 @@ export type Mutation = {
1628
2501
  updateOneBrand?: Maybe<BrandSingleResponse>;
1629
2502
  /** Update single neu:tempat:building item. */
1630
2503
  updateOneBuilding?: Maybe<BuildingSingleResponse>;
2504
+ /** Update single neo:catat:note item. */
2505
+ updateOneCatatNote?: Maybe<CatatNoteSingleResponse>;
2506
+ /** Update single neo:catat:paper item. */
2507
+ updateOneCatatPaper?: Maybe<CatatPaperSingleResponse>;
2508
+ /** Update single neo:catat:paperDiff item. */
2509
+ updateOneCatatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
2510
+ /** Update single neo:catat:paperRecord item. */
2511
+ updateOneCatatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
2512
+ /** Update single neo:catat:sketch item. */
2513
+ updateOneCatatSketch?: Maybe<CatatSketchSingleResponse>;
2514
+ /** Update single neo:catat:sketchDiff item. */
2515
+ updateOneCatatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
2516
+ /** Update single neo:catat:sketchRecord item. */
2517
+ updateOneCatatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
1631
2518
  /** Update single neu:tempat:checkIn item. */
1632
2519
  updateOneCheckIn?: Maybe<CheckInSingleResponse>;
1633
2520
  /** Update single neo:tempat:city item. */
@@ -1675,18 +2562,53 @@ export type MutationCreateOneAreaArgs = {
1675
2562
  logs?: InputMaybe<Array<Scalars['String']>>;
1676
2563
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1677
2564
  };
1678
- export type MutationCreateOneBranchArgs = {
1679
- data: BranchInput;
2565
+ export type MutationCreateOneBranchArgs = {
2566
+ data: BranchInput;
2567
+ logs?: InputMaybe<Array<Scalars['String']>>;
2568
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2569
+ };
2570
+ export type MutationCreateOneBrandArgs = {
2571
+ data: BrandInput;
2572
+ logs?: InputMaybe<Array<Scalars['String']>>;
2573
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2574
+ };
2575
+ export type MutationCreateOneBuildingArgs = {
2576
+ data: BuildingInput;
2577
+ logs?: InputMaybe<Array<Scalars['String']>>;
2578
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2579
+ };
2580
+ export type MutationCreateOneCatatNoteArgs = {
2581
+ data: CatatNoteInput;
2582
+ logs?: InputMaybe<Array<Scalars['String']>>;
2583
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2584
+ };
2585
+ export type MutationCreateOneCatatPaperArgs = {
2586
+ data: CatatPaperInput;
2587
+ logs?: InputMaybe<Array<Scalars['String']>>;
2588
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2589
+ };
2590
+ export type MutationCreateOneCatatPaperDiffArgs = {
2591
+ data: CatatPaperDiffInput;
2592
+ logs?: InputMaybe<Array<Scalars['String']>>;
2593
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2594
+ };
2595
+ export type MutationCreateOneCatatPaperRecordArgs = {
2596
+ data: CatatPaperRecordInput;
2597
+ logs?: InputMaybe<Array<Scalars['String']>>;
2598
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2599
+ };
2600
+ export type MutationCreateOneCatatSketchArgs = {
2601
+ data: CatatSketchInput;
1680
2602
  logs?: InputMaybe<Array<Scalars['String']>>;
1681
2603
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1682
2604
  };
1683
- export type MutationCreateOneBrandArgs = {
1684
- data: BrandInput;
2605
+ export type MutationCreateOneCatatSketchDiffArgs = {
2606
+ data: CatatSketchDiffInput;
1685
2607
  logs?: InputMaybe<Array<Scalars['String']>>;
1686
2608
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1687
2609
  };
1688
- export type MutationCreateOneBuildingArgs = {
1689
- data: BuildingInput;
2610
+ export type MutationCreateOneCatatSketchRecordArgs = {
2611
+ data: CatatSketchRecordInput;
1690
2612
  logs?: InputMaybe<Array<Scalars['String']>>;
1691
2613
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1692
2614
  };
@@ -1805,6 +2727,41 @@ export type MutationDeleteOneBuildingArgs = {
1805
2727
  logs?: InputMaybe<Array<Scalars['String']>>;
1806
2728
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1807
2729
  };
2730
+ export type MutationDeleteOneCatatNoteArgs = {
2731
+ id: Scalars['ObjectId'];
2732
+ logs?: InputMaybe<Array<Scalars['String']>>;
2733
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2734
+ };
2735
+ export type MutationDeleteOneCatatPaperArgs = {
2736
+ id: Scalars['ObjectId'];
2737
+ logs?: InputMaybe<Array<Scalars['String']>>;
2738
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2739
+ };
2740
+ export type MutationDeleteOneCatatPaperDiffArgs = {
2741
+ id: Scalars['ObjectId'];
2742
+ logs?: InputMaybe<Array<Scalars['String']>>;
2743
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2744
+ };
2745
+ export type MutationDeleteOneCatatPaperRecordArgs = {
2746
+ id: Scalars['ObjectId'];
2747
+ logs?: InputMaybe<Array<Scalars['String']>>;
2748
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2749
+ };
2750
+ export type MutationDeleteOneCatatSketchArgs = {
2751
+ id: Scalars['ObjectId'];
2752
+ logs?: InputMaybe<Array<Scalars['String']>>;
2753
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2754
+ };
2755
+ export type MutationDeleteOneCatatSketchDiffArgs = {
2756
+ id: Scalars['ObjectId'];
2757
+ logs?: InputMaybe<Array<Scalars['String']>>;
2758
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2759
+ };
2760
+ export type MutationDeleteOneCatatSketchRecordArgs = {
2761
+ id: Scalars['ObjectId'];
2762
+ logs?: InputMaybe<Array<Scalars['String']>>;
2763
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2764
+ };
1808
2765
  export type MutationDeleteOneCheckInArgs = {
1809
2766
  id: Scalars['ObjectId'];
1810
2767
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1920,6 +2877,41 @@ export type MutationDuplicateOneBuildingArgs = {
1920
2877
  logs?: InputMaybe<Array<Scalars['String']>>;
1921
2878
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1922
2879
  };
2880
+ export type MutationDuplicateOneCatatNoteArgs = {
2881
+ id: Scalars['ObjectId'];
2882
+ logs?: InputMaybe<Array<Scalars['String']>>;
2883
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2884
+ };
2885
+ export type MutationDuplicateOneCatatPaperArgs = {
2886
+ id: Scalars['ObjectId'];
2887
+ logs?: InputMaybe<Array<Scalars['String']>>;
2888
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2889
+ };
2890
+ export type MutationDuplicateOneCatatPaperDiffArgs = {
2891
+ id: Scalars['ObjectId'];
2892
+ logs?: InputMaybe<Array<Scalars['String']>>;
2893
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2894
+ };
2895
+ export type MutationDuplicateOneCatatPaperRecordArgs = {
2896
+ id: Scalars['ObjectId'];
2897
+ logs?: InputMaybe<Array<Scalars['String']>>;
2898
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2899
+ };
2900
+ export type MutationDuplicateOneCatatSketchArgs = {
2901
+ id: Scalars['ObjectId'];
2902
+ logs?: InputMaybe<Array<Scalars['String']>>;
2903
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2904
+ };
2905
+ export type MutationDuplicateOneCatatSketchDiffArgs = {
2906
+ id: Scalars['ObjectId'];
2907
+ logs?: InputMaybe<Array<Scalars['String']>>;
2908
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2909
+ };
2910
+ export type MutationDuplicateOneCatatSketchRecordArgs = {
2911
+ id: Scalars['ObjectId'];
2912
+ logs?: InputMaybe<Array<Scalars['String']>>;
2913
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2914
+ };
1923
2915
  export type MutationDuplicateOneCheckInArgs = {
1924
2916
  id: Scalars['ObjectId'];
1925
2917
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2045,6 +3037,48 @@ export type MutationExecuteBuildingArgs = {
2045
3037
  logs?: InputMaybe<Array<Scalars['String']>>;
2046
3038
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2047
3039
  };
3040
+ export type MutationExecuteCatatNoteArgs = {
3041
+ action?: InputMaybe<Scalars['String']>;
3042
+ input?: InputMaybe<Scalars['Json']>;
3043
+ logs?: InputMaybe<Array<Scalars['String']>>;
3044
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3045
+ };
3046
+ export type MutationExecuteCatatPaperArgs = {
3047
+ action?: InputMaybe<Scalars['String']>;
3048
+ input?: InputMaybe<Scalars['Json']>;
3049
+ logs?: InputMaybe<Array<Scalars['String']>>;
3050
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3051
+ };
3052
+ export type MutationExecuteCatatPaperDiffArgs = {
3053
+ action?: InputMaybe<Scalars['String']>;
3054
+ input?: InputMaybe<Scalars['Json']>;
3055
+ logs?: InputMaybe<Array<Scalars['String']>>;
3056
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3057
+ };
3058
+ export type MutationExecuteCatatPaperRecordArgs = {
3059
+ action?: InputMaybe<Scalars['String']>;
3060
+ input?: InputMaybe<Scalars['Json']>;
3061
+ logs?: InputMaybe<Array<Scalars['String']>>;
3062
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3063
+ };
3064
+ export type MutationExecuteCatatSketchArgs = {
3065
+ action?: InputMaybe<Scalars['String']>;
3066
+ input?: InputMaybe<Scalars['Json']>;
3067
+ logs?: InputMaybe<Array<Scalars['String']>>;
3068
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3069
+ };
3070
+ export type MutationExecuteCatatSketchDiffArgs = {
3071
+ action?: InputMaybe<Scalars['String']>;
3072
+ input?: InputMaybe<Scalars['Json']>;
3073
+ logs?: InputMaybe<Array<Scalars['String']>>;
3074
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3075
+ };
3076
+ export type MutationExecuteCatatSketchRecordArgs = {
3077
+ action?: InputMaybe<Scalars['String']>;
3078
+ input?: InputMaybe<Scalars['Json']>;
3079
+ logs?: InputMaybe<Array<Scalars['String']>>;
3080
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3081
+ };
2048
3082
  export type MutationExecuteCheckInArgs = {
2049
3083
  action?: InputMaybe<Scalars['String']>;
2050
3084
  input?: InputMaybe<Scalars['Json']>;
@@ -2178,6 +3212,41 @@ export type MutationRestoreOneBuildingArgs = {
2178
3212
  logs?: InputMaybe<Array<Scalars['String']>>;
2179
3213
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2180
3214
  };
3215
+ export type MutationRestoreOneCatatNoteArgs = {
3216
+ id: Scalars['ObjectId'];
3217
+ logs?: InputMaybe<Array<Scalars['String']>>;
3218
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3219
+ };
3220
+ export type MutationRestoreOneCatatPaperArgs = {
3221
+ id: Scalars['ObjectId'];
3222
+ logs?: InputMaybe<Array<Scalars['String']>>;
3223
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3224
+ };
3225
+ export type MutationRestoreOneCatatPaperDiffArgs = {
3226
+ id: Scalars['ObjectId'];
3227
+ logs?: InputMaybe<Array<Scalars['String']>>;
3228
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3229
+ };
3230
+ export type MutationRestoreOneCatatPaperRecordArgs = {
3231
+ id: Scalars['ObjectId'];
3232
+ logs?: InputMaybe<Array<Scalars['String']>>;
3233
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3234
+ };
3235
+ export type MutationRestoreOneCatatSketchArgs = {
3236
+ id: Scalars['ObjectId'];
3237
+ logs?: InputMaybe<Array<Scalars['String']>>;
3238
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3239
+ };
3240
+ export type MutationRestoreOneCatatSketchDiffArgs = {
3241
+ id: Scalars['ObjectId'];
3242
+ logs?: InputMaybe<Array<Scalars['String']>>;
3243
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3244
+ };
3245
+ export type MutationRestoreOneCatatSketchRecordArgs = {
3246
+ id: Scalars['ObjectId'];
3247
+ logs?: InputMaybe<Array<Scalars['String']>>;
3248
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3249
+ };
2181
3250
  export type MutationRestoreOneCheckInArgs = {
2182
3251
  id: Scalars['ObjectId'];
2183
3252
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2333,6 +3402,97 @@ export type MutationSyncManyBuildingsArgs = {
2333
3402
  sort?: InputMaybe<Scalars['Json']>;
2334
3403
  useDry?: InputMaybe<Scalars['Boolean']>;
2335
3404
  };
3405
+ export type MutationSyncManyCatatNotesArgs = {
3406
+ filter?: InputMaybe<Scalars['Json']>;
3407
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3408
+ limit?: InputMaybe<Scalars['Int']>;
3409
+ logs?: InputMaybe<Array<Scalars['String']>>;
3410
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3411
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3412
+ page?: InputMaybe<Scalars['Int']>;
3413
+ search?: InputMaybe<Scalars['String']>;
3414
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3415
+ sort?: InputMaybe<Scalars['Json']>;
3416
+ useDry?: InputMaybe<Scalars['Boolean']>;
3417
+ };
3418
+ export type MutationSyncManyCatatPaperDiffsArgs = {
3419
+ filter?: InputMaybe<Scalars['Json']>;
3420
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3421
+ limit?: InputMaybe<Scalars['Int']>;
3422
+ logs?: InputMaybe<Array<Scalars['String']>>;
3423
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3424
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3425
+ page?: InputMaybe<Scalars['Int']>;
3426
+ search?: InputMaybe<Scalars['String']>;
3427
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3428
+ sort?: InputMaybe<Scalars['Json']>;
3429
+ useDry?: InputMaybe<Scalars['Boolean']>;
3430
+ };
3431
+ export type MutationSyncManyCatatPaperRecordsArgs = {
3432
+ filter?: InputMaybe<Scalars['Json']>;
3433
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3434
+ limit?: InputMaybe<Scalars['Int']>;
3435
+ logs?: InputMaybe<Array<Scalars['String']>>;
3436
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3437
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3438
+ page?: InputMaybe<Scalars['Int']>;
3439
+ search?: InputMaybe<Scalars['String']>;
3440
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3441
+ sort?: InputMaybe<Scalars['Json']>;
3442
+ useDry?: InputMaybe<Scalars['Boolean']>;
3443
+ };
3444
+ export type MutationSyncManyCatatPapersArgs = {
3445
+ filter?: InputMaybe<Scalars['Json']>;
3446
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3447
+ limit?: InputMaybe<Scalars['Int']>;
3448
+ logs?: InputMaybe<Array<Scalars['String']>>;
3449
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3450
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3451
+ page?: InputMaybe<Scalars['Int']>;
3452
+ search?: InputMaybe<Scalars['String']>;
3453
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3454
+ sort?: InputMaybe<Scalars['Json']>;
3455
+ useDry?: InputMaybe<Scalars['Boolean']>;
3456
+ };
3457
+ export type MutationSyncManyCatatSketchDiffsArgs = {
3458
+ filter?: InputMaybe<Scalars['Json']>;
3459
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3460
+ limit?: InputMaybe<Scalars['Int']>;
3461
+ logs?: InputMaybe<Array<Scalars['String']>>;
3462
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3463
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3464
+ page?: InputMaybe<Scalars['Int']>;
3465
+ search?: InputMaybe<Scalars['String']>;
3466
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3467
+ sort?: InputMaybe<Scalars['Json']>;
3468
+ useDry?: InputMaybe<Scalars['Boolean']>;
3469
+ };
3470
+ export type MutationSyncManyCatatSketchRecordsArgs = {
3471
+ filter?: InputMaybe<Scalars['Json']>;
3472
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3473
+ limit?: InputMaybe<Scalars['Int']>;
3474
+ logs?: InputMaybe<Array<Scalars['String']>>;
3475
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3476
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3477
+ page?: InputMaybe<Scalars['Int']>;
3478
+ search?: InputMaybe<Scalars['String']>;
3479
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3480
+ sort?: InputMaybe<Scalars['Json']>;
3481
+ useDry?: InputMaybe<Scalars['Boolean']>;
3482
+ };
3483
+ export type MutationSyncManyCatatSketchesArgs = {
3484
+ filter?: InputMaybe<Scalars['Json']>;
3485
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3486
+ limit?: InputMaybe<Scalars['Int']>;
3487
+ logs?: InputMaybe<Array<Scalars['String']>>;
3488
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3489
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3490
+ page?: InputMaybe<Scalars['Int']>;
3491
+ search?: InputMaybe<Scalars['String']>;
3492
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3493
+ sort?: InputMaybe<Scalars['Json']>;
3494
+ useDry?: InputMaybe<Scalars['Boolean']>;
3495
+ };
2336
3496
  export type MutationSyncManyCheckInsArgs = {
2337
3497
  filter?: InputMaybe<Scalars['Json']>;
2338
3498
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -2546,48 +3706,83 @@ export type MutationSyncManyUnitsArgs = {
2546
3706
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2547
3707
  limit?: InputMaybe<Scalars['Int']>;
2548
3708
  logs?: InputMaybe<Array<Scalars['String']>>;
2549
- maxSyncedAt?: InputMaybe<Scalars['Date']>;
2550
- minUpdatedAt?: InputMaybe<Scalars['Date']>;
2551
- page?: InputMaybe<Scalars['Int']>;
2552
- search?: InputMaybe<Scalars['String']>;
3709
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3710
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3711
+ page?: InputMaybe<Scalars['Int']>;
3712
+ search?: InputMaybe<Scalars['String']>;
3713
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3714
+ sort?: InputMaybe<Scalars['Json']>;
3715
+ useDry?: InputMaybe<Scalars['Boolean']>;
3716
+ };
3717
+ export type MutationSyncManyUsersArgs = {
3718
+ filter?: InputMaybe<Scalars['Json']>;
3719
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3720
+ limit?: InputMaybe<Scalars['Int']>;
3721
+ logs?: InputMaybe<Array<Scalars['String']>>;
3722
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
3723
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3724
+ page?: InputMaybe<Scalars['Int']>;
3725
+ search?: InputMaybe<Scalars['String']>;
3726
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3727
+ sort?: InputMaybe<Scalars['Json']>;
3728
+ useDry?: InputMaybe<Scalars['Boolean']>;
3729
+ };
3730
+ export type MutationSyncOneApplicationArgs = {
3731
+ id: Scalars['ObjectId'];
3732
+ logs?: InputMaybe<Array<Scalars['String']>>;
3733
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3734
+ };
3735
+ export type MutationSyncOneAreaArgs = {
3736
+ id: Scalars['ObjectId'];
3737
+ logs?: InputMaybe<Array<Scalars['String']>>;
3738
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3739
+ };
3740
+ export type MutationSyncOneBranchArgs = {
3741
+ id: Scalars['ObjectId'];
3742
+ logs?: InputMaybe<Array<Scalars['String']>>;
3743
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3744
+ };
3745
+ export type MutationSyncOneBrandArgs = {
3746
+ id: Scalars['ObjectId'];
3747
+ logs?: InputMaybe<Array<Scalars['String']>>;
3748
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3749
+ };
3750
+ export type MutationSyncOneBuildingArgs = {
3751
+ id: Scalars['ObjectId'];
3752
+ logs?: InputMaybe<Array<Scalars['String']>>;
3753
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3754
+ };
3755
+ export type MutationSyncOneCatatNoteArgs = {
3756
+ id: Scalars['ObjectId'];
3757
+ logs?: InputMaybe<Array<Scalars['String']>>;
2553
3758
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2554
- sort?: InputMaybe<Scalars['Json']>;
2555
- useDry?: InputMaybe<Scalars['Boolean']>;
2556
3759
  };
2557
- export type MutationSyncManyUsersArgs = {
2558
- filter?: InputMaybe<Scalars['Json']>;
2559
- ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2560
- limit?: InputMaybe<Scalars['Int']>;
3760
+ export type MutationSyncOneCatatPaperArgs = {
3761
+ id: Scalars['ObjectId'];
2561
3762
  logs?: InputMaybe<Array<Scalars['String']>>;
2562
- maxSyncedAt?: InputMaybe<Scalars['Date']>;
2563
- minUpdatedAt?: InputMaybe<Scalars['Date']>;
2564
- page?: InputMaybe<Scalars['Int']>;
2565
- search?: InputMaybe<Scalars['String']>;
2566
3763
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2567
- sort?: InputMaybe<Scalars['Json']>;
2568
- useDry?: InputMaybe<Scalars['Boolean']>;
2569
3764
  };
2570
- export type MutationSyncOneApplicationArgs = {
3765
+ export type MutationSyncOneCatatPaperDiffArgs = {
2571
3766
  id: Scalars['ObjectId'];
2572
3767
  logs?: InputMaybe<Array<Scalars['String']>>;
2573
3768
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2574
3769
  };
2575
- export type MutationSyncOneAreaArgs = {
3770
+ export type MutationSyncOneCatatPaperRecordArgs = {
2576
3771
  id: Scalars['ObjectId'];
2577
3772
  logs?: InputMaybe<Array<Scalars['String']>>;
2578
3773
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2579
3774
  };
2580
- export type MutationSyncOneBranchArgs = {
3775
+ export type MutationSyncOneCatatSketchArgs = {
2581
3776
  id: Scalars['ObjectId'];
2582
3777
  logs?: InputMaybe<Array<Scalars['String']>>;
2583
3778
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2584
3779
  };
2585
- export type MutationSyncOneBrandArgs = {
3780
+ export type MutationSyncOneCatatSketchDiffArgs = {
2586
3781
  id: Scalars['ObjectId'];
2587
3782
  logs?: InputMaybe<Array<Scalars['String']>>;
2588
3783
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2589
3784
  };
2590
- export type MutationSyncOneBuildingArgs = {
3785
+ export type MutationSyncOneCatatSketchRecordArgs = {
2591
3786
  id: Scalars['ObjectId'];
2592
3787
  logs?: InputMaybe<Array<Scalars['String']>>;
2593
3788
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
@@ -2712,6 +3907,48 @@ export type MutationUpdateOneBuildingArgs = {
2712
3907
  logs?: InputMaybe<Array<Scalars['String']>>;
2713
3908
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2714
3909
  };
3910
+ export type MutationUpdateOneCatatNoteArgs = {
3911
+ data: CatatNoteInput;
3912
+ id: Scalars['ObjectId'];
3913
+ logs?: InputMaybe<Array<Scalars['String']>>;
3914
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3915
+ };
3916
+ export type MutationUpdateOneCatatPaperArgs = {
3917
+ data: CatatPaperInput;
3918
+ id: Scalars['ObjectId'];
3919
+ logs?: InputMaybe<Array<Scalars['String']>>;
3920
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3921
+ };
3922
+ export type MutationUpdateOneCatatPaperDiffArgs = {
3923
+ data: CatatPaperDiffInput;
3924
+ id: Scalars['ObjectId'];
3925
+ logs?: InputMaybe<Array<Scalars['String']>>;
3926
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3927
+ };
3928
+ export type MutationUpdateOneCatatPaperRecordArgs = {
3929
+ data: CatatPaperRecordInput;
3930
+ id: Scalars['ObjectId'];
3931
+ logs?: InputMaybe<Array<Scalars['String']>>;
3932
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3933
+ };
3934
+ export type MutationUpdateOneCatatSketchArgs = {
3935
+ data: CatatSketchInput;
3936
+ id: Scalars['ObjectId'];
3937
+ logs?: InputMaybe<Array<Scalars['String']>>;
3938
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3939
+ };
3940
+ export type MutationUpdateOneCatatSketchDiffArgs = {
3941
+ data: CatatSketchDiffInput;
3942
+ id: Scalars['ObjectId'];
3943
+ logs?: InputMaybe<Array<Scalars['String']>>;
3944
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3945
+ };
3946
+ export type MutationUpdateOneCatatSketchRecordArgs = {
3947
+ data: CatatSketchRecordInput;
3948
+ id: Scalars['ObjectId'];
3949
+ logs?: InputMaybe<Array<Scalars['String']>>;
3950
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3951
+ };
2715
3952
  export type MutationUpdateOneCheckInArgs = {
2716
3953
  data: CheckInInput;
2717
3954
  id: Scalars['ObjectId'];
@@ -3099,6 +4336,20 @@ export type Query = {
3099
4336
  brands?: Maybe<BrandCollectionResponse>;
3100
4337
  building?: Maybe<BuildingSingleResponse>;
3101
4338
  buildings?: Maybe<BuildingCollectionResponse>;
4339
+ catatNote?: Maybe<CatatNoteSingleResponse>;
4340
+ catatNotes?: Maybe<CatatNoteCollectionResponse>;
4341
+ catatPaper?: Maybe<CatatPaperSingleResponse>;
4342
+ catatPaperDiff?: Maybe<CatatPaperDiffSingleResponse>;
4343
+ catatPaperDiffs?: Maybe<CatatPaperDiffCollectionResponse>;
4344
+ catatPaperRecord?: Maybe<CatatPaperRecordSingleResponse>;
4345
+ catatPaperRecords?: Maybe<CatatPaperRecordCollectionResponse>;
4346
+ catatPapers?: Maybe<CatatPaperCollectionResponse>;
4347
+ catatSketch?: Maybe<CatatSketchSingleResponse>;
4348
+ catatSketchDiff?: Maybe<CatatSketchDiffSingleResponse>;
4349
+ catatSketchDiffs?: Maybe<CatatSketchDiffCollectionResponse>;
4350
+ catatSketchRecord?: Maybe<CatatSketchRecordSingleResponse>;
4351
+ catatSketchRecords?: Maybe<CatatSketchRecordCollectionResponse>;
4352
+ catatSketches?: Maybe<CatatSketchCollectionResponse>;
3102
4353
  checkIn?: Maybe<CheckInSingleResponse>;
3103
4354
  checkIns?: Maybe<CheckInCollectionResponse>;
3104
4355
  cities?: Maybe<CityCollectionResponse>;
@@ -3115,6 +4366,20 @@ export type Query = {
3115
4366
  countBrands?: Maybe<CountResponse>;
3116
4367
  /** Count neu:tempat:building items. */
3117
4368
  countBuildings?: Maybe<CountResponse>;
4369
+ /** Count neo:catat:note items. */
4370
+ countCatatNotes?: Maybe<CountResponse>;
4371
+ /** Count neo:catat:paperDiff items. */
4372
+ countCatatPaperDiffs?: Maybe<CountResponse>;
4373
+ /** Count neo:catat:paperRecord items. */
4374
+ countCatatPaperRecords?: Maybe<CountResponse>;
4375
+ /** Count neo:catat:paper items. */
4376
+ countCatatPapers?: Maybe<CountResponse>;
4377
+ /** Count neo:catat:sketchDiff items. */
4378
+ countCatatSketchDiffs?: Maybe<CountResponse>;
4379
+ /** Count neo:catat:sketchRecord items. */
4380
+ countCatatSketchRecords?: Maybe<CountResponse>;
4381
+ /** Count neo:catat:sketch items. */
4382
+ countCatatSketches?: Maybe<CountResponse>;
3118
4383
  /** Count neu:tempat:checkIn items. */
3119
4384
  countCheckIns?: Maybe<CountResponse>;
3120
4385
  /** Count neo:tempat:city items. */
@@ -3225,12 +4490,236 @@ export type QueryTasksArgs = {
3225
4490
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3226
4491
  sort?: InputMaybe<Scalars['Json']>;
3227
4492
  };
3228
- export type QueryApplicationArgs = {
4493
+ export type QueryApplicationArgs = {
4494
+ id: Scalars['ObjectId'];
4495
+ logs?: InputMaybe<Array<Scalars['String']>>;
4496
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4497
+ };
4498
+ export type QueryApplicationsArgs = {
4499
+ filter?: InputMaybe<Scalars['Json']>;
4500
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4501
+ limit?: InputMaybe<Scalars['Int']>;
4502
+ logs?: InputMaybe<Array<Scalars['String']>>;
4503
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4504
+ page?: InputMaybe<Scalars['Int']>;
4505
+ search?: InputMaybe<Scalars['String']>;
4506
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4507
+ sort?: InputMaybe<Scalars['Json']>;
4508
+ };
4509
+ export type QueryAreaArgs = {
4510
+ id: Scalars['ObjectId'];
4511
+ logs?: InputMaybe<Array<Scalars['String']>>;
4512
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4513
+ };
4514
+ export type QueryAreasArgs = {
4515
+ filter?: InputMaybe<Scalars['Json']>;
4516
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4517
+ limit?: InputMaybe<Scalars['Int']>;
4518
+ logs?: InputMaybe<Array<Scalars['String']>>;
4519
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4520
+ page?: InputMaybe<Scalars['Int']>;
4521
+ search?: InputMaybe<Scalars['String']>;
4522
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4523
+ sort?: InputMaybe<Scalars['Json']>;
4524
+ };
4525
+ export type QueryBranchArgs = {
4526
+ id: Scalars['ObjectId'];
4527
+ logs?: InputMaybe<Array<Scalars['String']>>;
4528
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4529
+ };
4530
+ export type QueryBranchesArgs = {
4531
+ filter?: InputMaybe<Scalars['Json']>;
4532
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4533
+ limit?: InputMaybe<Scalars['Int']>;
4534
+ logs?: InputMaybe<Array<Scalars['String']>>;
4535
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4536
+ page?: InputMaybe<Scalars['Int']>;
4537
+ search?: InputMaybe<Scalars['String']>;
4538
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4539
+ sort?: InputMaybe<Scalars['Json']>;
4540
+ };
4541
+ export type QueryBrandArgs = {
4542
+ id: Scalars['ObjectId'];
4543
+ logs?: InputMaybe<Array<Scalars['String']>>;
4544
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4545
+ };
4546
+ export type QueryBrandsArgs = {
4547
+ filter?: InputMaybe<Scalars['Json']>;
4548
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4549
+ limit?: InputMaybe<Scalars['Int']>;
4550
+ logs?: InputMaybe<Array<Scalars['String']>>;
4551
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4552
+ page?: InputMaybe<Scalars['Int']>;
4553
+ search?: InputMaybe<Scalars['String']>;
4554
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4555
+ sort?: InputMaybe<Scalars['Json']>;
4556
+ };
4557
+ export type QueryBuildingArgs = {
4558
+ id: Scalars['ObjectId'];
4559
+ logs?: InputMaybe<Array<Scalars['String']>>;
4560
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4561
+ };
4562
+ export type QueryBuildingsArgs = {
4563
+ filter?: InputMaybe<Scalars['Json']>;
4564
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4565
+ limit?: InputMaybe<Scalars['Int']>;
4566
+ logs?: InputMaybe<Array<Scalars['String']>>;
4567
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4568
+ page?: InputMaybe<Scalars['Int']>;
4569
+ search?: InputMaybe<Scalars['String']>;
4570
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4571
+ sort?: InputMaybe<Scalars['Json']>;
4572
+ };
4573
+ export type QueryCatatNoteArgs = {
4574
+ id: Scalars['ObjectId'];
4575
+ logs?: InputMaybe<Array<Scalars['String']>>;
4576
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4577
+ };
4578
+ export type QueryCatatNotesArgs = {
4579
+ filter?: InputMaybe<Scalars['Json']>;
4580
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4581
+ limit?: InputMaybe<Scalars['Int']>;
4582
+ logs?: InputMaybe<Array<Scalars['String']>>;
4583
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4584
+ page?: InputMaybe<Scalars['Int']>;
4585
+ search?: InputMaybe<Scalars['String']>;
4586
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4587
+ sort?: InputMaybe<Scalars['Json']>;
4588
+ };
4589
+ export type QueryCatatPaperArgs = {
4590
+ id: Scalars['ObjectId'];
4591
+ logs?: InputMaybe<Array<Scalars['String']>>;
4592
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4593
+ };
4594
+ export type QueryCatatPaperDiffArgs = {
4595
+ id: Scalars['ObjectId'];
4596
+ logs?: InputMaybe<Array<Scalars['String']>>;
4597
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4598
+ };
4599
+ export type QueryCatatPaperDiffsArgs = {
4600
+ filter?: InputMaybe<Scalars['Json']>;
4601
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4602
+ limit?: InputMaybe<Scalars['Int']>;
4603
+ logs?: InputMaybe<Array<Scalars['String']>>;
4604
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4605
+ page?: InputMaybe<Scalars['Int']>;
4606
+ search?: InputMaybe<Scalars['String']>;
4607
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4608
+ sort?: InputMaybe<Scalars['Json']>;
4609
+ };
4610
+ export type QueryCatatPaperRecordArgs = {
4611
+ id: Scalars['ObjectId'];
4612
+ logs?: InputMaybe<Array<Scalars['String']>>;
4613
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4614
+ };
4615
+ export type QueryCatatPaperRecordsArgs = {
4616
+ filter?: InputMaybe<Scalars['Json']>;
4617
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4618
+ limit?: InputMaybe<Scalars['Int']>;
4619
+ logs?: InputMaybe<Array<Scalars['String']>>;
4620
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4621
+ page?: InputMaybe<Scalars['Int']>;
4622
+ search?: InputMaybe<Scalars['String']>;
4623
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4624
+ sort?: InputMaybe<Scalars['Json']>;
4625
+ };
4626
+ export type QueryCatatPapersArgs = {
4627
+ filter?: InputMaybe<Scalars['Json']>;
4628
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4629
+ limit?: InputMaybe<Scalars['Int']>;
4630
+ logs?: InputMaybe<Array<Scalars['String']>>;
4631
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4632
+ page?: InputMaybe<Scalars['Int']>;
4633
+ search?: InputMaybe<Scalars['String']>;
4634
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4635
+ sort?: InputMaybe<Scalars['Json']>;
4636
+ };
4637
+ export type QueryCatatSketchArgs = {
4638
+ id: Scalars['ObjectId'];
4639
+ logs?: InputMaybe<Array<Scalars['String']>>;
4640
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4641
+ };
4642
+ export type QueryCatatSketchDiffArgs = {
4643
+ id: Scalars['ObjectId'];
4644
+ logs?: InputMaybe<Array<Scalars['String']>>;
4645
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4646
+ };
4647
+ export type QueryCatatSketchDiffsArgs = {
4648
+ filter?: InputMaybe<Scalars['Json']>;
4649
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4650
+ limit?: InputMaybe<Scalars['Int']>;
4651
+ logs?: InputMaybe<Array<Scalars['String']>>;
4652
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4653
+ page?: InputMaybe<Scalars['Int']>;
4654
+ search?: InputMaybe<Scalars['String']>;
4655
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4656
+ sort?: InputMaybe<Scalars['Json']>;
4657
+ };
4658
+ export type QueryCatatSketchRecordArgs = {
4659
+ id: Scalars['ObjectId'];
4660
+ logs?: InputMaybe<Array<Scalars['String']>>;
4661
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4662
+ };
4663
+ export type QueryCatatSketchRecordsArgs = {
4664
+ filter?: InputMaybe<Scalars['Json']>;
4665
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4666
+ limit?: InputMaybe<Scalars['Int']>;
4667
+ logs?: InputMaybe<Array<Scalars['String']>>;
4668
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4669
+ page?: InputMaybe<Scalars['Int']>;
4670
+ search?: InputMaybe<Scalars['String']>;
4671
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4672
+ sort?: InputMaybe<Scalars['Json']>;
4673
+ };
4674
+ export type QueryCatatSketchesArgs = {
4675
+ filter?: InputMaybe<Scalars['Json']>;
4676
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4677
+ limit?: InputMaybe<Scalars['Int']>;
4678
+ logs?: InputMaybe<Array<Scalars['String']>>;
4679
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4680
+ page?: InputMaybe<Scalars['Int']>;
4681
+ search?: InputMaybe<Scalars['String']>;
4682
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4683
+ sort?: InputMaybe<Scalars['Json']>;
4684
+ };
4685
+ export type QueryCheckInArgs = {
4686
+ id: Scalars['ObjectId'];
4687
+ logs?: InputMaybe<Array<Scalars['String']>>;
4688
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4689
+ };
4690
+ export type QueryCheckInsArgs = {
4691
+ filter?: InputMaybe<Scalars['Json']>;
4692
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4693
+ limit?: InputMaybe<Scalars['Int']>;
4694
+ logs?: InputMaybe<Array<Scalars['String']>>;
4695
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4696
+ page?: InputMaybe<Scalars['Int']>;
4697
+ search?: InputMaybe<Scalars['String']>;
4698
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4699
+ sort?: InputMaybe<Scalars['Json']>;
4700
+ };
4701
+ export type QueryCitiesArgs = {
4702
+ filter?: InputMaybe<Scalars['Json']>;
4703
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4704
+ limit?: InputMaybe<Scalars['Int']>;
4705
+ logs?: InputMaybe<Array<Scalars['String']>>;
4706
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4707
+ page?: InputMaybe<Scalars['Int']>;
4708
+ search?: InputMaybe<Scalars['String']>;
4709
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4710
+ sort?: InputMaybe<Scalars['Json']>;
4711
+ };
4712
+ export type QueryCityArgs = {
3229
4713
  id: Scalars['ObjectId'];
3230
4714
  logs?: InputMaybe<Array<Scalars['String']>>;
3231
4715
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3232
4716
  };
3233
- export type QueryApplicationsArgs = {
4717
+ export type QueryConfigArgs = {
4718
+ id: Scalars['ObjectId'];
4719
+ logs?: InputMaybe<Array<Scalars['String']>>;
4720
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4721
+ };
4722
+ export type QueryConfigsArgs = {
3234
4723
  filter?: InputMaybe<Scalars['Json']>;
3235
4724
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3236
4725
  limit?: InputMaybe<Scalars['Int']>;
@@ -3241,12 +4730,7 @@ export type QueryApplicationsArgs = {
3241
4730
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3242
4731
  sort?: InputMaybe<Scalars['Json']>;
3243
4732
  };
3244
- export type QueryAreaArgs = {
3245
- id: Scalars['ObjectId'];
3246
- logs?: InputMaybe<Array<Scalars['String']>>;
3247
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3248
- };
3249
- export type QueryAreasArgs = {
4733
+ export type QueryCountApplicationsArgs = {
3250
4734
  filter?: InputMaybe<Scalars['Json']>;
3251
4735
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3252
4736
  limit?: InputMaybe<Scalars['Int']>;
@@ -3257,12 +4741,7 @@ export type QueryAreasArgs = {
3257
4741
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3258
4742
  sort?: InputMaybe<Scalars['Json']>;
3259
4743
  };
3260
- export type QueryBranchArgs = {
3261
- id: Scalars['ObjectId'];
3262
- logs?: InputMaybe<Array<Scalars['String']>>;
3263
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3264
- };
3265
- export type QueryBranchesArgs = {
4744
+ export type QueryCountAreasArgs = {
3266
4745
  filter?: InputMaybe<Scalars['Json']>;
3267
4746
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3268
4747
  limit?: InputMaybe<Scalars['Int']>;
@@ -3273,12 +4752,7 @@ export type QueryBranchesArgs = {
3273
4752
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3274
4753
  sort?: InputMaybe<Scalars['Json']>;
3275
4754
  };
3276
- export type QueryBrandArgs = {
3277
- id: Scalars['ObjectId'];
3278
- logs?: InputMaybe<Array<Scalars['String']>>;
3279
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3280
- };
3281
- export type QueryBrandsArgs = {
4755
+ export type QueryCountBranchesArgs = {
3282
4756
  filter?: InputMaybe<Scalars['Json']>;
3283
4757
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3284
4758
  limit?: InputMaybe<Scalars['Int']>;
@@ -3289,12 +4763,7 @@ export type QueryBrandsArgs = {
3289
4763
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3290
4764
  sort?: InputMaybe<Scalars['Json']>;
3291
4765
  };
3292
- export type QueryBuildingArgs = {
3293
- id: Scalars['ObjectId'];
3294
- logs?: InputMaybe<Array<Scalars['String']>>;
3295
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3296
- };
3297
- export type QueryBuildingsArgs = {
4766
+ export type QueryCountBrandsArgs = {
3298
4767
  filter?: InputMaybe<Scalars['Json']>;
3299
4768
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3300
4769
  limit?: InputMaybe<Scalars['Int']>;
@@ -3305,12 +4774,7 @@ export type QueryBuildingsArgs = {
3305
4774
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3306
4775
  sort?: InputMaybe<Scalars['Json']>;
3307
4776
  };
3308
- export type QueryCheckInArgs = {
3309
- id: Scalars['ObjectId'];
3310
- logs?: InputMaybe<Array<Scalars['String']>>;
3311
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3312
- };
3313
- export type QueryCheckInsArgs = {
4777
+ export type QueryCountBuildingsArgs = {
3314
4778
  filter?: InputMaybe<Scalars['Json']>;
3315
4779
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3316
4780
  limit?: InputMaybe<Scalars['Int']>;
@@ -3321,7 +4785,7 @@ export type QueryCheckInsArgs = {
3321
4785
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3322
4786
  sort?: InputMaybe<Scalars['Json']>;
3323
4787
  };
3324
- export type QueryCitiesArgs = {
4788
+ export type QueryCountCatatNotesArgs = {
3325
4789
  filter?: InputMaybe<Scalars['Json']>;
3326
4790
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3327
4791
  limit?: InputMaybe<Scalars['Int']>;
@@ -3332,17 +4796,7 @@ export type QueryCitiesArgs = {
3332
4796
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3333
4797
  sort?: InputMaybe<Scalars['Json']>;
3334
4798
  };
3335
- export type QueryCityArgs = {
3336
- id: Scalars['ObjectId'];
3337
- logs?: InputMaybe<Array<Scalars['String']>>;
3338
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3339
- };
3340
- export type QueryConfigArgs = {
3341
- id: Scalars['ObjectId'];
3342
- logs?: InputMaybe<Array<Scalars['String']>>;
3343
- shortcuts?: InputMaybe<Array<Scalars['String']>>;
3344
- };
3345
- export type QueryConfigsArgs = {
4799
+ export type QueryCountCatatPaperDiffsArgs = {
3346
4800
  filter?: InputMaybe<Scalars['Json']>;
3347
4801
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3348
4802
  limit?: InputMaybe<Scalars['Int']>;
@@ -3353,7 +4807,7 @@ export type QueryConfigsArgs = {
3353
4807
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3354
4808
  sort?: InputMaybe<Scalars['Json']>;
3355
4809
  };
3356
- export type QueryCountApplicationsArgs = {
4810
+ export type QueryCountCatatPaperRecordsArgs = {
3357
4811
  filter?: InputMaybe<Scalars['Json']>;
3358
4812
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3359
4813
  limit?: InputMaybe<Scalars['Int']>;
@@ -3364,7 +4818,7 @@ export type QueryCountApplicationsArgs = {
3364
4818
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3365
4819
  sort?: InputMaybe<Scalars['Json']>;
3366
4820
  };
3367
- export type QueryCountAreasArgs = {
4821
+ export type QueryCountCatatPapersArgs = {
3368
4822
  filter?: InputMaybe<Scalars['Json']>;
3369
4823
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3370
4824
  limit?: InputMaybe<Scalars['Int']>;
@@ -3375,7 +4829,7 @@ export type QueryCountAreasArgs = {
3375
4829
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3376
4830
  sort?: InputMaybe<Scalars['Json']>;
3377
4831
  };
3378
- export type QueryCountBranchesArgs = {
4832
+ export type QueryCountCatatSketchDiffsArgs = {
3379
4833
  filter?: InputMaybe<Scalars['Json']>;
3380
4834
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3381
4835
  limit?: InputMaybe<Scalars['Int']>;
@@ -3386,7 +4840,7 @@ export type QueryCountBranchesArgs = {
3386
4840
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3387
4841
  sort?: InputMaybe<Scalars['Json']>;
3388
4842
  };
3389
- export type QueryCountBrandsArgs = {
4843
+ export type QueryCountCatatSketchRecordsArgs = {
3390
4844
  filter?: InputMaybe<Scalars['Json']>;
3391
4845
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3392
4846
  limit?: InputMaybe<Scalars['Int']>;
@@ -3397,7 +4851,7 @@ export type QueryCountBrandsArgs = {
3397
4851
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3398
4852
  sort?: InputMaybe<Scalars['Json']>;
3399
4853
  };
3400
- export type QueryCountBuildingsArgs = {
4854
+ export type QueryCountCatatSketchesArgs = {
3401
4855
  filter?: InputMaybe<Scalars['Json']>;
3402
4856
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3403
4857
  limit?: InputMaybe<Scalars['Int']>;
@@ -5188,6 +6642,48 @@ export type Subscription = {
5188
6642
  buildingDeleted?: Maybe<Building>;
5189
6643
  /** One neu:tempat:building item updated. */
5190
6644
  buildingUpdated?: Maybe<Building>;
6645
+ /** One neo:catat:note item created. */
6646
+ catatNoteCreated?: Maybe<CatatNote>;
6647
+ /** One neo:catat:note item deleted. */
6648
+ catatNoteDeleted?: Maybe<CatatNote>;
6649
+ /** One neo:catat:note item updated. */
6650
+ catatNoteUpdated?: Maybe<CatatNote>;
6651
+ /** One neo:catat:paper item created. */
6652
+ catatPaperCreated?: Maybe<CatatPaper>;
6653
+ /** One neo:catat:paper item deleted. */
6654
+ catatPaperDeleted?: Maybe<CatatPaper>;
6655
+ /** One neo:catat:paperDiff item created. */
6656
+ catatPaperDiffCreated?: Maybe<CatatPaperDiff>;
6657
+ /** One neo:catat:paperDiff item deleted. */
6658
+ catatPaperDiffDeleted?: Maybe<CatatPaperDiff>;
6659
+ /** One neo:catat:paperDiff item updated. */
6660
+ catatPaperDiffUpdated?: Maybe<CatatPaperDiff>;
6661
+ /** One neo:catat:paperRecord item created. */
6662
+ catatPaperRecordCreated?: Maybe<CatatPaperRecord>;
6663
+ /** One neo:catat:paperRecord item deleted. */
6664
+ catatPaperRecordDeleted?: Maybe<CatatPaperRecord>;
6665
+ /** One neo:catat:paperRecord item updated. */
6666
+ catatPaperRecordUpdated?: Maybe<CatatPaperRecord>;
6667
+ /** One neo:catat:paper item updated. */
6668
+ catatPaperUpdated?: Maybe<CatatPaper>;
6669
+ /** One neo:catat:sketch item created. */
6670
+ catatSketchCreated?: Maybe<CatatSketch>;
6671
+ /** One neo:catat:sketch item deleted. */
6672
+ catatSketchDeleted?: Maybe<CatatSketch>;
6673
+ /** One neo:catat:sketchDiff item created. */
6674
+ catatSketchDiffCreated?: Maybe<CatatSketchDiff>;
6675
+ /** One neo:catat:sketchDiff item deleted. */
6676
+ catatSketchDiffDeleted?: Maybe<CatatSketchDiff>;
6677
+ /** One neo:catat:sketchDiff item updated. */
6678
+ catatSketchDiffUpdated?: Maybe<CatatSketchDiff>;
6679
+ /** One neo:catat:sketchRecord item created. */
6680
+ catatSketchRecordCreated?: Maybe<CatatSketchRecord>;
6681
+ /** One neo:catat:sketchRecord item deleted. */
6682
+ catatSketchRecordDeleted?: Maybe<CatatSketchRecord>;
6683
+ /** One neo:catat:sketchRecord item updated. */
6684
+ catatSketchRecordUpdated?: Maybe<CatatSketchRecord>;
6685
+ /** One neo:catat:sketch item updated. */
6686
+ catatSketchUpdated?: Maybe<CatatSketch>;
5191
6687
  /** One neu:tempat:checkIn item created. */
5192
6688
  checkInCreated?: Maybe<CheckIn>;
5193
6689
  /** One neu:tempat:checkIn item deleted. */
@@ -5519,6 +7015,216 @@ export type SubscriptionBuildingUpdatedArgs = {
5519
7015
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
5520
7016
  sort?: InputMaybe<Scalars['Json']>;
5521
7017
  };
7018
+ export type SubscriptionCatatNoteCreatedArgs = {
7019
+ filter?: InputMaybe<Scalars['Json']>;
7020
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7021
+ limit?: InputMaybe<Scalars['Int']>;
7022
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7023
+ page?: InputMaybe<Scalars['Int']>;
7024
+ search?: InputMaybe<Scalars['String']>;
7025
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7026
+ sort?: InputMaybe<Scalars['Json']>;
7027
+ };
7028
+ export type SubscriptionCatatNoteDeletedArgs = {
7029
+ filter?: InputMaybe<Scalars['Json']>;
7030
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7031
+ limit?: InputMaybe<Scalars['Int']>;
7032
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7033
+ page?: InputMaybe<Scalars['Int']>;
7034
+ search?: InputMaybe<Scalars['String']>;
7035
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7036
+ sort?: InputMaybe<Scalars['Json']>;
7037
+ };
7038
+ export type SubscriptionCatatNoteUpdatedArgs = {
7039
+ filter?: InputMaybe<Scalars['Json']>;
7040
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7041
+ limit?: InputMaybe<Scalars['Int']>;
7042
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7043
+ page?: InputMaybe<Scalars['Int']>;
7044
+ search?: InputMaybe<Scalars['String']>;
7045
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7046
+ sort?: InputMaybe<Scalars['Json']>;
7047
+ };
7048
+ export type SubscriptionCatatPaperCreatedArgs = {
7049
+ filter?: InputMaybe<Scalars['Json']>;
7050
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7051
+ limit?: InputMaybe<Scalars['Int']>;
7052
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7053
+ page?: InputMaybe<Scalars['Int']>;
7054
+ search?: InputMaybe<Scalars['String']>;
7055
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7056
+ sort?: InputMaybe<Scalars['Json']>;
7057
+ };
7058
+ export type SubscriptionCatatPaperDeletedArgs = {
7059
+ filter?: InputMaybe<Scalars['Json']>;
7060
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7061
+ limit?: InputMaybe<Scalars['Int']>;
7062
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7063
+ page?: InputMaybe<Scalars['Int']>;
7064
+ search?: InputMaybe<Scalars['String']>;
7065
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7066
+ sort?: InputMaybe<Scalars['Json']>;
7067
+ };
7068
+ export type SubscriptionCatatPaperDiffCreatedArgs = {
7069
+ filter?: InputMaybe<Scalars['Json']>;
7070
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7071
+ limit?: InputMaybe<Scalars['Int']>;
7072
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7073
+ page?: InputMaybe<Scalars['Int']>;
7074
+ search?: InputMaybe<Scalars['String']>;
7075
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7076
+ sort?: InputMaybe<Scalars['Json']>;
7077
+ };
7078
+ export type SubscriptionCatatPaperDiffDeletedArgs = {
7079
+ filter?: InputMaybe<Scalars['Json']>;
7080
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7081
+ limit?: InputMaybe<Scalars['Int']>;
7082
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7083
+ page?: InputMaybe<Scalars['Int']>;
7084
+ search?: InputMaybe<Scalars['String']>;
7085
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7086
+ sort?: InputMaybe<Scalars['Json']>;
7087
+ };
7088
+ export type SubscriptionCatatPaperDiffUpdatedArgs = {
7089
+ filter?: InputMaybe<Scalars['Json']>;
7090
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7091
+ limit?: InputMaybe<Scalars['Int']>;
7092
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7093
+ page?: InputMaybe<Scalars['Int']>;
7094
+ search?: InputMaybe<Scalars['String']>;
7095
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7096
+ sort?: InputMaybe<Scalars['Json']>;
7097
+ };
7098
+ export type SubscriptionCatatPaperRecordCreatedArgs = {
7099
+ filter?: InputMaybe<Scalars['Json']>;
7100
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7101
+ limit?: InputMaybe<Scalars['Int']>;
7102
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7103
+ page?: InputMaybe<Scalars['Int']>;
7104
+ search?: InputMaybe<Scalars['String']>;
7105
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7106
+ sort?: InputMaybe<Scalars['Json']>;
7107
+ };
7108
+ export type SubscriptionCatatPaperRecordDeletedArgs = {
7109
+ filter?: InputMaybe<Scalars['Json']>;
7110
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7111
+ limit?: InputMaybe<Scalars['Int']>;
7112
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7113
+ page?: InputMaybe<Scalars['Int']>;
7114
+ search?: InputMaybe<Scalars['String']>;
7115
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7116
+ sort?: InputMaybe<Scalars['Json']>;
7117
+ };
7118
+ export type SubscriptionCatatPaperRecordUpdatedArgs = {
7119
+ filter?: InputMaybe<Scalars['Json']>;
7120
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7121
+ limit?: InputMaybe<Scalars['Int']>;
7122
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7123
+ page?: InputMaybe<Scalars['Int']>;
7124
+ search?: InputMaybe<Scalars['String']>;
7125
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7126
+ sort?: InputMaybe<Scalars['Json']>;
7127
+ };
7128
+ export type SubscriptionCatatPaperUpdatedArgs = {
7129
+ filter?: InputMaybe<Scalars['Json']>;
7130
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7131
+ limit?: InputMaybe<Scalars['Int']>;
7132
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7133
+ page?: InputMaybe<Scalars['Int']>;
7134
+ search?: InputMaybe<Scalars['String']>;
7135
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7136
+ sort?: InputMaybe<Scalars['Json']>;
7137
+ };
7138
+ export type SubscriptionCatatSketchCreatedArgs = {
7139
+ filter?: InputMaybe<Scalars['Json']>;
7140
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7141
+ limit?: InputMaybe<Scalars['Int']>;
7142
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7143
+ page?: InputMaybe<Scalars['Int']>;
7144
+ search?: InputMaybe<Scalars['String']>;
7145
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7146
+ sort?: InputMaybe<Scalars['Json']>;
7147
+ };
7148
+ export type SubscriptionCatatSketchDeletedArgs = {
7149
+ filter?: InputMaybe<Scalars['Json']>;
7150
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7151
+ limit?: InputMaybe<Scalars['Int']>;
7152
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7153
+ page?: InputMaybe<Scalars['Int']>;
7154
+ search?: InputMaybe<Scalars['String']>;
7155
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7156
+ sort?: InputMaybe<Scalars['Json']>;
7157
+ };
7158
+ export type SubscriptionCatatSketchDiffCreatedArgs = {
7159
+ filter?: InputMaybe<Scalars['Json']>;
7160
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7161
+ limit?: InputMaybe<Scalars['Int']>;
7162
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7163
+ page?: InputMaybe<Scalars['Int']>;
7164
+ search?: InputMaybe<Scalars['String']>;
7165
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7166
+ sort?: InputMaybe<Scalars['Json']>;
7167
+ };
7168
+ export type SubscriptionCatatSketchDiffDeletedArgs = {
7169
+ filter?: InputMaybe<Scalars['Json']>;
7170
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7171
+ limit?: InputMaybe<Scalars['Int']>;
7172
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7173
+ page?: InputMaybe<Scalars['Int']>;
7174
+ search?: InputMaybe<Scalars['String']>;
7175
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7176
+ sort?: InputMaybe<Scalars['Json']>;
7177
+ };
7178
+ export type SubscriptionCatatSketchDiffUpdatedArgs = {
7179
+ filter?: InputMaybe<Scalars['Json']>;
7180
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7181
+ limit?: InputMaybe<Scalars['Int']>;
7182
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7183
+ page?: InputMaybe<Scalars['Int']>;
7184
+ search?: InputMaybe<Scalars['String']>;
7185
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7186
+ sort?: InputMaybe<Scalars['Json']>;
7187
+ };
7188
+ export type SubscriptionCatatSketchRecordCreatedArgs = {
7189
+ filter?: InputMaybe<Scalars['Json']>;
7190
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7191
+ limit?: InputMaybe<Scalars['Int']>;
7192
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7193
+ page?: InputMaybe<Scalars['Int']>;
7194
+ search?: InputMaybe<Scalars['String']>;
7195
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7196
+ sort?: InputMaybe<Scalars['Json']>;
7197
+ };
7198
+ export type SubscriptionCatatSketchRecordDeletedArgs = {
7199
+ filter?: InputMaybe<Scalars['Json']>;
7200
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7201
+ limit?: InputMaybe<Scalars['Int']>;
7202
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7203
+ page?: InputMaybe<Scalars['Int']>;
7204
+ search?: InputMaybe<Scalars['String']>;
7205
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7206
+ sort?: InputMaybe<Scalars['Json']>;
7207
+ };
7208
+ export type SubscriptionCatatSketchRecordUpdatedArgs = {
7209
+ filter?: InputMaybe<Scalars['Json']>;
7210
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7211
+ limit?: InputMaybe<Scalars['Int']>;
7212
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7213
+ page?: InputMaybe<Scalars['Int']>;
7214
+ search?: InputMaybe<Scalars['String']>;
7215
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7216
+ sort?: InputMaybe<Scalars['Json']>;
7217
+ };
7218
+ export type SubscriptionCatatSketchUpdatedArgs = {
7219
+ filter?: InputMaybe<Scalars['Json']>;
7220
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
7221
+ limit?: InputMaybe<Scalars['Int']>;
7222
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
7223
+ page?: InputMaybe<Scalars['Int']>;
7224
+ search?: InputMaybe<Scalars['String']>;
7225
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
7226
+ sort?: InputMaybe<Scalars['Json']>;
7227
+ };
5522
7228
  export type SubscriptionCheckInCreatedArgs = {
5523
7229
  filter?: InputMaybe<Scalars['Json']>;
5524
7230
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -6055,7 +7761,7 @@ export type Task = {
6055
7761
  supervisingAssignments?: Maybe<Array<Staff>>;
6056
7762
  /** When this tugas was last synced. */
6057
7763
  syncedAt?: Maybe<Scalars['Date']>;
6058
- /** Detail dari Tugas ini. */
7764
+ /** Judul Tugas. */
6059
7765
  taskName?: Maybe<Scalars['String']>;
6060
7766
  /** Internal type of this tugas. */
6061
7767
  type__?: Maybe<Scalars['String']>;
@@ -6183,7 +7889,7 @@ export type TaskInput = {
6183
7889
  supervisingAssignmentIds?: InputMaybe<Array<Scalars['ID']>>;
6184
7890
  /** When this tugas was last synced. */
6185
7891
  syncedAt?: InputMaybe<Scalars['Date']>;
6186
- /** Detail dari Tugas ini. */
7892
+ /** Judul Tugas. */
6187
7893
  taskName?: InputMaybe<Scalars['String']>;
6188
7894
  /** Internal type of this tugas. */
6189
7895
  type__?: InputMaybe<Scalars['String']>;
@@ -6387,8 +8093,6 @@ export type User = {
6387
8093
  salt?: Maybe<Scalars['String']>;
6388
8094
  /** Inversed relation from Pengguna field of neu:personalia:situation model. */
6389
8095
  situations?: Maybe<Array<Situation>>;
6390
- /** Inversed relation from Pengguna field of neu:personalia:staff model. */
6391
- staffs?: Maybe<Array<Staff>>;
6392
8096
  /** User status. */
6393
8097
  status?: Maybe<Scalars['String']>;
6394
8098
  /** When this user was last synced. */
@@ -6409,6 +8113,8 @@ export type User = {
6409
8113
  updatedBy?: Maybe<Scalars['ObjectId']>;
6410
8114
  /** Who last updated this user. */
6411
8115
  updater?: Maybe<User>;
8116
+ /** Inversed relation from Pengguna field of neu:personalia:staff model. */
8117
+ userStaffs?: Maybe<Array<Staff>>;
6412
8118
  /** Username of this user. */
6413
8119
  username?: Maybe<Scalars['String']>;
6414
8120
  };
@@ -6457,7 +8163,7 @@ export type UserSituationsArgs = {
6457
8163
  search?: InputMaybe<Scalars['String']>;
6458
8164
  sort?: InputMaybe<Scalars['Json']>;
6459
8165
  };
6460
- export type UserStaffsArgs = {
8166
+ export type UserTasksArgs = {
6461
8167
  filter?: InputMaybe<Scalars['Json']>;
6462
8168
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
6463
8169
  limit?: InputMaybe<Scalars['Int']>;
@@ -6466,7 +8172,7 @@ export type UserStaffsArgs = {
6466
8172
  search?: InputMaybe<Scalars['String']>;
6467
8173
  sort?: InputMaybe<Scalars['Json']>;
6468
8174
  };
6469
- export type UserTasksArgs = {
8175
+ export type UserUnitsArgs = {
6470
8176
  filter?: InputMaybe<Scalars['Json']>;
6471
8177
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
6472
8178
  limit?: InputMaybe<Scalars['Int']>;
@@ -6475,7 +8181,7 @@ export type UserTasksArgs = {
6475
8181
  search?: InputMaybe<Scalars['String']>;
6476
8182
  sort?: InputMaybe<Scalars['Json']>;
6477
8183
  };
6478
- export type UserUnitsArgs = {
8184
+ export type UserUserStaffsArgs = {
6479
8185
  filter?: InputMaybe<Scalars['Json']>;
6480
8186
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
6481
8187
  limit?: InputMaybe<Scalars['Int']>;