mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #991 from gradido/fix-registration-without-publisherid
Change the publisherId to nullable.
This commit is contained in:
commit
8db9f0881b
@ -51,7 +51,7 @@ export const registerUser = gql`
|
||||
$email: String!
|
||||
$password: String!
|
||||
$language: String!
|
||||
$publisherId: Int!
|
||||
$publisherId: Int
|
||||
) {
|
||||
createUser(
|
||||
email: $email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user