graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.29k stars 767 forks source link

Support displaying deprecated input fields in GraphiQL docs #1458

Closed romainletendart closed 1 year ago

romainletendart commented 1 year ago

GraphiQL supports displaying deprecated input fields through an opt-in configuration property. This PR exposes a new GRAPHENE setting that is forwarded all the way through the aforementioned configuration property.