Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSaiTeja authored Dec 9, 2021
1 parent f76d097 commit d2d5647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d2d5647

Please sign in to comment.