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

fix: fix specification of many assignment mutations

### Changes

* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `assignUsersToTeam`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `removeUsersFromTeam`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `assignInstructorsToExercise`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `removeInstructorsFromExercise`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `addDefinitionAccess`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `removeDefinitionAccess`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `regenerateCredentials`
* changed argument `userIds: [ID]!` to `userIds: [ID!]!` on `deleteUsers`

Closes #473
parent 1ebf0d74
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment