Refactor GraphQL CI variables to use interfaces
What does this MR do and why?
This MR refactors the GraphQL CI variables code to use an interface. As we continued working on that code, it became increasingly apparent that the different types of variable would result in a lot of type checking logic. Using an interface should save us from having to do that.
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.
Edited by Avielle Wolfe