Skip to content

Commit ffb341d

Browse files
committed
Document --document-private-items
1 parent 3f27379 commit ffb341d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ You can write multiple operations in one query document (one `.graphql` file). Y
129129

130130
There is an example [in the tests](./tests/operation_selection).
131131

132+
## Documentation for the generated modules
133+
134+
You can use `cargo doc --document-private-items` to generate rustdoc documentation on the generated code.
135+
132136
## Examples
133137

134138
See the examples directory in this repository.

0 commit comments

Comments
 (0)