Skip to content

Extend CloudConnectorAccess graphql to query bundledWith attribute

Nikola Milojevic requested to merge 461823-query-bundled-with into master

What does this MR do and why?

In https://gitlab.com/gitlab-org/gitlab/-/issues/450516+ we exposed bundledWith attribute on CDOt.

This MR adds bundedWith attribute to the cloudConnectorAccess query in Gitlab::SubscriptionPortal::Clients::Graphql so we can fetch and store this data to CloudConnector::Access database taele

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

Related to #461823

Edited by Nikola Milojevic

Merge request reports