firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Prettify removes all comments in graphql playground #103

Open gevorgmargaryan opened 4 years ago

gevorgmargaryan commented 4 years ago

I faced an issue with saving graphql requests. Whenever I save automatically prettify runs and removes all comment from query. Also it instead of prettifying just removes all newlines and tabs from query parameters.

My query

Screenshot from 2020-04-03 18-00-21

after saving / prettifying

Screenshot from 2020-04-03 18-00-33

Application version is "snap v1.0.9"

I would like to have a possibility to configure app , whether I need auto prettifying or no.

Thanks in advance.

With regards Gevorg.