AppProblemDismissByStaffWithKeysInput Input Type
Input for staff callers to dismiss problems by keys.
input AppProblemDismissByStaffWithKeysInput {
keys: [String!]!
app: ID!
}
Fields
AppProblemDismissByStaffWithKeysInput.keys ● [String!]! non-null scalar miscellaneous
List of problem keys to dismiss. Max 100.
AppProblemDismissByStaffWithKeysInput.app ● ID! non-null scalar miscellaneous
ID of the app whose problems to dismiss.
Member Of
AppProblemDismissInput input