Skip to main content

MOCKS

Admin Docs


Variable: MOCKS

const MOCKS: ({ request: { query: DocumentNode; variables: { first: undefined; id: string; organization_id: undefined; orgId: undefined; where: undefined; }; }; result: { data: { eventsByOrganizationConnection: undefined; getVolunteerRanks: undefined; organizations: object[]; }; }; } | { request: { query: DocumentNode; variables: { first: number; id: string; organization_id: undefined; orgId: undefined; where: undefined; }; }; result: { data: { eventsByOrganizationConnection: undefined; getVolunteerRanks: undefined; organizations: object[]; }; }; } | { request: { query: DocumentNode; variables: { first: undefined; id: undefined; organization_id: string; orgId: undefined; where: undefined; }; }; result: { data: { eventsByOrganizationConnection: object[]; getVolunteerRanks: undefined; organizations: undefined; }; }; } | { request: { query: DocumentNode; variables: { first: undefined; id: undefined; organization_id: undefined; orgId: string; where: { limit: number; orderBy: string; timeFrame: string; }; }; }; result: { data: { eventsByOrganizationConnection: undefined; getVolunteerRanks: object[]; organizations: undefined; }; }; })[]

Defined in: src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:8