Open MixusMinimax opened 1 year ago
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.
Input_something
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.