prefer using the Prisma GraphQL VS Code extension
Created by: sqs
It is much easier to configure, just requiring a single .graphqlconfig
file (also added in this commit). This gives us go-to-definition in the schema.graphql
file.
The VS Code extension is https://github.com/prisma/vscode-graphql.