SaveTextActivityMutation is an interface representing the variables to save a text activity. It includes the activity id, text, and locked status.
SaveTextActivityMutation
id is a number representing the id of the activity.
id
Optional
locked is a boolean representing whether the activity is locked.
locked
text is a string representing the text of the activity.
text
SaveTextActivityMutation
is an interface representing the variables to save a text activity. It includes the activity id, text, and locked status.