CompaniesWhereColumns
The valid fields by which companies can be queried.
enum CompaniesWhereColumns {
ID
NAME
DISPLAY_NAME
REG_NUMBER
VAT_NUMBER
REFERENCE_NUMBER
NOTES
MEMBER
IS_CLIENT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
CompaniesWhereColumns.ID
The company's unique identifier.
CompaniesWhereColumns.NAME
The company's name.
CompaniesWhereColumns.DISPLAY_NAME
The company's full name.
CompaniesWhereColumns.REG_NUMBER
The company's registration number.
CompaniesWhereColumns.VAT_NUMBER
The company's VAT number.
CompaniesWhereColumns.REFERENCE_NUMBER
The company's reference number.
CompaniesWhereColumns.NOTES
The company's notes.
CompaniesWhereColumns.MEMBER
The company's member relation.
CompaniesWhereColumns.IS_CLIENT
Whether this company is a client.
CompaniesWhereColumns.CREATED_AT
The date and time when the company was created.
CompaniesWhereColumns.UPDATED_AT
The date and time when the company was last updated.
CompaniesWhereColumns.DELETED_AT
The date and time when the company was deleted.
Member Of
ContactCompaniesWhereWhereConditions
input ● PersonCompaniesWhereWhereConditions
input ● QueryCompaniesWhereWhereConditions
input ● UserCompaniesWhereWhereConditions
input