Update schemas_and_mutations.md

This commit is contained in:
Christian Legnitto 2020-07-14 20:41:08 -10:00 committed by GitHub
parent f0ee2094d3
commit 480eda9846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ impl Mutations {
# 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):