Skip to content

Commit

Permalink
Updated UniqueDirectivesPerLocation validation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 4, 2018
1 parent 56fee7d commit 0dff21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/rules/UniqueDirectivesPerLocation.js
Expand Up @@ -27,7 +27,7 @@ export function duplicateDirectiveMessage(directiveName: string): string {
/**
* Unique directive names per location
*
* A GraphQL document is only valid if all directives at a given location
* A GraphQL document is only valid if directives, that are not marked as `isRepeatable`, at a given location
* are uniquely named.
*/
export function UniqueDirectivesPerLocation(
Expand Down

0 comments on commit 0dff21f

Please sign in to comment.