From 6aaf8188bfdacdb69851854d2ebb2658c427d73a Mon Sep 17 00:00:00 2001 From: Dinesh V B Date: Wed, 30 Dec 2020 14:25:33 +0530 Subject: [PATCH] added the error coverage for pickupLocations query --- src/guides/v2.4/graphql/queries/pickup-locations.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.