graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schema_printer should include descriptions

avivey opened this issue · comments

schema_printer.print_schema produces a nice SDL, but it should also include the description strings, because "Documentation is first‐class feature of GraphQL type systems" (from the spec).