Skip to content
Commit 3abe586a authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: add confirmation button to info alternatives

### Additions

* added new type `ConfirmationType`
* added field `confirmation: ConfirmationType` to `InjectDetailsType` type
* added field `confirmed: Boolean` to `InjectDetailsType` type
* added field `confirmedBy: RestrictedUser` to `InjectDetailsType` type
* added field `timestampConfirmed: DateTime` to `InjectDetailsType` type
* added field `eventType: EventType!` to `ActionLogsSubscription` subscription
* added field `eventType: EventType!` to `AnalyticsActionLogsSubscription` subscription
* added new mutation `confirmAction(teamId: ID!, logId: ID!): ActionLogType!`

### Changes

* renamed `ExerciseEventTypeEnum` to `EventType`

Closes #351
parent ba53e57f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment