Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GraphQL in Notebooks #236

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Add support for GraphQL in Notebooks #236

merged 2 commits into from
Oct 31, 2024

Conversation

pubmodmatt
Copy link
Contributor

Small changes to extend the existing Python support in the extension to also work within Jupyter notebook code cells. This works across cells - a fragment defined in one cell can be used in another cell, and code navigation, validation, etc. works across cells.
gql-notebook

@pubmodmatt pubmodmatt self-assigned this Oct 31, 2024
Copy link
Contributor

github-actions bot commented Oct 31, 2024

You can download the latest build of the extension for this PR here:
vscode-apollo-0.0.0-build-1730407130.pr-236.commit-452c27e.zip.

To install the extension, download the file, unzip it and install it in VS Code by selecting "Install from VSIX..." in the Extensions view.

Alternatively, run

code --install-extension vscode-apollo-0.0.0-build-1730407130.pr-236.commit-452c27e.vsix --force

from the command line.

For older builds, please see the edit history of this comment.

Copy link
Contributor

@alessbell alessbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🚀

@alessbell
Copy link
Contributor

Oh, and can you also please add a changeset with npx changeset @pubmodmatt?

@pubmodmatt pubmodmatt force-pushed the pubmodmatt/notebooks branch from 6c66e9f to 31eb4b9 Compare October 31, 2024 20:38
@pubmodmatt
Copy link
Contributor Author

Oh, and can you also please add a changeset with npx changeset @pubmodmatt?

Done!

@pubmodmatt pubmodmatt merged commit 9a4403d into main Oct 31, 2024
10 checks passed
@pubmodmatt pubmodmatt deleted the pubmodmatt/notebooks branch October 31, 2024 20:51
@github-actions github-actions bot mentioned this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants