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

GraphQL: Remove reference to backed-out data types #8683

Merged
merged 1 commit into from
Feb 11, 2021
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
GraphQL: Remove reference to backed-out data types
  • Loading branch information
keharper committed Feb 11, 2021
commit 5f94baaaaa4d1b276f05df7c9739bcf1c047876c
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