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

Commit cbc6598

Browse files
authored
added the error coverage for pickupLocations query (#8452)
1 parent 8c240b2 commit cbc6598

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/guides/v2.4/graphql/queries/pickup-locations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,10 @@ Attribute | Data type | Description
207207
`current_page` | Int | Specifies which page of results to return
208208
`page_size` | Int | Specifies the maximum number of items to return
209209
`total_pages` | Int | Total pages
210+
211+
## Errors
212+
213+
Error | Description
214+
--- | ---
215+
`Field AreaInput.radius of required type Int! was not provided` | The value specified in the `AreaInput.radius` argument is empty.
216+
`Field AreaInput.search_term of required type String! was not provided` | The value specified in the `AreaInput.search_term` argument is empty.

0 commit comments

Comments
 (0)