Mike Bild
Mike Bild
Markdown + HTML output support using $sce.trustAsHtml [](https://reviewable.io/reviews/btford/angular-markdown-directive/22)
* Support for __input type__ in Query type ```graphql type Query { searchItems(input: SearchObject): [Items] } input SearchObject { title: String year: String } ```
* Write to stdout/stderr using central logging
* Support object field deprecation as comment ```graphql type Person { id: ID! rev: String firstname: String lastname: String # deprecated: Use firstname, lastname fields. name: String } ```