Skip to main content

MEMBERSHIP_STATUS_MOCKS

Admin Docs


Variable: MEMBERSHIP_STATUS_MOCKS

const MEMBERSHIP_STATUS_MOCKS: ({ request: { query: DocumentNode; variables: { first: number; organizationId: string; upcomingOnly: boolean; }; }; result: { data: { getVolunteerMembership?: undefined; organization: { events: { edges: ({ node: { _id: ...; allDay: ...; endDate: ...; endTime: ...; location: ...; name: ...; recurring: ...; startDate: ...; startTime: ...; title: ...; volunteerGroups: ...; volunteers: ...; }; } | { node: { allDay: ...; endDate: ...; endTime: ...; id: ...; location: ...; name: ...; recurring: ...; startDate: ...; startTime: ...; title: ...; volunteerGroups: ...; volunteers: ...; }; })[]; }; }; }; }; } | { request: { query: DocumentNode; variables: { where: { userId: string; }; }; }; result: { data: { getVolunteerMembership: object[]; organization?: undefined; }; }; })[]

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