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

Commit e4d0358

Browse files
authored
Merge pull request #2674 from magento-commerce/kh_update-get-started
Add GraphQL to the Getting Started front page
2 parents 4c6ebdd + 4f848cf commit e4d0358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/get-started/bk-get-started-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ functional_areas:
1414

1515
The Magento web [API](https://glossary.magento.com/api) framework provides integrators and developers the means to use web services that communicate with the Magento system. Key features include:
1616

17-
* Support for both [REST]({{ page.baseurl }}/rest/bk-rest.html) (Representational State Transfer) and [SOAP]({{ page.baseurl }}/soap/bk-soap.html) (Simple Object Access Protocol). In Magento 2, the [web API](https://glossary.magento.com/web-api) coverage is the same for both REST and SOAP.
17+
* Support for [GraphQL]({{page.baseurl}}/graphql/index.html), [REST]({{ page.baseurl }}/rest/bk-rest.html) (Representational State Transfer) and [SOAP]({{ page.baseurl }}/soap/bk-soap.html) (Simple Object Access Protocol). In Magento 2, the [web API](https://glossary.magento.com/web-api) coverage is the same for both REST and SOAP.
1818

1919
* Three types of [authentication]({{ page.baseurl }}/get-started/authentication/gs-authentication.html):
2020
* Third-party applications authenticate with [OAuth 1.0a]({{ page.baseurl }}/get-started/authentication/gs-authentication-oauth.html).

0 commit comments

Comments
 (0)