We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0035 commit 40e1993Copy full SHA for 40e1993
README.md
@@ -57,7 +57,7 @@ You can get started fast by writing a type defintions and a resolver hash
57
GraphqlServer.new(type_def: type_def, resolver: resolver)
58
```
59
60
-You can also provide your own schema
+You can also provide your own [schema](http://graphql-ruby.org/schema/definition.html)
61
62
```ruby
63
GraphqlServer.new(schema: schema)
0 commit comments