GraphQL in jupyter Notebook

Hey, I have a graphql server and I want to query there using notebook. And I’m doing so using request module in python but the query goes in a string format. Is there anyway I can enable autocomplete for my graphql schema inside jupyter notebook?

In case you didn’t already see them, I was wondering if these could help?:

I looked into both of them.

  • First one talks about visualizing PID graphs inside notebooks by querying some graphql server.
  • Second one doesn’t yet have that feature which I need.

What I need is what https://github.com/krassowski/jupyterlab-lsp this is doing for python inside notebook.