GraphQLSP icon indicating copy to clipboard operation
GraphQLSP copied to clipboard

TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Results 16 GraphQLSP issues
Sort by recently updated
recently updated
newest added

**NOTE:** This is opened as a draft, since it's not a proper fix, but just demonstrates the issue. Optimally, a proper fix should either: - handle this in every call...

I've found issues around this and understand this project considers it best practice to include an operation name. I am however, several dozen graphql queries in to a project that...

# Problem I have wonderful fields on my schema, but I don't recall _what_ the field names are. Consequently, i start typing "a... no that's not it. let's try 'b'!...

Fixes https://github.com/0no-co/GraphQLSP/issues/357

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Hey! I'm generating the introspection types in a directory that is git-ignored, and graphqlsp does not create this directory automatically if not found What do you think about adding something...