Exclude alpha features from used_deprecated_fields
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
I notice that alpha fields (which use deprecated under the hood) appear in our GraphQL logs in used_deprecated_fields. I wonder if it's worth differentiating them so that alpha fields do not appear in used_deprecated_fields.
Something like:
-
used_alpha_fields👉 alpha fields -
used_deprecated_fields👉 anything else deprecated
It also gives a sense of how often our GraphQL API's alpha fields are being consumed so decisions can be made around their use and changes - even though we don't guarantee they won't change, it's nice to have an idea of the impact of any changes.
Edited by 🤖 GitLab Bot 🤖