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
App\GraphQL\Validators\Mutation\UpdateSettingValidator validates the Settings that are saved from the Admin Panel.
The validation works, but in case of a rejection just no GraphQL errors are returned. Leading to the query completing succesfully (yet the data not being saved due to having failed validation).
The text was updated successfully, but these errors were encountered:
App\GraphQL\Validators\Mutation\UpdateSettingValidator
validates the Settings that are saved from the Admin Panel.The validation works, but in case of a rejection just no GraphQL errors are returned. Leading to the query completing succesfully (yet the data not being saved due to having failed validation).
The text was updated successfully, but these errors were encountered: