View Source Glific.Tags.ContactTags (Glific v5.1.6)

Simple container to hold all the contact tags we associate with one contact

Link to this section Summary

Functions

Creates and/or deletes a list of contact tags, each tag attached to the same contact

Link to this section Types

@type t() :: %Glific.Tags.ContactTags{
  contact_tags: [Glific.Tags.ContactTag.t()],
  number_deleted: non_neg_integer()
}

Link to this section Functions

Link to this function

update_contact_tags(attrs)

View Source
@spec update_contact_tags(map()) :: t()

Creates and/or deletes a list of contact tags, each tag attached to the same contact