myCommunicationAck
mutation
Acknowledge (dismiss) a communication
Idempotent — every way a communication goes away (X, closing CTA, auto-close timeout) calls this. Requires a valid session; scoped to companies the user belongs to.
mutation {
myCommunicationAck(communicationId: Int!, companyId: Int!): CommunicationAck!
}Returns: CommunicationAck!
Arguments
| Name | Type | Description |
|---|---|---|
communicationId | Int! | |
companyId | Int! |