Skip to content

Commit

Permalink
Add more rules to validate SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 5, 2018
1 parent 6aff49c commit 1e24f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/validation/specifiedRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ export const specifiedSDLRules: $ReadOnlyArray<SDLValidationRule> = [
LoneSchemaDefinition,
KnownDirectives,
UniqueDirectivesPerLocation,
UniqueArgumentNames,
UniqueInputFieldNames,
];

0 comments on commit 1e24f87

Please sign in to comment.