use graphql_client::GraphQLQuery; #[derive(GraphQLQuery)] #[graphql( schema_path = "graphql/schema.graphql", query_path = "graphql/mutations/login.graphql", response_derives = "Debug", skip_serializing_none )] pub struct Login;