DismissAllGlobalNotifsPayload
ObjectAutogenerated return type of DismissAllGlobalNotifs.
mutation { user { dismissAllGlobalNotifs } }
Example
mutation DismissAllGlobalNotifs($input: DismissAllGlobalNotifsInput!) {
user {
dismissAllGlobalNotifs(input: $input) {
errors
}
}
}