@@ -1697,7 +1697,7 @@ export type DeleteNotificationMutation = { __typename?: 'Mutation', deleteNotifi
16971697export type DeleteAllNotificationsMutationVariables = Exact < { [ key : string ] : never ; } > ;
16981698
16991699
1700- export type DeleteAllNotificationsMutation = { __typename ?: 'Mutation' , deleteAllNotifications : { __typename ?: 'NotificationOverview' , archive : { __typename ?: 'NotificationCounts' , total : number } , unread : { __typename ?: 'NotificationCounts' , total : number } } } ;
1700+ export type DeleteAllNotificationsMutation = { __typename ?: 'Mutation' , deleteArchivedNotifications : { __typename ?: 'NotificationOverview' , archive : { __typename ?: 'NotificationCounts' , total : number } , unread : { __typename ?: 'NotificationCounts' , total : number } } } ;
17011701
17021702export type OverviewQueryVariables = Exact < { [ key : string ] : never ; } > ;
17031703
@@ -1757,7 +1757,7 @@ export const NotificationsDocument = {"kind":"Document","definitions":[{"kind":"
17571757export const ArchiveNotificationDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"ArchiveNotification" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"String" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archiveNotification" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"id" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } } ] , "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 < ArchiveNotificationMutation , ArchiveNotificationMutationVariables > ;
17581758export const ArchiveAllNotificationsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"ArchiveAllNotifications" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archiveAll" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unread" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"total" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"archive" } , "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" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < ArchiveAllNotificationsMutation , ArchiveAllNotificationsMutationVariables > ;
17591759export 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 > ;
1760- export const DeleteAllNotificationsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"DeleteAllNotifications" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"deleteAllNotifications " } , "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 > ;
1760+ export 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 > ;
17611761export 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 > ;
17621762export 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 > ;
17631763export const SignOutDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"SignOut" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"connectSignOut" } } ] } } ] } as unknown as DocumentNode < SignOutMutation , SignOutMutationVariables > ;
0 commit comments