Skip to main content

ConsentUpdate

Update an existing Consent resource.

Mutation

mutation ConsentUpdate($id: ID!, $input: ConsentUpdateInput!) {
ConsentUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Consent resource.