https://github.com/graphql-python/graphql-core/blob/main/src/graphql/utilities/print_schema.py#L208 is made in a way that just supports `@deprecated`, however fields may get other directives, such as validation, permissions or display hints. This is also the case with `print_input_value` that only handles deprecated directive.