graphiql
graphiql copied to clipboard
[lsp-server] Astro parser for LSP server
Desired Behavior
An Astro parser for the LSP server. So that gql queries can be inlined in the .astro files.
Nice! I've read the source to the Astro parser during a solution architecture spike last year. @dimaMachina this is a great example of the need to shift to @graphql-tools/graphql-tag-pluck, and add astro parser support there
Looks like it's ready to go! Feel free to open a new ticket if you have any issues
Amazing, thank a lot, will check out soon and let you know! 🙏