micimize / graphql-to-dart

generate dart classes and respective JsonSerializable transcoders
42 stars 8 forks source link

fix problem with multiline strings #11

Closed PeterZainzinger closed 5 years ago

PeterZainzinger commented 5 years ago

Hi,

these small changes fix the problem of invalid code generated if comments are used with multiple lines, for example:

type Foo {
  # Examples
  # * null
  # * or something else
  bar: String!
}
micimize commented 5 years ago

blindly published in 0.3.3 👍