updateContactMetadata
This mutation adds or updates metadata. Max key length is 40, Max value length is 500, Maximum of 50 total keys
updateContactMetadata(
contactId: ID!
key: String!
value: String!
): ContactResponsePayload
Arguments
updateContactMetadata.contactId ● ID! non-null scalar
updateContactMetadata.key ● String! non-null scalar
updateContactMetadata.value ● String! non-null scalar
Type
ContactResponsePayload object
A contact in the application or the error related to the operation on the contact.