DismissAllGlobalNotifsInput
InputAutogenerated input type of DismissAllGlobalNotifs
mutation { user { dismissAllGlobalNotifs } }
Example
mutation DismissAllGlobalNotifs($input: DismissAllGlobalNotifsInput!) {
user {
dismissAllGlobalNotifs(input: $input) {
errors
}
}
}