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
WIP: start GraphQL mutations
This commit is contained in:
@@ -45,6 +45,7 @@ use self::model::{
|
||||
};
|
||||
|
||||
mod model;
|
||||
mod mutations;
|
||||
|
||||
pub type Schema = async_graphql::Schema<RootQuery, EmptyMutation, EmptySubscription>;
|
||||
pub type SchemaBuilder = async_graphql::SchemaBuilder<RootQuery, EmptyMutation, EmptySubscription>;
|
||||
|
||||
Reference in New Issue
Block a user