Add GraphQL mutation to associate a upstream to registry

What does this MR do and why?

Adds a new GraphQL mutation that allows for a container upstream to be associated with a registry.

mutation {
  containerVirtuaRegistryUpstreamCreate(input:{registryId:"gid://gitlab/VirtualRegistries::Container::Registry/9", upstreamId:"gid://gitlab/VirtualRegistries::Container::Upstream/7"}) {
    errors
    registryUpstream {
      id
      position
      registry {
        id
      }
    }
  }
}

References

#582490 (closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

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

Merge request reports

Loading