@@ -1793,7 +1793,13 @@ export type OverviewQuery = { __typename?: 'Query', notifications: { __typename?
17931793export type RecomputeOverviewMutationVariables = Exact < { [ key : string ] : never ; } > ;
17941794
17951795
1796- export type RecomputeOverviewMutation = { __typename ?: 'Mutation' , recalculateOverview : { __typename ?: 'NotificationOverview' , archive : { __typename ?: 'NotificationCounts' , total : number } , unread : { __typename ?: 'NotificationCounts' , total : number } } } ;
1796+ export type RecomputeOverviewMutation = { __typename ?: 'Mutation' , recalculateOverview : { __typename ?: 'NotificationOverview' , archive : (
1797+ { __typename ?: 'NotificationCounts' }
1798+ & { ' $fragmentRefs' ?: { 'NotificationCountFragmentFragment' : NotificationCountFragmentFragment } }
1799+ ) , unread : (
1800+ { __typename ?: 'NotificationCounts' }
1801+ & { ' $fragmentRefs' ?: { 'NotificationCountFragmentFragment' : NotificationCountFragmentFragment } }
1802+ ) } } ;
17971803
17981804export type NotificationAddedSubSubscriptionVariables = Exact < { [ key : string ] : never ; } > ;
17991805
@@ -1869,7 +1875,7 @@ export const ArchiveAllNotificationsDocument = {"kind":"Document","definitions":
18691875export const DeleteNotificationDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"DeleteNotification" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"String" } } } } , { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"type" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"NotificationType" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"deleteNotification" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"id" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } } , { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"type" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"type" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < DeleteNotificationMutation , DeleteNotificationMutationVariables > ;
18701876export const DeleteAllNotificationsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"DeleteAllNotifications" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"deleteArchivedNotifications" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < DeleteAllNotificationsMutation , DeleteAllNotificationsMutationVariables > ;
18711877export const OverviewDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"Overview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"notifications" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"overview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"info" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"warning" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"alert" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } ] } } ] } } ] } } ] } as unknown as DocumentNode < OverviewQuery , OverviewQueryVariables > ;
1872- export const RecomputeOverviewDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"RecomputeOverview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"recalculateOverview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < RecomputeOverviewMutation , RecomputeOverviewMutationVariables > ;
1878+ export const RecomputeOverviewDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"RecomputeOverview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"recalculateOverview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } } ] } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"NotificationCounts" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"info" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"warning" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"alert" } } ] } } ] } as unknown as DocumentNode < RecomputeOverviewMutation , RecomputeOverviewMutationVariables > ;
18731879export const NotificationAddedSubDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"subscription" , "name" :{ "kind" :"Name" , "value" :"NotificationAddedSub" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"notificationAdded" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"NotificationFragment" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"NotificationFragment" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"Notification" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"title" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"subject" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"importance" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"link" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"type" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"timestamp" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"formattedTimestamp" } } ] } } ] } as unknown as DocumentNode < NotificationAddedSubSubscription , NotificationAddedSubSubscriptionVariables > ;
18741880export const NotificationOverviewSubDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"subscription" , "name" :{ "kind" :"Name" , "value" :"NotificationOverviewSub" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"notificationsOverview" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } } ] } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"NotificationCountFragment" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"NotificationCounts" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"info" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"warning" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"alert" } } ] } } ] } as unknown as DocumentNode < NotificationOverviewSubSubscription , NotificationOverviewSubSubscriptionVariables > ;
18751881export const ConnectSignInDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"ConnectSignIn" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"ConnectSignInInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"connectSignIn" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] } ] } } ] } as unknown as DocumentNode < ConnectSignInMutation , ConnectSignInMutationVariables > ;
0 commit comments