myCommunicationsAckAll
mutation
Acknowledge (dismiss) every currently-eligible communication for the calling user + company
Idempotent — acks every communication myCommunicationscurrently returns for this user in
this company that has no ack yet. Requires a valid session; scoped to companies the user
belongs to.
mutation {
myCommunicationsAckAll(companyId: Int!): CommunicationAckAll!
}Returns: CommunicationAckAll!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! |