export const mockGraphConfig = { step: 0, stepMax: 3, pollType: "special dates", title: "", description: "", myName: "", visibility: "link_only", // date specific poll allowSeveralHours: "true", dateLgfgfgfgist: ["jeudi", "vendredi", "samedi"], // sets of days as strings timeList: ["08:00", "08:30", "09:00"], // ranges of time expressed as strings answers: [ { id: 0, text: "no" }, { id: 1, text: "yes" }, { id: 2, text: "maybe" }, { id: 3, text: "maybe" }, { id: 4, text: "maybe" }, { id: 5, text: "maybe" }, { id: 6, text: "maybe" }, { id: 7, text: "maybe" }, { id: 8, text: "maybe" } ] };