Hi, I am using the GraphQL Prisma extension with V...
# orm-help
f
Hi, I am using the GraphQL Prisma extension with VSCode, and have configured
.graphqlconfig
with
graphql init
pluss some authentication, but the intellisense is not working inside
gql
tags or anywhere else for that matter, can somebody help me please? 🙂
o
Package @playlyfe/gql installed? npm install @playlyfe/gql --dev
f
yo, will try that 🙂
npm so slow 😞
o
Use yarn 😁
f
does it also have dependency on playlyfe/gql?
n
@Furier Do you mean something like this? github.com/prisma/vscode-graphql/issues/69
o
f
seems like it might but the description for the extension clearly states "autocomplete suggestions validation against schema"
@OniVe you can recommend it over the otherone?
o
I'm using those that pointed out higher. The extension for "Prisma" I also could not use because of some error.
f
i have installed the extension now and my
.gqlconfig
file looks like this `{ schema: { files: 'schema.graphql', }, query: { files: [ // [Embedded queries] gql tag files { match: { include: 'src/app/**/*.graphql.ts' }, parser: [ 'EmbeddedQueryParser', { startTag: 'gql`', endTag: '`' } ], } ] } } `
and installed the extension, disabled the ole one and it gives me an error, "graphql..." could not start