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

Commit 5f94baa

Browse files
committed
GraphQL: Remove reference to backed-out data types
1 parent ee8bd61 commit 5f94baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/release-notes/commerce-2-4-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This release adds GraphQL coverage for the following features:
8080

8181
* Added support for the following B2B features:
8282
* 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-->
83-
* 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-->
83+
* Company credit. The [company query]({{page.baseurl}}/graphql/queries/company.html) includes details about the company's credit history. <!--- MC-33862-->
8484
* 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-->
8585

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

0 commit comments

Comments
 (0)