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