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

Update GraphQL index page #7950

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions src/guides/v2.4/graphql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down