Merge pull request #296 from danez/patch-2

fix: Correct namespace and link for DirectiveLocation in docs
This commit is contained in:
Vladimir Razuvaev 2018-07-07 21:46:38 +07:00 committed by GitHub
commit 15672ab66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,4 +58,4 @@ $trackDirective = new Directive([
```
See possible directive locations in
[`GraphQL\Type\Definition\DirectiveLocation`](../reference.md#graphqltypedefinitiondirectivelocation).
[`GraphQL\Language\DirectiveLocation`](../reference.md#graphqllanguagedirectivelocation).