Skip to main content

AppProblemDismissByStaffWithKeysInput Input Type

Input for staff callers to dismiss problems by keys.

input AppProblemDismissByStaffWithKeysInput {
keys: [String!]!
app: ID!
}

Fields

keys ● [String!]!

List of problem keys to dismiss. Max 100.

app ● ID!

ID of the app whose problems to dismiss.

Member Of

AppProblemDismissInput input