mentorenwahl/frontend/src/graphql/queries/config.rs

10 lines
218 B
Rust

use graphql_client::GraphQLQuery;
#[derive(GraphQLQuery)]
#[graphql(
schema_path = "graphql/schema.graphql",
query_path = "graphql/queries/config.graphql",
response_derives = "Debug"
)]
pub struct Config;