Block Strings
jparise opened this issue · 0 comments
jparise commented
Per graphql/graphql-spec#327, a block string starts and ends with a triple-quote:
"""This is a triple-quoted string
and it can contain multiple lines"""
Reference implementation: graphql/graphql-js#926