cfree
05/12/2020, 10:46 PMError: Unknown type "DateTime".
and many other similar errors when I use the Prisma javascript-client generator in the prisma.yml, but I don't have that issue when I use the graphql-schema?cfree
05/12/2020, 11:01 PMgraphql-import
, which I am desperately trying to avoid using - it grabs missing type from a referenced graphql file. In my case:
# import * from './generated/prisma.graphql'
Are there any other libraries that do this sort of merge? It seems to ignore the duplicatesGuillaume
05/12/2020, 11:10 PMcfree
05/12/2020, 11:13 PM