AppProblemDismissed Object
Dismissal information for an app problem.
Added in Saleor 3.22type 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.22user ● User
The user who dismissed this problem. Null if dismissed by an app or the user was deleted.
Added in Saleor 3.22userEmail ● String
Email of the user who dismissed this problem. Preserved even if the user is deleted.
Added in Saleor 3.22Member Of
AppProblem object