@@ -42,7 +42,6 @@ Integration with different HTTP libraries is planned, although building one your
4242
4343There is an embryonic CLI for downloading schemas - the plan is to make it something similar to ` apollo-codegen ` .
4444
45-
4645## What is generated?
4746
4847- A module named after the struct under derive, which contains:
@@ -61,14 +60,28 @@ See the examples directory in this project.
6160Anyone who interacts with this project in any space, including but not limited to
6261this GitHub repository, must follow our [ code of conduct] ( https://github.com/tomhoule/graphql-client/blob/master/CODE_OF_CONDUCT.md ) .
6362
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+
6477## License
6578
6679Licensed under either of these:
6780
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 )
7285
7386### Contributing
7487
0 commit comments