judgeContract.gql 144 Bytes Raw Blame History Permalink 1 2 3 4 5 mutation JudgeContract($id: ID!, $ok: Boolean!, $review: String!) { contract: judgeContract(id: $id, ok: $ok, review: $review) { id } }