Restructure graphql folder in Pipeline Editor
What does this MR do and why?
We move around some misplaced and misnamed folder and files and update all the imports.
Why are you adding a client folder in mutation?
We already have a client folder for queries and overall I find this help to quickly scan what is an API call and what are our local storage methods
Why are you adding query
to some queries when they are already in a query folder?
This is arbitrary as we could also have removed all of them, but I went with this to follow what we do in Gitlab in general (plus I personally like it
Screenshots or screen recordings
No visual changes
How to set up and validate locally
You can go to CI/CD => Editor
and make sure everything works as usual
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #347702 (closed)