You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
graphql: API to set the user displayname (#1412)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
mod browser_session;
|
||||
mod compat_session;
|
||||
mod matrix;
|
||||
mod oauth2_session;
|
||||
mod user_email;
|
||||
|
||||
@@ -26,6 +27,7 @@ pub struct Mutation(
|
||||
oauth2_session::OAuth2SessionMutations,
|
||||
compat_session::CompatSessionMutations,
|
||||
browser_session::BrowserSessionMutations,
|
||||
matrix::MatrixMutations,
|
||||
);
|
||||
|
||||
impl Mutation {
|
||||
|
||||
Reference in New Issue
Block a user