insights: insights returned from graphQL don't respect soft delete
Created by: coury-clark
The underlying table insight_series
has a soft delete column deleted_at
. The method GetMapped
in the InsightStore
doesn't respect this soft delete, and will return 'deleted' insights by default.