-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Version and Environment Details
Operation system: macOS High Sierra 10.13.5
IDE name and version: WebStorm 2018.2.5
Plugin version: 1.7.2
Expected Behaviour
Inline markdown comments with double quotes (single-line) and triple double quotes (multi-line) which apollo-server
at least supports as a means of documenting the scheme are syntax highlighted and maybe interpreted by the plugin.
Actual Behaviour
Inline markdown comments are considered an error:
Error:(5, 3) Syntax Error GraphQL (5:3) Unexpected String
And syntax highlighted as errors:
Steps to Reproduce / Link to Repo with Reproduction and Instructions
- Create a JS file in an apollo-server project
- Import the
gql
template template tag fromapollo-server
- Create a template literal, tag it with
gql
, and fill it with a valid GraphQL type using the standard GraphQL Schema Language - Add a single- or multi-line comment to the type per the documentation here.
steebchen, dllx, carmelid and zacharysarette
Metadata
Metadata
Assignees
Labels
No labels