Skip to content

Use Namespace#licensed_feature_available? instead of Namespace#feature_available?

Arturo Herrero requested to merge use-licensed-feature-available into master

What does this MR do?

I was reviewing !59060 (merged) and I've notice this difference compared to other GraphQL endpoints. This replaces Namespace#feature_available? with Namespace#licensed_feature_available?.

Namespace#feature_available? was deprecated in 2115836f.

Merge request reports