changing enum contractType and name of hub
This commit is contained in:
@@ -15,10 +15,10 @@ enum RecurrenceType {
|
||||
SCATTER
|
||||
}
|
||||
|
||||
#enums cant start by a number, reason of _1099
|
||||
#enums cant start by a number, reason of C1099
|
||||
enum ContractType {
|
||||
W2
|
||||
_1099
|
||||
C1099
|
||||
TEMP
|
||||
CONTRACT
|
||||
}
|
||||
@@ -43,7 +43,8 @@ type Event @table(name: "events") {
|
||||
businessId: UUID!
|
||||
businessName: String
|
||||
vendorId: UUID
|
||||
vendorName: Stringhub: String
|
||||
vendorName: String
|
||||
hub: String
|
||||
eventLocation: String
|
||||
contractType: ContractType
|
||||
poReference: String
|
||||
|
||||
Reference in New Issue
Block a user