Skip to content
Commit 2f1ed570 authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: add additional data to mutation return types

### Additions

* added field `exerciseId: ID!` to `deleteExercise` mutation
* added field `teamIds: [ID!]!` to `deleteExercise` mutation
* added field `definitionId: ID!` to `deleteDefinition` mutation
* added field `exerciseIds: [ID!]!` to `deleteDefinition` mutation
* added field `teamIds: [ID!]!` to `deleteDefinition` mutation
* added field `userIds: [ID!]!` to `deleteUsers` mutation
* added field `tagIds: [ID!]!` to `deleteTags` mutation
* added field `actionLog: ActionLogType!` to `useTool` mutation

### Changes

* return type changed to `UserType!` for `login` mutation
* return type changed to `Boolean!` for `logout` mutation

Closes #318
parent ad6d3c39
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