CreateCommunicationTagInput
Defines the input to create a communication tag.
input CreateCommunicationTagInput {
code: String!
eventId: ID!
}
Fields
CreateCommunicationTagInput.code ● String! non-null scalar
The code of the new communication tag.
The code will automatically be uppercased.
CreateCommunicationTagInput.eventId ● ID! non-null scalar
The identifier of the event the communication tag is to be added to.
Member Of
createCommunicationTag mutation