-
Hi, I added a number of comments to my .graphql schema, using triple quote notation.
When I try to download the schema from playground, those comments show up as '# ' in the downloaded sdl. Is there a way to preserve comment style? I need to post-process the sdl file downloaded from playground, and code down the flow expects triple-quoted comments. |
Beta Was this translation helpful? Give feedback.
Answered by
rafalp
Oct 19, 2021
Replies: 1 comment
-
AFAIR Information about comment syntax used is not preserved for schema object, so there's no way for Playground to know how to format those strings. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
otryshko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIR Information about comment syntax used is not preserved for schema object, so there's no way for Playground to know how to format those strings.