Skip to content

Commit

Permalink
DOCS Update graphql-php type reference URL
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored Aug 1, 2018
1 parent 53a3ad6 commit e84947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GraphQL uses this information to validate queries and allow GraphQL clients to
introspect your API capabilities. The GraphQL type system is hierarchical, so
the `fields()` definition declares object properties as scalar types within
your complex type. Refer to the
[graphql-php type definitions](https://github.com/webonyx/graphql-php#type-system)
[graphql-php type definitions](http://webonyx.github.io/graphql-php/type-system/)
for available types.

```php
Expand Down

0 comments on commit e84947b

Please sign in to comment.