// Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package model type Mutation struct { } type Query struct { } type Staff struct { StaffID string `json:"staff_id"` Nip string `json:"nip"` Name string `json:"name"` Email string `json:"email"` PhoneNumber *string `json:"phone_number,omitempty"` CompanyID string `json:"company_id"` CompanyName *string `json:"company_name,omitempty"` IsActive *string `json:"is_active,omitempty"` IsLogin *string `json:"is_login,omitempty"` Token *string `json:"token,omitempty"` Expired *string `json:"expired,omitempty"` IDGoogleSignIn string `json:"id_google_sign_in"` DisplayNameGoogleSignIn *string `json:"display_name_google_sign_in,omitempty"` CreatedAt *string `json:"created_at,omitempty"` LastUpdatedAt *string `json:"last_updated_at,omitempty"` } type TokenResponse struct { Token *string `json:"token,omitempty"` Message *string `json:"message,omitempty"` } type TransAbsensiCheckDistanceResponse struct { Status *string `json:"status,omitempty"` Message *string `json:"message,omitempty"` Selfie *string `json:"selfie,omitempty"` MaxDistance *string `json:"max_distance,omitempty"` CurrentDistance *string `json:"current_distance,omitempty"` Unit *string `json:"unit,omitempty"` } type TransAbsensiResponse struct { Status *string `json:"status,omitempty"` Message *string `json:"message,omitempty"` }