ToggleActivityPinMutation is an interface representing the variables to pin an activity. It includes id and pinned.
ToggleActivityPinMutation
Optional
asHtml is a boolean representing whether the activity descriptions is in HTML format.
asHtml
id is a number representing the id of the activity.
id
pinned is a boolean representing whether the activity is pinned.
pinned
ToggleActivityPinMutation
is an interface representing the variables to pin an activity. It includes id and pinned.