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
// Apollogql``// RelayRelay.QL``graphql``// No template tag function/* GraphQL */``
Currently no VS Code extension supports the comment syntax for plain strings, which is annoying as a plain template string is the basic way to define types for makeExecutableSchema from graphql-tools.
Adding this feature would make this package a one-stop-shop; at the moment I have kumarharsh/graphql-for-vscode installed just to highlight the template strings.
The text was updated successfully, but these errors were encountered:
language-babel
for Atom does this really well, supporting:Currently no VS Code extension supports the comment syntax for plain strings, which is annoying as a plain template string is the basic way to define types for
makeExecutableSchema
fromgraphql-tools
.Adding this feature would make this package a one-stop-shop; at the moment I have kumarharsh/graphql-for-vscode installed just to highlight the template strings.
The text was updated successfully, but these errors were encountered: