Skip to main content

ClaimResponseCreate

Create a new ClaimResponse resource.

Mutation

mutation ClaimResponseCreate($input: ClaimResponseCreateInput!) {
ClaimResponseCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created ClaimResponse resource.