Skip to content

Commit 82de41b

Browse files
committed
doc(README): add a link to code generator doc
1 parent 4c07472 commit 82de41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GraphQL Client written in Dart 🎯.
55
It relies on the [dart http client][http] to send GQL queries. As the **http** client, tt's platform-independent,
66
and can be used on the command-line, browser and flutter.
77
It has a custom DSL to write GQL queries and will have soon a code generator converting GQL queries to this DSL.
8-
Stay tuned 🎤.
8+
Stay tuned 🎤. If you want to help, please check [this doc][code_generator].
99

1010
## Usage
1111

@@ -109,10 +109,10 @@ Future main() async {
109109
110110
```
111111

112-
113112
## Roadmap
114113

115114
You can find it [here][roadmap].
116115

117116
[roadmap]: https://github.com/hourliert/graphql_client/blob/master/ROADMAP.md
118-
[http]: https://pub.dartlang.org/packages/http
117+
[http]: https://pub.dartlang.org/packages/http
118+
[code_generator]: https://github.com/hourliert/graphql_client/blob/master/doc/code_generator.md

0 commit comments

Comments
 (0)