AppProblemDismissInput Input Type
Input for dismissing app problems. Only one can be specified.
input AppProblemDismissInput {
byApp: AppProblemDismissByAppInput
byStaffWithIds: AppProblemDismissByStaffWithIdsInput
byStaffWithKeys: AppProblemDismissByStaffWithKeysInput
}
Fields
byApp ● AppProblemDismissByAppInput
For app callers only - dismiss own problems.
byStaffWithIds ● AppProblemDismissByStaffWithIdsInput
For staff callers - dismiss problems by IDs.
byStaffWithKeys ● AppProblemDismissByStaffWithKeysInput
For staff callers - dismiss problems by keys for specified app.
Member Of
appProblemDismiss mutation