From 3b2ad02d3d5636991594f9948c1e48318bc685ee Mon Sep 17 00:00:00 2001 From: Eko Haryadi Date: Thu, 28 Mar 2024 09:30:12 +0700 Subject: [PATCH] Update environment and API GraphQL queries --- .env.development | 5 +++-- src/utils/api/api.graphql.ts | 11 ----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index 31db523..ba0871a 100755 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_BASE_URL=http://localhost:5173 VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 VITE_APP_NAME='Executive Information System' -# VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql +VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql # VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180 -VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql + # VITE_APP_GRAPHQL_ENDPOINT=http://192.168.137.46:32169/graphql VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181 \ No newline at end of file diff --git a/src/utils/api/api.graphql.ts b/src/utils/api/api.graphql.ts index a1b19f7..b02006e 100755 --- a/src/utils/api/api.graphql.ts +++ b/src/utils/api/api.graphql.ts @@ -1582,26 +1582,15 @@ export const queries = { waktu_lapor waktu_response waktu_recovery - durasi_dispatch_time durasi_response_time durasi_recovery_time status_akhir - is_marking - referensi_marking idpel_nometer nama_pelapor alamat_pelapor no_telp_pelapor keterangan_pelapor media - jarak_closing - dispatch_oleh - diselesaikan_oleh - penyebab - tindakan - kode_gangguan - jenis_gangguan - nilai_rating } } `