user
02/28/2018, 3:03 PMhttps://prisma.slack.com/files/U9DU23SR5/F9FJKCN3A/screen_shot_2018-02-28_at_9.53.02_am.png▾
prisma deploy
prints out comments in both prisma.graphql
and prisma.ts
files.
This is the comment throwing an error:
"""
The `Long` scalar type represents non-fractional signed whole numeric values.
Long can represent values between -(2^63) and 2^63 - 1.
"""
scalar Long
The prisma.ts
file breaks because of the two ” ` " around Long
.