feat: create server-side request in daftar gangguan dialihkan ke posko lain
This commit is contained in:
@@ -2539,6 +2539,11 @@ export const queries = {
|
||||
$posko: Int
|
||||
$idUid: Int
|
||||
$idUp3: Int
|
||||
$skip: Int
|
||||
$take: Int
|
||||
$requireTotalCount: Boolean
|
||||
$sort: [SortInput]
|
||||
$filter: [FilterInput]
|
||||
) {
|
||||
daftarGangguanDialihkanKePoskoLain(
|
||||
dateFrom: $dateFrom
|
||||
@@ -2546,6 +2551,11 @@ export const queries = {
|
||||
posko: $posko
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
skip: $skip
|
||||
take: $take
|
||||
requireTotalCount: $requireTotalCount
|
||||
sort: $sort
|
||||
filter: $filter
|
||||
) {
|
||||
alamat_pelapor
|
||||
pembuat_laporan
|
||||
|
Reference in New Issue
Block a user