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!
|
$email: String!
|
||||||
$password: String!
|
$password: String!
|
||||||
$language: String!
|
$language: String!
|
||||||
$publisherId: Int!
|
$publisherId: Int
|
||||||
) {
|
) {
|
||||||
createUser(
|
createUser(
|
||||||
email: $email
|
email: $email
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user