Skip to content

Commit 0dff21f

Browse files
committed
Updated UniqueDirectivesPerLocation validation docs
1 parent 56fee7d commit 0dff21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/rules/UniqueDirectivesPerLocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function duplicateDirectiveMessage(directiveName: string): string {
2727
/**
2828
* Unique directive names per location
2929
*
30-
* A GraphQL document is only valid if all directives at a given location
30+
* A GraphQL document is only valid if directives, that are not marked as `isRepeatable`, at a given location
3131
* are uniquely named.
3232
*/
3333
export function UniqueDirectivesPerLocation(

0 commit comments

Comments
 (0)