Skip to content

Remove FindClosest module

Alex Kalderimis requested to merge ajk-interacts-with-mr-scoped-set into master

What does this MR do and why?

We can replace the use of FindClosest in our current codebase fairly easily.

Since it is not compatible with newer version of graphql-ruby, we need to do something about it in order to upgrade.

See: !27536 (merged)

See: #210556 (closed)

Alternative approaches

Both uses of this in our codebase could be replaced with uses of parent in the new GraphQL interpreter (they cannot be replaced now, since they need to see through connections).

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