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!
$password: String!
$language: String!
$publisherId: Int!
$publisherId: Int
) {
createUser(
email: $email