minor: OptionsSite.query.gql

This commit is contained in:
2026-01-22 08:09:49 -05:00
parent 489ac82faa
commit 4492d760bb
4 changed files with 20 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
fragment GeneralSettings on GeneralSettings {
title
description
}
query GeneralSettings {
generalSettings {
title
description
... GeneralSettings
}
}