deprecated
Marks the field, argument, input field or enum value as deprecated
1directive @deprecated(2reason: String = "No longer supported"3) on4| FIELD_DEFINITION5| ARGUMENT_DEFINITION6| ENUM_VALUE7| INPUT_FIELD_DEFINITION
Arguments
reason ● String scalar common
The reason for the deprecation