Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 75ff5c2

Browse files
authored
Merge pull request #8473 from dineshvb/isEmailAvailable-query-error-coverage
Added the error coverage for isEmailAvailable query
2 parents 8101783 + a2bdb58 commit 75ff5c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/guides/v2.3/graphql/queries/is-email-available.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@ Attribute | Data Type | Description
5050
## Related topics
5151

5252
[customer query]({{page.baseurl}}/graphql/queries/customer.html)
53+
54+
## Errors
55+
56+
Error | Description
57+
--- | ---
58+
`Email is invalid` | The given email-id is not in a proper format.
59+
`Field isEmailAvailable.email of required type String! was not provided` | The value specified in the `isEmailAvailable.email` argument is empty.

0 commit comments

Comments
 (0)