Skip to content

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

Merged
martijnwalraven merged 1 commit intoapollographql:masterfrom
patrys:add-python-support-to-editor-plugin
Nov 13, 2018
Merged

New Feature: Add Python support to the editor plugin#694
martijnwalraven merged 1 commit intoapollographql:masterfrom
patrys:add-python-support-to-editor-plugin

Conversation

@patrys
Copy link
Copy Markdown
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