Releases: vtex-apps/store-graphql
Releases · vtex-apps/store-graphql
v2.9.3
Fixed
- Benefits resolver was breaking with the returned data being null.
v2.9.1
Fixed
- Fixed bug in
logout
mutation that didn't log out correctly.
v2.9.0
Added
- Add
recoveryPassword
mutation in auth resolver.
v2.8.0
Added
- Add classic login mutation.
Changed
v2.7.2
Fixed
- Fix products search query only adding a category if there is not a search term.
v2.7.1
Fixed
- Fix
vtexId
use on paths.ts
.
v2.7.0
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
Fixed
- Set the
maxAge
received from VTEXID to VtexIdclientAutCookie_${account}
in accessKeySigIn
mutation.
v2.6.0
Added
- Create the logout mutation.
v2.5.2
Fixed
- Fix
recommendations
field resolver.