graphql-client
graphql-client copied to clipboard
Arbitrary custom derives in rust 2018
Since derive macros will now be imported (with use) in idiomatic code, we should provide the option to add imports to the generated module.
Or maybe use super::* is a sane option? It feels like it could go wrong, and it does not solve the issue that you need to have the derive macros in scope.