as of graphql 0.12.3 you can now add comments as string literals ``` "This is a description." schema { query: Query } ``` if we could highlight this somehow, maybe even as comments. note: they can be multi line.