rover
rover copied to clipboard
move graph ref logic into the Studio API
Today, we're doing parsing of the graph ref, client-side, inside of Rover:
https://github.com/apollographql/rover/blob/ddb804bd14796c81df882b3030dd4f58427668f2/src/utils/parsers.rs#L41-L67
We should move this, server-side, to within the API, so we can control the behavior of it in the future.
This needs changes to the Studio API - I've labelled as blocked.