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