Skip to content

Fix regression on cyclic definition in GraphQL GroupType

What does this MR do and why?

This MR fixes a regression introduced by !106627 (merged), originally fixed by !106443 (merged).

Screenshots or screen recordings

N.A.

How to set up and validate locally

  • On master: running bin/rspec spec/graphql/resolvers/timelog_resolver_spec.rb will raise errors due to cyclic definition
  • On this MR branch: running bin/rspec spec/graphql/resolvers/timelog_resolver_spec.rb will run without problems

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