Skip to content

Refactor GraphQL CI variables to use interfaces

Avielle Wolfe requested to merge aw-refactor-graphql-ci-variables into master

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.

Edited by Avielle Wolfe

Merge request reports

Loading