apollo-rs
apollo-rs copied to clipboard
update rover's introspection to the new version of apollo-rs libraries
Rover currently uses apollo-encoder
to serialise incoming serde_json introspection result into SDL. With the new introspection and execution code, and the upcoming 1.0.0
release of apollo-compiler
we need to update Rover to a new way of encoding serde_json to SDL.