File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GraphQL Client written in Dart 🎯.
5
5
It relies on the [ dart http client] [ http ] to send GQL queries. As the ** http** client, tt's platform-independent,
6
6
and can be used on the command-line, browser and flutter.
7
7
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 ] .
9
9
10
10
## Usage
11
11
@@ -109,10 +109,10 @@ Future main() async {
109
109
110
110
```
111
111
112
-
113
112
## Roadmap
114
113
115
114
You can find it [ here] [ roadmap ] .
116
115
117
116
[ 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
You can’t perform that action at this time.
0 commit comments