Feels like a dumb question, but I’m using graphql-...
# prisma-whats-new
a
Feels like a dumb question, but I’m using graphql-yoga to bootstrap an Apollo server. I’m noticing in my files using gql, ESLint is throwing an error that
graphql-tag is not listed in the project's dependencies.
Since graphql-tag is bundled in graphql-yoga, I know it’s available. How do I make that clear to ESLint?
h
the thing is you should probably explicitly install it anyway if
graphql-yoga
removes the dependency your app will break
a
fair enough, but that seems to negate the benefit of graphql-yoga and add bloat
f
As long as you don't specify an incompatible version, it won't add bloat.