Open
Description
Before using this crate I've never had used GraphQL before, so I got many errors and didn't realize that serde was also needed to use the derive plus I didn't need serde itself because I was using reqwest's json feature. Showing a Cargo.toml snippet on the README would make it easier to get started.