An error occurred while fetching issues.
Expose comments for Noteables in GraphQL
We should expose comments for Noteables in GraphQL, we should expose them on the already existing types for:
- Issues
- Merge Requests
- Designs (EE-Only)
Clients should be able to get notes grouped by discussion.
There should be a note_html
field for clients to render the note in a UI. We should probably use MarkupHelper#markdown_field
for rendering the note, making sure we use the cached html and don't leak references the user cannot see.
If the note being rendered is a DiffNote
we should include the position.