Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSaiTeja authored Oct 10, 2021
1 parent 54c8a60 commit e09feaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ As HotChocolate doesn't validate input arguments, After installing this package,
**Tech Note**: You can use all validation attributes/rules from System.ComponentModel.DataAnnotations (ex: Required, MinLength, Regex etc). This package just adds a middleware to the hot chocolate resolver for validating your input models as configured in the below steps.


**Installation Note**:

Install Graph.ArgumentValidator v2.0.0 if you are using HotChocolate v12.

Install Graph.ArgumentValidator v1.0.1 if you are using HotChocolate v11.


## Steps for configuring validator


Expand Down

0 comments on commit e09feaf

Please sign in to comment.