mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change the publisherId to nullable.
This commit is contained in:
parent
3174d9bdda
commit
db9b5fa965
@ -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