From 0f00615f35f87d9c022d9b098b95ce10b1ff63af Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Mon, 15 Sep 2025 14:25:26 -0400 Subject: [PATCH] wip: field groups --- .../themes/ccat/acf-json/acf-translations.php | 19 +- .../ccat/acf-json/group_abstract_builder.json | 60 +- .../ccat/acf-json/group_abstract_credits.json | 6 +- .../ccat/acf-json/group_abstract_entity.json | 12 +- .../ccat/acf-json/group_abstract_gallery.json | 6 +- .../ccat/acf-json/group_abstract_offer.json | 6 +- .../ccat/acf-json/group_abstract_social.json | 6 +- .../acf-json/group_options_page_ccat.json | 6 +- .../ccat/acf-json/group_post_article.json | 6 +- .../ccat/acf-json/group_post_contributor.json | 6 +- .../ccat/acf-json/group_post_event.json | 6 +- .../ccat/acf-json/group_post_location.json | 6 +- .../ccat/acf-json/group_post_membership.json | 595 ++- .../themes/ccat/acf-json/group_post_page.json | 6 +- .../ccat/acf-json/group_post_project.json | 8 +- .../acf-json/group_post_representation.json | 9 +- .../ccat/acf-json/group_post_resource.json | 10 +- .../ccat/acf-json/group_post_template.json | 6 +- .../ccat/acf-json/group_term_discipline.json | 6 +- .../ccat/acf-json/group_user_profile.json | 153 +- .../ccat/app/composables/useSiteOptions.gql | 4 +- .../ccat/app/composables/useSiteOptions.ts | 4 +- wp-content/themes/ccat/functions.php | 1 + .../themes/ccat/includes/graphql/address.php | 119 + .../themes/ccat/server/graphql/schema.graphql | 4389 +++++++++-------- 25 files changed, 3017 insertions(+), 2438 deletions(-) create mode 100644 wp-content/themes/ccat/includes/graphql/address.php diff --git a/wp-content/themes/ccat/acf-json/acf-translations.php b/wp-content/themes/ccat/acf-json/acf-translations.php index e9ccbc7..87363a8 100644 --- a/wp-content/themes/ccat/acf-json/acf-translations.php +++ b/wp-content/themes/ccat/acf-json/acf-translations.php @@ -14,15 +14,18 @@ __( "Attendance mode", 'ccat' ); __( "Auteur", 'ccat' ); __( "Bar", 'ccat' ); __( "Billing", 'ccat' ); +__( "Billing is the same as contact", 'ccat' ); __( "Builder", 'ccat' ); __( "Cancelled", 'ccat' ); __( "Categorie(s)", 'ccat' ); -__( "Category", 'ccat' ); +__( "Collectif artistique", 'ccat' ); +__( "Collective profile", 'ccat' ); __( "Complete", 'ccat' ); __( "Compositeur", 'ccat' ); __( "Configuration", 'ccat' ); __( "Configuration name", 'ccat' ); __( "Confirmed", 'ccat' ); +__( "Contact", 'ccat' ); __( "Content", 'ccat' ); __( "Contribution type(s)", 'ccat' ); __( "Contribution(s)", 'ccat' ); @@ -59,8 +62,11 @@ __( "Hybrid", 'ccat' ); __( "Identifier(s)", 'ccat' ); __( "Image", 'ccat' ); __( "In-person", 'ccat' ); +__( "Individu", 'ccat' ); __( "Individual day(s)", 'ccat' ); __( "Individual profile", 'ccat' ); +__( "Institution", 'ccat' ); +__( "Institution profile", 'ccat' ); __( "Interprète", 'ccat' ); __( "Is asynchronous", 'ccat' ); __( "Language(s)", 'ccat' ); @@ -68,13 +74,9 @@ __( "Locality", 'ccat' ); __( "Location", 'ccat' ); __( "Location type", 'ccat' ); __( "MRC", 'ccat' ); -__( "Managed contributor", 'ccat' ); __( "Media type", 'ccat' ); __( "Media(s)", 'ccat' ); -__( "Membership plan", 'ccat' ); -__( "Membership(s)", 'ccat' ); -__( "Membre (individu)", 'ccat' ); -__( "Membre (organisation)", 'ccat' ); +__( "Membership type", 'ccat' ); __( "Message", 'ccat' ); __( "Minimum price", 'ccat' ); __( "Moral entity", 'ccat' ); @@ -85,6 +87,7 @@ __( "Offer", 'ccat' ); __( "Offer status", 'ccat' ); __( "Online", 'ccat' ); __( "Options page – CCAT", 'ccat' ); +__( "Organisation", 'ccat' ); __( "Organization profile", 'ccat' ); __( "Period", 'ccat' ); __( "Person name", 'ccat' ); @@ -105,10 +108,13 @@ __( "Post – Template", 'ccat' ); __( "Postponed", 'ccat' ); __( "Pricing", 'ccat' ); __( "Profile(s)", 'ccat' ); +__( "Project categorie(s)", 'ccat' ); __( "Range", 'ccat' ); __( "Rechercher une adresse...", 'ccat' ); __( "Registration", 'ccat' ); +__( "Resource category", 'ccat' ); __( "Salle de spectacle", 'ccat' ); +__( "Same as contact", 'ccat' ); __( "Schedule type", 'ccat' ); __( "Search for address...", 'ccat' ); __( "Section(s)", 'ccat' ); @@ -133,7 +139,6 @@ __( "URI", 'ccat' ); __( "URL", 'ccat' ); __( "Universal access", 'ccat' ); __( "Upcoming", 'ccat' ); -__( "User Profile", 'ccat' ); __( "Virtual location", 'ccat' ); __( "Where", 'ccat' ); __( "Wordless", 'ccat' ); diff --git a/wp-content/themes/ccat/acf-json/group_abstract_builder.json b/wp-content/themes/ccat/acf-json/group_abstract_builder.json index 18adebc..6ef8443 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_builder.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_builder.json @@ -65,7 +65,18 @@ } ], "min": "", - "max": "" + "max": "", + "acfe_flexible_render_template": false, + "acfe_flexible_render_style": false, + "acfe_flexible_render_script": false, + "acfe_flexible_thumbnail": false, + "acfe_flexible_settings": false, + "acfe_flexible_settings_size": "medium", + "acfe_layout_locations": [], + "acfe_flexible_modal_edit_size": false, + "acfe_flexible_category": false, + "acfe_layout_col": "auto", + "acfe_layout_allowed_col": false } }, "min": "", @@ -74,7 +85,39 @@ "show_in_graphql": 1, "graphql_description": "", "graphql_field_name": "sections", - "graphql_non_null": 0 + "graphql_non_null": 0, + "acfe_flexible_advanced": false, + "acfe_flexible_stylised_button": false, + "acfe_flexible_hide_empty_message": false, + "acfe_flexible_empty_message": "", + "acfe_flexible_layouts_templates": false, + "acfe_flexible_layouts_previews": false, + "acfe_flexible_layouts_placeholder": false, + "acfe_flexible_layouts_thumbnails": false, + "acfe_flexible_layouts_settings": false, + "acfe_flexible_layouts_locations": false, + "acfe_flexible_async": [], + "acfe_flexible_add_actions": [], + "acfe_flexible_remove_button": [], + "acfe_flexible_layouts_state": false, + "acfe_flexible_modal_edit": { + "acfe_flexible_modal_edit_enabled": false, + "acfe_flexible_modal_edit_size": "large" + }, + "acfe_flexible_modal": { + "acfe_flexible_modal_enabled": false, + "acfe_flexible_modal_title": false, + "acfe_flexible_modal_size": "full", + "acfe_flexible_modal_col": "4", + "acfe_flexible_modal_categories": false + }, + "acfe_flexible_grid": { + "acfe_flexible_grid_enabled": false, + "acfe_flexible_grid_align": "center", + "acfe_flexible_grid_valign": "stretch", + "acfe_flexible_grid_wrap": false + }, + "acfe_flexible_grid_container": false } ], "location": [ @@ -95,9 +138,16 @@ "active": true, "description": "", "show_in_rest": 0, + "acfe_autosync": [ + "json" + ], + "acfe_form": 0, + "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractBuilder", + "graphql_field_name": "groupAbstractBuilder", "map_graphql_types_from_location_rules": 0, "graphql_types": "", - "modified": 1750345147 -} + "acfe_meta": "", + "acfe_note": "", + "modified": 1757960606 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_abstract_credits.json b/wp-content/themes/ccat/acf-json/group_abstract_credits.json index 7413544..c2d80c4 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_credits.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_credits.json @@ -132,10 +132,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractCredits", + "graphql_field_name": "groupAbstractCredits", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750771257 -} + "modified": 1757960600 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_abstract_entity.json b/wp-content/themes/ccat/acf-json/group_abstract_entity.json index 8338775..a876d94 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_entity.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_entity.json @@ -27,6 +27,7 @@ "graphql_field_name": "identifiers", "graphql_non_null": 0, "rows_per_page": 20, + "acfe_repeater_stylised_button": 0, "sub_fields": [ { "key": "field_685413ff154d0", @@ -70,9 +71,16 @@ "active": true, "description": "", "show_in_rest": 0, + "acfe_autosync": [ + "json" + ], + "acfe_form": 0, + "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractEntity", + "graphql_field_name": "groupAbstractEntity", "map_graphql_types_from_location_rules": 0, "graphql_types": "", - "modified": 1750344613 + "acfe_meta": "", + "acfe_note": "", + "modified": 1757960593 } \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_abstract_gallery.json b/wp-content/themes/ccat/acf-json/group_abstract_gallery.json index b5f55fd..284b81b 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_gallery.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_gallery.json @@ -169,10 +169,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractGallery", + "graphql_field_name": "groupAbstractGallery", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750771280 -} + "modified": 1757960586 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_abstract_offer.json b/wp-content/themes/ccat/acf-json/group_abstract_offer.json index bdfe96c..a29fd6c 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_offer.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_offer.json @@ -667,10 +667,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractOffer", + "graphql_field_name": "groupAbstractOffer", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1754494059 -} + "modified": 1757960580 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_abstract_social.json b/wp-content/themes/ccat/acf-json/group_abstract_social.json index 10c8ee3..270b85a 100644 --- a/wp-content/themes/ccat/acf-json/group_abstract_social.json +++ b/wp-content/themes/ccat/acf-json/group_abstract_social.json @@ -77,10 +77,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "abstractSocial", + "graphql_field_name": "groupAbstractSocial", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1756232042 -} + "modified": 1757960554 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_options_page_ccat.json b/wp-content/themes/ccat/acf-json/group_options_page_ccat.json index 4d154fc..3649c1a 100644 --- a/wp-content/themes/ccat/acf-json/group_options_page_ccat.json +++ b/wp-content/themes/ccat/acf-json/group_options_page_ccat.json @@ -55,10 +55,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "ccat", + "graphql_field_name": "groupCcat", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1756231316 -} + "modified": 1757960547 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_article.json b/wp-content/themes/ccat/acf-json/group_post_article.json index edf72b9..314853b 100644 --- a/wp-content/themes/ccat/acf-json/group_post_article.json +++ b/wp-content/themes/ccat/acf-json/group_post_article.json @@ -57,10 +57,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postArticle", + "graphql_field_name": "groupPostArticle", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750444933 -} + "modified": 1757960479 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_contributor.json b/wp-content/themes/ccat/acf-json/group_post_contributor.json index 365fbcc..c525ccf 100644 --- a/wp-content/themes/ccat/acf-json/group_post_contributor.json +++ b/wp-content/themes/ccat/acf-json/group_post_contributor.json @@ -350,10 +350,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postContributor", + "graphql_field_name": "groupPostContributor", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1751980995 -} + "modified": 1757960468 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_event.json b/wp-content/themes/ccat/acf-json/group_post_event.json index a118bad..6fe2b8a 100644 --- a/wp-content/themes/ccat/acf-json/group_post_event.json +++ b/wp-content/themes/ccat/acf-json/group_post_event.json @@ -366,10 +366,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postEvent", + "graphql_field_name": "groupPostEvent", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750769168 -} + "modified": 1757960457 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_location.json b/wp-content/themes/ccat/acf-json/group_post_location.json index dabd968..9d1861d 100644 --- a/wp-content/themes/ccat/acf-json/group_post_location.json +++ b/wp-content/themes/ccat/acf-json/group_post_location.json @@ -347,10 +347,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postLocation", + "graphql_field_name": "groupPostLocation", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1751981084 -} + "modified": 1757960447 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_membership.json b/wp-content/themes/ccat/acf-json/group_post_membership.json index eda67d5..c56eda1 100644 --- a/wp-content/themes/ccat/acf-json/group_post_membership.json +++ b/wp-content/themes/ccat/acf-json/group_post_membership.json @@ -3,90 +3,9 @@ "title": "Post - Membership", "fields": [ { - "key": "field_6855b1f1c65bf", - "label": "Membership plan", - "name": "membership_plan", - "aria-label": "", - "type": "select", - "instructions": "", - "required": 1, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "choices": { - "Membre (individu)": "Membre (individu)", - "Membre (organisation)": "Membre (organisation)" - }, - "default_value": false, - "return_format": "value", - "multiple": 0, - "max": "", - "prepend": "", - "append": "", - "required_message": "", - "allow_null": 0, - "allow_in_bindings": 0, - "ui": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "membershipPlan", - "graphql_non_null": 1, - "ajax": 0, - "placeholder": "", - "create_options": 0, - "save_options": 0, - "allow_custom": 0, - "search_placeholder": "", - "min": "" - }, - { - "key": "field_6855ab54c65bc", - "label": "Managed contributor", - "name": "contributor", - "aria-label": "", - "type": "post_object", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "post_type": [ - "contributor" - ], - "post_status": "", - "taxonomy": "", - "return_format": "id", - "multiple": 0, - "save_custom": 0, - "save_post_status": "publish", - "acfe_add_post": 0, - "acfe_edit_post": 0, - "acfe_bidirectional": { - "acfe_bidirectional_enabled": "0" - }, - "allow_null": 0, - "allow_in_bindings": 0, - "bidirectional": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "contributor", - "graphql_connection_type": "one_to_many", - "ui": 1, - "bidirectional_target": [], - "save_post_type": "", - "min": "", - "max": "" - }, - { - "key": "field_686d1fab5de85", - "label": "Billing", - "name": "billing", + "key": "field_68c85464c2413", + "label": "Contact", + "name": "contact", "aria-label": "", "type": "group", "instructions": "", @@ -102,8 +21,363 @@ "acfe_group_modal": 0, "show_in_graphql": 1, "graphql_description": "", - "graphql_field_name": "payment", + "graphql_field_name": "contact", "graphql_non_null": 0, + "acfe_group_modal_close": 0, + "acfe_group_modal_button": "", + "acfe_group_modal_size": "large", + "sub_fields": [ + { + "key": "field_68c85464c2418", + "label": "Person name", + "name": "person_name", + "aria-label": "", + "type": "text", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "required_message": "", + "maxlength": "", + "allow_in_bindings": 0, + "placeholder": "", + "prepend": "", + "append": "", + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "personName", + "graphql_non_null": 1 + }, + { + "key": "field_68c85464c2419", + "label": "Email", + "name": "email", + "aria-label": "", + "type": "email", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "required_message": "", + "allow_in_bindings": 0, + "placeholder": "", + "prepend": "", + "append": "", + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "email", + "graphql_non_null": 1 + }, + { + "key": "field_68c85464c241a", + "label": "Phone", + "name": "phone", + "aria-label": "", + "type": "acfe_phone_number", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "countries": [ + "ca" + ], + "preferred_countries": "", + "default_country": "ca", + "geolocation": 0, + "native": 0, + "national": 1, + "dropdown": 0, + "dial_code": 0, + "default_value": "", + "placeholder": "", + "return_format": "number", + "required_message": "", + "allow_in_bindings": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "phone", + "graphql_non_null": 1, + "geolocation_token": "" + }, + { + "key": "field_68c85464c241b", + "label": "Address", + "name": "address", + "aria-label": "", + "type": "acfe_address", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "placeholder": "Rechercher une adresse...", + "countries": [ + "ca" + ], + "search_type": "address", + "geolocation": 1, + "custom_address": 1, + "prepend": "", + "append": "", + "api_key": "", + "fields": { + "row-row-row-row-row-0": { + "field": "street_number", + "name": "street_number" + }, + "row-row-row-row-686d21068e1b9": { + "field": "street_name", + "name": "street_name" + }, + "row-row-row-row-686d210f8e1ba": { + "field": "city", + "name": "city" + }, + "row-row-row-row-row-1": { + "field": "state", + "name": "state" + }, + "row-row-row-row-row-2": { + "field": "country_short", + "name": "country_code" + }, + "row-row-row-row-686d21198e1bb": { + "field": "post_code", + "name": "postal_code" + } + }, + "required_message": "", + "allow_in_bindings": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "address", + "graphql_non_null": 1, + "default_value": "" + } + ] + }, + { + "key": "field_68c854de2bef8", + "label": "Email preferences", + "name": "email_preferences", + "aria-label": "", + "type": "group", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "layout": "block", + "acfe_seamless_style": 0, + "acfe_group_modal": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "emailPreferences", + "graphql_non_null": 1, + "acfe_group_modal_close": 0, + "acfe_group_modal_button": "", + "acfe_group_modal_size": "large", + "sub_fields": [ + { + "key": "field_686d2332cf01e", + "label": "Categorie(s)", + "name": "categories", + "aria-label": "", + "type": "checkbox", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": [], + "default_value": [], + "return_format": "value", + "min": "", + "max": "", + "allow_custom": 0, + "allow_in_bindings": 0, + "layout": "vertical", + "toggle": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "categories", + "graphql_non_null": 0, + "save_custom": 0, + "custom_choice_button_text": "Add new choice" + }, + { + "key": "field_686d230dcf01c", + "label": "Discipline(s)", + "name": "disciplines", + "aria-label": "", + "type": "checkbox", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": [], + "default_value": [], + "return_format": "value", + "min": "", + "max": "", + "allow_custom": 0, + "allow_in_bindings": 0, + "layout": "vertical", + "toggle": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "disciplines", + "graphql_non_null": 0, + "save_custom": 0, + "custom_choice_button_text": "Add new choice" + }, + { + "key": "field_686d22b4cf01b", + "label": "Event type(s)", + "name": "event_types", + "aria-label": "", + "type": "checkbox", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "graphql_field_name": "eventTypes", + "choices": [], + "default_value": [], + "return_format": "value", + "min": "", + "max": "", + "allow_custom": 0, + "allow_in_bindings": 0, + "layout": "vertical", + "toggle": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_non_null": 0, + "save_custom": 0, + "custom_choice_button_text": "Add new choice" + }, + { + "key": "field_686d2323cf01d", + "label": "MRC", + "name": "mrc", + "aria-label": "", + "type": "checkbox", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": [], + "default_value": [], + "return_format": "value", + "min": "", + "max": "", + "allow_custom": 0, + "allow_in_bindings": 0, + "layout": "vertical", + "toggle": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "mrc", + "graphql_non_null": 0, + "save_custom": 0, + "custom_choice_button_text": "Add new choice" + } + ] + }, + { + "key": "field_68c85488c241d", + "label": "Same as contact", + "name": "billing_same", + "aria-label": "", + "type": "true_false", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "message": "Billing is the same as contact", + "default_value": 0, + "allow_in_bindings": 0, + "ui": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "sameAsContact", + "graphql_non_null": 0, + "ui_on_text": "", + "ui_off_text": "", + "style": "" + }, + { + "key": "field_686d1fab5de85", + "label": "Billing", + "name": "billing", + "aria-label": "", + "type": "group", + "instructions": "", + "required": 0, + "conditional_logic": [ + [ + { + "field": "field_68c85488c241d", + "operator": "!=", + "value": "1" + } + ] + ], + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "layout": "block", + "acfe_seamless_style": 0, + "acfe_group_modal": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "billing", + "graphql_non_null": 0, + "acfe_group_modal_close": 0, + "acfe_group_modal_button": "", + "acfe_group_modal_size": "large", "sub_fields": [ { "key": "field_686d20578e1b5", @@ -203,7 +477,6 @@ "class": "", "id": "" }, - "graphql_field_name": "address", "placeholder": "Rechercher une adresse...", "countries": [ "ca" @@ -215,38 +488,82 @@ "append": "", "api_key": "", "fields": { - "row-0": { + "row-row-row-row-0": { "field": "street_number", "name": "street_number" }, - "686d21068e1b9": { - "field": "street_number", + "row-row-row-686d21068e1b9": { + "field": "street_name", "name": "street_name" }, - "686d210f8e1ba": { + "row-row-row-686d210f8e1ba": { "field": "city", "name": "city" }, - "row-1": { + "row-row-row-row-1": { "field": "state", "name": "state" }, - "row-2": { + "row-row-row-row-2": { "field": "country_short", - "name": "country" + "name": "country_code" }, - "686d21198e1bb": { + "row-row-row-686d21198e1bb": { "field": "post_code", - "name": "post_code" + "name": "postal_code" } }, + "required_message": "", "allow_in_bindings": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "address", + "graphql_non_null": 1, "default_value": "" } - ], - "acfe_group_modal_close": 0, - "acfe_group_modal_button": "", - "acfe_group_modal_size": "large" + ] + }, + { + "key": "field_6855b1f1c65bf", + "label": "Membership type", + "name": "membership_type", + "aria-label": "", + "type": "select", + "instructions": "", + "required": 1, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "choices": { + "individual": "Individu", + "collective": "Collectif artistique", + "organization": "Organisation", + "institution": "Institution" + }, + "default_value": false, + "return_format": "value", + "multiple": 0, + "max": "", + "prepend": "", + "append": "", + "required_message": "", + "allow_null": 0, + "allow_in_bindings": 0, + "ui": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "membershipType", + "graphql_non_null": 1, + "ajax": 0, + "placeholder": "", + "create_options": 0, + "save_options": 0, + "allow_custom": 0, + "search_placeholder": "", + "min": "" }, { "key": "field_686d1ffa5de87", @@ -261,7 +578,7 @@ { "field": "field_6855b1f1c65bf", "operator": "==", - "value": "Membre (individu)" + "value": "individu" } ] ], @@ -283,7 +600,41 @@ "acfe_group_modal_size": "large" }, { - "key": "field_686d20215de88", + "key": "field_68c8576ca8217", + "label": "Collective profile", + "name": "collective_profile", + "aria-label": "", + "type": "group", + "instructions": "", + "required": 0, + "conditional_logic": [ + [ + { + "field": "field_6855b1f1c65bf", + "operator": "==", + "value": "collective" + } + ] + ], + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "layout": "block", + "acfe_seamless_style": 0, + "acfe_group_modal": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "collectiveProfile", + "graphql_non_null": 0, + "sub_fields": [], + "acfe_group_modal_close": 0, + "acfe_group_modal_button": "", + "acfe_group_modal_size": "large" + }, + { + "key": "field_68c85785a8218", "label": "Organization profile", "name": "organization_profile", "aria-label": "", @@ -295,7 +646,7 @@ { "field": "field_6855b1f1c65bf", "operator": "==", - "value": "Membre (organisation)" + "value": "organization" } ] ], @@ -315,6 +666,40 @@ "acfe_group_modal_close": 0, "acfe_group_modal_button": "", "acfe_group_modal_size": "large" + }, + { + "key": "field_68c857a5a8219", + "label": "Institution profile", + "name": "institution_profile", + "aria-label": "", + "type": "group", + "instructions": "", + "required": 0, + "conditional_logic": [ + [ + { + "field": "field_6855b1f1c65bf", + "operator": "==", + "value": "institution" + } + ] + ], + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "layout": "block", + "acfe_seamless_style": 0, + "acfe_group_modal": 0, + "show_in_graphql": 1, + "graphql_description": "", + "graphql_field_name": "institutionProfile", + "graphql_non_null": 0, + "sub_fields": [], + "acfe_group_modal_close": 0, + "acfe_group_modal_button": "", + "acfe_group_modal_size": "large" } ], "location": [ @@ -341,10 +726,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postMembership", + "graphql_field_name": "groupPostMembership", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1751982478 -} + "modified": 1757960388 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_page.json b/wp-content/themes/ccat/acf-json/group_post_page.json index 58e347b..f875378 100644 --- a/wp-content/themes/ccat/acf-json/group_post_page.json +++ b/wp-content/themes/ccat/acf-json/group_post_page.json @@ -57,10 +57,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postPage", + "graphql_field_name": "groupPostPage", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750446725 -} + "modified": 1757959232 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_project.json b/wp-content/themes/ccat/acf-json/group_post_project.json index dc34e74..ef9c6f5 100644 --- a/wp-content/themes/ccat/acf-json/group_post_project.json +++ b/wp-content/themes/ccat/acf-json/group_post_project.json @@ -4,7 +4,7 @@ "fields": [ { "key": "field_685413d901253", - "label": "Categorie(s)", + "label": "Project categorie(s)", "name": "project_categories", "aria-label": "", "type": "taxonomy", @@ -171,10 +171,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postProject", + "graphql_field_name": "groupPostProject", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750769378 -} + "modified": 1757959216 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_representation.json b/wp-content/themes/ccat/acf-json/group_post_representation.json index a6f8df9..f7c93a8 100644 --- a/wp-content/themes/ccat/acf-json/group_post_representation.json +++ b/wp-content/themes/ccat/acf-json/group_post_representation.json @@ -255,7 +255,7 @@ { "key": "field_6855b5083f269", "label": "Start date \/ time", - "name": "start_date__time", + "name": "start_date_time", "aria-label": "", "type": "date_time_picker", "instructions": "", @@ -281,6 +281,7 @@ "max_min": "", "min_sec": "", "max_sec": "", + "required_message": "", "allow_in_bindings": 0, "show_in_graphql": 1, "graphql_description": "", @@ -375,10 +376,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postRepresentation", + "graphql_field_name": "groupPostRepresentation", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1751982621 -} + "modified": 1757959184 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_resource.json b/wp-content/themes/ccat/acf-json/group_post_resource.json index 75d2e1b..7b9684a 100644 --- a/wp-content/themes/ccat/acf-json/group_post_resource.json +++ b/wp-content/themes/ccat/acf-json/group_post_resource.json @@ -4,7 +4,7 @@ "fields": [ { "key": "field_685413ded6377", - "label": "Category", + "label": "Resource category", "name": "resource_category", "aria-label": "", "type": "taxonomy", @@ -60,7 +60,7 @@ "button_label": "Ajouter un élément", "show_in_graphql": 1, "graphql_description": "", - "graphql_field_name": "resourceItems", + "graphql_field_name": "documents", "graphql_non_null": 0, "rows_per_page": 20, "sub_fields": [ @@ -234,10 +234,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postResource", + "graphql_field_name": "groupPostResource", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750769553 -} + "modified": 1757959119 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_post_template.json b/wp-content/themes/ccat/acf-json/group_post_template.json index eb9bd45..07b77b5 100644 --- a/wp-content/themes/ccat/acf-json/group_post_template.json +++ b/wp-content/themes/ccat/acf-json/group_post_template.json @@ -55,10 +55,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "postTemplate", + "graphql_field_name": "groupPostTemplate", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750447786 -} + "modified": 1757959017 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_term_discipline.json b/wp-content/themes/ccat/acf-json/group_term_discipline.json index 9ff7178..7d4181a 100644 --- a/wp-content/themes/ccat/acf-json/group_term_discipline.json +++ b/wp-content/themes/ccat/acf-json/group_term_discipline.json @@ -55,10 +55,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "termDiscipline", + "graphql_field_name": "groupTermDiscipline", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1750447831 -} + "modified": 1757959003 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/acf-json/group_user_profile.json b/wp-content/themes/ccat/acf-json/group_user_profile.json index 9569176..ef96ac8 100644 --- a/wp-content/themes/ccat/acf-json/group_user_profile.json +++ b/wp-content/themes/ccat/acf-json/group_user_profile.json @@ -42,153 +42,6 @@ "ui": 1, "bidirectional_target": [], "save_post_type": "" - }, - { - "key": "field_686d2299cf01a", - "label": "Email preferences", - "name": "email_preferences", - "aria-label": "", - "type": "group", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "layout": "block", - "acfe_seamless_style": 1, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "emailPreferences", - "graphql_non_null": 0, - "sub_fields": [ - { - "key": "field_686d2332cf01e", - "label": "Categorie(s)", - "name": "categories", - "aria-label": "", - "type": "checkbox", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "choices": [], - "default_value": [], - "return_format": "value", - "min": "", - "max": "", - "allow_custom": 0, - "allow_in_bindings": 0, - "layout": "vertical", - "toggle": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "categories", - "graphql_non_null": 0, - "save_custom": 0, - "custom_choice_button_text": "Add new choice" - }, - { - "key": "field_686d230dcf01c", - "label": "Discipline(s)", - "name": "disciplines", - "aria-label": "", - "type": "checkbox", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "choices": [], - "default_value": [], - "return_format": "value", - "min": "", - "max": "", - "allow_custom": 0, - "allow_in_bindings": 0, - "layout": "vertical", - "toggle": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "disciplines", - "graphql_non_null": 0, - "save_custom": 0, - "custom_choice_button_text": "Add new choice" - }, - { - "key": "field_686d22b4cf01b", - "label": "Event type(s)", - "name": "event_types", - "aria-label": "", - "type": "checkbox", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "graphql_field_name": "eventTypes", - "choices": [], - "default_value": [], - "return_format": "value", - "min": "", - "max": "", - "allow_custom": 0, - "allow_in_bindings": 0, - "layout": "vertical", - "toggle": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_non_null": 0, - "save_custom": 0, - "custom_choice_button_text": "Add new choice" - }, - { - "key": "field_686d2323cf01d", - "label": "MRC", - "name": "mrc", - "aria-label": "", - "type": "checkbox", - "instructions": "", - "required": 0, - "conditional_logic": 0, - "wrapper": { - "width": "", - "class": "", - "id": "" - }, - "choices": [], - "default_value": [], - "return_format": "value", - "min": "", - "max": "", - "allow_custom": 0, - "allow_in_bindings": 0, - "layout": "vertical", - "toggle": 0, - "show_in_graphql": 1, - "graphql_description": "", - "graphql_field_name": "mrc", - "graphql_non_null": 0, - "save_custom": 0, - "custom_choice_button_text": "Add new choice" - } - ], - "acfe_group_modal": 0, - "acfe_group_modal_close": 0, - "acfe_group_modal_button": "", - "acfe_group_modal_size": "large" } ], "location": [ @@ -215,10 +68,10 @@ "acfe_form": 0, "acfe_display_title": "", "show_in_graphql": 1, - "graphql_field_name": "userProfile", + "graphql_field_name": "groupUserProfile", "map_graphql_types_from_location_rules": 0, "graphql_types": "", "acfe_meta": "", "acfe_note": "", - "modified": 1751982984 -} + "modified": 1757958987 +} \ No newline at end of file diff --git a/wp-content/themes/ccat/app/composables/useSiteOptions.gql b/wp-content/themes/ccat/app/composables/useSiteOptions.gql index 33ea7ff..89278e3 100644 --- a/wp-content/themes/ccat/app/composables/useSiteOptions.gql +++ b/wp-content/themes/ccat/app/composables/useSiteOptions.gql @@ -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 } } diff --git a/wp-content/themes/ccat/app/composables/useSiteOptions.ts b/wp-content/themes/ccat/app/composables/useSiteOptions.ts index 3f28dbe..be98340 100644 --- a/wp-content/themes/ccat/app/composables/useSiteOptions.ts +++ b/wp-content/themes/ccat/app/composables/useSiteOptions.ts @@ -1,7 +1,7 @@ export async function useSiteOptions() { const { data } = await useAsyncGraphqlQuery("siteOptions", {}, { graphqlCaching: { client: true } }); - if (data.value?.errors?.length || !data.value?.data.siteOptions?.ccat) { + if (data.value?.errors?.length || !data.value?.data.siteOptions?.groupCcat) { throw createError({ statusCode: 500, message: "Erreur lors de la récupération des options du site" }); } - return { ...data.value?.data.siteOptions?.ccat }; + return { ...data.value?.data.siteOptions?.groupCcat }; } diff --git a/wp-content/themes/ccat/functions.php b/wp-content/themes/ccat/functions.php index df0e260..9f0674c 100644 --- a/wp-content/themes/ccat/functions.php +++ b/wp-content/themes/ccat/functions.php @@ -23,6 +23,7 @@ require_once __DIR__ . '/includes/taxonomies/resource-category.php'; // Forms // GraphQL +require_once __DIR__ . '/includes/graphql/address.php'; require_once __DIR__ . '/includes/graphql/user-switching.php'; // Roles diff --git a/wp-content/themes/ccat/includes/graphql/address.php b/wp-content/themes/ccat/includes/graphql/address.php new file mode 100644 index 0000000..92b8a0b --- /dev/null +++ b/wp-content/themes/ccat/includes/graphql/address.php @@ -0,0 +1,119 @@ + 'ACF Extended Pro Address field with optional sub-fields', + 'fields' => array( + 'address' => array( + 'type' => 'String', + 'description' => 'The full address', + ), + 'name' => array( + 'type' => 'String', + 'description' => 'Name of the location (e.g., street address)', + ), + 'city' => array( + 'type' => 'String', + 'description' => 'City name', + ), + 'state' => array( + 'type' => 'String', + 'description' => 'Full state or province name', + ), + 'stateShort' => array( + 'type' => 'String', + 'description' => 'State or province abbreviation', + ), + 'country' => array( + 'type' => 'String', + 'description' => 'Full country name', + ), + 'countryShort' => array( + 'type' => 'String', + 'description' => 'Country abbreviation (ISO code)', + ), + 'postalCode' => array( + 'type' => 'String', + 'description' => 'Postal code or ZIP code', + ), + 'placeId' => array( + 'type' => 'String', + 'description' => 'Google Places API place ID', + ), + 'lat' => array( + 'type' => 'Float', + 'description' => 'Latitude coordinate', + ), + 'lng' => array( + 'type' => 'Float', + 'description' => 'Longitude coordinate', + ), + ), + ) + ); +} + +// Register the Address field type with WPGraphQL ACF +add_action( 'wpgraphql/acf/registry_init', 'ccat_graphql_address_register_field_type' ); +function ccat_graphql_address_register_field_type() { + register_graphql_acf_field_type( + 'acfe_address', + array( + 'graphql_type' => static function () { + return 'Address'; + }, + 'resolve' => static function ( $root, $args, $context, $info, $field_type, $field_config ) { + $value = get_field( $field_config['name'], $root, false ); + if ( empty( $value ) || ! is_array( $value ) ) { + return null; + } + $address_data = array(); + foreach ( $value as $key => $field_value ) { + if ( empty( $field_value ) ) { + continue; + } + switch ( $key ) { + case 'address': + $address_data['address'] = $field_value; + break; + case 'name': + $address_data['name'] = $field_value; + break; + case 'city': + $address_data['city'] = $field_value; + break; + case 'state': + $address_data['state'] = $field_value; + break; + case 'state_short': + $address_data['stateShort'] = $field_value; + break; + case 'country': + $address_data['country'] = $field_value; + break; + case 'country_short': + $address_data['countryShort'] = $field_value; + break; + case 'post_code': + $address_data['postalCode'] = $field_value; + break; + case 'place_id': + $address_data['placeId'] = $field_value; + break; + case 'lat': + $address_data['lat'] = floatval( $field_value ); + break; + case 'lng': + $address_data['lng'] = floatval( $field_value ); + break; + } + } + return empty( $address_data ) ? null : $address_data; + }, + ) + ); +} diff --git a/wp-content/themes/ccat/server/graphql/schema.graphql b/wp-content/themes/ccat/server/graphql/schema.graphql index 83373d6..83db68c 100644 --- a/wp-content/themes/ccat/server/graphql/schema.graphql +++ b/wp-content/themes/ccat/server/graphql/schema.graphql @@ -143,639 +143,7 @@ type ACFE_Language { } """ -The "AbstractBuilder" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractBuilder implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -The "AbstractBuilderSectionsTextBlockLayout" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractBuilderSectionsTextBlockLayout implements AbstractBuilderSectionsTextBlockLayout_Fields & AbstractBuilderSections_Layout & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "AbstractBuilderSectionsTextBlockLayout" Field Group - """ - content: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "AbstractBuilderSectionsTextBlockLayout" Field Group -""" -interface AbstractBuilderSectionsTextBlockLayout_Fields implements AbstractBuilderSections_Layout & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "AbstractBuilderSectionsTextBlockLayout" Field Group - """ - content: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Layout of the "sections" Field of the "AbstractBuilder" Field Group Field -""" -interface AbstractBuilderSections_Layout { - """The name of the ACF Flex Field Layout""" - fieldGroupName: String -} - -""" -Interface representing fields of the ACF "AbstractBuilder" Field Group -""" -interface AbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -The "AbstractCredits" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractCredits implements AbstractCredits_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractCredits" Field Group - """ - contributions: [AbstractCreditsContributions] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -The "AbstractCreditsContributions" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractCreditsContributions implements AbstractCreditsContributions_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "checkbox" Field Type added to the schema as part of the "AbstractCreditsContributions" Field Group - """ - contributionTypes: [String] - - """ - Field of the "post_object" Field Type added to the schema as part of the "AbstractCreditsContributions" Field Group - """ - contributor( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "AbstractCreditsContributions" Field Group -""" -interface AbstractCreditsContributions_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "checkbox" Field Type added to the schema as part of the "AbstractCreditsContributions" Field Group - """ - contributionTypes: [String] - - """ - Field of the "post_object" Field Type added to the schema as part of the "AbstractCreditsContributions" Field Group - """ - contributor( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "AbstractCredits" Field Group -""" -interface AbstractCredits_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractCredits" Field Group - """ - contributions: [AbstractCreditsContributions] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -The "AbstractEntity" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractEntity implements AbstractEntity_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] -} - -""" -The "AbstractEntityIdentifiers" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractEntityIdentifiers implements AbstractEntityIdentifiers_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractEntityIdentifiers" Field Group - """ - uri: String! -} - -""" -Interface representing fields of the ACF "AbstractEntityIdentifiers" Field Group -""" -interface AbstractEntityIdentifiers_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractEntityIdentifiers" Field Group - """ - uri: String! -} - -""" -Interface representing fields of the ACF "AbstractEntity" Field Group -""" -interface AbstractEntity_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] -} - -""" -The "AbstractGallery" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractGallery implements AbstractGallery_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] -} - -""" -The "AbstractGalleryMedias" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractGalleryMedias implements AbstractGalleryMedias_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "image" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - image: AcfMediaItemConnectionEdge - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - mediaType: [String]! - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - youtubeUrl: String! -} - -""" -Interface representing fields of the ACF "AbstractGalleryMedias" Field Group -""" -interface AbstractGalleryMedias_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "image" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - image: AcfMediaItemConnectionEdge - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - mediaType: [String]! - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractGalleryMedias" Field Group - """ - youtubeUrl: String! -} - -""" -Interface representing fields of the ACF "AbstractGallery" Field Group -""" -interface AbstractGallery_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] -} - -""" -The "AbstractOffer" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractOffer implements AbstractOffer_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - attendanceMode: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - isAsync: Boolean - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - notifications: [AbstractOfferNotifications] - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - offerStatus: [String] - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - pricing: AbstractOfferPricing - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - registration: AbstractOfferRegistration - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - where: AbstractOfferWhere -} - -""" -The "AbstractOfferNotifications" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractOfferNotifications implements AbstractOfferNotifications_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "date_time_picker" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - dateTime: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - message: String! - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - sentStatus: [String]! - - """ - Field of the "text" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - subject: String! -} - -""" -Interface representing fields of the ACF "AbstractOfferNotifications" Field Group -""" -interface AbstractOfferNotifications_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "date_time_picker" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - dateTime: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - message: String! - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - sentStatus: [String]! - - """ - Field of the "text" Field Type added to the schema as part of the "AbstractOfferNotifications" Field Group - """ - subject: String! -} - -""" -The "AbstractOfferPricing" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractOfferPricing implements AbstractOfferPricing_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOfferPricing" Field Group - """ - isFree: Boolean - - """ - Field of the "number" Field Type added to the schema as part of the "AbstractOfferPricing" Field Group - """ - minPrice: Float -} - -""" -Interface representing fields of the ACF "AbstractOfferPricing" Field Group -""" -interface AbstractOfferPricing_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOfferPricing" Field Group - """ - isFree: Boolean - - """ - Field of the "number" Field Type added to the schema as part of the "AbstractOfferPricing" Field Group - """ - minPrice: Float -} - -""" -The "AbstractOfferRegistration" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractOfferRegistration implements AbstractOfferRegistration_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "email" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - email: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - form: [String]! - - """ - Field of the "acfe_phone_number" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - phone: String - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - url: String! -} - -""" -Interface representing fields of the ACF "AbstractOfferRegistration" Field Group -""" -interface AbstractOfferRegistration_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "email" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - email: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - form: [String]! - - """ - Field of the "acfe_phone_number" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - phone: String - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractOfferRegistration" Field Group - """ - url: String! -} - -""" -The "AbstractOfferWhere" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractOfferWhere implements AbstractOfferWhere_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferWhere" Field Group - """ - configuration: [String] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "post_object" Field Type added to the schema as part of the "AbstractOfferWhere" Field Group - """ - location( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection -} - -""" -Interface representing fields of the ACF "AbstractOfferWhere" Field Group -""" -interface AbstractOfferWhere_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOfferWhere" Field Group - """ - configuration: [String] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "post_object" Field Type added to the schema as part of the "AbstractOfferWhere" Field Group - """ - location( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection -} - -""" -Interface representing fields of the ACF "AbstractOffer" Field Group -""" -interface AbstractOffer_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - attendanceMode: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - isAsync: Boolean - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - notifications: [AbstractOfferNotifications] - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - offerStatus: [String] - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - pricing: AbstractOfferPricing - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - registration: AbstractOfferRegistration - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - where: AbstractOfferWhere -} - -""" -The "AbstractSocial" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractSocial implements AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - -""" -The "AbstractSocialProfiles" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type AbstractSocialProfiles implements AbstractSocialProfiles_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractSocialProfiles" Field Group - """ - url: String! -} - -""" -Interface representing fields of the ACF "AbstractSocialProfiles" Field Group -""" -interface AbstractSocialProfiles_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "url" Field Type added to the schema as part of the "AbstractSocialProfiles" Field Group - """ - url: String! -} - -""" -Interface representing fields of the ACF "AbstractSocial" Field Group -""" -interface AbstractSocial_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - -""" -Connection between the AbstractCreditsContributions_Fields type and the ContentNode type +Connection between the GroupAbstractCreditsContributions_Fields type and the ContentNode type """ type AcfContentNodeConnection implements Connection & ContentNodeConnection { """Edges for the AcfContentNodeConnection connection""" @@ -827,7 +195,7 @@ interface AcfFieldGroupFields { } """ -Connection between the AbstractGalleryMedias_Fields type and the MediaItem type +Connection between the GroupAbstractGalleryMedias_Fields type and the MediaItem type """ type AcfMediaItemConnectionEdge implements Edge & MediaItemConnectionEdge & OneToOneConnection { """ @@ -855,7 +223,7 @@ interface AcfOptionsPage implements Node { } """ -Connection between the PostContributor_Fields type and the TermNode type +Connection between the GroupPostContributor_Fields type and the TermNode type """ type AcfTermNodeConnection implements Connection & TermNodeConnection { """Edges for the AcfTermNodeConnection connection""" @@ -894,6 +262,42 @@ type AcfTermNodeConnectionPageInfo implements PageInfo & TermNodeConnectionPageI startCursor: String } +"""ACF Extended Pro Address field with optional sub-fields""" +type Address { + """The full address""" + address: String + + """City name""" + city: String + + """Full country name""" + country: String + + """Country abbreviation (ISO code)""" + countryShort: String + + """Latitude coordinate""" + lat: Float + + """Longitude coordinate""" + lng: Float + + """Name of the location (e.g., street address)""" + name: String + + """Google Places API place ID""" + placeId: String + + """Postal code or ZIP code""" + postalCode: String + + """Full state or province name""" + state: String + + """State or province abbreviation""" + stateShort: String +} + """ Avatars are profile images for users. WordPress by default uses the Gravatar service to host and fetch avatars from. """ @@ -1645,30 +1049,6 @@ type CategoryToTaxonomyConnectionEdge implements Edge & OneToOneConnection & Tax node: Taxonomy! } -""" -The "Ccat" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type Ccat implements AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields & Ccat_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - -"""Interface representing fields of the ACF "Ccat" Field Group""" -interface Ccat_Fields implements AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - """ A response or reaction to content submitted by users. Comments are typically associated with a specific content entry. """ @@ -3058,7 +2438,7 @@ enum ContentTypesOfTagEnum { } """The Contributor type""" -type Contributor implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithAuthor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostContributor { +type Contributor implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithAuthor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostContributor { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ @@ -3226,6 +2606,9 @@ type Contributor implements ContentNode & DatabaseIdentifier & HierarchicalConte """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostContributor ACF Field Group""" + groupPostContributor: GroupPostContributor + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -3289,11 +2672,8 @@ type Contributor implements ContentNode & DatabaseIdentifier & HierarchicalConte """The password for the contributor object.""" password: String - """Fields of the PostContributor ACF Field Group""" - postContributor: PostContributor - """Connection between the Contributor type and the Contributor type""" - preview: ContributorToPreviewConnectionEdge + preview: ContributorToPreviewConnectionEdge @deprecated(reason: "The "Contributor" Type is not publicly queryable and does not support previews. This field will be removed in the future.") """The database id of the preview node""" previewRevisionDatabaseId: Int @@ -3602,7 +2982,7 @@ type ContributorToPreviewConnectionEdge implements ContributorConnectionEdge & E cursor: String """The node of the connection, without the edges""" - node: Contributor! + node: Contributor! @deprecated(reason: "The "Contributor" Type is not publicly queryable and does not support previews. This field will be removed in the future.") } """Connection between the Contributor type and the Contributor type""" @@ -5375,7 +4755,7 @@ type DeleteUserPayload { } """The Discipline type""" -type Discipline implements DatabaseIdentifier & HierarchicalNode & HierarchicalTermNode & Node & TermNode & UniformResourceIdentifiable & WithAcfTermDiscipline { +type Discipline implements DatabaseIdentifier & HierarchicalNode & HierarchicalTermNode & Node & TermNode & UniformResourceIdentifiable & WithAcfGroupTermDiscipline { """ The ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ @@ -5535,6 +4915,9 @@ type Discipline implements DatabaseIdentifier & HierarchicalNode & HierarchicalT where: DisciplineToEventConnectionWhereArgs ): DisciplineToEventConnection + """Fields of the GroupTermDiscipline ACF Field Group""" + groupTermDiscipline: GroupTermDiscipline + """The globally unique ID for the object""" id: ID! @@ -5580,9 +4963,6 @@ type Discipline implements DatabaseIdentifier & HierarchicalNode & HierarchicalT """The name of the taxonomy that the object is associated with""" taxonomyName: String - """Fields of the TermDiscipline ACF Field Group""" - termDiscipline: TermDiscipline - """The ID of the term group that this term object belongs to""" termGroupId: Int @@ -6421,7 +5801,7 @@ interface EnqueuedStylesheetConnectionPageInfo implements PageInfo & WPPageInfo } """The Event type""" -type Event implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostEvent { +type Event implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostEvent { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ @@ -6580,6 +5960,9 @@ type Event implements ContentNode & DatabaseIdentifier & HierarchicalContentNode """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostEvent ACF Field Group""" + groupPostEvent: GroupPostEvent + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -6648,9 +6031,6 @@ type Event implements ContentNode & DatabaseIdentifier & HierarchicalContentNode """The password for the event object.""" password: String - """Fields of the PostEvent ACF Field Group""" - postEvent: PostEvent - """Connection between the Event type and the Event type""" preview: EventToPreviewConnectionEdge @@ -7218,6 +6598,2082 @@ type GeneralSettings { url: String } +""" +The "GroupAbstractBuilder" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractBuilder implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupAbstractBuilderSectionsTextBlockLayout" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractBuilderSectionsTextBlockLayout implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSectionsTextBlockLayout_Fields & GroupAbstractBuilderSections_Layout { + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group + """ + content: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupAbstractBuilderSectionsTextBlockLayout" Field Group +""" +interface GroupAbstractBuilderSectionsTextBlockLayout_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilderSections_Layout { + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractBuilderSectionsTextBlockLayout" Field Group + """ + content: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Layout of the "sections" Field of the "GroupAbstractBuilder" Field Group Field +""" +interface GroupAbstractBuilderSections_Layout { + """The name of the ACF Flex Field Layout""" + fieldGroupName: String +} + +""" +Interface representing fields of the ACF "GroupAbstractBuilder" Field Group +""" +interface GroupAbstractBuilder_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupAbstractCredits" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractCredits implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group + """ + contributions: [GroupAbstractCreditsContributions] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +The "GroupAbstractCreditsContributions" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractCreditsContributions implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCreditsContributions_Fields { + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group + """ + contributionTypes: [String] + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group + """ + contributor( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupAbstractCreditsContributions" Field Group +""" +interface GroupAbstractCreditsContributions_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group + """ + contributionTypes: [String] + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractCreditsContributions" Field Group + """ + contributor( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupAbstractCredits" Field Group +""" +interface GroupAbstractCredits_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group + """ + contributions: [GroupAbstractCreditsContributions] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +The "GroupAbstractEntity" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractEntity implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] +} + +""" +The "GroupAbstractEntityIdentifiers" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractEntityIdentifiers implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntityIdentifiers_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractEntityIdentifiers" Field Group + """ + uri: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractEntityIdentifiers" Field Group +""" +interface GroupAbstractEntityIdentifiers_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractEntityIdentifiers" Field Group + """ + uri: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractEntity" Field Group +""" +interface GroupAbstractEntity_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] +} + +""" +The "GroupAbstractGallery" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractGallery implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractGallery_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] +} + +""" +The "GroupAbstractGalleryMedias" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractGalleryMedias implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractGalleryMedias_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "image" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + image: AcfMediaItemConnectionEdge + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + mediaType: [String]! + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + youtubeUrl: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractGalleryMedias" Field Group +""" +interface GroupAbstractGalleryMedias_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "image" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + image: AcfMediaItemConnectionEdge + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + mediaType: [String]! + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractGalleryMedias" Field Group + """ + youtubeUrl: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractGallery" Field Group +""" +interface GroupAbstractGallery_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] +} + +""" +The "GroupAbstractOffer" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractOffer implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + attendanceMode: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + isAsync: Boolean + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + notifications: [GroupAbstractOfferNotifications] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + offerStatus: [String] + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + pricing: GroupAbstractOfferPricing + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + registration: GroupAbstractOfferRegistration + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + where: GroupAbstractOfferWhere +} + +""" +The "GroupAbstractOfferNotifications" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractOfferNotifications implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferNotifications_Fields { + """ + Field of the "date_time_picker" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + dateTime: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + message: String! + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + sentStatus: [String]! + + """ + Field of the "text" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + subject: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractOfferNotifications" Field Group +""" +interface GroupAbstractOfferNotifications_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "date_time_picker" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + dateTime: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + message: String! + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + sentStatus: [String]! + + """ + Field of the "text" Field Type added to the schema as part of the "GroupAbstractOfferNotifications" Field Group + """ + subject: String! +} + +""" +The "GroupAbstractOfferPricing" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractOfferPricing implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferPricing_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group + """ + isFree: Boolean + + """ + Field of the "number" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group + """ + minPrice: Float +} + +""" +Interface representing fields of the ACF "GroupAbstractOfferPricing" Field Group +""" +interface GroupAbstractOfferPricing_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group + """ + isFree: Boolean + + """ + Field of the "number" Field Type added to the schema as part of the "GroupAbstractOfferPricing" Field Group + """ + minPrice: Float +} + +""" +The "GroupAbstractOfferRegistration" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractOfferRegistration implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferRegistration_Fields { + """ + Field of the "email" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + email: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + form: [String]! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + phone: String + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + url: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractOfferRegistration" Field Group +""" +interface GroupAbstractOfferRegistration_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "email" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + email: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + form: [String]! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + phone: String + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractOfferRegistration" Field Group + """ + url: String! +} + +""" +The "GroupAbstractOfferWhere" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractOfferWhere implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOfferWhere_Fields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group + """ + configuration: [String] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group + """ + location( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection +} + +""" +Interface representing fields of the ACF "GroupAbstractOfferWhere" Field Group +""" +interface GroupAbstractOfferWhere_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group + """ + configuration: [String] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupAbstractOfferWhere" Field Group + """ + location( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection +} + +""" +Interface representing fields of the ACF "GroupAbstractOffer" Field Group +""" +interface GroupAbstractOffer_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + attendanceMode: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + isAsync: Boolean + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + notifications: [GroupAbstractOfferNotifications] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + offerStatus: [String] + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + pricing: GroupAbstractOfferPricing + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + registration: GroupAbstractOfferRegistration + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + where: GroupAbstractOfferWhere +} + +""" +The "GroupAbstractSocial" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractSocial implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +The "GroupAbstractSocialProfiles" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupAbstractSocialProfiles implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocialProfiles_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractSocialProfiles" Field Group + """ + url: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractSocialProfiles" Field Group +""" +interface GroupAbstractSocialProfiles_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "url" Field Type added to the schema as part of the "GroupAbstractSocialProfiles" Field Group + """ + url: String! +} + +""" +Interface representing fields of the ACF "GroupAbstractSocial" Field Group +""" +interface GroupAbstractSocial_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +The "GroupCcat" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupCcat implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields & GroupCcat_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +Interface representing fields of the ACF "GroupCcat" Field Group +""" +interface GroupCcat_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractSocial_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +The "GroupPostArticle" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostArticle implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostArticle_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +Interface representing fields of the ACF "GroupPostArticle" Field Group +""" +interface GroupPostArticle_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupPostContributor" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostContributor implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostContributor_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + alternativeTitles: [GroupPostContributorAlternativeTitles] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + contributorType: [String]! + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + description: String + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + disciplines( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + locality: [GroupPostContributorLocality] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +The "GroupPostContributorAlternativeTitles" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostContributorAlternativeTitles implements AcfFieldGroup & AcfFieldGroupFields & GroupPostContributorAlternativeTitles_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostContributorAlternativeTitles" Field Group + """ + name: String +} + +""" +Interface representing fields of the ACF "GroupPostContributorAlternativeTitles" Field Group +""" +interface GroupPostContributorAlternativeTitles_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostContributorAlternativeTitles" Field Group + """ + name: String +} + +""" +The "GroupPostContributorLocality" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostContributorLocality implements AcfFieldGroup & AcfFieldGroupFields & GroupPostContributorLocality_Fields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostContributorLocality" Field Group + """ + address: Address + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostContributorLocality" Field Group +""" +interface GroupPostContributorLocality_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostContributorLocality" Field Group + """ + address: Address + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostContributor" Field Group +""" +interface GroupPostContributor_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + alternativeTitles: [GroupPostContributorAlternativeTitles] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + contributorType: [String]! + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + description: String + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + disciplines( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostContributor" Field Group + """ + locality: [GroupPostContributorLocality] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! +} + +""" +The "GroupPostEvent" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostEvent implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostEvent_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group + """ + contributions: [GroupAbstractCreditsContributions] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + description: String + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + disciplines( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + eventType: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + isWordless: Boolean + + """ + Field of the "acfe_languages" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + languages: [ACFE_Language] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + targetAudience: [String]! +} + +""" +Interface representing fields of the ACF "GroupPostEvent" Field Group +""" +interface GroupPostEvent_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractCredits_Fields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractCredits" Field Group + """ + contributions: [GroupAbstractCreditsContributions] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + description: String + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + disciplines( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + eventType: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + isWordless: Boolean + + """ + Field of the "acfe_languages" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + languages: [ACFE_Language] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostEvent" Field Group + """ + targetAudience: [String]! +} + +""" +The "GroupPostLocation" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostLocation implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields & GroupPostLocation_Fields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + address: Address + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + configurations: [GroupPostLocationConfigurations] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + description: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + locationType: [String]! + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + universalAccess: [String] +} + +""" +The "GroupPostLocationConfigurations" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostLocationConfigurations implements AcfFieldGroup & AcfFieldGroupFields & GroupPostLocationConfigurations_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostLocationConfigurations" Field Group + """ + name: String! +} + +""" +Interface representing fields of the ACF "GroupPostLocationConfigurations" Field Group +""" +interface GroupPostLocationConfigurations_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostLocationConfigurations" Field Group + """ + name: String! +} + +""" +Interface representing fields of the ACF "GroupPostLocation" Field Group +""" +interface GroupPostLocation_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupAbstractGallery_Fields & GroupAbstractSocial_Fields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + address: Address + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + configurations: [GroupPostLocationConfigurations] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + description: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + locationType: [String]! + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractGallery" Field Group + """ + medias: [GroupAbstractGalleryMedias] + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractSocial" Field Group + """ + profiles: [GroupAbstractSocialProfiles]! + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostLocation" Field Group + """ + universalAccess: [String] +} + +""" +The "GroupPostMembership" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembership implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembership_Fields { + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + billing: GroupPostMembershipBilling + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + collectiveProfile: GroupPostMembershipCollectiveProfile + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + contact: GroupPostMembershipContact + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + emailPreferences: GroupPostMembershipEmailPreferences! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + individualProfile: GroupPostMembershipIndividualProfile + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + institutionProfile: GroupPostMembershipInstitutionProfile + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + membershipType: [String]! + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + organizationProfile: GroupPostMembershipOrganizationProfile + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + sameAsContact: Boolean +} + +""" +The "GroupPostMembershipBilling" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipBilling implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipBilling_Fields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + address: Address! + + """ + Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + email: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + personName: String! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + phone: String! +} + +""" +Interface representing fields of the ACF "GroupPostMembershipBilling" Field Group +""" +interface GroupPostMembershipBilling_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + address: Address! + + """ + Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + email: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + personName: String! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipBilling" Field Group + """ + phone: String! +} + +""" +The "GroupPostMembershipCollectiveProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipCollectiveProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipCollectiveProfile_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostMembershipCollectiveProfile" Field Group +""" +interface GroupPostMembershipCollectiveProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +The "GroupPostMembershipContact" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipContact implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipContact_Fields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + address: Address! + + """ + Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + email: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + personName: String! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + phone: String! +} + +""" +Interface representing fields of the ACF "GroupPostMembershipContact" Field Group +""" +interface GroupPostMembershipContact_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "acfe_address" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + address: Address! + + """ + Field of the "email" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + email: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + personName: String! + + """ + Field of the "acfe_phone_number" Field Type added to the schema as part of the "GroupPostMembershipContact" Field Group + """ + phone: String! +} + +""" +The "GroupPostMembershipEmailPreferences" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipEmailPreferences implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipEmailPreferences_Fields { + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + categories: [String] + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + disciplines: [String] + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + eventTypes: [String] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + mrc: [String] +} + +""" +Interface representing fields of the ACF "GroupPostMembershipEmailPreferences" Field Group +""" +interface GroupPostMembershipEmailPreferences_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + categories: [String] + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + disciplines: [String] + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + eventTypes: [String] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "checkbox" Field Type added to the schema as part of the "GroupPostMembershipEmailPreferences" Field Group + """ + mrc: [String] +} + +""" +The "GroupPostMembershipIndividualProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipIndividualProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipIndividualProfile_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostMembershipIndividualProfile" Field Group +""" +interface GroupPostMembershipIndividualProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +The "GroupPostMembershipInstitutionProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipInstitutionProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipInstitutionProfile_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostMembershipInstitutionProfile" Field Group +""" +interface GroupPostMembershipInstitutionProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +The "GroupPostMembershipOrganizationProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostMembershipOrganizationProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupPostMembershipOrganizationProfile_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostMembershipOrganizationProfile" Field Group +""" +interface GroupPostMembershipOrganizationProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") +} + +""" +Interface representing fields of the ACF "GroupPostMembership" Field Group +""" +interface GroupPostMembership_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + billing: GroupPostMembershipBilling + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + collectiveProfile: GroupPostMembershipCollectiveProfile + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + contact: GroupPostMembershipContact + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + emailPreferences: GroupPostMembershipEmailPreferences! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + individualProfile: GroupPostMembershipIndividualProfile + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + institutionProfile: GroupPostMembershipInstitutionProfile + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + membershipType: [String]! + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + organizationProfile: GroupPostMembershipOrganizationProfile + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupPostMembership" Field Group + """ + sameAsContact: Boolean +} + +""" +The "GroupPostPage" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostPage implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostPage_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +Interface representing fields of the ACF "GroupPostPage" Field Group +""" +interface GroupPostPage_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupPostProject" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostProject implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostProject_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostProject" Field Group + """ + period: GroupPostProjectPeriod + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostProject" Field Group + """ + projectCategories( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupPostProjectPeriod" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostProjectPeriod implements AcfFieldGroup & AcfFieldGroupFields & GroupPostProjectPeriod_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startMonth: String +} + +""" +Interface representing fields of the ACF "GroupPostProjectPeriod" Field Group +""" +interface GroupPostProjectPeriod_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startMonth: String +} + +""" +Interface representing fields of the ACF "GroupPostProject" Field Group +""" +interface GroupPostProject_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostProject" Field Group + """ + period: GroupPostProjectPeriod + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostProject" Field Group + """ + projectCategories( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupPostRepresentation" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostRepresentation implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields & GroupPostRepresentation_Fields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + attendanceMode: [String]! + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + days: [GroupPostRepresentationDays] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + description: String + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + event( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + isAsync: Boolean + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + notifications: [GroupAbstractOfferNotifications] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + offerStatus: [String] + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + pricing: GroupAbstractOfferPricing + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + range: GroupPostRepresentationRange + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + registration: GroupAbstractOfferRegistration + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + scheduleType: [String]! + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + where: GroupAbstractOfferWhere +} + +""" +The "GroupPostRepresentationDays" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostRepresentationDays implements AcfFieldGroup & AcfFieldGroupFields & GroupPostRepresentationDays_Fields { + """ + Field of the "time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group + """ + endTime: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startDateTime: String! +} + +""" +Interface representing fields of the ACF "GroupPostRepresentationDays" Field Group +""" +interface GroupPostRepresentationDays_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group + """ + endTime: String + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_time_picker" Field Type added to the schema as part of the "GroupPostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startDateTime: String! +} + +""" +The "GroupPostRepresentationRange" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostRepresentationRange implements AcfFieldGroup & AcfFieldGroupFields & GroupPostRepresentationRange_Fields { + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + endDate: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startDate: String! +} + +""" +Interface representing fields of the ACF "GroupPostRepresentationRange" Field Group +""" +interface GroupPostRepresentationRange_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + endDate: String! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "date_picker" Field Type added to the schema as part of the "GroupPostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) + """ + startDate: String! +} + +""" +Interface representing fields of the ACF "GroupPostRepresentation" Field Group +""" +interface GroupPostRepresentation_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractOffer_Fields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + attendanceMode: [String]! + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + days: [GroupPostRepresentationDays] + + """ + Field of the "wysiwyg" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + description: String + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + event( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "true_false" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + isAsync: Boolean + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + notifications: [GroupAbstractOfferNotifications] + + """ + Field of the "select" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + offerStatus: [String] + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + pricing: GroupAbstractOfferPricing + + """ + Field of the "group" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + range: GroupPostRepresentationRange + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + registration: GroupAbstractOfferRegistration + + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostRepresentation" Field Group + """ + scheduleType: [String]! + + """ + Field of the "group" Field Type added to the schema as part of the "GroupAbstractOffer" Field Group + """ + where: GroupAbstractOfferWhere +} + +""" +The "GroupPostResource" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostResource implements AcfFieldGroup & AcfFieldGroupFields & GroupPostResource_Fields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostResource" Field Group + """ + documents: [GroupPostResourceDocuments] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostResource" Field Group + """ + resourceCategory( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection +} + +""" +The "GroupPostResourceDocuments" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostResourceDocuments implements AcfFieldGroup & AcfFieldGroupFields & GroupPostResourceDocuments_Fields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + documentType: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "file" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + file: AcfMediaItemConnectionEdge + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + title: String! + + """ + Field of the "url" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + url: String! +} + +""" +Interface representing fields of the ACF "GroupPostResourceDocuments" Field Group +""" +interface GroupPostResourceDocuments_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "select" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + documentType: [String]! + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "file" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + file: AcfMediaItemConnectionEdge + + """ + Field of the "text" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + title: String! + + """ + Field of the "url" Field Type added to the schema as part of the "GroupPostResourceDocuments" Field Group + """ + url: String! +} + +""" +Interface representing fields of the ACF "GroupPostResource" Field Group +""" +interface GroupPostResource_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupPostResource" Field Group + """ + documents: [GroupPostResourceDocuments] + + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "taxonomy" Field Type added to the schema as part of the "GroupPostResource" Field Group + """ + resourceCategory( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfTermNodeConnection +} + +""" +The "GroupPostTemplate" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupPostTemplate implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields & GroupPostTemplate_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +Interface representing fields of the ACF "GroupPostTemplate" Field Group +""" +interface GroupPostTemplate_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractBuilder_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "flexible_content" Field Type added to the schema as part of the "GroupAbstractBuilder" Field Group + """ + sections: [GroupAbstractBuilderSections_Layout] +} + +""" +The "GroupTermDiscipline" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupTermDiscipline implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields & GroupTermDiscipline_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] +} + +""" +Interface representing fields of the ACF "GroupTermDiscipline" Field Group +""" +interface GroupTermDiscipline_Fields implements AcfFieldGroup & AcfFieldGroupFields & GroupAbstractEntity_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "repeater" Field Type added to the schema as part of the "GroupAbstractEntity" Field Group + """ + identifiers: [GroupAbstractEntityIdentifiers] +} + +""" +The "GroupUserProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". +""" +type GroupUserProfile implements AcfFieldGroup & AcfFieldGroupFields & GroupUserProfile_Fields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupUserProfile" Field Group + """ + memberships( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection +} + +""" +Interface representing fields of the ACF "GroupUserProfile" Field Group +""" +interface GroupUserProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { + """The name of the field group""" + fieldGroupName: String @deprecated(reason: "Use __typename instead") + + """ + Field of the "post_object" Field Type added to the schema as part of the "GroupUserProfile" Field Group + """ + memberships( + """ + Cursor used along with the "first" argument to reference where in the dataset to get data + """ + after: String + + """ + Cursor used along with the "last" argument to reference where in the dataset to get data + """ + before: String + + """The number of items to return after the referenced "after" cursor""" + first: Int + + """The number of items to return before the referenced "before" cursor""" + last: Int + ): AcfContentNodeConnection +} + """ Content that can be organized in a parent-child structure. Provides fields for navigating up and down the hierarchy and maintaining structured relationships. """ @@ -7750,7 +9206,7 @@ interface HierarchicalTermNode implements DatabaseIdentifier & HierarchicalNode } """The Location type""" -type Location implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostLocation { +type Location implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostLocation { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ @@ -7884,6 +9340,9 @@ type Location implements ContentNode & DatabaseIdentifier & HierarchicalContentN """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostLocation ACF Field Group""" + groupPostLocation: GroupPostLocation + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -7950,9 +9409,6 @@ type Location implements ContentNode & DatabaseIdentifier & HierarchicalContentN """The password for the location object.""" password: String - """Fields of the PostLocation ACF Field Group""" - postLocation: PostLocation - """Connection between the Location type and the Location type""" preview: LocationToPreviewConnectionEdge @deprecated(reason: "The "Location" Type is not publicly queryable and does not support previews. This field will be removed in the future.") @@ -8708,7 +10164,7 @@ type MediaSize { } """The Membership type""" -type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostMembership { +type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostMembership { """The ancestors of the content node.""" ancestors( """ @@ -8816,6 +10272,9 @@ type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAut """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostMembership ACF Field Group""" + groupPostMembership: GroupPostMembership + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -8876,11 +10335,8 @@ type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAut """The password for the membership object.""" password: String - """Fields of the PostMembership ACF Field Group""" - postMembership: PostMembership - """Connection between the Membership type and the Membership type""" - preview: MembershipToPreviewConnectionEdge @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.") + preview: MembershipToPreviewConnectionEdge """The database id of the preview node""" previewRevisionDatabaseId: Int @@ -9060,7 +10516,7 @@ type MembershipToPreviewConnectionEdge implements Edge & MembershipConnectionEdg cursor: String """The node of the connection, without the edges""" - node: Membership! @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.") + node: Membership! } """Connection between the Membership type and the Membership type""" @@ -10120,7 +11576,7 @@ enum OrderEnum { """ A standalone content entry generally used for static, non-chronological content such as "About Us" or "Contact" pages. """ -type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostPage { +type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode & HierarchicalNode & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithFeaturedImage & NodeWithPageAttributes & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostPage { """ Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). """ @@ -10263,6 +11719,9 @@ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostPage ACF Field Group""" + groupPostPage: GroupPostPage + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -10337,9 +11796,6 @@ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode """The password for the page object.""" password: String - """Fields of the PostPage ACF Field Group""" - postPage: PostPage - """Connection between the page type and the page type""" preview: PageToPreviewConnectionEdge @@ -10706,7 +12162,7 @@ enum PluginStatusEnum { """ A chronological content entry typically used for blog posts, news articles, or similar date-based content. """ -type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostArticle { +type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithAuthor & NodeWithContentEditor & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostArticle { """The ancestors of the content node.""" ancestors( """ @@ -10848,6 +12304,9 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostArticle ACF Field Group""" + groupPostArticle: GroupPostArticle + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -10908,9 +12367,6 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node """The password for the post object.""" password: String - """Fields of the PostArticle ACF Field Group""" - postArticle: PostArticle - """Connection between the Post type and the postFormat type""" postFormats( """ @@ -11039,32 +12495,6 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node uri: String } -""" -The "PostArticle" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostArticle implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields & PostArticle_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -Interface representing fields of the ACF "PostArticle" Field Group -""" -interface PostArticle_Fields implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - """Set relationships between the post to categories""" input PostCategoriesInput { """ @@ -11147,324 +12577,6 @@ interface PostConnectionPageInfo implements PageInfo & WPPageInfo { startCursor: String } -""" -The "PostContributor" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostContributor implements AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields & PostContributor_Fields { - """ - Field of the "repeater" Field Type added to the schema as part of the "PostContributor" Field Group - """ - alternativeTitles: [PostContributorAlternativeTitles] - - """ - Field of the "select" Field Type added to the schema as part of the "PostContributor" Field Group - """ - contributorType: [String]! - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostContributor" Field Group - """ - description: String - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostContributor" Field Group - """ - disciplines( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostContributor" Field Group - """ - locality: [PostContributorLocality] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - -""" -The "PostContributorAlternativeTitles" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostContributorAlternativeTitles implements AcfFieldGroup & AcfFieldGroupFields & PostContributorAlternativeTitles_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostContributorAlternativeTitles" Field Group - """ - name: String -} - -""" -Interface representing fields of the ACF "PostContributorAlternativeTitles" Field Group -""" -interface PostContributorAlternativeTitles_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostContributorAlternativeTitles" Field Group - """ - name: String -} - -""" -The "PostContributorLocality" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostContributorLocality implements AcfFieldGroup & AcfFieldGroupFields & PostContributorLocality_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "PostContributorLocality" Field Group -""" -interface PostContributorLocality_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "PostContributor" Field Group -""" -interface PostContributor_Fields implements AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "repeater" Field Type added to the schema as part of the "PostContributor" Field Group - """ - alternativeTitles: [PostContributorAlternativeTitles] - - """ - Field of the "select" Field Type added to the schema as part of the "PostContributor" Field Group - """ - contributorType: [String]! - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostContributor" Field Group - """ - description: String - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostContributor" Field Group - """ - disciplines( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostContributor" Field Group - """ - locality: [PostContributorLocality] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! -} - -""" -The "PostEvent" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostEvent implements AbstractCredits_Fields & AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields & PostEvent_Fields { - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractCredits" Field Group - """ - contributions: [AbstractCreditsContributions] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostEvent" Field Group - """ - description: String - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostEvent" Field Group - """ - disciplines( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "select" Field Type added to the schema as part of the "PostEvent" Field Group - """ - eventType: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "true_false" Field Type added to the schema as part of the "PostEvent" Field Group - """ - isWordless: Boolean - - """ - Field of the "acfe_languages" Field Type added to the schema as part of the "PostEvent" Field Group - """ - languages: [ACFE_Language] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! - - """ - Field of the "select" Field Type added to the schema as part of the "PostEvent" Field Group - """ - targetAudience: [String]! -} - -""" -Interface representing fields of the ACF "PostEvent" Field Group -""" -interface PostEvent_Fields implements AbstractCredits_Fields & AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractCredits" Field Group - """ - contributions: [AbstractCreditsContributions] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostEvent" Field Group - """ - description: String - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostEvent" Field Group - """ - disciplines( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "select" Field Type added to the schema as part of the "PostEvent" Field Group - """ - eventType: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "true_false" Field Type added to the schema as part of the "PostEvent" Field Group - """ - isWordless: Boolean - - """ - Field of the "acfe_languages" Field Type added to the schema as part of the "PostEvent" Field Group - """ - languages: [ACFE_Language] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! - - """ - Field of the "select" Field Type added to the schema as part of the "PostEvent" Field Group - """ - targetAudience: [String]! -} - """ A standardized classification system for content presentation styles. These formats can be used to display content differently based on type, such as "standard", "gallery", "video", etc. """ @@ -11952,294 +13064,6 @@ enum PostIdType { URI } -""" -The "PostLocation" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostLocation implements AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields & PostLocation_Fields { - """ - Field of the "repeater" Field Type added to the schema as part of the "PostLocation" Field Group - """ - configurations: [PostLocationConfigurations] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostLocation" Field Group - """ - description: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "select" Field Type added to the schema as part of the "PostLocation" Field Group - """ - locationType: [String]! - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! - - """ - Field of the "checkbox" Field Type added to the schema as part of the "PostLocation" Field Group - """ - universalAccess: [String] -} - -""" -The "PostLocationConfigurations" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostLocationConfigurations implements AcfFieldGroup & AcfFieldGroupFields & PostLocationConfigurations_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostLocationConfigurations" Field Group - """ - name: String! -} - -""" -Interface representing fields of the ACF "PostLocationConfigurations" Field Group -""" -interface PostLocationConfigurations_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostLocationConfigurations" Field Group - """ - name: String! -} - -""" -Interface representing fields of the ACF "PostLocation" Field Group -""" -interface PostLocation_Fields implements AbstractEntity_Fields & AbstractGallery_Fields & AbstractSocial_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "repeater" Field Type added to the schema as part of the "PostLocation" Field Group - """ - configurations: [PostLocationConfigurations] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostLocation" Field Group - """ - description: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] - - """ - Field of the "select" Field Type added to the schema as part of the "PostLocation" Field Group - """ - locationType: [String]! - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractGallery" Field Group - """ - medias: [AbstractGalleryMedias] - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractSocial" Field Group - """ - profiles: [AbstractSocialProfiles]! - - """ - Field of the "checkbox" Field Type added to the schema as part of the "PostLocation" Field Group - """ - universalAccess: [String] -} - -""" -The "PostMembership" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostMembership implements AcfFieldGroup & AcfFieldGroupFields & PostMembership_Fields { - """ - Field of the "post_object" Field Type added to the schema as part of the "PostMembership" Field Group - """ - contributor( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - individualProfile: PostMembershipIndividualProfile - - """ - Field of the "select" Field Type added to the schema as part of the "PostMembership" Field Group - """ - membershipPlan: [String]! - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - organizationProfile: PostMembershipOrganizationProfile - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - payment: PostMembershipPayment -} - -""" -The "PostMembershipIndividualProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostMembershipIndividualProfile implements AcfFieldGroup & AcfFieldGroupFields & PostMembershipIndividualProfile_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "PostMembershipIndividualProfile" Field Group -""" -interface PostMembershipIndividualProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -The "PostMembershipOrganizationProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostMembershipOrganizationProfile implements AcfFieldGroup & AcfFieldGroupFields & PostMembershipOrganizationProfile_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -Interface representing fields of the ACF "PostMembershipOrganizationProfile" Field Group -""" -interface PostMembershipOrganizationProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") -} - -""" -The "PostMembershipPayment" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostMembershipPayment implements AcfFieldGroup & AcfFieldGroupFields & PostMembershipPayment_Fields { - """ - Field of the "email" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - email: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - personName: String! - - """ - Field of the "acfe_phone_number" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - phone: String! -} - -""" -Interface representing fields of the ACF "PostMembershipPayment" Field Group -""" -interface PostMembershipPayment_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "email" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - email: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "text" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - personName: String! - - """ - Field of the "acfe_phone_number" Field Type added to the schema as part of the "PostMembershipPayment" Field Group - """ - phone: String! -} - -""" -Interface representing fields of the ACF "PostMembership" Field Group -""" -interface PostMembership_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "post_object" Field Type added to the schema as part of the "PostMembership" Field Group - """ - contributor( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - individualProfile: PostMembershipIndividualProfile - - """ - Field of the "select" Field Type added to the schema as part of the "PostMembership" Field Group - """ - membershipPlan: [String]! - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - organizationProfile: PostMembershipOrganizationProfile - - """ - Field of the "group" Field Type added to the schema as part of the "PostMembership" Field Group - """ - payment: PostMembershipPayment -} - """ Content field rendering options. Determines whether content fields are returned as raw data or with applied formatting and transformations. Default is RENDERED. """ @@ -12314,32 +13138,6 @@ input PostObjectsConnectionOrderbyInput { order: OrderEnum! } -""" -The "PostPage" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostPage implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields & PostPage_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -Interface representing fields of the ACF "PostPage" Field Group -""" -interface PostPage_Fields implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - """Set relationships between the post to postFormats""" input PostPostFormatsInput { """ @@ -12376,474 +13174,6 @@ input PostPostFormatsNodeInput { slug: String } -""" -The "PostProject" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostProject implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields & PostProject_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "group" Field Type added to the schema as part of the "PostProject" Field Group - """ - period: PostProjectPeriod - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostProject" Field Group - """ - projectCategories( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -The "PostProjectPeriod" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostProjectPeriod implements AcfFieldGroup & AcfFieldGroupFields & PostProjectPeriod_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startMonth: String -} - -""" -Interface representing fields of the ACF "PostProjectPeriod" Field Group -""" -interface PostProjectPeriod_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostProjectPeriod" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startMonth: String -} - -""" -Interface representing fields of the ACF "PostProject" Field Group -""" -interface PostProject_Fields implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "group" Field Type added to the schema as part of the "PostProject" Field Group - """ - period: PostProjectPeriod - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostProject" Field Group - """ - projectCategories( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -The "PostRepresentation" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostRepresentation implements AbstractOffer_Fields & AcfFieldGroup & AcfFieldGroupFields & PostRepresentation_Fields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - attendanceMode: [String]! - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - days: [PostRepresentationDays] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - description: String - - """ - Field of the "post_object" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - event( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - isAsync: Boolean - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - notifications: [AbstractOfferNotifications] - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - offerStatus: [String] - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - pricing: AbstractOfferPricing - - """ - Field of the "group" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - range: PostRepresentationRange - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - registration: AbstractOfferRegistration - - """ - Field of the "select" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - scheduleType: [String]! - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - where: AbstractOfferWhere -} - -""" -The "PostRepresentationDays" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostRepresentationDays implements AcfFieldGroup & AcfFieldGroupFields & PostRepresentationDays_Fields { - """ - Field of the "time_picker" Field Type added to the schema as part of the "PostRepresentationDays" Field Group - """ - endTime: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_time_picker" Field Type added to the schema as part of the "PostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startDateTime: String! -} - -""" -Interface representing fields of the ACF "PostRepresentationDays" Field Group -""" -interface PostRepresentationDays_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "time_picker" Field Type added to the schema as part of the "PostRepresentationDays" Field Group - """ - endTime: String - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_time_picker" Field Type added to the schema as part of the "PostRepresentationDays" Field Group (ACF Fields of the "date_time_picker" type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startDateTime: String! -} - -""" -The "PostRepresentationRange" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostRepresentationRange implements AcfFieldGroup & AcfFieldGroupFields & PostRepresentationRange_Fields { - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - endDate: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startDate: String! -} - -""" -Interface representing fields of the ACF "PostRepresentationRange" Field Group -""" -interface PostRepresentationRange_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - endDate: String! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "date_picker" Field Type added to the schema as part of the "PostRepresentationRange" Field Group (ACF Fields of the date_picker type return a date string according to the RFC3339 spec: https://datatracker.ietf.org/doc/html/rfc3339.) - """ - startDate: String! -} - -""" -Interface representing fields of the ACF "PostRepresentation" Field Group -""" -interface PostRepresentation_Fields implements AbstractOffer_Fields & AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - attendanceMode: [String]! - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - days: [PostRepresentationDays] - - """ - Field of the "wysiwyg" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - description: String - - """ - Field of the "post_object" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - event( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "true_false" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - isAsync: Boolean - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - notifications: [AbstractOfferNotifications] - - """ - Field of the "select" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - offerStatus: [String] - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - pricing: AbstractOfferPricing - - """ - Field of the "group" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - range: PostRepresentationRange - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - registration: AbstractOfferRegistration - - """ - Field of the "select" Field Type added to the schema as part of the "PostRepresentation" Field Group - """ - scheduleType: [String]! - - """ - Field of the "group" Field Type added to the schema as part of the "AbstractOffer" Field Group - """ - where: AbstractOfferWhere -} - -""" -The "PostResource" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostResource implements AcfFieldGroup & AcfFieldGroupFields & PostResource_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostResource" Field Group - """ - resourceCategory( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostResource" Field Group - """ - resourceItems: [PostResourceResourceItems] -} - -""" -The "PostResourceResourceItems" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostResourceResourceItems implements AcfFieldGroup & AcfFieldGroupFields & PostResourceResourceItems_Fields { - """ - Field of the "select" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - documentType: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "file" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - file: AcfMediaItemConnectionEdge - - """ - Field of the "text" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - title: String! - - """ - Field of the "url" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - url: String! -} - -""" -Interface representing fields of the ACF "PostResourceResourceItems" Field Group -""" -interface PostResourceResourceItems_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "select" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - documentType: [String]! - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "file" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - file: AcfMediaItemConnectionEdge - - """ - Field of the "text" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - title: String! - - """ - Field of the "url" Field Type added to the schema as part of the "PostResourceResourceItems" Field Group - """ - url: String! -} - -""" -Interface representing fields of the ACF "PostResource" Field Group -""" -interface PostResource_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "taxonomy" Field Type added to the schema as part of the "PostResource" Field Group - """ - resourceCategory( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfTermNodeConnection - - """ - Field of the "repeater" Field Type added to the schema as part of the "PostResource" Field Group - """ - resourceItems: [PostResourceResourceItems] -} - """ Publishing status that controls the visibility and editorial state of content. Determines whether content is published, pending review, in draft state, or private. """ @@ -12924,32 +13254,6 @@ input PostTagsNodeInput { slug: String } -""" -The "PostTemplate" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type PostTemplate implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields & PostTemplate_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - -""" -Interface representing fields of the ACF "PostTemplate" Field Group -""" -interface PostTemplate_Fields implements AbstractBuilder_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "flexible_content" Field Type added to the schema as part of the "AbstractBuilder" Field Group - """ - sections: [AbstractBuilderSections_Layout] -} - """Connection between the Post type and the category type""" type PostToCategoryConnection implements CategoryConnection & Connection { """Edges for the PostToCategoryConnection connection""" @@ -13744,7 +14048,7 @@ interface Previewable { } """The Project type""" -type Project implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostProject { +type Project implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostProject { """The ancestors of the content node.""" ancestors( """ @@ -13849,6 +14153,9 @@ type Project implements ContentNode & DatabaseIdentifier & MenuItemLinkable & No """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostProject ACF Field Group""" + groupPostProject: GroupPostProject + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -13906,9 +14213,6 @@ type Project implements ContentNode & DatabaseIdentifier & MenuItemLinkable & No """The password for the project object.""" password: String - """Fields of the PostProject ACF Field Group""" - postProject: PostProject - """Connection between the Project type and the Project type""" preview: ProjectToPreviewConnectionEdge @@ -15073,7 +15377,7 @@ enum RelationEnum { } """The Representation type""" -type Representation implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostRepresentation { +type Representation implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostRepresentation { """The ancestors of the content node.""" ancestors( """ @@ -15159,6 +15463,9 @@ type Representation implements ContentNode & DatabaseIdentifier & Node & NodeWit last: Int ): ContentNodeToEnqueuedStylesheetConnection + """Fields of the GroupPostRepresentation ACF Field Group""" + groupPostRepresentation: GroupPostRepresentation + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -15216,9 +15523,6 @@ type Representation implements ContentNode & DatabaseIdentifier & Node & NodeWit """The password for the representation object.""" password: String - """Fields of the PostRepresentation ACF Field Group""" - postRepresentation: PostRepresentation - """Connection between the Representation type and the Representation type""" preview: RepresentationToPreviewConnectionEdge @deprecated(reason: "The "Representation" Type is not publicly queryable and does not support previews. This field will be removed in the future.") @@ -15533,7 +15837,7 @@ type ResetUserPasswordPayload { } """The Resource type""" -type Resource implements ContentNode & DatabaseIdentifier & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostResource { +type Resource implements ContentNode & DatabaseIdentifier & Node & NodeWithExcerpt & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfGroupPostResource { """The ancestors of the content node.""" ancestors( """ @@ -15638,6 +15942,9 @@ type Resource implements ContentNode & DatabaseIdentifier & Node & NodeWithExcer """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID + """Fields of the GroupPostResource ACF Field Group""" + groupPostResource: GroupPostResource + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -15695,9 +16002,6 @@ type Resource implements ContentNode & DatabaseIdentifier & Node & NodeWithExcer """The password for the resource object.""" password: String - """Fields of the PostResource ACF Field Group""" - postResource: PostResource - """Connection between the Resource type and the Resource type""" preview: ResourceToPreviewConnectionEdge @@ -21327,9 +21631,9 @@ type Settings { writingSettingsUseSmilies: Boolean } -type SiteOptions implements AcfOptionsPage & Node & WithAcfCcat { - """Fields of the Ccat ACF Field Group""" - ccat: Ccat +type SiteOptions implements AcfOptionsPage & Node & WithAcfGroupCcat { + """Fields of the GroupCcat ACF Field Group""" + groupCcat: GroupCcat """The globally unique ID for the object""" id: ID! @@ -22079,7 +22383,7 @@ type TaxonomyToTermNodeConnectionPageInfo implements PageInfo & TermNodeConnecti } """The Template type""" -type Template implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostTemplate { +type Template implements ContentNode & DatabaseIdentifier & Node & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfGroupPostTemplate { """The ancestors of the content node.""" ancestors( """ @@ -22165,6 +22469,9 @@ type Template implements ContentNode & DatabaseIdentifier & Node & NodeWithRevis last: Int ): ContentNodeToEnqueuedStylesheetConnection + """Fields of the GroupPostTemplate ACF Field Group""" + groupPostTemplate: GroupPostTemplate + """ The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the "post_objects" database table. """ @@ -22222,9 +22529,6 @@ type Template implements ContentNode & DatabaseIdentifier & Node & NodeWithRevis """The password for the template object.""" password: String - """Fields of the PostTemplate ACF Field Group""" - postTemplate: PostTemplate - """Connection between the Template type and the Template type""" preview: TemplateToPreviewConnectionEdge @deprecated(reason: "The "Template" Type is not publicly queryable and does not support previews. This field will be removed in the future.") @@ -22508,32 +22812,6 @@ type TemplateToTemplateConnectionPageInfo implements PageInfo & TemplateConnecti startCursor: String } -""" -The "TermDiscipline" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type TermDiscipline implements AbstractEntity_Fields & AcfFieldGroup & AcfFieldGroupFields & TermDiscipline_Fields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] -} - -""" -Interface representing fields of the ACF "TermDiscipline" Field Group -""" -interface TermDiscipline_Fields implements AbstractEntity_Fields & AcfFieldGroup & AcfFieldGroupFields { - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "repeater" Field Type added to the schema as part of the "AbstractEntity" Field Group - """ - identifiers: [AbstractEntityIdentifiers] -} - """ Base interface for taxonomy terms such as categories and tags. Terms are used to organize and classify content. """ @@ -23999,7 +24277,7 @@ type UpdateUserPayload { """ A registered user account. Users can be assigned roles, author content, and have various capabilities within the site. """ -type User implements Commenter & DatabaseIdentifier & Node & UniformResourceIdentifiable & WithAcfUserProfile { +type User implements Commenter & DatabaseIdentifier & Node & UniformResourceIdentifiable & WithAcfGroupUserProfile { """ Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. """ @@ -24129,6 +24407,9 @@ type User implements Commenter & DatabaseIdentifier & Node & UniformResourceIden """ firstName: String + """Fields of the GroupUserProfile ACF Field Group""" + groupUserProfile: GroupUserProfile + """The globally unique identifier for the user object.""" id: ID! @@ -24351,9 +24632,6 @@ type User implements Commenter & DatabaseIdentifier & Node & UniformResourceIden """The Id of the user. Equivalent to WP_User->ID""" userId: Int @deprecated(reason: "Deprecated in favor of the databaseId field") - """Fields of the UserProfile ACF Field Group""" - userProfile: UserProfile - """ Username for the user. This field is equivalent to WP_User->user_login. """ @@ -24429,130 +24707,6 @@ enum UserNodeIdTypeEnum { USERNAME } -""" -The "UserProfile" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type UserProfile implements AcfFieldGroup & AcfFieldGroupFields & UserProfile_Fields { - """ - Field of the "group" Field Type added to the schema as part of the "UserProfile" Field Group - """ - emailPreferences: UserProfileEmailPreferences - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "post_object" Field Type added to the schema as part of the "UserProfile" Field Group - """ - memberships( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection -} - -""" -The "UserProfileEmailPreferences" Field Group. Added to the Schema by "WPGraphQL for ACF". -""" -type UserProfileEmailPreferences implements AcfFieldGroup & AcfFieldGroupFields & UserProfileEmailPreferences_Fields { - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - categories: [String] - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - disciplines: [String] - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - eventTypes: [String] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - mrc: [String] -} - -""" -Interface representing fields of the ACF "UserProfileEmailPreferences" Field Group -""" -interface UserProfileEmailPreferences_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - categories: [String] - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - disciplines: [String] - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - eventTypes: [String] - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "checkbox" Field Type added to the schema as part of the "UserProfileEmailPreferences" Field Group - """ - mrc: [String] -} - -""" -Interface representing fields of the ACF "UserProfile" Field Group -""" -interface UserProfile_Fields implements AcfFieldGroup & AcfFieldGroupFields { - """ - Field of the "group" Field Type added to the schema as part of the "UserProfile" Field Group - """ - emailPreferences: UserProfileEmailPreferences - - """The name of the field group""" - fieldGroupName: String @deprecated(reason: "Use __typename instead") - - """ - Field of the "post_object" Field Type added to the schema as part of the "UserProfile" Field Group - """ - memberships( - """ - Cursor used along with the "first" argument to reference where in the dataset to get data - """ - after: String - - """ - Cursor used along with the "last" argument to reference where in the dataset to get data - """ - before: String - - """The number of items to return after the referenced "after" cursor""" - first: Int - - """The number of items to return before the referenced "before" cursor""" - last: Int - ): AcfContentNodeConnection -} - """A user role object""" type UserRole implements Node { """The capabilities that belong to this role""" @@ -24635,6 +24789,9 @@ enum UserRoleEnum { """User role with specific capabilities""" SUBSCRIBER + + """User role with specific capabilities""" + TRANSLATOR } """Input for the userSwitchBack mutation.""" @@ -25703,11 +25860,107 @@ interface WPPageInfo implements PageInfo { } """ -Provides access to fields of the "Ccat" ACF Field Group via the "ccat" field +Provides access to fields of the "GroupCcat" ACF Field Group via the "groupCcat" field """ -interface WithAcfCcat { - """Fields of the Ccat ACF Field Group""" - ccat: Ccat +interface WithAcfGroupCcat { + """Fields of the GroupCcat ACF Field Group""" + groupCcat: GroupCcat +} + +""" +Provides access to fields of the "GroupPostArticle" ACF Field Group via the "groupPostArticle" field +""" +interface WithAcfGroupPostArticle { + """Fields of the GroupPostArticle ACF Field Group""" + groupPostArticle: GroupPostArticle +} + +""" +Provides access to fields of the "GroupPostContributor" ACF Field Group via the "groupPostContributor" field +""" +interface WithAcfGroupPostContributor { + """Fields of the GroupPostContributor ACF Field Group""" + groupPostContributor: GroupPostContributor +} + +""" +Provides access to fields of the "GroupPostEvent" ACF Field Group via the "groupPostEvent" field +""" +interface WithAcfGroupPostEvent { + """Fields of the GroupPostEvent ACF Field Group""" + groupPostEvent: GroupPostEvent +} + +""" +Provides access to fields of the "GroupPostLocation" ACF Field Group via the "groupPostLocation" field +""" +interface WithAcfGroupPostLocation { + """Fields of the GroupPostLocation ACF Field Group""" + groupPostLocation: GroupPostLocation +} + +""" +Provides access to fields of the "GroupPostMembership" ACF Field Group via the "groupPostMembership" field +""" +interface WithAcfGroupPostMembership { + """Fields of the GroupPostMembership ACF Field Group""" + groupPostMembership: GroupPostMembership +} + +""" +Provides access to fields of the "GroupPostPage" ACF Field Group via the "groupPostPage" field +""" +interface WithAcfGroupPostPage { + """Fields of the GroupPostPage ACF Field Group""" + groupPostPage: GroupPostPage +} + +""" +Provides access to fields of the "GroupPostProject" ACF Field Group via the "groupPostProject" field +""" +interface WithAcfGroupPostProject { + """Fields of the GroupPostProject ACF Field Group""" + groupPostProject: GroupPostProject +} + +""" +Provides access to fields of the "GroupPostRepresentation" ACF Field Group via the "groupPostRepresentation" field +""" +interface WithAcfGroupPostRepresentation { + """Fields of the GroupPostRepresentation ACF Field Group""" + groupPostRepresentation: GroupPostRepresentation +} + +""" +Provides access to fields of the "GroupPostResource" ACF Field Group via the "groupPostResource" field +""" +interface WithAcfGroupPostResource { + """Fields of the GroupPostResource ACF Field Group""" + groupPostResource: GroupPostResource +} + +""" +Provides access to fields of the "GroupPostTemplate" ACF Field Group via the "groupPostTemplate" field +""" +interface WithAcfGroupPostTemplate { + """Fields of the GroupPostTemplate ACF Field Group""" + groupPostTemplate: GroupPostTemplate +} + +""" +Provides access to fields of the "GroupTermDiscipline" ACF Field Group via the "groupTermDiscipline" field +""" +interface WithAcfGroupTermDiscipline { + """Fields of the GroupTermDiscipline ACF Field Group""" + groupTermDiscipline: GroupTermDiscipline +} + +""" +Provides access to fields of the "GroupUserProfile" ACF Field Group via the "groupUserProfile" field +""" +interface WithAcfGroupUserProfile { + """Fields of the GroupUserProfile ACF Field Group""" + groupUserProfile: GroupUserProfile } """Access point for the "SiteOptions" ACF Options Page""" @@ -25716,102 +25969,6 @@ interface WithAcfOptionsPageSiteOptions { siteOptions: SiteOptions } -""" -Provides access to fields of the "PostArticle" ACF Field Group via the "postArticle" field -""" -interface WithAcfPostArticle { - """Fields of the PostArticle ACF Field Group""" - postArticle: PostArticle -} - -""" -Provides access to fields of the "PostContributor" ACF Field Group via the "postContributor" field -""" -interface WithAcfPostContributor { - """Fields of the PostContributor ACF Field Group""" - postContributor: PostContributor -} - -""" -Provides access to fields of the "PostEvent" ACF Field Group via the "postEvent" field -""" -interface WithAcfPostEvent { - """Fields of the PostEvent ACF Field Group""" - postEvent: PostEvent -} - -""" -Provides access to fields of the "PostLocation" ACF Field Group via the "postLocation" field -""" -interface WithAcfPostLocation { - """Fields of the PostLocation ACF Field Group""" - postLocation: PostLocation -} - -""" -Provides access to fields of the "PostMembership" ACF Field Group via the "postMembership" field -""" -interface WithAcfPostMembership { - """Fields of the PostMembership ACF Field Group""" - postMembership: PostMembership -} - -""" -Provides access to fields of the "PostPage" ACF Field Group via the "postPage" field -""" -interface WithAcfPostPage { - """Fields of the PostPage ACF Field Group""" - postPage: PostPage -} - -""" -Provides access to fields of the "PostProject" ACF Field Group via the "postProject" field -""" -interface WithAcfPostProject { - """Fields of the PostProject ACF Field Group""" - postProject: PostProject -} - -""" -Provides access to fields of the "PostRepresentation" ACF Field Group via the "postRepresentation" field -""" -interface WithAcfPostRepresentation { - """Fields of the PostRepresentation ACF Field Group""" - postRepresentation: PostRepresentation -} - -""" -Provides access to fields of the "PostResource" ACF Field Group via the "postResource" field -""" -interface WithAcfPostResource { - """Fields of the PostResource ACF Field Group""" - postResource: PostResource -} - -""" -Provides access to fields of the "PostTemplate" ACF Field Group via the "postTemplate" field -""" -interface WithAcfPostTemplate { - """Fields of the PostTemplate ACF Field Group""" - postTemplate: PostTemplate -} - -""" -Provides access to fields of the "TermDiscipline" ACF Field Group via the "termDiscipline" field -""" -interface WithAcfTermDiscipline { - """Fields of the TermDiscipline ACF Field Group""" - termDiscipline: TermDiscipline -} - -""" -Provides access to fields of the "UserProfile" ACF Field Group via the "userProfile" field -""" -interface WithAcfUserProfile { - """Fields of the UserProfile ACF Field Group""" - userProfile: UserProfile -} - """The writing setting type""" type WritingSettings { """Catégorie d’article par défaut."""