Closed remy closed 4 years ago
@remy You've probably moved on by now, but I found the issue.
includes
should be include
(not plural).
That's it.
Now in graphql-config@3
, documents
is what we use for this, though i think there is still legacy support for include
. please see the graphql-config docs or readme for updated graphql-config@3 config examples or other issues with this!
Actual Behavior
Hover + alt does nothing.
Error in GraphQL Language server:
Expected Behavior
Peeks…?
Steps to Reproduce the Problem Or Description
Installed as per instructions. I have this config:
These are my schemas:
Note that './database/*` is the source that generates prisma.graphql.
In
src/schema/index.graphql
I also import schemas as per:In addition, symbol lookup doesn't work (when I hit cmd+r) it's just empty.
Specifications
Logs Of TS Server || GraphQL Language Service