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
All multi-line lists get a trailing comma, and description forces an argument decl list to be multi-line. So this is definitely intentional, though perhaps it could be configurable in the future.
I confirm this was intentional, but it’s a stylistic choice that we can change. I’m not sure it’s worth configuration. It could be a heuristic based on the presence of descriptions (on the argument before and/or after the potential comma)
Description
Schema printer adds unnecessary comma for arguments with description. See repro below.
Steps to reproduce
Expected result
No comma after single argument with description
Actual result
Extra comma after single argument
Environment
zsh
apollo-rs
crate:mut
branch1.72.0
The text was updated successfully, but these errors were encountered: