Spike – Investigate migrating VSA settings app from REST API to GraphQL
Background
We currently perform CRUD operations in Value Stream Analytics using the REST API. Let's investigate the work required to migrate the VSA settings application to GraphQL.
Questions
-
Do we have the GraphQL queries/mutations for all of the necessary requests? Although some mutations are documented (e.g., https://docs.gitlab.com/ee/api/graphql/reference/#mutationvaluestreamcreate), are they up to date? -
What are the gaps? Can we partially migrate to GraphQL?
Edited by Alex Pennells