OBJECT
ContactAddedTagsPayload
Return type for addContactTags
mutation(s).
link GraphQL Schema definition
- type ContactAddedTagsPayload {
- # List of errors that occurred executing the mutation.
- DisplayableError!]! : [
- # The updated contact object.
- Contact :
- }