MOCKS
Variable: MOCKS
constMOCKS: ({request: {query:DocumentNode;variables: {id?:undefined;input: {allDay?:undefined;description?:undefined;endAt?:undefined;id:string;isPublic?:undefined;isRegisterable?:undefined;location?:undefined;name?:undefined;startAt?:undefined; }; }; };result: {data: {deleteStandaloneEvent: {id:string; };registerForEvent?:undefined;updateStandaloneEvent?:undefined; }; }; } | {request: {query:DocumentNode;variables: {id?:undefined;input: {allDay:boolean;description:string;endAt:string;id:string;isPublic:boolean;isRegisterable:boolean;location:string;name:string;startAt:string; }; }; };result: {data: {deleteStandaloneEvent?:undefined;registerForEvent?:undefined;updateStandaloneEvent: {allDay:boolean;createdAt:string;creator: {id:string;name:string; };description:string;endAt:string;id:string;isPublic:boolean;isRegisterable:boolean;location:string;name:string;organization: {id:string;name:string; };startAt:string;updatedAt:string;updater: {id:string;name:string; }; }; }; }; } | {request: {query:DocumentNode;variables: {id?:undefined;input: {allDay?:undefined;description:string;endAt:string;id:string;isPublic:boolean;isRegisterable:boolean;location:string;name:string;startAt:string; }; }; };result: {data: {deleteStandaloneEvent?:undefined;registerForEvent?:undefined;updateStandaloneEvent: {allDay:boolean;createdAt:string;creator: {id:string;name:string; };description:string;endAt:string;id:string;isPublic:boolean;isRegisterable:boolean;location:string;name:string;organization: {id:string;name:string; };startAt:string;updatedAt:string;updater: {id:string;name:string; }; }; }; }; } | {request: {query:DocumentNode;variables: {id:string;input?:undefined; }; };result: {data: {deleteStandaloneEvent?:undefined;registerForEvent:object[];updateStandaloneEvent?:undefined; }; }; })[]
Defined in: src/components/EventListCard/Modal/EventListCardMocks.ts:8