UpdateContractTypeInput
Provides the fields and values to use when updating a contract type.
input UpdateContractTypeInput {
id: ID!
name: String
}
Fields
UpdateContractTypeInput.id
● ID!
non-null scalar
Specifies the contract type to update.
UpdateContractTypeInput.name
● String
scalar
The name of the contract type.
Member Of
updateContractType
mutation