Closed
Description
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
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