You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i delete an entry via graphql, it should return a boolean, whether the deletion was succesfull or not (information from docs), but it returns "nulll" at all times.
Steps to reproduce
1.delete an entry via id with graphql
Expected behavior
to return a boolean, which outsputs the successfulness of my mutation.
Actual behavior
it returns null, in both cases (entry existed and is deleted now // entry did not exist and therefore was not deleted)
Craft CMS version
5.2.9 Pro
PHP version
8.3.7
Operating system and version
Plesk Obsidian with Debian Base
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered:
What happened?
Description
When i delete an entry via graphql, it should return a boolean, whether the deletion was succesfull or not (information from docs), but it returns "nulll" at all times.
Steps to reproduce
1.delete an entry via id with graphql
Expected behavior
to return a boolean, which outsputs the successfulness of my mutation.
Actual behavior
it returns null, in both cases (entry existed and is deleted now // entry did not exist and therefore was not deleted)
Craft CMS version
5.2.9 Pro
PHP version
8.3.7
Operating system and version
Plesk Obsidian with Debian Base
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: