Skip to content

Add unaltered text content to GraphQL's SnippetBlob

What does this MR do?

As a solution for #260316 (closed), this adds a plain version of the text blob of a snippet without any HTML formatting or syntax highlighting if an application (like VSCode) needs an unaltered version.

The call will return a nil value if the snippet in question is a binary file.

Screenshots (strongly suggested)

Screen_Shot_2021-06-22_at_1.35.56_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #260316 (closed)

Edited by Gary Holtz

Merge request reports