-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Long documentation strings that contain a newline are rendered as is in GraphiQL. This makes reading them a bit confusing and disjointed.
Doc pane
Tooltip
In the original schema this looks like this:
"""
Bearing, in degrees, clockwise from North, i.e., 0 is North and 90 is East. This can be the
compass bearing, or the direction towards the next stop or intermediate location.
"""
heading: Float
I would love it if these doc strings, which in our case can be multiple paragraphs, be treated like markdown. This would mean that a single newline is ignored and a double newline treated as a new paragraph.
Thank you for making this wonderful piece of software.
acao and FelixZY