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

Commit

Permalink
Merge pull request #8683 from magento/kh_update-relnotes
Browse files Browse the repository at this point in the history
GraphQL: Remove reference to backed-out data types
  • Loading branch information
keharper authored Feb 11, 2021
2 parents ee8bd61 + 5f94baa commit 9eba2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guides/v2.4/release-notes/commerce-2-4-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This release adds GraphQL coverage for the following features:

* Added support for the following B2B features:
* Companies. You can add company [administrators]({{page.baseurl}}/graphql/mutations/create-company.html), [users]({{page.baseurl}}/graphql/mutations/create-company-user.html), [roles]({{page.baseurl}}/graphql/mutations/create-company-role.html), and [teams]({{page.baseurl}}/graphql/mutations/create-company-team.html). <!--- MC-33861-->
* Company credit. The [company query]({{page.baseurl}}/graphql/queries/company.html) includes details about the company's credit history. The `ConfigurableOptionsSelectionMetadata` and `ConfigurableOptionAvailableForSelection` data types have been added to the schema to provide this functionality.<!--- MC-33862-->
* Company credit. The [company query]({{page.baseurl}}/graphql/queries/company.html) includes details about the company's credit history. <!--- MC-33862-->
* Requisition lists. You can [create]({{page.baseurl}}/graphql/mutations/create-requisition-list.html), [delete]({{ page.baseurl }}/graphql/mutations/delete-requisition-list.html), and [update]({{page.baseurl}}/graphql/mutations/update-requisition-list.html) requisition lists. Support also includes the ability to [add]({{page.baseurl}}/graphql/mutations/add-products-to-requisition-list.html), [update]({{page.baseurl}}/graphql/mutations/update-products-in-wishlist.html), [delete]({{page.baseurl}}/graphql/mutations/delete-requisition-list-items.html), [copy]({{page.baseurl}}/graphql/mutations/copy-items-between-requisition-lists.html), and [move]({{page.baseurl}}/graphql/mutations/move-items-between-requisition-lists.html) items within a requisition list as well as add requisition list items [into the cart]({{page.baseurl}}/graphql/mutations/add-requisition-list-items-to-cart.html). <!--- MC-34312-->

* Added support for unions in Magento GraphQL. [GitHub-29425](https://github.com/magento/magento2/issues/29425) <!-- ENGCOM-8291 -->
Expand Down

0 comments on commit 9eba2c9

Please sign in to comment.