mentorenwahl/frontend/src/graphql/mutations/register_teacher.rs

10 lines
239 B
Rust
Raw Normal View History

2022-11-12 21:50:06 +00:00
use graphql_client::GraphQLQuery;
#[derive(GraphQLQuery)]
#[graphql(
schema_path = "graphql/schema.graphql",
query_path = "graphql/mutations/register_teacher.graphql",
response_derives = "Debug"
)]
pub struct RegisterTeacher;