Skip to main content

ContractUpdate

Update an existing Contract resource.

Mutation

mutation ContractUpdate($id: ID!, $input: ContractUpdateInput!) {
ContractUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Contract resource.