Skip to main content

CoverageUpdate

Update an existing Coverage resource.

Mutation

mutation CoverageUpdate($id: ID!, $input: CoverageUpdateInput!) {
CoverageUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Coverage resource.