Remove type argument from WorkspaceVariableInput
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=523737) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=523737) </details> <!--IssueSummary end--> MR: Pending <!-- NOTE: For context on MR heading, see: https://handbook.gitlab.com/handbook/engineering/development/dev/create/remote-development/index.html#relationship-of-issues-to-mrs --> ## Description This is a follow up issue for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176617+ where we deprecated the `type` argument in favour of the new `variableType` on the graphQL `Type.WorkspaceVariableInput ` It was deprecated in `17.9` and would be eligible for removal in the major release `19.0` according to the deprecation process defined [here](https://docs.gitlab.com/api/graphql/#deprecation-and-removal-process) We should remove all references of type from Graphql and the BE code for remote_development. <!-- TODO: What kind of issue is this? Please uncomment and include one of the following: /label ~"type::feature" /label ~"type::bug" /label ~"type::maintenance" --> <!-- OPTIONAL: Is this a feature/enhancement? - Please describe the impact this feature/enhancement will have on the user experience and/or the product as a whole. - Provide a user story to illustrate the use case for this feature/enhancement. Include examples to help communicate the intended functionality. --> <!-- OPTIONAL: Is this a bug? Please uncomment and include the following: - **Current behavior:** - **Expected behavior:** - **Steps to reproduce:** - **Additional information:** please include VSCode version, browser dev tool logs, etc that might be helpful to debug the issue! --> ## Acceptance criteria - [ ] Removed from graphQL type `WorkspaceVariableInput` - [ ] All references to the argument `type` should be replaced with `variableType` in the BE code - [ ] References updated in specs as well <!-- NOTE: Feel free to expand with more sections and headers as needed --> <!-- DO NOT TOUCH BELOW -->
issue