@@ -42,7 +42,6 @@ Integration with different HTTP libraries is planned, although building one your
42
42
43
43
There is an embryonic CLI for downloading schemas - the plan is to make it something similar to ` apollo-codegen ` .
44
44
45
-
46
45
## What is generated?
47
46
48
47
- A module named after the struct under derive, which contains:
@@ -61,14 +60,28 @@ See the examples directory in this project.
61
60
Anyone who interacts with this project in any space, including but not limited to
62
61
this GitHub repository, must follow our [ code of conduct] ( https://github.com/tomhoule/graphql-client/blob/master/CODE_OF_CONDUCT.md ) .
63
62
63
+ ## Contributors
64
+
65
+ Many thanks go to all our contributors:
66
+
67
+ | | |
68
+ | ------------------------------------------ | ------------ |
69
+ | Alex Vlasov (@indifferentalex ) | 👀 |
70
+ | Fausto Nuñez Alberro (@brainlessdeveloper ) | 👀 |
71
+ | Peter Gundel (@peterfication ) | 👀 |
72
+ | Tom Houlé (@tomhoule ) | 💻📖🐛💡🔧👀 |
73
+
74
+ This project follows the [ all-contributors] ( https://github.com/kentcdodds/all-contributors ) specification.
75
+ Contributions of any kind are welcome!
76
+
64
77
## License
65
78
66
79
Licensed under either of these:
67
80
68
- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
69
- https://www.apache.org/licenses/LICENSE-2.0 )
70
- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
71
- https://opensource.org/licenses/MIT )
81
+ - Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
82
+ https://www.apache.org/licenses/LICENSE-2.0 )
83
+ - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
84
+ https://opensource.org/licenses/MIT )
72
85
73
86
### Contributing
74
87
0 commit comments