wip: field groups
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m9s

This commit is contained in:
2025-09-15 14:25:26 -04:00
parent 85b4c7f16b
commit 0f00615f35
25 changed files with 3017 additions and 2438 deletions

View File

@@ -1,4 +1,4 @@
fragment SiteOptions on Ccat {
fragment SiteOptions on GroupCcat {
profiles {
url
}
@@ -6,7 +6,7 @@ fragment SiteOptions on Ccat {
query siteOptions {
siteOptions {
ccat {
groupCcat {
...SiteOptions
}
}