Why do descriptions not get set with hashtag (#) when config commentDescriptions ist true? #4926
-
When i set my config property commentDescriptions to true, all my comments and descriptions in the generated schema.graphql remain """ Unfortunately my phpstorm graphql plugin is unable to parse those descriptions and throws errors in my IDE. I'm trying to find a workaround by setting the """ descriptions are still appearing in my generated schema.graphql afterwards
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@jwjuele are you looking for a way to convert descriptions ( |
Beta Was this translation helpful? Give feedback.
@jwjuele are you looking for a way to convert descriptions (
"
) into comments (#
)?Because
commentDescriptions
is doing exactly the other way around - it converts all comments into descriptions, since this was the standard in old version of GraphQL.