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

Added the error coverage for pickupLocations query #8452

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.4/graphql/queries/pickup-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,10 @@ Attribute | Data type | Description
`current_page` | Int | Specifies which page of results to return
`page_size` | Int | Specifies the maximum number of items to return
`total_pages` | Int | Total pages

## Errors

Error | Description
--- | ---
`Field AreaInput.radius of required type Int! was not provided` | The value specified in the `AreaInput.radius` argument is empty.
`Field AreaInput.search_term of required type String! was not provided` | The value specified in the `AreaInput.search_term` argument is empty.