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.
@@ -26,7 +26,7 @@ You can explicitly define EAV attributes in the schema, while a module's attribu
26
26
The current GraphQL codebase also supports the following features:
27
27
28
28
* 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.
30
30
* A product query returns complex price objects that include the amount, the currency code, and any adjustments.
31
31
* You can query attributes of a logged-in customer. A session token provides authorization.
32
32
* 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