Refactor RGangguan_ALL.vue and api.graphql.ts

This commit is contained in:
Dede Fuji Abdul
2024-03-29 14:10:53 +07:00
parent 5dfbc9bdb8
commit c80b1eb766
3 changed files with 162 additions and 40 deletions

View File

@ -636,6 +636,12 @@ export const queries = {
$idUlp: Int!
$idUid: Int!
$idUp3: Int!
$namaRegional: String
$isSelesai: Int!
$media: String
$tanggal: String
$namaIssuetype: String
$namaSubissuetype: String
) {
detailKeluhanAll(
dateFrom: $dateFrom
@ -643,14 +649,25 @@ export const queries = {
idUlp: $idUlp
idUid: $idUid
idUp3: $idUp3
namaRegional: $namaRegional
isSelesai: $isSelesai
media: $media
tanggal: $tanggal
namaIssuetype: $namaIssuetype
namaSubissuetype: $namaSubissuetype
) {
id
nama_regional
id_uid
nama_uid
id_up3
nama_up3
id_ulp
nama_ulp
no_laporan
pembuat_laporan
waktu_lapor
waktu_response
waktu_recovery
durasi_dispatch_time
durasi_response_time
durasi_recovery_time
status_akhir
@ -659,14 +676,8 @@ export const queries = {
alamat_pelapor
no_telp_pelapor
keterangan_pelapor
media
jarak_closing
dispatch_oleh
diselesaikan_oleh
penyebab
tindakan
kode_gangguan
jenis_gangguan
respon_pelanggan
is_selesai
}
}
`