graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

CLI command idea: rustdoc output for the generated modules

Open tomhoule opened this issue 7 years ago • 1 comments

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.

tomhoule avatar Sep 08 '18 05:09 tomhoule

cargo doc --document-private-items makes that less necessary. It may still be nice.

tomhoule avatar Sep 14 '18 07:09 tomhoule