{
"doctorId": 2
}
curl --location --request POST 'http://localhost:3000/graphql' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjQsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI3MzYxMDk0LCJleHAiOjE3MjczNjQ2OTR9.Zckr61S0kHq7ZogL6aI7FTeF45rSMqZM74YQ1_MAqoA'
{
"data": {
"getTimingsForAllDoctor": [
{
"day": "monday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
},
{
"day": "tuesday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
},
{
"day": "wednesday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
},
{
"day": "thursday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
},
{
"day": "friday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
},
{
"day": "saturday",
"from": "09:00:00",
"break_from": "13:00:00",
"break_to": "14:00:00",
"to": "17:00:00",
"id": 2
}
]
}
}