Skip to content
Commit 5ff0c030 authored by Richard Glosner's avatar Richard Glosner
Browse files

feat: add guest account creation

### Additions

* added new mutation `generateGuests(count: Int!, expiration: DateTime!): [UserType!]!`

### Changes

* modified `UserType`, added fields `isGuest: Boolean!`, `expiration: DateTime`, `plainPassword: String`, `createdBy: RestrictedUser`
* modified `RestrictedUser`, added fields: `isGuest: Boolean!`, `expiration: DateTime`

Closes #428
parent 8137f935
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment