judgeContract.gql 144 Bytes
mutation JudgeContract($id: ID!, $ok: Boolean!, $review: String!) {
  contract: judgeContract(id: $id, ok: $ok, review: $review) {
    id
  }
}