myCommunications
query
The calling user's eligible-now communications for a company
status = done, startsAt <= now <= endsAt, targeted at this company (or the all-companies
row), minus any already acknowledged by this user in this company. Requires a valid session;
scoped to companies the user belongs to.
query {
myCommunications(companyId: Int!): CommunicationsMy!
}Returns: CommunicationsMy!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! |