ContractOrderBy
Fields that can be used for sorting contracts.
enum ContractOrderBy {
contractName
createdAt
createdByName
}
Values
ContractOrderBy.contractName
The name of the contract.
ContractOrderBy.createdAt
The timestamp when the contract was created.
ContractOrderBy.createdByName
The name of the user that created the contract.
Member Of
findContracts
query