Giter VIP home page Giter VIP logo

Comments (9)

tomitrescak avatar tomitrescak commented on April 28, 2024

Would you please confirm whether this is broken so I can maybe try to fix it, or is it problem of my configuration? Maybe some bad global dependencies?

Current:

Prisma: prisma/1.14.2 (darwin-x64) node-v10.9.0
Graphql: 2.16.5

from vscode-graphql.

chanlito avatar chanlito commented on April 28, 2024

@tomitrescak mine isn't working either.

from vscode-graphql.

oviava avatar oviava commented on April 28, 2024

Confirming - same issue, worth mentioning running on code-insiders. quadruple checked the graphql config files, paths, schemas

from vscode-graphql.

tomitrescak avatar tomitrescak commented on April 28, 2024

@divyenduz you mention "Needs Reproduction", but I mentioned two repos where it does not work. You can just try the following one:

https://github.com/prisma/graphql-server-example

Thanks for looking into this. The plugin is otherwise spectacular!

from vscode-graphql.

dontsave avatar dontsave commented on April 28, 2024

I'm running into the same issue with a Gatsby (graphql) project as well.

from vscode-graphql.

chanlito avatar chanlito commented on April 28, 2024

It'd be nice if somebody could look into this issue.

from vscode-graphql.

divyenduz avatar divyenduz commented on April 28, 2024

Thanks all for the feedback. Can any of you please share the logs for GraphQL Language Service? From your environment: https://github.com/prisma/vscode-graphql#a-testinglogging-graphql-language-features

from vscode-graphql.

chanlito avatar chanlito commented on April 28, 2024

Ok so I followed the instructions here's what my log shows:

screen shot 2018-11-05 at 10 50 23 pm

Which to me makes absolutely no sense, and how is it related to Go to definition not working.

from vscode-graphql.

divyenduz avatar divyenduz commented on April 28, 2024

@chanlito : It looks like you have the same fields on mutation type (maybe you are using schema stitching or something or maybe it is a multi-repo project - extension cannot tell if different files belong to different projects, if they have duplicates).

This fails extendSchema from graphql-js being used by the graphql-language-service.

Here is an example of how this might be going wrong: https://codesandbox.io/s/34lvxl4pn1

Posted this information here for anyone who might attempt a fix for this. This might require big changes in the language service.

from vscode-graphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.