CreateContractTypeInput
Provides the fields and values to use when creating a contract type.
input CreateContractTypeInput {
name: String!
}
Fields
CreateContractTypeInput.name
● String!
non-null scalar
The name of the contract type.
Member Of
createContractType
mutation