Skip to content

Commit 5503fe7

Browse files
authored
Merge pull request #5496 from duffuniverse/fix-docs-link-in-getting-started-guide
Fix the link to The Query, Mutation, and Subscription types documentation in the Getting Started guide
2 parents 215e7fa + 869895d commit 5503fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ end
7272

7373
### Build a Schema
7474

75-
Before building a schema, you have to define an [entry point to your system, the "query root"](https://graphql.org/learn/schema/#the-query-and-mutation-types):
75+
Before building a schema, you have to define an [entry point to your system, the "query root"](https://graphql.org/learn/schema/#the-query-mutation-and-subscription-types):
7676

7777
```ruby
7878
class QueryType < GraphQL::Schema::Object

0 commit comments

Comments
 (0)