Skip to main content

EMPTY_REQUEST_MOCKS

Admin Docs


Variable: EMPTY_REQUEST_MOCKS

const EMPTY_REQUEST_MOCKS: ({ request: { query: DocumentNode; variables: undefined; }; result: { data: { organizations: undefined; organizationsConnection: object[]; }; }; } | { request: { query: DocumentNode; variables: { first: number; firstName_contains: string; id: string; skip: number; }; }; result: { data: { organizations: object[]; organizationsConnection: undefined; }; }; })[]

Defined in: src/screens/Requests/RequestsMocks.ts:6