Data sent: {
    "operationName": "SearchReturnItinerariesQuery_BasicWidget",
    "variables": {
        "search": {
            "itinerary": {
                "source": {
                    "ids": [
                        "paris_fr"
                    ]
                },
                "destination": {
                    "ids": [
                        "tokyo_jp"
                    ]
                },
                "outboundDepartureDate": {
                    "start": "2024-11-01T00:00:00",
                    "end": "2024-11-01T23:59:59"
                },
                "inboundDepartureDate": {
                    "start": "2024-11-10T00:00:00",
                    "end": "2024-11-10T23:59:59"
                }
            },
            "passengers": {
                "adults": 1,
                "children": 0,
                "infants": 0
            },
            "cabinClass": {
                "cabinClass": "ECONOMY",
                "applyMixedClasses": true
            }
        },
        "filter": {
            "transportTypes": [
                "FLIGHT"
            ],
            "limit": 4
        },
        "options": {
            "sortBy": "QUALITY",
            "currency": "USD",
            "locale": "en",
            "partner": "travelpayoutswidget"
        }
    },
    "query": "query SearchReturnItinerariesQuery_BasicWidget($search: SearchReturnInput, $filter: ItinerariesFilterInput, $options: ItinerariesOptionsInput) {\n        returnItineraries(search: $search, filter: $filter, options: $options) {\n            __typename\n            ... on Itineraries {\n                itineraries {\n                    id\n                    price {\n                        amount\n                        formattedValue\n                        currency {\n                            code\n                        }\n                    }\n                    provider {\n                        name\n                        code\n                    }\n                    outbound {\n                        sectorSegments {\n                            segment {\n                                source {\n                                    localTime\n                                    station {\n                                        name\n                                        code\n                                    }\n                                }\n                                destination {\n                                    localTime\n                                    station {\n                                        name\n                                        code\n                                    }\n                                }\n                                carrier {\n                                    name\n                                    code\n                                }\n                            }\n                        }\n                    }\n                    inbound {\n                        sectorSegments {\n                            segment {\n                                source {\n                                    localTime\n                                    station {\n                                        name\n                                        code\n                                    }\n                                }\n                                destination {\n                                    localTime\n                                    station {\n                                        name\n                                        code\n                                    }\n                                }\n                                carrier {\n                                    name\n                                    code\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n            ... on AppError {\n                error: message\n            }\n        }\n    }"
}
Erreur HTTP : 400Réponse complète : {"data":null,"errors":[{"message":"Field localTime doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","source","localTime"],"locations":[{"line":22,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","source","station","name"],"locations":[{"line":24,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","source","station","code"],"locations":[{"line":25,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field station doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","source","station"],"locations":[{"line":23,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field source doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","source"],"locations":[{"line":21,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field localTime doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","destination","localTime"],"locations":[{"line":29,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","destination","station","name"],"locations":[{"line":31,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","destination","station","code"],"locations":[{"line":32,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field station doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","destination","station"],"locations":[{"line":30,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field destination doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","destination"],"locations":[{"line":28,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","carrier","name"],"locations":[{"line":36,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","carrier","code"],"locations":[{"line":37,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field carrier doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment","carrier"],"locations":[{"line":35,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field segment doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments","segment"],"locations":[{"line":20,"column":29}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field sectorSegments doesn't exist on Root","path":["returnItineraries","itineraries","outbound","sectorSegments"],"locations":[{"line":19,"column":25}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field outbound doesn't exist on Itinerary","path":["returnItineraries","itineraries","outbound"],"locations":[{"line":18,"column":21}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field localTime doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","source","localTime"],"locations":[{"line":46,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","source","station","name"],"locations":[{"line":48,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","source","station","code"],"locations":[{"line":49,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field station doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","source","station"],"locations":[{"line":47,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field source doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","source"],"locations":[{"line":45,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field localTime doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","destination","localTime"],"locations":[{"line":53,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","destination","station","name"],"locations":[{"line":55,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","destination","station","code"],"locations":[{"line":56,"column":41}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field station doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","destination","station"],"locations":[{"line":54,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field destination doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","destination"],"locations":[{"line":52,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field name doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","carrier","name"],"locations":[{"line":60,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field code doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","carrier","code"],"locations":[{"line":61,"column":37}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field carrier doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment","carrier"],"locations":[{"line":59,"column":33}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field segment doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments","segment"],"locations":[{"line":44,"column":29}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field sectorSegments doesn't exist on Root","path":["returnItineraries","itineraries","inbound","sectorSegments"],"locations":[{"line":43,"column":25}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}},{"message":"Field inbound doesn't exist on Itinerary","path":["returnItineraries","itineraries","inbound"],"locations":[{"line":42,"column":21}],"extensions":{"rule":"5.3.1","spec":"June 2018","details":"https://graphql.github.io/graphql-spec/June2018/#sec-Field-Selections-on-Objects-Interfaces-and-Unions-Types","tag":"field-selections-on-objects-interfaces-and-unions-types"}}]}