ContractType
Represents information about a contract type.
type ContractType {
id: ID!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
ContractType.id ● ID! non-null scalar
Contract type's unique identifier.
ContractType.name ● String scalar
The contract type's name.
ContractType.createdAt ● DateTimeTz! non-null scalar
The date and time when the contract type was created.
ContractType.updatedAt ● DateTimeTz! non-null scalar
The date and time when the contract type was last updated.
ContractType.deletedAt ● DateTimeTz scalar
The date and time when the contract type was deleted.
Returned By
contractType query ● createContractType mutation ● deleteContractType mutation ● restoreContractType mutation ● updateContractType mutation
Member Of
Contract object ● ContractTypeEdge object