1
0
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:
Quentin Gliech
2023-04-19 17:12:39 +02:00
parent 3dfe6a1b24
commit 1fbf60bf5d
4 changed files with 71 additions and 0 deletions

View File

@@ -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>;