From d2d5647fde5ffd2b16c4f7c4e95656aa626b6fff Mon Sep 17 00:00:00 2001 From: Varun Teja <35555010+VarunSaiTeja@users.noreply.github.com> Date: Thu, 9 Dec 2021 18:03:10 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1fc63..74c1d05 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,14 @@ Another way of providing inline validation for Primitive data types When the user is given the following wrong values to the mutation input - ``` + ```graphql mutation{ registerUser(input:{userName:"va2", password:"weak", confirmPassword:"strong", email:"varun"}) } ``` This is the response we got from GraphQL Server -``` +```json { "errors": [ {