haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Pretty printer for AST #67

Open jml opened 7 years ago

jml commented 7 years ago

Encoder is lovely, but it puts everything on one line. For debugging, it would be nice to have a pretty printer.