From d8fd772f978a674b2f812cd3e272a014289b683b Mon Sep 17 00:00:00 2001 From: Niko Lindroos Date: Fri, 23 Feb 2024 14:01:56 +0200 Subject: [PATCH] chore(router): update the CMS schema LIKUNTA-611. Update the Headless CMS schema to get the new schema changes for the Breadcrumbs. --- .../subgraphs/cms/cms.graphql | 491 +++++++++--------- .../supergraph.graphql | 465 +++++++++-------- 2 files changed, 517 insertions(+), 439 deletions(-) diff --git a/proxies/events-graphql-federation/subgraphs/cms/cms.graphql b/proxies/events-graphql-federation/subgraphs/cms/cms.graphql index 0ba43f2ac..2e1141960 100644 --- a/proxies/events-graphql-federation/subgraphs/cms/cms.graphql +++ b/proxies/events-graphql-federation/subgraphs/cms/cms.graphql @@ -34,7 +34,7 @@ type RootQuery { "Type of unique identifier to fetch by. Default is Global ID" idType: CategoryIdType ): Category - "An object of the collection Type. Collections" + "An object of the collection Type. Kokoelmat" collection( "The globally unique identifier of the object." id: ID!, @@ -103,7 +103,7 @@ type RootQuery { "Arguments for filtering the connection" where: RootQueryToCommentConnectionWhereArgs ): RootQueryToCommentConnection - "An object of the contact Type. Contacts" + "An object of the contact Type. Yhteystiedot" contact( "The globally unique identifier of the object." id: ID!, @@ -204,15 +204,19 @@ type RootQuery { """ before: String ): RootQueryToContentTypeConnection - "Default Images" + "Oletuskuvat" defaultImages(language: String!): DefaultImages "Get language list" defaultLanguage: Language "Fields of the 'DiscussionSettings' settings group" discussionSettings: DiscussionSettings + "Footer blocks" + footerBlocks(language: String!): [FooterBlocksUnion] "Fields of the 'GeneralSettings' settings group" generalSettings: GeneralSettings - "An object of the landingPage Type. Landing Pages" + "Global Sidebar blocks" + globalSidebarBlocks(language: String!): [GlobalSidebarBlocksUnion] + "An object of the landingPage Type. Laskeutumissivut" landingPage( "The globally unique identifier of the object." id: ID!, @@ -384,7 +388,7 @@ type RootQuery { "Get the page by its uri" uri: String ): Page @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") - "Returns ID of page that uses the given template" + "Palauttaa sivun ID:n, joka käyttää annettua sivupohjaa" pageByTemplate(language: String, template: TemplateEnum): Page "Connection between the RootQuery type and the page type" pages( @@ -542,7 +546,7 @@ type RootQuery { """ before: String ): RootQueryToEnqueuedStylesheetConnection - "An object of the release Type. Releases" + "An object of the release Type. Tiedotteet" release( "The globally unique identifier of the object." id: ID!, @@ -606,7 +610,7 @@ type RootQuery { ): RootQueryToRevisionsConnection "The SEO Framework settings" seoSettings: SeoSettings - "Site Settings" + "Sivuston asetukset" siteSettings(language: String!): SiteSettings "A 0bject" tag( @@ -720,7 +724,7 @@ type RootQuery { ): RootQueryToThemeConnection "Translate string using pll_translate_string() (Polylang)" translateString(string: String!, language: LanguageCodeEnum!): String - "An object of the translation Type. Translations" + "An object of the translation Type. Käännökset" translation( "The globally unique identifier of the object." id: ID!, @@ -2272,6 +2276,8 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database authorDatabaseId: Int "The globally unique identifier of the author of the node" authorId: ID + "Breadcrumb fields" + breadcrumbs: [Breadcrumb] "Connection between the HierarchicalContentNode type and the ContentNode type" children( """ @@ -2362,7 +2368,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database featuredImageId: ID "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." guid: String - "Hero fields" + "Hero kentät" hero: Hero "The globally unique identifier of the page object." id: ID! @@ -2396,7 +2402,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database modified: String "The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT." modifiedGmt: String - "List of modules" + "Moduuli listaus" modules: [PageModulesUnionType] "The id field matches the WP_Post->ID field." pageId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") @@ -2439,7 +2445,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database seo: SEO "Näytä alisivut" showChildPages: Boolean - "List of modules" + "Moduuli listaus" sidebar: [PageSidebarUnionType] "The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table." slug: String @@ -2473,130 +2479,137 @@ type NodeWithRevisionsToContentNodeConnectionEdge implements OneToOneConnection "The node of the connection, without the edges" node: ContentNode! } -"Hero field" +"Breadcumb field" +type Breadcrumb { + "The title of the page" + title: String + "The link of the page." + uri: String +} +"Hero kenttä" type Hero { - "The background color of the hero" + "Hero taustaväri" background_color: String - "The background color of the hero" + "Hero taustaväri" background_image_url: String - "The desctiption of the hero" + "Hero sisältö" description: String - "The title of the hero link" + "Hero linkin otsikko" link: Link - "The title of the hero" + "Hero otsikko" title: String - "The wave motif of the hero" + "Heron koro" wave_motif: String } -"Link field" +"Linkin kenttä" type Link { - "The target of the link" + "Linkin kohde" target: String - "The title of the link" + "Linkin otsikko" title: String - "The url of the link" + "Linkin URL osoite" url: String } -"Collection Module: EventSearch" +"Kokoelmamoduuli: EventSearch" type EventSearch { - "Amount of events listed before "show more -button"" + "Listattujen tapahtumien määrä “Näytä lisää” -painiketta" initAmountOfEvents: Int - "Module type" + "Moduulin tyyppi" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] """ Show all -link, final link is combination of Tapahtuma- ja kurssikarusellin hakutulosten osoite -link and search params of the module, for example: https://client-url.com/search/?sort=end_time&super_event_type=umbrella,none&language=fi&start=2022-10-29 - + """ showAllLink: String - "Show all -link" + "Näytä kaikki -linkki" showAllLinkCustom: String - "Module title" + "Moduulin otsikko" title: String - "Search query" + "Hakukysely" url: String } -"Collection Module: EventSelected" +"Kokoelmamoduuli: EventSelected" type EventSelected { - "List of event IDs" + "Lista tapahtumien ID-tiedoista" events: [String] - "Amount of events listed before "show more -button"" + "Listattujen tapahtumien määrä “Näytä lisää” -painiketta" initAmountOfEvents: Int - "Module type" + "Moduulin tyyppi" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] - "Show all -link" + "Näytä kaikki -linkki" showAllLink: String - "Module title" + "Moduulin otsikko" title: String } -"Collection Module: EventSearchCarousel" +"Kokoelmamoduuli: EventSearchCarousel" type EventSearchCarousel { - "Amount of cards in carousel" + "Korttien määrä karusellissa" amountOfCards: Int - "Events nearby" + "Tapahtumat lähellä" eventsNearby: Boolean - "Module type" + "Moduulin tyyppi" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] - "Events order" + "Tapahtumien järjestys" orderNewestFirst: Boolean """ Show all -link, final link is combination of Tapahtuma- ja kurssikarusellin hakutulosten osoite -link and search params of the module, for example: https://client-url.com/search/?sort=end_time&super_event_type=umbrella,none&language=fi&start=2022-10-29 - + """ showAllLink: String - "Show all -link" + "Näytä kaikki -linkki" showAllLinkCustom: String - "Module title" + "Moduulin otsikko" title: String - "Search query" + "Hakukysely" url: String } -"Collection Module: EventSelectedCarousel" +"Kokoelmamoduuli: EventSelectedCarousel" type EventSelectedCarousel { - "Amount of cards in carousel" + "Korttien määrä karusellissa" amountOfCards: Int - "Amount of cards per row" + "Korttien määrä riviä kohden" amountOfCardsPerRow: Int - "List of event IDs" + "Lista tapahtumien ID-tiedoista" events: [String] - "Events nearby" + "Tapahtumat lähellä" eventsNearby: Boolean - "Module type" + "Moduulin tyyppi" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] - "Show all -link" + "Näytä kaikki -linkki" showAllLink: String - "Module title" + "Moduulin otsikko" title: String } -"Collection Module: LocationsSelected" +"Kokoelmamoduuli: LocationsSelected" type LocationsSelected { "List of location IDs" locations: [Int] "Module type" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] "Module title" title: String } -"Collection Module: LocationsSelectedCarousel" +"Kokoelmamoduuli: LocationsSelectedCarousel" type LocationsSelectedCarousel { "List of location IDs" locations: [Int] "Module type" module: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] "Module title" title: String @@ -2608,7 +2621,7 @@ type LayoutCollection { } "The collection type" type Collection implements Node & ContentNode & UniformResourceIdentifiable & DatabaseIdentifier & NodeWithTemplate & Previewable & NodeWithTitle & NodeWithRevisions { - "Background Color" + "Taustaväri" backgroundColor: String "The id field matches the WP_Post->ID field." collectionId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") @@ -2622,7 +2635,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da date: String "The publishing date set in GMT." dateGmt: String - "Description" + "Kuvaus" description: String "The desired slug of the post" desiredSlug: String @@ -2674,7 +2687,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da guid: String "The globally unique identifier of the collection-cpt object." id: ID! - "Image" + "Kuva" image: String "Whether the node is a Content Node" isContentNode: Boolean! @@ -2696,7 +2709,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da modified: String "The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT." modifiedGmt: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] "Connection between the Collection type and the collection type" preview: CollectionToPreviewConnectionEdge @@ -2729,7 +2742,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da ): CollectionToRevisionConnection "The SEO Framework data of the collection" seo: SEO - "Show on front page" + "Näytä etusivulla" showOnFrontPage: Boolean "The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table." slug: String @@ -2795,7 +2808,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab date: String "The publishing date set in GMT." dateGmt: String - "Description" + "Kuvaus" description: String "The desired slug of the post" desiredSlug: String @@ -2847,7 +2860,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab featuredImageDatabaseId: Int "Globally unique ID of the featured image assigned to the node" featuredImageId: ID - "First name" + "Etunimi" firstName: String "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." guid: String @@ -2869,7 +2882,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab language: Language "The user that most recently edited the node" lastEditedBy: ContentNodeToEditLastConnectionEdge - "Last name" + "Sukunimi" lastName: String "The permalink of the post" link: String @@ -2951,21 +2964,21 @@ type ContactToRevisionConnectionEdge implements ContactConnectionEdge & Edge { } "Layout: LayoutArticles" type LayoutArticles { - "Anchor" + "Ankkuri" anchor: String - "Articles" + "Artikkelit" articles: [Post] - "Background Color" + "Taustaväri" backgroundColor: String - "Category" + "Kategoria" category: Int - "Tag" + "Tagi" limit: Int - "Show all -link" + "Näytä lisää linkki" showAllLink: String - "Tag" + "Tagi" tag: Int - "Title" + "Sivuston otsikko" title: String } "The post type" @@ -2976,6 +2989,8 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database authorDatabaseId: Int "The globally unique identifier of the author of the node" authorId: ID + "Breadcrumb fields" + breadcrumbs: [Breadcrumb] "Connection between the Post type and the category type" categories( """ @@ -3066,7 +3081,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database featuredImageId: ID "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." guid: String - "Hide Published Date" + "Piilota julkaisupäivämäärä" hidePublishedDate: Boolean "The globally unique identifier of the post object." id: ID! @@ -3094,7 +3109,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database modified: String "The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT." modifiedGmt: String - "List of modules" + "Moduuli listaus" modules: [PostModulesUnionType] "Connection between the Post type and the postFormat type" postFormats( @@ -3150,7 +3165,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database ): PostToRevisionConnection "The SEO Framework data of the post" seo: SEO - "List of modules" + "Moduuli listaus" sidebar: [PostSidebarUnionType] "The uri slug for the post. This is equivalent to the WP_Post->post_name field and the post_name column in the database for the "post_objects" table." slug: String @@ -3230,191 +3245,191 @@ type PostToCategoryConnectionEdge implements CategoryConnectionEdge & Edge { } "Layout: LayoutArticlesCarousel" type LayoutArticlesCarousel { - "Anchor" + "Ankkuri" anchor: String - "Articles" + "Artikkelit" articles: [Post] - "Background Color" + "Taustaväri" backgroundColor: String - "Category" + "Kategoria" category: Int - "Amount of articles to list" + "Valitse montako artikkelia näytetään" limit: Int - "Show all -link" + "Näytä lisää linkki" showAllLink: String - "Show more link" + "Näytä lisää linkki" showMore: [String] - "Tag" + "Tagi" tag: Int - "Title" + "Sivuston otsikko" title: String } "Layout: LayoutArticleHighlights" type LayoutArticleHighlights { - "Anchor" + "Ankkuri" anchor: String - "Articles" + "Artikkelit" articles: [Post] - "Background Color" + "Taustaväri" backgroundColor: String - "Category" + "Kategoria" category: Int - "Amount of articles to list" + "Valitse montako artikkelia näytetään" limit: Int - "Show more link" + "Näytä lisää linkki" showMore: [String] - "Tag" + "Tagi" tag: Int - "Title" + "Sivuston otsikko" title: String } "Layout: LayoutPages" type LayoutPages { - "Anchor" + "Ankkuri" anchor: String - "Background Color" + "Taustaväri" backgroundColor: String - "Description" + "Kuvaus" description: String - "Pages" + "Sivut" pages: [Page] - "Show all -link" + "Näytä lisää linkki" showAllLink: String - "Title" + "Sivuston otsikko" title: String } "Layout: LayoutPagesCarousel" type LayoutPagesCarousel { - "Anchor" + "Ankkuri" anchor: String - "Background Color" + "Taustaväri" backgroundColor: String - "Description" + "Kuvaus" description: String - "Pages" + "Sivut" pages: [Page] - "Title" + "Sivuston otsikko" title: String } "Layout: LayoutContent" type LayoutContent { - "Background Color" + "Taustaväri" backgroundColor: String - "Title" + "Sivuston otsikko" content: String - "Title" + "Sivuston otsikko" title: String } -"Layout: LayoutCards" -type LayoutCards { - "Cards" - cards: [Card] -} -"Card field" -type Card { - "Background Color" +"Layout: LayoutCard" +type LayoutCard { + "Tasaus" + alignment: String + "Taustaväri" backgroundColor: String - "Description" + "Kuvaus" description: String - "Icon" - icon: String - "Link" + "Kuva" + image: Image + "Linkki" link: Link - "Title" + "Sivuston otsikko" title: String } -"Layout: LayoutImage" -type LayoutImage { - "Border" - border: Boolean - "Image" - image: Image - "Photographer name (overwrite)" - photographer_name: String - "Lightbox" - show_on_lightbox: Boolean -} -"Image" +"Kuva" type Image { - "Caption of the image" + "Kuvan lainaus" caption: String - "Description of the image" + "Kuvaus" description: String - "The url of the large image" + "Kuvan (large) URL-osoite" large: String - "The url of the medium image" + "Kuvan (medium) URL-osoite" medium: String - "The url of the medium large image" + "Kuvan (medium large) URL-osoite" medium_large: String - "The url of the thumbnail image" + "Kuvan URL-osoite" thumbnail: String - "Title of the image" + "Kuvan otsikko" title: String } -"Layout: LayoutCard" -type LayoutCard { - "Alignment" - alignment: String - "Background Color" - backgroundColor: String - "Description" - description: String - "Image" +"Layout: LayoutImage" +type LayoutImage { + "Reunus" + border: Boolean + "Kuva" image: Image - "Link" - link: Link - "Title" - title: String + "Valokuvaajan nimi (ylikirjoitus)" + photographer_name: String + "Näytä lighboxissa" + show_on_lightbox: Boolean } -"Layout: LayoutImageGallery" -type LayoutImageGallery { - "Gallery" - gallery: [GalleryImage] +"Layout: LayoutCards" +type LayoutCards { + "Ikoni kortti" + cards: [Card] } -"Gallery Image" -type GalleryImage { - "Caption of the image" - caption: String - "Description of the image" +"Kortin kenttä" +type Card { + "Taustaväri" + backgroundColor: String + "Kuvaus" description: String - "The url of the large image" - large: String - "The url of the medium image" - medium: String - "The url of the medium large image" - medium_large: String - "The url of the thumbnail image" - thumbnail: String - "Title of the image" + "Ikoni" + icon: String + "Linkki" + link: Link + "Sivuston otsikko" title: String } "Layout: LayoutSteps" type LayoutSteps { - "Color" + "Väri" color: String - "Description" + "Kuvaus" description: String - "Steps" + "Vaiheistus" steps: [Step] - "Title" + "Sivuston otsikko" title: String - "Type" + "Tyyppi" type: String } -"Step field" +"Vaiheen kenttä" type Step { - "The content of the step" + "Vaiheen sisältö" content: String - "The title of the step" + "Vaiheen otsikko" + title: String +} +"Layout: LayoutImageGallery" +type LayoutImageGallery { + "Galleria" + gallery: [GalleryImage] +} +"Galleriakuva" +type GalleryImage { + "Kuvan lainaus" + caption: String + "Kuvaus" + description: String + "Kuvan (large) URL-osoite" + large: String + "Kuvan (medium) URL-osoite" + medium: String + "Kuvan (medium large) URL-osoite" + medium_large: String + "Kuvan URL-osoite" + thumbnail: String + "Kuvan otsikko" title: String } "Layout: LayoutSocialMediaFeed" type LayoutSocialMediaFeed { - "Anchor" + "Ankkuri" anchor: String - "Script" + "Scripti" script: String - "Title" + "Sivuston otsikko" title: String } "Connection between the Post type and the postFormat type" @@ -3612,15 +3627,15 @@ type PostToRevisionConnectionEdge implements PostConnectionEdge & Edge { } "Layout: LayoutLinkList" type LayoutLinkList { - "Anchor" + "Ankkuri" anchor: String - "Background Color" + "Taustaväri" backgroundColor: String - "Title" + "Sivuston otsikko" description: String - "Links" + "Linkit" links: [Link] - "Title" + "Sivuston otsikko" title: String } "Connection between the Post type and the tag type" @@ -4030,7 +4045,7 @@ type RootQueryToContentTypeConnectionEdge implements ContentTypeConnectionEdge & "The item at the end of the edge" node: ContentType! } -"Default images of different post types. Returns url of image of queried post type. Values come from Sivuston Asetukset -> Oletuskuvat." +"Oletuskuva" type DefaultImages { "Attachment URL for article image" article: String @@ -4048,6 +4063,16 @@ type DiscussionSettings { "Salli linkki-ilmoitukset muista blogeista (pingback ja trackback) uusiin artikkeleihin." defaultPingStatus: String } +"Layout: LayoutEditor" +type LayoutEditor { + "Editor" + editor: String +} +"Layout: LayoutMenu" +type LayoutMenu { + "Menu" + menu: String +} "The general setting type" type GeneralSettings { "Muoto kaikille päivämäärän merkkijonoille." @@ -4069,7 +4094,7 @@ type GeneralSettings { } "The landingPage type" type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & DatabaseIdentifier & NodeWithTemplate & Previewable & NodeWithTitle & NodeWithRevisions { - "Background Color" + "Taustaväri" backgroundColor: String "Box Color" boxColor: String @@ -4083,7 +4108,7 @@ type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & D date: String "The publishing date set in GMT." dateGmt: String - "Description" + "Kuvaus" description: String "The desired slug of the post" desiredSlug: String @@ -4220,7 +4245,7 @@ type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & D modified: String "The GMT modified time for a post. If a post was recently updated the modified field will change to match the corresponding time in GMT." modifiedGmt: String - "List of modules" + "Moduulilistaus" modules: [CollectionModulesUnionType] "Connection between the LandingPage type and the landingPage type" preview: LandingPageToPreviewConnectionEdge @@ -4556,21 +4581,21 @@ type RootQueryToMenuConnectionEdge implements MenuConnectionEdge & Edge { "The item at the end of the edge" node: Menu! } -"Describe what a CustomType is" +"Selitä mikä CustomType on" type Notification { - "Notification content" + "Ilmoituksen sisältö" content: String - "Notification end date" + "Ilmoituksen päättymispäivä" endDate: String - "Notification level" + "Ilmoituksen tärkeys" level: String - "Notification link text" + "Ilmoitus linkin teksti" linkText: String - "Notification link url" + "Ilmoitus linkin url" linkUrl: String - "Notification start date" + "Ilmoituksen aloituspäivä" startDate: String - "Notification title" + "Ilmoituksen otsikko" title: String } "Connection between the RootQuery type and the page type" @@ -5117,7 +5142,7 @@ type Translation implements Node & ContentNode & UniformResourceIdentifiable & D ): String "The id field matches the WP_Post->ID field." translationId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") - "Translations" + "Käännökset" translations: [TranslationResponse] "The unique resource identifier path" uri: String @@ -5145,20 +5170,20 @@ type TranslationToRevisionConnectionEdge implements TranslationConnectionEdge & "The item at the end of the edge" node: Translation! } -"Translation response contains translation key and translations" +"Käännösvastaus sisältää käännösavaimen ja käännökset" type TranslationResponse { - "Translation key for frontend" + "Käyttöliittymän käännösavain" key: String - "Translations for frontend" + "Käännökset käyttöliittymälle" translations: TranslationItems } -"Translation with language/value pairs" +"Käännöksen kieli/arvo-parit" type TranslationItems { - "Translation string" + "Käännöksen merkkijono" en: String - "Translation string" + "Käännöksen merkkijono" fi: String - "Translation string" + "Käännöksen merkkijono" sv: String } "Connection between the RootQuery type and the translation type" @@ -6722,11 +6747,13 @@ interface UserConnection implements Connection { "A list of connected User Nodes" nodes: [User!]! } -union PageModulesUnionType = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCards | LayoutSocialMediaFeed | LayoutImage | LayoutCard | LayoutSteps | LayoutImageGallery +union PageModulesUnionType = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCard | LayoutImage | LayoutCards | LayoutSteps | LayoutImageGallery | LayoutSocialMediaFeed union CollectionModulesUnionType = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel -union PostModulesUnionType = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCards | LayoutImage | LayoutCard | LayoutImageGallery | LayoutSteps | LayoutSocialMediaFeed +union PostModulesUnionType = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCard | LayoutImage | LayoutCards | LayoutSteps | LayoutImageGallery | LayoutSocialMediaFeed union PostSidebarUnionType = LayoutLinkList | LayoutArticles | LayoutPages | LayoutCards union PageSidebarUnionType = LayoutLinkList | LayoutArticles | LayoutPages | LayoutCards +union FooterBlocksUnion = LayoutImage | LayoutEditor | LayoutMenu +union GlobalSidebarBlocksUnion = LayoutArticleHighlights | LayoutArticles | LayoutEditor "Deprecated in favor of MenuItemLinkeable Interface" union MenuItemObjectUnion = Post | Page | Category | Tag "Filter item by specific language, default language or list all languages" @@ -7168,7 +7195,7 @@ enum PageIdType { "Identify a resource by the URI." URI } -"Get page object by template" +"Hae sivuobjekti sivupohjan mukaan" enum TemplateEnum { frontPage postsPage @@ -7344,7 +7371,7 @@ enum UsersConnectionSearchColumnEnum { LOGIN "A URL-friendly name for the user. The default is the user's username." NICENAME - "The URL of the user's website." + "The URL of the user\\s website." URL } "The status of the media item object." @@ -9749,7 +9776,7 @@ input CreateCollectionInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -9781,7 +9808,7 @@ input CreateCommentInput { "Content of the comment." content: String """ - The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "Parent comment ID of current comment." @@ -9796,7 +9823,7 @@ input CreateContactInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -9816,7 +9843,7 @@ input CreateLandingPageInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -9874,7 +9901,7 @@ input CreatePageInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -9902,7 +9929,7 @@ input CreatePostInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -9995,7 +10022,7 @@ input CreateReleaseInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -10029,7 +10056,7 @@ input CreateTranslationInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "A field used for ordering posts. This is typically used with nav menu items or for special ordering of hierarchical content types." @@ -10055,7 +10082,7 @@ input CreateUserInput { displayName: String "A string containing the user's email address." email: String - " The user's first name." + "The user's first name." firstName: String "User's Jabber account." jabber: String @@ -10205,7 +10232,7 @@ input RegisterUserInput { displayName: String "A string containing the user's email address." email: String - " The user's first name." + "\tThe user's first name." firstName: String "User's Jabber account." jabber: String @@ -10278,7 +10305,7 @@ input UpdateCollectionInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the collection object" @@ -10312,7 +10339,7 @@ input UpdateCommentInput { "Content of the comment." content: String """ - The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the comment being updated." @@ -10329,7 +10356,7 @@ input UpdateContactInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the contact object" @@ -10351,7 +10378,7 @@ input UpdateLandingPageInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the landingPage object" @@ -10413,7 +10440,7 @@ input UpdatePageInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the page object" @@ -10443,7 +10470,7 @@ input UpdatePostInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the post object" @@ -10486,7 +10513,7 @@ input UpdateReleaseInput { "The content of the object" content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the release object" @@ -10561,7 +10588,7 @@ input UpdateTranslationInput { "This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions." clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String "The ID of the translation object" @@ -10589,7 +10616,7 @@ input UpdateUserInput { displayName: String "A string containing the user's email address." email: String - " The user's first name." + "\tThe user's first name." firstName: String "The ID of the user" id: ID! diff --git a/proxies/events-graphql-federation/supergraph.graphql b/proxies/events-graphql-federation/supergraph.graphql index 916d54d59..72b85a3fb 100644 --- a/proxies/events-graphql-federation/supergraph.graphql +++ b/proxies/events-graphql-federation/supergraph.graphql @@ -191,6 +191,17 @@ type BannerPage socialMediaImage: LocalizedCmsImage } +"""Breadcumb field""" +type Breadcrumb + @join__type(graph: CMS) +{ + """The title of the page""" + title: String + + """The link of the page.""" + uri: String +} + enum CacheControlScope @join__type(graph: UNIFIED_SEARCH) { @@ -198,23 +209,23 @@ enum CacheControlScope PRIVATE @join__enumValue(graph: UNIFIED_SEARCH) } -"""Card field""" +"""Kortin kenttä""" type Card @join__type(graph: CMS) { - """Background Color""" + """Taustaväri""" backgroundColor: String - """Description""" + """Kuvaus""" description: String - """Icon""" + """Ikoni""" icon: String - """Link""" + """Linkki""" link: Link - """Title""" + """Sivuston otsikko""" title: String } @@ -900,7 +911,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da @join__implements(graph: CMS, interface: "NodeWithRevisions") @join__type(graph: CMS) { - """Background Color""" + """Taustaväri""" backgroundColor: String """The id field matches the WP_Post->ID field.""" @@ -921,7 +932,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da """The publishing date set in GMT.""" dateGmt: String - """Description""" + """Kuvaus""" description: String """The desired slug of the post""" @@ -986,7 +997,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da """The globally unique identifier of the collection-cpt object.""" id: ID! - """Image""" + """Kuva""" image: String """Whether the node is a Content Node""" @@ -1023,7 +1034,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da """ modifiedGmt: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] """Connection between the Collection type and the collection type""" @@ -1065,7 +1076,7 @@ type Collection implements Node & ContentNode & UniformResourceIdentifiable & Da """The SEO Framework data of the collection""" seo: SEO - """Show on front page""" + """Näytä etusivulla""" showOnFrontPage: Boolean """ @@ -1894,7 +1905,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab """The publishing date set in GMT.""" dateGmt: String - """Description""" + """Kuvaus""" description: String """The desired slug of the post""" @@ -1961,7 +1972,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab """Globally unique ID of the featured image assigned to the node""" featuredImageId: ID - """First name""" + """Etunimi""" firstName: String """ @@ -1996,7 +2007,7 @@ type Contact implements Node & ContentNode & UniformResourceIdentifiable & Datab """The user that most recently edited the node""" lastEditedBy: ContentNodeToEditLastConnectionEdge - """Last name""" + """Sukunimi""" lastName: String """The permalink of the post""" @@ -2970,7 +2981,7 @@ input CreateCollectionInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3034,7 +3045,7 @@ input CreateCommentInput content: String """ - The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -3076,7 +3087,7 @@ input CreateContactInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3122,7 +3133,7 @@ input CreateLandingPageInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3240,7 +3251,7 @@ input CreatePageInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3335,7 +3346,7 @@ input CreatePostInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3390,7 +3401,7 @@ input CreateReleaseInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String language: LanguageCodeEnum @@ -3474,7 +3485,7 @@ input CreateTranslationInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -3532,7 +3543,7 @@ input CreateUserInput """A string containing the user's email address.""" email: String - """ The user's first name.""" + """The user's first name.""" firstName: String """User's Jabber account.""" @@ -3658,9 +3669,7 @@ input DateQueryInput scalar DateTime @join__type(graph: UNIFIED_SEARCH) -""" -Default images of different post types. Returns url of image of queried post type. Values come from Sivuston Asetukset -> Oletuskuvat. -""" +"""Oletuskuva""" type DefaultImages @join__type(graph: CMS) { @@ -4519,17 +4528,17 @@ type EventPricing todo: String } -"""Collection Module: EventSearch""" +"""Kokoelmamoduuli: EventSearch""" type EventSearch @join__type(graph: CMS) { - """Amount of events listed before "show more -button"""" + """Listattujen tapahtumien määrä “Näytä lisää” -painiketta""" initAmountOfEvents: Int - """Module type""" + """Moduulin tyyppi""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] """ @@ -4539,33 +4548,33 @@ type EventSearch """ showAllLink: String - """Show all -link""" + """Näytä kaikki -linkki""" showAllLinkCustom: String - """Module title""" + """Moduulin otsikko""" title: String - """Search query""" + """Hakukysely""" url: String } -"""Collection Module: EventSearchCarousel""" +"""Kokoelmamoduuli: EventSearchCarousel""" type EventSearchCarousel @join__type(graph: CMS) { - """Amount of cards in carousel""" + """Korttien määrä karusellissa""" amountOfCards: Int - """Events nearby""" + """Tapahtumat lähellä""" eventsNearby: Boolean - """Module type""" + """Moduulin tyyppi""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] - """Events order""" + """Tapahtumien järjestys""" orderNewestFirst: Boolean """ @@ -4575,65 +4584,65 @@ type EventSearchCarousel """ showAllLink: String - """Show all -link""" + """Näytä kaikki -linkki""" showAllLinkCustom: String - """Module title""" + """Moduulin otsikko""" title: String - """Search query""" + """Hakukysely""" url: String } -"""Collection Module: EventSelected""" +"""Kokoelmamoduuli: EventSelected""" type EventSelected @join__type(graph: CMS) { - """List of event IDs""" + """Lista tapahtumien ID-tiedoista""" events: [String] - """Amount of events listed before "show more -button"""" + """Listattujen tapahtumien määrä “Näytä lisää” -painiketta""" initAmountOfEvents: Int - """Module type""" + """Moduulin tyyppi""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] - """Show all -link""" + """Näytä kaikki -linkki""" showAllLink: String - """Module title""" + """Moduulin otsikko""" title: String } -"""Collection Module: EventSelectedCarousel""" +"""Kokoelmamoduuli: EventSelectedCarousel""" type EventSelectedCarousel @join__type(graph: CMS) { - """Amount of cards in carousel""" + """Korttien määrä karusellissa""" amountOfCards: Int - """Amount of cards per row""" + """Korttien määrä riviä kohden""" amountOfCardsPerRow: Int - """List of event IDs""" + """Lista tapahtumien ID-tiedoista""" events: [String] - """Events nearby""" + """Tapahtumat lähellä""" eventsNearby: Boolean - """Module type""" + """Moduulin tyyppi""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] - """Show all -link""" + """Näytä kaikki -linkki""" showAllLink: String - """Module title""" + """Moduulin otsikko""" title: String } @@ -4652,29 +4661,36 @@ type ExternalLink language: String } -"""Gallery Image""" +union FooterBlocksUnion + @join__type(graph: CMS) + @join__unionMember(graph: CMS, member: "LayoutImage") + @join__unionMember(graph: CMS, member: "LayoutEditor") + @join__unionMember(graph: CMS, member: "LayoutMenu") + = LayoutImage | LayoutEditor | LayoutMenu + +"""Galleriakuva""" type GalleryImage @join__type(graph: CMS) { - """Caption of the image""" + """Kuvan lainaus""" caption: String - """Description of the image""" + """Kuvaus""" description: String - """The url of the large image""" + """Kuvan (large) URL-osoite""" large: String - """The url of the medium image""" + """Kuvan (medium) URL-osoite""" medium: String - """The url of the medium large image""" + """Kuvan (medium large) URL-osoite""" medium_large: String - """The url of the thumbnail image""" + """Kuvan URL-osoite""" thumbnail: String - """Title of the image""" + """Kuvan otsikko""" title: String } @@ -4894,26 +4910,33 @@ enum GeoJSONType FeatureCollection @join__enumValue(graph: UNIFIED_SEARCH) } -"""Hero field""" +union GlobalSidebarBlocksUnion + @join__type(graph: CMS) + @join__unionMember(graph: CMS, member: "LayoutArticleHighlights") + @join__unionMember(graph: CMS, member: "LayoutArticles") + @join__unionMember(graph: CMS, member: "LayoutEditor") + = LayoutArticleHighlights | LayoutArticles | LayoutEditor + +"""Hero kenttä""" type Hero @join__type(graph: CMS) { - """The background color of the hero""" + """Hero taustaväri""" background_color: String - """The background color of the hero""" + """Hero taustaväri""" background_image_url: String - """The desctiption of the hero""" + """Hero sisältö""" description: String - """The title of the hero link""" + """Hero linkin otsikko""" link: Link - """The title of the hero""" + """Hero otsikko""" title: String - """The wave motif of the hero""" + """Heron koro""" wave_motif: String } @@ -5469,29 +5492,29 @@ enum IdentificationStrength LEGALLY_CONNECTED @join__enumValue(graph: UNIFIED_SEARCH) } -"""Image""" +"""Kuva""" type Image @join__type(graph: CMS) { - """Caption of the image""" + """Kuvan lainaus""" caption: String - """Description of the image""" + """Kuvaus""" description: String - """The url of the large image""" + """Kuvan (large) URL-osoite""" large: String - """The url of the medium image""" + """Kuvan (medium) URL-osoite""" medium: String - """The url of the medium large image""" + """Kuvan (medium large) URL-osoite""" medium_large: String - """The url of the thumbnail image""" + """Kuvan URL-osoite""" thumbnail: String - """Title of the image""" + """Kuvan otsikko""" title: String } @@ -5574,7 +5597,7 @@ type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & D @join__implements(graph: CMS, interface: "NodeWithRevisions") @join__type(graph: CMS) { - """Background Color""" + """Taustaväri""" backgroundColor: String """Box Color""" @@ -5595,7 +5618,7 @@ type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & D """The publishing date set in GMT.""" dateGmt: String - """Description""" + """Kuvaus""" description: String """The desired slug of the post""" @@ -5763,7 +5786,7 @@ type LandingPage implements Node & ContentNode & UniformResourceIdentifiable & D """ modifiedGmt: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] """Connection between the LandingPage type and the landingPage type""" @@ -6328,28 +6351,28 @@ type LanguageString type LayoutArticleHighlights @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Articles""" + """Artikkelit""" articles: [Post] - """Background Color""" + """Taustaväri""" backgroundColor: String - """Category""" + """Kategoria""" category: Int - """Amount of articles to list""" + """Valitse montako artikkelia näytetään""" limit: Int - """Show more link""" + """Näytä lisää linkki""" showMore: [String] - """Tag""" + """Tagi""" tag: Int - """Title""" + """Sivuston otsikko""" title: String } @@ -6357,28 +6380,28 @@ type LayoutArticleHighlights type LayoutArticles @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Articles""" + """Artikkelit""" articles: [Post] - """Background Color""" + """Taustaväri""" backgroundColor: String - """Category""" + """Kategoria""" category: Int - """Tag""" + """Tagi""" limit: Int - """Show all -link""" + """Näytä lisää linkki""" showAllLink: String - """Tag""" + """Tagi""" tag: Int - """Title""" + """Sivuston otsikko""" title: String } @@ -6386,31 +6409,31 @@ type LayoutArticles type LayoutArticlesCarousel @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Articles""" + """Artikkelit""" articles: [Post] - """Background Color""" + """Taustaväri""" backgroundColor: String - """Category""" + """Kategoria""" category: Int - """Amount of articles to list""" + """Valitse montako artikkelia näytetään""" limit: Int - """Show all -link""" + """Näytä lisää linkki""" showAllLink: String - """Show more link""" + """Näytä lisää linkki""" showMore: [String] - """Tag""" + """Tagi""" tag: Int - """Title""" + """Sivuston otsikko""" title: String } @@ -6418,22 +6441,22 @@ type LayoutArticlesCarousel type LayoutCard @join__type(graph: CMS) { - """Alignment""" + """Tasaus""" alignment: String - """Background Color""" + """Taustaväri""" backgroundColor: String - """Description""" + """Kuvaus""" description: String - """Image""" + """Kuva""" image: Image - """Link""" + """Linkki""" link: Link - """Title""" + """Sivuston otsikko""" title: String } @@ -6441,7 +6464,7 @@ type LayoutCard type LayoutCards @join__type(graph: CMS) { - """Cards""" + """Ikoni kortti""" cards: [Card] } @@ -6471,30 +6494,38 @@ type LayoutContact type LayoutContent @join__type(graph: CMS) { - """Background Color""" + """Taustaväri""" backgroundColor: String - """Title""" + """Sivuston otsikko""" content: String - """Title""" + """Sivuston otsikko""" title: String } +"""Layout: LayoutEditor""" +type LayoutEditor + @join__type(graph: CMS) +{ + """Editor""" + editor: String +} + """Layout: LayoutImage""" type LayoutImage @join__type(graph: CMS) { - """Border""" + """Reunus""" border: Boolean - """Image""" + """Kuva""" image: Image - """Photographer name (overwrite)""" + """Valokuvaajan nimi (ylikirjoitus)""" photographer_name: String - """Lightbox""" + """Näytä lighboxissa""" show_on_lightbox: Boolean } @@ -6502,7 +6533,7 @@ type LayoutImage type LayoutImageGallery @join__type(graph: CMS) { - """Gallery""" + """Galleria""" gallery: [GalleryImage] } @@ -6510,42 +6541,50 @@ type LayoutImageGallery type LayoutLinkList @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Background Color""" + """Taustaväri""" backgroundColor: String - """Title""" + """Sivuston otsikko""" description: String - """Links""" + """Linkit""" links: [Link] - """Title""" + """Sivuston otsikko""" title: String } +"""Layout: LayoutMenu""" +type LayoutMenu + @join__type(graph: CMS) +{ + """Menu""" + menu: String +} + """Layout: LayoutPages""" type LayoutPages @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Background Color""" + """Taustaväri""" backgroundColor: String - """Description""" + """Kuvaus""" description: String - """Pages""" + """Sivut""" pages: [Page] - """Show all -link""" + """Näytä lisää linkki""" showAllLink: String - """Title""" + """Sivuston otsikko""" title: String } @@ -6553,19 +6592,19 @@ type LayoutPages type LayoutPagesCarousel @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Background Color""" + """Taustaväri""" backgroundColor: String - """Description""" + """Kuvaus""" description: String - """Pages""" + """Sivut""" pages: [Page] - """Title""" + """Sivuston otsikko""" title: String } @@ -6573,13 +6612,13 @@ type LayoutPagesCarousel type LayoutSocialMediaFeed @join__type(graph: CMS) { - """Anchor""" + """Ankkuri""" anchor: String - """Script""" + """Scripti""" script: String - """Title""" + """Sivuston otsikko""" title: String } @@ -6587,19 +6626,19 @@ type LayoutSocialMediaFeed type LayoutSteps @join__type(graph: CMS) { - """Color""" + """Väri""" color: String - """Description""" + """Kuvaus""" description: String - """Steps""" + """Vaiheistus""" steps: [Step] - """Title""" + """Sivuston otsikko""" title: String - """Type""" + """Tyyppi""" type: String } @@ -6609,17 +6648,17 @@ union LegalEntity @join__unionMember(graph: UNIFIED_SEARCH, member: "Organisation") = Person | Organisation -"""Link field""" +"""Linkin kenttä""" type Link @join__type(graph: CMS) { - """The target of the link""" + """Linkin kohde""" target: String - """The title of the link""" + """Linkin otsikko""" title: String - """The url of the link""" + """Linkin URL osoite""" url: String } @@ -6740,7 +6779,7 @@ type LocationImage caption: LanguageString } -"""Collection Module: LocationsSelected""" +"""Kokoelmamoduuli: LocationsSelected""" type LocationsSelected @join__type(graph: CMS) { @@ -6750,14 +6789,14 @@ type LocationsSelected """Module type""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] """Module title""" title: String } -"""Collection Module: LocationsSelectedCarousel""" +"""Kokoelmamoduuli: LocationsSelectedCarousel""" type LocationsSelectedCarousel @join__type(graph: CMS) { @@ -6767,7 +6806,7 @@ type LocationsSelectedCarousel """Module type""" module: String - """List of modules""" + """Moduulilistaus""" modules: [CollectionModulesUnionType] """Module title""" @@ -8280,29 +8319,29 @@ interface NodeWithTitle implements Node ): String } -"""Describe what a CustomType is""" +"""Selitä mikä CustomType on""" type Notification @join__type(graph: CMS) { - """Notification content""" + """Ilmoituksen sisältö""" content: String - """Notification end date""" + """Ilmoituksen päättymispäivä""" endDate: String - """Notification level""" + """Ilmoituksen tärkeys""" level: String - """Notification link text""" + """Ilmoitus linkin teksti""" linkText: String - """Notification link url""" + """Ilmoitus linkin url""" linkUrl: String - """Notification start date""" + """Ilmoituksen aloituspäivä""" startDate: String - """Notification title""" + """Ilmoituksen otsikko""" title: String } @@ -8508,6 +8547,9 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database """The globally unique identifier of the author of the node""" authorId: ID + """Breadcrumb fields""" + breadcrumbs: [Breadcrumb] + """ Connection between the HierarchicalContentNode type and the ContentNode type """ @@ -8625,7 +8667,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database """ guid: String - """Hero fields""" + """Hero kentät""" hero: Hero """The globally unique identifier of the page object.""" @@ -8682,7 +8724,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database """ modifiedGmt: String - """List of modules""" + """Moduuli listaus""" modules: [PageModulesUnionType] """The id field matches the WP_Post->ID field.""" @@ -8739,7 +8781,7 @@ type Page implements Node & ContentNode & UniformResourceIdentifiable & Database """Näytä alisivut""" showChildPages: Boolean - """List of modules""" + """Moduuli listaus""" sidebar: [PageSidebarUnionType] """ @@ -8829,13 +8871,13 @@ union PageModulesUnionType @join__unionMember(graph: CMS, member: "LayoutPages") @join__unionMember(graph: CMS, member: "LayoutPagesCarousel") @join__unionMember(graph: CMS, member: "LayoutContent") - @join__unionMember(graph: CMS, member: "LayoutCards") - @join__unionMember(graph: CMS, member: "LayoutSocialMediaFeed") - @join__unionMember(graph: CMS, member: "LayoutImage") @join__unionMember(graph: CMS, member: "LayoutCard") + @join__unionMember(graph: CMS, member: "LayoutImage") + @join__unionMember(graph: CMS, member: "LayoutCards") @join__unionMember(graph: CMS, member: "LayoutSteps") @join__unionMember(graph: CMS, member: "LayoutImageGallery") - = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCards | LayoutSocialMediaFeed | LayoutImage | LayoutCard | LayoutSteps | LayoutImageGallery + @join__unionMember(graph: CMS, member: "LayoutSocialMediaFeed") + = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCard | LayoutImage | LayoutCards | LayoutSteps | LayoutImageGallery | LayoutSocialMediaFeed union PageSidebarUnionType @join__type(graph: CMS) @@ -9214,6 +9256,9 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database """The globally unique identifier of the author of the node""" authorId: ID + """Breadcrumb fields""" + breadcrumbs: [Breadcrumb] + """Connection between the Post type and the category type""" categories( """The number of items to return after the referenced "after" cursor""" @@ -9329,7 +9374,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database """ guid: String - """Hide Published Date""" + """Piilota julkaisupäivämäärä""" hidePublishedDate: Boolean """The globally unique identifier of the post object.""" @@ -9375,7 +9420,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database """ modifiedGmt: String - """List of modules""" + """Moduuli listaus""" modules: [PostModulesUnionType] """Connection between the Post type and the postFormat type""" @@ -9442,7 +9487,7 @@ type Post implements Node & ContentNode & UniformResourceIdentifiable & Database """The SEO Framework data of the post""" seo: SEO - """List of modules""" + """Moduuli listaus""" sidebar: [PostSidebarUnionType] """ @@ -10057,13 +10102,13 @@ union PostModulesUnionType @join__unionMember(graph: CMS, member: "LayoutPages") @join__unionMember(graph: CMS, member: "LayoutPagesCarousel") @join__unionMember(graph: CMS, member: "LayoutContent") - @join__unionMember(graph: CMS, member: "LayoutCards") - @join__unionMember(graph: CMS, member: "LayoutImage") @join__unionMember(graph: CMS, member: "LayoutCard") - @join__unionMember(graph: CMS, member: "LayoutImageGallery") + @join__unionMember(graph: CMS, member: "LayoutImage") + @join__unionMember(graph: CMS, member: "LayoutCards") @join__unionMember(graph: CMS, member: "LayoutSteps") + @join__unionMember(graph: CMS, member: "LayoutImageGallery") @join__unionMember(graph: CMS, member: "LayoutSocialMediaFeed") - = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCards | LayoutImage | LayoutCard | LayoutImageGallery | LayoutSteps | LayoutSocialMediaFeed + = EventSearch | EventSelected | EventSearchCarousel | EventSelectedCarousel | LocationsSelected | LocationsSelectedCarousel | LayoutCollection | LayoutContact | LayoutArticles | LayoutArticlesCarousel | LayoutArticleHighlights | LayoutPages | LayoutPagesCarousel | LayoutContent | LayoutCard | LayoutImage | LayoutCards | LayoutSteps | LayoutImageGallery | LayoutSocialMediaFeed """The format of post field data.""" enum PostObjectFieldFormatEnum @@ -11061,7 +11106,7 @@ type Query idType: CategoryIdType ): Category @join__field(graph: CMS) - """An object of the collection Type. Collections""" + """An object of the collection Type. Kokoelmat""" collection( """The globally unique identifier of the object.""" id: ID! @@ -11143,7 +11188,7 @@ type Query where: RootQueryToCommentConnectionWhereArgs ): RootQueryToCommentConnection @join__field(graph: CMS) - """An object of the contact Type. Contacts""" + """An object of the contact Type. Yhteystiedot""" contact( """The globally unique identifier of the object.""" id: ID! @@ -11265,7 +11310,7 @@ type Query before: String ): RootQueryToContentTypeConnection @join__field(graph: CMS) - """Default Images""" + """Oletuskuvat""" defaultImages(language: String!): DefaultImages @join__field(graph: CMS) """Get language list""" @@ -11274,10 +11319,16 @@ type Query """Fields of the 'DiscussionSettings' settings group""" discussionSettings: DiscussionSettings @join__field(graph: CMS) + """Footer blocks""" + footerBlocks(language: String!): [FooterBlocksUnion] @join__field(graph: CMS) + """Fields of the 'GeneralSettings' settings group""" generalSettings: GeneralSettings @join__field(graph: CMS) - """An object of the landingPage Type. Landing Pages""" + """Global Sidebar blocks""" + globalSidebarBlocks(language: String!): [GlobalSidebarBlocksUnion] @join__field(graph: CMS) + + """An object of the landingPage Type. Laskeutumissivut""" landingPage( """The globally unique identifier of the object.""" id: ID! @@ -11487,7 +11538,7 @@ type Query uri: String ): Page @join__field(graph: CMS) @deprecated(reason: "Deprecated in favor of using the single entry point for this type with ID and IDType fields. For example, instead of postBy( id: "" ), use post(id: "" idType: "")") - """Returns ID of page that uses the given template""" + """Palauttaa sivun ID:n, joka käyttää annettua sivupohjaa""" pageByTemplate(language: String, template: TemplateEnum): Page @join__field(graph: CMS) """Connection between the RootQuery type and the page type""" @@ -11661,7 +11712,7 @@ type Query before: String ): RootQueryToEnqueuedStylesheetConnection @join__field(graph: CMS) - """An object of the release Type. Releases""" + """An object of the release Type. Tiedotteet""" release( """The globally unique identifier of the object.""" id: ID! @@ -11737,7 +11788,7 @@ type Query """The SEO Framework settings""" seoSettings: SeoSettings @join__field(graph: CMS) - """Site Settings""" + """Sivuston asetukset""" siteSettings(language: String!): SiteSettings @join__field(graph: CMS) """A 0bject""" @@ -11865,7 +11916,7 @@ type Query """Translate string using pll_translate_string() (Polylang)""" translateString(string: String!, language: LanguageCodeEnum!): String @join__field(graph: CMS) - """An object of the translation Type. Translations""" + """An object of the translation Type. Käännökset""" translation( """The globally unique identifier of the object.""" id: ID! @@ -14989,14 +15040,14 @@ type StaticPage liveRevision: Int } -"""Step field""" +"""Vaiheen kenttä""" type Step @join__type(graph: CMS) { - """The content of the step""" + """Vaiheen sisältö""" content: String - """The title of the step""" + """Vaiheen otsikko""" title: String } @@ -15649,7 +15700,7 @@ type TaxonomyToContentTypeConnectionEdge implements ContentTypeConnectionEdge & node: ContentType! } -"""Get page object by template""" +"""Hae sivuobjekti sivupohjan mukaan""" enum TemplateEnum @join__type(graph: CMS) { @@ -16165,7 +16216,7 @@ type Translation implements Node & ContentNode & UniformResourceIdentifiable & D """The id field matches the WP_Post->ID field.""" translationId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field") - """Translations""" + """Käännökset""" translations: [TranslationResponse] """The unique resource identifier path""" @@ -16219,28 +16270,28 @@ enum TranslationIdType URI @join__enumValue(graph: CMS) } -"""Translation with language/value pairs""" +"""Käännöksen kieli/arvo-parit""" type TranslationItems @join__type(graph: CMS) { - """Translation string""" + """Käännöksen merkkijono""" en: String - """Translation string""" + """Käännöksen merkkijono""" fi: String - """Translation string""" + """Käännöksen merkkijono""" sv: String } -"""Translation response contains translation key and translations""" +"""Käännösvastaus sisältää käännösavaimen ja käännökset""" type TranslationResponse @join__type(graph: CMS) { - """Translation key for frontend""" + """Käyttöliittymän käännösavain""" key: String - """Translations for frontend""" + """Käännökset käyttöliittymälle""" translations: TranslationItems } @@ -16490,7 +16541,7 @@ input UpdateCollectionInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16557,7 +16608,7 @@ input UpdateCommentInput content: String """ - The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day ( e.g. 01/31/2017 ) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16602,7 +16653,7 @@ input UpdateContactInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16651,7 +16702,7 @@ input UpdateLandingPageInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16775,7 +16826,7 @@ input UpdatePageInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16876,7 +16927,7 @@ input UpdatePostInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -16934,7 +16985,7 @@ input UpdateReleaseInput content: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -17109,7 +17160,7 @@ input UpdateTranslationInput clientMutationId: String """ - The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 + The date of the object. Preferable to enter as year/month/day (e.g. 01/31/2017) as it will rearrange date as fit if it is not specified. Incomplete dates may have unintended results for example, "2017" as the input will use current date with timestamp 20:17 """ date: String @@ -17699,7 +17750,7 @@ enum UsersConnectionSearchColumnEnum """A URL-friendly name for the user. The default is the user's username.""" NICENAME @join__enumValue(graph: CMS) - """The URL of the user's website.""" + """The URL of the user\s website.""" URL @join__enumValue(graph: CMS) }