Skip to content

Releases: scandipwa/store-graphql

Support for `is_email_confirmation_required`

12 Jun 10:08
Compare
Choose a tag to compare

Added is_email_confirmation_required to schema.

Support for `guest_checkout`

19 May 05:53
044099a
Compare
Choose a tag to compare

Added guest_checkout to schema.

Support for `reviews_are_enabled` and `reviews_allow_guest`

09 Apr 10:27
Compare
Choose a tag to compare

Removing wrong type from XML

20 Mar 16:44
2191a91
Compare
Choose a tag to compare
1.0.4

Removed int type XML

Cookies, pagination, demo-notice infomraion

20 Mar 16:23
29264e0
Compare
Choose a tag to compare

In this release the store config list available for querying has been broadened.

Added `terms_are_enabled ` to endpoint

16 Jan 08:27
Compare
Choose a tag to compare

In this relsase terms_are_enabled field was added to schema.

Default country in storeConfig

05 Dec 09:52
Compare
Choose a tag to compare

Added field default_country.

Store header fallback + stores endpoint

27 Nov 12:25
Compare
Choose a tag to compare

Difference in Store header handling

THIS IS DEPRECATED! This is done for backwards-compatibility.
Please use Store header to set store in the future.

This module provides Magento 2.3.3 default functionality, which is:

In graphql scope Magento always prefers Store Header set in the request
to determine the store. If none is passed, the Magento will default to default store,
even if the MAGE_RUN_CODE env variable is set. This means that the application should be
responsible for store switching - which is in our opinion right. Except, we prefer
no setting the store to default if header not present.

Which is exactly what this extension does - if no Store header is passed, we will default
to MAGE_RUN_CODE store.

The Store header support is coming with future versions of base-theme. Expected in 2.6.0.

All stores endpoint

Basic endpoint to retrieve the store data about the store, is needed for store switcher render.

Added 2 additional fields to StoreConfig type: name, is_active.