mutation mentionSubscribe($ticketId: ID!) { mentionSubscribe(objectId: $ticketId) { success errors { ...errors } } }