I have created a typescript graphql yoga project u...
# prisma-whats-new
k
I have created a typescript graphql yoga project using the typescript boilerplate and would like to be able to split my schema into multiple .graphql files and import them like so:
import UserSchema from './user.graphql'
. How can I accomplish this?