Skip to content

GraphQL subs: move subscribe method to base class

Matthias Käppler requested to merge mk-ac-move-subscribe-method into master

What does this MR do and why?

Small refactor related to GraphQL subscriptions:

We were overriding subscribe in all subclasses to return nil, because we do not currently expect a payload from subscriptions in the frontend. Let's move this to the superclass for now so we need to write less boilerplate.

This came up in !115203 (merged)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports