CreateCommunicationTagPayload
Payload returned when creating a communication tag.
type CreateCommunicationTagPayload {
communicationTag: CommunicationTag!
}
Fields
CreateCommunicationTagPayload.communicationTag ● CommunicationTag! non-null object
The created communication tag.
Returned By
createCommunicationTag mutation