darrindickey
02/18/2019, 5:54 AM- generator: graphql-schema
output: ../src/generated/graphql-schema/
Now, I have /generated/schema.graphl and /generated/graphql-schema/prisma.graphql.
I added this to my data model.graphql:
# import User from '.,/../../database/datamodel.graphql'
I still get this error. Any further suggestions on what I can do to track down this issue?divyendu
02/18/2019, 6:10 AMdivyendu
02/18/2019, 6:11 AMdarrindickey
02/18/2019, 1:52 PMdarrindickey
02/19/2019, 3:29 AMdivyendu
02/19/2019, 6:35 AMgraphql-import
integration like graphql-yoga
and you need to use this manually to make the import syntax work: https://github.com/prisma/graphql-importdivyendu
02/19/2019, 6:36 AMbabel-plugin-import-graphql
if you want to use babel: https://www.apollographql.com/docs/react/recipes/babel.html#Using-babel-plugin-import-graphqldarrindickey
02/19/2019, 1:47 PMdivyendu
02/19/2019, 1:49 PM