graphql-client
graphql-client copied to clipboard
CLI command idea: rustdoc output for the generated modules
Knowing what the generated types look like is harder than it should be at the moment. Maybe we could use the CLI to generate code, then rustdoc output since it's the format all rust programmers are used to.
This is just a note but I think we should start the discussion because it's an ergonomics problem.
cargo doc --document-private-items makes that less necessary. It may still be nice.