Skip to main content

ClaimUpdate

Update an existing Claim resource.

Mutation

mutation ClaimUpdate($id: ID!, $input: ClaimUpdateInput!) {
ClaimUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See ClaimUpdateInput for input fields.

Return Type

Returns the updated Claim resource.