Make jwt not required for register mutation (#6716)

Signed-off-by: Diogo Correia <me@diogotc.com>
This commit is contained in:
Diogo Correia 2020-07-15 08:54:27 +01:00 committed by GitHub
parent c052268be1
commit ba6753f21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ module.exports = {
}
type UsersPermissionsLoginPayload {
jwt: String!
jwt: String
user: UsersPermissionsMe!
}