Introduce alpha flag on GraphQL elements
We have the deprecated
and feature_flag
attributes to annotate that a GraphQL element has some metadata associated with it.
We might want to consider adding alpha
for fields that are explicitly exempt from our deprecation process.
Thanks to @minac for the proposal!