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