Skip to content

Commit f8df3f7

Browse files
committed
Make small documentation improvements
1 parent 96048df commit f8df3f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A typed GraphQL client library for Rust.
1111
- Precise types for query variables and responses
1212
- Supports GraphQL fragments, objects, unions, inputs, enums, custom scalars and input objects
1313
- Works in the browser (WebAssembly)
14+
- Subscriptions support (serialization-deserialization only at the moment)
1415

1516
## Getting started
1617

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//! The top-level documentation resides on the [project README](https://github.com/tomhoule/graphql-client) at the moment.
2+
//!
3+
//! The main interface to this library is the custom derive that generates modules from a GraphQL query and schema.
24
35
extern crate serde;
46
#[macro_use]

0 commit comments

Comments
 (0)