diff --git a/src/guides/v2.4/graphql/queries/pickup-locations.md b/src/guides/v2.4/graphql/queries/pickup-locations.md index eaeece9096e..212155e8c5a 100644 --- a/src/guides/v2.4/graphql/queries/pickup-locations.md +++ b/src/guides/v2.4/graphql/queries/pickup-locations.md @@ -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.