added graphql server types

main
emehmet 3 years ago
parent 0710913bc1
commit 648730e4c8

File diff suppressed because it is too large Load Diff

@ -1,4 +1,5 @@
import { ObjectId } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
import { Gps_Accuracy } from "../../deno-gps-server-with-mqtt/src/graphql_types/graphql_server_types.ts";
export type MongoTakipGpsYeni = {
@ -59,7 +60,7 @@ export type MongoTakipGpsYeni = {
GUNUN_SON_KM: number;
KONTAK_ACTI_TARIH: Date;
KONTAK_KAPADI_TARIH: Date;
GPS_DOGRULUK: string;
GPS_DOGRULUK: Gps_Accuracy;
UYDU_SAYI: number;
AKUKESIK: number;
FOLLOWERS: ObjectId[];

Loading…
Cancel
Save