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

Commit 03e1c9c

Browse files
authored
Update GraphQL release notes (#8047)
1 parent df6f84d commit 03e1c9c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/guides/v2.4/graphql/release-notes.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ group: graphql
33
title: Release Notes
44
---
55

6-
*Release notes published January 2020.*
6+
*Release notes published October 2020.*
77

88
GraphQL is a flexible and performant API that allows you to build custom front-ends, including headless storefronts, [Progressive Web Apps](https://github.com/magento/pwa-studio) (PWA), and mobile apps for Magento.
99

10-
The **[Magento GraphQL](https://github.com/magento/graphql-ce) project** is a Magento Community Engineering special project open to contributors.
11-
To take part and contribute, see the [Magento GraphQL](https://github.com/magento/graphql-ce) repository and [wiki](https://github.com/magento/graphql-ce/wiki) to get started. Join us in our [Slack](https://magentocommeng.slack.com/messages/C8076E0KS) channel (or [self signup](https://tinyurl.com/engcom-slack)) to discuss the project.
10+
To take part and contribute, see the [Magento 2](https://github.com/magento/magento2) repository and look for issues with the `Project: GraphQL` tag. Join us in our [Slack](https://magentocommeng.slack.com/messages/C8076E0KS) channel (or [self signup](https://tinyurl.com/engcom-slack)) to discuss the project.
1211

1312
These release notes can include:
1413

1514
- {:.new}New features
1615
- {:.fix}Fixes and improvements
1716

17+
## {{site.data.var.ee}} and {{site.data.var.ce}} 2.4.1
18+
19+
As of version 2.4.1, the [Magento Open Source 2.4.1 Release Notes]({{page.baseurl}}/release-notes/open-source-2-4-1.html) and [Magento Commerce 2.4.1 Release Notes]({{page.baseurl}}/release-notes/commerce-2-4-1.html) describe the new GraphQL features and bug fixes.
20+
1821
## {{site.data.var.ee}} and {{site.data.var.ce}} 2.4.0
1922

2023
- {:.new} **Added the [`reorderItems` mutation]({{page.baseurl}}/graphql/mutations/reorder-items.html).** This mutation enables the logged-in customer to add the contents of a previous order to their cart.
@@ -23,6 +26,8 @@ These release notes can include:
2326

2427
- {:.new} **Added the [`pickupLocations` query]({{page.baseurl}}/graphql/queries/pickup-locations.html).** When the Inventory in-store pickup feature is enabled, this query allows the shopper to select a pickup location. The `pickup_location_code` attribute has been added to the [`setShippingAddressesOnCart` mutation]({{page.baseurl}}/graphql/mutations/set-shipping-address.html) to specify which source will serve as the pickup location.
2528

29+
The [Magento Open Source 2.4.0 Release Notes]({{page.baseurl}}/release-notes/release-notes-2-4-0-open-source.html#graphql-1) and [Magento Commerce 2.4.0 Release Notes]({{page.baseurl}}/release-notes/release-notes-2-4-0-commerce.html#graphql-1) list the bug fixes.
30+
2631
## {{site.data.var.ee}} and {{site.data.var.ce}} 2.3.5
2732

2833
- {:.new} **The `products` and `categoryList` queries can now be used to retrieve information about products and categories that have been added to a staged campaign.** These queries require an admin authorization token. See [Using queries](https://devdocs.magento.com/guides/v2.3/graphql/queries/index.html#staging) for details.

0 commit comments

Comments
 (0)