octoposprime / op-be-graphql

OctopOS Prime Backend Api Gateway
http://www.octoposprime.com
MIT License
13 stars 0 forks source link

Inconsistent API Response for 'deleteUser' Mutation #47

Open Feyzanrs opened 4 months ago

Feyzanrs commented 4 months ago

Encountered an unexpected behavior when testing the deleteUser mutation with an invalid user ID. According to the expected functionality, attempting to delete a non-existent user should return an error message indicating the failure of the operation. However, the current implementation does not behave as expected.

Sddilora commented 4 months ago

Could you please provide a link to your GraphQL mutation and result or add it in the comment section here?

Feyzanrs commented 4 months ago

mutation:

Ekran görüntüsü 2024-04-20 111209

result:

Ekran görüntüsü 2024-04-20 111242