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

Added the error coverage for isEmailAvailable query #8473

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/guides/v2.3/graphql/queries/is-email-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ Attribute | Data Type | Description
## Related topics

[customer query]({{page.baseurl}}/graphql/queries/customer.html)

## Errors

Error | Description
--- | ---
`Email is invalid` | The given email-id is not in a proper format.
`Field isEmailAvailable.email of required type String! was not provided` | The value specified in the `isEmailAvailable.email` argument is empty.