userCurrentTaskbarItemStateUpdates.mocks.ts 418 B

12345678
  1. import * as Types from '#shared/graphql/types.ts';
  2. import * as Mocks from '#tests/graphql/builders/mocks.ts'
  3. import * as Operations from './userCurrentTaskbarItemStateUpdates.api.ts'
  4. export function getUserCurrentTaskbarItemStateUpdatesSubscriptionHandler() {
  5. return Mocks.getGraphQLSubscriptionHandler<Types.UserCurrentTaskbarItemStateUpdatesSubscription>(Operations.UserCurrentTaskbarItemStateUpdatesDocument)
  6. }