Skip to main content

ERROR_MOCKS

Admin Docs


Variable: ERROR_MOCKS

const ERROR_MOCKS: ({ error: Error; request: { query: DocumentNode; variables: { first: undefined; id: string; organization_id: undefined; orgId: undefined; where: undefined; }; }; } | { error: Error; request: { query: DocumentNode; variables: { first: number; id: string; organization_id: undefined; orgId: undefined; where: undefined; }; }; } | { error: Error; request: { query: DocumentNode; variables: { first: undefined; id: undefined; organization_id: string; orgId: undefined; where: undefined; }; }; } | { error: Error; request: { query: DocumentNode; variables: { first: undefined; id: undefined; organization_id: undefined; orgId: string; where: { limit: number; orderBy: string; timeFrame: string; }; }; }; })[]

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