AppProblemDismissByAppInput Input Type
Input for app callers to dismiss their own problems.
input AppProblemDismissByAppInput {
ids: [ID!]
keys: [String!]
}
Fields
ids ● [ID!]
List of problem IDs to dismiss. Cannot be combined with keys. Max 100.
keys ● [String!]
List of problem keys to dismiss. Cannot be combined with ids. Max 100.
Member Of
AppProblemDismissInput input