import { Simplify } from '../lib/types.cjs'; import { TypedDocumentString, Comment_IssueCommentFragment, ReactionContent, User_UserFragment, Reaction_ReactionGroupFragment } from '../__generated__/codegen/graphql.cjs'; import '@graphql-typed-document-node/core'; declare const Comment: TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; }; (input?: Comment_IssueCommentFragment | null | undefined): { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; } | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; }; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; } | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): { id: string; reactions: { name: ReactionContent; count: number; }[]; author: { name: string; avatarUrl: string | null; login: string | null; twitterUsername: string | null; } | null; createdAt: string; body: string; lastEditedAt: string | null; isMinimized: boolean; minimizedReason: string | null; totalReactions: number; }[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_1) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_2) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_3) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_4) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_5) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_6) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_7) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_8) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_9) => TypedDocumentString & { __is_type: true; map: { (input: Comment_IssueCommentFragment): Simplify; (input?: Comment_IssueCommentFragment | null | undefined): Simplify | null; }; unmask: { (input: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; }): Simplify; (input?: { ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null | undefined): Simplify | null; (input?: ({ ' $fragmentRefs'?: { Comment_IssueCommentFragment: Comment_IssueCommentFragment; } | undefined; } | null)[] | null | undefined): Simplify[]; }; withMap: (map: (input: { __typename?: "IssueComment" | undefined; id: string; body: string; createdAt: string; lastEditedAt?: (string | null) | undefined; isMinimized: boolean; minimizedReason?: (string | null) | undefined; author?: (({ __typename?: "Bot"; } & { " $fragmentRefs"?: { "Author_Actor_Bot_Fragment": { __typename?: "Bot"; avatarUrl: string; login: string; } & { ' $fragmentName'?: "Author_Actor_Bot_Fragment"; }; }; }) | ({ __typename?: "EnterpriseUserAccount"; } & { " $fragmentRefs"?: { "Author_Actor_EnterpriseUserAccount_Fragment": { __typename?: "EnterpriseUserAccount"; avatarUrl: string; name?: string | null; login: string; } & { ' $fragmentName'?: "Author_Actor_EnterpriseUserAccount_Fragment"; }; }; }) | ({ __typename?: "Mannequin"; } & { " $fragmentRefs"?: { "Author_Actor_Mannequin_Fragment": { __typename?: "Mannequin"; } & { ' $fragmentName'?: "Author_Actor_Mannequin_Fragment"; }; }; }) | ({ __typename?: "Organization"; } & { " $fragmentRefs"?: { "Author_Actor_Organization_Fragment": { __typename?: "Organization"; avatarUrl: string; name?: string | null; login: string; twitterUsername?: string | null; } & { ' $fragmentName'?: "Author_Actor_Organization_Fragment"; }; }; }) | ({ __typename?: "User"; } & { " $fragmentRefs"?: { "Author_Actor_User_Fragment": { __typename?: "User"; } & { ' $fragmentRefs'?: { "User_UserFragment": User_UserFragment; }; } & { ' $fragmentName'?: "Author_Actor_User_Fragment"; }; }; }) | null) | undefined; reactions: { __typename?: "ReactionConnection"; totalCount: number; }; reactionGroups?: (Array<({ __typename?: "ReactionGroup"; } & { " $fragmentRefs"?: { "Reaction_ReactionGroupFragment": Reaction_ReactionGroupFragment; }; })> | null) | undefined; ' $fragmentName'?: "Comment_IssueCommentFragment" | undefined; }) => MapOut_10) => TypedDocumentString & any; }; }; }; }; }; }; }; }; }; }; }; export { Comment };