@timardex/cluemart-shared 1.0.32 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1356,15 +1356,10 @@ var LOGOUT_MUTATION = gql2`
1356
1356
  var REFRESH_TOKEN_MUTATION = gql2`
1357
1357
  mutation refreshToken($input: RefreshTokenInputType!) {
1358
1358
  refreshToken(input: $input) {
1359
- message
1360
1359
  refreshToken
1361
1360
  token
1362
- user {
1363
- ...UserFields
1364
- }
1365
1361
  }
1366
1362
  }
1367
- ${USER_FIELDS_FRAGMENT}
1368
1363
  `;
1369
1364
  var RESET_PASSWORD_MUTATION = gql2`
1370
1365
  mutation resetPassword($input: ResetPasswordInputType!) {