Add BaseEdge base class
See https://gitlab.com/gitlab-org/gitlab/-/issues/341911 This adds a new base class for edges that uses our custom `BaseField` as the standard field class. We do not need to customize authorization for edges, since nodes are redacted by our connections before edges are constructed from them. All our edges should inherit from this base class in order to use field customizations. Changelog: changed
Showing
Please register or sign in to comment