Skip to main content

ContractType

Represents information about a contract type.

type ContractType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
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.group ● TypeGroup object

The group this type belongs to.

ContractType.groupId ● ID scalar

The identifier of the group this type belongs to.

ContractType.sortOrder ● Int scalar

The order/placement of the type within its group.

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