import * as Types from '#shared/graphql/types.ts'; import * as Mocks from '#tests/graphql/builders/mocks.ts' import * as Operations from './userCurrentTaskbarItemStateUpdates.api.ts' export function getUserCurrentTaskbarItemStateUpdatesSubscriptionHandler() { return Mocks.getGraphQLSubscriptionHandler(Operations.UserCurrentTaskbarItemStateUpdatesDocument) }