Hey y'all, I could use some help if anyone has som...
# orm-help
b
Hey y'all, I could use some help if anyone has some time. I'm trying to get the vscode extension for graphql to work, but seems to run off this .graphqlconfig.yaml file, which I don't have and am having a hardtime making one apparently. My schema is broken up into a bunch of graphql files through out the server and rolled up into one string when the server is started. This config file seems to want a single
schema: path/to/file
config though, and I don't want to have to generate an extra duplicate file just for this if I don't have to. Is there any way to get this setup without doing that?
n
No, there is not.
If you share your situation you might receive help to put together your config file here: https://github.com/prisma/vscode-graphql/issues.