Skip to content

Releases: vtex-apps/store-graphql

v2.9.3

02 Jul 19:50
Compare
Choose a tag to compare

Fixed

  • Benefits resolver was breaking with the returned data being null.

v2.9.1

27 Jun 12:31
Compare
Choose a tag to compare

Fixed

  • Fixed bug in logout mutation that didn't log out correctly.

v2.9.0

26 Jun 17:04
Compare
Choose a tag to compare

Added

  • Add recoveryPassword mutation in auth resolver.

v2.8.0

25 Jun 22:23
Compare
Choose a tag to compare

Added

  • Add classic login mutation.

Changed

  • Refact auth resolver.

v2.7.2

25 Jun 16:45
Compare
Choose a tag to compare

Fixed

  • Fix products search query only adding a category if there is not a search term.

v2.7.1

20 Jun 20:24
Compare
Choose a tag to compare

Fixed

  • Fix vtexId use on paths.ts.

v2.7.0

19 Jun 19:56
Compare
Choose a tag to compare

Added

  • Add documentation in graphql files.

Changed

  • Refact paths and organize API docs.
  • Profile Query will return the user email in case of data not found.

Fixed

  • Fix profile resolver to use ioContext authToken.

v2.6.1

15 Jun 18:18
Compare
Choose a tag to compare

Fixed

  • Set the maxAge received from VTEXID to VtexIdclientAutCookie_${account} in accessKeySigIn mutation.

v2.6.0

15 Jun 14:31
Compare
Choose a tag to compare

Added

  • Create the logout mutation.

v2.5.2

14 Jun 18:24
Compare
Choose a tag to compare

Fixed

  • Fix recommendations field resolver.