Merge pull request #991 from gradido/fix-registration-without-publisherid

Change the publisherId to nullable.
This commit is contained in:
Hannes Heine 2021-10-15 13:07:41 +02:00 committed by GitHub
commit 8db9f0881b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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