Skip to content

Commit 4e9d0e4

Browse files
authored
Merge pull request #52 from tomhoule/add-sooraj
Add Sooraj to contributors
2 parents 9ea0396 + e4aeeca commit 4e9d0e4

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
@@ -45,12 +45,11 @@ A typed GraphQL client library for Rust.
4545

4646
That module contains all the struct and enum definitions necessary to deserialize a response to that query.
4747

48-
The root type for the response is named `ResponseData`. The GraphQL response will take the form of a `GraphQLResponse<ResponseData>` (the [GraphQLResponse](https://docs.rs/graphql_client/latest/graphql_client/struct.GraphQLResponse.html) type is always the same).
48+
The root type for the response is named `ResponseData`. The GraphQL response will take the form of a `GraphQLResponse<ResponseData>` (the [GraphQLResponse](https://docs.rs/graphql_client/latest/graphql_client/struct.GraphQLResponse.html) type is always the same).
4949

5050
The module also contains a struct called `Variables` representing the variables expected by the query.
5151

52-
53-
- We now need to create the complete payload that we are going to send to the server. For convenience, the [GraphQLQuery trait](https://docs.rs/graphql_client/latest/graphql_client/trait.GraphQLQuery.html), is implemented for the struct under derive, so a complete query body can be created this way:
52+
* We now need to create the complete payload that we are going to send to the server. For convenience, the [GraphQLQuery trait](https://docs.rs/graphql_client/latest/graphql_client/trait.GraphQLQuery.html), is implemented for the struct under derive, so a complete query body can be created this way:
5453

5554
```rust
5655
extern crate failure;
@@ -94,6 +93,7 @@ Many thanks go to all our contributors:
9493
| Alex Vlasov (@indifferentalex) | 👀 |
9594
| Fausto Nuñez Alberro (@brainlessdeveloper) | 👀 |
9695
| Peter Gundel (@peterfication) | 👀 |
96+
| Sooraj Chandran (@SoorajChandran) | 🤔 |
9797
| Tom Houlé (@tomhoule) | 💻📖🐛💡🔧👀 |
9898

9999
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.

0 commit comments

Comments
 (0)