{ "response": { "status": 503, "headers": {} }, "request": { "query": "\n\nfragment BaseBook on Book {\n isbn,\n title: titolo,\n author: autore,\n publisher: editore,\n price: prezzo,\n image,\n shops {\n shopName: nome,\n shopUri: url\n },\n categories\n}\n\nfragment BaseCategories on CategoryClassification {\n categoryName,\n position,\n variation,\n weeks,\n index,\n}\n\nfragment CategoryList on CategoryInfo {\n name,\n url\n}\n\nfragment newsStands on NewsStands {\n leadText\n uuid\n slug\n oldUrl\n subhead\n imageSquare {\n image258 {\n src\n alt\n }\n }\n title {\n leafTitle\n leadTitle {\n href\n text\n target\n pay\n }\n }\n}\nquery bestsellers($date: String, $category: String, $limit: Int){\n newsStands {\n ...newsStands\n }\n categories {\n ...CategoryList\n }\n classificationDateCalendar{\n dateList,\n minDate,\n maxDate,\n disabledDays,\n }\n bestsellers: bestsellersLibri(date: $date, category:$category, limit: $limit) { \n validFrom,\n classificationCategory,\n classificationUrl,\n bookList {\n ...BaseCategories\n book{\n ...BaseBook\n }\n }\n }\n}\n", "variables": { "category": "saggistica", "date": "2022-05-23" } } }