export type Maybe = T | null; export type InputMaybe = Maybe; export type Scalars = { ID: { input: string; output: string; }; String: { input: string; output: string; }; Boolean: { input: boolean; output: boolean; }; Int: { input: number; output: number; }; Float: { input: number; output: number; }; ContentHtml: { input: string; output: string; }; Date: { input: string; output: string; }; DateTime: { input: string; output: string; }; EmailAddress: { input: string; output: string; }; FirstElement: { input: number; output: number; }; JSONObject: { input: { [key: string]: any; }; output: { [key: string]: any; }; }; PdfMonth: { input: string; output: string; }; PdfPublicationDate: { input: string; output: string; }; PdfYear: { input: string; output: string; }; PodcastPerPage: { input: number; output: number; }; SipaPhotoLimit: { input: number; output: number; }; URL: { input: string; output: string; }; UUID: { input: string; output: string; }; Upload: { input: File | string; output: File | string; }; UploadCover: { input: File | string; output: File | string; }; UserBackUsername: { input: string; output: string; }; UserBiography: { input: string; output: string; }; Username: { input: string; output: string; }; limitElement: { input: number; output: number; }; percentage: { input: number; output: number; }; perpage: { input: number; output: number; }; }; export type TActionIdPayload = { __typename?: 'ActionIdPayload'; clientMutationId?: Maybe; id?: Maybe; resolveInfo?: Maybe; }; export type TAlexaFields = { __typename?: 'AlexaFields'; last_connexion_date?: Maybe; sections?: Maybe>>; }; export type TAlexaFieldsInput = { last_connexion_date?: InputMaybe; sections?: InputMaybe>>; }; export type TAlexaFieldsSection = { __typename?: 'AlexaFieldsSection'; id?: Maybe; last_fetch_date?: Maybe; slug?: Maybe; }; export type TAlexaFieldsSectionInput = { id?: InputMaybe; last_fetch_date?: InputMaybe; slug?: InputMaybe; }; export type TAnnouncedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TAnonymousIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticle = TCounting & TCrawlable & TLockable & TNode & TProofreadable & TPublishable & TPushing & TRouting & TTimestampable & { __typename?: 'Article'; ai_generating_at?: Maybe; announced_at?: Maybe; brand_id: Scalars['ID']['output']; comment?: Maybe; comments?: Maybe; comments_count?: Maybe; contentLabels?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_blocks?: Maybe; content_label_ids?: Maybe>>; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enable_comments?: Maybe; enable_sponsored_contents?: Maybe; enclose?: Maybe; facebook_count?: Maybe; fact_check?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; keywords?: Maybe>>; label?: Maybe; lead?: Maybe; legacy_id?: Maybe; linked_articles?: Maybe>>; linked_contents?: Maybe>>; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; medias?: Maybe>>; meta?: Maybe; on_home?: Maybe; picto?: Maybe; pinterest_count?: Maybe; post_moderate_comments?: Maybe; proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; push_ids?: Maybe>>; pushs?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; short_title?: Maybe; signature_inline?: Maybe; subtype?: Maybe; subtype_id?: Maybe; suggestAI?: Maybe; suggested_short_title?: Maybe; summary?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; template?: Maybe; text_mining?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; visit_counters?: Maybe; }; export type TArticleCommentArgs = { comment_id?: InputMaybe; external_id?: InputMaybe; options?: InputMaybe; }; export type TArticleCommentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TArticleContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TArticleContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TArticleProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TArticlePushsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TArticleReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TArticleTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TArticleVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export declare enum ArticleAiFields { CONTENT_BLOCKS = "CONTENT_BLOCKS", KEYWORDS = "KEYWORDS", LABEL = "LABEL", LEAD = "LEAD", SHORT_TITLE = "SHORT_TITLE", SUGGESTED_SHORT_TITLE = "SUGGESTED_SHORT_TITLE", SUMMARY = "SUMMARY", TITLE = "TITLE" } export type TArticleContentLabelIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum ArticleContentOrigin { agency = "agency", auto = "auto", baton = "baton", home = "home" } export type TArticleContentOriginIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleEdge = { __typename?: 'ArticleEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TArticleEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum ArticleFactCheckedStatus { partially_true = "partially_true", rather_false = "rather_false", rather_true = "rather_true", really_false = "really_false", really_true = "really_true" } export type TArticleFilter = { announced_at?: InputMaybe; article_id?: InputMaybe; content_label_ids?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; on_home?: InputMaybe; proofreading_state_changed_by_user_id?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; sentiment?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TArticleIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TArticleInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TArticleLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleListConnection = { __typename?: 'ArticleListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ArticleListConnectionMode { TRUTH = "TRUTH" } export type TArticleListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ArticleListConnectionTotal { TRUTH = "TRUTH" } export type TArticleLock = { __typename?: 'ArticleLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TArticleLockPayload = { __typename?: 'ArticleLockPayload'; article?: Maybe; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TArticleLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type TArticleOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ArticleOrderField { ANNOUNCED_AT = "ANNOUNCED_AT", COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FPE_EDITED_AT = "FPE_EDITED_AT", LEGACY_ID = "LEGACY_ID", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT" } export type TArticlePayload = { __typename?: 'ArticlePayload'; article?: Maybe; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TArticleRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum ArticleSearchField { CONTENT_TEXT = "CONTENT_TEXT", ENCLOSE_TEXT = "ENCLOSE_TEXT", SHORT_TITLE = "SHORT_TITLE", SUMMARY_TEXT = "SUMMARY_TEXT", TITLE = "TITLE" } export type TArticleSentimentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleSingleConnection = { __typename?: 'ArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ArticleSingleConnectionMode { TRUTH = "TRUTH" } export type TArticleSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ArticleSingleConnectionTotal { TRUTH = "TRUTH" } export type TArticleSubtypeIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum ArticleTemplate { full_width = "full_width", three_quarters = "three_quarters", without_illustration = "without_illustration" } export type TArticleTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TArticleUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TAssociatedTagsEdge = { __typename?: 'AssociatedTagsEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TAssociatedTagsListConnection = { __typename?: 'AssociatedTagsListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TAugmentedPositions = { __typename?: 'AugmentedPositions'; numPage?: Maybe; positions?: Maybe>>; }; export type TAugmentedPositionsInput = { numPage?: InputMaybe; positions?: InputMaybe>>; }; export type TAutoImportTagsEdge = { __typename?: 'AutoImportTagsEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TAutoImportTagsListConnection = { __typename?: 'AutoImportTagsListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TBasicContent = { __typename?: 'BasicContent'; editorial_id: Scalars['ID']['output']; editorial_model?: Maybe; photo_id: Scalars['ID']['output']; title?: Maybe; }; export type TBasicContentInput = { editorial_id?: InputMaybe; editorial_model: EditorialContentModelType; photo_id?: InputMaybe; title?: InputMaybe; }; export type TBlockLink = TNode & TTimestampable & { __typename?: 'BlockLink'; brand_id: Scalars['ID']['output']; contentSource?: Maybe; content_source_id?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; link_ids?: Maybe>>; links?: Maybe; meta?: Maybe; public_id?: Maybe; theme?: Maybe; themeColor?: Maybe; theme_color_id?: Maybe; title?: Maybe; type?: Maybe; }; export type TBlockLinkLinksArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBlockLinkContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBlockLinkEdge = { __typename?: 'BlockLinkEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TBlockLinkFilter = { block_link_id?: InputMaybe; content_source_id?: InputMaybe; public_id?: InputMaybe; theme?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; }; export type TBlockLinkIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBlockLinkIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TBlockLinkLinksEdge = { __typename?: 'BlockLinkLinksEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TBlockLinkLinksListConnection = { __typename?: 'BlockLinkLinksListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TBlockLinkListConnection = { __typename?: 'BlockLinkListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum BlockLinkListConnectionMode { TRUTH = "TRUTH" } export type TBlockLinkListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BlockLinkListConnectionTotal { TRUTH = "TRUTH" } export type TBlockLinkOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum BlockLinkOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TBlockLinkPayload = { __typename?: 'BlockLinkPayload'; blockLink?: Maybe; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TBlockLinkPublicIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBlockLinkSingleConnection = { __typename?: 'BlockLinkSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum BlockLinkSingleConnectionMode { TRUTH = "TRUTH" } export type TBlockLinkSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BlockLinkSingleConnectionTotal { TRUTH = "TRUTH" } export type TBlockLinkThemeColorIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBlockLinkThemeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBlockLinkTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum BlockLinkTypes { article = "article", default = "default", magazine = "magazine" } export type TBook = TNode & TTimestampable & { __typename?: 'Book'; author?: Maybe; average_price?: Maybe; bookReview?: Maybe; bookReviews?: Maybe; buy_url?: Maybe; caption?: Maybe; category?: Maybe; cover?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; isbn?: Maybe; published_at?: Maybe; publisher?: Maybe; slug?: Maybe; title?: Maybe; }; export type TBookBookReviewArgs = { book_review_id?: InputMaybe; options?: InputMaybe; }; export type TBookBookReviewsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBookEdge = { __typename?: 'BookEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TBookFilter = { category?: InputMaybe; title?: InputMaybe; }; export type TBookIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TBookListConnection = { __typename?: 'BookListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum BookListConnectionMode { TRUTH = "TRUTH" } export type TBookListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BookListConnectionTotal { TRUTH = "TRUTH" } export type TBookOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum BookOrderField { CREATED_AT = "CREATED_AT" } export type TBookPayload = { __typename?: 'BookPayload'; book?: Maybe; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TBookReview = TNode & TTimestampable & { __typename?: 'BookReview'; book?: Maybe; book_id: Scalars['ID']['output']; books?: Maybe; characters?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; era?: Maybe; feedback?: Maybe; id: Scalars['ID']['output']; motivations?: Maybe>>; place?: Maybe; plot?: Maybe; quote?: Maybe; status?: Maybe; user_front_id: Scalars['ID']['output']; writer?: Maybe; }; export type TBookReviewBookArgs = { book_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TBookReviewBooksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBookReviewBookIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBookReviewEdge = { __typename?: 'BookReviewEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TBookReviewFilter = { book_id?: InputMaybe; status?: InputMaybe; }; export type TBookReviewIdentifierInputType = { book_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TBookReviewListConnection = { __typename?: 'BookReviewListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum BookReviewListConnectionMode { TRUTH = "TRUTH" } export type TBookReviewListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BookReviewListConnectionTotal { TRUTH = "TRUTH" } export type TBookReviewOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum BookReviewOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TBookReviewPayload = { __typename?: 'BookReviewPayload'; bookReview?: Maybe; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TBookReviewSingleConnection = { __typename?: 'BookReviewSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum BookReviewSingleConnectionMode { TRUTH = "TRUTH" } export type TBookReviewSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BookReviewSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum BookReviewStatus { draft = "draft", published = "published" } export declare enum BookReviewSubscription { disable = "disable", enable = "enable", pending = "pending", refused = "refused" } export type TBookReviewSubscriptionFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBookSingleConnection = { __typename?: 'BookSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum BookSingleConnectionMode { TRUTH = "TRUTH" } export type TBookSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum BookSingleConnectionTotal { TRUTH = "TRUTH" } export type TBookTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TBrand = { __typename?: 'Brand'; article?: Maybe; articles?: Maybe; blockLink?: Maybe; blockLinks?: Maybe; consent?: Maybe; consents?: Maybe; contentLabel?: Maybe; contentLabels?: Maybe; contentOrigin?: Maybe; contentOrigins?: Maybe; contentSource?: Maybe; contentSources?: Maybe; contribution?: Maybe; contributions?: Maybe; deletedItems?: Maybe; edition?: Maybe; editions?: Maybe; externalContent?: Maybe; externalContents?: Maybe; getSignedUrl?: Maybe; group?: Maybe; groups?: Maybe; home?: Maybe; homeBlockLink?: Maybe; homeBreakingNews?: Maybe; homeContent?: Maybe; homeNewsTag?: Maybe; homeRecap?: Maybe; homeTopic?: Maybe; homeVideo?: Maybe; id: Scalars['ID']['output']; label?: Maybe; link?: Maybe; links?: Maybe; live?: Maybe; livePostLabel?: Maybe; livePostLabelType?: Maybe; livePostLabelTypes?: Maybe; livePostLabels?: Maybe; lives?: Maybe; newsDispatch?: Maybe; newsDispatchCounter?: Maybe; newsDispatchCounters?: Maybe; newsDispatches?: Maybe; newsletter?: Maybe; newsletters?: Maybe; notification?: Maybe; notificationUserFront?: Maybe; notificationUserFronts?: Maybe; notifications?: Maybe; notificationsByMember?: Maybe; page?: Maybe; pages?: Maybe; photo?: Maybe; photos?: Maybe; plainFile?: Maybe; plainFiles?: Maybe; platform?: Maybe; platforms?: Maybe; publishableContentIdByLegacyId?: Maybe; publishableContents?: Maybe; publishing?: Maybe; publishings?: Maybe; push?: Maybe; pushs?: Maybe; redirect?: Maybe; redirects?: Maybe; rssFeed?: Maybe; rssFeeds?: Maybe; service?: Maybe; services?: Maybe; session?: Maybe; sessions?: Maybe; staticPage?: Maybe; staticPages?: Maybe; stories?: Maybe; story?: Maybe; subtype?: Maybe; subtypes?: Maybe; tag?: Maybe; tagCategory?: Maybe; tags?: Maybe; tagsCategory?: Maybe; themeColor?: Maybe; themeColors?: Maybe; userFront?: Maybe; userFrontAverageScore?: Maybe; userFrontCheckUsernameEmail?: Maybe; userFrontCommentSsoData?: Maybe; userFrontOctopusJwt?: Maybe; userFrontQualifio?: Maybe; userFronts?: Maybe; video?: Maybe; videos?: Maybe; }; export type TBrandArticleArgs = { article_id?: InputMaybe; legacy_id?: InputMaybe; options?: InputMaybe; }; export type TBrandArticlesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandBlockLinkArgs = { block_link_id?: InputMaybe; options?: InputMaybe; public_id?: InputMaybe; }; export type TBrandBlockLinksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandConsentArgs = { consent_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TBrandConsentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandContentLabelArgs = { content_label_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandContentOriginArgs = { content_origin_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandContentOriginsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandContentSourceArgs = { content_source_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandContentSourcesArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandContributionArgs = { contribution_id?: InputMaybe; options?: InputMaybe; }; export type TBrandContributionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandDeletedItemsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; include_model?: InputMaybe>>; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandEditionArgs = { code?: InputMaybe; edition_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TBrandEditionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandExternalContentArgs = { external_content_id?: InputMaybe; legacy_id?: InputMaybe; options?: InputMaybe; }; export type TBrandExternalContentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandGetSignedUrlArgs = { filename: Scalars['String']['input']; }; export type TBrandGroupArgs = { group_id?: InputMaybe; name?: InputMaybe; }; export type TBrandGroupsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandHomeBlockLinkArgs = { home_block_link_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeBreakingNewsArgs = { home_breaking_news_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeContentArgs = { home_content_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeNewsTagArgs = { home_news_tag_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeRecapArgs = { home_recap_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeTopicArgs = { home_topic_id?: InputMaybe; options?: InputMaybe; }; export type TBrandHomeVideoArgs = { home_video_id?: InputMaybe; options?: InputMaybe; }; export type TBrandLinkArgs = { link_id?: InputMaybe; options?: InputMaybe; public_id?: InputMaybe; }; export type TBrandLinksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandLiveArgs = { legacy_id?: InputMaybe; live_id?: InputMaybe; options?: InputMaybe; }; export type TBrandLivePostLabelArgs = { live_post_label_id?: InputMaybe; options?: InputMaybe; }; export type TBrandLivePostLabelTypeArgs = { live_post_label_type_id?: InputMaybe; options?: InputMaybe; }; export type TBrandLivePostLabelTypesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandLivePostLabelsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandLivesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandNewsDispatchArgs = { news_dispatch_id?: InputMaybe; options?: InputMaybe; }; export type TBrandNewsDispatchCounterArgs = { news_dispatch_counter_id?: InputMaybe; options?: InputMaybe; }; export type TBrandNewsDispatchCountersArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandNewsDispatchesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandNewsletterArgs = { newsletter_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TBrandNewslettersArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandNotificationArgs = { notification_id?: InputMaybe; options?: InputMaybe; }; export type TBrandNotificationUserFrontArgs = { notification_user_front_id?: InputMaybe; options?: InputMaybe; }; export type TBrandNotificationUserFrontsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandNotificationsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandNotificationsByMemberArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandPageArgs = { legacy_id?: InputMaybe; options?: InputMaybe; page_id?: InputMaybe; }; export type TBrandPagesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandPhotoArgs = { md5?: InputMaybe; options?: InputMaybe; photo_id?: InputMaybe; }; export type TBrandPhotosArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandPlainFileArgs = { options?: InputMaybe; plain_file_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandPlainFilesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandPlatformArgs = { options?: InputMaybe; platform_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandPlatformsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandPublishableContentIdByLegacyIdArgs = { legacy_id?: InputMaybe; }; export type TBrandPublishableContentsArgs = { after?: InputMaybe; exclude_model?: InputMaybe>>; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandPublishingArgs = { name?: InputMaybe; options?: InputMaybe; publishing_id?: InputMaybe; }; export type TBrandPublishingsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandPushArgs = { push_id: Scalars['ID']['input']; }; export type TBrandPushsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandRedirectArgs = { legacy_id?: InputMaybe; options?: InputMaybe; redirect_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandRedirectsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandRssFeedArgs = { options?: InputMaybe; rss_feed_id?: InputMaybe; }; export type TBrandRssFeedsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandServiceArgs = { service_id?: InputMaybe; slug?: InputMaybe; }; export type TBrandServicesArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandSessionArgs = { options?: InputMaybe; session_id?: InputMaybe; }; export type TBrandSessionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandStaticPageArgs = { options?: InputMaybe; slug?: InputMaybe; static_page_id?: InputMaybe; }; export type TBrandStaticPagesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandStoriesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandStoryArgs = { legacy_id?: InputMaybe; options?: InputMaybe; story_id?: InputMaybe; }; export type TBrandSubtypeArgs = { slug?: InputMaybe; subtype_id?: InputMaybe; }; export type TBrandSubtypesArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandTagArgs = { legacy_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; tag_id?: InputMaybe; }; export type TBrandTagCategoryArgs = { brand_id?: InputMaybe; options?: InputMaybe; tag_category_id?: InputMaybe; }; export type TBrandTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TBrandTagsCategoryArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandThemeColorArgs = { slug?: InputMaybe; theme_color_id?: InputMaybe; }; export type TBrandThemeColorsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TBrandUserFrontArgs = { apple_account?: InputMaybe; author_id?: InputMaybe; confirmation_token?: InputMaybe; email?: InputMaybe; facebook_account?: InputMaybe; google_account?: InputMaybe; options?: InputMaybe; reset_password_token?: InputMaybe; session_id?: InputMaybe; user_front_id?: InputMaybe; username?: InputMaybe; }; export type TBrandUserFrontCheckUsernameEmailArgs = { email?: InputMaybe; options?: InputMaybe; username?: InputMaybe; }; export type TBrandUserFrontCommentSsoDataArgs = { options?: InputMaybe; }; export type TBrandUserFrontOctopusJwtArgs = { options?: InputMaybe; }; export type TBrandUserFrontQualifioArgs = { options?: InputMaybe; user_front_id?: InputMaybe; }; export type TBrandUserFrontsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandVideoArgs = { external_id?: InputMaybe; options?: InputMaybe; video_id?: InputMaybe; }; export type TBrandVideosArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TBrandEdge = { __typename?: 'BrandEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TBrandListConnection = { __typename?: 'BrandListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TBrandOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum BrandOrderField { LABEL = "LABEL" } export type TBrandSingleConnection = { __typename?: 'BrandSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum Catalog { _20MINUTES = "_20MINUTES", _20MINUTESCINEMA = "_20MINUTESCINEMA", _20MINUTESCOVERMEDIA = "_20MINUTESCOVERMEDIA", _20MINUTESTV = "_20MINUTESTV" } export declare enum CatalogDigiteka { MINUTES = "MINUTES", MINUTES_COVERMEDIA = "MINUTES_COVERMEDIA", MINUTES_PRODUCTION = "MINUTES_PRODUCTION", MINUTES_PRODUCTION_PLAYLIST = "MINUTES_PRODUCTION_PLAYLIST", MINUTES_SORTIES_CINEMA = "MINUTES_SORTIES_CINEMA", MINUTES_TV = "MINUTES_TV", OUEST_FRANCE = "OUEST_FRANCE" } export type TComment = TNode & TTimestampable & { __typename?: 'Comment'; associated_content?: Maybe; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; external_id?: Maybe; id: Scalars['ID']['output']; num_dislikes?: Maybe; num_likes?: Maybe; parent_id?: Maybe; status?: Maybe; userFront?: Maybe; user_front_id?: Maybe; }; export type TCommentUserFrontArgs = { options?: InputMaybe; }; export type TCommentEdge = { __typename?: 'CommentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TCommentFilter = { editorial_id?: InputMaybe; editorial_model?: InputMaybe; status?: InputMaybe; }; export type TCommentListConnection = { __typename?: 'CommentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum CommentListConnectionMode { TRUTH = "TRUTH" } export type TCommentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum CommentListConnectionTotal { TRUTH = "TRUTH" } export type TCommentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum CommentOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TCommentPayload = { __typename?: 'CommentPayload'; clientMutationId?: Maybe; comment?: Maybe; resolveInfo?: Maybe; }; export type TCommentSingleConnection = { __typename?: 'CommentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum CommentSingleConnectionMode { TRUTH = "TRUTH" } export type TCommentSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum CommentSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum CommentStatus { disable = "disable", enable = "enable", pending = "pending", spam = "spam" } export type TCommentStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TConfirmationNewsletterAccountUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; confirmation_token: Scalars['String']['input']; }; export type TConsent = TNode & TTimestampable & { __typename?: 'Consent'; active?: Maybe; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name: Scalars['String']['output']; slug: Scalars['String']['output']; }; export type TConsentActiveFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TConsentEdge = { __typename?: 'ConsentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TConsentFilter = { active?: InputMaybe; consent_id?: InputMaybe; }; export type TConsentIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TConsentIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TConsentListConnection = { __typename?: 'ConsentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ConsentListConnectionMode { TRUTH = "TRUTH" } export type TConsentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ConsentListConnectionTotal { TRUTH = "TRUTH" } export type TConsentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ConsentOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", SLUG = "SLUG" } export type TConsentPayload = { __typename?: 'ConsentPayload'; clientMutationId?: Maybe; consent?: Maybe; resolveInfo?: Maybe; }; export type TConsentSingleConnection = { __typename?: 'ConsentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ConsentSingleConnectionMode { TRUTH = "TRUTH" } export type TConsentSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ConsentSingleConnectionTotal { TRUTH = "TRUTH" } export type TContentLabel = TNode & { __typename?: 'ContentLabel'; brand_id: Scalars['ID']['output']; color?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name?: Maybe; slug?: Maybe; }; export type TContentLabelEdge = { __typename?: 'ContentLabelEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TContentLabelFilter = { name?: InputMaybe; }; export type TContentLabelIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TContentLabelListConnection = { __typename?: 'ContentLabelListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TContentLabelNameFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TContentLabelOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ContentLabelOrderField { EDITED_AT = "EDITED_AT", NAME = "NAME" } export type TContentLabelPayload = { __typename?: 'ContentLabelPayload'; clientMutationId?: Maybe; contentLabel?: Maybe; resolveInfo?: Maybe; }; export type TContentLabelSingleConnection = { __typename?: 'ContentLabelSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentLifeCycle = TNode & TTimestampable & { __typename?: 'ContentLifeCycle'; action?: Maybe; associated_content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; value?: Maybe; }; export declare enum ContentLifeCycleAction { auto_tagged = "auto_tagged", breaking_news = "breaking_news", content_link = "content_link", exit_home = "exit_home", most_shared = "most_shared", on_home = "on_home", pushed = "pushed" } export type TContentLifeCycleEdge = { __typename?: 'ContentLifeCycleEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TContentLifeCycleListConnection = { __typename?: 'ContentLifeCycleListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ContentLifeCycleListConnectionMode { TRUTH = "TRUTH" } export type TContentLifeCycleListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ContentLifeCycleListConnectionTotal { TRUTH = "TRUTH" } export type TContentLifeCycleOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ContentLifeCycleOrderField { CREATED_AT = "CREATED_AT" } export type TContentLifeCyclePayload = { __typename?: 'ContentLifeCyclePayload'; clientMutationId?: Maybe; contentLifeCycle?: Maybe; resolveInfo?: Maybe; }; export type TContentLifeCycleSingleConnection = { __typename?: 'ContentLifeCycleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentLockerSingleConnection = { __typename?: 'ContentLockerSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentMedia = { __typename?: 'ContentMedia'; embed?: Maybe; illustration?: Maybe; legend?: Maybe; photo?: Maybe; photo_id?: Maybe; podcast?: Maybe; type?: Maybe; video?: Maybe; }; export type TContentMediaPhotoArgs = { brand_id?: InputMaybe; }; export type TContentMediaPhotoSingleConnection = { __typename?: 'ContentMediaPhotoSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentMetaInput = { date?: InputMaybe; display_photo?: InputMaybe; edition_code?: InputMaybe; edition_label?: InputMaybe; image?: InputMaybe; legacy_id?: InputMaybe; }; export type TContentOrigin = TNode & { __typename?: 'ContentOrigin'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; hide?: Maybe; id: Scalars['ID']['output']; name?: Maybe; slug?: Maybe; }; export type TContentOriginEdge = { __typename?: 'ContentOriginEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TContentOriginIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TContentOriginListConnection = { __typename?: 'ContentOriginListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TContentOriginOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ContentOriginOrderField { NAME = "NAME" } export type TContentOriginPayload = { __typename?: 'ContentOriginPayload'; clientMutationId?: Maybe; contentOrigin?: Maybe; resolveInfo?: Maybe; }; export type TContentOriginSingleConnection = { __typename?: 'ContentOriginSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentSource = TNode & { __typename?: 'ContentSource'; brand_id: Scalars['ID']['output']; catchline?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; hide?: Maybe; id: Scalars['ID']['output']; image_folder?: Maybe; is_default?: Maybe; logo?: Maybe; logo_small?: Maybe; name?: Maybe; slug?: Maybe; }; export type TContentSourceEdge = { __typename?: 'ContentSourceEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TContentSourceIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TContentSourceListConnection = { __typename?: 'ContentSourceListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TContentSourceOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ContentSourceOrderField { NAME = "NAME" } export type TContentSourcePayload = { __typename?: 'ContentSourcePayload'; clientMutationId?: Maybe; contentSource?: Maybe; resolveInfo?: Maybe; }; export type TContentSourceSingleConnection = { __typename?: 'ContentSourceSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContribution = TTimestampable & { __typename?: 'Contribution'; brand_id: Scalars['ID']['output']; campaign_id: Scalars['String']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; external_id: Scalars['String']['output']; id: Scalars['ID']['output']; live_post_id?: Maybe; text: Scalars['String']['output']; username: Scalars['String']['output']; }; export type TContributionCampaignIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TContributionEdge = { __typename?: 'ContributionEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TContributionExternalIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TContributionFilter = { campaign_id?: InputMaybe; external_id?: InputMaybe; live_post_id?: InputMaybe; text?: InputMaybe; username?: InputMaybe; }; export type TContributionIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TContributionListConnection = { __typename?: 'ContributionListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ContributionListConnectionMode { TRUTH = "TRUTH" } export type TContributionListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ContributionListConnectionTotal { TRUTH = "TRUTH" } export type TContributionLivePostIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TContributionOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ContributionOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TContributionPayload = { __typename?: 'ContributionPayload'; clientMutationId?: Maybe; contribution?: Maybe; resolveInfo?: Maybe; }; export type TContributionSingleConnection = { __typename?: 'ContributionSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ContributionSingleConnectionMode { TRUTH = "TRUTH" } export type TContributionSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ContributionSingleConnectionTotal { TRUTH = "TRUTH" } export type TContributionTextFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TContributionUsernameFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TCounting = { comments_count?: Maybe; facebook_count?: Maybe; pinterest_count?: Maybe; reactions_count?: Maybe; total_current_visits?: Maybe; visit_counters?: Maybe; }; export type TCrawlOptions = { __typename?: 'CrawlOptions'; no_follow?: Maybe; no_google_news?: Maybe; no_index?: Maybe; }; export type TCrawlOptionsInput = { no_follow?: InputMaybe; no_google_news?: InputMaybe; no_index?: InputMaybe; }; export type TCrawlable = { crawl_options?: Maybe; }; export type TCreateArticleFromSynchroType = { ai_generating_at?: InputMaybe; announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fact_checked?: InputMaybe; fact_checked_source?: InputMaybe; fact_checked_status?: InputMaybe; fact_to_check?: InputMaybe; fpe_edited_at?: InputMaybe; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; template?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateArticleType = { ai_generating_at?: InputMaybe; announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fact_checked?: InputMaybe; fact_checked_source?: InputMaybe; fact_checked_status?: InputMaybe; fact_to_check?: InputMaybe; fpe_edited_at?: InputMaybe; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status_event?: InputMaybe; proofreading_user_back_ids?: InputMaybe>>; public_edited_at?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; template?: InputMaybe; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateArticleWithAiType = { ai_generating_at?: InputMaybe; announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fact_checked?: InputMaybe; fact_checked_source?: InputMaybe; fact_checked_status?: InputMaybe; fact_to_check?: InputMaybe; fpe_edited_at?: InputMaybe; input_text: Scalars['String']['input']; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; output_fields: Array>; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; public_edited_at?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; template?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateBlockLinkType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; link_ids?: InputMaybe>>; meta?: InputMaybe; public_id?: InputMaybe; theme_color_id?: InputMaybe; title: Scalars['String']['input']; type?: InputMaybe; }; export type TCreateBookReviewType = { book_id: Scalars['ID']['input']; characters?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; era?: InputMaybe; feedback?: InputMaybe; motivations?: InputMaybe>>; place?: InputMaybe; plot?: InputMaybe; quote?: InputMaybe; status?: InputMaybe; user_front_id: Scalars['ID']['input']; writer?: InputMaybe; }; export type TCreateBookType = { author?: InputMaybe; average_price?: InputMaybe; buy_url?: InputMaybe; caption?: InputMaybe; category?: InputMaybe; clientMutationId?: InputMaybe; cover_file?: InputMaybe; databaseId?: InputMaybe; isbn?: InputMaybe; published_at?: InputMaybe; publisher?: InputMaybe; title?: InputMaybe; }; export type TCreateCommentType = { associated_content: TEditorialContentInput; clientMutationId?: InputMaybe; content: Scalars['String']['input']; databaseId?: InputMaybe; external_id?: InputMaybe; num_dislikes?: InputMaybe; num_likes?: InputMaybe; parent_id?: InputMaybe; status: CommentStatus; user_front_id: Scalars['ID']['input']; }; export type TCreateConsentType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; name: Scalars['String']['input']; slug: Scalars['String']['input']; }; export type TCreateContentLabelType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; color?: InputMaybe; databaseId?: InputMaybe; name?: InputMaybe; }; export type TCreateContentLifeCycleType = { action?: InputMaybe; associated_content?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; user_back_id: Scalars['ID']['input']; }; export type TCreateContentOriginType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; hide?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TCreateContentSourceType = { brand_id: Scalars['ID']['input']; catchline?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; hide?: InputMaybe; image_folder?: InputMaybe; logo?: InputMaybe; logo_small?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TCreateContributionType = { brand_id: Scalars['ID']['input']; campaign_id: Scalars['String']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; external_id: Scalars['String']['input']; live_post_id?: InputMaybe; text: Scalars['String']['input']; username: Scalars['String']['input']; }; export type TCreateEditionType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; code?: InputMaybe; databaseId?: InputMaybe; label?: InputMaybe; ojd_client_code?: InputMaybe>>; type?: InputMaybe; }; export type TCreateExternalContentType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fpe_edited_at?: InputMaybe; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; medias?: InputMaybe>>; pinterest_count?: InputMaybe; proofreading_status_event?: InputMaybe; public_edited_at?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateFourthLevelMenuType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id?: InputMaybe; sort?: InputMaybe; sub_menus?: InputMaybe>>; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TCreateGroupType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; description?: InputMaybe; name: Scalars['String']['input']; roles?: InputMaybe>>; }; export type TCreateHomeBlockLinkType = { block_link_ids?: InputMaybe>>; clientMutationId?: InputMaybe; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TCreateHomeBreakingNewsType = { clientMutationId?: InputMaybe; content?: InputMaybe; custom_title?: InputMaybe; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; user_back_id?: InputMaybe; with_photo?: InputMaybe; }; export type TCreateHomeContentType = { clientMutationId?: InputMaybe; contents?: InputMaybe>>; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; reserve_contents?: InputMaybe>>; user_back_id?: InputMaybe; }; export type TCreateHomeNewsTagType = { clientMutationId?: InputMaybe; custom_tags?: InputMaybe>>; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TCreateHomeRecapType = { clientMutationId?: InputMaybe; contents?: InputMaybe>>; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TCreateHomeTopicType = { clientMutationId?: InputMaybe; custom_label?: InputMaybe; databaseId?: InputMaybe; home_id: Scalars['ID']['input']; tag_id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TCreateHomeVideoType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; external_id?: InputMaybe; home_id: Scalars['ID']['input']; service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateHoroscopeType = { advice?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; date: Scalars['DateTime']['input']; health?: InputMaybe; job?: InputMaybe; love?: InputMaybe; lucky_number?: InputMaybe; mood?: InputMaybe; personality?: InputMaybe; sign_id: Scalars['ID']['input']; type: HoroscopeEntityType; }; export type TCreateJobSectorType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; lead?: InputMaybe; meta?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TCreateJobType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; employability?: InputMaybe; external_id: Scalars['Int']['input']; faq?: InputMaybe; formation?: InputMaybe>>; job_sector_id: Scalars['ID']['input']; lead?: InputMaybe; medias?: InputMaybe>>; meta?: InputMaybe; name?: InputMaybe; partner_url?: InputMaybe; related_job_sector_ids?: InputMaybe>>; salary_range_down?: InputMaybe; salary_range_up?: InputMaybe; slug: Scalars['String']['input']; sponsored?: InputMaybe; }; export type TCreateLegalNoticeDepartmentType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; department_number?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; status?: InputMaybe; }; export type TCreateLegalNoticeType = { body?: InputMaybe; classification?: InputMaybe; clientMutationId?: InputMaybe; customer?: InputMaybe; databaseId?: InputMaybe; department?: InputMaybe; expiration_date?: InputMaybe; expired_at?: InputMaybe; external_id?: InputMaybe; header?: InputMaybe; logo?: InputMaybe; notice_file?: InputMaybe; publishing_date?: InputMaybe; receipt?: InputMaybe; signature?: InputMaybe; source?: InputMaybe; surtitle?: InputMaybe; title?: InputMaybe; }; export type TCreateLinkType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; label: Scalars['String']['input']; meta?: InputMaybe; nofollow?: InputMaybe; photo_id?: InputMaybe; public_id?: InputMaybe; short_title?: InputMaybe; theme_color_id?: InputMaybe; title: Scalars['String']['input']; url: Scalars['String']['input']; }; export type TCreateLiveFromSynchroType = { announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; coverage_end_time?: InputMaybe; coverage_start_time?: InputMaybe; crawl_options?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fpe_edited_at?: InputMaybe; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; public_edited_at?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; state?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateLivePostFromSynchroType = { attachment_blocks?: InputMaybe; clientMutationId?: InputMaybe; comment_id?: InputMaybe; content_md?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; is_important?: InputMaybe; legacy_id?: InputMaybe; live_id: Scalars['ID']['input']; live_post_label_id?: InputMaybe; printed_hour?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; style?: InputMaybe; title?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateLivePostLabelType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; live_post_label_type_id: Scalars['ID']['input']; logo?: InputMaybe; name: Scalars['String']['input']; slug?: InputMaybe; }; export type TCreateLivePostLabelTypeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; name: Scalars['String']['input']; slug?: InputMaybe; }; export type TCreateLivePostType = { attachment_blocks?: InputMaybe; clientMutationId?: InputMaybe; comment_id?: InputMaybe; content_md?: InputMaybe; databaseId?: InputMaybe; is_important?: InputMaybe; legacy_id?: InputMaybe; live_id: Scalars['ID']['input']; live_post_label_id?: InputMaybe; printed_hour?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; style?: InputMaybe; title?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateLiveType = { announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; coverage_end_time?: InputMaybe; coverage_start_time?: InputMaybe; crawl_options?: InputMaybe; databaseId?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; state?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateMenuFromPlatformType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id?: InputMaybe; sort?: InputMaybe; sub_menus?: InputMaybe>>; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TCreateMenuType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id: Scalars['ID']['input']; sort?: InputMaybe; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TCreateMovieCastingType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; firstname?: InputMaybe; lastname?: InputMaybe; movie_id: Scalars['ID']['input']; position?: InputMaybe; type?: InputMaybe; }; export type TCreateMovieMediaType = { clientMutationId?: InputMaybe; copyright?: InputMaybe; databaseId?: InputMaybe; legend?: InputMaybe; movie_id: Scalars['ID']['input']; original_src?: InputMaybe; src?: InputMaybe; type?: InputMaybe; }; export type TCreateMovieType = { article_url?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; duration?: InputMaybe; expectation_level?: InputMaybe; external_id?: InputMaybe; genres?: InputMaybe>>; in_theater?: InputMaybe; prod_countries?: InputMaybe>>; prod_languages?: InputMaybe>>; prod_type?: InputMaybe; prod_year?: InputMaybe; release_date?: InputMaybe; summary_long?: InputMaybe; summary_short?: InputMaybe; title?: InputMaybe; title_fr?: InputMaybe; }; export type TCreateNewsDispatchCounterType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; counter?: InputMaybe; databaseId?: InputMaybe; date?: InputMaybe; news_dispatch_ids?: InputMaybe>>; provider: Scalars['String']['input']; }; export type TCreateNewsDispatchType = { brand_id: Scalars['ID']['input']; changes?: InputMaybe; clientMutationId?: InputMaybe; content_djs?: InputMaybe; content_html?: InputMaybe; creator?: InputMaybe; databaseId?: InputMaybe; expiration_date?: InputMaybe; external_id?: InputMaybe; external_tags?: InputMaybe>>; images?: InputMaybe>>; lead?: InputMaybe; location?: InputMaybe; original_datetime?: InputMaybe; provider?: InputMaybe; revision_datetime?: InputMaybe; status?: InputMaybe; title?: InputMaybe; urgency?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateNewsletterType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; description?: InputMaybe; label?: InputMaybe; logo?: InputMaybe; slug?: InputMaybe; sort?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; }; export type TCreateNotificationType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; hide?: InputMaybe; linked_content?: InputMaybe; linked_content_inline?: InputMaybe; read?: InputMaybe; related_user_back_id?: InputMaybe; type: NotificationTypes; user_back_id: Scalars['ID']['input']; }; export type TCreateNotificationUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content?: InputMaybe; databaseId?: InputMaybe; related_id?: InputMaybe; related_model?: InputMaybe; status?: InputMaybe; user_front_id: Scalars['ID']['input']; }; export type TCreatePageType = { ai_generating_at?: InputMaybe; brand_id: Scalars['ID']['input']; catalog?: InputMaybe; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; created_at?: InputMaybe; databaseId?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fpe_edited_at?: InputMaybe; label?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status_event?: InputMaybe; public_edited_at?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; video_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreatePdfType = { augmented_positions?: InputMaybe>>; clientMutationId?: InputMaybe; databaseId?: InputMaybe; edition_id: Scalars['ID']['input']; image?: InputMaybe; md5?: InputMaybe; publication_date?: InputMaybe; size?: InputMaybe; tracking_ojd?: InputMaybe; tracking_xiti?: InputMaybe; url?: InputMaybe; version?: InputMaybe; }; export type TCreatePhotoType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; default_focal_point?: InputMaybe>>; eligibility_end_at?: InputMaybe; filename: Scalars['Upload']['input']; focal_points?: InputMaybe>>; origin?: InputMaybe; ratios?: InputMaybe; selectable?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; took_at?: InputMaybe; }; export type TCreatePhotoWithUrlType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; default_focal_point?: InputMaybe>>; eligibility_end_at?: InputMaybe; filename: Scalars['String']['input']; focal_points?: InputMaybe>>; origin?: InputMaybe; ratios?: InputMaybe; selectable?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; took_at?: InputMaybe; url?: InputMaybe; }; export type TCreatePhotoWithoutBinaryType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; default_focal_point?: InputMaybe>>; eligibility_end_at?: InputMaybe; filename: Scalars['String']['input']; focal_points?: InputMaybe>>; origin?: InputMaybe; ratios?: InputMaybe; selectable?: InputMaybe; sipa_id?: InputMaybe; sipa_transmission_reference?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; took_at?: InputMaybe; }; export type TCreatePlainFileType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content?: InputMaybe; databaseId?: InputMaybe; slug: Scalars['String']['input']; user_back_id?: InputMaybe; }; export type TCreatePlatformType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; features?: InputMaybe>>; label: Scalars['String']['input']; slug: Scalars['String']['input']; }; export type TCreatePublishingType = { brand_id: Scalars['ID']['input']; catchline?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; date: Scalars['DateTime']['input']; description_md?: InputMaybe; headline_signature?: InputMaybe; logo?: InputMaybe; logo_amp?: InputMaybe; logo_small?: InputMaybe; name: Scalars['String']['input']; source: Scalars['String']['input']; tag_id: Scalars['ID']['input']; type: PublishingType; }; export type TCreatePushType = { associated_content?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; consent_ids: Array>; content?: InputMaybe; content_meta?: InputMaybe; content_type?: InputMaybe; databaseId?: InputMaybe; device?: InputMaybe>>; info?: InputMaybe; method_type?: InputMaybe; photo_id?: InputMaybe; processing_status?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; title?: InputMaybe; url?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateReactionType = { anonymous_id?: InputMaybe; associated_content?: InputMaybe; clientMutationId?: InputMaybe; content: ReactionContent; databaseId?: InputMaybe; user_front_id?: InputMaybe; }; export type TCreateRedirectInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; http_status?: InputMaybe; url_destination?: InputMaybe; url_redirected: Scalars['String']['input']; user_back_id?: InputMaybe; }; export type TCreateRssFeedType = { auto_publish?: InputMaybe; block_link_id?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; label?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; url?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateSearchBackType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; filters_text?: InputMaybe; is_bookmarked?: InputMaybe; model_name?: InputMaybe; user_back_id?: InputMaybe; }; export type TCreateSecondLevelMenuType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id?: InputMaybe; sort?: InputMaybe; sub_menus?: InputMaybe>>; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TCreateServiceType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TCreateSignType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; description?: InputMaybe; label: Scalars['String']['input']; meta?: InputMaybe; period?: InputMaybe; sort?: InputMaybe; type?: InputMaybe; }; export type TCreateStaticPageInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content?: InputMaybe; databaseId?: InputMaybe; note?: InputMaybe; slug: Scalars['String']['input']; title: Scalars['String']['input']; user_back_id?: InputMaybe; }; export type TCreateStoryPageType = { clientMutationId?: InputMaybe; content_md?: InputMaybe; databaseId?: InputMaybe; is_displayed_as_not_cropped?: InputMaybe; legacy_id?: InputMaybe; legend?: InputMaybe; link?: InputMaybe; page_order: Scalars['Int']['input']; photo_id?: InputMaybe; story_id: Scalars['ID']['input']; title?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; }; export type TCreateStoryType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_label_ids?: InputMaybe>>; content_md?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; databaseId?: InputMaybe; enable_sponsored_contents?: InputMaybe; facebook_count?: InputMaybe; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; legend?: InputMaybe; meta?: InputMaybe; meta_all?: InputMaybe; meta_detail?: InputMaybe; photo_id?: InputMaybe; pinterest_count?: InputMaybe; proofreading_status_event?: InputMaybe; proofreading_user_back_ids?: InputMaybe>>; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; storyPages?: InputMaybe>>; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; type?: InputMaybe; url_all_canonical?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; url_story_page_canonical?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TCreateSubtypeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; databaseId?: InputMaybe; description?: InputMaybe; layout?: InputMaybe; name: Scalars['String']['input']; nofollow?: InputMaybe; rubric_id?: InputMaybe; signature?: InputMaybe; slug: Scalars['String']['input']; tag_ids?: InputMaybe>>; }; export type TCreateSuggestAiType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; config?: InputMaybe; content_blocks?: InputMaybe; databaseId?: InputMaybe; enclose?: InputMaybe; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; short_title?: InputMaybe; summary?: InputMaybe; title?: InputMaybe; }; export type TCreateTagCategoryType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; name: Scalars['String']['input']; slug?: InputMaybe; }; export type TCreateTagInputType = { associated_tag_ids?: InputMaybe>>; auto_import_tag_ids?: InputMaybe>>; block_link_public_id?: InputMaybe; brand_id: Scalars['ID']['input']; category?: InputMaybe; clientMutationId?: InputMaybe; crawl_options?: InputMaybe; databaseId?: InputMaybe; display?: InputMaybe; editorial_text_md?: InputMaybe; enable_selectable_content_type?: InputMaybe; highlighted_tag_id?: InputMaybe; insee_code?: InputMaybe; label: Scalars['String']['input']; legacy?: InputMaybe; meta?: InputMaybe; parent_id?: InputMaybe; photo_id?: InputMaybe; popularity?: InputMaybe; rss_feed?: InputMaybe; rss_slug?: InputMaybe; selectable?: InputMaybe; selectable_content_type?: InputMaybe>>; slug?: InputMaybe; status?: InputMaybe; tag_category_id?: InputMaybe; theme_color_id?: InputMaybe; third_party?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; url_visible?: InputMaybe; urls?: InputMaybe>>; }; export type TCreateThemeColorType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; darkmode_color?: InputMaybe; databaseId?: InputMaybe; lightmode_color?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; visibility?: InputMaybe; }; export type TCreateThirdLevelMenuType = { clientMutationId?: InputMaybe; databaseId?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id?: InputMaybe; sort?: InputMaybe; sub_menus?: InputMaybe>>; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TCreateUserBackBrandType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; group_ids?: InputMaybe>>; is_default?: InputMaybe; service_id?: InputMaybe; user_back_id: Scalars['ID']['input']; }; export type TCreateUserBackType = { about_me?: InputMaybe; active?: InputMaybe; author_page?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; default_content_origin_id?: InputMaybe; default_content_source_id?: InputMaybe; default_subtype_id?: InputMaybe; disable_notifications?: InputMaybe; email: Scalars['EmailAddress']['input']; enable_journalist_page?: InputMaybe; expired_at?: InputMaybe; firstname?: InputMaybe; gender?: InputMaybe; google_account?: InputMaybe; initials?: InputMaybe; job_title?: InputMaybe; lastname?: InputMaybe; public_id?: InputMaybe; service?: InputMaybe; twitter_account_name?: InputMaybe; username: Scalars['UserBackUsername']['input']; work_location?: InputMaybe; }; export type TCreateUserBotType = { account_id: Scalars['String']['input']; alexa_fields?: InputMaybe; bot_name: Scalars['String']['input']; clientMutationId?: InputMaybe; databaseId?: InputMaybe; messenger_fields?: InputMaybe; }; export type TCreateUserFrontType = { about_me?: InputMaybe; author_id?: InputMaybe; avatar?: InputMaybe; birthdate?: InputMaybe; brand_id: Scalars['ID']['input']; city?: InputMaybe; clientMutationId?: InputMaybe; country?: InputMaybe; databaseId?: InputMaybe; email: Scalars['EmailAddress']['input']; favorite_games?: InputMaybe>>; firstname?: InputMaybe; force_reset_password?: InputMaybe; gender?: InputMaybe; inseecode?: InputMaybe; lastname?: InputMaybe; legacy_id?: InputMaybe; local?: InputMaybe; newsletters_registration?: InputMaybe>>; nl_subscription_at?: InputMaybe; origin?: InputMaybe; password?: InputMaybe; phonenumber?: InputMaybe; professional_activity?: InputMaybe; qiota_user_id?: InputMaybe; registered_from?: InputMaybe; score?: InputMaybe; session_id?: InputMaybe; stay_connected?: InputMaybe; subscriber?: InputMaybe; subscription_end_at?: InputMaybe; subscription_renew_at?: InputMaybe; subscription_start_at?: InputMaybe; user_back_id?: InputMaybe; username?: InputMaybe; zipcode?: InputMaybe; }; export type TCreateVersionType = { associated_content?: InputMaybe; clientMutationId?: InputMaybe; databaseId?: InputMaybe; json_path: Scalars['String']['input']; note?: InputMaybe; proofreading_status?: InputMaybe; publication_status?: InputMaybe; type?: InputMaybe; user_back_id: Scalars['ID']['input']; }; export type TCreateVideoType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; duration?: InputMaybe; external_id?: InputMaybe; player?: InputMaybe>>; ratio?: InputMaybe; service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; }; export type TDataMining = { __typename?: 'DataMining'; celebrity?: Maybe>>; face?: Maybe>>; label?: Maybe>>; }; export type TDataMiningInput = { celebrity?: InputMaybe>>; face?: InputMaybe>>; label?: InputMaybe>>; }; export type TDeletePhotoType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TDeleteRssFeedType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TDeleteVideoType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TDeletedItem = TNode & TTimestampable & { __typename?: 'DeletedItem'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; legacy_id?: Maybe; related_model?: Maybe; title?: Maybe; }; export type TDeletedItemCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TDeletedItemEdge = { __typename?: 'DeletedItemEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TDeletedItemEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TDeletedItemFilter = { created_at?: InputMaybe; edited_at?: InputMaybe; legacy_id?: InputMaybe; }; export type TDeletedItemLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TDeletedItemListConnection = { __typename?: 'DeletedItemListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum DeletedItemListConnectionMode { TRUTH = "TRUTH" } export type TDeletedItemListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum DeletedItemListConnectionTotal { TRUTH = "TRUTH" } export type TDeletedItemOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum DeletedItemOrderField { CREATED_AT = "CREATED_AT", DELETED_AT = "DELETED_AT", EDITED_AT = "EDITED_AT" } export declare enum Display { FORCED = "FORCED", HIDDEN = "HIDDEN", POPULARITY = "POPULARITY" } export type TDraftFieldInput = { name?: InputMaybe; value?: InputMaybe; }; export type TEdition = TNode & TTimestampable & { __typename?: 'Edition'; active?: Maybe; brand_id: Scalars['ID']['output']; code?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; label?: Maybe; ojd_client_code?: Maybe>>; pdf?: Maybe; pdfs?: Maybe; slug?: Maybe; type?: Maybe; }; export type TEditionPdfArgs = { options?: InputMaybe; pdf_id?: InputMaybe; publication_date?: InputMaybe; }; export type TEditionPdfsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TEditionEdge = { __typename?: 'EditionEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TEditionFilter = { type?: InputMaybe; }; export type TEditionIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TEditionListConnection = { __typename?: 'EditionListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum EditionListConnectionMode { TRUTH = "TRUTH" } export type TEditionListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum EditionListConnectionTotal { TRUTH = "TRUTH" } export type TEditionOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum EditionOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TEditionPayload = { __typename?: 'EditionPayload'; clientMutationId?: Maybe; edition?: Maybe; resolveInfo?: Maybe; }; export type TEditionSingleConnection = { __typename?: 'EditionSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum EditionSingleConnectionMode { TRUTH = "TRUTH" } export type TEditionSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum EditionSingleConnectionTotal { TRUTH = "TRUTH" } export type TEditorialContentEditorialIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TEditorialContentEditorialModelFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum EditorialContentModelType { Article = "Article", ExternalContent = "ExternalContent", Live = "Live", Page = "Page", StaticPage = "StaticPage", Story = "Story" } export type TExternalContent = TCounting & TLockable & TNode & TProofreadable & TPublishable & TRouting & TTimestampable & { __typename?: 'ExternalContent'; announced_at?: Maybe; brand_id: Scalars['ID']['output']; comments_count?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enclose?: Maybe; facebook_count?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; label?: Maybe; lead?: Maybe; legacy_id?: Maybe; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; medias?: Maybe>>; on_home?: Maybe; pinterest_count?: Maybe; proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; signature_inline?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; visit_counters?: Maybe; }; export type TExternalContentContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TExternalContentProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TExternalContentReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TExternalContentTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TExternalContentVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export declare enum ExternalContentContentOrigin { agency = "agency", auto = "auto", baton = "baton", home = "home" } export type TExternalContentContentOriginIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentEdge = { __typename?: 'ExternalContentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TExternalContentEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentFilter = { announced_at?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; on_home?: InputMaybe; proofreading_state_changed_by_user_id?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; url_current?: InputMaybe; user_back_id?: InputMaybe; }; export type TExternalContentIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TExternalContentInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TExternalContentLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentListConnection = { __typename?: 'ExternalContentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ExternalContentListConnectionMode { TRUTH = "TRUTH" } export type TExternalContentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ExternalContentListConnectionTotal { TRUTH = "TRUTH" } export type TExternalContentLock = { __typename?: 'ExternalContentLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TExternalContentLockPayload = { __typename?: 'ExternalContentLockPayload'; clientMutationId?: Maybe; externalContent?: Maybe; resolveInfo?: Maybe; }; export type TExternalContentLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type TExternalContentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ExternalContentOrderField { COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FPE_EDITED_AT = "FPE_EDITED_AT", LEGACY_ID = "LEGACY_ID", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT" } export type TExternalContentPayload = { __typename?: 'ExternalContentPayload'; clientMutationId?: Maybe; externalContent?: Maybe; resolveInfo?: Maybe; }; export type TExternalContentRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum ExternalContentSearchField { ENCLOSE_TEXT = "ENCLOSE_TEXT", TITLE = "TITLE" } export type TExternalContentSingleConnection = { __typename?: 'ExternalContentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ExternalContentSingleConnectionMode { TRUTH = "TRUTH" } export type TExternalContentSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ExternalContentSingleConnectionTotal { TRUTH = "TRUTH" } export type TExternalContentTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentUrlCurrentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TExternalContentUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TFactCheck = { __typename?: 'FactCheck'; checked?: Maybe; quote?: Maybe; source?: Maybe; status?: Maybe; }; export declare enum FeatureType { ad = "ad", failover = "failover", feature = "feature", monitoring = "monitoring", tracking = "tracking" } export type TFeatures = { __typename?: 'Features'; description?: Maybe; label?: Maybe; name?: Maybe; type?: Maybe; value?: Maybe; }; export type TFeaturesInput = { description?: InputMaybe; label?: InputMaybe; name?: InputMaybe; type?: InputMaybe; value?: InputMaybe; }; export type TForgotPasswordUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; email: Scalars['EmailAddress']['input']; }; export type TFpeEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TGlobalIdInputType = { clientMutationId?: InputMaybe; id?: InputMaybe; }; export declare enum GoogleNotifStatus { URL_DELETED = "URL_DELETED", URL_UPDATED = "URL_UPDATED" } export type TGroup = TNode & TTimestampable & { __typename?: 'Group'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; description?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name: Scalars['String']['output']; roles?: Maybe>>; }; export type TGroupEdge = { __typename?: 'GroupEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TGroupIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TGroupListConnection = { __typename?: 'GroupListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TGroupOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum GroupOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", NAME = "NAME" } export type TGroupPayload = { __typename?: 'GroupPayload'; clientMutationId?: Maybe; group?: Maybe; resolveInfo?: Maybe; }; export type TGroupSingleConnection = { __typename?: 'GroupSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THHomeBreakingNewsIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THighlightedTagSingleConnection = { __typename?: 'HighlightedTagSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THome = TLockable & TNode & TTimestampable & { __typename?: 'Home'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; homeBlockLink?: Maybe; homeBlockLinkVersions?: Maybe; homeBreakingNews?: Maybe; homeBreakingNewsVersions?: Maybe; homeContent?: Maybe; homeContentVersions?: Maybe; homeNewsTag?: Maybe; homeNewsTagVersions?: Maybe; homeRecap?: Maybe; homeRecapVersions?: Maybe; homeTopic?: Maybe; homeTopicVersions?: Maybe; homeVideo?: Maybe; homeVideoVersions?: Maybe; home_block_link_id?: Maybe; home_breaking_news_id?: Maybe; home_content_id?: Maybe; home_news_tag_id?: Maybe; home_recap_id?: Maybe; home_topic_id?: Maybe; home_video_id?: Maybe; id: Scalars['ID']['output']; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type THomeHomeBlockLinkVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeBreakingNewsVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeContentVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeNewsTagVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeRecapVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeTopicVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeHomeVideoVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeBlockLink = TNode & TTimestampable & { __typename?: 'HomeBlockLink'; block_link_ids?: Maybe>>; block_links?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeBlockLinkBlockLinksArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type THomeBlockLinkEdge = { __typename?: 'HomeBlockLinkEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeBlockLinkFilter = { home_id?: InputMaybe; }; export type THomeBlockLinkIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeBlockLinkListConnection = { __typename?: 'HomeBlockLinkListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeBlockLinkListConnectionMode { TRUTH = "TRUTH" } export type THomeBlockLinkListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeBlockLinkListConnectionTotal { TRUTH = "TRUTH" } export type THomeBlockLinkPayload = { __typename?: 'HomeBlockLinkPayload'; clientMutationId?: Maybe; homeBlockLink?: Maybe; resolveInfo?: Maybe; }; export type THomeBlockLinkSingleConnection = { __typename?: 'HomeBlockLinkSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeBlockLinkSingleConnectionMode { TRUTH = "TRUTH" } export type THomeBlockLinkSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeBlockLinkSingleConnectionTotal { TRUTH = "TRUTH" } export type THomeBlockLinksEdge = { __typename?: 'HomeBlockLinksEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeBlockLinksListConnection = { __typename?: 'HomeBlockLinksListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type THomeBreakingNews = TNode & TTimestampable & { __typename?: 'HomeBreakingNews'; content?: Maybe; created_at?: Maybe; custom_title?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; with_photo?: Maybe; }; export type THomeBreakingNewsEdge = { __typename?: 'HomeBreakingNewsEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeBreakingNewsFilter = { home_id?: InputMaybe; }; export type THomeBreakingNewsListConnection = { __typename?: 'HomeBreakingNewsListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeBreakingNewsListConnectionMode { TRUTH = "TRUTH" } export type THomeBreakingNewsListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeBreakingNewsListConnectionTotal { TRUTH = "TRUTH" } export type THomeBreakingNewsOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeBreakingNewsOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeBreakingNewsPayload = { __typename?: 'HomeBreakingNewsPayload'; clientMutationId?: Maybe; homeBreakingNews?: Maybe; resolveInfo?: Maybe; }; export type THomeBreakingNewsSingleConnection = { __typename?: 'HomeBreakingNewsSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeBreakingNewsSingleConnectionMode { TRUTH = "TRUTH" } export type THomeBreakingNewsSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeBreakingNewsSingleConnectionTotal { TRUTH = "TRUTH" } export type THomeContent = TNode & TTimestampable & { __typename?: 'HomeContent'; contents?: Maybe>>; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; reserve_contents?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeContentEdge = { __typename?: 'HomeContentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeContentFilter = { home_id?: InputMaybe; }; export type THomeContentIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeContentListConnection = { __typename?: 'HomeContentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeContentListConnectionMode { TRUTH = "TRUTH" } export type THomeContentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeContentListConnectionTotal { TRUTH = "TRUTH" } export type THomeContentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeContentOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeContentPayload = { __typename?: 'HomeContentPayload'; clientMutationId?: Maybe; homeContent?: Maybe; resolveInfo?: Maybe; }; export type THomeContentSingleConnection = { __typename?: 'HomeContentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeContentSingleConnectionMode { TRUTH = "TRUTH" } export type THomeContentSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeContentSingleConnectionTotal { TRUTH = "TRUTH" } export type THomeIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeLock = { __typename?: 'HomeLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type THomeLockPayload = { __typename?: 'HomeLockPayload'; clientMutationId?: Maybe; home?: Maybe; resolveInfo?: Maybe; }; export type THomeLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type THomeNewsTag = TNode & TTimestampable & { __typename?: 'HomeNewsTag'; created_at?: Maybe; custom_tags?: Maybe>>; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeNewsTagEdge = { __typename?: 'HomeNewsTagEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeNewsTagFilter = { home_id?: InputMaybe; }; export type THomeNewsTagIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeNewsTagListConnection = { __typename?: 'HomeNewsTagListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeNewsTagListConnectionMode { TRUTH = "TRUTH" } export type THomeNewsTagListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeNewsTagListConnectionTotal { TRUTH = "TRUTH" } export type THomeNewsTagOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeNewsTagOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeNewsTagPayload = { __typename?: 'HomeNewsTagPayload'; clientMutationId?: Maybe; homeNewsTag?: Maybe; resolveInfo?: Maybe; }; export type THomeNewsTagSingleConnection = { __typename?: 'HomeNewsTagSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeNewsTagSingleConnectionMode { TRUTH = "TRUTH" } export type THomeNewsTagSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeNewsTagSingleConnectionTotal { TRUTH = "TRUTH" } export type THomePayload = { __typename?: 'HomePayload'; clientMutationId?: Maybe; home?: Maybe; resolveInfo?: Maybe; }; export type THomeRecap = TNode & TTimestampable & { __typename?: 'HomeRecap'; contents?: Maybe>>; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeRecapEdge = { __typename?: 'HomeRecapEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeRecapFilter = { home_id?: InputMaybe; }; export type THomeRecapListConnection = { __typename?: 'HomeRecapListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeRecapListConnectionMode { TRUTH = "TRUTH" } export type THomeRecapListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeRecapListConnectionTotal { TRUTH = "TRUTH" } export type THomeRecapOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeRecapOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeRecapPayload = { __typename?: 'HomeRecapPayload'; clientMutationId?: Maybe; homeRecap?: Maybe; resolveInfo?: Maybe; }; export type THomeRecapSingleConnection = { __typename?: 'HomeRecapSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeRecapSingleConnectionMode { TRUTH = "TRUTH" } export type THomeRecapSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeRecapSingleConnectionTotal { TRUTH = "TRUTH" } export type THomeSingleConnection = { __typename?: 'HomeSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomeTopic = TNode & TTimestampable & { __typename?: 'HomeTopic'; created_at?: Maybe; custom_label?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; tag?: Maybe; tag_id: Scalars['ID']['output']; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeTopicTagArgs = { options?: InputMaybe; }; export type THomeTopicEdge = { __typename?: 'HomeTopicEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeTopicFilter = { home_id?: InputMaybe; }; export type THomeTopicIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeTopicListConnection = { __typename?: 'HomeTopicListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeTopicListConnectionMode { TRUTH = "TRUTH" } export type THomeTopicListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeTopicListConnectionTotal { TRUTH = "TRUTH" } export type THomeTopicOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeTopicOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeTopicPayload = { __typename?: 'HomeTopicPayload'; clientMutationId?: Maybe; homeTopic?: Maybe; resolveInfo?: Maybe; }; export type THomeTopicSingleConnection = { __typename?: 'HomeTopicSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeTopicSingleConnectionMode { TRUTH = "TRUTH" } export type THomeTopicSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeTopicSingleConnectionTotal { TRUTH = "TRUTH" } export type THomeVideo = TNode & TTimestampable & { __typename?: 'HomeVideo'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; external_id?: Maybe; home_id: Scalars['ID']['output']; id: Scalars['ID']['output']; service?: Maybe; src?: Maybe; thumbnail?: Maybe; title?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type THomeVideoEdge = { __typename?: 'HomeVideoEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THomeVideoFilter = { home_id?: InputMaybe; }; export type THomeVideoIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type THomeVideoListConnection = { __typename?: 'HomeVideoListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum HomeVideoListConnectionMode { TRUTH = "TRUTH" } export type THomeVideoListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeVideoListConnectionTotal { TRUTH = "TRUTH" } export type THomeVideoOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HomeVideoOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THomeVideoPayload = { __typename?: 'HomeVideoPayload'; clientMutationId?: Maybe; homeVideo?: Maybe; resolveInfo?: Maybe; }; export type THomeVideoSingleConnection = { __typename?: 'HomeVideoSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HomeVideoSingleConnectionMode { TRUTH = "TRUTH" } export type THomeVideoSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum HomeVideoSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum HomeVideoSource { digiteka = "digiteka" } export type THoroscope = TNode & TTimestampable & { __typename?: 'Horoscope'; advice?: Maybe; created_at?: Maybe; date?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; health?: Maybe; horoscopeRelation?: Maybe; horoscopeRelations?: Maybe; horoscope_id?: Maybe; id: Scalars['ID']['output']; job?: Maybe; love?: Maybe; lucky_number?: Maybe; mood?: Maybe; personality?: Maybe; sign?: Maybe; sign_id: Scalars['ID']['output']; type?: Maybe; }; export type THoroscopeHoroscopeRelationArgs = { sign_id?: InputMaybe; }; export type THoroscopeHoroscopeRelationsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type THoroscopeSignArgs = { options?: InputMaybe; }; export type THoroscopeEdge = { __typename?: 'HoroscopeEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type THoroscopeFilter = { date?: InputMaybe; type?: InputMaybe; }; export type THoroscopeListConnection = { __typename?: 'HoroscopeListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type THoroscopeOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum HoroscopeOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type THoroscopePayload = { __typename?: 'HoroscopePayload'; clientMutationId?: Maybe; horoscope?: Maybe; resolveInfo?: Maybe; }; export type THoroscopeSingleConnection = { __typename?: 'HoroscopeSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TJob = TNode & TTimestampable & { __typename?: 'Job'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; employability?: Maybe; external_id?: Maybe; faq?: Maybe; formation?: Maybe>>; id: Scalars['ID']['output']; jobSector?: Maybe; job_sector_id: Scalars['ID']['output']; lead?: Maybe; medias?: Maybe>>; meta?: Maybe; name?: Maybe; partner_url?: Maybe; relatedJobSectors?: Maybe; related_job_sector_ids?: Maybe>>; salary_range_down?: Maybe; salary_range_up?: Maybe; slug?: Maybe; sponsored?: Maybe; url?: Maybe; }; export type TJobRelatedJobSectorsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TJobEdge = { __typename?: 'JobEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TJobFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TJobIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TJobInputFilter = { job_sector_id?: InputMaybe; name?: InputMaybe; salary_range_down?: InputMaybe; salary_range_up?: InputMaybe; }; export type TJobListConnection = { __typename?: 'JobListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum JobListConnectionMode { TRUTH = "TRUTH" } export type TJobListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum JobListConnectionTotal { TRUTH = "TRUTH" } export type TJobOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum JobOrderField { CREATED_AT = "CREATED_AT", NAME = "NAME", SPONSORED = "SPONSORED" } export type TJobPayload = { __typename?: 'JobPayload'; clientMutationId?: Maybe; job?: Maybe; resolveInfo?: Maybe; }; export type TJobSector = TNode & TTimestampable & { __typename?: 'JobSector'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; jobs?: Maybe; lead?: Maybe; meta?: Maybe; name?: Maybe; slug?: Maybe; }; export type TJobSectorJobsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TJobSectorEdge = { __typename?: 'JobSectorEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TJobSectorFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TJobSectorIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TJobSectorInputFilter = { name?: InputMaybe; }; export type TJobSectorListConnection = { __typename?: 'JobSectorListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum JobSectorListConnectionMode { TRUTH = "TRUTH" } export type TJobSectorListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum JobSectorListConnectionTotal { TRUTH = "TRUTH" } export type TJobSectorOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum JobSectorOrderField { CREATED_AT = "CREATED_AT", NAME = "NAME" } export type TJobSectorPayload = { __typename?: 'JobSectorPayload'; clientMutationId?: Maybe; jobSector?: Maybe; resolveInfo?: Maybe; }; export type TJobSectorSingleConnection = { __typename?: 'JobSectorSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum JobSectorSingleConnectionMode { TRUTH = "TRUTH" } export type TJobSectorSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum JobSectorSingleConnectionTotal { TRUTH = "TRUTH" } export type TJobSingleConnection = { __typename?: 'JobSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum JobSingleConnectionMode { TRUTH = "TRUTH" } export type TJobSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum JobSingleConnectionTotal { TRUTH = "TRUTH" } export type TKeywordParentTag = { __typename?: 'KeywordParentTag'; id?: Maybe; label?: Maybe; url_visible?: Maybe; }; export type TKeywordParentTagInput = { id?: InputMaybe; label?: InputMaybe; url_visible?: InputMaybe; }; export type TKeywordPublishing = { __typename?: 'KeywordPublishing'; catchline?: Maybe; id?: Maybe; logo?: Maybe; }; export type TKeywordPublishingInput = { catchline?: InputMaybe; id?: InputMaybe; logo?: InputMaybe; }; export type TLegacy = { __typename?: 'Legacy'; legacyId?: Maybe; parentLegacyId?: Maybe; }; export type TLegacyInput = { legacyId?: InputMaybe; parentLegacyId?: InputMaybe; }; export type TLegalNotice = TNode & TTimestampable & { __typename?: 'LegalNotice'; body?: Maybe; classification?: Maybe; created_at?: Maybe; customer?: Maybe; deleted_at?: Maybe; department?: Maybe; edited_at?: Maybe; expiration_date?: Maybe; expired_at?: Maybe; external_id?: Maybe; header?: Maybe; id: Scalars['ID']['output']; legalNoticeDepartment?: Maybe; logo?: Maybe; notice_file?: Maybe; publishing_date?: Maybe; receipt?: Maybe; signature?: Maybe; source?: Maybe; surtitle?: Maybe; title?: Maybe; }; export type TLegalNoticeBodyFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLegalNoticeDepartment = TNode & TTimestampable & { __typename?: 'LegalNoticeDepartment'; created_at?: Maybe; deleted_at?: Maybe; department_number?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; legalNotices?: Maybe; name?: Maybe; slug?: Maybe; status?: Maybe; }; export type TLegalNoticeDepartmentLegalNoticesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLegalNoticeDepartmentEdge = { __typename?: 'LegalNoticeDepartmentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLegalNoticeDepartmentIdentifierInputType = { clientMutationId?: InputMaybe; id?: InputMaybe; }; export type TLegalNoticeDepartmentInputFilter = { slug?: InputMaybe; }; export type TLegalNoticeDepartmentListConnection = { __typename?: 'LegalNoticeDepartmentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LegalNoticeDepartmentListConnectionMode { TRUTH = "TRUTH" } export type TLegalNoticeDepartmentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LegalNoticeDepartmentListConnectionTotal { TRUTH = "TRUTH" } export type TLegalNoticeDepartmentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LegalNoticeDepartmentOrderField { CREATED_AT = "CREATED_AT", DEPARTMENT_NUMBER = "DEPARTMENT_NUMBER", SLUG = "SLUG" } export type TLegalNoticeDepartmentPayload = { __typename?: 'LegalNoticeDepartmentPayload'; clientMutationId?: Maybe; legalNoticeDepartment?: Maybe; resolveInfo?: Maybe; }; export type TLegalNoticeDepartmentSingleConnection = { __typename?: 'LegalNoticeDepartmentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LegalNoticeDepartmentSingleConnectionMode { TRUTH = "TRUTH" } export type TLegalNoticeDepartmentSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LegalNoticeDepartmentSingleConnectionTotal { TRUTH = "TRUTH" } export type TLegalNoticeEdge = { __typename?: 'LegalNoticeEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLegalNoticeExpirationDateFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLegalNoticeExpiredAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLegalNoticeIdentifierInputType = { clientMutationId?: InputMaybe; id?: InputMaybe; }; export type TLegalNoticeInputFilter = { body?: InputMaybe; department?: InputMaybe; expiration_date?: InputMaybe; expired_at?: InputMaybe; range_end?: InputMaybe; range_start?: InputMaybe; title?: InputMaybe; }; export type TLegalNoticeListConnection = { __typename?: 'LegalNoticeListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LegalNoticeListConnectionMode { TRUTH = "TRUTH" } export type TLegalNoticeListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LegalNoticeListConnectionTotal { TRUTH = "TRUTH" } export type TLegalNoticeOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LegalNoticeOrderField { CREATED_AT = "CREATED_AT", PUBLISHING_DATE = "PUBLISHING_DATE" } export type TLegalNoticePayload = { __typename?: 'LegalNoticePayload'; clientMutationId?: Maybe; legalNotice?: Maybe; resolveInfo?: Maybe; }; export type TLegalNoticeSingleConnection = { __typename?: 'LegalNoticeSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LegalNoticeSingleConnectionMode { TRUTH = "TRUTH" } export type TLegalNoticeSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LegalNoticeSingleConnectionTotal { TRUTH = "TRUTH" } export type TLegalNoticeTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLink = TNode & TTimestampable & { __typename?: 'Link'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; label?: Maybe; meta?: Maybe; nofollow?: Maybe; photo?: Maybe; photo_id?: Maybe; public_id?: Maybe; short_title?: Maybe; theme?: Maybe; themeColor?: Maybe; theme_color_id?: Maybe; title?: Maybe; url?: Maybe; }; export type TLinkPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TLinkCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkEdge = { __typename?: 'LinkEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLinkFilter = { created_at?: InputMaybe; label?: InputMaybe; public_id?: InputMaybe; short_title?: InputMaybe; theme?: InputMaybe; title?: InputMaybe; }; export type TLinkIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TLinkLabelFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkListConnection = { __typename?: 'LinkListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LinkListConnectionMode { TRUTH = "TRUTH" } export type TLinkListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LinkListConnectionTotal { TRUTH = "TRUTH" } export type TLinkOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LinkOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TLinkPayload = { __typename?: 'LinkPayload'; clientMutationId?: Maybe; link?: Maybe; resolveInfo?: Maybe; }; export type TLinkPublicIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkShortTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkSingleConnection = { __typename?: 'LinkSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LinkSingleConnectionMode { TRUTH = "TRUTH" } export type TLinkSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LinkSingleConnectionTotal { TRUTH = "TRUTH" } export type TLinkThemeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLinkTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLive = TCounting & TCrawlable & TLockable & TNode & TPublishable & TPushing & TRouting & TTimestampable & { __typename?: 'Live'; announced_at?: Maybe; brand_id: Scalars['ID']['output']; comment?: Maybe; comments?: Maybe; comments_count?: Maybe; contentLabels?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_blocks?: Maybe; content_label_ids?: Maybe>>; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; coverage_end_time?: Maybe; coverage_start_time?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enable_comments?: Maybe; enable_sponsored_contents?: Maybe; enclose?: Maybe; facebook_count?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; label?: Maybe; lead?: Maybe; legacy_id?: Maybe; linked_articles?: Maybe>>; linked_contents?: Maybe>>; livePost?: Maybe; livePosts?: Maybe; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; medias?: Maybe>>; meta?: Maybe; on_home?: Maybe; pinterest_count?: Maybe; post_moderate_comments?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; push_ids?: Maybe>>; pushs?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; signature_inline?: Maybe; state?: Maybe; suggestAI?: Maybe; summary?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; text_mining?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; visit_counters?: Maybe; }; export type TLiveCommentArgs = { comment_id?: InputMaybe; external_id?: InputMaybe; options?: InputMaybe; }; export type TLiveCommentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLiveContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLiveContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLiveLivePostArgs = { legacy_id?: InputMaybe; live_post_id?: InputMaybe; options?: InputMaybe; }; export type TLiveLivePostsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLivePushsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TLiveReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TLiveTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TLiveVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export declare enum LiveAiFields { SUMMARY = "SUMMARY" } export type TLiveContentLabelIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum LiveContentOrigin { agency = "agency", auto = "auto", baton = "baton", home = "home" } export type TLiveContentOriginIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveEdge = { __typename?: 'LiveEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLiveEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveFilter = { announced_at?: InputMaybe; content_label_ids?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; live_id?: InputMaybe; on_home?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; sentiment?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; state?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TLiveIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TLiveInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TLiveLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveListConnection = { __typename?: 'LiveListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LiveListConnectionMode { TRUTH = "TRUTH" } export type TLiveListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LiveListConnectionTotal { TRUTH = "TRUTH" } export type TLiveLock = { __typename?: 'LiveLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TLiveLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type TLiveMediaInput = { embed?: InputMaybe; illustration?: InputMaybe; legend?: InputMaybe; photo_id?: InputMaybe; podcast?: InputMaybe; type?: InputMaybe; video?: InputMaybe; }; export declare enum LiveMediaSourceType { embed = "embed", photo = "photo", podcast = "podcast", video = "video" } export type TLiveOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LiveOrderField { ANNOUNCED_AT = "ANNOUNCED_AT", COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FPE_EDITED_AT = "FPE_EDITED_AT", LEGACY_ID = "LEGACY_ID", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT" } export type TLivePayload = { __typename?: 'LivePayload'; clientMutationId?: Maybe; live?: Maybe; resolveInfo?: Maybe; }; export type TLivePost = TNode & TTimestampable & { __typename?: 'LivePost'; attachment_blocks?: Maybe; comment?: Maybe; comment_id?: Maybe; content_md?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; is_important?: Maybe; legacy_id?: Maybe; live?: Maybe; livePostLabel?: Maybe; live_id: Scalars['ID']['output']; live_post_label_id?: Maybe; lives?: Maybe; printed_hour?: Maybe; published_at?: Maybe; scheduled_at?: Maybe; status?: Maybe; style?: Maybe; title?: Maybe; type?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type TLivePostLiveArgs = { legacy_id?: InputMaybe; live_id?: InputMaybe; options?: InputMaybe; }; export type TLivePostLivePostLabelArgs = { live_post_label_id?: InputMaybe; options?: InputMaybe; }; export type TLivePostLivesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TLivePostEdge = { __typename?: 'LivePostEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLivePostFilter = { legacy_id?: InputMaybe; live_id?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TLivePostIdentifierInputType = { clientMutationId?: InputMaybe; id?: InputMaybe; live_id?: InputMaybe; }; export type TLivePostLabel = TNode & TTimestampable & { __typename?: 'LivePostLabel'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; livePostLabelType?: Maybe; live_post_label_type_id: Scalars['ID']['output']; logo?: Maybe; name?: Maybe; slug?: Maybe; }; export type TLivePostLabelLivePostLabelTypeArgs = { live_post_label_type_id?: InputMaybe; options?: InputMaybe; }; export type TLivePostLabelEdge = { __typename?: 'LivePostLabelEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLivePostLabelIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TLivePostLabelListConnection = { __typename?: 'LivePostLabelListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LivePostLabelListConnectionMode { TRUTH = "TRUTH" } export type TLivePostLabelListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostLabelListConnectionTotal { TRUTH = "TRUTH" } export type TLivePostLabelOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LivePostLabelOrderField { CREATED_AT = "CREATED_AT", NAME = "NAME", UPDATED_AT = "UPDATED_AT" } export type TLivePostLabelPayload = { __typename?: 'LivePostLabelPayload'; clientMutationId?: Maybe; livePostLabel?: Maybe; resolveInfo?: Maybe; }; export type TLivePostLabelSingleConnection = { __typename?: 'LivePostLabelSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LivePostLabelSingleConnectionMode { TRUTH = "TRUTH" } export type TLivePostLabelSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostLabelSingleConnectionTotal { TRUTH = "TRUTH" } export type TLivePostLabelType = TNode & TTimestampable & { __typename?: 'LivePostLabelType'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name?: Maybe; slug?: Maybe; }; export type TLivePostLabelTypeEdge = { __typename?: 'LivePostLabelTypeEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TLivePostLabelTypeIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TLivePostLabelTypeListConnection = { __typename?: 'LivePostLabelTypeListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LivePostLabelTypeListConnectionMode { TRUTH = "TRUTH" } export type TLivePostLabelTypeListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostLabelTypeListConnectionTotal { TRUTH = "TRUTH" } export type TLivePostLabelTypeOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LivePostLabelTypeOrderField { CREATED_AT = "CREATED_AT", NAME = "NAME", UPDATED_AT = "UPDATED_AT" } export type TLivePostLabelTypePayload = { __typename?: 'LivePostLabelTypePayload'; clientMutationId?: Maybe; livePostLabelType?: Maybe; resolveInfo?: Maybe; }; export type TLivePostLabelTypeSingleConnection = { __typename?: 'LivePostLabelTypeSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LivePostLabelTypeSingleConnectionMode { TRUTH = "TRUTH" } export type TLivePostLabelTypeSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostLabelTypeSingleConnectionTotal { TRUTH = "TRUTH" } export type TLivePostLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLivePostListConnection = { __typename?: 'LivePostListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum LivePostListConnectionMode { TRUTH = "TRUTH" } export type TLivePostListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostListConnectionTotal { TRUTH = "TRUTH" } export type TLivePostLiveIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLivePostOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum LivePostOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", SCHEDULED_AT = "SCHEDULED_AT" } export type TLivePostPayload = { __typename?: 'LivePostPayload'; clientMutationId?: Maybe; livePost?: Maybe; resolveInfo?: Maybe; }; export type TLivePostPublishedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLivePostScheduledAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLivePostSingleConnection = { __typename?: 'LivePostSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LivePostSingleConnectionMode { TRUTH = "TRUTH" } export type TLivePostSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LivePostSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum LivePostStatus { draft = "draft", published = "published", scheduled = "scheduled" } export type TLivePostStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum LivePostType { bold = "bold", community = "community", default = "default", faq = "faq", important = "important", summary = "summary", very_important = "very_important" } export type TLivePostTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLivePostUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum LiveSavedMethod { auto = "auto", manual = "manual" } export declare enum LiveSearchField { CONTENT_TEXT = "CONTENT_TEXT", ENCLOSE_TEXT = "ENCLOSE_TEXT", SUMMARY_TEXT = "SUMMARY_TEXT", TITLE = "TITLE" } export type TLiveSentimentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveSingleConnection = { __typename?: 'LiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum LiveSingleConnectionMode { TRUTH = "TRUTH" } export type TLiveSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum LiveSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum LiveStateType { closed = "closed", open = "open" } export type TLiveStateTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLiveUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TLockable = { locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export declare enum MediaSourceType { embed = "embed", photo = "photo", podcast = "podcast", video = "video" } export type TMenu = TLockable & TNode & TTimestampable & { __typename?: 'Menu'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; nofollow?: Maybe; parent_id?: Maybe; platform_id: Scalars['ID']['output']; sort?: Maybe; sub_menus?: Maybe; tag?: Maybe; tag_id?: Maybe; target_blank?: Maybe; theme?: Maybe; themeColor?: Maybe; theme_color_id?: Maybe; title?: Maybe; type?: Maybe; url?: Maybe; }; export type TMenuSubMenusArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TMenuTagArgs = { options?: InputMaybe; }; export type TMenuThemeColorArgs = { options?: InputMaybe; }; export type TMenuEdge = { __typename?: 'MenuEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TMenuFilter = { type?: InputMaybe; }; export type TMenuIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; platform_id: Scalars['ID']['input']; }; export type TMenuListConnection = { __typename?: 'MenuListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum MenuListConnectionMode { TRUTH = "TRUTH" } export type TMenuListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MenuListConnectionTotal { TRUTH = "TRUTH" } export type TMenuLock = { __typename?: 'MenuLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TMenuLockPayload = { __typename?: 'MenuLockPayload'; clientMutationId?: Maybe; menu?: Maybe; resolveInfo?: Maybe; }; export type TMenuLockerInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; platform_id: Scalars['ID']['input']; }; export type TMenuOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum MenuOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", SORT = "SORT" } export type TMenuPayload = { __typename?: 'MenuPayload'; clientMutationId?: Maybe; menu?: Maybe; resolveInfo?: Maybe; }; export type TMenuSingleConnection = { __typename?: 'MenuSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum MenuSingleConnectionMode { TRUTH = "TRUTH" } export type TMenuSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MenuSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum MenuType { footer = "footer", menu = "menu" } export type TMenuTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TMessengerFields = { __typename?: 'MessengerFields'; exclude_theme?: Maybe>>; first_name?: Maybe; gender?: Maybe; horoscope?: Maybe; last_name?: Maybe; locale?: Maybe; profile_pic?: Maybe; push?: Maybe; push_pdf?: Maybe; sport_team?: Maybe>>; timezone?: Maybe; }; export type TMessengerFieldsInput = { exclude_theme?: InputMaybe>>; first_name?: InputMaybe; gender?: InputMaybe; horoscope?: InputMaybe; last_name?: InputMaybe; locale?: InputMaybe; profile_pic?: InputMaybe; push?: InputMaybe; push_pdf?: InputMaybe; sport_team?: InputMaybe>>; timezone?: InputMaybe; }; export type TMeta = { __typename?: 'Meta'; description?: Maybe; keywords?: Maybe>>; lock_description?: Maybe; lock_title?: Maybe; news_keywords?: Maybe>>; title?: Maybe; }; export type TMetaInput = { description?: InputMaybe; keywords?: InputMaybe>>; lock_description?: InputMaybe; lock_title?: InputMaybe; news_keywords?: InputMaybe>>; title?: InputMaybe; }; export declare enum ModelType { Article = "Article", BlockLink = "BlockLink", ContentLabel = "ContentLabel", Link = "Link", Live = "Live", Page = "Page", Photo = "Photo", Story = "Story", Tag = "Tag" } export type TModifyUserBotMessengerFieldsType = { clientMutationId?: InputMaybe; id?: InputMaybe; messenger_fields?: InputMaybe; }; export type TMovie = TNode & TTimestampable & { __typename?: 'Movie'; article_url?: Maybe; created_at?: Maybe; deleted_at?: Maybe; duration?: Maybe; edited_at?: Maybe; expectation_level?: Maybe; external_id?: Maybe; genres?: Maybe>>; id: Scalars['ID']['output']; in_theater?: Maybe; movieCasting?: Maybe; movieCastings?: Maybe; movieMedia?: Maybe; movieMedias?: Maybe; prod_countries?: Maybe>>; prod_languages?: Maybe>>; prod_type?: Maybe; prod_year?: Maybe; release_date?: Maybe; slug?: Maybe; summary_long?: Maybe; summary_short?: Maybe; title?: Maybe; title_fr?: Maybe; }; export type TMovieMovieCastingArgs = { movie_casting_id?: InputMaybe; options?: InputMaybe; }; export type TMovieMovieCastingsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TMovieMovieMediaArgs = { movie_media_id?: InputMaybe; options?: InputMaybe; }; export type TMovieMovieMediasArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TMovieCasting = TNode & TTimestampable & { __typename?: 'MovieCasting'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; firstname?: Maybe; id: Scalars['ID']['output']; lastname?: Maybe; movie_id?: Maybe; position?: Maybe; type?: Maybe; }; export type TMovieCastingEdge = { __typename?: 'MovieCastingEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TMovieCastingFilter = { type?: InputMaybe; }; export type TMovieCastingIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; movie_id: Scalars['ID']['input']; }; export type TMovieCastingListConnection = { __typename?: 'MovieCastingListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum MovieCastingListConnectionMode { TRUTH = "TRUTH" } export type TMovieCastingListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieCastingListConnectionTotal { TRUTH = "TRUTH" } export type TMovieCastingOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum MovieCastingOrderField { CREATED_AT = "CREATED_AT", TYPE = "TYPE" } export type TMovieCastingPayload = { __typename?: 'MovieCastingPayload'; clientMutationId?: Maybe; movieCasting?: Maybe; resolveInfo?: Maybe; }; export type TMovieCastingSingleConnection = { __typename?: 'MovieCastingSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum MovieCastingSingleConnectionMode { TRUTH = "TRUTH" } export type TMovieCastingSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieCastingSingleConnectionTotal { TRUTH = "TRUTH" } export type TMovieEdge = { __typename?: 'MovieEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TMovieFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TMovieIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TMovieInputFilter = { article_url?: InputMaybe; status?: InputMaybe; }; export type TMovieInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TMovieListConnection = { __typename?: 'MovieListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum MovieListConnectionMode { TRUTH = "TRUTH" } export type TMovieListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieListConnectionTotal { TRUTH = "TRUTH" } export type TMovieMedia = TNode & TTimestampable & { __typename?: 'MovieMedia'; copyright?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; legend?: Maybe; movie_id?: Maybe; original_src?: Maybe; src?: Maybe; type?: Maybe; }; export type TMovieMediaEdge = { __typename?: 'MovieMediaEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TMovieMediaFilter = { type?: InputMaybe; }; export type TMovieMediaIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; movie_id: Scalars['ID']['input']; }; export type TMovieMediaListConnection = { __typename?: 'MovieMediaListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum MovieMediaListConnectionMode { TRUTH = "TRUTH" } export type TMovieMediaListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieMediaListConnectionTotal { TRUTH = "TRUTH" } export type TMovieMediaOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum MovieMediaOrderField { CREATED_AT = "CREATED_AT" } export type TMovieMediaPayload = { __typename?: 'MovieMediaPayload'; clientMutationId?: Maybe; movieMedia?: Maybe; resolveInfo?: Maybe; }; export type TMovieMediaSingleConnection = { __typename?: 'MovieMediaSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum MovieMediaSingleConnectionMode { TRUTH = "TRUTH" } export type TMovieMediaSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieMediaSingleConnectionTotal { TRUTH = "TRUTH" } export type TMovieOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum MovieOrderField { CREATED_AT = "CREATED_AT", EXPECTATION_LEVEL = "EXPECTATION_LEVEL", RELEASE_DATE = "RELEASE_DATE", TITLE_FR = "TITLE_FR" } export type TMoviePayload = { __typename?: 'MoviePayload'; clientMutationId?: Maybe; movie?: Maybe; resolveInfo?: Maybe; }; export declare enum MovieSearchField { SUMMARY_LONG = "SUMMARY_LONG", SUMMARY_SHORT = "SUMMARY_SHORT", TITLE = "TITLE", TITLE_FR = "TITLE_FR" } export type TMovieSingleConnection = { __typename?: 'MovieSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum MovieSingleConnectionMode { TRUTH = "TRUTH" } export type TMovieSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum MovieSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum MovieStatus { in_theaters = "in_theaters", last_releases = "last_releases", soon = "soon" } export type TMutation = { __typename?: 'Mutation'; activateUserBack?: Maybe; addFavoriteGameUserFront?: Maybe; anonymizeUserBot?: Maybe; anonymizeUserFront?: Maybe; anonymizeUserFrontFromCrm?: Maybe; askBookReviewSubscriptionUserFront?: Maybe; changeGradesUserFront?: Maybe; confirmationNewsletterAccountUserFront?: Maybe; createAndSigninUserFront?: Maybe; createArticle?: Maybe; createArticleAuto?: Maybe; createArticleFromSynchro?: Maybe; createArticleWithAI?: Maybe; createBlockLink?: Maybe; createBook?: Maybe; createBookReview?: Maybe; createComment?: Maybe; createConsent?: Maybe; createContentLabel?: Maybe; createContentLifeCycle?: Maybe; createContentOrigin?: Maybe; createContentSource?: Maybe; createContribution?: Maybe; createEdition?: Maybe; createExternalContent?: Maybe; createGroup?: Maybe; createHomeBlockLink?: Maybe; createHomeBreakingNews?: Maybe; createHomeContent?: Maybe; createHomeNewsTag?: Maybe; createHomeRecap?: Maybe; createHomeTopic?: Maybe; createHomeVideo?: Maybe; createHoroscope?: Maybe; createJob?: Maybe; createJobSector?: Maybe; createJournalistUserFront?: Maybe; createLegalNotice?: Maybe; createLegalNoticeDepartment?: Maybe; createLink?: Maybe; createLive?: Maybe; createLiveFromSynchro?: Maybe; createLivePost?: Maybe; createLivePostFromSynchro?: Maybe; createLivePostLabel?: Maybe; createLivePostLabelType?: Maybe; createMenu?: Maybe; createMovie?: Maybe; createMovieCasting?: Maybe; createMovieMedia?: Maybe; createNewsDispatch?: Maybe; createNewsDispatchCounter?: Maybe; createNewsletter?: Maybe; createNotification?: Maybe; createNotificationUserFront?: Maybe; createPage?: Maybe; createPdf?: Maybe; createPhoto?: Maybe; createPhotoFromHeimdall?: Maybe; createPhotoFromSipa?: Maybe; createPhotoFromUrl?: Maybe; createPlainFile?: Maybe; createPlatform?: Maybe; createPublishing?: Maybe; createPush?: Maybe; createReaction?: Maybe; createRedirect?: Maybe; createRssFeed?: Maybe; createSearchBack?: Maybe; createService?: Maybe; createSign?: Maybe; createStaticPage?: Maybe; createStory?: Maybe; createStoryPage?: Maybe; createSubtype?: Maybe; createSuggestAI?: Maybe; createTag?: Maybe; createTagCategory?: Maybe; createThemeColor?: Maybe; createUserBack?: Maybe; createUserBackBrand?: Maybe; createUserBot?: Maybe; createUserFront?: Maybe; createVersion?: Maybe; createVideo?: Maybe; deactivateUserBack?: Maybe; deleteArticle?: Maybe; deleteBlockLink?: Maybe; deleteBook?: Maybe; deleteBookReview?: Maybe; deleteComment?: Maybe; deleteConsent?: Maybe; deleteContentLabel?: Maybe; deleteContentLifeCycle?: Maybe; deleteContentOrigin?: Maybe; deleteContentSource?: Maybe; deleteContribution?: Maybe; deleteEdition?: Maybe; deleteExternalContent?: Maybe; deleteGroup?: Maybe; deleteHoroscope?: Maybe; deleteJob?: Maybe; deleteJobSector?: Maybe; deleteLegalNotice?: Maybe; deleteLegalNoticeDepartment?: Maybe; deleteLink?: Maybe; deleteLive?: Maybe; deleteLivePost?: Maybe; deleteLivePostLabel?: Maybe; deleteLivePostLabelType?: Maybe; deleteMenu?: Maybe; deleteMovie?: Maybe; deleteMovieCasting?: Maybe; deleteMovieMedia?: Maybe; deleteNewsDispatch?: Maybe; deleteNewsDispatchCounter?: Maybe; deleteNewsletter?: Maybe; deleteNotification?: Maybe; deleteNotificationUserFront?: Maybe; deletePage?: Maybe; deletePdf?: Maybe; deletePhoto?: Maybe; deletePlainFile?: Maybe; deletePlatform?: Maybe; deletePublishing?: Maybe; deletePush?: Maybe; deleteReaction?: Maybe; deleteRedirect?: Maybe; deleteRssFeed?: Maybe; deleteSearchBack?: Maybe; deleteService?: Maybe; deleteSession?: Maybe; deleteSign?: Maybe; deleteStaticPage?: Maybe; deleteStory?: Maybe; deleteStoryPage?: Maybe; deleteSubtype?: Maybe; deleteSuggestAI?: Maybe; deleteTag?: Maybe; deleteTagCategory?: Maybe; deleteThemeColor?: Maybe; deleteUserBack?: Maybe; deleteUserBackBrand?: Maybe; deleteUserBot?: Maybe; deleteUserFront?: Maybe; deleteVersion?: Maybe; deleteVideo?: Maybe; enableBookReviewSubscriptionUserFront?: Maybe; fillCampaignsResultsPush?: Maybe; forgotPasswordUserFront?: Maybe; logoutUserBack?: Maybe; logoutUserFront?: Maybe; manageArticleLock?: Maybe; manageExternalContentLock?: Maybe; manageHomeLock?: Maybe; manageLiveLock?: Maybe; manageMenuLock?: Maybe; managePageLock?: Maybe; manageStoryLock?: Maybe; modifyUserBotMessengerFields?: Maybe; notifyMisspellingUserFront?: Maybe; paymentConfirmationUserFront?: Maybe; refreshCookieUserBack?: Maybe; refuseBookReviewSubscriptionUserFront?: Maybe; regenerateSessionIdUserFront?: Maybe; removeAvatarUserFront?: Maybe; removeFavoriteGameUserFront?: Maybe; resetPasswordUserFront?: Maybe; resetUserFrontConfirmationToken?: Maybe; resubscribeUserFrontPaidAccount?: Maybe; saveArticleUserFront?: Maybe; setDefaultContentSource?: Maybe; setDefaultThemeColor?: Maybe; signLogoraUserFront?: Maybe; signinAppleUserFront?: Maybe; signinFacebookUserFront?: Maybe; signinGoogleUserBack?: Maybe; signinGoogleUserFront?: Maybe; signinOIDCUserBack?: Maybe; signinUserFront?: Maybe; signupConfirmationUserFront?: Maybe; subscribeNewsletterUserFront?: Maybe; subscriptionNewsletterUserFront?: Maybe; subscriptionNewsletterWidgetUserFront?: Maybe; undeleteArticle?: Maybe; undeleteBlockLink?: Maybe; undeleteBook?: Maybe; undeleteComment?: Maybe; undeleteConsent?: Maybe; undeleteContentLabel?: Maybe; undeleteContentOrigin?: Maybe; undeleteContentSource?: Maybe; undeleteContribution?: Maybe; undeleteEdition?: Maybe; undeleteExternalContent?: Maybe; undeleteGroup?: Maybe; undeleteHoroscope?: Maybe; undeleteJob?: Maybe; undeleteJobSector?: Maybe; undeleteLegalNotice?: Maybe; undeleteLegalNoticeDepartment?: Maybe; undeleteLink?: Maybe; undeleteLive?: Maybe; undeleteLivePostLabel?: Maybe; undeleteLivePostLabelType?: Maybe; undeleteMenu?: Maybe; undeleteMovie?: Maybe; undeleteMovieCasting?: Maybe; undeleteMovieMedia?: Maybe; undeleteNewsDispatch?: Maybe; undeleteNewsDispatchCounter?: Maybe; undeleteNewsletter?: Maybe; undeleteNotification?: Maybe; undeleteNotificationUserFront?: Maybe; undeletePage?: Maybe; undeletePdf?: Maybe; undeletePhoto?: Maybe; undeletePlainFile?: Maybe; undeletePlatform?: Maybe; undeletePublishing?: Maybe; undeletePush?: Maybe; undeleteRedirect?: Maybe; undeleteRssFeed?: Maybe; undeleteService?: Maybe; undeleteSign?: Maybe; undeleteStaticPage?: Maybe; undeleteStory?: Maybe; undeleteSubtype?: Maybe; undeleteSuggestAI?: Maybe; undeleteTag?: Maybe; undeleteTagCategory?: Maybe; undeleteThemeColor?: Maybe; undeleteUserBack?: Maybe; undeleteUserFront?: Maybe; undeleteVideo?: Maybe; unsaveArticleUserFront?: Maybe; unsubscribeAllNewsletterUserFront?: Maybe; unsubscribeNewsletterUserFront?: Maybe; unsubscribeUserFrontPaidAccount?: Maybe; unsubscriptionNewsletterUserFront?: Maybe; updateArticle?: Maybe; updateArticleAuto?: Maybe; updateArticleFieldWithAI?: Maybe; updateArticleFromSynchro?: Maybe; updateArticleTags?: Maybe; updateBlockLink?: Maybe; updateBook?: Maybe; updateBookReview?: Maybe; updateComment?: Maybe; updateConsent?: Maybe; updateContentLabel?: Maybe; updateContentOrigin?: Maybe; updateContentSource?: Maybe; updateContribution?: Maybe; updateEdition?: Maybe; updateExternalContent?: Maybe; updateGroup?: Maybe; updateHome?: Maybe; updateHomeBlockLink?: Maybe; updateHomeBreakingNews?: Maybe; updateHomeContent?: Maybe; updateHomeContentReserve?: Maybe; updateHomeNewsTag?: Maybe; updateHomeRecap?: Maybe; updateHomeTopic?: Maybe; updateHomeVideo?: Maybe; updateHoroscope?: Maybe; updateJob?: Maybe; updateJobSector?: Maybe; updateLegalNotice?: Maybe; updateLegalNoticeDepartment?: Maybe; updateLink?: Maybe; updateLive?: Maybe; updateLiveFieldWithAI?: Maybe; updateLiveFromSynchro?: Maybe; updateLivePost?: Maybe; updateLivePostFromSynchro?: Maybe; updateLivePostLabel?: Maybe; updateLivePostLabelType?: Maybe; updateLiveTags?: Maybe; updateLoginTimeUserBackBrand?: Maybe; updateMenu?: Maybe; updateMovie?: Maybe; updateMovieCasting?: Maybe; updateMovieMedia?: Maybe; updateNewsDispatch?: Maybe; updateNewsDispatchCounter?: Maybe; updateNewsletter?: Maybe; updateNotification?: Maybe; updateNotificationUserFront?: Maybe; updateNotifications?: Maybe; updatePage?: Maybe; updatePageWithAI?: Maybe; updatePdf?: Maybe; updatePhoto?: Maybe; updatePhotoFromHeimdall?: Maybe; updatePlainFile?: Maybe; updatePlatform?: Maybe; updatePlatformFeatures?: Maybe; updatePlatformMenus?: Maybe; updatePublishing?: Maybe; updatePush?: Maybe; updateReaction?: Maybe; updateRedirect?: Maybe; updateRssFeed?: Maybe; updateSearchBack?: Maybe; updateService?: Maybe; updateSession?: Maybe; updateSign?: Maybe; updateStaticPage?: Maybe; updateStatsUserFront?: Maybe; updateStormUserFront?: Maybe; updateStory?: Maybe; updateStoryPage?: Maybe; updateStoryTags?: Maybe; updateSubtype?: Maybe; updateSuggestAI?: Maybe; updateTag?: Maybe; updateTagCategory?: Maybe; updateThemeColor?: Maybe; updateUserBack?: Maybe; updateUserBackBrand?: Maybe; updateUserBot?: Maybe; updateUserFront?: Maybe; updateUserFrontConfirmationToken?: Maybe; updateUserFrontDarkmode?: Maybe; updateUserFrontEmail?: Maybe; updateUserFrontOrigin?: Maybe; updateUserFrontPassword?: Maybe; updateUserFrontQualifio?: Maybe; updateUserFrontTutorials?: Maybe; updateUserFrontUsername?: Maybe; updateVideo?: Maybe; }; export type TMutationActivateUserBackArgs = { input?: InputMaybe; }; export type TMutationAddFavoriteGameUserFrontArgs = { input?: InputMaybe; }; export type TMutationAnonymizeUserBotArgs = { input?: InputMaybe; }; export type TMutationAnonymizeUserFrontArgs = { input?: InputMaybe; }; export type TMutationAnonymizeUserFrontFromCrmArgs = { input?: InputMaybe; }; export type TMutationAskBookReviewSubscriptionUserFrontArgs = { input?: InputMaybe; }; export type TMutationChangeGradesUserFrontArgs = { input?: InputMaybe; }; export type TMutationConfirmationNewsletterAccountUserFrontArgs = { input?: InputMaybe; }; export type TMutationCreateAndSigninUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateArticleArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateArticleAutoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateArticleFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateArticleWithAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateBlockLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateBookArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateBookReviewArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateCommentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateConsentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateContentLabelArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateContentLifeCycleArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateContentOriginArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateContentSourceArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateContributionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateEditionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateExternalContentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateGroupArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeBlockLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeBreakingNewsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeContentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeNewsTagArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeRecapArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeTopicArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHomeVideoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateHoroscopeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateJobArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateJobSectorArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateJournalistUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLegalNoticeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLegalNoticeDepartmentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLiveArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLiveFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLivePostArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLivePostFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLivePostLabelArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateLivePostLabelTypeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateMenuArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateMovieArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateMovieCastingArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateMovieMediaArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateNewsDispatchArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateNewsDispatchCounterArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateNewsletterArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateNotificationArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateNotificationUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePdfArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePhotoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePhotoFromHeimdallArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePhotoFromSipaArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePhotoFromUrlArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePlainFileArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePlatformArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePublishingArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreatePushArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateReactionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateRedirectArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateRssFeedArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateSearchBackArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateServiceArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateSignArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateStaticPageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateStoryArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateStoryPageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateSubtypeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateSuggestAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateTagArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateTagCategoryArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateThemeColorArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateUserBackArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateUserBackBrandArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateUserBotArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateVersionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationCreateVideoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationDeactivateUserBackArgs = { input?: InputMaybe; }; export type TMutationDeleteArticleArgs = { input?: InputMaybe; }; export type TMutationDeleteBlockLinkArgs = { input?: InputMaybe; }; export type TMutationDeleteBookArgs = { input?: InputMaybe; }; export type TMutationDeleteBookReviewArgs = { input?: InputMaybe; }; export type TMutationDeleteCommentArgs = { input?: InputMaybe; }; export type TMutationDeleteConsentArgs = { input?: InputMaybe; }; export type TMutationDeleteContentLabelArgs = { input?: InputMaybe; }; export type TMutationDeleteContentLifeCycleArgs = { input?: InputMaybe; }; export type TMutationDeleteContentOriginArgs = { input?: InputMaybe; }; export type TMutationDeleteContentSourceArgs = { input?: InputMaybe; }; export type TMutationDeleteContributionArgs = { input?: InputMaybe; }; export type TMutationDeleteEditionArgs = { input?: InputMaybe; }; export type TMutationDeleteExternalContentArgs = { input?: InputMaybe; }; export type TMutationDeleteGroupArgs = { input?: InputMaybe; }; export type TMutationDeleteHoroscopeArgs = { input?: InputMaybe; }; export type TMutationDeleteJobArgs = { input?: InputMaybe; }; export type TMutationDeleteJobSectorArgs = { input?: InputMaybe; }; export type TMutationDeleteLegalNoticeArgs = { input?: InputMaybe; }; export type TMutationDeleteLegalNoticeDepartmentArgs = { input?: InputMaybe; }; export type TMutationDeleteLinkArgs = { input?: InputMaybe; }; export type TMutationDeleteLiveArgs = { input?: InputMaybe; }; export type TMutationDeleteLivePostArgs = { input?: InputMaybe; }; export type TMutationDeleteLivePostLabelArgs = { input?: InputMaybe; }; export type TMutationDeleteLivePostLabelTypeArgs = { input?: InputMaybe; }; export type TMutationDeleteMenuArgs = { input?: InputMaybe; }; export type TMutationDeleteMovieArgs = { input?: InputMaybe; }; export type TMutationDeleteMovieCastingArgs = { input?: InputMaybe; }; export type TMutationDeleteMovieMediaArgs = { input?: InputMaybe; }; export type TMutationDeleteNewsDispatchArgs = { input?: InputMaybe; }; export type TMutationDeleteNewsDispatchCounterArgs = { input?: InputMaybe; }; export type TMutationDeleteNewsletterArgs = { input?: InputMaybe; }; export type TMutationDeleteNotificationArgs = { input?: InputMaybe; }; export type TMutationDeleteNotificationUserFrontArgs = { input?: InputMaybe; }; export type TMutationDeletePageArgs = { input?: InputMaybe; }; export type TMutationDeletePdfArgs = { input?: InputMaybe; }; export type TMutationDeletePhotoArgs = { input?: InputMaybe; }; export type TMutationDeletePlainFileArgs = { input?: InputMaybe; }; export type TMutationDeletePlatformArgs = { input?: InputMaybe; }; export type TMutationDeletePublishingArgs = { input?: InputMaybe; }; export type TMutationDeletePushArgs = { input?: InputMaybe; }; export type TMutationDeleteReactionArgs = { input?: InputMaybe; }; export type TMutationDeleteRedirectArgs = { input?: InputMaybe; }; export type TMutationDeleteRssFeedArgs = { input?: InputMaybe; }; export type TMutationDeleteSearchBackArgs = { input?: InputMaybe; }; export type TMutationDeleteServiceArgs = { input?: InputMaybe; }; export type TMutationDeleteSessionArgs = { input?: InputMaybe; }; export type TMutationDeleteSignArgs = { input?: InputMaybe; }; export type TMutationDeleteStaticPageArgs = { input?: InputMaybe; }; export type TMutationDeleteStoryArgs = { input?: InputMaybe; }; export type TMutationDeleteStoryPageArgs = { input?: InputMaybe; }; export type TMutationDeleteSubtypeArgs = { input?: InputMaybe; }; export type TMutationDeleteSuggestAiArgs = { input?: InputMaybe; }; export type TMutationDeleteTagArgs = { input?: InputMaybe; }; export type TMutationDeleteTagCategoryArgs = { input?: InputMaybe; }; export type TMutationDeleteThemeColorArgs = { input?: InputMaybe; }; export type TMutationDeleteUserBackArgs = { input?: InputMaybe; }; export type TMutationDeleteUserBackBrandArgs = { input?: InputMaybe; }; export type TMutationDeleteUserBotArgs = { input?: InputMaybe; }; export type TMutationDeleteUserFrontArgs = { input?: InputMaybe; }; export type TMutationDeleteVersionArgs = { input?: InputMaybe; }; export type TMutationDeleteVideoArgs = { input?: InputMaybe; }; export type TMutationEnableBookReviewSubscriptionUserFrontArgs = { input?: InputMaybe; }; export type TMutationFillCampaignsResultsPushArgs = { input?: InputMaybe; }; export type TMutationForgotPasswordUserFrontArgs = { input?: InputMaybe; }; export type TMutationLogoutUserBackArgs = { input?: InputMaybe; }; export type TMutationLogoutUserFrontArgs = { input?: InputMaybe; }; export type TMutationManageArticleLockArgs = { input?: InputMaybe; }; export type TMutationManageExternalContentLockArgs = { input?: InputMaybe; }; export type TMutationManageHomeLockArgs = { input?: InputMaybe; }; export type TMutationManageLiveLockArgs = { input?: InputMaybe; }; export type TMutationManageMenuLockArgs = { input?: InputMaybe; }; export type TMutationManagePageLockArgs = { input?: InputMaybe; }; export type TMutationManageStoryLockArgs = { input?: InputMaybe; }; export type TMutationModifyUserBotMessengerFieldsArgs = { input?: InputMaybe; }; export type TMutationNotifyMisspellingUserFrontArgs = { input?: InputMaybe; }; export type TMutationPaymentConfirmationUserFrontArgs = { input?: InputMaybe; }; export type TMutationRefreshCookieUserBackArgs = { input?: InputMaybe; }; export type TMutationRefuseBookReviewSubscriptionUserFrontArgs = { input?: InputMaybe; }; export type TMutationRegenerateSessionIdUserFrontArgs = { input?: InputMaybe; }; export type TMutationRemoveAvatarUserFrontArgs = { input?: InputMaybe; }; export type TMutationRemoveFavoriteGameUserFrontArgs = { input?: InputMaybe; }; export type TMutationResetPasswordUserFrontArgs = { input?: InputMaybe; }; export type TMutationResetUserFrontConfirmationTokenArgs = { input?: InputMaybe; }; export type TMutationResubscribeUserFrontPaidAccountArgs = { input?: InputMaybe; }; export type TMutationSaveArticleUserFrontArgs = { input?: InputMaybe; }; export type TMutationSetDefaultContentSourceArgs = { input?: InputMaybe; }; export type TMutationSetDefaultThemeColorArgs = { input?: InputMaybe; }; export type TMutationSignLogoraUserFrontArgs = { input?: InputMaybe; }; export type TMutationSigninAppleUserFrontArgs = { input?: InputMaybe; }; export type TMutationSigninFacebookUserFrontArgs = { input?: InputMaybe; }; export type TMutationSigninGoogleUserBackArgs = { input?: InputMaybe; }; export type TMutationSigninGoogleUserFrontArgs = { input?: InputMaybe; }; export type TMutationSigninOidcUserBackArgs = { input?: InputMaybe; }; export type TMutationSigninUserFrontArgs = { input?: InputMaybe; }; export type TMutationSignupConfirmationUserFrontArgs = { input?: InputMaybe; }; export type TMutationSubscribeNewsletterUserFrontArgs = { input?: InputMaybe; }; export type TMutationSubscriptionNewsletterUserFrontArgs = { input?: InputMaybe; }; export type TMutationSubscriptionNewsletterWidgetUserFrontArgs = { input?: InputMaybe; }; export type TMutationUndeleteArticleArgs = { input?: InputMaybe; }; export type TMutationUndeleteBlockLinkArgs = { input?: InputMaybe; }; export type TMutationUndeleteBookArgs = { input?: InputMaybe; }; export type TMutationUndeleteCommentArgs = { input?: InputMaybe; }; export type TMutationUndeleteConsentArgs = { input?: InputMaybe; }; export type TMutationUndeleteContentLabelArgs = { input?: InputMaybe; }; export type TMutationUndeleteContentOriginArgs = { input?: InputMaybe; }; export type TMutationUndeleteContentSourceArgs = { input?: InputMaybe; }; export type TMutationUndeleteContributionArgs = { input?: InputMaybe; }; export type TMutationUndeleteEditionArgs = { input?: InputMaybe; }; export type TMutationUndeleteExternalContentArgs = { input?: InputMaybe; }; export type TMutationUndeleteGroupArgs = { input?: InputMaybe; }; export type TMutationUndeleteHoroscopeArgs = { input?: InputMaybe; }; export type TMutationUndeleteJobArgs = { input?: InputMaybe; }; export type TMutationUndeleteJobSectorArgs = { input?: InputMaybe; }; export type TMutationUndeleteLegalNoticeArgs = { input?: InputMaybe; }; export type TMutationUndeleteLegalNoticeDepartmentArgs = { input?: InputMaybe; }; export type TMutationUndeleteLinkArgs = { input?: InputMaybe; }; export type TMutationUndeleteLiveArgs = { input?: InputMaybe; }; export type TMutationUndeleteLivePostLabelArgs = { input?: InputMaybe; }; export type TMutationUndeleteLivePostLabelTypeArgs = { input?: InputMaybe; }; export type TMutationUndeleteMenuArgs = { input?: InputMaybe; }; export type TMutationUndeleteMovieArgs = { input?: InputMaybe; }; export type TMutationUndeleteMovieCastingArgs = { input?: InputMaybe; }; export type TMutationUndeleteMovieMediaArgs = { input?: InputMaybe; }; export type TMutationUndeleteNewsDispatchArgs = { input?: InputMaybe; }; export type TMutationUndeleteNewsDispatchCounterArgs = { input?: InputMaybe; }; export type TMutationUndeleteNewsletterArgs = { input?: InputMaybe; }; export type TMutationUndeleteNotificationArgs = { input?: InputMaybe; }; export type TMutationUndeleteNotificationUserFrontArgs = { input?: InputMaybe; }; export type TMutationUndeletePageArgs = { input?: InputMaybe; }; export type TMutationUndeletePdfArgs = { input?: InputMaybe; }; export type TMutationUndeletePhotoArgs = { input?: InputMaybe; }; export type TMutationUndeletePlainFileArgs = { input?: InputMaybe; }; export type TMutationUndeletePlatformArgs = { input?: InputMaybe; }; export type TMutationUndeletePublishingArgs = { input?: InputMaybe; }; export type TMutationUndeletePushArgs = { input?: InputMaybe; }; export type TMutationUndeleteRedirectArgs = { input?: InputMaybe; }; export type TMutationUndeleteRssFeedArgs = { input?: InputMaybe; }; export type TMutationUndeleteServiceArgs = { input?: InputMaybe; }; export type TMutationUndeleteSignArgs = { input?: InputMaybe; }; export type TMutationUndeleteStaticPageArgs = { input?: InputMaybe; }; export type TMutationUndeleteStoryArgs = { input?: InputMaybe; }; export type TMutationUndeleteSubtypeArgs = { input?: InputMaybe; }; export type TMutationUndeleteSuggestAiArgs = { input?: InputMaybe; }; export type TMutationUndeleteTagArgs = { input?: InputMaybe; }; export type TMutationUndeleteTagCategoryArgs = { input?: InputMaybe; }; export type TMutationUndeleteThemeColorArgs = { input?: InputMaybe; }; export type TMutationUndeleteUserBackArgs = { input?: InputMaybe; }; export type TMutationUndeleteUserFrontArgs = { input?: InputMaybe; }; export type TMutationUndeleteVideoArgs = { input?: InputMaybe; }; export type TMutationUnsaveArticleUserFrontArgs = { input?: InputMaybe; }; export type TMutationUnsubscribeAllNewsletterUserFrontArgs = { input?: InputMaybe; }; export type TMutationUnsubscribeNewsletterUserFrontArgs = { input?: InputMaybe; }; export type TMutationUnsubscribeUserFrontPaidAccountArgs = { input?: InputMaybe; }; export type TMutationUnsubscriptionNewsletterUserFrontArgs = { input?: InputMaybe; }; export type TMutationUpdateArticleArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateArticleAutoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateArticleFieldWithAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateArticleFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateArticleTagsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateBlockLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateBookArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateBookReviewArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateCommentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateConsentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateContentLabelArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateContentOriginArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateContentSourceArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateContributionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateEditionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateExternalContentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateGroupArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeBlockLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeBreakingNewsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeContentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeContentReserveArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeNewsTagArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeRecapArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeTopicArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHomeVideoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateHoroscopeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateJobArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateJobSectorArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLegalNoticeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLegalNoticeDepartmentArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLinkArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLiveArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLiveFieldWithAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLiveFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLivePostArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLivePostFromSynchroArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLivePostLabelArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLivePostLabelTypeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLiveTagsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateLoginTimeUserBackBrandArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateMenuArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateMovieArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateMovieCastingArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateMovieMediaArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNewsDispatchArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNewsDispatchCounterArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNewsletterArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNotificationArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNotificationUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateNotificationsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePageWithAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePdfArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePhotoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePhotoFromHeimdallArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePlainFileArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePlatformArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePlatformFeaturesArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePlatformMenusArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePublishingArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdatePushArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateReactionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateRedirectArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateRssFeedArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateSearchBackArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateServiceArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateSessionArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateSignArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStaticPageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStatsUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStormUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStoryArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStoryPageArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateStoryTagsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateSubtypeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateSuggestAiArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateTagArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateTagCategoryArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateThemeColorArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserBackArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserBackBrandArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserBotArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontConfirmationTokenArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontDarkmodeArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontEmailArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontOriginArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontPasswordArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontQualifioArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontTutorialsArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateUserFrontUsernameArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TMutationUpdateVideoArgs = { input?: InputMaybe; options?: InputMaybe; }; export type TNewsDispatch = TNode & { __typename?: 'NewsDispatch'; brand_id: Scalars['ID']['output']; changes?: Maybe; content_djs?: Maybe; created_at?: Maybe; creator?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; expiration_date?: Maybe; external_id?: Maybe; external_tags?: Maybe>>; id: Scalars['ID']['output']; images?: Maybe>>; lead?: Maybe; location?: Maybe; original_datetime?: Maybe; provider?: Maybe; revision_datetime?: Maybe; status?: Maybe; title?: Maybe; urgency?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type TNewsDispatchCounter = TNode & { __typename?: 'NewsDispatchCounter'; brand_id: Scalars['ID']['output']; counter?: Maybe; created_at?: Maybe; date?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; news_dispatch_ids?: Maybe>>; provider?: Maybe; }; export type TNewsDispatchCounterCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchCounterDateFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchCounterEdge = { __typename?: 'NewsDispatchCounterEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TNewsDispatchCounterFilter = { created_at?: InputMaybe; date?: InputMaybe; provider?: InputMaybe; }; export type TNewsDispatchCounterIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TNewsDispatchCounterListConnection = { __typename?: 'NewsDispatchCounterListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum NewsDispatchCounterListConnectionMode { TRUTH = "TRUTH" } export type TNewsDispatchCounterListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsDispatchCounterListConnectionTotal { TRUTH = "TRUTH" } export type TNewsDispatchCounterOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum NewsDispatchCounterOrderField { CREATED_AT = "CREATED_AT", DATE = "DATE" } export type TNewsDispatchCounterPayload = { __typename?: 'NewsDispatchCounterPayload'; clientMutationId?: Maybe; newsDispatchCounter?: Maybe; resolveInfo?: Maybe; }; export type TNewsDispatchCounterProviderFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchCounterSingleConnection = { __typename?: 'NewsDispatchCounterSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum NewsDispatchCounterSingleConnectionMode { TRUTH = "TRUTH" } export type TNewsDispatchCounterSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsDispatchCounterSingleConnectionTotal { TRUTH = "TRUTH" } export type TNewsDispatchCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchEdge = { __typename?: 'NewsDispatchEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TNewsDispatchExternalIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchFilter = { created_at?: InputMaybe; external_id?: InputMaybe; external_tags?: InputMaybe; provider?: InputMaybe; status?: InputMaybe; title?: InputMaybe; urgency?: InputMaybe; }; export type TNewsDispatchIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TNewsDispatchInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TNewsDispatchListConnection = { __typename?: 'NewsDispatchListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum NewsDispatchListConnectionMode { TRUTH = "TRUTH" } export type TNewsDispatchListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsDispatchListConnectionTotal { TRUTH = "TRUTH" } export type TNewsDispatchOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum NewsDispatchOrderField { CREATED_AT = "CREATED_AT", REVISION_DATETIME = "REVISION_DATETIME" } export type TNewsDispatchPayload = { __typename?: 'NewsDispatchPayload'; clientMutationId?: Maybe; newsDispatch?: Maybe; resolveInfo?: Maybe; }; export type TNewsDispatchProviderFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum NewsDispatchSearchField { CONTENT_TEXT = "CONTENT_TEXT", TITLE = "TITLE" } export type TNewsDispatchSingleConnection = { __typename?: 'NewsDispatchSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum NewsDispatchSingleConnectionMode { TRUTH = "TRUTH" } export type TNewsDispatchSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsDispatchSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum NewsDispatchStatus { canceled = "canceled", usable = "usable", withheld = "withheld" } export type TNewsDispatchStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchTagsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsDispatchUrgencyFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsletter = TNode & TTimestampable & { __typename?: 'Newsletter'; active?: Maybe; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; description?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; label?: Maybe; logo?: Maybe; slug?: Maybe; sort?: Maybe; theme?: Maybe; themeColor?: Maybe; theme_color_id?: Maybe; title?: Maybe; type?: Maybe; }; export type TNewsletterActiveFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNewsletterEdge = { __typename?: 'NewsletterEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TNewsletterIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TNewsletterInputFilter = { active?: InputMaybe; slug?: InputMaybe; }; export type TNewsletterListConnection = { __typename?: 'NewsletterListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum NewsletterListConnectionMode { TRUTH = "TRUTH" } export type TNewsletterListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsletterListConnectionTotal { TRUTH = "TRUTH" } export type TNewsletterOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum NewsletterOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", SORT = "SORT", TYPE = "TYPE" } export type TNewsletterPayload = { __typename?: 'NewsletterPayload'; clientMutationId?: Maybe; newsletter?: Maybe; resolveInfo?: Maybe; }; export type TNewsletterSingleConnection = { __typename?: 'NewsletterSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum NewsletterSingleConnectionMode { TRUTH = "TRUTH" } export type TNewsletterSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NewsletterSingleConnectionTotal { TRUTH = "TRUTH" } export type TNewsletterSlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNode = { id: Scalars['ID']['output']; }; export type TNotification = TNode & TTimestampable & { __typename?: 'Notification'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; expiration_date?: Maybe; hide?: Maybe; id: Scalars['ID']['output']; linked_content?: Maybe; linked_content_inline?: Maybe; read?: Maybe; relatedUserBack?: Maybe; related_user_back_id: Scalars['ID']['output']; type?: Maybe; userBack?: Maybe; user_back_id: Scalars['ID']['output']; }; export type TNotificationCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationEdge = { __typename?: 'NotificationEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TNotificationHideFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TNotificationInputFilter = { created_at?: InputMaybe; hide?: InputMaybe; read?: InputMaybe; user_back_id?: InputMaybe; }; export type TNotificationListConnection = { __typename?: 'NotificationListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum NotificationListConnectionMode { TRUTH = "TRUTH" } export type TNotificationListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NotificationListConnectionTotal { TRUTH = "TRUTH" } export type TNotificationOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum NotificationOrderField { CREATED_AT = "CREATED_AT" } export type TNotificationPayload = { __typename?: 'NotificationPayload'; clientMutationId?: Maybe; notification?: Maybe; resolveInfo?: Maybe; }; export type TNotificationReadFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationRelatedIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationSingleConnection = { __typename?: 'NotificationSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum NotificationSingleConnectionMode { TRUTH = "TRUTH" } export type TNotificationSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NotificationSingleConnectionTotal { TRUTH = "TRUTH" } export type TNotificationUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationUserFront = TNode & TTimestampable & { __typename?: 'NotificationUserFront'; brand_id: Scalars['ID']['output']; comment?: Maybe; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; related_id: Scalars['ID']['output']; related_model?: Maybe; status?: Maybe; user_front_id: Scalars['ID']['output']; }; export type TNotificationUserFrontByMemberInputFilter = { status?: InputMaybe; }; export type TNotificationUserFrontCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationUserFrontEdge = { __typename?: 'NotificationUserFrontEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TNotificationUserFrontIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TNotificationUserFrontIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TNotificationUserFrontInputFilter = { created_at?: InputMaybe; related_id?: InputMaybe; status?: InputMaybe; user_front_id?: InputMaybe; }; export type TNotificationUserFrontListConnection = { __typename?: 'NotificationUserFrontListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum NotificationUserFrontListConnectionMode { TRUTH = "TRUTH" } export type TNotificationUserFrontListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NotificationUserFrontListConnectionTotal { TRUTH = "TRUTH" } export type TNotificationUserFrontOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum NotificationUserFrontOrderField { CREATED_AT = "CREATED_AT" } export type TNotificationUserFrontPayload = { __typename?: 'NotificationUserFrontPayload'; clientMutationId?: Maybe; notificationUserFront?: Maybe; resolveInfo?: Maybe; }; export type TNotificationUserFrontSingleConnection = { __typename?: 'NotificationUserFrontSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum NotificationUserFrontSingleConnectionMode { TRUTH = "TRUTH" } export type TNotificationUserFrontSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum NotificationUserFrontSingleConnectionTotal { TRUTH = "TRUTH" } export type TNotificationsPayload = { __typename?: 'NotificationsPayload'; clientMutationId?: Maybe; notifications?: Maybe>>; resolveInfo?: Maybe; }; export type TOnHomeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TOptionsCreateAndSigninUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateArticleAutoArticleType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateArticleType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateBlockLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateBookReviewType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateBookType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateCommentType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateConsentType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateContentLabelType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateContentLifeCycleType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateContentOriginType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateContentSourceType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateContributionType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateEditionType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateExternalContentType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateFromHeimdallPhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateFromSipaPhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateFromSynchroArticleType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateFromSynchroLivePostType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateFromSynchroLiveType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateFromUrlPhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateGroupType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeBlockLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeBreakingNewsType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeContentType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeNewsTagType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeRecapType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeTopicType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHomeVideoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateHoroscopeType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateJobSectorType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateJobType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateJournalistUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLegalNoticeDepartmentType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLegalNoticeType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLivePostLabelType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLivePostLabelTypeType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLivePostType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateLiveType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateMenuType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateMovieCastingType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateMovieMediaType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateMovieType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateNewsDispatchCounterType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateNewsDispatchType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateNewsletterType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateNotificationType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateNotificationUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePageType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreatePdfType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePlainFileType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePlatformType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePublishingType = { clientMutationId?: InputMaybe; }; export type TOptionsCreatePushType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateReactionType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateRedirectType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateRssFeedType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateSearchBackType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateServiceType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateSignType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateStaticPageType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateStoryPageType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateStoryType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateSubtypeType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateSuggestAiType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsCreateTagCategoryType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateTagType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateThemeColorType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateUserBackBrandType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateUserBackType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateUserBotType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateVersionType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateVideoType = { clientMutationId?: InputMaybe; }; export type TOptionsCreateWithAiArticleType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsUpdateArticleAutoArticleType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateArticleType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateBlockLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateBookReviewType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateBookType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateCommentType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateConfirmationTokenUserFrontConfirmationTokenType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateConsentType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateContentLabelType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateContentOriginType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateContentSourceType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateContributionType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateDarkmodeUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateEditionType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateEmailUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateExternalContentType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateFeaturesPlatformType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateFieldWithAiArticleType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsUpdateFieldWithAiLiveType = { clientMutationId?: InputMaybe; skip_date_creation?: InputMaybe; }; export type TOptionsUpdateFromHeimdallPhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateFromSynchroArticleType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateFromSynchroLivePostType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; }; export type TOptionsUpdateFromSynchroLiveType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateGroupType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeBlockLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeBreakingNewsType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeContentReserveHomeContentType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeContentType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeNewsTagType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeRecapType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeTopicType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHomeVideoType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateHoroscopeType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateJobSectorType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateJobType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLegalNoticeDepartmentType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLegalNoticeType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLinkType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLivePostLabelType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLivePostLabelTypeType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLivePostType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateLiveType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateLoginTimeUserBackBrandType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateMenuType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateMenusPlatformType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateMovieCastingType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateMovieMediaType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateMovieType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNewsDispatchCounterType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNewsDispatchType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNewsletterType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNotificationType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNotificationUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateNotificationsNotificationsType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateOriginUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePageType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdatePasswordUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePdfType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePhotoType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePlainFileType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePlatformType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePublishingType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdatePushType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateQualifioUserFrontIdType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateReactionType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateRedirectType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; }; export type TOptionsUpdateRssFeedType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateSearchBackType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateServiceType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateSessionType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateSignType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateStaticPageType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; }; export type TOptionsUpdateStatsUserFrontActionIdType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; }; export type TOptionsUpdateStormUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateStoryPageType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateStoryType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateSubtypeType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateSuggestAiType = { clientMutationId?: InputMaybe; skip_event?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateTagCategoryType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateTagType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; }; export type TOptionsUpdateTagsArticleType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateTagsLiveType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateTagsStoryType = { clientMutationId?: InputMaybe; skip_edited_at?: InputMaybe; skip_fpe_edited_at?: InputMaybe; skip_public_edited_at?: InputMaybe; }; export type TOptionsUpdateThemeColorType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateTutorialsActionIdType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateUserBackBrandType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateUserBackType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateUserBotType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateUsernameUserFrontType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateVideoType = { clientMutationId?: InputMaybe; }; export type TOptionsUpdateWithAiPageType = { clientMutationId?: InputMaybe; }; export declare enum OrderDirection { ASC = "ASC", DESC = "DESC" } export type TPage = TCounting & TCrawlable & TLockable & TNode & TProofreadable & TPublishable & TPushing & TRouting & TTimestampable & { __typename?: 'Page'; ai_generating_at?: Maybe; announced_at?: Maybe; brand_id: Scalars['ID']['output']; catalog?: Maybe; comment?: Maybe; comments?: Maybe; comments_count?: Maybe; contentLabels?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_blocks?: Maybe; content_label_ids?: Maybe>>; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enable_comments?: Maybe; enclose?: Maybe; facebook_count?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; label?: Maybe; legacy_id?: Maybe; linked_articles?: Maybe>>; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; medias?: Maybe>>; meta?: Maybe; on_home?: Maybe; pinterest_count?: Maybe; post_moderate_comments?: Maybe; proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; push_ids?: Maybe>>; pushs?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; short_title?: Maybe; signature_inline?: Maybe; subtype?: Maybe; subtype_id?: Maybe; suggestAI?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; video?: Maybe; video_id: Scalars['ID']['output']; visit_counters?: Maybe; }; export type TPageCommentArgs = { comment_id?: InputMaybe; external_id?: InputMaybe; options?: InputMaybe; }; export type TPageCommentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPageContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPageContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPageProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TPagePushsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPageReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPageTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPageVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPageCatalogFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageContentLabelIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PageContentOrigin { agency = "agency", auto = "auto", baton = "baton", home = "home" } export type TPageContentOriginIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageEdge = { __typename?: 'PageEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPageEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageFilter = { announced_at?: InputMaybe; catalog?: InputMaybe; content_label_ids?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; on_home?: InputMaybe; proofreading_state_changed_by_user_id?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; user_back_id?: InputMaybe; video_id?: InputMaybe; }; export type TPageIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TPageInfo = { __typename?: 'PageInfo'; endCursor?: Maybe; hasNextPage: Scalars['Boolean']['output']; paginationInfo?: Maybe; }; export type TPageInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TPageLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageListConnection = { __typename?: 'PageListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PageListConnectionMode { TRUTH = "TRUTH" } export type TPageListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PageListConnectionTotal { TRUTH = "TRUTH" } export type TPageLock = { __typename?: 'PageLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TPageLockPayload = { __typename?: 'PageLockPayload'; clientMutationId?: Maybe; page?: Maybe; resolveInfo?: Maybe; }; export type TPageLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type TPageOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PageOrderField { COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FPE_EDITED_AT = "FPE_EDITED_AT", LEGACY_ID = "LEGACY_ID", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT", TOTAL_CURRENT_VISITS = "TOTAL_CURRENT_VISITS" } export type TPagePayload = { __typename?: 'PagePayload'; clientMutationId?: Maybe; page?: Maybe; resolveInfo?: Maybe; }; export type TPageRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PageSearchField { CONTENT_TEXT = "CONTENT_TEXT", ENCLOSE_TEXT = "ENCLOSE_TEXT", SHORT_TITLE = "SHORT_TITLE", TITLE = "TITLE" } export type TPageSingleConnection = { __typename?: 'PageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PageSingleConnectionMode { TRUTH = "TRUTH" } export type TPageSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PageSingleConnectionTotal { TRUTH = "TRUTH" } export type TPageTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPageVideoIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPagination = { limit?: InputMaybe; offset?: InputMaybe; }; export type TPaginationInfo = { __typename?: 'PaginationInfo'; count?: Maybe; limit?: Maybe; offset?: Maybe; total?: Maybe; }; export type TParentTagSingleConnection = { __typename?: 'ParentTagSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPdf = TNode & TTimestampable & { __typename?: 'Pdf'; augmented_positions?: Maybe>>; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; edition_id: Scalars['ID']['output']; id: Scalars['ID']['output']; image?: Maybe; md5?: Maybe; publication_date?: Maybe; size?: Maybe; tracking_ojd?: Maybe; tracking_xiti?: Maybe; url?: Maybe; version?: Maybe; }; export type TPdfEdge = { __typename?: 'PdfEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPdfFilter = { maxPublicationDate?: InputMaybe; minPublicationDate?: InputMaybe; month?: InputMaybe; year?: InputMaybe; }; export type TPdfIdentifierInputType = { clientMutationId?: InputMaybe; edition_id: Scalars['ID']['input']; id: Scalars['ID']['input']; }; export type TPdfListConnection = { __typename?: 'PdfListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PdfListConnectionMode { TRUTH = "TRUTH" } export type TPdfListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PdfListConnectionTotal { TRUTH = "TRUTH" } export type TPdfOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PdfOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", PUBLICATION_DATE = "PUBLICATION_DATE" } export type TPdfPayload = { __typename?: 'PdfPayload'; clientMutationId?: Maybe; pdf?: Maybe; resolveInfo?: Maybe; }; export type TPdfSingleConnection = { __typename?: 'PdfSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PdfSingleConnectionMode { TRUTH = "TRUTH" } export type TPdfSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PdfSingleConnectionTotal { TRUTH = "TRUTH" } export type TPersonalityInput = { actuality?: InputMaybe; birthdate?: InputMaybe; firstname?: InputMaybe; image?: InputMaybe; lastname?: InputMaybe; }; export type TPhoto = TNode & TTimestampable & { __typename?: 'Photo'; associated_contents?: Maybe>>; associated_contents_count?: Maybe; brand_id: Scalars['ID']['output']; caption?: Maybe; created_at?: Maybe; credit?: Maybe; data_mining?: Maybe; default_focal_point?: Maybe>>; deleted_at?: Maybe; edited_at?: Maybe; eligibility_end_at?: Maybe; file_directory?: Maybe; filename?: Maybe; focal_points?: Maybe>>; height?: Maybe; id: Scalars['ID']['output']; image_url?: Maybe; location_lat?: Maybe; location_lon?: Maybe; md5?: Maybe; mimetype?: Maybe; origin?: Maybe; ratios?: Maybe; selectable?: Maybe; sipa_id?: Maybe; sipa_transmission_reference?: Maybe; slug?: Maybe; title?: Maybe; took_at?: Maybe; width?: Maybe; }; export type TPhotoCaptionFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoCreditFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoEdge = { __typename?: 'PhotoEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPhotoIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoInputFilter = { caption?: InputMaybe; created_at?: InputMaybe; credit?: InputMaybe; md5?: InputMaybe; origin?: InputMaybe; photo_id?: InputMaybe; selectable?: InputMaybe; title?: InputMaybe; }; export type TPhotoInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TPhotoListConnection = { __typename?: 'PhotoListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PhotoListConnectionMode { TRUTH = "TRUTH" } export type TPhotoListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PhotoListConnectionTotal { TRUTH = "TRUTH" } export type TPhotoMd5Filter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PhotoOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", RELEVANCE = "RELEVANCE" } export type TPhotoOriginFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoPayload = { __typename?: 'PhotoPayload'; clientMutationId?: Maybe; photo?: Maybe; resolveInfo?: Maybe; }; export declare enum PhotoSearchField { CAPTION = "CAPTION" } export type TPhotoSelectableFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPhotoSingleConnection = { __typename?: 'PhotoSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PhotoSingleConnectionMode { TRUTH = "TRUTH" } export type TPhotoSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PhotoSingleConnectionTotal { TRUTH = "TRUTH" } export type TPhotoTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum Picto { podcast = "podcast", video = "video" } export type TPlainFile = TNode & TTimestampable & { __typename?: 'PlainFile'; brand_id: Scalars['ID']['output']; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; slug?: Maybe; userBack?: Maybe; user_back_id: Scalars['ID']['output']; }; export type TPlainFileEdge = { __typename?: 'PlainFileEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPlainFileIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TPlainFileListConnection = { __typename?: 'PlainFileListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PlainFileListConnectionMode { TRUTH = "TRUTH" } export type TPlainFileListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PlainFileListConnectionTotal { TRUTH = "TRUTH" } export type TPlainFileOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PlainFileOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TPlainFilePayload = { __typename?: 'PlainFilePayload'; clientMutationId?: Maybe; plainFile?: Maybe; resolveInfo?: Maybe; }; export type TPlainFileSingleConnection = { __typename?: 'PlainFileSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PlainFileSingleConnectionMode { TRUTH = "TRUTH" } export type TPlainFileSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PlainFileSingleConnectionTotal { TRUTH = "TRUTH" } export type TPlatform = TNode & TTimestampable & { __typename?: 'Platform'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; features?: Maybe>>; id: Scalars['ID']['output']; label?: Maybe; menu?: Maybe; menus?: Maybe; slug?: Maybe; }; export type TPlatformMenuArgs = { menu_id: Scalars['ID']['input']; options?: InputMaybe; }; export type TPlatformMenusArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPlatformEdge = { __typename?: 'PlatformEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPlatformFilter = { slug?: InputMaybe; type?: InputMaybe; }; export type TPlatformListConnection = { __typename?: 'PlatformListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PlatformListConnectionMode { TRUTH = "TRUTH" } export type TPlatformListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PlatformListConnectionTotal { TRUTH = "TRUTH" } export type TPlatformOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PlatformOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TPlatformPayload = { __typename?: 'PlatformPayload'; clientMutationId?: Maybe; platform?: Maybe; resolveInfo?: Maybe; }; export type TPlatformSingleConnection = { __typename?: 'PlatformSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PlatformSingleConnectionMode { TRUTH = "TRUTH" } export type TPlatformSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PlatformSingleConnectionTotal { TRUTH = "TRUTH" } export type TPlatformSlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPlatformTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPlatformtIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TPodcastSearchFilter = { contains?: InputMaybe; }; export type TPodcastSearchOrderField = { page?: InputMaybe; per_page?: InputMaybe; sort_by?: InputMaybe; }; export declare enum PodcastSearchSortField { LAST = "LAST" } export declare enum PodcastSource { podinstall = "podinstall" } export type TPositions = { __typename?: 'Positions'; type?: Maybe; url?: Maybe; x?: Maybe; y?: Maybe; }; export type TPositionsInput = { type?: InputMaybe; url?: InputMaybe; x?: InputMaybe; y?: InputMaybe; }; export type TProofreadable = { proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; }; export type TProofreadableProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TProofreadingState = { __typename?: 'ProofreadingState'; next_events?: Maybe>>; value?: Maybe; }; export type TProofreadingStateChangedByUserIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TProofreadingStateChangerSingleConnection = { __typename?: 'ProofreadingStateChangerSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ProofreadingStateEvent { ask_proofreading = "ask_proofreading", cancel_proofreading = "cancel_proofreading", need_correction = "need_correction", proceed_proofreading = "proceed_proofreading", validate = "validate" } export declare enum ProofreadingStatus { correction_needed = "correction_needed", reread = "reread", submitted_proofreading = "submitted_proofreading", under_proofreading = "under_proofreading", unread = "unread" } export type TProofreadingStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TProofreadingUserBacksEdge = { __typename?: 'ProofreadingUserBacksEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TProofreadingUserBacksListConnection = { __typename?: 'ProofreadingUserBacksListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ProviderAiField { BEDROCK = "BEDROCK", BLADE = "BLADE" } export type TPublicEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublicationState = { __typename?: 'PublicationState'; next_events?: Maybe>>; value?: Maybe; }; export type TPublicationStateChangedByUserIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublicationStateChangerSingleConnection = { __typename?: 'PublicationStateChangerSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PublicationStateEvent { announce = "announce", delete = "delete", froze = "froze", publish = "publish", schedule = "schedule", unannounce = "unannounce", unpublish = "unpublish", unschedule = "unschedule" } export declare enum PublicationStatus { announced = "announced", deleted = "deleted", draft = "draft", frozen = "frozen", published = "published", scheduled = "scheduled", unannanounced = "unannanounced", unpublished = "unpublished" } export type TPublicationStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishable = { announced_at?: Maybe; correction_made_at?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; on_home?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; }; export type TPublishableContent = TCounting & TNode & TProofreadable & TPublishable & TRouting & TTimestampable & { __typename?: 'PublishableContent'; ai_generating_at?: Maybe; announced_at?: Maybe; brand_id: Scalars['ID']['output']; catalog?: Maybe; comment?: Maybe; comments?: Maybe; comments_count?: Maybe; contentLabels?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_blocks?: Maybe; content_label_ids?: Maybe>>; content_md?: Maybe; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; coverage_end_time?: Maybe; coverage_start_time?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; editorial_model?: Maybe; enable_comments?: Maybe; enable_sponsored_contents?: Maybe; enclose?: Maybe; facebook_count?: Maybe; fact_check?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; keywords?: Maybe>>; label?: Maybe; lead?: Maybe; legacy_id?: Maybe; legend?: Maybe; linked_articles?: Maybe>>; linked_contents?: Maybe>>; livePost?: Maybe; livePosts?: Maybe; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; medias?: Maybe>>; meta?: Maybe; meta_all?: Maybe; meta_detail?: Maybe; on_home?: Maybe; photo?: Maybe; photo_id?: Maybe; picto?: Maybe; pinterest_count?: Maybe; post_moderate_comments?: Maybe; proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; push_ids?: Maybe>>; pushs?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; short_title?: Maybe; signature_inline?: Maybe; state?: Maybe; storyPage?: Maybe; storyPages?: Maybe; subtype?: Maybe; subtype_id?: Maybe; suggestAI?: Maybe; suggested_short_title?: Maybe; summary?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; template?: Maybe; text_mining?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; type?: Maybe; url_all_canonical?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; url_story_page_canonical?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; video?: Maybe; video_id: Scalars['ID']['output']; visit_counters?: Maybe; }; export type TPublishableContentCommentArgs = { comment_id?: InputMaybe; external_id?: InputMaybe; options?: InputMaybe; }; export type TPublishableContentCommentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentLivePostArgs = { legacy_id?: InputMaybe; live_post_id?: InputMaybe; options?: InputMaybe; }; export type TPublishableContentLivePostsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TPublishableContentProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TPublishableContentPushsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPublishableContentReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPublishableContentStoryPageArgs = { options?: InputMaybe; story_page_id?: InputMaybe; }; export type TPublishableContentStoryPagesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPublishableContentTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TPublishableContentCheckId = { __typename?: 'PublishableContentCheckId'; editorial_model?: Maybe; id: Scalars['ID']['output']; }; export type TPublishableContentCheckIdSingleConnection = { __typename?: 'PublishableContentCheckIdSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPublishableContentContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentEdge = { __typename?: 'PublishableContentEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPublishableContentEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentFilter = { announced_at?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; on_home?: InputMaybe; proofreading_state_changed_by_user_id?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; sentiment?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; user_back_id?: InputMaybe; }; export type TPublishableContentInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TPublishableContentLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentListConnection = { __typename?: 'PublishableContentListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PublishableContentListConnectionMode { TRUTH = "TRUTH" } export type TPublishableContentListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PublishableContentListConnectionTotal { TRUTH = "TRUTH" } export type TPublishableContentOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PublishableContentOrderField { ANNOUNCED_AT = "ANNOUNCED_AT", COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FACEBOOK_COUNT = "FACEBOOK_COUNT", FPE_EDITED_AT = "FPE_EDITED_AT", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT", TOTAL_CURRENT_VISITS = "TOTAL_CURRENT_VISITS", TOTAL_VISIT_COUNT = "TOTAL_VISIT_COUNT" } export type TPublishableContentRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PublishableContentSearchField { ARTICLE_ID = "ARTICLE_ID", CONTENT_TEXT = "CONTENT_TEXT", ENCLOSE_TEXT = "ENCLOSE_TEXT", EXTERNAL_CONTENT_ID = "EXTERNAL_CONTENT_ID", LIVE_ID = "LIVE_ID", PAGE_ID = "PAGE_ID", SHORT_TITLE = "SHORT_TITLE", STORY_ID = "STORY_ID", SUMMARY_TEXT = "SUMMARY_TEXT", TITLE = "TITLE" } export type TPublishableContentSentimentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentSingleConnection = { __typename?: 'PublishableContentSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPublishableContentSubtypeIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PublishableContentTagListConnectionMode { TRUTH = "TRUTH" } export type TPublishableContentTagListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PublishableContentTagListConnectionTotal { TRUTH = "TRUTH" } export type TPublishableContentTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishableContentUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishing = TNode & TTimestampable & { __typename?: 'Publishing'; brand_id: Scalars['ID']['output']; catchline?: Maybe; created_at?: Maybe; date: Scalars['DateTime']['output']; deleted_at?: Maybe; description_md?: Maybe; edited_at?: Maybe; headline_signature?: Maybe; id: Scalars['ID']['output']; logo?: Maybe; logo_amp?: Maybe; logo_small?: Maybe; name: Scalars['String']['output']; source: Scalars['String']['output']; tag?: Maybe; type: PublishingType; }; export type TPublishingTagArgs = { options?: InputMaybe; }; export type TPublishingEdge = { __typename?: 'PublishingEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPublishingFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPublishingIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TPublishingInputFilter = { date?: InputMaybe; name?: InputMaybe; tag_id?: InputMaybe; type?: InputMaybe; }; export type TPublishingListConnection = { __typename?: 'PublishingListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PublishingListConnectionMode { TRUTH = "TRUTH" } export type TPublishingListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PublishingListConnectionTotal { TRUTH = "TRUTH" } export type TPublishingOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PublishingOrderField { CREATED_AT = "CREATED_AT", DATE = "DATE", EDITED_AT = "EDITED_AT", NAME = "NAME", TYPE = "TYPE" } export type TPublishingPayload = { __typename?: 'PublishingPayload'; clientMutationId?: Maybe; publishing?: Maybe; resolveInfo?: Maybe; }; export type TPublishingSingleConnection = { __typename?: 'PublishingSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PublishingSingleConnectionMode { TRUTH = "TRUTH" } export type TPublishingSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PublishingSingleConnectionTotal { TRUTH = "TRUTH" } export type TPublishingTagIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPush = TNode & TTimestampable & { __typename?: 'Push'; associated_content?: Maybe; brand_id: Scalars['ID']['output']; campaign_token?: Maybe; campaign_tokens?: Maybe>>; campaigns_results?: Maybe; consent_ids?: Maybe>>; consents?: Maybe; content?: Maybe; content_meta?: Maybe; content_type?: Maybe; created_at?: Maybe; deleted_at?: Maybe; device?: Maybe>>; edited_at?: Maybe; id: Scalars['ID']['output']; info?: Maybe; method_type?: Maybe; photo?: Maybe; photo_id?: Maybe; processing_status?: Maybe; publication_status?: Maybe; published_at?: Maybe; scheduled_at?: Maybe; stats?: Maybe; status?: Maybe; title?: Maybe; url?: Maybe; userBack?: Maybe; user_back_id: Scalars['ID']['output']; }; export type TPushConsentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TPushPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export declare enum PushAllStatus { error = "error", partial = "partial", pending = "pending", processing = "processing", published = "published", scheduled = "scheduled" } export type TPushCampaignTokenFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushCampaignTokensFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushConsentIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PushContent { content = "content", horoscope = "horoscope", pdf = "pdf" } export type TPushContentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushContentTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PushDevice { android = "android", app_mobile = "app_mobile", ios = "ios", kiosque_ios = "kiosque_ios", mail = "mail", messenger = "messenger", web = "web" } export type TPushDeviceFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushEdge = { __typename?: 'PushEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPushFilter = { campaign_token?: InputMaybe; campaign_tokens?: InputMaybe; consent_ids?: InputMaybe; content?: InputMaybe; content_type?: InputMaybe; created_at?: InputMaybe; device?: InputMaybe; method_type?: InputMaybe; processing_status?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TPushListConnection = { __typename?: 'PushListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PushListConnectionMode { TRUTH = "TRUTH" } export type TPushListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum PushListConnectionTotal { TRUTH = "TRUTH" } export declare enum PushMethod { auto = "auto", manual = "manual" } export type TPushMethodTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum PushOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", TITLE = "TITLE" } export type TPushPayload = { __typename?: 'PushPayload'; clientMutationId?: Maybe; push?: Maybe; resolveInfo?: Maybe; }; export declare enum PushProcessingStatus { error = "error", partial = "partial", processing = "processing" } export type TPushProcessingStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum PushPublicationStatus { pending = "pending", published = "published", scheduled = "scheduled" } export type TPushPublicationStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushPublishedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushScheduledAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushSingleConnection = { __typename?: 'PushSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum PushStatus { error = "error", partial = "partial", planned = "planned", processed = "processed", processing = "processing" } export type TPushStatusFilter = { eq?: InputMaybe; }; export type TPushTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TPushing = { push_ids?: Maybe>>; }; export type TPushtIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TQuery = { __typename?: 'Query'; book?: Maybe; bookReview?: Maybe; bookReviews?: Maybe; books?: Maybe; brand?: Maybe; brands?: Maybe; contentLifeCycle?: Maybe; digitekaVideoCatalogs?: Maybe; digitekaVideoSearch?: Maybe; horoscope?: Maybe; horoscopes?: Maybe; job?: Maybe; jobSector?: Maybe; jobSectors?: Maybe; jobs?: Maybe; legalNotice?: Maybe; legalNoticeDepartment?: Maybe; legalNoticeDepartments?: Maybe; legalNotices?: Maybe; livePostLabel?: Maybe; livePostLabelType?: Maybe; livePostLabelTypes?: Maybe; livePostLabels?: Maybe; movie?: Maybe; movies?: Maybe; node?: Maybe; relay: TQuery; roles?: Maybe; sign?: Maybe; signs?: Maybe; sipaPhotos?: Maybe; tagCategory?: Maybe; tagSuggest?: Maybe; tagSuggestRaw?: Maybe; tagsCategory?: Maybe; userBack?: Maybe; userBacks?: Maybe; userBot?: Maybe; userBots?: Maybe; version?: Maybe; viewer?: Maybe; voxeusPodcastSearch?: Maybe; }; export type TQueryBookArgs = { book_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TQueryBookReviewArgs = { book_review_id?: InputMaybe; options?: InputMaybe; }; export type TQueryBookReviewsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryBooksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryBrandArgs = { id: Scalars['ID']['input']; }; export type TQueryBrandsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryContentLifeCycleArgs = { content_life_cycle_id?: InputMaybe; }; export type TQueryDigitekaVideoCatalogsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryDigitekaVideoSearchArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryHoroscopeArgs = { date?: InputMaybe; horoscope_id?: InputMaybe; sign_id?: InputMaybe; type?: InputMaybe; }; export type TQueryHoroscopesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryJobArgs = { external_id?: InputMaybe; job_id?: InputMaybe; options?: InputMaybe; }; export type TQueryJobSectorArgs = { job_sector_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TQueryJobSectorsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryJobsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryLegalNoticeArgs = { external_id?: InputMaybe; id?: InputMaybe; options?: InputMaybe; }; export type TQueryLegalNoticeDepartmentArgs = { id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TQueryLegalNoticeDepartmentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryLegalNoticesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryLivePostLabelArgs = { live_post_label_id?: InputMaybe; options?: InputMaybe; }; export type TQueryLivePostLabelTypeArgs = { live_post_label_type_id?: InputMaybe; options?: InputMaybe; }; export type TQueryLivePostLabelTypesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryLivePostLabelsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryMovieArgs = { external_id?: InputMaybe; movie_id?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TQueryMoviesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TQueryNodeArgs = { id: Scalars['ID']['input']; }; export type TQueryRolesArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TQuerySignArgs = { label?: InputMaybe; options?: InputMaybe; slug?: InputMaybe; }; export type TQuerySignsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TQuerySipaPhotosArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryTagCategoryArgs = { options?: InputMaybe; tag_category_id?: InputMaybe; }; export type TQueryTagSuggestArgs = { body?: InputMaybe; brand_id: Scalars['ID']['input']; filter?: InputMaybe; }; export type TQueryTagSuggestRawArgs = { brand_id: Scalars['ID']['input']; content?: InputMaybe; }; export type TQueryTagsCategoryArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TQueryUserBackArgs = { email?: InputMaybe; id?: InputMaybe; }; export type TQueryUserBacksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TQueryUserBotArgs = { accountId?: InputMaybe; botName?: InputMaybe; id?: InputMaybe; options?: InputMaybe; }; export type TQueryUserBotsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TQueryVersionArgs = { version_id?: InputMaybe; }; export type TQueryVoxeusPodcastSearchArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TRawTagSuggest = { __typename?: 'RawTagSuggest'; selections_fields?: Maybe>>; }; export type TRawTagSuggestSingleConnection = { __typename?: 'RawTagSuggestSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TReaction = TNode & TTimestampable & { __typename?: 'Reaction'; anonymous_id?: Maybe; article?: Maybe; associated_content?: Maybe; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; live?: Maybe; user_front_id?: Maybe; }; export declare enum ReactionContent { down = "down", heart = "heart", laughing = "laughing", sad = "sad", shock = "shock", up = "up" } export type TReactionEdge = { __typename?: 'ReactionEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TReactionFilter = { anonymous_id?: InputMaybe; content?: InputMaybe; editorial_id?: InputMaybe; editorial_model?: InputMaybe; user_front_id?: InputMaybe; }; export type TReactionListConnection = { __typename?: 'ReactionListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum ReactionListConnectionMode { TRUTH = "TRUTH" } export type TReactionListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ReactionListConnectionTotal { TRUTH = "TRUTH" } export type TReactionOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ReactionOrderField { CREATED_AT = "CREATED_AT" } export type TReactionPayload = { __typename?: 'ReactionPayload'; clientMutationId?: Maybe; reaction?: Maybe; resolveInfo?: Maybe; }; export type TReactionsCountOptions = { __typename?: 'ReactionsCountOptions'; down?: Maybe; heart?: Maybe; laughing?: Maybe; sad?: Maybe; shock?: Maybe; up?: Maybe; }; export type TReactionsCountOptionsInput = { down?: InputMaybe; heart?: InputMaybe; laughing?: InputMaybe; sad?: InputMaybe; shock?: InputMaybe; up?: InputMaybe; }; export type TRedirect = TNode & TTimestampable & { __typename?: 'Redirect'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; http_status?: Maybe; id: Scalars['ID']['output']; url_destination?: Maybe; url_redirected?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type TRedirectCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TRedirectEdge = { __typename?: 'RedirectEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TRedirectFilter = { created_at?: InputMaybe; http_status?: InputMaybe; redirect_id?: InputMaybe; user_back_id?: InputMaybe; }; export type TRedirectHttpStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum RedirectHttpStatusType { GONE = "GONE", PERMANENT = "PERMANENT", TEMPORARY = "TEMPORARY" } export type TRedirectIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TRedirectIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TRedirectListConnection = { __typename?: 'RedirectListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum RedirectListConnectionMode { TRUTH = "TRUTH" } export type TRedirectListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum RedirectListConnectionTotal { TRUTH = "TRUTH" } export type TRedirectOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum RedirectOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", HTTP_STATUS = "HTTP_STATUS" } export type TRedirectPayload = { __typename?: 'RedirectPayload'; clientMutationId?: Maybe; redirect?: Maybe; resolveInfo?: Maybe; }; export type TRedirectSingleConnection = { __typename?: 'RedirectSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum RedirectSingleConnectionMode { TRUTH = "TRUTH" } export type TRedirectSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum RedirectSingleConnectionTotal { TRUTH = "TRUTH" } export type TRedirectUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TResetPasswordUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; password: Scalars['String']['input']; reset_password_token: Scalars['String']['input']; }; export type TResolveInfo = { __typename?: 'ResolveInfo'; duration?: Maybe; end?: Maybe; source?: Maybe; start?: Maybe; status?: Maybe; }; export type TRewind = { __typename?: 'Rewind'; year2025?: Maybe; }; export type TRewindYear2025 = { __typename?: 'RewindYear2025'; favorite_section_name?: Maybe; favorite_timeslot_hour?: Maybe; favorite_timeslot_visits?: Maybe; longest_session_seconds?: Maybe; max_consecutive_days_all_time?: Maybe; second_favorite_section_name?: Maybe; third_favorite_section_name?: Maybe; top_pv_month_num?: Maybe; top_reading_day_of_week?: Maybe; total_articles_read?: Maybe; total_capped_seconds_spent?: Maybe; total_visits?: Maybe; }; export type TRole = { __typename?: 'Role'; name?: Maybe; rights?: Maybe>>; }; export type TRoleEdge = { __typename?: 'RoleEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TRoleListConnection = { __typename?: 'RoleListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TRoleOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum RoleOrderField { NAME = "NAME" } export type TRouting = { url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; }; export type TRssFeed = TNode & TTimestampable & { __typename?: 'RssFeed'; auto_publish?: Maybe; blockLink?: Maybe; block_link_id?: Maybe; brand_id: Scalars['ID']['output']; contentSource?: Maybe; content_source_id?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; label?: Maybe; rubric?: Maybe; rubric_id?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; title?: Maybe; url?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type TRssFeedTagsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TRssFeedAutoPublishFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TRssFeedBlockLinkIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TRssFeedEdge = { __typename?: 'RssFeedEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TRssFeedFilter = { auto_publish?: InputMaybe; block_link_id?: InputMaybe; }; export type TRssFeedListConnection = { __typename?: 'RssFeedListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum RssFeedListConnectionMode { TRUTH = "TRUTH" } export type TRssFeedListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum RssFeedListConnectionTotal { TRUTH = "TRUTH" } export type TRssFeedOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum RssFeedOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TRssFeedPayload = { __typename?: 'RssFeedPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; rssFeed?: Maybe; }; export type TRssFeedSingleConnection = { __typename?: 'RssFeedSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum RssFeedSingleConnectionMode { TRUTH = "TRUTH" } export type TRssFeedSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum RssFeedSingleConnectionTotal { TRUTH = "TRUTH" } export type TSavedMethodTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TScheduledAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSearchBack = TTimestampable & { __typename?: 'SearchBack'; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; filters_text?: Maybe; id: Scalars['ID']['output']; is_bookmarked?: Maybe; model_name?: Maybe; user_back_id: Scalars['ID']['output']; }; export type TSearchBackEdge = { __typename?: 'SearchBackEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export declare enum SearchBackField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TSearchBackFilter = { is_bookmarked?: InputMaybe; model_name?: InputMaybe; }; export type TSearchBackIsBookmarkedFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSearchBackListConnection = { __typename?: 'SearchBackListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TSearchBackModelNameFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSearchBackOrder = { direction?: InputMaybe; field?: InputMaybe; }; export type TSearchBackPayload = { __typename?: 'SearchBackPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; searchBack?: Maybe; }; export type TSearchBackSingleConnection = { __typename?: 'SearchBackSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TSearchBacktIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; user_back_id: Scalars['ID']['input']; }; export type TSelectionLink = { __typename?: 'SelectionLink'; selection?: Maybe; url?: Maybe; }; export type TSelectionsField = { __typename?: 'SelectionsField'; data?: Maybe>>; name?: Maybe; }; export declare enum Sentiment { mixed = "mixed", negative = "negative", neutral = "neutral", positive = "positive" } export type TService = TNode & { __typename?: 'Service'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name?: Maybe; slug?: Maybe; }; export type TServiceEdge = { __typename?: 'ServiceEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TServiceIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TServiceListConnection = { __typename?: 'ServiceListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TServiceOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ServiceOrderField { NAME = "NAME" } export type TServicePayload = { __typename?: 'ServicePayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; service?: Maybe; }; export type TServiceSingleConnection = { __typename?: 'ServiceSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TSession = TNode & { __typename?: 'Session'; brand_id?: Maybe; created_at?: Maybe; deleted_at?: Maybe; device?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; ip?: Maybe; location?: Maybe; userBack?: Maybe; user_agent?: Maybe; user_back_id?: Maybe; }; export type TSessionCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSessionEdge = { __typename?: 'SessionEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSessionEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSessionFilter = { created_at?: InputMaybe; edited_at?: InputMaybe; }; export type TSessionIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TSessionListConnection = { __typename?: 'SessionListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum SessionListConnectionMode { TRUTH = "TRUTH" } export type TSessionListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum SessionListConnectionTotal { TRUTH = "TRUTH" } export type TSessionOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum SessionOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TSessionPayload = { __typename?: 'SessionPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; session?: Maybe; }; export type TSessionSingleConnection = { __typename?: 'SessionSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum SessionSingleConnectionMode { TRUTH = "TRUTH" } export type TSessionSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum SessionSingleConnectionTotal { TRUTH = "TRUTH" } export type TSign = TNode & TTimestampable & { __typename?: 'Sign'; created_at?: Maybe; deleted_at?: Maybe; description?: Maybe; edited_at?: Maybe; horoscope?: Maybe; id: Scalars['ID']['output']; label?: Maybe; meta?: Maybe; period?: Maybe; slug?: Maybe; sort?: Maybe; type?: Maybe; }; export type TSignHoroscopeArgs = { date?: InputMaybe; }; export type TSignEdge = { __typename?: 'SignEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSignFilter = { type?: InputMaybe; }; export type TSignListConnection = { __typename?: 'SignListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum SignListConnectionMode { TRUTH = "TRUTH" } export type TSignListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum SignListConnectionTotal { TRUTH = "TRUTH" } export type TSignOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum SignOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", SORT = "SORT" } export type TSignPayload = { __typename?: 'SignPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; sign?: Maybe; }; export type TSignSingleConnection = { __typename?: 'SignSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum SignSingleConnectionMode { TRUTH = "TRUTH" } export type TSignSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum SignSingleConnectionTotal { TRUTH = "TRUTH" } export type TSignatureInlineTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSignatureInlineUserBackIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSignatureInlineUserBacksEdge = { __typename?: 'SignatureInlineUserBacksEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSignatureInlineUserBacksListConnection = { __typename?: 'SignatureInlineUserBacksListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum SignatureSubtypeType { custom = "custom", full_name = "full_name", initials = "initials", initials_with_afp = "initials_with_afp", interview_name = "interview_name", mn_with_afp = "mn_with_afp", mn_with_agencies = "mn_with_agencies" } export declare enum SignatureType { custom = "custom", full_name = "full_name", initials = "initials", initials_with_afp = "initials_with_afp", interview_name = "interview_name", mn_with_afp = "mn_with_afp", mn_with_agencies = "mn_with_agencies" } export type TSignedData = { __typename?: 'SignedData'; fields?: Maybe; url?: Maybe; }; export type TSignedDataSingleConnection = { __typename?: 'SignedDataSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TSigninAppleUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; code: Scalars['String']['input']; origin?: InputMaybe; stay_connected?: InputMaybe; token: Scalars['String']['input']; }; export type TSigninFacebookUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; origin?: InputMaybe; stay_connected?: InputMaybe; token: Scalars['String']['input']; }; export type TSigninGoogleUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; origin?: InputMaybe; stay_connected?: InputMaybe; token: Scalars['String']['input']; }; export type TSigninUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; email: Scalars['EmailAddress']['input']; password: Scalars['String']['input']; stay_connected?: InputMaybe; }; export type TSignupConfirmationUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; confirmation_token: Scalars['String']['input']; }; export type TSipaPhoto = { __typename?: 'SipaPhoto'; archive?: Maybe; author?: Maybe; caption?: Maybe; category?: Maybe; city?: Maybe; copyrightnotice?: Maybe; country?: Maybe; countryCode?: Maybe; creation_date?: Maybe; credit?: Maybe; date?: Maybe; file_extension?: Maybe; file_name?: Maybe; file_size?: Maybe; fixtureidentifier?: Maybe; headline?: Maybe; id?: Maybe; id_event?: Maybe; keywords?: Maybe; lastupdate_date?: Maybe; license?: Maybe; mime_type?: Maybe; section?: Maybe; source?: Maybe; state?: Maybe; title?: Maybe; transmissionreference?: Maybe; uploaded_date?: Maybe; url_stream_m?: Maybe; url_thumb_l?: Maybe; url_thumb_m?: Maybe; xsize?: Maybe; ysize?: Maybe; }; export type TSipaPhotoEdge = { __typename?: 'SipaPhotoEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSipaPhotoFilter = { keywords?: InputMaybe; }; export type TSipaPhotoListConnection = { __typename?: 'SipaPhotoListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TSipaPhotoOrderField = { sort?: InputMaybe>>; }; export type TSipaPhotoPaginationField = { limit?: InputMaybe; page?: InputMaybe; }; export declare enum SipaPhotoSortField { DATE = "DATE", RELEVANCE = "RELEVANCE" } export declare enum SkinType { breaking_news = "breaking_news", community = "community", default = "default", exclusive = "exclusive", info_series = "info_series", magazine = "magazine" } export declare enum Source { COMPREHEND = "COMPREHEND", DIGITEKA = "DIGITEKA", DYNAMO = "DYNAMO", ELASTIC = "ELASTIC", OPENSEARCH = "OPENSEARCH", SIPA = "SIPA", STATIC = "STATIC", VOXEUS = "VOXEUS" } export type TStaticPage = TNode & TTimestampable & { __typename?: 'StaticPage'; brand_id: Scalars['ID']['output']; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; slug?: Maybe; title?: Maybe; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; }; export type TStaticPageVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStaticPageCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStaticPageEdge = { __typename?: 'StaticPageEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TStaticPageEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStaticPageFilter = { created_at?: InputMaybe; edited_at?: InputMaybe; slug?: InputMaybe; static_page_id?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TStaticPageIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStaticPageIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TStaticPageListConnection = { __typename?: 'StaticPageListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum StaticPageListConnectionMode { TRUTH = "TRUTH" } export type TStaticPageListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StaticPageListConnectionTotal { TRUTH = "TRUTH" } export type TStaticPageOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum StaticPageOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", SLUG = "SLUG" } export type TStaticPagePayload = { __typename?: 'StaticPagePayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; staticPage?: Maybe; }; export type TStaticPageSingleConnection = { __typename?: 'StaticPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum StaticPageSingleConnectionMode { TRUTH = "TRUTH" } export type TStaticPageSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StaticPageSingleConnectionTotal { TRUTH = "TRUTH" } export type TStaticPageSlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStaticPageTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStaticPageUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStory = TCounting & TCrawlable & TLockable & TNode & TProofreadable & TPublishable & TPushing & TRouting & TTimestampable & { __typename?: 'Story'; announced_at?: Maybe; brand_id: Scalars['ID']['output']; comment?: Maybe; comments?: Maybe; comments_count?: Maybe; contentLabels?: Maybe; contentLifeCycles?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; content_label_ids?: Maybe>>; content_md?: Maybe; content_origin?: Maybe; content_origin_id?: Maybe; content_source_id?: Maybe; correction_made_at?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enable_sponsored_contents?: Maybe; facebook_count?: Maybe; fpe_edited_at?: Maybe; google_notif_at?: Maybe; google_notif_status?: Maybe; id: Scalars['ID']['output']; label?: Maybe; lead?: Maybe; legacy_id?: Maybe; legend?: Maybe; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; meta?: Maybe; meta_all?: Maybe; meta_detail?: Maybe; on_home?: Maybe; photo?: Maybe; photo_id?: Maybe; pinterest_count?: Maybe; proofreading_state?: Maybe; proofreading_state_changed_at?: Maybe; proofreading_state_changed_by_user_id?: Maybe; proofreading_state_changer?: Maybe; proofreading_user_back_ids?: Maybe>>; proofreading_user_backs?: Maybe; public_edited_at?: Maybe; publication_state?: Maybe; publication_state_changed_at?: Maybe; publication_state_changed_by_user_id?: Maybe; publication_state_changer?: Maybe; published_at?: Maybe; push_ids?: Maybe>>; pushs?: Maybe; reactions?: Maybe; reactions_count?: Maybe; rubric?: Maybe; rubric_id?: Maybe; saved_method?: Maybe; scheduled_at?: Maybe; short_title?: Maybe; signature_inline?: Maybe; storyPage?: Maybe; storyPages?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; text_mining?: Maybe; text_url?: Maybe; title?: Maybe; total_current_visits?: Maybe; type?: Maybe; url_all_canonical?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; url_story_page_canonical?: Maybe; urls?: Maybe>>; userBack?: Maybe; user_back_id?: Maybe; versions?: Maybe; visit_counters?: Maybe; }; export type TStoryCommentArgs = { comment_id?: InputMaybe; external_id?: InputMaybe; options?: InputMaybe; }; export type TStoryCommentsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStoryContentLabelsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStoryContentLifeCyclesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStoryPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TStoryProofreadingUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TStoryPushsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TStoryReactionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TStoryStoryPageArgs = { options?: InputMaybe; story_page_id?: InputMaybe; }; export type TStoryStoryPagesArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TStoryTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStoryVersionsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TStoryContentLabelIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum StoryContentOrigin { agency = "agency", auto = "auto", baton = "baton", home = "home" } export type TStoryContentOriginIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryContentSourceIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryEdge = { __typename?: 'StoryEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TStoryEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryFilter = { announced_at?: InputMaybe; content_label_ids?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; fpe_edited_at?: InputMaybe; legacy_id?: InputMaybe; on_home?: InputMaybe; proofreading_state_changed_by_user_id?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_state_changed_by_user_id?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; sentiment?: InputMaybe; signature_inline_type?: InputMaybe; signature_inline_user_back_ids?: InputMaybe; tag_ids?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TStoryIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TStoryInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TStoryLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryListConnection = { __typename?: 'StoryListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum StoryListConnectionMode { TRUTH = "TRUTH" } export type TStoryListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StoryListConnectionTotal { TRUTH = "TRUTH" } export type TStoryLock = { __typename?: 'StoryLock'; locked_at?: Maybe; locked_by?: Maybe; locked_by_user_id?: Maybe; }; export type TStoryLockPayload = { __typename?: 'StoryLockPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; story?: Maybe; }; export type TStoryLockerInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock: Scalars['Boolean']['input']; }; export type TStoryOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum StoryOrderField { COMMENTS_COUNT = "COMMENTS_COUNT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", FPE_EDITED_AT = "FPE_EDITED_AT", PUBLICATION_STATE_CHANGED_AT = "PUBLICATION_STATE_CHANGED_AT", PUBLIC_EDITED_AT = "PUBLIC_EDITED_AT", PUBLISHED_AT = "PUBLISHED_AT", RELEVANCE = "RELEVANCE", SCHEDULED_AT = "SCHEDULED_AT" } export type TStoryPage = TNode & TRouting & { __typename?: 'StoryPage'; content_md?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; is_displayed_as_not_cropped?: Maybe; legacy_id?: Maybe; legend?: Maybe; link?: Maybe; page_order?: Maybe; photo?: Maybe; photo_id?: Maybe; stories?: Maybe; story?: Maybe; story_id: Scalars['ID']['output']; title?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; urls?: Maybe>>; }; export type TStoryPagePhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TStoryPageStoriesArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; search?: InputMaybe>>; }; export type TStoryPageStoryArgs = { legacy_id?: InputMaybe; options?: InputMaybe; story_id?: InputMaybe; }; export type TStoryPageEdge = { __typename?: 'StoryPageEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TStoryPageIdentifierInputType = { clientMutationId?: InputMaybe; id?: InputMaybe; story_id?: InputMaybe; }; export type TStoryPageListConnection = { __typename?: 'StoryPageListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum StoryPageListConnectionMode { TRUTH = "TRUTH" } export type TStoryPageListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StoryPageListConnectionTotal { TRUTH = "TRUTH" } export type TStoryPageOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum StoryPageOrderField { PAGE_ORDER = "PAGE_ORDER" } export type TStoryPagePayload = { __typename?: 'StoryPagePayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; storyPage?: Maybe; }; export type TStoryPageSingleConnection = { __typename?: 'StoryPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum StoryPageSingleConnectionMode { TRUTH = "TRUTH" } export type TStoryPageSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StoryPageSingleConnectionTotal { TRUTH = "TRUTH" } export type TStoryPayload = { __typename?: 'StoryPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; story?: Maybe; }; export type TStoryRubricIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum StorySavedMethod { auto = "auto", manual = "manual" } export declare enum StorySearchField { CONTENT_TEXT = "CONTENT_TEXT", SHORT_TITLE = "SHORT_TITLE", TITLE = "TITLE" } export type TStorySentimentFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStorySingleConnection = { __typename?: 'StorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum StorySingleConnectionMode { TRUTH = "TRUTH" } export type TStorySingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum StorySingleConnectionTotal { TRUTH = "TRUTH" } export type TStoryTagIdsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryTextUrlFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryTitleFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TStoryUserBackIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TSubMenuEdge = { __typename?: 'SubMenuEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSubMenuListConnection = { __typename?: 'SubMenuListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TSubscription = { __typename?: 'Subscription'; articleProofreadingUpdated?: Maybe; articleUpdated?: Maybe; articleUpdatedWithAI?: Maybe; commentUpdated?: Maybe; contributionDeleted?: Maybe; contributionUpserted?: Maybe; livePostHandled?: Maybe; liveUpdated?: Maybe; liveUpdatedWithAI?: Maybe; menuUpdated?: Maybe; newsDispatchAdded?: Maybe; notificationAdded?: Maybe; pageProofreadingUpdated?: Maybe; pageUpdated?: Maybe; pageUpdatedWithAI?: Maybe; publishableContentPublished?: Maybe; storyProofreadingUpdated?: Maybe; storyUpdated?: Maybe; versionCreated?: Maybe; }; export type TSubscriptionArticleProofreadingUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionArticleUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionArticleUpdatedWithAiArgs = { filter?: InputMaybe; }; export type TSubscriptionCommentUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionContributionDeletedArgs = { filter?: InputMaybe; }; export type TSubscriptionContributionUpsertedArgs = { filter?: InputMaybe; }; export type TSubscriptionLivePostHandledArgs = { filter?: InputMaybe; }; export type TSubscriptionLiveUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionLiveUpdatedWithAiArgs = { filter?: InputMaybe; }; export type TSubscriptionMenuUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionNewsDispatchAddedArgs = { filter?: InputMaybe; search?: InputMaybe>>; }; export type TSubscriptionNotificationAddedArgs = { filter?: InputMaybe; }; export type TSubscriptionPageProofreadingUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionPageUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionPageUpdatedWithAiArgs = { filter?: InputMaybe; }; export type TSubscriptionPublishableContentPublishedArgs = { filter?: InputMaybe; }; export type TSubscriptionStoryProofreadingUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionStoryUpdatedArgs = { filter?: InputMaybe; }; export type TSubscriptionVersionCreatedArgs = { filter?: InputMaybe; }; export type TSubtype = TNode & { __typename?: 'Subtype'; brand_id: Scalars['ID']['output']; contentSource?: Maybe; content_source_id?: Maybe; created_at?: Maybe; deleted_at?: Maybe; description?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; layout?: Maybe; name?: Maybe; nofollow?: Maybe; rubric?: Maybe; rubric_id?: Maybe; signature?: Maybe; slug?: Maybe; tag_ids?: Maybe>>; tags?: Maybe; }; export type TSubtypeTagsArgs = { after?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TSubtypeEdge = { __typename?: 'SubtypeEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TSubtypeIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TSubtypeListConnection = { __typename?: 'SubtypeListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TSubtypeOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum SubtypeOrderField { NAME = "NAME" } export type TSubtypePayload = { __typename?: 'SubtypePayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; subtype?: Maybe; }; export type TSubtypeSingleConnection = { __typename?: 'SubtypeSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TSuggestAi = TNode & TTimestampable & { __typename?: 'SuggestAI'; brand_id: Scalars['ID']['output']; config?: Maybe; content_blocks?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; enclose?: Maybe; id: Scalars['ID']['output']; keywords?: Maybe>>; label?: Maybe; lead?: Maybe; short_title?: Maybe; summary?: Maybe; title?: Maybe; }; export type TSuggestAiIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TSuggestAiPayload = { __typename?: 'SuggestAIPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; suggestAI?: Maybe; }; export type TSuggestAiSingleConnection = { __typename?: 'SuggestAISingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TTag = TCrawlable & TNode & TRouting & TTimestampable & { __typename?: 'Tag'; associated_tag_ids?: Maybe>>; associated_tags?: Maybe; auto_import_tag_ids?: Maybe>>; auto_import_tags?: Maybe; block_link?: Maybe; block_link_public_id?: Maybe; brand_id: Scalars['ID']['output']; category?: Maybe; crawl_options?: Maybe; created_at?: Maybe; deleted_at?: Maybe; display?: Maybe; edited_at?: Maybe; editorial_text_md?: Maybe; enable_selectable_content_type?: Maybe; highlighted_tag?: Maybe; highlighted_tag_id?: Maybe; id: Scalars['ID']['output']; insee_code?: Maybe; label?: Maybe; legacy?: Maybe; meta?: Maybe; parent_id?: Maybe; parent_tag?: Maybe; photo?: Maybe; photo_id?: Maybe; popularity?: Maybe; publishableContents?: Maybe; publishing?: Maybe; rss_feed?: Maybe; rss_slug?: Maybe; selectable?: Maybe; selectable_content_type?: Maybe>>; slug?: Maybe; status?: Maybe; tag_category?: Maybe; tag_category_id?: Maybe; theme?: Maybe; themeColor?: Maybe; theme_color_id?: Maybe; third_party?: Maybe; url_canonical?: Maybe; url_current?: Maybe; url_social?: Maybe; url_visible?: Maybe; urls?: Maybe>>; }; export type TTagAssociatedTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TTagAutoImportTagsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TTagBlockLinkArgs = { options?: InputMaybe; }; export type TTagHighlightedTagArgs = { options?: InputMaybe; }; export type TTagParentTagArgs = { options?: InputMaybe; }; export type TTagPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TTagPublishableContentsArgs = { after?: InputMaybe; exclude_model?: InputMaybe>>; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TTagPublishingArgs = { options?: InputMaybe; }; export type TTagTagCategoryArgs = { options?: InputMaybe; }; export type TTagBlockLinkSingleConnection = { __typename?: 'TagBlockLinkSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TTagCategory = TNode & TTimestampable & { __typename?: 'TagCategory'; brand_id: Scalars['ID']['output']; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; name?: Maybe; slug?: Maybe; }; export type TTagCategoryEdge = { __typename?: 'TagCategoryEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TTagCategoryFilter = { name?: InputMaybe; slug?: InputMaybe; tag_category_id?: InputMaybe; }; export type TTagCategoryIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagCategoryIdFromTagFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagCategoryIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TTagCategoryLegacyFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagCategoryListConnection = { __typename?: 'TagCategoryListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TTagCategoryNameFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagCategoryOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum TagCategoryOrderField { CREATED_AT = "CREATED_AT", NAME = "NAME", UPDATED_AT = "UPDATED_AT" } export type TTagCategoryPayload = { __typename?: 'TagCategoryPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; tagCategory?: Maybe; }; export type TTagCategorySingleConnection = { __typename?: 'TagCategorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TTagCategorySlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagDisplayFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagEdge = { __typename?: 'TagEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TTagFilter = { category?: InputMaybe; created_at?: InputMaybe; display?: InputMaybe; highlighted_tag_id?: InputMaybe; label?: InputMaybe; legacyId?: InputMaybe; legacy_id?: InputMaybe; parentLegacyId?: InputMaybe; parent_id?: InputMaybe; parent_legacy_id?: InputMaybe; popularity?: InputMaybe; rss_feed?: InputMaybe; rss_slug?: InputMaybe; selectable?: InputMaybe; slug?: InputMaybe; status?: InputMaybe; tag_category_id?: InputMaybe; tag_id?: InputMaybe; theme_color_id?: InputMaybe; }; export type TTagHighlightedIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TTagInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TTagLabelFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagLegacyIdNewFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagListConnection = { __typename?: 'TagListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum TagListConnectionMode { TRUTH = "TRUTH" } export type TTagListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum TagListConnectionTotal { TRUTH = "TRUTH" } export type TTagOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum TagOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", KEEP_ORDER = "KEEP_ORDER", LABEL = "LABEL", LEGACY_ID = "LEGACY_ID", PARENT_ID = "PARENT_ID", POPULARITY = "POPULARITY", RELEVANCE = "RELEVANCE", SLUG = "SLUG" } export type TTagParentIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagParentLegacyIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagParentLegacyIdNewFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagPayload = { __typename?: 'TagPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; tag?: Maybe; }; export type TTagPopularityFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagRssFeedFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagRssSlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum TagSearchField { LABEL = "LABEL" } export type TTagSelectableFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagSingleConnection = { __typename?: 'TagSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum TagSingleConnectionMode { TRUTH = "TRUTH" } export type TTagSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum TagSingleConnectionTotal { TRUTH = "TRUTH" } export type TTagSlugFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TTagStatusFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum TagStatusType { LABEL = "LABEL", SECTION = "SECTION", THEME = "THEME" } export type TTagSuggest = { __typename?: 'TagSuggest'; entities?: Maybe>>; tags?: Maybe>>; }; export type TTagSuggestContentInput = { draft_fields?: InputMaybe>>; related_tags?: InputMaybe>>; }; export type TTagSuggestSingleConnection = { __typename?: 'TagSuggestSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TTextMining = { __typename?: 'TextMining'; entities?: Maybe>>; sentiment?: Maybe; sentiment_score?: Maybe; }; export type TTextMiningInput = { entities?: InputMaybe>>; sentiment?: InputMaybe; sentiment_score?: InputMaybe; }; export type TThemeColor = TNode & { __typename?: 'ThemeColor'; brand_id: Scalars['ID']['output']; created_at?: Maybe; darkmode_color?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; lightmode_color?: Maybe; name?: Maybe; slug?: Maybe; visibility?: Maybe; }; export type TThemeColorEdge = { __typename?: 'ThemeColorEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TThemeColorIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TThemeColorIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TThemeColorListConnection = { __typename?: 'ThemeColorListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TThemeColorOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum ThemeColorOrderField { NAME = "NAME" } export type TThemeColorPayload = { __typename?: 'ThemeColorPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; themeColor?: Maybe; }; export type TThemeColorSingleConnection = { __typename?: 'ThemeColorSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum ThemeColorSingleConnectionMode { TRUTH = "TRUTH" } export type TThemeColorSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum ThemeColorSingleConnectionTotal { TRUTH = "TRUTH" } export type TThirdParty = { __typename?: 'ThirdParty'; desktop?: Maybe; mobile?: Maybe; }; export type TThirdPartyDevice = { __typename?: 'ThirdPartyDevice'; dfpTagArticlesId?: Maybe; dfpTagHomeId?: Maybe; dfpTagSlideshowsId?: Maybe; }; export type TThirdPartyDeviceInput = { dfpTagArticlesId?: InputMaybe; dfpTagHomeId?: InputMaybe; dfpTagSlideshowsId?: InputMaybe; }; export type TThirdPartyInput = { desktop?: InputMaybe; mobile?: InputMaybe; }; export type TTimestampable = { created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; }; export type TTotalCurrentVisitsFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum UndeletableModelType { Article = "Article", BlockLink = "BlockLink", ContentLabel = "ContentLabel", Link = "Link", Live = "Live", Page = "Page", Photo = "Photo", Story = "Story", Tag = "Tag" } export type TUpdateArticleFieldWithAiType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; input_block?: InputMaybe; input_text?: InputMaybe; output_fields: Array>; provider: ProviderAiField; }; export type TUpdateArticleFromSynchroType = { ai_generating_at?: InputMaybe; announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fact_checked?: InputMaybe; fact_checked_source?: InputMaybe; fact_checked_status?: InputMaybe; fact_to_check?: InputMaybe; fpe_edited_at?: InputMaybe; id: Scalars['ID']['input']; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status?: InputMaybe; public_edited_at?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; template?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateArticleType = { ai_generating_at?: InputMaybe; announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fact_checked?: InputMaybe; fact_checked_source?: InputMaybe; fact_checked_status?: InputMaybe; fact_to_check?: InputMaybe; google_notif_at?: InputMaybe; google_notif_status?: InputMaybe; id: Scalars['ID']['input']; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; lock?: InputMaybe; medias?: InputMaybe>>; meta?: InputMaybe; on_home?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status_event?: InputMaybe; proofreading_user_back_ids?: InputMaybe>>; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; suggested_short_title?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; template?: InputMaybe; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateBlockLinkType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; edited_at?: InputMaybe; id: Scalars['ID']['input']; link_ids?: InputMaybe>>; meta?: InputMaybe; public_id?: InputMaybe; theme_color_id?: InputMaybe; title: Scalars['String']['input']; type?: InputMaybe; }; export type TUpdateBookReviewType = { book_id: Scalars['ID']['input']; characters?: InputMaybe; clientMutationId?: InputMaybe; era?: InputMaybe; feedback?: InputMaybe; id: Scalars['ID']['input']; motivations?: InputMaybe>>; place?: InputMaybe; plot?: InputMaybe; quote?: InputMaybe; status?: InputMaybe; user_front_id?: InputMaybe; writer?: InputMaybe; }; export type TUpdateBookType = { author?: InputMaybe; average_price?: InputMaybe; buy_url?: InputMaybe; caption?: InputMaybe; category?: InputMaybe; clientMutationId?: InputMaybe; cover_file?: InputMaybe; id: Scalars['ID']['input']; isbn?: InputMaybe; published_at?: InputMaybe; publisher?: InputMaybe; title?: InputMaybe; }; export type TUpdateCommentType = { associated_content?: InputMaybe; clientMutationId?: InputMaybe; content?: InputMaybe; external_id?: InputMaybe; id: Scalars['ID']['input']; num_dislikes?: InputMaybe; num_likes?: InputMaybe; parent_id?: InputMaybe; status?: InputMaybe; user_front_id?: InputMaybe; }; export type TUpdateConsentType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; }; export type TUpdateContentLabelType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; color?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; }; export type TUpdateContentOriginType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; hide?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateContentSourceType = { brand_id: Scalars['ID']['input']; catchline?: InputMaybe; clientMutationId?: InputMaybe; hide?: InputMaybe; id: Scalars['ID']['input']; image_folder?: InputMaybe; logo?: InputMaybe; logo_small?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateContributionType = { brand_id?: InputMaybe; campaign_id?: InputMaybe; clientMutationId?: InputMaybe; external_id?: InputMaybe; id: Scalars['ID']['input']; live_post_id?: InputMaybe; text?: InputMaybe; username?: InputMaybe; }; export type TUpdateEditionType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; code?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; ojd_client_code?: InputMaybe>>; type?: InputMaybe; }; export type TUpdateExternalContentType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; edited_at?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; google_notif_at?: InputMaybe; google_notif_status?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; lock?: InputMaybe; medias?: InputMaybe>>; on_home?: InputMaybe; pinterest_count?: InputMaybe; proofreading_status_event?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; reactions_count?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateGroupType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; description?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; roles?: InputMaybe>>; }; export type TUpdateHomeBlockLinkType = { block_link_ids?: InputMaybe>>; clientMutationId?: InputMaybe; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TUpdateHomeBreakingNewsType = { clientMutationId?: InputMaybe; content?: InputMaybe; custom_title?: InputMaybe; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; user_back_id?: InputMaybe; with_photo?: InputMaybe; }; export type TUpdateHomeContentReserveType = { clientMutationId?: InputMaybe; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; reserve_contents?: InputMaybe>>; }; export type TUpdateHomeContentType = { clientMutationId?: InputMaybe; contents?: InputMaybe>>; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; reserve_contents?: InputMaybe>>; user_back_id?: InputMaybe; }; export type TUpdateHomeNewsTagType = { clientMutationId?: InputMaybe; custom_tags?: InputMaybe>>; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TUpdateHomeRecapType = { clientMutationId?: InputMaybe; contents?: InputMaybe>>; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TUpdateHomeTopicType = { clientMutationId?: InputMaybe; custom_label?: InputMaybe; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; tag_id: Scalars['ID']['input']; user_back_id?: InputMaybe; }; export type TUpdateHomeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; home_block_link_id?: InputMaybe; home_breaking_news_id?: InputMaybe; home_content_id?: InputMaybe; home_news_tag_id?: InputMaybe; home_recap_id?: InputMaybe; home_topic_id?: InputMaybe; home_video_id?: InputMaybe; id: Scalars['ID']['input']; lock?: InputMaybe; }; export type TUpdateHomeVideoType = { clientMutationId?: InputMaybe; external_id?: InputMaybe; home_id: Scalars['ID']['input']; id: Scalars['ID']['input']; service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateHoroscopeType = { advice?: InputMaybe; clientMutationId?: InputMaybe; date?: InputMaybe; health?: InputMaybe; id: Scalars['ID']['input']; job?: InputMaybe; love?: InputMaybe; lucky_number?: InputMaybe; mood?: InputMaybe; personality?: InputMaybe; sign_id?: InputMaybe; type?: InputMaybe; }; export type TUpdateJobSectorType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lead?: InputMaybe; meta?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateJobType = { clientMutationId?: InputMaybe; employability?: InputMaybe; external_id?: InputMaybe; faq?: InputMaybe; formation?: InputMaybe>>; id: Scalars['ID']['input']; job_sector_id?: InputMaybe; lead?: InputMaybe; medias?: InputMaybe>>; meta?: InputMaybe; name?: InputMaybe; partner_url?: InputMaybe; related_job_sector_ids?: InputMaybe>>; salary_range_down?: InputMaybe; salary_range_up?: InputMaybe; slug?: InputMaybe; sponsored?: InputMaybe; }; export type TUpdateLegalNoticeDepartmentType = { clientMutationId?: InputMaybe; department_number?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; slug?: InputMaybe; status?: InputMaybe; }; export type TUpdateLegalNoticeType = { body?: InputMaybe; classification?: InputMaybe; clientMutationId?: InputMaybe; customer?: InputMaybe; department?: InputMaybe; expiration_date?: InputMaybe; expired_at?: InputMaybe; external_id?: InputMaybe; header?: InputMaybe; id: Scalars['ID']['input']; logo?: InputMaybe; notice_file?: InputMaybe; publishing_date?: InputMaybe; receipt?: InputMaybe; signature?: InputMaybe; source?: InputMaybe; surtitle?: InputMaybe; title?: InputMaybe; }; export type TUpdateLinkType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; label: Scalars['String']['input']; meta?: InputMaybe; nofollow?: InputMaybe; photo_id?: InputMaybe; public_id?: InputMaybe; short_title?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; url: Scalars['String']['input']; }; export type TUpdateLiveFieldWithAiType = { after?: InputMaybe; before?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; important?: InputMaybe; output_fields: Array>; }; export type TUpdateLiveFromSynchroType = { announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; coverage_end_time?: InputMaybe; coverage_start_time?: InputMaybe; crawl_options?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; fpe_edited_at?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; medias?: InputMaybe>>; meta?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; public_edited_at?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; state?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; text_url?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateLivePostFromSynchroType = { attachment_blocks?: InputMaybe; clientMutationId?: InputMaybe; comment_id?: InputMaybe; content_md?: InputMaybe; edited_at?: InputMaybe; id: Scalars['ID']['input']; is_important?: InputMaybe; legacy_id?: InputMaybe; live_id: Scalars['ID']['input']; live_post_label_id?: InputMaybe; printed_hour?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; style?: InputMaybe; title?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateLivePostLabelType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; live_post_label_type_id?: InputMaybe; logo?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateLivePostLabelTypeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateLivePostType = { attachment_blocks?: InputMaybe; clientMutationId?: InputMaybe; comment_id?: InputMaybe; content_md?: InputMaybe; id?: InputMaybe; is_important?: InputMaybe; legacy_id?: InputMaybe; live_id: Scalars['ID']['input']; live_post_label_id?: InputMaybe; printed_hour?: InputMaybe; scheduled_at?: InputMaybe; status?: InputMaybe; style?: InputMaybe; title?: InputMaybe; type?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateLiveType = { announced_at?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_label_ids?: InputMaybe>>; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; coverage_end_time?: InputMaybe; coverage_start_time?: InputMaybe; crawl_options?: InputMaybe; enable_comments?: InputMaybe; enable_sponsored_contents?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; linked_contents?: InputMaybe>>; lock?: InputMaybe; medias?: InputMaybe>>; meta?: InputMaybe; on_home?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; reset_url?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; signature_inline?: InputMaybe; state?: InputMaybe; summary?: InputMaybe; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateMenuFromPlatformType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id?: InputMaybe; sort?: InputMaybe; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TUpdateMenuType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; lock?: InputMaybe; nofollow?: InputMaybe; parent_id?: InputMaybe; platform_id: Scalars['ID']['input']; sort?: InputMaybe; tag_id?: InputMaybe; target_blank?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; url?: InputMaybe; }; export type TUpdateMovieCastingType = { clientMutationId?: InputMaybe; firstname?: InputMaybe; id: Scalars['ID']['input']; lastname?: InputMaybe; movie_id: Scalars['ID']['input']; position?: InputMaybe; type?: InputMaybe; }; export type TUpdateMovieMediaType = { clientMutationId?: InputMaybe; copyright?: InputMaybe; id: Scalars['ID']['input']; legend?: InputMaybe; movie_id: Scalars['ID']['input']; original_src?: InputMaybe; src?: InputMaybe; type?: InputMaybe; }; export type TUpdateMovieType = { article_url?: InputMaybe; clientMutationId?: InputMaybe; duration?: InputMaybe; expectation_level?: InputMaybe; external_id?: InputMaybe; genres?: InputMaybe>>; id: Scalars['ID']['input']; in_theater?: InputMaybe; prod_countries?: InputMaybe>>; prod_languages?: InputMaybe>>; prod_type?: InputMaybe; prod_year?: InputMaybe; release_date?: InputMaybe; summary_long?: InputMaybe; summary_short?: InputMaybe; title?: InputMaybe; title_fr?: InputMaybe; }; export type TUpdateNewsDispatchCounterType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; counter?: InputMaybe; id: Scalars['ID']['input']; news_dispatch_ids?: InputMaybe>>; }; export type TUpdateNewsDispatchType = { brand_id: Scalars['ID']['input']; changes?: InputMaybe; clientMutationId?: InputMaybe; content_djs?: InputMaybe; content_html?: InputMaybe; creator?: InputMaybe; external_id?: InputMaybe; external_tags?: InputMaybe>>; id: Scalars['ID']['input']; images?: InputMaybe>>; lead?: InputMaybe; location?: InputMaybe; original_datetime?: InputMaybe; provider?: InputMaybe; revision_datetime?: InputMaybe; status?: InputMaybe; title?: InputMaybe; urgency?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateNewsletterType = { active?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; description?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; logo?: InputMaybe; sort?: InputMaybe; theme_color_id?: InputMaybe; title?: InputMaybe; type?: InputMaybe; }; export type TUpdateNotificationType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; hide?: InputMaybe; id: Scalars['ID']['input']; read?: InputMaybe; }; export type TUpdateNotificationUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; status?: InputMaybe; }; export type TUpdateNotificationsType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; hide?: InputMaybe; ids: Array>; read?: InputMaybe; }; export type TUpdatePageType = { ai_generating_at?: InputMaybe; brand_id: Scalars['ID']['input']; catalog?: InputMaybe; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_blocks?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; edited_at?: InputMaybe; enable_comments?: InputMaybe; enclose?: InputMaybe; facebook_count?: InputMaybe; google_notif_at?: InputMaybe; google_notif_status?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; legacy_id?: InputMaybe; linked_articles?: InputMaybe>>; lock?: InputMaybe; medias?: InputMaybe>>; meta?: InputMaybe; on_home?: InputMaybe; pinterest_count?: InputMaybe; post_moderate_comments?: InputMaybe; proofreading_status_event?: InputMaybe; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; subtype_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; total_current_visits?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; video_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdatePdfType = { augmented_positions?: InputMaybe>>; clientMutationId?: InputMaybe; edition_id: Scalars['ID']['input']; id: Scalars['ID']['input']; image?: InputMaybe; md5?: InputMaybe; publication_date?: InputMaybe; size?: InputMaybe; tracking_ojd?: InputMaybe; tracking_xiti?: InputMaybe; url?: InputMaybe; version?: InputMaybe; }; export type TUpdatePhotoType = { associated_contents?: InputMaybe>>; associated_contents_count?: InputMaybe; brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; data_mining?: InputMaybe; default_focal_point?: InputMaybe>>; eligibility_end_at?: InputMaybe; filename?: InputMaybe; focal_points?: InputMaybe>>; id: Scalars['ID']['input']; origin?: InputMaybe; ratios?: InputMaybe; selectable?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; took_at?: InputMaybe; }; export type TUpdatePhotoWithoutBinaryType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; data_mining?: InputMaybe; default_focal_point?: InputMaybe>>; eligibility_end_at?: InputMaybe; filename?: InputMaybe; focal_points?: InputMaybe>>; origin?: InputMaybe; ratios?: InputMaybe; selectable?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; took_at?: InputMaybe; }; export type TUpdatePlainFileType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content?: InputMaybe; id: Scalars['ID']['input']; slug?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdatePlatformFeaturesType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; features?: InputMaybe>>; slug?: InputMaybe; }; export type TUpdatePlatformMenusType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; menus_to_add?: InputMaybe>>; menus_to_delete?: InputMaybe>>; menus_to_update?: InputMaybe>>; slug?: InputMaybe; }; export type TUpdatePlatformType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; features?: InputMaybe>>; id: Scalars['ID']['input']; label?: InputMaybe; }; export type TUpdatePublishingType = { brand_id: Scalars['ID']['input']; catchline?: InputMaybe; clientMutationId?: InputMaybe; date?: InputMaybe; description_md?: InputMaybe; headline_signature?: InputMaybe; id: Scalars['ID']['input']; logo?: InputMaybe; logo_amp?: InputMaybe; logo_small?: InputMaybe; name?: InputMaybe; source?: InputMaybe; tag_id?: InputMaybe; type?: InputMaybe; }; export type TUpdatePushType = { associated_content?: InputMaybe; brand_id: Scalars['ID']['input']; campaign_tokens?: InputMaybe>>; clientMutationId?: InputMaybe; consent_ids?: InputMaybe>>; content?: InputMaybe; content_meta?: InputMaybe; content_type?: InputMaybe; device?: InputMaybe>>; id: Scalars['ID']['input']; info?: InputMaybe; method_type?: InputMaybe; photo_id?: InputMaybe; processing_status?: InputMaybe; publication_status?: InputMaybe; published_at?: InputMaybe; scheduled_at?: InputMaybe; stats?: InputMaybe; title?: InputMaybe; url?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateReactionType = { clientMutationId?: InputMaybe; content: ReactionContent; id: Scalars['ID']['input']; }; export type TUpdateRedirectInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; http_status?: InputMaybe; id: Scalars['ID']['input']; url_destination?: InputMaybe; url_redirected?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateRssFeedType = { auto_publish?: InputMaybe; block_link_id?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; published_at?: InputMaybe; rubric_id?: InputMaybe; tag_ids?: InputMaybe>>; title?: InputMaybe; url?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateSearchBackType = { clientMutationId?: InputMaybe; filters_text?: InputMaybe; id: Scalars['ID']['input']; is_bookmarked?: InputMaybe; model_name?: InputMaybe; user_back_id: Scalars['ID']['input']; }; export type TUpdateServiceType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateSessionIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; }; export type TUpdateSignType = { clientMutationId?: InputMaybe; description?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; meta?: InputMaybe; period?: InputMaybe; sort?: InputMaybe; type?: InputMaybe; }; export type TUpdateStaticPageInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content?: InputMaybe; id: Scalars['ID']['input']; note?: InputMaybe; slug?: InputMaybe; title?: InputMaybe; user_back_id?: InputMaybe; }; export type TUpdateStoryPageType = { clientMutationId?: InputMaybe; content_md?: InputMaybe; id?: InputMaybe; is_displayed_as_not_cropped?: InputMaybe; legacy_id?: InputMaybe; legend?: InputMaybe; link?: InputMaybe; page_order?: InputMaybe; photo_id?: InputMaybe; story_id?: InputMaybe; title?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; urls?: InputMaybe>>; }; export type TUpdateStoryType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; comments_count?: InputMaybe; content_label_ids?: InputMaybe>>; content_md?: InputMaybe; content_origin?: InputMaybe; content_origin_id?: InputMaybe; content_source_id?: InputMaybe; correction_made_at?: InputMaybe; crawl_options?: InputMaybe; enable_sponsored_contents?: InputMaybe; facebook_count?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; lead?: InputMaybe; legacy_id?: InputMaybe; legend?: InputMaybe; lock?: InputMaybe; meta?: InputMaybe; meta_all?: InputMaybe; meta_detail?: InputMaybe; on_home?: InputMaybe; photo_id?: InputMaybe; pinterest_count?: InputMaybe; proofreading_status_event?: InputMaybe; proofreading_user_back_ids?: InputMaybe>>; publication_status_event?: InputMaybe; published_at?: InputMaybe; push_ids?: InputMaybe>>; reactions_count?: InputMaybe; rubric_id?: InputMaybe; saved_method?: InputMaybe; scheduled_at?: InputMaybe; short_title?: InputMaybe; signature_inline?: InputMaybe; storyPages?: InputMaybe>>; tag_ids?: InputMaybe>>; text_mining?: InputMaybe; title?: InputMaybe; total_current_visits?: InputMaybe; type?: InputMaybe; url_all_canonical?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; url_story_page_canonical?: InputMaybe; urls?: InputMaybe>>; user_back_id?: InputMaybe; visit_counters?: InputMaybe; }; export type TUpdateSubtypeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; content_source_id?: InputMaybe; description?: InputMaybe; id: Scalars['ID']['input']; layout?: InputMaybe; name?: InputMaybe; nofollow?: InputMaybe; rubric_id?: InputMaybe; signature?: InputMaybe; slug?: InputMaybe; tag_ids?: InputMaybe>>; }; export type TUpdateSuggestAiType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; config?: InputMaybe; content_blocks?: InputMaybe; enclose?: InputMaybe; id: Scalars['ID']['input']; keywords?: InputMaybe>>; label?: InputMaybe; lead?: InputMaybe; short_title?: InputMaybe; summary?: InputMaybe; title?: InputMaybe; }; export type TUpdateTagCategoryType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; name?: InputMaybe; slug?: InputMaybe; }; export type TUpdateTagInputType = { associated_tag_ids?: InputMaybe>>; auto_import_tag_ids?: InputMaybe>>; block_link_public_id?: InputMaybe; brand_id: Scalars['ID']['input']; category?: InputMaybe; clientMutationId?: InputMaybe; crawl_options?: InputMaybe; display?: InputMaybe; editorial_text_md?: InputMaybe; enable_selectable_content_type?: InputMaybe; highlighted_tag_id?: InputMaybe; id: Scalars['ID']['input']; label?: InputMaybe; legacy?: InputMaybe; meta?: InputMaybe; parent_id?: InputMaybe; photo_id?: InputMaybe; popularity?: InputMaybe; rss_feed?: InputMaybe; rss_slug?: InputMaybe; selectable?: InputMaybe; selectable_content_type?: InputMaybe>>; slug?: InputMaybe; status?: InputMaybe; tag_category_id?: InputMaybe; theme_color_id?: InputMaybe; third_party?: InputMaybe; url_canonical?: InputMaybe; url_current?: InputMaybe; url_social?: InputMaybe; url_visible?: InputMaybe; urls?: InputMaybe>>; }; export type TUpdateThemeColorType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; darkmode_color?: InputMaybe; id: Scalars['ID']['input']; lightmode_color?: InputMaybe; name?: InputMaybe; slug?: InputMaybe; visibility?: InputMaybe; }; export type TUpdateUserBackBrandType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; group_ids?: InputMaybe>>; id: Scalars['ID']['input']; is_default?: InputMaybe; last_activity_at?: InputMaybe; last_login_at?: InputMaybe; service_id?: InputMaybe; user_back_id: Scalars['ID']['input']; }; export type TUpdateUserBackType = { about_me?: InputMaybe; active?: InputMaybe; author_page?: InputMaybe; avatar?: InputMaybe; clientMutationId?: InputMaybe; default_content_origin_id?: InputMaybe; default_content_source_id?: InputMaybe; default_subtype_id?: InputMaybe; disable_notifications?: InputMaybe; email?: InputMaybe; enable_journalist_page?: InputMaybe; expired_at?: InputMaybe; firstname?: InputMaybe; gender?: InputMaybe; google_account?: InputMaybe; id: Scalars['ID']['input']; initials?: InputMaybe; job_title?: InputMaybe; lastname?: InputMaybe; public_id?: InputMaybe; service?: InputMaybe; twitter_account_name?: InputMaybe; username?: InputMaybe; work_location?: InputMaybe; }; export type TUpdateUserBotType = { account_id?: InputMaybe; alexa_fields?: InputMaybe; bot_name?: InputMaybe; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; messenger_fields?: InputMaybe; }; export type TUpdateUserFrontType = { about_me?: InputMaybe; author_id?: InputMaybe; avatar?: InputMaybe; avatar_file?: InputMaybe; avatar_moderation?: InputMaybe; birthdate?: InputMaybe; book_review_subscribed_at?: InputMaybe; brand_id: Scalars['ID']['input']; city?: InputMaybe; clientMutationId?: InputMaybe; contributor_signup_motivations?: InputMaybe; country?: InputMaybe; darkmode?: InputMaybe; email?: InputMaybe; expired_at?: InputMaybe; favorite_games?: InputMaybe>>; firstname?: InputMaybe; force_reset_password?: InputMaybe; gender?: InputMaybe; id: Scalars['ID']['input']; inseecode?: InputMaybe; lastname?: InputMaybe; legacy_id?: InputMaybe; local?: InputMaybe; newsletters_registration?: InputMaybe>>; nl_subscription_at?: InputMaybe; origin?: InputMaybe; phonenumber?: InputMaybe; qiota_user_id?: InputMaybe; registered_from?: InputMaybe; score?: InputMaybe; session_id?: InputMaybe; status?: InputMaybe; stay_connected?: InputMaybe; subscriber?: InputMaybe; subscription_end_at?: InputMaybe; subscription_renew_at?: InputMaybe; subscription_start_at?: InputMaybe; user_back_id?: InputMaybe; username?: InputMaybe; website?: InputMaybe; zipcode?: InputMaybe; }; export type TUpdateVideoType = { brand_id: Scalars['ID']['input']; caption?: InputMaybe; clientMutationId?: InputMaybe; credit?: InputMaybe; duration?: InputMaybe; external_id?: InputMaybe; id: Scalars['ID']['input']; player?: InputMaybe>>; ratio?: InputMaybe; service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; }; export type TUserBack = TNode & TTimestampable & { __typename?: 'UserBack'; about_me?: Maybe; active?: Maybe; author_page?: Maybe; avatar?: Maybe; brandRelation?: Maybe; brands?: Maybe; contentOrigin?: Maybe; contentSource?: Maybe; created_at?: Maybe; default_content_origin_id?: Maybe; default_content_source_id?: Maybe; default_subtype_id?: Maybe; deleted_at?: Maybe; disable_notifications?: Maybe; edited_at?: Maybe; email?: Maybe; enable_journalist_page?: Maybe; expired_at?: Maybe; firstname?: Maybe; fullname?: Maybe; gender?: Maybe; google_account?: Maybe; id: Scalars['ID']['output']; initials?: Maybe; job_title?: Maybe; lastname?: Maybe; proofreadablePublishableContents?: Maybe; public_id?: Maybe; searchBack?: Maybe; searchBacks?: Maybe; service?: Maybe; subtype?: Maybe; twitter_account_name?: Maybe; userFront?: Maybe; username?: Maybe; work_location?: Maybe; }; export type TUserBackBrandRelationArgs = { brand_id: Scalars['ID']['input']; }; export type TUserBackBrandsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TUserBackProofreadablePublishableContentsArgs = { after?: InputMaybe; exclude_model?: InputMaybe>>; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type TUserBackSearchBackArgs = { search_back_id: Scalars['ID']['input']; }; export type TUserBackSearchBacksArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TUserBackUserFrontArgs = { brand_id: Scalars['ID']['input']; options?: InputMaybe; }; export type TUserBackBrand = TNode & TTimestampable & { __typename?: 'UserBackBrand'; brand?: Maybe; brand_id: Scalars['ID']['output']; brands?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; group_ids?: Maybe>>; groups?: Maybe; id: Scalars['ID']['output']; is_default?: Maybe; last_activity_at?: Maybe; last_login_at?: Maybe; service?: Maybe; service_id?: Maybe; user_back_id: Scalars['ID']['output']; }; export type TUserBackBrandBrandsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TUserBackBrandGroupsArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TUserBackBrandEdge = { __typename?: 'UserBackBrandEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TUserBackBrandIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; user_back_id: Scalars['ID']['input']; }; export type TUserBackBrandListConnection = { __typename?: 'UserBackBrandListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TUserBackBrandOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum UserBackBrandOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", LAST_LOGIN_AT = "LAST_LOGIN_AT" } export type TUserBackBrandPayload = { __typename?: 'UserBackBrandPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; userBackBrand?: Maybe; }; export type TUserBackBrandSingleConnection = { __typename?: 'UserBackBrandSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserBackEdge = { __typename?: 'UserBackEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TUserBackFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserBackIdentifierInputType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUserBackInputFilter = { active?: InputMaybe; email?: InputMaybe; firstname?: InputMaybe; fullname?: InputMaybe; lastname?: InputMaybe; public_id?: InputMaybe; user_back_id?: InputMaybe; username?: InputMaybe; }; export type TUserBackInputSearch = { fields?: InputMaybe>>; words?: InputMaybe>>; }; export type TUserBackListConnection = { __typename?: 'UserBackListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TUserBackOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum UserBackOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", EMAIL = "EMAIL", FIRSTNAME = "FIRSTNAME", INITIALS = "INITIALS", KEEP_ORDER = "KEEP_ORDER", LASTNAME = "LASTNAME", USERNAME = "USERNAME" } export type TUserBackPayload = { __typename?: 'UserBackPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; userBack?: Maybe; }; export type TUserBackPublicIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export declare enum UserBackSearchField { FIRSTNAME = "FIRSTNAME", LASTNAME = "LASTNAME", USERNAME = "USERNAME" } export type TUserBackSingleConnection = { __typename?: 'UserBackSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserBot = TNode & TTimestampable & { __typename?: 'UserBot'; account_id?: Maybe; alexa_fields?: Maybe; bot_name?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; messenger_fields?: Maybe; }; export type TUserBotEdge = { __typename?: 'UserBotEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TUserBotFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserBotInputFilter = { bot_name?: InputMaybe; messenger_horoscope?: InputMaybe; messenger_push?: InputMaybe; messenger_push_pdf?: InputMaybe; messenger_sport_team?: InputMaybe; }; export type TUserBotListConnection = { __typename?: 'UserBotListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum UserBotListConnectionMode { TRUTH = "TRUTH" } export type TUserBotListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum UserBotListConnectionTotal { TRUTH = "TRUTH" } export type TUserBotOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum UserBotOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TUserBotPayload = { __typename?: 'UserBotPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; userBot?: Maybe; }; export type TUserBotSingleConnection = { __typename?: 'UserBotSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum UserBotSingleConnectionMode { TRUTH = "TRUTH" } export type TUserBotSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum UserBotSingleConnectionTotal { TRUTH = "TRUTH" } export type TUserFront = TNode & TTimestampable & { __typename?: 'UserFront'; about_me?: Maybe; articles_saved?: Maybe>>; author_id?: Maybe; avatar?: Maybe; avatar_moderation?: Maybe; average?: Maybe; avg_time_per_page_view?: Maybe; birthdate?: Maybe; bookReviews?: Maybe; book_review_subscribed_at?: Maybe; book_review_subscription?: Maybe; brand_id: Scalars['ID']['output']; city?: Maybe; contributor_signup_motivations?: Maybe; country?: Maybe; created_at?: Maybe; current_consecutive_days?: Maybe; current_streak_end_date?: Maybe; current_streak_start_date?: Maybe; darkmode?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; email?: Maybe; expired_at?: Maybe; favorite_games?: Maybe>>; favorite_section_name?: Maybe; favorite_section_pv?: Maybe; favorite_timeslot_hour?: Maybe; favorite_timeslot_visits?: Maybe; favorites_categories?: Maybe>>; firstname?: Maybe; force_reset_password?: Maybe; gender?: Maybe; grades?: Maybe>>; greeting?: Maybe; id: Scalars['ID']['output']; inseecode?: Maybe; last_login_at?: Maybe; lastname?: Maybe; legacy_id?: Maybe; local?: Maybe; longest_session_seconds?: Maybe; max_consecutive_days_all_time?: Maybe; max_daily_articles_read?: Maybe; max_monthly_articles_read?: Maybe; max_streak_end_date?: Maybe; max_streak_start_date?: Maybe; max_weekly_articles_read?: Maybe; newsletters?: Maybe; newsletters_registration?: Maybe>>; nl_subscription_at?: Maybe; origin?: Maybe; phonenumber?: Maybe; professional_activity?: Maybe; qiota_user_id?: Maybe; rewind?: Maybe; score?: Maybe; second_favorite_section_name?: Maybe; second_favorite_section_pv?: Maybe; session_id?: Maybe; status?: Maybe; stay_connected?: Maybe; subscriber?: Maybe; subscription_end_at?: Maybe; subscription_renew_at?: Maybe; subscription_start_at?: Maybe; third_favorite_section_name?: Maybe; third_favorite_section_pv?: Maybe; top_pv_month_loads?: Maybe; top_pv_month_num?: Maybe; top_pv_month_year_num?: Maybe; top_reading_day_of_week?: Maybe; top_reading_day_pv?: Maybe; top_visit_month_num?: Maybe; top_visit_month_visits?: Maybe; total_articles_read?: Maybe; total_capped_seconds_spent?: Maybe; total_pv?: Maybe; total_seconds_on_fav_weekday?: Maybe; total_visits?: Maybe; user_back_id: Scalars['ID']['output']; username?: Maybe; website?: Maybe; zipcode?: Maybe; }; export type TUserFrontBookReviewsArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TUserFrontNewslettersArgs = { after?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; options?: InputMaybe; orderBy?: InputMaybe; }; export type TUserFrontArticlesSavedPayload = { __typename?: 'UserFrontArticlesSavedPayload'; articles_saved?: Maybe>>; clientMutationId?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontAverageScore = { __typename?: 'UserFrontAverageScore'; average?: Maybe; }; export type TUserFrontAverageScoreSingleConnection = { __typename?: 'UserFrontAverageScoreSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontCheckUsernameEmail = { __typename?: 'UserFrontCheckUsernameEmail'; email?: Maybe; username?: Maybe; }; export type TUserFrontCheckUsernameEmailSingleConnection = { __typename?: 'UserFrontCheckUsernameEmailSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontCommentSsoData = { __typename?: 'UserFrontCommentSsoData'; comment_sso_data?: Maybe; }; export type TUserFrontCommentSsoDataSingleConnection = { __typename?: 'UserFrontCommentSsoDataSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontConfirmationTokenPayload = { __typename?: 'UserFrontConfirmationTokenPayload'; clientMutationId?: Maybe; confirmation_token?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontCreatedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserFrontEdge = { __typename?: 'UserFrontEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TUserFrontEditedAtFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserFrontFavoriteGamesPayload = { __typename?: 'UserFrontFavoriteGamesPayload'; clientMutationId?: Maybe; favorite_games?: Maybe>>; resolveInfo?: Maybe; }; export type TUserFrontFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserFrontIdFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserFrontIdPayload = { __typename?: 'UserFrontIdPayload'; clientMutationId?: Maybe; id?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontIdentifierInputType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUserFrontInputFilter = { avatar_moderation?: InputMaybe; book_review_subscription?: InputMaybe; created_at?: InputMaybe; edited_at?: InputMaybe; email?: InputMaybe; favorite_section_name?: InputMaybe; firstname?: InputMaybe; lastname?: InputMaybe; newsletters_registration?: InputMaybe; origin?: InputMaybe; status?: InputMaybe; subscriber?: InputMaybe; top_pv_month_num?: InputMaybe; top_reading_day_of_week?: InputMaybe; user_front_id?: InputMaybe; username?: InputMaybe; }; export type TUserFrontListConnection = { __typename?: 'UserFrontListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum UserFrontListConnectionMode { TRUTH = "TRUTH" } export type TUserFrontListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum UserFrontListConnectionTotal { TRUTH = "TRUTH" } export type TUserFrontLogoraPayload = { __typename?: 'UserFrontLogoraPayload'; clientMutationId?: Maybe; logora_auth?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontOctopusJwt = { __typename?: 'UserFrontOctopusJwt'; octopus_jwt?: Maybe; }; export type TUserFrontOctopusJwtSingleConnection = { __typename?: 'UserFrontOctopusJwtSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum UserFrontOrderField { BOOK_REVIEW_SUBSCRIBED_AT = "BOOK_REVIEW_SUBSCRIBED_AT", CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT", EMAIL = "EMAIL", FIRSTNAME = "FIRSTNAME", LASTNAME = "LASTNAME", LAST_LOGIN_AT = "LAST_LOGIN_AT", USERNAME = "USERNAME" } export type TUserFrontPayload = { __typename?: 'UserFrontPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; userFront?: Maybe; }; export type TUserFrontQualifio = TNode & TTimestampable & { __typename?: 'UserFrontQualifio'; birthdate?: Maybe; brand_id: Scalars['ID']['output']; city?: Maybe; country?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; email?: Maybe; firstname?: Maybe; gender?: Maybe; id: Scalars['ID']['output']; lastname?: Maybe; newsletters_registration?: Maybe>>; phonenumber?: Maybe; username?: Maybe; zipcode?: Maybe; }; export type TUserFrontQualifioSingleConnection = { __typename?: 'UserFrontQualifioSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TUserFrontSingleConnection = { __typename?: 'UserFrontSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum UserFrontSingleConnectionMode { TRUTH = "TRUTH" } export type TUserFrontSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum UserFrontSingleConnectionTotal { TRUTH = "TRUTH" } export type TUserFrontSubscriberFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TUserFrontTopPvMonthNumFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TVersion = TNode & TTimestampable & { __typename?: 'Version'; associated_content?: Maybe; content?: Maybe; created_at?: Maybe; deleted_at?: Maybe; edited_at?: Maybe; id: Scalars['ID']['output']; note?: Maybe; proofreading_status?: Maybe; publication_status?: Maybe; type?: Maybe; userBack?: Maybe; user_back_id?: Maybe; }; export type TVersionEdge = { __typename?: 'VersionEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TVersionFilter = { editorial_id?: InputMaybe; editorial_model?: InputMaybe; type?: InputMaybe; }; export type TVersionListConnection = { __typename?: 'VersionListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum VersionListConnectionMode { TRUTH = "TRUTH" } export type TVersionListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum VersionListConnectionTotal { TRUTH = "TRUTH" } export type TVersionOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum VersionOrderField { CREATED_AT = "CREATED_AT" } export type TVersionPayload = { __typename?: 'VersionPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; version?: Maybe; }; export type TVersionSaveTypeFilter = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; ilike?: InputMaybe; in?: InputMaybe>>; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; nilike?: InputMaybe; nin?: InputMaybe>>; nlike?: InputMaybe; nre?: InputMaybe; re?: InputMaybe; }; export type TVersionSingleConnection = { __typename?: 'VersionSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum VersionType { auto = "auto", manual = "manual" } export type TVideo = TNode & TTimestampable & { __typename?: 'Video'; brand_id: Scalars['ID']['output']; caption?: Maybe; created_at?: Maybe; credit?: Maybe; deleted_at?: Maybe; duration?: Maybe; edited_at?: Maybe; external_id?: Maybe; id: Scalars['ID']['output']; page?: Maybe; player?: Maybe>>; ratio?: Maybe; service?: Maybe; src?: Maybe; thumbnail?: Maybe; title?: Maybe; }; export type TVideoCatalogOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum VideoCatalogOrderField { LABEL = "LABEL" } export type TVideoEdge = { __typename?: 'VideoEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TVideoListConnection = { __typename?: 'VideoListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum VideoListConnectionMode { TRUTH = "TRUTH" } export type TVideoListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum VideoListConnectionTotal { TRUTH = "TRUTH" } export type TVideoOrder = { direction?: InputMaybe; field?: InputMaybe; }; export declare enum VideoOrderField { CREATED_AT = "CREATED_AT", EDITED_AT = "EDITED_AT" } export type TVideoPayload = { __typename?: 'VideoPayload'; clientMutationId?: Maybe; resolveInfo?: Maybe; video?: Maybe; }; export declare enum VideoRatio { horizontal = "horizontal", square = "square", vertical = "vertical" } export type TVideoSearchFilter = { catalogs?: InputMaybe>>; date_after?: InputMaybe; date_before?: InputMaybe; keywords?: InputMaybe>>; tags?: InputMaybe>>; }; export type TVideoSearchOrderField = { page?: InputMaybe; per_page?: InputMaybe; sort_by?: InputMaybe; }; export declare enum VideoSearchSortField { LAST = "LAST", SEARCH = "SEARCH", TOP = "TOP" } export type TVideoSingleConnection = { __typename?: 'VideoSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum VideoSingleConnectionMode { TRUTH = "TRUTH" } export type TVideoSingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum VideoSingleConnectionTotal { TRUTH = "TRUTH" } export declare enum VideoSource { digiteka = "digiteka" } export type TViewerType = TUserBack | TUserFront; export type TVisitsOptions = { __typename?: 'VisitsOptions'; app?: Maybe; desktop?: Maybe; mobile?: Maybe; spent_time?: Maybe; total?: Maybe; }; export type TVisitsOptionsInput = { app?: InputMaybe; desktop?: InputMaybe; mobile?: InputMaybe; spent_time?: InputMaybe; total?: InputMaybe; }; export type TAddFavoriteGameUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; game_slug: Game; id: Scalars['ID']['input']; }; export type TAnonymizeUserBotType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TAnonymizeUserFrontFromCrmType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; force_purge_account?: InputMaybe; id: Scalars['ID']['input']; }; export type TAnonymizeUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; password?: InputMaybe; }; export type TArticleLinkedArticlesArticleSingleConnection = { __typename?: 'articleLinkedArticlesArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedArticlesLiveSingleConnection = { __typename?: 'articleLinkedArticlesLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedArticlesPageSingleConnection = { __typename?: 'articleLinkedArticlesPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedArticlesStorySingleConnection = { __typename?: 'articleLinkedArticlesStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedArticleseditorialContent = { __typename?: 'articleLinkedArticleseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TArticleLinkedArticleseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedArticleseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedArticleseditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedArticleseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedContentsArticleSingleConnection = { __typename?: 'articleLinkedContentsArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedContentsLiveSingleConnection = { __typename?: 'articleLinkedContentsLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedContentsPageSingleConnection = { __typename?: 'articleLinkedContentsPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedContentsStorySingleConnection = { __typename?: 'articleLinkedContentsStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TArticleLinkedContentseditorialContent = { __typename?: 'articleLinkedContentseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TArticleLinkedContentseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedContentseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedContentseditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TArticleLinkedContentseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TAskBookReviewSubscriptionUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export declare enum AvatarModeration { delivering = "delivering", rejected = "rejected", validated = "validated", waiting = "waiting" } export declare enum BookCategoryType { bd = "bd", classic = "classic", detective_novel = "detective_novel", erotic = "erotic", fantastic = "fantastic", fantasy = "fantasy", historical_fiction = "historical_fiction", horror = "horror", literature = "literature", road_book = "road_book", romance = "romance", sf = "sf", thriller = "thriller", young_adult = "young_adult", youth = "youth" } export type TBreakingNewsContentArticleSingleConnection = { __typename?: 'breakingNewsContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TBreakingNewsContentLiveSingleConnection = { __typename?: 'breakingNewsContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TBreakingNewsContentPageSingleConnection = { __typename?: 'breakingNewsContentPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TBreakingNewsContentStorySingleConnection = { __typename?: 'breakingNewsContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TBreakingNewsContenteditorialContent = { __typename?: 'breakingNewsContenteditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TBreakingNewsContenteditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TBreakingNewsContenteditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TBreakingNewsContenteditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TBreakingNewsContenteditorialContentStoryArgs = { brand_id?: InputMaybe; }; export declare enum Category { article_program = "article_program", article_series = "article_series", brand = "brand", concept = "concept", entity = "entity", event = "event", locality = "locality", other = "other", personality = "personality", societal_topic = "societal_topic" } export type TChangeGradesUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; grades?: InputMaybe>>; id: Scalars['ID']['input']; }; export type TContentLifeCycleAssociatedContentArticleSingleConnection = { __typename?: 'contentLifeCycleAssociatedContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentLifeCycleAssociatedContentLiveSingleConnection = { __typename?: 'contentLifeCycleAssociatedContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentLifeCycleAssociatedContentStorySingleConnection = { __typename?: 'contentLifeCycleAssociatedContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TContentLifeCycleAssociatedContenteditorialContent = { __typename?: 'contentLifeCycleAssociatedContenteditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; story?: Maybe; }; export type TContentLifeCycleAssociatedContenteditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TContentLifeCycleAssociatedContenteditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TContentLifeCycleAssociatedContenteditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TContentMeta = { __typename?: 'contentMeta'; date?: Maybe; display_photo?: Maybe; edition_code?: Maybe; edition_label?: Maybe; image?: Maybe; legacy_id?: Maybe; }; export type TCreateJournalistUserFrontType = { author_id?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; email: Scalars['String']['input']; firstname: Scalars['String']['input']; lastname: Scalars['String']['input']; user_back_id?: InputMaybe; }; export type TCropInfos = { __typename?: 'cropInfos'; topleft_x?: Maybe; topleft_y?: Maybe; width_ratio?: Maybe; }; export type TCropInfosInput = { topleft_x?: InputMaybe; topleft_y?: InputMaybe; width_ratio?: InputMaybe; }; export type TCustomTag = { __typename?: 'customTag'; custom_label?: Maybe; link?: Maybe; tag?: Maybe; tag_id?: Maybe; }; export type TCustomTagInput = { custom_label?: InputMaybe; link?: InputMaybe; tag_id?: InputMaybe; }; export type TCustomTagTagSingleConnection = { __typename?: 'customTagTagSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum DepartmentStatusType { authorized = "authorized", unauthorized = "unauthorized" } export declare enum DepartmentType { ain = "ain", aisne = "aisne", allier = "allier", alpes_de_haute_provence = "alpes_de_haute_provence", alpes_maritimes = "alpes_maritimes", ardeche = "ardeche", ardennes = "ardennes", ariege = "ariege", aube = "aube", aude = "aude", aveyron = "aveyron", bas_rhin = "bas_rhin", bouches_du_rhone = "bouches_du_rhone", calvados = "calvados", cantal = "cantal", charente = "charente", charente_maritime = "charente_maritime", cher = "cher", correze = "correze", corse_du_sud = "corse_du_sud", cote_d_or = "cote_d_or", cotes_d_armor = "cotes_d_armor", creuse = "creuse", deux_sevres = "deux_sevres", dordogne = "dordogne", doubs = "doubs", drome = "drome", essonne = "essonne", eure = "eure", eure_et_loir = "eure_et_loir", finistere = "finistere", gard = "gard", gers = "gers", gironde = "gironde", guadeloupe = "guadeloupe", guyane = "guyane", haut_rhin = "haut_rhin", haute_corse = "haute_corse", haute_garonne = "haute_garonne", haute_loire = "haute_loire", haute_marne = "haute_marne", haute_saone = "haute_saone", haute_savoie = "haute_savoie", haute_vienne = "haute_vienne", hautes_alpes = "hautes_alpes", hautes_pyrenees = "hautes_pyrenees", hauts_de_seine = "hauts_de_seine", herault = "herault", ille_et_vilaine = "ille_et_vilaine", indre = "indre", indre_et_loire = "indre_et_loire", isere = "isere", jura = "jura", la_reunion = "la_reunion", landes = "landes", loir_et_cher = "loir_et_cher", loire = "loire", loire_atlantique = "loire_atlantique", loiret = "loiret", lot = "lot", lot_et_garonne = "lot_et_garonne", lozere = "lozere", maine_et_loire = "maine_et_loire", manche = "manche", marne = "marne", martinique = "martinique", mayenne = "mayenne", mayotte = "mayotte", meurthe_et_moselle = "meurthe_et_moselle", meuse = "meuse", morbihan = "morbihan", moselle = "moselle", nievre = "nievre", nord = "nord", oise = "oise", orne = "orne", paris = "paris", pas_de_calais = "pas_de_calais", puy_de_dome = "puy_de_dome", pyrenees_atlantiques = "pyrenees_atlantiques", pyrenees_orientales = "pyrenees_orientales", rhone = "rhone", saone_et_loire = "saone_et_loire", sarthe = "sarthe", savoie = "savoie", seine_et_marne = "seine_et_marne", seine_maritime = "seine_maritime", seine_st_denis = "seine_st_denis", somme = "somme", tarn = "tarn", tarn_et_garonne = "tarn_et_garonne", territoire_de_belfort = "territoire_de_belfort", val_d_oise = "val_d_oise", val_de_marne = "val_de_marne", var = "var", vaucluse = "vaucluse", vendee = "vendee", vienne = "vienne", vosges = "vosges", yonne = "yonne", yvelines = "yvelines" } export declare enum EditionType { quotidien = "quotidien", special = "special", supplement = "supplement" } export type TEditorialContentField = { __typename?: 'editorialContentField'; editorial_id: Scalars['ID']['output']; editorial_model?: Maybe; }; export type TEditorialContentInput = { editorial_id: Scalars['ID']['input']; editorial_model: EditorialContentModelType; }; export type TEditorialContentWithSkinInput = { editorial_id: Scalars['ID']['input']; editorial_model: EditorialContentModelType; event?: InputMaybe; label?: InputMaybe; locked?: InputMaybe; photo_id?: InputMaybe; skin?: InputMaybe; title?: InputMaybe; }; export type TEmbed = { __typename?: 'embed'; css?: Maybe>; js?: Maybe>; src?: Maybe; thumbnail?: Maybe; title?: Maybe; url?: Maybe; }; export type TEmbedInput = { css?: InputMaybe>; js?: InputMaybe>; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; url?: InputMaybe; }; export type TEnableBookReviewSubscriptionUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TFillCampaignsResultsPushType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; results: Scalars['JSONObject']['input']; }; export declare enum Game { g_10x10_arabian_nights = "g_10x10_arabian_nights", g_421 = "g_421", g_anagrammes = "g_anagrammes", g_bataille_navale = "g_bataille_navale", g_bubbleacademy = "g_bubbleacademy", g_buzz = "g_buzz", g_camping = "g_camping", g_cookieconnect = "g_cookieconnect", g_daily_mahjong = "g_daily_mahjong", g_filippine = "g_filippine", g_filippine_x2 = "g_filippine_x2", g_fitword = "g_fitword", g_fluffy_cuddlies = "g_fluffy_cuddlies", g_fubuki = "g_fubuki", g_hashi = "g_hashi", g_ifleches = "g_ifleches", g_ironde_des_mots = "g_ironde_des_mots", g_jeu_des_8_differences = "g_jeu_des_8_differences", g_jewelacademy = "g_jewelacademy", g_kakuro = "g_kakuro", g_kemaru = "g_kemaru", g_le_mot_du_jour = "g_le_mot_du_jour", g_le_mot_du_jour_6_lettres = "g_le_mot_du_jour_6_lettres", g_matoku = "g_matoku", g_mots_codes = "g_mots_codes", g_mots_coupes = "g_mots_coupes", g_mots_croises = "g_mots_croises", g_mots_fleches = "g_mots_fleches", g_mots_melanges = "g_mots_melanges", g_puzzle = "g_puzzle", g_snake = "g_snake", g_solitaire = "g_solitaire", g_sudoku = "g_sudoku", g_sudoku_chaos = "g_sudoku_chaos", g_sudoku_killer = "g_sudoku_killer", g_takuzu = "g_takuzu" } export declare enum Gender { female = "female", male = "male", other = "other" } export declare enum Grade { journalist = "journalist", spellingchecker = "spellingchecker" } export type THomePublishableContent = { __typename?: 'homePublishableContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; event?: Maybe; label?: Maybe; live?: Maybe; locked?: Maybe; page?: Maybe; photo?: Maybe; photo_id?: Maybe; skin?: Maybe; story?: Maybe; title?: Maybe; }; export type THomePublishableContentArticleArgs = { brand_id?: InputMaybe; }; export type THomePublishableContentLiveArgs = { brand_id?: InputMaybe; }; export type THomePublishableContentPageArgs = { brand_id?: InputMaybe; }; export type THomePublishableContentPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type THomePublishableContentStoryArgs = { brand_id?: InputMaybe; }; export type THomePublishableContentArticleSingleConnection = { __typename?: 'homePublishableContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomePublishableContentLiveSingleConnection = { __typename?: 'homePublishableContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomePublishableContentPageSingleConnection = { __typename?: 'homePublishableContentPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomePublishableContentStorySingleConnection = { __typename?: 'homePublishableContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomeRecapInput = { editorial_id: Scalars['ID']['input']; editorial_model: EditorialContentModelType; label?: InputMaybe; photo_id?: InputMaybe; title?: InputMaybe; }; export type THomeReservePublishableContent = { __typename?: 'homeReservePublishableContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; event?: Maybe; label?: Maybe; live?: Maybe; locked?: Maybe; page?: Maybe; photo?: Maybe; photo_id?: Maybe; skin?: Maybe; story?: Maybe; title?: Maybe; }; export type THomeReservePublishableContentArticleArgs = { brand_id?: InputMaybe; }; export type THomeReservePublishableContentLiveArgs = { brand_id?: InputMaybe; }; export type THomeReservePublishableContentPageArgs = { brand_id?: InputMaybe; }; export type THomeReservePublishableContentPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type THomeReservePublishableContentStoryArgs = { brand_id?: InputMaybe; }; export type THomeReservePublishableContentArticleSingleConnection = { __typename?: 'homeReservePublishableContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomeReservePublishableContentLiveSingleConnection = { __typename?: 'homeReservePublishableContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomeReservePublishableContentPageSingleConnection = { __typename?: 'homeReservePublishableContentPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type THomeReservePublishableContentStorySingleConnection = { __typename?: 'homeReservePublishableContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export declare enum HoroscopeEntityType { chinese = "chinese", numerology = "numerology", zodiac = "zodiac" } export type TImage = { __typename?: 'image'; caption?: Maybe; credits?: Maybe; src?: Maybe; }; export type TImageInput = { caption?: InputMaybe; credits?: InputMaybe; src?: InputMaybe; }; export type TKeyword = { __typename?: 'keyword'; category?: Maybe; config?: Maybe; display?: Maybe; label?: Maybe; parent_id?: Maybe; parent_tag?: Maybe; photo_id?: Maybe; publishing?: Maybe; slug?: Maybe; tag_id?: Maybe; url_visible?: Maybe; }; export type TKeywordInput = { category?: InputMaybe; config?: InputMaybe; display?: InputMaybe; label?: InputMaybe; parent_id?: InputMaybe; parent_tag?: InputMaybe; photo_id?: InputMaybe; publishing?: InputMaybe; slug?: InputMaybe; tag_id?: InputMaybe; url_visible?: InputMaybe; }; export declare enum LegalNoticeClassification { aa = "aa", aa_ep1 = "aa_ep1", aa_ep2 = "aa_ep2", dl = "dl", dl_ins = "dl_ins", dl_nom = "dl_nom", dl_suc = "dl_suc", rm = "rm", vi = "vi", vj = "vj", vj_al = "vj_al", vj_as = "vj_as", vs_ac = "vs_ac", vs_add = "vs_add", vs_adm = "vs_adm", vs_ag = "vs_ag", vs_ass = "vs_ass", vs_bil = "vs_bil", vs_cac = "vs_cac", vs_cap = "vs_cap", vs_ces = "vs_ces", vs_cli = "vs_cli", vs_co = "vs_co", vs_dc = "vs_dc", vs_den = "vs_den", vs_dg = "vs_dg", vs_dis = "vs_dis", vs_dur = "vs_dur", vs_flg = "vs_flg", vs_fu = "vs_fu", vs_ger = "vs_ger", vs_lg = "vs_lg", vs_nd = "vs_nd", vs_obj = "vs_obj", vs_rec = "vs_rec", vs_trf = "vs_trf", vs_tss = "vs_tss", vs_tup = "vs_tup" } export type TLiveLinkedArticlesArticleSingleConnection = { __typename?: 'liveLinkedArticlesArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedArticlesLiveSingleConnection = { __typename?: 'liveLinkedArticlesLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedArticlesPageSingleConnection = { __typename?: 'liveLinkedArticlesPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedArticlesStorySingleConnection = { __typename?: 'liveLinkedArticlesStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedArticleseditorialContent = { __typename?: 'liveLinkedArticleseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TLiveLinkedArticleseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedArticleseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedArticleseditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedArticleseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedContentsArticleSingleConnection = { __typename?: 'liveLinkedContentsArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedContentsLiveSingleConnection = { __typename?: 'liveLinkedContentsLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedContentsPageSingleConnection = { __typename?: 'liveLinkedContentsPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedContentsStorySingleConnection = { __typename?: 'liveLinkedContentsStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TLiveLinkedContentseditorialContent = { __typename?: 'liveLinkedContentseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TLiveLinkedContentseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedContentseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedContentseditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TLiveLinkedContentseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TLiveLockPayload = { __typename?: 'liveLockPayload'; clientMutationId?: Maybe; live?: Maybe; resolveInfo?: Maybe; }; export declare enum Local { bordeaux = "bordeaux", lille = "lille", lyon = "lyon", marseille = "marseille", montpellier = "montpellier", nantes = "nantes", nice = "nice", paris = "paris", rennes = "rennes", strasbourg = "strasbourg", toulouse = "toulouse" } export type TLocation = { __typename?: 'location'; area?: Maybe; city?: Maybe; country?: Maybe; }; export type TLocationInput = { area?: InputMaybe; city?: InputMaybe; country?: InputMaybe; }; export type TLogoutUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TMediaInput = { embed?: InputMaybe; illustration?: InputMaybe; legend?: InputMaybe; photo_id?: InputMaybe; podcast?: InputMaybe; type?: InputMaybe; video?: InputMaybe; }; export type TMediaVideo = { __typename?: 'mediaVideo'; caption?: Maybe; credit?: Maybe; duration?: Maybe; external_id?: Maybe; player?: Maybe>>; ratio?: Maybe; service?: Maybe; src?: Maybe; thumbnail?: Maybe; title?: Maybe; }; export declare enum MovieCasting { cast = "cast", crew = "crew" } export declare enum MovieMedia { photo = "photo", poster = "poster", video = "video" } export declare enum Newsletter { nl_13h = "nl_13h", nl_18h = "nl_18h", nl_20minutestv = "nl_20minutestv", nl_alert = "nl_alert", nl_bonplan = "nl_bonplan", nl_buzz = "nl_buzz", nl_economie = "nl_economie", nl_elections = "nl_elections", nl_fakeoff = "nl_fakeoff", nl_games = "nl_games", nl_hightech = "nl_hightech", nl_horoscope = "nl_horoscope", nl_inclusive = "nl_inclusive", nl_jeuconcours = "nl_jeuconcours", nl_locales = "nl_locales", nl_maison = "nl_maison", nl_matinale = "nl_matinale", nl_pdf = "nl_pdf", nl_pdf_locales = "nl_pdf_locales", nl_pop = "nl_pop", nl_serieux = "nl_serieux", nl_solutions = "nl_solutions", nl_sport = "nl_sport", nl_tempo = "nl_tempo", nl_viepro = "nl_viepro", souscription_profil = "souscription_profil" } export declare enum NewsletterThemeType { community = "community", default = "default", economy = "economy", entertainment = "entertainment", highlight = "highlight", hightech = "hightech", media = "media", partner = "partner", planet = "planet", sport = "sport", tempo = "tempo", weird = "weird" } export declare enum NewsletterType { evenementielle = "evenementielle", generaliste = "generaliste", thematique = "thematique" } export type TNotificationLinkedContentArticleSingleConnection = { __typename?: 'notificationLinkedContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TNotificationLinkedContentLiveSingleConnection = { __typename?: 'notificationLinkedContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TNotificationLinkedContentStorySingleConnection = { __typename?: 'notificationLinkedContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TNotificationLinkedContenteditorialContent = { __typename?: 'notificationLinkedContenteditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; story?: Maybe; }; export type TNotificationLinkedContenteditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TNotificationLinkedContenteditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TNotificationLinkedContenteditorialContentStoryArgs = { brand_id?: InputMaybe; }; export declare enum NotificationStatusType { archived = "archived", read = "read", unread = "unread" } export declare enum NotificationTypes { announced = "announced", correction_needed = "correction_needed", deleted = "deleted", published = "published", published_announced = "published_announced", published_scheduled = "published_scheduled", reread = "reread", scheduled = "scheduled", submitted_proofreading = "submitted_proofreading", under_proofreading = "under_proofreading", unpublished = "unpublished" } export type TNotifyMisspellingFromUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; contentUrl: Scalars['String']['input']; correction: Scalars['String']['input']; id: Scalars['ID']['input']; misspelling: Scalars['String']['input']; }; export type TOjdClientCode = { __typename?: 'ojdClientCode'; client?: Maybe; code?: Maybe; }; export type TOjdClientCodeInput = { client?: InputMaybe; code?: InputMaybe; }; export declare enum Origin { vingtminutes_app_android_commentaires_apple = "vingtminutes_app_android_commentaires_apple", vingtminutes_app_android_commentaires_facebook = "vingtminutes_app_android_commentaires_facebook", vingtminutes_app_android_commentaires_google = "vingtminutes_app_android_commentaires_google", vingtminutes_app_android_commentaires_organique = "vingtminutes_app_android_commentaires_organique", vingtminutes_app_android_commentaires_passmedia = "vingtminutes_app_android_commentaires_passmedia", vingtminutes_app_android_membre_apple = "vingtminutes_app_android_membre_apple", vingtminutes_app_android_membre_facebook = "vingtminutes_app_android_membre_facebook", vingtminutes_app_android_membre_google = "vingtminutes_app_android_membre_google", vingtminutes_app_android_membre_organique = "vingtminutes_app_android_membre_organique", vingtminutes_app_android_membre_passmedia = "vingtminutes_app_android_membre_passmedia", vingtminutes_app_android_onboarding_apple = "vingtminutes_app_android_onboarding_apple", vingtminutes_app_android_onboarding_facebook = "vingtminutes_app_android_onboarding_facebook", vingtminutes_app_android_onboarding_google = "vingtminutes_app_android_onboarding_google", vingtminutes_app_android_onboarding_organique = "vingtminutes_app_android_onboarding_organique", vingtminutes_app_ios_commentaires_apple = "vingtminutes_app_ios_commentaires_apple", vingtminutes_app_ios_commentaires_facebook = "vingtminutes_app_ios_commentaires_facebook", vingtminutes_app_ios_commentaires_google = "vingtminutes_app_ios_commentaires_google", vingtminutes_app_ios_commentaires_organique = "vingtminutes_app_ios_commentaires_organique", vingtminutes_app_ios_commentaires_passmedia = "vingtminutes_app_ios_commentaires_passmedia", vingtminutes_app_ios_membre_apple = "vingtminutes_app_ios_membre_apple", vingtminutes_app_ios_membre_facebook = "vingtminutes_app_ios_membre_facebook", vingtminutes_app_ios_membre_google = "vingtminutes_app_ios_membre_google", vingtminutes_app_ios_membre_organique = "vingtminutes_app_ios_membre_organique", vingtminutes_app_ios_membre_passmedia = "vingtminutes_app_ios_membre_passmedia", vingtminutes_app_ios_onboarding_apple = "vingtminutes_app_ios_onboarding_apple", vingtminutes_app_ios_onboarding_facebook = "vingtminutes_app_ios_onboarding_facebook", vingtminutes_app_ios_onboarding_google = "vingtminutes_app_ios_onboarding_google", vingtminutes_app_ios_onboarding_organique = "vingtminutes_app_ios_onboarding_organique", vingtminutes_web_abonner_journaliste_apple = "vingtminutes_web_abonner_journaliste_apple", vingtminutes_web_abonner_journaliste_facebook = "vingtminutes_web_abonner_journaliste_facebook", vingtminutes_web_abonner_journaliste_google = "vingtminutes_web_abonner_journaliste_google", vingtminutes_web_abonner_journaliste_organique = "vingtminutes_web_abonner_journaliste_organique", vingtminutes_web_abonner_journaliste_passmedia = "vingtminutes_web_abonner_journaliste_passmedia", vingtminutes_web_abonner_tag_apple = "vingtminutes_web_abonner_tag_apple", vingtminutes_web_abonner_tag_facebook = "vingtminutes_web_abonner_tag_facebook", vingtminutes_web_abonner_tag_google = "vingtminutes_web_abonner_tag_google", vingtminutes_web_abonner_tag_organique = "vingtminutes_web_abonner_tag_organique", vingtminutes_web_abonner_tag_passmedia = "vingtminutes_web_abonner_tag_passmedia", vingtminutes_web_adl_performance = "vingtminutes_web_adl_performance", vingtminutes_web_base_and_co = "vingtminutes_web_base_and_co", vingtminutes_web_captain_traffic = "vingtminutes_web_captain_traffic", vingtminutes_web_commentaires_apple = "vingtminutes_web_commentaires_apple", vingtminutes_web_commentaires_facebook = "vingtminutes_web_commentaires_facebook", vingtminutes_web_commentaires_google = "vingtminutes_web_commentaires_google", vingtminutes_web_commentaires_organique = "vingtminutes_web_commentaires_organique", vingtminutes_web_commentaires_passmedia = "vingtminutes_web_commentaires_passmedia", vingtminutes_web_communaute_livres_apple = "vingtminutes_web_communaute_livres_apple", vingtminutes_web_communaute_livres_facebook = "vingtminutes_web_communaute_livres_facebook", vingtminutes_web_communaute_livres_google = "vingtminutes_web_communaute_livres_google", vingtminutes_web_communaute_livres_organique = "vingtminutes_web_communaute_livres_organique", vingtminutes_web_communaute_livres_passmedia = "vingtminutes_web_communaute_livres_passmedia", vingtminutes_web_connect_games_apple = "vingtminutes_web_connect_games_apple", vingtminutes_web_connect_games_facebook = "vingtminutes_web_connect_games_facebook", vingtminutes_web_connect_games_google = "vingtminutes_web_connect_games_google", vingtminutes_web_connect_games_organique = "vingtminutes_web_connect_games_organique", vingtminutes_web_connect_newsletters_apple = "vingtminutes_web_connect_newsletters_apple", vingtminutes_web_connect_newsletters_facebook = "vingtminutes_web_connect_newsletters_facebook", vingtminutes_web_connect_newsletters_google = "vingtminutes_web_connect_newsletters_google", vingtminutes_web_connect_newsletters_organique = "vingtminutes_web_connect_newsletters_organique", vingtminutes_web_cookies_banner_apple = "vingtminutes_web_cookies_banner_apple", vingtminutes_web_cookies_banner_facebook = "vingtminutes_web_cookies_banner_facebook", vingtminutes_web_cookies_banner_google = "vingtminutes_web_cookies_banner_google", vingtminutes_web_cookies_banner_organique = "vingtminutes_web_cookies_banner_organique", vingtminutes_web_cookies_banner_passmedia = "vingtminutes_web_cookies_banner_passmedia", vingtminutes_web_correcteur_apple = "vingtminutes_web_correcteur_apple", vingtminutes_web_correcteur_facebook = "vingtminutes_web_correcteur_facebook", vingtminutes_web_correcteur_google = "vingtminutes_web_correcteur_google", vingtminutes_web_correcteur_organique = "vingtminutes_web_correcteur_organique", vingtminutes_web_correcteur_passmedia = "vingtminutes_web_correcteur_passmedia", vingtminutes_web_dark_mode_apple = "vingtminutes_web_dark_mode_apple", vingtminutes_web_dark_mode_facebook = "vingtminutes_web_dark_mode_facebook", vingtminutes_web_dark_mode_google = "vingtminutes_web_dark_mode_google", vingtminutes_web_dark_mode_organique = "vingtminutes_web_dark_mode_organique", vingtminutes_web_dark_mode_passmedia = "vingtminutes_web_dark_mode_passmedia", vingtminutes_web_datawork = "vingtminutes_web_datawork", vingtminutes_web_debat_apple = "vingtminutes_web_debat_apple", vingtminutes_web_debat_facebook = "vingtminutes_web_debat_facebook", vingtminutes_web_debat_google = "vingtminutes_web_debat_google", vingtminutes_web_debat_organique = "vingtminutes_web_debat_organique", vingtminutes_web_debat_passmedia = "vingtminutes_web_debat_passmedia", vingtminutes_web_embed_newsletters = "vingtminutes_web_embed_newsletters", vingtminutes_web_google_one_tap = "vingtminutes_web_google_one_tap", vingtminutes_web_horoscope_apple = "vingtminutes_web_horoscope_apple", vingtminutes_web_horoscope_facebook = "vingtminutes_web_horoscope_facebook", vingtminutes_web_horoscope_google = "vingtminutes_web_horoscope_google", vingtminutes_web_horoscope_organique = "vingtminutes_web_horoscope_organique", vingtminutes_web_horoscope_passmedia = "vingtminutes_web_horoscope_passmedia", vingtminutes_web_ividence = "vingtminutes_web_ividence", vingtminutes_web_jeux_concours_apple = "vingtminutes_web_jeux_concours_apple", vingtminutes_web_jeux_concours_facebook = "vingtminutes_web_jeux_concours_facebook", vingtminutes_web_jeux_concours_google = "vingtminutes_web_jeux_concours_google", vingtminutes_web_jeux_concours_organique = "vingtminutes_web_jeux_concours_organique", vingtminutes_web_jeux_concours_passmedia = "vingtminutes_web_jeux_concours_passmedia", vingtminutes_web_loginwall_apple = "vingtminutes_web_loginwall_apple", vingtminutes_web_loginwall_comments_apple = "vingtminutes_web_loginwall_comments_apple", vingtminutes_web_loginwall_comments_facebook = "vingtminutes_web_loginwall_comments_facebook", vingtminutes_web_loginwall_comments_google = "vingtminutes_web_loginwall_comments_google", vingtminutes_web_loginwall_comments_organique = "vingtminutes_web_loginwall_comments_organique", vingtminutes_web_loginwall_facebook = "vingtminutes_web_loginwall_facebook", vingtminutes_web_loginwall_games_apple = "vingtminutes_web_loginwall_games_apple", vingtminutes_web_loginwall_games_facebook = "vingtminutes_web_loginwall_games_facebook", vingtminutes_web_loginwall_games_google = "vingtminutes_web_loginwall_games_google", vingtminutes_web_loginwall_games_organique = "vingtminutes_web_loginwall_games_organique", vingtminutes_web_loginwall_google = "vingtminutes_web_loginwall_google", vingtminutes_web_loginwall_organique = "vingtminutes_web_loginwall_organique", vingtminutes_web_loginwall_passmedia = "vingtminutes_web_loginwall_passmedia", vingtminutes_web_membre_apple = "vingtminutes_web_membre_apple", vingtminutes_web_membre_consentless_apple = "vingtminutes_web_membre_consentless_apple", vingtminutes_web_membre_consentless_facebook = "vingtminutes_web_membre_consentless_facebook", vingtminutes_web_membre_consentless_google = "vingtminutes_web_membre_consentless_google", vingtminutes_web_membre_consentless_organique = "vingtminutes_web_membre_consentless_organique", vingtminutes_web_membre_facebook = "vingtminutes_web_membre_facebook", vingtminutes_web_membre_google = "vingtminutes_web_membre_google", vingtminutes_web_membre_organique = "vingtminutes_web_membre_organique", vingtminutes_web_membre_passmedia = "vingtminutes_web_membre_passmedia", vingtminutes_web_notification_bell_apple = "vingtminutes_web_notification_bell_apple", vingtminutes_web_notification_bell_facebook = "vingtminutes_web_notification_bell_facebook", vingtminutes_web_notification_bell_google = "vingtminutes_web_notification_bell_google", vingtminutes_web_notification_bell_organique = "vingtminutes_web_notification_bell_organique", vingtminutes_web_old_newsletters = "vingtminutes_web_old_newsletters", vingtminutes_web_openask = "vingtminutes_web_openask", vingtminutes_web_page_newsletters_apple = "vingtminutes_web_page_newsletters_apple", vingtminutes_web_page_newsletters_facebook = "vingtminutes_web_page_newsletters_facebook", vingtminutes_web_page_newsletters_google = "vingtminutes_web_page_newsletters_google", vingtminutes_web_page_newsletters_organique = "vingtminutes_web_page_newsletters_organique", vingtminutes_web_page_newsletters_passmedia = "vingtminutes_web_page_newsletters_passmedia", vingtminutes_web_sauvegarder_article_apple = "vingtminutes_web_sauvegarder_article_apple", vingtminutes_web_sauvegarder_article_facebook = "vingtminutes_web_sauvegarder_article_facebook", vingtminutes_web_sauvegarder_article_google = "vingtminutes_web_sauvegarder_article_google", vingtminutes_web_sauvegarder_article_organique = "vingtminutes_web_sauvegarder_article_organique", vingtminutes_web_sauvegarder_article_passmedia = "vingtminutes_web_sauvegarder_article_passmedia", vingtminutes_web_scorecast_apple = "vingtminutes_web_scorecast_apple", vingtminutes_web_scorecast_facebook = "vingtminutes_web_scorecast_facebook", vingtminutes_web_scorecast_google = "vingtminutes_web_scorecast_google", vingtminutes_web_scorecast_organique = "vingtminutes_web_scorecast_organique", vingtminutes_web_scorecast_passmedia = "vingtminutes_web_scorecast_passmedia", vingtminutes_web_video_auto_play_apple = "vingtminutes_web_video_auto_play_apple", vingtminutes_web_video_auto_play_facebook = "vingtminutes_web_video_auto_play_facebook", vingtminutes_web_video_auto_play_google = "vingtminutes_web_video_auto_play_google", vingtminutes_web_video_auto_play_organique = "vingtminutes_web_video_auto_play_organique", vingtminutes_web_video_auto_play_passmedia = "vingtminutes_web_video_auto_play_passmedia", vingtminutes_web_widget_newsletters = "vingtminutes_web_widget_newsletters" } export type TPageLinkedArticlesArticleSingleConnection = { __typename?: 'pageLinkedArticlesArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPageLinkedArticlesLiveSingleConnection = { __typename?: 'pageLinkedArticlesLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPageLinkedArticlesPageSingleConnection = { __typename?: 'pageLinkedArticlesPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPageLinkedArticlesStorySingleConnection = { __typename?: 'pageLinkedArticlesStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPageLinkedArticleseditorialContent = { __typename?: 'pageLinkedArticleseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; story?: Maybe; }; export type TPageLinkedArticleseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TPageLinkedArticleseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TPageLinkedArticleseditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TPageLinkedArticleseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TPaymentConfirmationUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TPersonality = { __typename?: 'personality'; actuality?: Maybe; birthdate?: Maybe; firstname?: Maybe; image?: Maybe; lastname?: Maybe; }; export type TPhotoAssociatedContentsArticleSingleConnection = { __typename?: 'photoAssociatedContentsArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPhotoAssociatedContentsLiveSingleConnection = { __typename?: 'photoAssociatedContentsLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPhotoAssociatedContentsStorySingleConnection = { __typename?: 'photoAssociatedContentsStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPhotoAssociatedContentseditorialContent = { __typename?: 'photoAssociatedContentseditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; story?: Maybe; }; export type TPhotoAssociatedContentseditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TPhotoAssociatedContentseditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TPhotoAssociatedContentseditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TPlayer = { __typename?: 'player'; external_id?: Maybe; service?: Maybe; }; export type TPlayerInput = { external_id?: InputMaybe; service?: InputMaybe; }; export type TPodcast = { __typename?: 'podcast'; service?: Maybe; src?: Maybe; thumbnail?: Maybe; title?: Maybe; url?: Maybe; }; export type TPodcastInput = { service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; url?: InputMaybe; }; export type TPodcastSearch = { __typename?: 'podcastSearch'; authors?: Maybe; createdAt?: Maybe; description?: Maybe; duration?: Maybe; embed?: Maybe; guid?: Maybe; id?: Maybe; image?: Maybe; keywords?: Maybe; programId?: Maybe; programName?: Maybe; publicationAt?: Maybe; season?: Maybe; slug?: Maybe; subTitle?: Maybe; title?: Maybe; updatedAt?: Maybe; url?: Maybe; }; export type TPodcastSearchEdge = { __typename?: 'podcastSearchEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TPodcastSearchListConnection = { __typename?: 'podcastSearchListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export declare enum PublishableSignatureType { custom = "custom", full_name = "full_name", initials = "initials", initials_with_afp = "initials_with_afp", interview_name = "interview_name", mn_with_afp = "mn_with_afp", mn_with_agencies = "mn_with_agencies" } export declare enum PublishingType { magazine = "magazine", production = "production", publicommunique = "publicommunique", rubric_sponso = "rubric_sponso" } export type TPushAssociatedContentArticleSingleConnection = { __typename?: 'pushAssociatedContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPushAssociatedContentLiveSingleConnection = { __typename?: 'pushAssociatedContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPushAssociatedContentStorySingleConnection = { __typename?: 'pushAssociatedContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TPushAssociatedContenteditorialContent = { __typename?: 'pushAssociatedContenteditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; story?: Maybe; }; export type TPushAssociatedContenteditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TPushAssociatedContenteditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TPushAssociatedContenteditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TRatios = { __typename?: 'ratios'; landscape?: Maybe; portrait?: Maybe; square?: Maybe; wide?: Maybe; }; export type TRatiosInput = { landscape?: InputMaybe; portrait?: InputMaybe; square?: InputMaybe; wide?: InputMaybe; }; export type TRecap = { __typename?: 'recap'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; label?: Maybe; live?: Maybe; page?: Maybe; photo?: Maybe; photo_id?: Maybe; story?: Maybe; title?: Maybe; }; export type TRecapArticleArgs = { brand_id?: InputMaybe; }; export type TRecapLiveArgs = { brand_id?: InputMaybe; }; export type TRecapPageArgs = { brand_id?: InputMaybe; }; export type TRecapPhotoArgs = { brand_id?: InputMaybe; options?: InputMaybe; }; export type TRecapStoryArgs = { brand_id?: InputMaybe; }; export type TRecapArticleSingleConnection = { __typename?: 'recapArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TRecapLiveSingleConnection = { __typename?: 'recapLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TRecapPageSingleConnection = { __typename?: 'recapPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TRecapStorySingleConnection = { __typename?: 'recapStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TRefuseBookReviewSubscriptionUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TRegenerateSessionIdUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export declare enum RelatedModelType { Comment = "Comment" } export type TRemoveAvatarUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TRemoveFavoriteGameUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; game_slug: Game; id: Scalars['ID']['input']; }; export type TResetUserFrontConfirmationTokenType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TResubscribeUserFrontPaidAccountType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TSaveArticleUserFrontType = { article_id: Scalars['Int']['input']; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export declare enum SavedMethodType { auto = "auto", manual = "manual" } export declare enum Service { actu_culture = "actu_culture", actu_generale = "actu_generale", audio = "audio", bordeaux = "bordeaux", chaud = "chaud", culture = "culture", diff_info = "diff_info", edition = "edition", lille = "lille", lyon = "lyon", magazine = "magazine", marseille = "marseille", montpellier = "montpellier", nantes = "nantes", nice = "nice", paris = "paris", photo = "photo", redchefs = "redchefs", rennes = "rennes", sports = "sports", strasbourg = "strasbourg", toulouse = "toulouse", video = "video" } export type TSignLogoraUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; }; export type TSignatureInline = { __typename?: 'signatureInline'; custom_text?: Maybe; type?: Maybe; userBacks?: Maybe; user_back_ids?: Maybe>>; }; export type TSignatureInlineUserBacksArgs = { after?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; }; export type TSignatureInlineInput = { custom_text?: InputMaybe; type?: InputMaybe; user_back_ids?: InputMaybe>>; }; export type TSignatureInlineSubtype = { __typename?: 'signatureInlineSubtype'; custom_text?: Maybe; type?: Maybe; }; export type TSignatureInlineSubtypeInput = { custom_text?: InputMaybe; type?: InputMaybe; }; export type TSigninGoogleUserBackType = { brand_id?: InputMaybe; clientMutationId?: InputMaybe; token: Scalars['String']['input']; }; export type TSigninUserBackType = { brand_id?: InputMaybe; clientMutationId?: InputMaybe; token: Scalars['String']['input']; }; export type TSportTeamInput = { league?: InputMaybe; team?: InputMaybe; }; export type TSportTeamType = { __typename?: 'sportTeamType'; league?: Maybe; team?: Maybe; }; export declare enum Story { diapo = "diapo", newsletter = "newsletter", story = "story" } export type TSubscribeNewsletterUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; newsletter_slug: Newsletter; newsletter_token: Scalars['String']['input']; }; export type TSubscriptionNewsletterUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; newsletter_slug: Newsletter; }; export type TSubscriptionNewsletterWidgetUserFrontType = { brand_id: Scalars['ID']['input']; city?: InputMaybe; clientMutationId?: InputMaybe; email: Scalars['String']['input']; forceUserCreation?: InputMaybe; inseecode?: InputMaybe; newsletter_slug: Newsletter; origin?: InputMaybe; zipcode?: InputMaybe; }; export declare enum TagCategoryListConnectionMode { TRUTH = "TRUTH" } export type TTagCategoryListConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum TagCategoryListConnectionTotal { TRUTH = "TRUTH" } export declare enum TagCategorySingleConnectionMode { TRUTH = "TRUTH" } export type TTagCategorySingleConnectionOptions = { mode?: InputMaybe; total?: InputMaybe; }; export declare enum TagCategorySingleConnectionTotal { TRUTH = "TRUTH" } export type TUnsaveArticleUserFrontType = { article_id: Scalars['Int']['input']; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUnsubscribeAllNewsletterUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; newsletter_token?: InputMaybe; }; export type TUnsubscribeNewsletterUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; newsletter_slug: Newsletter; newsletter_token?: InputMaybe; }; export type TUnsubscribeUserFrontPaidAccountType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUnsubscriptionNewsletterUserFrontType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; newsletter_slug: Newsletter; }; export type TUpdateArticleTagsType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; tag_ids: Array>; }; export type TUpdateLiveTagsType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; tag_ids: Array>; }; export type TUpdateLoginTimeUserBackBrandType = { clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUpdateStatsUserFrontType = { avg_time_per_page_view?: InputMaybe; brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; current_consecutive_days?: InputMaybe; current_streak_end_date?: InputMaybe; current_streak_start_date?: InputMaybe; favorite_section_name?: InputMaybe; favorite_section_pv?: InputMaybe; favorite_timeslot_hour?: InputMaybe; favorite_timeslot_visits?: InputMaybe; id: Scalars['ID']['input']; longest_session_seconds?: InputMaybe; max_consecutive_days_all_time?: InputMaybe; max_daily_articles_read?: InputMaybe; max_monthly_articles_read?: InputMaybe; max_streak_end_date?: InputMaybe; max_streak_start_date?: InputMaybe; max_weekly_articles_read?: InputMaybe; second_favorite_section_name?: InputMaybe; third_favorite_section_name?: InputMaybe; top_pv_month_loads?: InputMaybe; top_pv_month_num?: InputMaybe; top_pv_month_year_num?: InputMaybe; top_reading_day_of_week?: InputMaybe; top_reading_day_pv?: InputMaybe; top_visit_month_num?: InputMaybe; top_visit_month_visits?: InputMaybe; total_articles_read?: InputMaybe; total_capped_seconds_spent?: InputMaybe; total_pv?: InputMaybe; total_seconds_on_fav_weekday?: InputMaybe; total_visits?: InputMaybe; }; export type TUpdateStoryTagsType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; tag_ids: Array>; }; export type TUpdateUserFrontConfirmationTokenType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUpdateUserFrontDarkmodeType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; }; export type TUpdateUserFrontEmailType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; email: Scalars['String']['input']; id: Scalars['ID']['input']; password: Scalars['ID']['input']; }; export type TUpdateUserFrontOriginType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; origin: Origin; }; export type TUpdateUserFrontPasswordType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; password: Scalars['String']['input']; passwordNew: Scalars['String']['input']; }; export type TUpdateUserFrontQualifioType = { birthdate?: InputMaybe; brand_id: Scalars['ID']['input']; city?: InputMaybe; clientMutationId?: InputMaybe; country?: InputMaybe; firstname?: InputMaybe; gender?: InputMaybe; id: Scalars['ID']['input']; lastname?: InputMaybe; phonenumber?: InputMaybe; zipcode?: InputMaybe; }; export type TUpdateUserFrontTutorialsType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; tutorial: Scalars['String']['input']; }; export type TUpdateUserFrontUsernameType = { brand_id: Scalars['ID']['input']; clientMutationId?: InputMaybe; id: Scalars['ID']['input']; username?: InputMaybe; }; export declare enum UserStatus { archived = "archived", banned = "banned", confirmed = "confirmed", invalid = "invalid", unconfirmed = "unconfirmed", unknown = "unknown" } export type TVersionAssociatedContentArticleSingleConnection = { __typename?: 'versionAssociatedContentArticleSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TVersionAssociatedContentLiveSingleConnection = { __typename?: 'versionAssociatedContentLiveSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TVersionAssociatedContentPageSingleConnection = { __typename?: 'versionAssociatedContentPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TVersionAssociatedContentStaticPageSingleConnection = { __typename?: 'versionAssociatedContentStaticPageSingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TVersionAssociatedContentStorySingleConnection = { __typename?: 'versionAssociatedContentStorySingleConnection'; node?: Maybe; resolveInfo?: Maybe; }; export type TVersionAssociatedContenteditorialContent = { __typename?: 'versionAssociatedContenteditorialContent'; article?: Maybe; editorial_id?: Maybe; editorial_model?: Maybe; live?: Maybe; page?: Maybe; staticPage?: Maybe; story?: Maybe; }; export type TVersionAssociatedContenteditorialContentArticleArgs = { brand_id?: InputMaybe; }; export type TVersionAssociatedContenteditorialContentLiveArgs = { brand_id?: InputMaybe; }; export type TVersionAssociatedContenteditorialContentPageArgs = { brand_id?: InputMaybe; }; export type TVersionAssociatedContenteditorialContentStaticPageArgs = { brand_id?: InputMaybe; }; export type TVersionAssociatedContenteditorialContentStoryArgs = { brand_id?: InputMaybe; }; export type TVideoCatalog = { __typename?: 'videoCatalog'; id?: Maybe; id_label?: Maybe; label?: Maybe; }; export type TVideoCatalogEdge = { __typename?: 'videoCatalogEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TVideoCatalogListConnection = { __typename?: 'videoCatalogListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; }; export type TVideoInput = { caption?: InputMaybe; credit?: InputMaybe; duration?: InputMaybe; external_id?: InputMaybe; player?: InputMaybe>>; ratio?: InputMaybe; service?: InputMaybe; src?: InputMaybe; thumbnail?: InputMaybe; title?: InputMaybe; }; export type TVideoSearch = { __typename?: 'videoSearch'; authors?: Maybe; content_type?: Maybe; creation_date?: Maybe; description?: Maybe; embed?: Maybe; external_id?: Maybe; facebook?: Maybe; id?: Maybe; id_label?: Maybe; iframe?: Maybe; image?: Maybe; image_high?: Maybe; image_large?: Maybe; image_original?: Maybe; label?: Maybe; lengthvideo?: Maybe; publication_date?: Maybe; sub_categories?: Maybe; tags?: Maybe; title?: Maybe; update_date?: Maybe; }; export type TVideoSearchEdge = { __typename?: 'videoSearchEdge'; cursor: Scalars['String']['output']; node?: Maybe; }; export type TVideoSearchListConnection = { __typename?: 'videoSearchListConnection'; edges?: Maybe>>; pageInfo: TPageInfo; resolveInfo?: Maybe; totalCount?: Maybe; };