The isDeprecated property on GraphQLField and GraphQLEnumValue needs to be deprecated. deprecationReason should be used directly instead to determine whether a field or enum value is deprecated. Deprecation notice needs to be added and any existing code needs to be updated to use deprecationReason instead.
The
isDeprecatedproperty onGraphQLFieldandGraphQLEnumValueneeds to be deprecated.deprecationReasonshould be used directly instead to determine whether a field or enum value is deprecated. Deprecation notice needs to be added and any existing code needs to be updated to usedeprecationReasoninstead.