You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a code example of where you are expecting autocomplete, e.g.
which host language/kernel (IPython, IRKernel, etc.)
which client are you using, e.g. quiz, strawberry-graphql, etc.
how you expect to write it, e.g. a %%graphql magic, a function call, loading a gql file, etc.
It would potentially be appropriate for this repo to wrap a graphql language server as we do for a number of other languages, but that will primarily work for graphql files, and may well need some more configuration (#196) to be able to specify the remote endpoint.
We have a potential roadmap item open to expand the nested language capabilities (#191), but no work has been started there. For example, we currently only have nesting with %% magics, but would like to support inline function calls in the future... but its heavily dependent on which client, etc.
If you are working in IPython, also of interest to you might be:
I'm looking if we can use this language server tool to get the same features which graphiQL provides, but inside jupyterlab.
Thanks
The text was updated successfully, but these errors were encountered: