From db9b5fa9657fdf5b6293f21e578a84f12e3a3f55 Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 15 Oct 2021 12:57:37 +0200 Subject: [PATCH] Change the publisherId to nullable. --- frontend/src/graphql/mutations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/graphql/mutations.js b/frontend/src/graphql/mutations.js index 480576caf..a20367aa8 100644 --- a/frontend/src/graphql/mutations.js +++ b/frontend/src/graphql/mutations.js @@ -51,7 +51,7 @@ export const registerUser = gql` $email: String! $password: String! $language: String! - $publisherId: Int! + $publisherId: Int ) { createUser( email: $email