The GraphQL specification includes specification of "Blockstrings" of the form:
"""
Hello
This is a multiline block string
"""
and these are commonly used in the optional Description supported by a number of graphql objects.
I have a PR adding Blockstring support that I'll be posting shortly but I wanted an issue to attach it to.