Skip to main content

MOCKS

Admin Docs


Variable: MOCKS

const MOCKS: ({ request: { query: DocumentNode; variables: { data: undefined; first: any; location_contains: string; organization_id: string; skip: any; title_contains: string; upcomingOnly: boolean; }; }; result: { data: { createVolunteerMembership: undefined; eventsByOrganizationConnection: object[]; }; }; } | { request: { query: DocumentNode; variables: { data: { event: string; group: string; status: string; userId: string; }; first: undefined; location_contains: undefined; organization_id: undefined; skip: undefined; title_contains: undefined; upcomingOnly: undefined; }; }; result: { data: { createVolunteerMembership: { _id: string; }; eventsByOrganizationConnection: undefined; }; }; })[]

Defined in: src/screens/UserPortal/Volunteer/UpcomingEvents/UpcomingEvents.mocks.ts:113