minor: OptionsSite.query.gql
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"key": "group_options_site",
|
"key": "group_options_site",
|
||||||
"title": "Options du site",
|
"title": "Options - Site",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"key": "field_697220310aaaf",
|
"key": "field_697220310aaaf",
|
||||||
@@ -56,5 +56,5 @@
|
|||||||
"graphql_types": "",
|
"graphql_types": "",
|
||||||
"acfe_meta": "",
|
"acfe_meta": "",
|
||||||
"acfe_note": "",
|
"acfe_note": "",
|
||||||
"modified": 1769087106
|
"modified": 1769087407
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
query GeneralSettings {
|
fragment GeneralSettings on GeneralSettings {
|
||||||
generalSettings {
|
|
||||||
title
|
title
|
||||||
description
|
description
|
||||||
}
|
}
|
||||||
|
|
||||||
|
query GeneralSettings {
|
||||||
|
generalSettings {
|
||||||
|
... GeneralSettings
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
fragment SiteOptions on GroupSite_Fields {
|
||||||
|
email
|
||||||
|
}
|
||||||
|
|
||||||
|
query OptionsSite {
|
||||||
|
optionsSite {
|
||||||
|
groupSite {
|
||||||
|
... SiteOptions
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user