Is there a way to export Graph.cool schema to use ...
# orm-help
c
Is there a way to export Graph.cool schema to use in prisma (as a
datamodel.graphql
?
Does it just work out of the box as the full Relay IDL?
…nope
Looks like I manually need to massage a few pieces like
@isUnique => @unique
,
@defaultValue => @default
remove
@model
h
Ye, there is migration guide 🙂