woss
12/13/2018, 5:42 PMprisma.graphql to schema.graphql?
I've tried
# import * from '../generated/prisma.graphql'
type Mutation {
updateUser(data: UserUpdateInput!, where: UserWhereUniqueInput!): User
}Drew Delianides
12/13/2018, 6:37 PMDrew Delianides
12/13/2018, 6:38 PMwoss
12/14/2018, 9:15 AM