Rename namespace agent mapping mutations
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
MR: Pending
Description
As Rename remote development namespace agent auth ... (#516058 - closed) is handling renaming the model and table associated with namespace cluster agent mappings, we should also update the mutations to reflect these changes and be consistent.
We need to rename the GraphQL mutations on namespace agent mappings NamespaceCreateRemoteDevelopmentClusterAgentMapping
and NamespaceDeleteRemoteDevelopmentClusterAgentMapping
to NamespaceCreateClusterAgentMapping
and NamespaceDeleteClusterAgentMapping
Related to category rename: IDE group and Remote Development Category renam... (#472761),
and adding new auth mapping controls: Organization level agent authorization (gitlab-org#16485 - closed)
Acceptance Criteria
-
Follow the graphQL deprecation process on the old mutations (referencing the incoming new mutations as substitutes) -
Introduce the mutations with the new names