From e09feaf340aa3381d0e7a6e964591443c1f81cef Mon Sep 17 00:00:00 2001 From: Varun Teja <35555010+VarunSaiTeja@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:23:40 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bf4a0f3..d4c082f 100644 --- a/README.md +++ b/README.md @@ -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