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

11 lines
266 B
Rust
Raw Normal View History

2022-11-23 19:17:14 +00:00
use graphql_client::GraphQLQuery;
#[derive(GraphQLQuery)]
#[graphql(
schema_path = "graphql/schema.graphql",
query_path = "graphql/mutations/start_assignment.graphql",
response_derives = "Debug",
skip_serializing_none
)]
pub struct StartAssignment;