when marking fields in a message as deprecated for example, the generated graphql type reflects this property. However, when using this message as a request type for a query, the generated `Input_something` type does not.
when marking fields in a message as deprecated for example, the generated graphql type reflects this property.
However, when using this message as a request type for a query, the generated
Input_somethingtype does not.