Skip to content

Add GraphQL mutation for product analytics project settings

What does this MR do and why?

Add GraphQL mutation for product analytics project settings

Allows configuring these project settings via GraphQL:

  • configurator connection string
  • collector host
  • cube API url
  • cube API key

This is in preparation for upcoming work to allow configuring product analytics project settings directly within the product analytics onboarding flow.

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

No visual differences.

How to set up and validate locally

  • See mutation in this MR

Related to #451315 (closed)

Merge request reports