graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
MIT License
374 stars 184 forks source link

schema_printer should include descriptions #217

Open avivey opened 5 years ago

avivey commented 5 years ago

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).

phil303 commented 5 years ago

Just a heads up, https://github.com/graphql-python/graphql-core/pull/222