GraphQL model docstring

This commit is contained in:
Hugh Nimmo-Smith
2025-06-06 13:23:03 +01:00
parent 60f8e40c7a
commit 0ed5e5bf41

View File

@@ -57,6 +57,7 @@ pub struct SiteConfig {
/// Whether users can log in with their email address.
login_with_email_allowed: bool,
/// Experimental plan management iframe URI.
plan_management_iframe_uri: Option<String>,
}