The sort_input_fields function is dropping arguments. It needs to include a **merge_kwargs call like the sort_fields function does.
The result is that calling lexicographic_sort_schema drops information from the schema, including the deprecation reason.
The sort_input_fields function is dropping arguments. It needs to include a **merge_kwargs call like the sort_fields function does.
The result is that calling lexicographic_sort_schema drops information from the schema, including the deprecation reason.