Skip to content

Improve GraphQL lazy abstractions

Alex Kalderimis requested to merge ajk-graphql-laziness into master

What does this MR do?

This improves some of our GraphQL lazy abstractions by:

  • having our lazy aggregates all support a common interface (which makes elimination simpler)
  • adding asynchronous catch, to deal with errors

As a developer-facing tooling change, this does not require a Changelog entry.

This MR was extracted from, and supports, !40088 (merged)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alex Kalderimis

Merge request reports

Loading