EvidenceUpdate
Update an existing Evidence resource.
Mutation
mutation EvidenceUpdate($id: ID!, $input: EvidenceUpdateInput!) {
EvidenceUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See EvidenceUpdateInput for input fields.
Return Type
Returns the updated Evidence resource.