rover icon indicating copy to clipboard operation
rover copied to clipboard

move graph ref logic into the Studio API

Open abernix opened this issue 4 years ago • 1 comments

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.

abernix avatar Mar 24 '21 15:03 abernix

This needs changes to the Studio API - I've labelled as blocked.

EverlastingBugstopper avatar Aug 19 '21 17:08 EverlastingBugstopper