Has anyone worked with `merge-graphql-schemas` and...
# prisma-whats-new
l
Has anyone worked with
merge-graphql-schemas
and Prisma (or more generically a file loader)? It imports and merges your schemas (from file loading) and resolvers. But I don't see how it can load selected types like graphql-import, e.g.
# import User from './generated/prisma.graphql
. Is there a way to combine the two?