Skip to content

Commit 40e1993

Browse files
author
betaflag
committed
Update readme to point to GraphQL schema guide
1 parent 46e0035 commit 40e1993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can get started fast by writing a type defintions and a resolver hash
5757
GraphqlServer.new(type_def: type_def, resolver: resolver)
5858
```
5959

60-
You can also provide your own schema
60+
You can also provide your own [schema](http://graphql-ruby.org/schema/definition.html)
6161

6262
```ruby
6363
GraphqlServer.new(schema: schema)

0 commit comments

Comments
 (0)