mutation UpdateFeedDecisionMutation($id: ID!, $decision: String!, $decisionNote: String) { updateFeedDecision(id: $id, decision: $decision, decisionNote: $decisionNote) { ok id } }