Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve network subgraph querying
Leverage serde and serde_json more for serializing queries and deserializing responses in particular. There are tools that go even further with typing GraphQL query and response types (see https://github.com/graphql-rust/graphql-client#getting-started) but my feeling is that would be overkill here.
- Loading branch information