## About Add docblock syntax. - Discussion: https://github.com/facebook/graphql/pull/90 ## Example ```ruby # This is description # of type Something type Something { # This is optional description of "helloWorld" field helloWorld: String } ```