linkdd
06/27/2018, 3:23 PMdatamodel.graphql that I deployed on Prisma, is there a way to regenerate that file by querying Prisma ? I know that with GraphQL we can introspect the API, but this will give me the schema of the generated API, not the source. It may be possible to infer the source from the generated API but it seems complex. I need this to be able to generate a diff between a datamodel.graphql I have locally and the actual deployed schema.