Skip to main content

UpdateContractTypeInput

Provides the fields and values to use when updating a contract type.

input UpdateContractTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateContractTypeInput.id ● ID! non-null scalar

Specifies the contract type to update.

UpdateContractTypeInput.name ● String scalar

The name of the contract type.

UpdateContractTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateContractType mutation