ChinCluBi
11/27/2017, 10:55 AMviktor_soroka
11/27/2017, 12:00 PMnilan
11/27/2017, 12:19 PMChinCluBi
11/27/2017, 12:24 PMtype File @model {
contentType: String!
createdAt: DateTime!
id: ID! @isUnique
job: JobLog @relation(name: "JobLogOnFile")
license: License @relation(name: "ImageOfLicense")
vehicle: Vehicle @relation(name: "ImagesOfVehicle")
userInProfilePicture: User @relation(name: "ProfilePictureOfUser")
userInIdentification: User @relation(name: "IdentificationImageOfUser")
name: String!
secret: String! @isUnique
size: Int!
updatedAt: DateTime!
url: String! @isUnique
}
ChinCluBi
11/27/2017, 12:28 PMnilan
11/27/2017, 12:31 PMsupport@graph.cool