ts-graphql-plugin icon indicating copy to clipboard operation
ts-graphql-plugin copied to clipboard

should depend on/use graphql-language-service instead of graphql-language-service-interface (deprecated)

Open devkral opened this issue 2 years ago • 1 comments

graphql-language-service-interface is now deprecated, the way to go is to use graphql-language-service as all of the subpackages are merged into it.

see deprecation message

devkral avatar Mar 09 '23 05:03 devkral

One feature that I'm excited about that's in graphql-language-service is getAutocompleteSuggestions includes documentation in the completion items it returns. Currently ts-graphql-plugin only includes the names of the completions. You can only access the documentation by hover over a field or whatever after you the completion has been inserted.

kevinbarabash avatar May 17 '23 00:05 kevinbarabash