Commit e1524ee5 authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: merge action log queries and add subscription for instructor comments

### Additions

* added new type `ActionLogsFilterType`
* added new input type `ActionLogsFilterInput`
* added new subscription `instructorComments(teamIds: [ID!]!): (log: ActionLogInterface!, event_type: EventType!)`

### Changes

* changed query `teamActionLogs(teamIds: [ID!]!, typeBlacklist: [LogType!] = [], exerciseId: ID)` to `teamActionLogs(logFilter: ActionLogsFilterInput!)`

### Deletions

* removed `teamChannelLogs` query, use `teamActionLogs` with the appropriate arguments
* removed `analyticsActionLogs` query, use `teamActionLogs` with the appropriate arguments

Closes #476
parent 87bef850
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment