Skip to content

Commit 869895d

Browse files
authored
Fix root operation types docs link in getting started guide
1 parent 215e7fa commit 869895d

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)