Skip to main content

AppProblemDismissed Object

Dismissal information for an app problem.

Added in Saleor 3.22
type AppProblemDismissed {
by: AppProblemDismissedByEnum!
user: User
userEmail: String
}

Fields

by ● AppProblemDismissedByEnum!

Whether the problem was dismissed by an App or a User.

Added in Saleor 3.22

user ● User

The user who dismissed this problem. Null if dismissed by an app or the user was deleted.

Added in Saleor 3.22
Requires the MANAGE_STAFFpermission.

userEmail ● String

Email of the user who dismissed this problem. Preserved even if the user is deleted.

Added in Saleor 3.22
Requires the AUTHENTICATED_STAFF_USERpermission.

Member Of

AppProblem object