userCurrentOverviewOrderingUpdates.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 './userCurrentOverviewOrderingUpdates.api.ts'
  4. export function getUserCurrentOverviewOrderingUpdatesSubscriptionHandler() {
  5. return Mocks.getGraphQLSubscriptionHandler<Types.UserCurrentOverviewOrderingUpdatesSubscription>(Operations.UserCurrentOverviewOrderingUpdatesDocument)
  6. }