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

Commit 16e8e9c

Browse files
authored
Merge pull request #4208 from manthandave/graphql_improvement
GraphQL sentence improvement
2 parents 20a1a36 + 117322e commit 16e8e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.3/graphql/index.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can explicitly define EAV attributes in the schema, while a module's attribu
2626
The current GraphQL codebase also supports the following features:
2727

2828
* You can perform full text searches on products in a similar manner as REST and SOAP calls. You can also simultaneously perform a full text search and filter the results. This is new functionality available only with GraphQL.
29-
* All product types are supported. Currently, previous versions supported simple and configurable products only.
29+
* All product types are supported. Previous versions support only simple and configurable products.
3030
* A product query returns complex price objects that include the amount, the currency code, and any adjustments.
3131
* You can query attributes of a logged-in customer. A session token provides authorization.
3232
* The REST and SOAP APIs had separate endpoints for searching across all products and individual products. In GraphQL, all product searches use the `products` query.

0 commit comments

Comments
 (0)