Prisma peeps, trying to use your new graphql VSCode extension, but experiencing an unhappy conflict with Apollo's graphql-tools!
For the typeDefs option that the graphql-tools makeExecutableSchema function receives, a string is expected. Prisma's extension doesn't recognize just any old string as a target for the extension, so my strings are as monochrome and unclickable as before!
Are there any existing solutions to this issue?