|
predicates = append(predicates, contact.TypeEQ(*req.Type))
|
|
predicates = append(predicates, contact.TypeEQ(*req.Type))
|
|
data, err := l.svcCtx.DB.Contact.Query().Where(predicates...).WithContactRelationships(func(query *ent.LabelRelationshipQuery) {
|
|
data, err := l.svcCtx.DB.Contact.Query().Where(predicates...).WithContactRelationships(func(query *ent.LabelRelationshipQuery) {
|