@@ -1694,6 +1694,11 @@ export type DeleteNotificationMutationVariables = Exact<{
16941694
16951695export type DeleteNotificationMutation = { __typename ?: 'Mutation' , deleteNotification : { __typename ?: 'NotificationOverview' , archive : { __typename ?: 'NotificationCounts' , total : number } } } ;
16961696
1697+ export type DeleteAllNotificationsMutationVariables = Exact < { [ key : string ] : never ; } > ;
1698+
1699+
1700+ export type DeleteAllNotificationsMutation = { __typename ?: 'Mutation' , deleteAllNotifications : { __typename ?: 'NotificationOverview' , archive : { __typename ?: 'NotificationCounts' , total : number } , unread : { __typename ?: 'NotificationCounts' , total : number } } } ;
1701+
16971702export type OverviewQueryVariables = Exact < { [ key : string ] : never ; } > ;
16981703
16991704
@@ -1752,6 +1757,7 @@ export const NotificationsDocument = {"kind":"Document","definitions":[{"kind":"
17521757export 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" } } ] } } ] } as unknown as DocumentNode < ArchiveNotificationMutation , ArchiveNotificationMutationVariables > ;
17531758export 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 > ;
17541759export 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 > ;
17551761export 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" :"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" } } ] } } ] } } ] } } ] } } ] } as unknown as DocumentNode < OverviewQuery , OverviewQueryVariables > ;
17561762export 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 > ;
17571763export 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