Update schemas_and_mutations.md
This commit is contained in:
parent
f0ee2094d3
commit
480eda9846
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl Mutations {
|
||||||
# fn main() { }
|
# fn main() { }
|
||||||
```
|
```
|
||||||
|
|
||||||
# Outputting schemas in the [GraphQL Schema Language][schema_language]
|
# Converting a Rust schema to the [GraphQL Schema Language][schema_language]
|
||||||
|
|
||||||
Many tools in the GraphQL ecosystem require the schema to be defined in the [GraphQL Schema Language][schema_language]. You can generate a [GraphQL Schema Language][schema_language] representation of your schema defined in Rust using the `schema-language` feature (on by default):
|
Many tools in the GraphQL ecosystem require the schema to be defined in the [GraphQL Schema Language][schema_language]. You can generate a [GraphQL Schema Language][schema_language] representation of your schema defined in Rust using the `schema-language` feature (on by default):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue