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