Javanie Campbell
05/07/2020, 7:05 PMRyan
05/08/2020, 9:43 AMJavanie Campbell
05/14/2020, 10:04 PMendpoint: <https://us1.prisma.sh/javanie-campbell-53e865/restaurants-api/dev>
datamodel: datamodel.prisma
generate:
- generator: javascript-client
- output: ../src/generated/prisma-client
Javanie Campbell
05/14/2020, 10:05 PMtype User {
id: ID! @id
email: String! @unique
firstName: String!
lastName: String!
createdAt: DateTime! @createdAt
}
type Location {
id: ID! @id
latitude: Float!
longitude: Float!
}
Ryan
05/15/2020, 7:15 AMJavanie Campbell
05/28/2020, 3:33 AM-
beside the output property before it was able to redeploy and generate againJavanie Campbell
05/28/2020, 3:33 AM