From 446516594a928c6c70c25b5f5f2beff620cad5d1 Mon Sep 17 00:00:00 2001 From: "Chandru(Z0199)" Date: Fri, 6 Mar 2020 20:38:10 +0530 Subject: [PATCH] Removed deprecated field in graphql query --- src/guides/v2.3/graphql/queries/customer.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/guides/v2.3/graphql/queries/customer.md b/src/guides/v2.3/graphql/queries/customer.md index 8ed1478ede7..aa73a43d474 100644 --- a/src/guides/v2.3/graphql/queries/customer.md +++ b/src/guides/v2.3/graphql/queries/customer.md @@ -37,7 +37,6 @@ The following call returns information about the logged-in customer. Provide the region { region_code region - region_id } postcode country_code @@ -68,8 +67,7 @@ The following call returns information about the logged-in customer. Provide the "city": "Anytown", "region": { "region_code": "MI", - "region": "Michigan", - "region_id": 33 + "region": "Michigan" } "postcode": "78758", "country_code": "US",