OBJECT

ContactAddedTagsPayload

Return type for addContactTags mutation(s).

link GraphQL Schema definition

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