OBJECT

ContactRemovedTagsPayload

Return type for removeContactTags mutation(s).

link GraphQL Schema definition

  • type ContactRemovedTagsPayload {
  • # List of errors that occurred executing the mutation.
  • removeContactTagsUserErrors: [DisplayableError!]!
  • # The updated contact object.
  • contact: Contact
  • }