graphql_schema
introspection doesn't output docstrings descriptions
#1492
Labels
graphql_schema
introspection doesn't output docstrings descriptions
#1492
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
Running
manage graphql_schema
to export theschema.graphql
doesn't output the description for types and fields. I've only tested it when the description is described via docstrings, e.g.:but I suspect it also doesn't work when using
description=
or theMeta
class as described here:a github repo, https://repl.it or similar.
graphql_schema
introspection command to export aschema.graphql
fileThe schema is outputted including field and type descriptions.
No type or field descriptions are exported.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
The text was updated successfully, but these errors were encountered: