mutation ticketArticleDelete($articleId: ID!) { ticketArticleDelete(articleId: $articleId) { success errors { ...errors } } }