Update create pipeline endpoint to use GraphQL
What does this MR do and why?
Related to #479123 (closed)
Updating pipeline create endpoint to use GraphQL instead of REST
Screenshots or screen recordings
No UI change
How to set up and validate locally
- In a project with CI set up, navigate to Build > Pipelines and run a new pipeline. Ex: http://gdk.test:3000/flightjs/Flight/-/pipelines/new
- Go to the network tab and insure that the mutation is successful
- The browser should navigate to a new pipeline.
Edited by Briley Sandlin