Change the publisherId to nullable.

This commit is contained in:
elweyn 2021-10-15 12:57:37 +02:00
parent 3174d9bdda
commit db9b5fa965

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