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

Commit ccb8812

Browse files
authored
GraphQL: Update release notes for 2.3.3 (#5602)
* update release notes * GraphQL release notes * fix broken link
1 parent 7dd339a commit ccb8812

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

guides/v2.3/graphql/release-notes.md

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

6-
*Release notes published June 2019.*
6+
*Release notes published October 2019.*
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

@@ -12,8 +12,33 @@ To take part and contribute, see the [Magento GraphQL](https://github.com/magent
1212

1313
These release notes can include:
1414

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:
21+
22+
- [Authorize.Net]({{page.baseurl}}/graphql/payment-methods/authorize-net.html)
23+
- [Braintree]({{page.baseurl}}/graphql/payment-methods/braintree.html)
24+
- [Braintree Vault]({{page.baseurl}}/graphql/payment-methods/braintree-vault.html)
25+
- [PayPal Express Checkout]({{page.baseurl}}/graphql/payment-methods/paypal-express-checkout.html)
26+
- [PayPal Payflow Link]({{page.baseurl}}/graphql/payment-methods/payflow-link.html)
27+
- [PayPal Payflow Pro]({{page.baseurl}}/graphql/payment-methods/payflow-pro.html)
28+
- [PayPal Payments Advanced]({{page.baseurl}}/graphql/payment-methods/payments-advanced.html)
29+
- [PayPal Website Payments Pro Hosted Solution]({{page.baseurl}}/graphql/payment-methods/hosted-pro.html)
30+
- [Express Checkout for other PayPal solutions]({{page.baseurl}}/graphql/payment-methods/payflow-express.html)
31+
32+
- {:.new} **Added support for gift cards:** ({{site.data.var.ee}} only)
33+
- [`giftCardAccount`]({{page.baseurl}}/graphql/queries/giftcard-account.html) query
34+
- [`applyGiftCardToAccount`]({{page.baseurl}}/graphql/mutations/apply-giftcard.html) mutation
35+
- [`removeGiftCardFromCart`]({{page.baseurl}}/graphql/mutations/remove-giftcard.html) mutation
36+
37+
- {:.new} **Added the ability to manage store credit:** ({{site.data.var.ee}} only)
38+
- [`applyStoreCreditToCart`]({{page.baseurl}}/graphql/mutations/apply-store-credit.html) mutation
39+
- [`removeStoreCreditFromCart`]({{page.baseurl}}/graphql/mutations/remove-store-credit.html) mutation
40+
41+
- {:.new} **Added the [addConfigurableProductsToCart]({{page.baseurl}}/graphql/mutations/add-configurable-products.html) mutation.**
1742

1843
## {{site.data.var.ce}} 2.3.2
1944

@@ -35,17 +60,17 @@ These release notes can include:
3560

3661
- 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.
3762
- 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.
3964

4065
- {:.new} **Queries can now be performed as HTTP GET or POST operations.**
4166

4267
- {:.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:**
4368

44-
- `category`
45-
- `cmsBlocks`
46-
- `cmsPage`
47-
- `products`
48-
- `urlResolver`
69+
- `category`
70+
- `cmsBlocks`
71+
- `cmsPage`
72+
- `products`
73+
- `urlResolver`
4974

5075
You must send these queries as HTTP GET operations to cache the results.
5176

0 commit comments

Comments
 (0)