From 5f3c4f967121edc02adf56cb25c26d9852bc4ce9 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 28 Sep 2020 16:39:40 -0500 Subject: [PATCH] Update GraphQL index page --- src/guides/v2.4/graphql/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/guides/v2.4/graphql/index.md b/src/guides/v2.4/graphql/index.md index 8a8ab7c5318..c9dbf0b91f5 100755 --- a/src/guides/v2.4/graphql/index.md +++ b/src/guides/v2.4/graphql/index.md @@ -8,23 +8,25 @@ landing-page: GraphQL Developer's Guide ## The current state of Magento GraphQL -As of Magento 2.3.4, GraphQL provides the following features: +As of Magento 2.4.0, GraphQL provides the following features: * Support for all product types, payment methods, and shipping methods -* Achieved <.5 sec average response times with 500 concurrent requests * Redesigned a feature rich layered navigation +* Reorders +* Inventory Management store pickups ## Where we're going -The `graphql-ce` Community Engineering repository has been archived. Development for Magento 2.3.5 will be limited to bug fixes. +The `graphql-ce` Community Engineering repository has been archived. -For the 2.4.0 and 2.4.1 releases, Magento teams are working toward completing GraphQL coverage for Business to Consumer (B2C) uses cases, with emphasis on the following: +For the 2.4.1 and 2.4.2 releases, Magento and Community teams are working toward completing GraphQL coverage for Business to Consumer (B2C) uses cases, with emphasis on the following: -* Reorders -* Inventory Management store pickups * Order history for logged in customers * Replace product-specific mutations that add products to a cart with a single mutation that can handle all product types * Gift wrapping and messages +* Product reviews +* Wishlists +* Reward points * Saved payment methods We also expect to begin adding coverage for B2B scenarios.