server: add support for creating a user with attributes
This commit is contained in:
committed by
nitnelave
parent
81204dcee5
commit
3fadfb1944
@@ -104,6 +104,7 @@ impl<Handler: BackendHandler> Mutation<Handler> {
|
||||
first_name: user.first_name,
|
||||
last_name: user.last_name,
|
||||
avatar,
|
||||
..Default::default()
|
||||
})
|
||||
.instrument(span.clone())
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user