You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ A typed GraphQL client library for Rust.
28
28
29
29
- In order to provide precise types for a response, graphql_client needs to read the query and the schema at compile-time.
30
30
31
-
To download the schema, you have multiple options. This projects provides a [CLI](https://github.com/graphql-rust/graphql-client/tree/master/graphql_client_cli), however it does not matter what tool you use, the resulting `schema.json` is the same.
31
+
To download the schema, you have multiple options. This projects provides a [CLI](https://github.com/graphql-rust/graphql-client/tree/main/graphql_client_cli), however it does not matter what tool you use, the resulting `schema.json` is the same.
32
32
33
33
- We now have everything we need to derive Rust types for our query. This is achieved through a procedural macro, as in the following snippet:
34
34
@@ -81,7 +81,7 @@ A typed GraphQL client library for Rust.
81
81
}
82
82
```
83
83
84
-
[A complete example using the GitHub GraphQL API is available](https://github.com/graphql-rust/graphql-client/tree/master/examples/github), as well as sample [rustdoc output](https://www.tomhoule.com/docs/example_module/).
84
+
[A complete example using the GitHub GraphQL API is available](https://github.com/graphql-rust/graphql-client/tree/main/examples/github), as well as sample [rustdoc output](https://www.tomhoule.com/docs/example_module/).
85
85
86
86
## Alternative workflow using the CLI
87
87
@@ -167,7 +167,7 @@ There is an [`include`](https://doc.rust-lang.org/cargo/reference/manifest.html#
167
167
168
168
## Examples
169
169
170
-
See the [examples directory](https://github.com/graphql-rust/graphql-client/tree/master/examples) in this repository.
170
+
See the [examples directory](https://github.com/graphql-rust/graphql-client/tree/main/examples) in this repository.
171
171
172
172
## Contributors
173
173
@@ -189,7 +189,7 @@ Warmest thanks to all those who contributed in any way (not only code) to this p
189
189
## Code of conduct
190
190
191
191
Anyone who interacts with this project in any space, including but not limited to
192
-
this GitHub repository, must follow our [code of conduct](https://github.com/graphql-rust/graphql-client/blob/master/CODE_OF_CONDUCT.md).
192
+
this GitHub repository, must follow our [code of conduct](https://github.com/graphql-rust/graphql-client/blob/main/CODE_OF_CONDUCT.md).
0 commit comments