You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
As of Magento 2.3.4, GraphQL provides the following features:
11
+
As of Magento 2.4.0, GraphQL provides the following features:
12
12
13
13
* Support for all product types, payment methods, and shipping methods
14
-
* Achieved <.5 sec average response times with 500 concurrent requests
15
14
* Redesigned a feature rich layered navigation
15
+
* Reorders
16
+
* Inventory Management store pickups
16
17
17
18
## Where we're going
18
19
19
-
The `graphql-ce` Community Engineering repository has been archived. Development for Magento 2.3.5 will be limited to bug fixes.
20
+
The `graphql-ce` Community Engineering repository has been archived.
20
21
21
-
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:
22
+
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:
22
23
23
-
* Reorders
24
-
* Inventory Management store pickups
25
24
* Order history for logged in customers
26
25
* Replace product-specific mutations that add products to a cart with a single mutation that can handle all product types
27
26
* Gift wrapping and messages
27
+
* Product reviews
28
+
* Wishlists
29
+
* Reward points
28
30
* Saved payment methods
29
31
30
32
We also expect to begin adding coverage for B2B scenarios.
0 commit comments