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.
Copy file name to clipboardExpand all lines: guides/v2.3/graphql/release-notes.md
+34-9Lines changed: 34 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ group: graphql
3
3
title: Release Notes
4
4
---
5
5
6
-
*Release notes published June 2019.*
6
+
*Release notes published October 2019.*
7
7
8
8
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.
9
9
@@ -12,8 +12,33 @@ To take part and contribute, see the [Magento GraphQL](https://github.com/magent
12
12
13
13
These release notes can include:
14
14
15
-
- {:.new}New features
16
-
- {:.fix}Fixes and improvements
15
+
- {:.new}New features
16
+
- {:.fix}Fixes and improvements
17
+
18
+
## {{site.data.var.ee}} and {{site.data.var.ce}} 2.3.3
19
+
20
+
- {:.new} **GraphQL supports PayPal, Braintree, and Authorize.Net payment methods.** You can use mutations to set the payment method, retrieve payment method-specific tokens, and place an order. For details, see the following topics:
- {:.new} **Added the [addConfigurableProductsToCart]({{page.baseurl}}/graphql/mutations/add-configurable-products.html) mutation.**
17
42
18
43
## {{site.data.var.ce}} 2.3.2
19
44
@@ -35,17 +60,17 @@ These release notes can include:
35
60
36
61
- The [`isEmailAvailable` query]({{page.baseurl}}/graphql/queries/is-email-available.html) checks whether the specified email address has already been used to create an account.
37
62
- The [`cart` query]({{page.baseurl}}/graphql/queries/cart.html) can now return information set by mutations that perform cart operations, including product information, shipping and billing addresses, shipping and payment methods, and applied coupons. The query also returns calculated totals.
38
-
- The `customerPaymentTokens` query returns the signed-in customer's payment tokens.
63
+
-The `customerPaymentTokens` query returns the signed-in customer's payment tokens.
39
64
40
65
- {:.new} **Queries can now be performed as HTTP GET or POST operations.**
41
66
42
67
- {:.new} **Magento can use Varnish or full-page caching to [cache]({{page.baseurl}}/graphql/caching.html) pages rendered from the results of the following GraphQL queries:**
43
68
44
-
-`category`
45
-
-`cmsBlocks`
46
-
-`cmsPage`
47
-
-`products`
48
-
-`urlResolver`
69
+
-`category`
70
+
-`cmsBlocks`
71
+
-`cmsPage`
72
+
-`products`
73
+
-`urlResolver`
49
74
50
75
You must send these queries as HTTP GET operations to cache the results.
0 commit comments