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
GraphQL supports both single line (wrapped in ") and multiline comments (wrapped in """). apollo-rs currently does not support multiline comments and coalesce it to a single line, i.e.
Description
GraphQL supports both single line (wrapped in
"
) and multiline comments (wrapped in"""
).apollo-rs
currently does not support multiline comments and coalesce it to a single line, i.e.becomes
Steps to reproduce
Expected result
Printed descriptions should preserve multiline comments.
Actual result
When using
raw_string
(from above) prints following schemaWhen using
multiline_comment
(from above) prints following schemaEnvironment
zsh
apollo-rs
crate:mut
branch1.72.0
The text was updated successfully, but these errors were encountered: