Documentation
¶
Overview ¶
Package model defines custom GraphQL model types that are not generated by ent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncStatus ¶
type SyncStatus struct {
LastSyncAt *time.Time `json:"lastSyncAt"`
DurationMs *int `json:"durationMs"`
ObjectCounts map[string]int `json:"objectCounts"`
Status string `json:"status"`
ErrorMessage *string `json:"errorMessage"`
}
SyncStatus represents the GraphQL SyncStatus type. Maps to the sync_status table queried via raw SQL.
Click to show internal directories.
Click to hide internal directories.