Skip to content

Use singleton for GraphQL::Client

Adam Cohen requested to merge use-singleton-for-graphql-client into master

Clean up code by using a Singleton for GraphQL::Client. This MR is necessary for making it easier to implement https://gitlab.com/gitlab-org/gitlab/-/issues/381133+.

Merge request reports