The GraphQL spec finally allows using the `@deprecated` directive on field args, directive args and input fields (see graphql/graphql-spec#805) It would be nice to support this in Graphene using the established `deprecated_reason='....'` kwarg to the respective constructors.