userCurrentDevicesUpdates.mocks.ts 382 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 './userCurrentDevicesUpdates.api.ts'
  4. export function getUserCurrentDevicesUpdatesSubscriptionHandler() {
  5. return Mocks.getGraphQLSubscriptionHandler<Types.UserCurrentDevicesUpdatesSubscription>(Operations.UserCurrentDevicesUpdatesDocument)
  6. }