Skip to main content

talawa-admin / Modules / components/CheckIn/mocks

Module: components/CheckIn/mocks

Table of contents

Variables

Variables

checkInMutationSuccess

Const checkInMutationSuccess: { request: { query: DocumentNode = MARK_CHECKIN; variables: { allotedRoom: string = ''; allotedSeat: string = ''; eventId: string = 'event123'; userId: string = 'user123' } } ; result: { data: { checkIn: { _id: string = '123' } } } }[]

Defined in

src/components/CheckIn/mocks.ts:48


checkInMutationUnsuccess

Const checkInMutationUnsuccess: { error: Error ; request: { query: DocumentNode = MARK_CHECKIN; variables: { allotedRoom: string = ''; allotedSeat: string = ''; eventId: string = 'event123'; userId: string = 'user123' } } }[]

Defined in

src/components/CheckIn/mocks.ts:69


checkInQueryMock

Const checkInQueryMock: { request: { query: DocumentNode = EVENT_CHECKINS; variables: { id: string = 'event123' } } ; result: { data: InterfaceAttendeeQueryResponse = checkInQueryData } }[]

Defined in

src/components/CheckIn/mocks.ts:36