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

New Feature: Add Python support to the editor plugin #694

Conversation

patrys
Copy link
Contributor

@patrys patrys commented Nov 13, 2018

This depends on the language server supporting Python (PR #693) for IntelliSense.

Apollo config defaults to JS/TS files only, so it's required to add *.py to apollo.config.js under client.includes before completion/validation starts to work.

Here's everything in action:

GraphQL inlines in Python

This depends on the language server supporting Python (PR apollographql#693) for IntelliSense.

Apollo config defaults to JS/TS files only, so it's required to add `*.py` to
`apollo.config.js` under `client.includes` before completion/validation starts
to work.
@ghost ghost added the 🎉 feature New addition or enhancement to existing solutions label Nov 13, 2018
@martijnwalraven martijnwalraven merged commit a1255bc into apollographql:master Nov 13, 2018
@patrys patrys deleted the add-python-support-to-editor-plugin branch November 13, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 feature New addition or enhancement to existing solutions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants